@font-face {
    font-family: 'gilory-bold';
    src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-light';
    src: url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-medium';
    src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gilory-regular';
    src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');*/

/*Additional styling*/
body{
	font-family: "gilory-regular" !important;
}
*{
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1200px !important;
}
.header-wrap{
	background-color: #2E2A3A;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
    position: fixed;
    z-index: 9;
}
.btn-primary{
	background: linear-gradient(90deg, #FFB703, #2E2A3A) !important;
	border: none !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 600 !important;
    transition: 0.3s;
	text-transform: uppercase !important;
}
.btn-primary:hover{
    transform: scale(1.08);
}
.footer .btn-secondary{
    border: 1px solid #fff !important;
    color: #fff !important;
}
.btn-secondary{
    background: transparent !important;
    border: 1px solid #461B51 !important;
    color: #461B51 !important;
    padding: 4px 10px !important;
    transition: all 0.3s;
}
.footer .btn-secondary:hover{
    background: #fff !important;
    color: #461B51 !important;
}
.btn-secondary:hover{
    background: #461B51 !important;
    color: #000 !important;
}
.btn-tertiary{
    background: #000 !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.3s;
}
.header-wrap .my-navbar{
	padding-left: 50px;
}
.header-wrap .my-navbar .navbar-links-cust a{
	font-size: 14px;
	font-weight: 600;
	color: #682449;
}
.header-wrap .my-navbar .navbar-links-cust a.active{
	color: #461B51;
}
.header-wrap .drop-down-custom{
	border: 1px solid grey;
	padding: 0px 5px;
	color: #ccc;
	border-radius: 5px;
}
.header-wrap .drop-down-custom .dropdown-menu{
	background: #fff;
}
.header .header_browse .header_dropdown {
    background: rgba(0, 0, 0, .8);
    display: block;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}
.header .header_browse .header_dropdown a.active,
.header .header_browse .header_dropdown a:hover {
    color: #ef552c !important;
    text-decoration: none
}
#header_dropdown-resultListCourses ul.header_dropdown-lists p {
    color: #000
}
.navbar-toggler {
    border-color: #FFF !important;
}
.navbar-toggler-icon{
    filter: invert(1);
}
.header-wrap .mega-menu{
    position: inherit;
}
.mega-menu-dropdown {
    width: 100%;
    background: transparent !important;
    border: none !important;
}
.mega-menu-dropdown.show ~ .mega-menu-overlay{
    display: block;
}
.mega-menu-overlay {
    position: absolute;
    width: 120%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    display: none;
    top: 0;
    left: -10%;
    height: 100vh;
    right: 0;
    margin: 0 auto;
}
.mega-menu-container{
    background: #fff;
}
.services-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
.services-menu .services-menu-item {
    display: flex;
    align-items: start;
}
.services-menu .services-menu-item>a{
    color: #bbb !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
    display: block;
    padding: 20px 30px;
    background: #1C1938;
    border-bottom: 1px solid #363636;
    width: 300px;
    text-align: right;
    position: relative;
}
.services-menu .services-menu-item:last-child>a{
    border: none;
}
.services-menu .services-menu-item>a:hover, .services-menu .services-menu-item.active>a{
    color: #fff !important;
}
.services-menu .services-menu-item.active>a:after, .services-menu .services-menu-item>a:hover:after {
    content: "";
    width: 2px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, #682449 0, #181818 100%);
}
.services-menu-item:hover .services-menu-child-item,
.services-menu-item .services-menu-child-item.active {
  display: grid;
}
/* .services-menu .services-menu-item a:hover ~ .services-menu-child-item {
    display: block;
} */
.services-menu-child-item {
    position: absolute;
    left: calc(0% + 300px);
    width: calc(100% - 300px);
    display: none;
    top: 0px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 38px 30px;
    height: 100%;;
}
.services-menu-item .services-menu-child-item ul{
    padding: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.services-menu-item .services-menu-child-item li a {
    padding: 10px;
    display: block;
    background-color: #fff;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none;
}
.services-menu-item .services-menu-child-item li:hover a{
    background: linear-gradient(90deg, #682449, #ffffff);
    color: #fff;
}
.services-menu-item .services-menu-child-item li a img{
    filter: grayscale(100%);
    width: 44px;
    height: 44px;
    object-fit: contain;
    margin-right: 10px;
}
.right-cta-btns a{
	font-size: 16px !important;
}

/* Homepage styling */
.banner-section{
	background: linear-gradient(135deg, #2E2A3A, #6C4AB6);
	position: relative;
    padding-top: 50px;
    height: 80vh;
    display: flex;
    align-items: center;
    color: #fff;
}
.home-banner-section-about .banner-content-right img{
    height: 80vh;
    object-fit: cover;
    filter: brightness(0.7);
}
.wwa-sec{
    padding: 100px 0;
}
.wwa-sec .col-md-6 img{
    border-radius: 20px;
}
.home-banner-section-about{
    background-image: url('../web-images/home-banner-about.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
}
.home-banner-section{
    background-image: url('../web-images/home-banner-sec.jpg');
    background-size: cover;
    color: #fff;
}
.home-banner-section-about:after{
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    display: block;
    opacity: 0.5;
    width: 100%;
    background: #000;
}
.home-banner-section:after{
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    display: block;
    opacity: 0.5;
    width: 100%;
    background: #000;
}
.home-banner-section .banner-content-left{
	color: #fff;
    z-index: 1;
}
.home-banner-section .banner-content-left h1{
	line-height: 45px;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bolder;
}
.banner-content-left img{
	width: 80%;
	margin-bottom: 30px;
}
.banner-section p{
	font-size: 20px;
    font-weight: 500;
}
.home-banner-section .service-list ul{
	list-style: none;
    font-size: 18px;
    font-weight: 500;
	margin-top: 20px;
	padding: 0;
}
.home-banner-section .service-list ul li i{
	margin: 0 12px;
	font-size: 12px;
	color: #000;
}

.services-slider-section{
	background: #000108;
	width: 100%;
    position: relative;
	padding: 70px 0 80px 0;
}
.services-slider-section:before{
	content: "";
    position: absolute;
    background: #0000002b;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.services-slider-section h5{
	color: #FFF;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 15px; /* optional */
    pointer-events: none; /* allow clicks only on buttons */
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    pointer-events: auto; /* enable button clicks */
    transition: 0.3s ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #461B51; /* your green for hover */
    color: #000;
}
.owl-carousel .owl-item{
    display: flex;
    justify-content: center;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.owl-carousel .owl-item:hover{
	transform: scale(0.95);
}
.owl-carousel .owl-item img{
    height: 40px;
	width: auto !important;
}
.crafting-section {
    background: #f5f5f5;
    padding: 100px 0;
}

.crafting-section h2 {
    font-size: 26px;
    color: #2E2A3A;
    margin-bottom: 20px;
}

.primary-link {
    color: #6C4AB6;
    font-weight: 600;
    text-decoration: none;
}

.service-box {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    text-decoration: none;
    color: #2E2A3A;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.service-box i {
    font-size: 32px;
    color: #6C4AB6;
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.service-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.service-cta {
    font-size: 14px;
    font-weight: 600;
    color: #6C4AB6;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.service-box:hover i {
    transform: translateY(-4px);
}

.service-box {
    background-color: #FFFFFF;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #EAEAF0;
    padding: 70px 15px 15px 22px;
    gap: 16px;
}
.service-box h4{
	color: #2E2A3A;
	font-size: 18px;
/*	box-shadow: 0 10px 30px -14px rgba(0, 0, 0, .3);*/
    transition: background-color ease-in .25s;
}
.service-box p{
    color: #1E1E1E;
    font-size: 12px;
}
.service-box p i {
    margin-right: 5px;
    font-size: 14px;
	color: #1E1E1E;
}
.portfolio-section{
/*    background: #f5f5f5;*/
    padding: 50px 0 80px 0;
}
.nav-tabs .nav-item button{
    color: #682449;
    font-size: 12px;
    padding: 10px 40px !important;
    border-radius: 30px;
    font-weight: 600;
    border:none;
}
.nav-tabs .nav-item button.active{
    background: #FFB703;
    color: #fff;
}
.portfolio-section .tab-content a {
    width: 100%;
    height: 240px;
    border-radius: 0.75rem;
    cursor: pointer;
    overflow: hidden;
    margin: 1rem 0;
    position: relative;
    box-shadow: 0 0 20px 1px #00000020;
    display: inline-block;
}
.portfolio-section .tab-content a:hover img {
    transform: translateY(calc(-100% + 200px));
    transition: transform 5s ease-in-out;
}
.portfolio-section .tab-content a img{
    object-fit: cover;
    overflow: hidden;
    transition: transform 1s ease-in-out;
    width: 100%;
}
.column-control-section{
    background-color: #fff;
    padding-top: 80px;
}
.btn.btn-primary.header-btn{
    background: linear-gradient(90deg, #FFB703, #2E2A3A) !important;
    transition: 0.3s;
    color: #fff !important;
}
.column-control-section.below{
    padding: 120px 0 80px 0;
}
.btn.btn-primary.header-btn:hover{
/*    background: #cd9302 !important;*/
/*    color: #fff !important;*/
    transform: scale(1.08);
}
.column-control-section img, .development-section-img img{
    width: 80%;
}
.about-us-section.column-control-section img, .development-section-img img{
    width: 100%;
}
.nav-item .nav-link{
    font-weight: 700;
    color: #fff;
}
.nav-item .nav-link:hover{
    color: #6C4AB6;
}
.column-control-left>img{
    width: 80%;
    height: auto;
    margin-bottom: 40px;
}
.column-control-left h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 30px;
    color: #fff;
}
.column-control-left p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px;
    color: #111;
    margin-bottom: 30px;
}
.column-control-left li{
    list-style: none;
    display: flex;
    align-items: start;
    gap: 30px;
}
.column-control-left li img{
    width: 50px;
}
.column-control-left .control-text h3{
    color: #682449;
    font-size: 18px;
    font-weight: 700;
}
.column-control-left .control-text p{
    font-size: 14px;
}
.pricing-section{
    background-color: #f5f5f5;
    padding: 50px 0px;
}
.pricing-section h2 {
    text-align: center;
    color: #2E2A3A;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pricing-section h2 span{
    color: #461B51;
}
.pricing-section .pricing-plan{
    background-color: #2E2A3A;
    padding-top: 50px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.pricing-section .pricing-plan:hover{
 	background: linear-gradient(to top left, #461B51 -40%, #1a1a1a 70%);
}
.pricing-section .pricing-plan h4.pricing-promo{
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    font-size: 15px;
    padding: 7px;
    background: #FFB703;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.pricing-section .pricing-plan h3{
    font-size: 26px;
    font-weight: 400;
}
.pricing-section .pricing-plan h3 span{
    display: block;
}
.pricing-section .pricing-plan p {
    line-height: normal;
    margin: 0;
}
.pricing-section .pricing-plan p span.curr-symbol {
    position: relative;
    top: -30px;
    left: -5px;
}
.pricing-section .pricing-plan p span.curr-major {
    font-size: 45px;
    font-weight: 800;
}
.pricing-section .pricing-plan h5{
    font-size: 18px;
    font-weight: 500;
}
.pricing-section .pricing-plan hr {
    opacity: 1;
}
.pricing-section .pricing-plan ul {
    padding: 0px 0px 0px 30px;
    width: 95%;
    list-style: none;
    text-align: left;
    margin-bottom: 35px;
}
.pricing-section .col-md-4 .pricing-plan ul{
    height: 250px;
    overflow-y: scroll;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar {
  width: 4px;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar-track {
  background: #000; 
  border-radius:10px;
}
.pricing-section .pricing-plan ul::-webkit-scrollbar-thumb {
  background: #FFF; 
  border-radius:10px;
}
.pricing-section .pricing-plan ul li {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
.pricing-section .pricing-plan:hover ul li i{
    background: transparent;
}
.pricing-section .pricing-plan ul li i {
    height: 20px;
    border-radius: 100px;
    background-color: #4b4b4b;
    min-width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.pricing-section .pricing-plan .pricing-cta a{
    padding: 15px 30px;
    background: #111 !important;
    margin-bottom: 20px;
    color: #fff !important;
}
.pricing-section .pricing-plan:hover .pricing-cta a{
    background: #000 !important;
}
.pricing-section .pricing-plan .pricing-cta a:hover{
    background: #FFF !important;
    color: #000 !important;
}
.pricing-section .pricing-plan .pricing-bottom p{
    margin: 0 auto !important;
    font-size: 14px;
    font-weight: 500;
    color: #aaa;
    line-height: 30px;
}
.pricing-section .pricing-plan .pricing-bottom p a{
    display: block;
    color: #FFB703;
    text-decoration: none;
}
.pricing-section .pricing-plan:hover .pricing-bottom p{
    color: #FFF !important;
}
/*.solution-section{
    background-color: #2E2A3A;
    padding: 120px 0 80px 0;
    margin-top: 35px;
    color: #fff;
}
.solution-section h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.solution-section h4{
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 30px;
}
.solution-section .solution-box{
    padding: 20px 0 0;
}
.solution-section .solution-box h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.solution-section .solution-box ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
    margin-left: 18px;
}
.solution-section .solution-box li{
    font-size: 13px;
    font-weight: 300;
}
.solution-section .solution-box li i {
    margin-right: 10px;
}
.solution-section .solution-right-box img{
    width: 80%;
    animation: scaleAnimation 1s infinite alternate;
}
@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.solution-offer {
    padding-top: 40px;
}
.solution-offer h4 {
    font-size: 25px;
    font-weight: 900;
    padding-right: 40px;
    color: #fff;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
.solution-offer h4 span{
    color: red;
}
.solution-offer h3 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
}*/

.solution-section{
    background: #2E2A3A;
    padding: 120px 0 100px;
    color: #fff;
}

.solution-header h2{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.solution-header p{
    font-size: 18px;
    color: #d1d1d1;
    max-width: 650px;
    margin-bottom: 50px;
}

/* Cards */
.solution-card{
    background: rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.solution-card:hover{
    transform: translateY(-6px);
    background: rgba(255,255,255,0.08);
}

.solution-card i{
    font-size: 28px;
    color: #FFB703;
    margin-bottom: 15px;
    display: inline-block;
}

.solution-card h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.solution-card ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution-card ul li{
    font-size: 14px;
    color: #dcdcdc;
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.solution-card ul li::before{
    content: "✓";
    position: absolute;
    left: 0;
    color: #FFB703;
}

/* Offer */
.solution-offer{
    margin-top: 60px;
    background: #1f1c2b;
    border-radius: 20px;
    padding: 40px;
    display: inline-block;
}

.solution-offer .price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.solution-offer .old-price{
    color: #ff4d4d;
    text-decoration: line-through;
    font-size: 18px;
}

.solution-offer .discount{
    font-size: 14px;
    font-weight: 600;
    color: #FFB703;
}

.solution-offer h3{
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

/* Image */
.solution-image{
    width: 100%;
    animation: scaleAnimation 2s infinite alternate;
}

@keyframes scaleAnimation {
    from { transform: scale(1); }
    to { transform: scale(1.05); }
}

.testimonials-section{
    background-color: #6C4AB6;
    padding: 120px 0 80px 0;
}
.testimonials-section .shadow-effect {
    background: #FFF;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.testimonials-section #customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonials-section .testimonial-name {
    margin: 0px auto;
    display: table;
    width: auto;
    background: linear-gradient(90deg, #682449, #ffffff);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
.testimonials-section #customers-testimonials .item {
    text-align: center;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonials-section #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.testimonials-section .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 17px;
}
.testimonials-section #customers-testimonials.owl-carousel .owl-nav {
    top: 115%;
    justify-content: end;
}
.testimonials-section #customers-testimonials.owl-carousel .owl-nav button {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonials-section .testimonials-bottom{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
    color: #FFF;
}
.testimonials-section .testimonials-bottom h5{
    font-size: 18px;
    margin: 0px;
}
.testimonials-section .testimonials-bottom a{
    color: #461B51;
    text-decoration: none;
    font-size: 20px;
}

.testimonials-section .testimonial-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: 3px solid #6C4AB6;
    background: #f4f4f4;
}

.testimonials-section .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*Portfolio/Pricing Page*/
.portfolio-banner-section{
    height: 80vh;
}
.portfolio-banner-section h1, .pricing-banner-section h1{
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 82px;
    margin: 0px;
}
.creative-section{
    background-color: #2E2A3A;
    padding: 100px 0px;
    color: #FFF;
}
.creative-section h1{
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
}
.creative-section p{
    padding-right: 80px;
    margin-bottom: 20px;
}
/*Portfolio/Pricing Page*/

/*Solutions Page*/
.strategy-section{
    background: #1a1a1a;
    padding: 80px 0;
    color: #fff;
}
.strategy-section h1 {
    text-transform: capitalize;
    font-size: 60px;
    line-height: 1.4;
    font-weight: 900;
}
.strategy-section h2 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
}
.solution-services-section{
	background: linear-gradient(to right, rgb(104 36 73) -30%, #ffffff 70%);
    padding: 40px 0;
    color: #FFF;
}
.solution-services-section h2{
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
}
.solution-services-section p{
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.solution-services-section li {
    list-style: circle;
    font-size: 16px;
    margin: 0;
}
/*Solutions Page*/

/*Contact Page*/
.contact-form-section{
    padding: 50px 0;
    background: #fff;
    color: #222;
}
.contact-form-section h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: center;
}
.contact-form-section p{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
.contact-form-section form label.field-txt {
    font-weight: 500;
    font-size: 18px;
    color: #222;
    margin: 0 0 5px;
    width: 100%;
    display: block;
}
.contact-form-section form label.field-txt span {
    color: #ec1d23;
}
.contact-form-section form input[type=email], .contact-form-section form input[type=number], .contact-form-section form input[type=tel], .contact-form-section form input[type=text], .contact-form-section form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 18px 15px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    height: 55px;
    border-radius: 5px;
}
.contact-form-section form textarea {
    height: 200px;
}
.contact-form-section form select {
    width: 100%;
    margin: 0;
    border: 1px solid #b2b9c1;
    background: #fff;
    padding: 0 15px;
    color: #5b6b7f;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    height: 55px;
}
/*Contact Page*/

/*Web Hosting Page*/
.web-management-section {
    background: #131313;
    color: #fff;
    font-size: 18px;
    padding: 30px 10px;
}
.web-management-section h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0px 0px 0px 30px;
}
.development-section{
    padding: 50px 0;
    background-color: #1a1a1a;
}
.development-section .nav-tabs .nav-item {
    width: 24%;
}
.development-section .nav-tabs .nav-item button {
    font-size: 14px;
    padding: 7px 10px !important;
    border-radius: 0;
    background-color: #814867;
    color: #fff;
    width: 100%;
}
.development-section .nav-tabs .nav-item button img{
    filter: grayscale(1);
    height: 40px;
}
.development-section .nav-tabs .nav-item button.active {
    background: #fff;
    color: #000;
}
.development-section .nav-tabs .nav-item button.active img{
    filter: grayscale(0);
}
.development-section .column-control-left p{
    line-height: 30px;
    color: #ccc;
}
.development-section .column-control-left .control-list p{
    line-height: 22px;
    color: #FFF;
}
/*Web Hosting Page*/
/*Footer*/
.footer{
    background: #2E2A3A;
    padding: 50px 0;
    color: #fff;
}
.footer h5{
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer li a{
    color: #CFC6DA;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 0;
}
.footer li a:hover{
    color: #FFB703;
}
.footer li a i{
    margin-right: 10px;
}
.footer-bottom p{
    font-size: 12px;
    color: #aaa;
    font-weight: 500;
    margin:0px;
}
.footer-bottom p a{
    text-decoration: none;
    color: #461B51;
}
.footer-bottom a:hover{
    color: #461B51 !important;
}
.footer-bottom .social-icons a{
    font-size: 20px;
    color: #7c7c7d;
    margin:0px 5px;
    transition: all 0.3s;
}
.footer-bottom .footer-links a{
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
    transition: all 0.3s;
}
/*Footer*/

/*Responsive*/
@media only screen and (max-width:1024px) {
    .header .header_browse .header_dropdown {
        top: 70px
    }
    .portfolio-banner-section h1, .pricing-banner-section h1{
        font-size: 40px;
        line-height: 50px;
    }
    .owl-carousel .owl-item img{
        height: 30px;
    }
    .pricing-section .pricing-plan ul{
        padding: 0px 20px;
    }
    .development-section .nav-tabs .nav-item{
        width: fit-content !important;
    }
}
@media only screen and (max-width:991px) {
    .navbar-nav{
        width: 100%;
        flex-direction: column !important;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
    }
    .banner-section{
        padding-top: 150px;
        padding-bottom: 40px;
        height: fit-content;
    }
    .portfolio-banner-section h1, .pricing-banner-section h1{
        font-size: 32px;
        line-height: 40px;
    }
    .banner-section p{
        font-size: 16px;
        font-weight: 500;
    }
    .nav-tabs {
        display: flex !important;
        overflow: auto !important;
        scrollbar-width: thin;
        scroll-snap-type: x mandatory;
        position: static;
        flex-wrap: nowrap;
        justify-content: start !important;
    }
    .nav-item {
        flex: 0 0 auto;
        scroll-snap-align: center;
    }
    .testimonials-bottom {
        display: block !important;
        padding-top: 30px !important;
    }
    .testimonials-section .testimonials-bottom h5{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:767px) {
    .owl-carousel .owl-nav {
        position: inherit;
        justify-content: center !important;
        top: 35px !important;
    }
    .development-section-img{
        justify-content: center !important;
    }
}
@media only screen and (max-width:425px) {
    .pricing-section h2, .column-control-left h2{
        font-size: 26px;
        font-weight: 700;
        line-height: 32px;
    }
    .footer-bottom>div{
        flex-direction: column;
        gap: 10px;
    }
}
/*Responsive*/

.achieve-header h2{
    color: #2E2A3A;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 30px;
}
.column-control-left h2{
    color: #2E2A3A;
}
.projects-stats {
/*    background:  #f5f5f5;*/
    padding: 100px 0;
}
.about-us-section ul.about-points {
    padding-left: 0;
    margin-bottom: 30px;
}

.about-us-section ul.about-points li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #111;
}

.about-us-section ul.about-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #682449;
    font-size: 20px;
    line-height: 1;
}

.box-stats {
    background: #fff;
    border-radius: 12px;
    padding: 40px 25px;
    text-align: center;
    border: 1px solid #eaeaea;
    transition: all 0.3s ease;
}

.box-stats:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.stats-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(108,74,182,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-icon i {
    font-size: 28px;
    color: #6C4AB6;
}

.box-stats h3 {
    font-size: 18px;
    color: #2E2A3A;
    font-weight: 600;
}

.case-studies-header h2{
    text-align: center;
    color: #2E2A3A;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#myTabContent #e-commerce .col-md-6{
    box-shadow: 1px 6px 20px 11px #efefef;
    border-radius: 20px;
    padding: 10px 20px;
    transition: 0.2s;
    background: #fff;
}
#myTabContent #e-commerce .col-md-6:hover{
    transform: scale(0.99);
/*    z-index: 9;*/
}
#myTabContent #e-commerce .col-md-6 h4{
    font-size: 20px;
    font-weight: bold;
}

.footer {
/*    background: #0F0B14;*/
    color: #FFFFFF;
}

.footer a {
    color: #CFC6DA;
    text-decoration: none;
}

.footer a:hover {
    color: #682449;
}

.footer-description {
    color: #CFC6DA;
    max-width: 320px;
}

.footer-cta-text {
    margin-top: 12px;
    color: #7B2FF7;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

.footer-contact i {
    margin-right: 8px;
    color: #7c7c7d;
}

.social-icons a {
    margin-right: 12px;
    font-size: 18px;
}

.footer-strip-text {
    font-weight: 500;
}

.footer-bottom-links a {
    margin-left: 16px;
}

.pricing-item.is-hidden {
    display: none;
}
.is-hidden {
    display: none;
}
/* Container: Full-width and centered */
.mission-section {
  width: 100%;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* A very subtle light gray/blue gradient for depth */
  background: #f5f5f5;
}

/* The Mission Card */
.mission-card {
/*  max-width: 800px;*/
  background-color: #ffffff;
  padding: 50px 40px;
  border-radius: 12px;
  text-align: center;
  /* Soft shadow to create the "card" elevation */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Mission Title */
.mission-title {
/*  font-size: 2.5rem;*/
  margin-bottom: 20px;
  color: #333;
/*  text-transform: uppercase;*/
  letter-spacing: 1px;
}

/* Mission Body Text */
.mission-text {
/*  font-size: 1.2rem;*/
  line-height: 1.8;
  color: #555;
}

/* Visual Highlight for key words */
.mission-text strong {
  color: #6C4AB6; /* Change this to your client's primary brand color */
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
  .mission-card {
    padding: 30px 20px;
  }
  .mission-title {
    font-size: 2rem;
  }
}


.services-section {
  padding: 80px 5%;
  background-color: #ffffff;
  text-align: center;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #222;
}

/* The Grid System */
.services-grid {
  display: grid;
  /* 3 columns on desktop by default */
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Individual Service Card */
.service-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  border: 1px solid #eee;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Card Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: #6C4AB6; /* Optional accent color */
}

/* Icon Styling */
.icon-box {
  font-size: 40px;
  color: #6C4AB6; /* Match client's brand color */
  margin-bottom: 20px;
}

.service-card h3 {
/*  font-size: 1.4rem;*/
  margin-bottom: 15px;
  color: #333;
}

.service-card p {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .services-grid {
    /* 2 columns for tablets */
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    /* 1 column for mobile */
    grid-template-columns: 1fr;
  }
}

.process-section {
  padding: 100px 0;
  text-align: center;
  background-color: #f5f5f5;
  overflow: hidden;
}

.process-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 50px auto 0;
  position: relative;
}

/* Individual Step */
.process-step {
  flex: 1;
  position: relative;
  padding: 0 15px;
  z-index: 1;
  /* Basic fade-in animation */
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

/* Connecting Line (Desktop) */
.process-container::after {
  content: '';
  position: absolute;
  top: 35px; /* Centers line with the number circles */
  left: 50px;
  right: 50px;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}

/* Number Circles */
.step-number {
  width: 70px;
  height: 70px;
  background-color: #6C4AB6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
/*  font-size: 2rems;*/
  font-weight: bold;
  margin: 0 auto 20px;
  position: relative;
  border: 5px solid #fff; /* Creates a gap between circle and line */
  box-shadow: 0 4px 15px rgba(108, 74, 182, 0.3);
}

.process-step h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #333;
}

.process-step p {
/*  font-size: 0.95rsem;*/
  color: #666;
  line-height: 1.5;
}

/* --- Responsive (Mobile) --- */
@media (max-width: 768px) {
  .process-container {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }

  /* Vertical Connecting Line */
  .process-container::after {
    top: 0;
    bottom: 0;
    left: 65px;
    width: 2px;
    height: 100%;
  }

  .process-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 40px;
    width: 100%;
  }

  .step-number {
    margin: 0 20px 0 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
}

/* Simple Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered animation delay for each step */
.process-step:nth-child(1) { animation-delay: 0.1s; }
.process-step:nth-child(2) { animation-delay: 0.2s; }
.process-step:nth-child(3) { animation-delay: 0.3s; }
.process-step:nth-child(4) { animation-delay: 0.4s; }
.process-step:nth-child(5) { animation-delay: 0.5s; }

.why-choose-section {
  padding: 100px 5%;
/*  background-color: #f5f5f5;  Very light tint of your purple */
}

.why-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Column Content */
.why-content {
  flex: 1;
}

.why-title {
/*  font-size: 2.5rem;*/
  color: #222;
  margin-bottom: 20px;
}

.supporting-line {
  font-size: 1.25rem;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.6;
  border-left: 4px solid #6C4AB6;
  padding-left: 20px;
}

.supporting-line strong {
  color: #6C4AB6;
}

/* Bullet Points */
.why-list {
  list-style: none;
  padding: 0;
}

.why-list li {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 15px;
  position: relative;
  padding-left: 35px;
}

/* Custom Purple Bullets */
.why-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #6C4AB6;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
}

/* Right Column Visual */
.why-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.abstract-shape {
  width: 100%;
  max-width: 450px;
  background: white;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  /* Floating animation */
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
  .why-container {
    flex-direction: column;
    text-align: center;
  }
  
  .supporting-line {
    border-left: none;
    border-top: 4px solid #6C4AB6;
    padding-left: 0;
    padding-top: 20px;
  }

  .why-list li {
    text-align: left;
  }
}

.team-section {
  padding: 100px 5%;
  background-color: #f5f5f5;
  width: 100%;
}

.team-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}

/* Text Styling */
.team-content {
  flex: 1;
}

.sub-heading {
  color: #6C4AB6;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 10px;
}

.team-title {
/*  font-size: 2.8rem;*/
  color: #222;
  margin-bottom: 25px;
}

.team-description {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
}

.team-description strong {
  color: #6C4AB6;
}

/* Image & Decorative Accents */
.team-image-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.team-img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  filter: grayscale(20%); /* Optional: gives a trendy, editorial look */
  transition: filter 0.3s ease;
}

.team-img:hover {
  filter: grayscale(0%);
}

/* The purple decorative box behind the image */
.image-accent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6C4AB6;
  top: 30px;
  left: 30px;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.15;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
  .team-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .team-title {
    font-size: 2.2rem;
  }

  .image-accent {
    display: none; /* Keep it clean on mobile */
  }
}
.vision-section {
  padding: 100px 0;
  background-color: #fafaff; /* Extremely minimal light tint */
  text-align: center;
  display: flex;
  justify-content: center;
}

.vision-container {
  position: relative;
}

/* The Quotation Marks */
.quote-icon, .quote-icon-end {
  font-family: serif;
  font-size: 8rem;
  color: #6C4AB6;
  opacity: 0.2;
  line-height: 0;
  height: 40px;
}

.quote-icon {
  text-align: left;
  margin-bottom: -20px;
}

.quote-icon-end {
  text-align: right;
  margin-top: 40px;
}

/* Typography */
.vision-text {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
  color: #333;
  margin: 0;
  font-style: italic;
}

/* Highlighting the key values */
.vision-text span {
  color: #6C4AB6;
  font-weight: 600;
  font-style: normal;
}

/* Responsive Scaling */
@media (max-width: 768px) {
  .vision-text {
    font-size: 1.6rem;
  }
  
  .quote-icon, .quote-icon-end {
    font-size: 5rem;
  }
}

.cta-section {
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(135deg, #6C4AB6 0%, #3a2a63 100%);
  text-align: center;
  color: #ffffff;
}

/* The requested container wrap */
.cta-section .container {
  margin: 0 auto;
  padding: 0 20px;
}

.cta-heading {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.cta-text {
  font-size: 1.25rem;
  margin-bottom: 40px;
  opacity: 0.9;
  line-height: 1.6;
}

/* Button Styling */
.cta-button {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(90deg, #FFB703, #2E2A3A) !important;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Button Behavior */
.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
/*  background-color: #f8f8f8;*/
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .cta-heading {
    font-size: 2.2rem;
  }
  .cta-text {
    font-size: 1.1rem;
  }
  .cta-section {
    padding: 80px 0;
  }
}

.about-hero-content h1{
    font-weight: 700;
    font-size: 50px;
}
.about-hero-content{
    z-index: 4;
    position: relative;
}