/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Slider
    - About
    - Counters
    - Portfolio
    - Quotes
    - Pricing
    - Map
    - Contact
    - Footer
    - Scroll Top
    - Rev-Slider Before After
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font{font-family: 'Manrope', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s;
    transition-duration: 1s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}

/* ===================================
    General
====================================== */

body {font-family: 'Manrope', sans-serif; font-size: 20px;color: #ffffff!important;font-weight: normal;line-height: 25px;width: 100%; overflow-x: hidden!important;}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
section{padding: 7.5rem 0;}
.padding-top{padding-top: 7.5rem;}
.padding-bottom{padding-bottom: 7.5rem;}
section {
    width: 95%!important;
    margin-left: 5%!important;
}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 20px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: normal; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff; text-decoration: none;}
.btn.btn-trans:hover {background: #ffffff !important; border-color: #ffffff; color: #232728 !important}
/* White button */
.btn.btn-white {background: #ffffff; border-color: #ffffff; color: #232728; text-decoration: none;}
.btn.btn-white:hover {background: transparent !important; border-color: #ffffff; color: #232728 !important}
/* Green button */
.btn.btn-green {background: #05c38a; border-color: #05c38a; color: #ffffff; text-decoration: none;}
.btn.btn-green:hover {background: #6c30eb !important; border-color: #6c30eb; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:16px; padding: 10px 48px; line-height: 1.8em;}
.btn.btn-large {font-size:20px;  padding: 12px 48px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;}

/* Text color */
.text-white {color: #ffffff;}
.text-pink {color: #6c30eb;}
.text-black {color: #202020;}
.text-purple { color: #6c30eb;}
.text-green { color: #05c38a;}
.text-blue { color: #0c95f8;}

/* Background color */
.bg-transparent {background: transparent;}
.bg-pink {background: #6c30eb;}
.bg-purple {background: #6c30eb;}
.bg-green {background: #05c38a;}
.bg-blue {background: #0c95f8;}

/*Social Icon Hover Text Hover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/*Social Icon Hover Bg Hover */
.facebook_bg_hvr2:hover{color:#FFFFFF !important; background: #4267b2 !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
.twitter_bg_hvr2:hover{color:#FFFFFF !important; background: #00a7e6; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.linkdin_bg_hvr2:hover{color:#FFFFFF !important; background: #1682ab; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.googleplus_bg_hvr2:hover{color:#FFFFFF !important; background: #d5463a; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.pintrest_bg_hvr2:hover{color:#FFFFFF !important; background: #c8232c; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; transition: .3s ease-in-out;}
.instagram_bg_hvr2:before{
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.instagram_bg_hvr2:hover{color:#FFFFFF !important; z-index: 999}
.instagram_bg_hvr2:hover:before{opacity: 1;visibility: visible;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

/* ===================================
    Sidebar Toggle Btn
====================================== */

.my_tog{
    padding: 18px 24px;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
    transition: .8s ease;
    display: inline-block;
    float: right;
}

.my_tog:hover span:first-child{
    width: 16px;
}

.my_tog:hover span:last-child{
    width: 16px;
}

.my_tog span{
    display: block;
    height: 2px;
    width: 25px;
    background-color: #232728;
    margin-bottom: 4px;
    transition: .7s ease;
}

/* ===================================
    SideNav
====================================== */
.side_nav{
    display: block;
    background-color: #ffffff;
    width:25%;
    float: left;
    height: auto;
    box-shadow: 0 10px 30px 0 rgba(20,44,56,.25);
    transition: .5s ease;
    position: relative;
}

.side_nav{
    position: fixed;
    top:0;
    left:-20%;
    z-index: 11;
    bottom: 0;
}

.brand-logo{
    color: black;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding-top: 13px;
    margin-top: 20px;
    padding-left: 30px;
    font-size: 30px;
    transition: .6s ease;
}

.side_nav.expand_nav .sticky-icons {
    opacity: 0;
    transition: .5s ease;
}

.sticky-icons {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 99;
}

.rites-res {
    opacity: 0;
    transition: .5s ease;
}
.side_nav.expand_nav .rites-res {
    opacity: 1;
}

.sticky-icons.social-icons-simple li{
    display: inline-block;
    padding-left: 8px;
}

.sticky-icons.social-icons-simple li a {
    display: block;
    font-size: 18px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #202020;
}

.overlay-body{
    position: fixed;
    top:0;
    bottom: 0;
    left:25%;
    right: 0;
    background-color: transparent;
    z-index: 111;
    display: none;
}
.show_body_overlay{
    display: block !important;
}

.brand-logo span{
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
}

.my_nav_tog span{
    display: block;
    margin-bottom: 3px;
    height: 2px;
    background-color: #444444;
    width: 20px;
}

.side-nav-menu .nav-menu{
    font-family: 'Montserrat', sans-serif;
    padding-left: 35px;
    padding-top: 120px;
}

.broad .side-nav-menu ul{
    padding-top: 130px;
}

.side-nav-menu .nav-menu li,.broad .side-nav-menu ul li{
    list-style: none;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    transition: 1s ease;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left !important;
}

.side-nav-menu .nav-menu li a,.broad .side-nav-menu ul li a{
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #232728;
    transition: .1s ease;
    overflow: hidden;
    position: relative;
    width: 70%;
    top: 7px;
    padding: 0;
    text-align: left;
}

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* Different Underline Colors */
.nav-item:nth-child(1) .line:hover:after, .nav-item:nth-child(1) .line.active:after {
    border-color: #6c30eb;
}

.nav-item:nth-child(2) .line:hover:after, .nav-item:nth-child(2) .line.active:after {
    border-color: #05c38a;
}

.nav-item:nth-child(3) .line:hover:after, .nav-item:nth-child(3) .line.active:after {
    border-color: #6c30eb;
}

.nav-item:nth-child(4) .line:hover:after, .nav-item:nth-child(4) .line.active:after {
    border-color: #0c95f8;
}

.nav-item:nth-child(5) .line:hover:after, .nav-item:nth-child(5) .line.active:after {
    border-color: #202020;
}

.nav-item:nth-child(6) .line:hover:after, .nav-item:nth-child(6) .line.active:after {
    border-color: #6c30eb;
}

.nav-item:nth-child(7) .line:hover:after, .nav-item:nth-child(7) .line.active:after {
    border-color: #05c38a;
}


.side-nav-menu .nav-menu li a{
    font-family: 'Manrope', sans-serif;
    text-decoration: none;
    color: #202020;
    transition: .5s ease;
    width: auto;
}

/*broad nav*/
.side-nav-menu .side-icons ul{
    padding-top: 0 !important;
    padding-left: 21px !important;
}

.side-nav-menu .side-icons ul li{
    margin-bottom: 0 !important;
    list-style: none;
    display: inline-block;
    padding-right: 10px;
}

.side-nav-menu .side-icons ul li a{
    color: #000000;
}

.side_nav .nav-item {
    display: block;
    margin: 20px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.side_nav.expand_nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side_nav.expand_nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side_nav.expand_nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side_nav.expand_nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side_nav.expand_nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side_nav.expand_nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side_nav.expand_nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side_nav.expand_nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side_nav.expand_nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side_nav.expand_nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* ===================================
    Nav-Bar css
====================================== */

.navbar{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff !important;
}

.navbar-brand {
    text-decoration: none;
    font-family: 'Manrope', sans-serif;
    font-weight:normal;
    font-size: 30px;

}

.navbar-brand span{
    font-weight:bolder;
}

.side-nav-menu .social-icons span:hover i{
    cursor: pointer;
}

.social-icons span a{
    color: #202020;
}

.social-icons span i{
    font-size: 13px;
    margin-left: 0;
    background-color: transparent;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    transition: .5s ease;
}

/* ===================================
    Broad Nav-bar css
====================================== */

.broad{
    visibility: hidden;
    opacity: 0;
    transform: rotate(0deg);
}

.broad .side-nav-menu{
    display: none;
}

.broad-nav{
    transition: .5s ease-in-out;
    background-color: white;
    display: block;
    visibility: visible;
    position: fixed;
    overflow: hidden;
    z-index: 111111;
    top:0;
    bottom: 0;
    right: 0;
    left:0;
    opacity: 1;
}

.margin-manage {
    margin-top: 100px;
}

.broad-nav .side-nav-menu{
    display: block;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    left: 0;
    transform: translate(-20px, 0);
}

.broad-nav .side-nav-menu .social-icons span{
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    position: relative;
}

.broad-nav .side-nav-menu .nav-menu li a span,.broad .side-nav-menu ul li a span {
    display: inline-block;
    height: 2px;
    width: 0;
    transition: .8s ease;
    position: absolute;
    top: 13px;
}

.broad-nav .side-nav-menu ul li a.active span{
    width: 75%;
    display: inline-block;
    transition: .5s ease;
}

.fix-top{
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.broad-nav .side-nav-menu .social-icons span i{
    position: absolute;
    bottom: 0;
    left: -5px;
    transition: .8s ease;
}

.broad-nav .side-nav-menu .social-icons span .fa-facebook-f{
    left: -5px;
}

.broad-nav .side-nav-menu .social-icons{
    transition: all 1s ease 500ms;
    animation-duration: 2s;
    font-size: 14px;
    animation-name: myan;
    animation-delay: .7s;
    animation-fill-mode: both;
    color: #d6d6d6;
}

.broad-nav .side-nav-menu ul {
    position: relative;
    transform: translate(-25px, -91px);
}

.broad .side-nav-menu ul li{

    transition: all 2s ease 500ms;
    animation-duration: 1s;
}

/*side close btn*/
.broad .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 4px;
    cursor: pointer;
    color: #444444;
    z-index: 111;
    transition: .5s ease;
}

.broad.before-side .btn-close{
    display: none;
}

.broad .btn-close::before, .broad .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: black;
    top: 5px;
    transition: 0.5s ease;
}

.broad .btn-close:hover::before, .broad .btn-close:hover::after {
    height: 28px;
}

.broad .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.broad .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.broad.right-btn .btn-close{
    right: 47px;
    left: auto;
}

.broad .side-nav-menu ul li span{
    font-size: 30px;
    color: #d9d9d9;
}

.broad .social-icons i{
    font-size: 16px;
}

.broad .brand-logo{
    padding-top: 0;
    padding-left: 72%;
    position: relative;
    z-index: 99;
}

.rites-res {
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
    font-size: 16px;
}

.broad .rites-res {
    margin-top: 28px;
    width: 95%;
    margin-left: 49px;
}

/* ===================================
    Expand Nav bar & body Shrink
====================================== */

.expand_nav{
    left:0;
}

.close_nav{
    padding-top: 25px;
}

.close_nav span:nth-child(2){
    display: none;
}

.close_nav span:first-child{
    margin-left: auto;
    transform: rotate(45deg);
    margin-bottom: -2px;
}

.close_nav span:last-child{
    margin-top: 0;
    transform: rotate(130deg);
}

.close_nav:hover span:first-child,.close_nav:hover span:last-child{
    width: 25px;
}

/* === Background Video Section === */
.video-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

/* Overlay */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* subtle dark overlay */
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text Styling */
.banner-text {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: "Manrope", sans-serif;
}

.banner-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-text span {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  color: #00c6ff;
}


/* ===================================
    About Section
====================================== */

.about-sec {
  position: relative;
  background: #f9fafc;
  padding: 100px 0;
  overflow: hidden;
}

/* Floating background icons */
.floating-icons i {
  position: absolute;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.08);
  animation: floatIcons 10s ease-in-out infinite;
}

.floating-icons i:nth-child(1) { top: 15%; left: 10%; animation-delay: 0s; }
.floating-icons i:nth-child(2) { top: 25%; right: 10%; animation-delay: 2s; }
.floating-icons i:nth-child(3) { bottom: 20%; left: 15%; animation-delay: 4s; }
.floating-icons i:nth-child(4) { bottom: 10%; right: 15%; animation-delay: 6s; }

@keyframes floatIcons {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

/* Heading styling */
.heading-area .heading {
  font-family: 'Poppins', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #111;
  border: 3px solid #000;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.heading-area .text {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 60px;
}

/* About Cards */
.about-card {
  padding: 20px;
  transition: all 0.4s ease;
}

.about-inner {
  background: #fff;
  border-radius: 16px;
  padding: 50px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.4s ease;
  height: 100%;
}

.about-inner:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-inner.active {
  background: linear-gradient(135deg, #7e3ff2, #8261ba);
  color: #fff;
}

.about-inner.active .about-card-detail,
.about-inner.active .about-card-heading,
.about-inner.active .icon-holder i {
  color: #fff !important;
}

/* Icons */
.icon-holder i {
  font-size: 55px;
  color: #007BFF;
  margin-bottom: 25px;
  transition: 0.3s ease;
}

.about-inner.active .icon-holder i {
  color: #fff;
}

.about-card-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-card-detail {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}


/* ===================================
   Counter
====================================== */

.counter-content h3 , .counter-content h3 span {
    font-family: 'Montserrat' ,sans-serif;
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.5;
}

.counter-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
    width: 95%;
}

.counter-content .underline{
    display: block;
    margin: 20px 0;
    width: 50px;
    height: 3px;
    background-color: #ffffff;
}

.parallax-box{
    font-family: 'Roboto', sans-serif;
}

.parallax-box i{
    font-size: 42px;
}

.parallax-box h2{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    font-family: Montserrat ,sans-serif;
}

.parallax-box h5{
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
}

/* ===================================
    Cube-Portfolio-Section
====================================== */

.cubeportfolio .cbp-l-filters-buttonCenter .cbp-filter-item {
    border: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s ease-in-out;
}

.cbp a, .cbp a:hover, .cbp a:active {
    color: #ffffff;
}

.cubeportfolio .cbp-l-filters-buttonCenter {
    margin-bottom: 0;
    margin-top: 50px;
}

.cubeportfolio .cbp-l-caption-body .title {
    color: #fff;
    font-size: 20px;
}

.cubeportfolio .cbp-l-caption-body .portfolio-text {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 50px;
}

.cubeportfolio .cbp-l-caption-body .portfolio-para {
    font-size: 14px;
    font-weight: normal;
    width: 80%;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background: #0c95f8;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap:hover {
    background-color: #0c95f8;
    opacity: 0.8;
}

.cbp-item:hover .cbp-caption-defaultWrap {
    transform: scale(1.25);
    transition: 0.6s ease-in-out;
}

.cbp-l-caption-body .cbp-l-caption-title {
    font-size: 20px;
}

.cbp-l-caption-body .cbp-l-caption-desc {
    color: #ffff;
    font-size: 12px;
}

.cubeportfolio .plus {
    margin: 0 auto;
    height: 70px;
    width: 70px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cubeportfolio .plus::before {
    width: 2px;
    left: 50%;
    top: 5px;
    bottom: 5px;
    margin-left: -1px;
}

.cubeportfolio .plus::after {
    height: 2px;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -1px;
}

.cubeportfolio .plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.cubeportfolio .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap.text-area {
    opacity: 1!important;
    background: transparent;
}

/* ===================================
    Quote sec
====================================== */

.quote-sec .quote{
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}

.quote-sec .writer{
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.quote-sec i.fa-quote-left{
    position: absolute;
    font-size: 25px;
    top: -40px;
    left: 10%;
}

.quote-sec i.fa-quote-right{
    position: absolute;
    font-size: 25px;
    right: 10%;
    bottom: 0;
}

/* ===================================
        Price Section
=================================== */

/* Section layout */
#mode-of-operation {
  text-align: center;
  padding: 80px 0;
  background: #926dff;
}

.heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  border: 3px solid #000;
  display: inline-block;
  padding: 10px 25px;
}

/* Flow container for boxes */
.flow-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: nowrap;
  position: relative;
}

/* Each box */
.flow-box {
  width: 280px;
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.flow-box:hover {
  transform: translateY(-5px);
}

.flow-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.flow-box p {
  font-size: 15px;
  line-height: 1.6;
}

/* Colors */
.bg-purple { background: #7e3ff2; }
.bg-green { background: #18b683; }
.bg-blue { background: #2980ef; }

/* Arrow between boxes */
.arrow {
  font-size: 40px;
  color: #333;
  align-self: center;
}

/* Curved arrow loop below */
.loop-arrow {
  position: relative;
  width: 400px;
  height: 180px;
  margin: 80px auto 0;
  border: 3px solid #000;
  border-top: none;
  border-radius: 0 0 200px 200px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}

.tygo-logo {
  width: 70px;
  height: auto;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


/* ===================================
        Map Section
=================================== */

.google_map{
    overflow-x: hidden !important;
}

#map{
    overflow-x: hidden !important;
}

.mapouter {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    overflow-x: hidden !important;
}

.full-map{
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* ===================================
      Contact Section
====================================== */

.contact-sec .contact-heading{
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 40px;
}

.contact-sec .contact-form{
    width: 95%;
}

.contact-sec .contact-form input{
    color: #202020;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control{
    border-radius: 0;
    border:solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder{
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea{
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .btn-green{
    margin-top: 20px;
}

/*contact details*/
.contact-sec .contact-background{
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details{
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading{
    margin-bottom: 35px;
}

.contact-sec .contact-details .text{
    color: #202020;
    opacity: .8;
    font-size: 17px;
    font-weight: normal;
}

.contact-sec .contact-details ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}
.contact-sec .contact-details ul li{
    color: #202020;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.contact-sec .contact-details ul li:first-child{
    width: 70%;
}
.contact-sec .contact-details ul li span{
    display: inline-block;
    padding-right: 30px;
}
.contact-sec .contact-details ul li span:last-child{
    padding-right: 0;
}
.contact-sec .contact-details ul li i{
    font-size: 35px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #92d3d2;
}
.contact-sec .contact-details ul li i.addr{
    color: #6c30eb;
}
.contact-sec .contact-details ul li i.phone{
    color: #0c95f8;
}
.contact-sec .contact-details ul li i.email{
    color: #6c30eb;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #464646!important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #464646!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #464646!important;
}

/* ===================================
   Footer
====================================== */

.footer-style-1{
    padding: 3.5rem 0;
    width: 95%;
    margin-left: 5%;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.footer-social li a:hover{
    background: #ffffff;
}

.company-about{
    font-size: 16px;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #202020;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}

.go-top.active {
    -webkit-animation: slideInRight 1s;
    animation: slideInRight 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #202020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/* ===================================
    Rev-Slider Before After
====================================== */

.rs-before-after-addon {
    overflow: hidden !important;
}

.rs-before-after-addon .tparrows {
    z-index: 1000 !important;
}

.rs-addon-beforeafter-btn {
    position: absolute;
    display: table;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    z-index: 102;
}

.rs-addon-beforeafter-btn i {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.rs-beforeafter-shift-arrows .rs-addon-beforeafter-btn i {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

.rs-addon-beforeafter-btn-vertical,
.rs-addon-beforeafter-btn-vertical i {
    display: block;
}

.rs-addon-beforeafter-line {
    display: block;
    position: absolute;
    z-index: 102;
}

.rs-addon-beforeafter-line.rs-beforeafter-horizontal {
    top: 0;
    height: 100%;
}

.rs-addon-beforeafter-line.rs-beforeafter-vertical {
    left: 0;
    width: 100%;
}

.rs-before-after-element {
    opacity: 0;
    visibility: hidden;
    background: transparent!important;
}

.rs-before-after-element,
.rs-before-after-element:before {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.rs-addon-beforeafter-bg {
    opacity: 0;
    z-index: 999;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer,
.rs-addon-beforeafter-revealer .tp-loop-wrap {
    width: 100%;
    height: 100%;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-revealer {
    position: absolute;
    overflow: hidden;
}

.rs-addon-beforeafter-before {
    top: 0;
    left: 0;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-after {
    top: 0;
    right: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-after {
    bottom: 0;
    left: 0;
}

.rs-addon-beforeafter-bg,
.rs-addon-beforeafter-after {
    opacity: 0;
}

.rs-addon-beforeafter-inner,
.rs-addon-beforeafter-bg-inner  {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-horizontal .rs-addon-beforeafter-bg-inner {
    right: 0;
    top: 0;
}

.rs-addon-beforeafter-vertical .rs-addon-beforeafter-inner,
.rs-addon-beforeafter-vertical .rs-addon-beforeafter-bg-inner {
    left: 0;
    bottom: 0;
}

.rs-video-beforeafter,
.rs-video-beforeafter .tp-mask-wrap {
    width: 100% !important;
    height: 100% !important;
}

.rs-before-after-addon:not(.before-after-carousel).dragging,
.rs-before-after-addon:not(.before-after-carousel).dragging *,
.rs-before-after-addon:not(.before-after-carousel).dragging .rs-addon-beforeafter-btn i:before {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}

.rs-beforeafter-pointers,
.rs-beforeafter-pointers .rs-addon-beforeafter-inner {
    pointer-events: none;
}

.rs-beforeafter-pointers *:not(.rs-addon-beforeafter-inner) {
    pointer-events: auto;
}

.rs-beforeafter-pointers .rs-video-beforeafter,
.rs-beforeafter-pointers .rs-video-beforeafter * {
    pointer-events: none;
}

.tparrows.tp-leftarrow:before {
    content: '\f104'!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

.tparrows.tp-rightarrow:before {
    content: '\f105'!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}

/* ===================================
    Start Loader
====================================== */



/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading{
    margin-bottom: 10px;
}

.standalone-area .sub-heading{
    margin-bottom: 8px;
}

.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 60px;
    color: #444444;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #444444;
}

.standalone-detail{
    padding-bottom: 100px;
}

.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #444444;
}

.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444444;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 250px 0;
    background: #6c30eb;
}

.page-title .auto-container{
    position:relative;
}

.page-title h2{
    position:relative;
    color:#ffffff;
    font-weight:600;
    line-height:1.2em;
    margin-bottom: 10px;
    font-size:4rem;
    text-transform:capitalize;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right: 4px;
    color: #ffffff;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.square {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
}
.square > span {
    width: 30px;
    height: 30px;
    background-color: #6c30eb;
    margin: 1px;
    animation: square 0.8s infinite alternate;
}
.square > span:nth-child(2) {
    background-color: #05c38a;
    animation-delay: 0.1s;
}
.square > span:nth-child(3) {
    background-color: #c54e72;
    animation-delay: 0.2s;
}
.square > span:nth-child(4) {
    background-color: #6c30eb;
    animation-delay: 0.1s;
}
.square > span:nth-child(5) {
    background-color: #ce4a72;
    animation-delay: 0.2s;
}
.square > span:nth-child(6) {
    background-color: #6c30eb;
    animation-delay: 0.3s;
}
.square > span:nth-child(7) {
    background-color: #e83f72;
    animation-delay: 0.2s;
}
.square > span:nth-child(8) {
    background-color: #05c38a;
    animation-delay: 0.3s;
}
.square > span:nth-child(9) {
    animation-delay: 0.4s;
}
@keyframes square {
    100% {
        transform: scale(0.4);
    }
}

/* ===================================
   Media Queries
====================================== */

@media (max-width: 1600px) and (min-width: 1300px)  {
    /* Side Nav */
    .my_tog {
        margin-right: 6px;
    }
    .sticky-icons {
        position: absolute;
        right: 20px;
    }
}

@media (max-width: 1280px) and (min-width: 1210px) {
    .my_tog {
        margin-right: 0;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    /* Side Nav */
    .my_tog {
        padding: 20px 5px;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 350px;
    }
    .rites-res {
        bottom: 0;
    }
    .sticky-icons {
        right: 5px;
    }

    /* Counter */
    .counter-content h3, .counter-content h3 span {
        font-size: 28px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px){

    section {
        padding: 4.5rem 0;
    }
    section, .footer-style-1 {
        width: 95%!important;
        margin-left: 5%!important;
    }
    .heading-area .heading {
        font-size: 34px;
    }
    .heading-area .sub-heading {
        font-size: 16px;
    }
    .padding-bottom {
        padding-bottom: 5.5rem;
    }

    /* Side Nav */
    .my_tog {
        padding: 20px 0;
        margin-right: 8px;
    }
    .side-nav-menu .nav-menu {
        padding-left: 35px;
        padding-top: 220px;
    }
    .sticky-icons {
        right: 0;
    }
    .expand_nav {
        width: 40%;
    }

    /* About */
    .about-sec .our-about-sec .about-card {
        width: 60%;
        margin: auto;
    }

    /* Counter */
    .counter-content span {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        font-size: 26px;
    }
    .parallax-box h5 {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 22px;
    }

    /* Quotes */
    .quote-sec i.fa-quote-left {
        left: 10%;
    }
    .quote-sec .quote {
        font-size: 24px;
    }

    /* Pricing */
    .price-margin {
        margin: 50px 0;
    }
    .price-item {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    section, .footer-style-1 {
        width: 100% !important;
        margin: auto!important;
    }
    .heading-area .sub-heading {
        font-size: 14px;
    }
    .heading-area .heading {
        font-size: 26px;
    }
    .heading-area .text {
        font-size: 14px;
    }
    .btn.btn-medium {
        font-size: 14px;
    }
    .padding-bottom {
        padding-bottom: 4.5rem;
    }

    /* Side Nav */
    .side_nav {
        display: none;
    }
    .navbar-brand {
        margin-right: 0;
    }
    .navbar-brand img {
        max-width: 85%;
    }
    .my_nav_tog span {
        height: 3px;
        width: 25px;
    }
    .side-nav-menu .nav-menu li a, .broad .side-nav-menu ul li a {
        text-align: center;
        width: auto;
    }
    .side-nav-menu .nav-menu li, .broad .side-nav-menu ul li {
        text-align: center!important;
    }
    .broad-nav .side-nav-menu .social-icons {
        position: absolute;
        left: 50%;
        bottom: 2%;
        transform: translateX(-50%);
    }
    .broad-nav .side-nav-menu {
        position: relative;
        height: 100%;
    }
    .broad .side-nav-menu ul {
        padding-top: 160px;
    }

    /* Nav-Bar */
    .navbar {
        padding: 8px 10px;
    }

    /* About */
    .about-sec .our-about-sec {
        padding: 50px 0 0 0;
    }

    /* Counter */
    .counter-content .underline {
        margin: 20px auto;
    }
    .counter-content span, .counter-content p {
        font-size: 14px;
    }
    .counter-content h3, .counter-content h3 span {
        font-size: 24px;
    }
    .parallax-box h2 {
        margin-top: 10px;
    }
    .parallax-box {
        padding: 40px 0;
    }

    /* Portfolio */
    .cubeportfolio .cbp-l-caption-body .portfolio-text {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .cubeportfolio .cbp-l-caption-body .portfolio-para {
        width: 90%;
        margin-bottom: 25px;
    }

    /* Quotes */
    .quote-sec i.fa-quote-right {
        right: 5%;
        bottom: 14%;
        font-size: 20px;
    }
    .quote-sec i.fa-quote-left {
        left: 5%;
        font-size: 20px;
    }
    .quote-sec .quote {
        font-size: 20px;
        width: 100%;
    }
    .quote-sec .writer {
        font-size: 16px;
    }

    /* Pricing */
    .price-margin {
        margin: 50px 0;
    }

    /* Contact */
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 30px;
    }
    .contact-sec .contact-details ul li i{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }

    /* Footer */
    .company-about {
        margin-top: 15px;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading{
        font-size: 36px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
        font-size: 16px;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .page-title {
        padding: 200px 0;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }
}

/* Overall section */
.growth-solution {
  background-color: #f8f6f6;
  padding: 60px 20px;
  font-family: 'Manrope', sans-serif;
  color: #1a1a1a;
}

.growth-solution .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Headings */
.growth-solution h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.growth-solution .subtitle {
  font-size: 1rem;
  color: #2f2f2f;
  max-width: 750px;
  margin: 0 auto 50px;
}

/* Layout */
.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Left and Right columns */
.left, .right {
  flex: 1;
  min-width: 250px;
}

.item {
  margin-bottom: 30px;
  text-align: left;
}

.item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.item p {
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Center circle diagram */
.circle-diagram {
  position: relative;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #f9f6f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px;
}

.circle-diagram .segment {
  width: 48%;
  height: 48%;
  margin: 2px;
  background-color: #6c30eb;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  font-size: 1.4rem;
}

/* Responsive */
@media (max-width: 900px) {
  .content {
    flex-direction: column;
    align-items: center;
  }
  .left, .right {
    text-align: center;
  }
  .item {
    text-align: center;
  }
}
/* Section styling */
.who-we-serve {
  position: relative;
background-image: url("images/download (3).png"); /* Modern business image */
  background-size: cover;
  background-position: center;
  color: #333;
  padding: 80px 20px;
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
}

/* Overlay for faded effect */
.who-we-serve .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

/* Content container */
.who-we-serve .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Headings */
.who-we-serve h2 {
  font-size: 2.5rem;
  color: #4a4a4a;
  font-weight: 600;
  margin-bottom: 10px;
}

.who-we-serve .subtitle {
  font-size: 1rem;
  color: #5a5a5a;
  margin-bottom: 50px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Card container */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: 30px;
  justify-content: center;
}

/* Individual cards */
.card {
  background-color: #ffffffcc;
  border: 4px solid #6c30eb;
  border-radius: 6px;
  padding: 30px;
  text-align: left;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon circle */
.card .icon {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ececec;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Text inside cards */
.card h3 {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
}

.card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .card {
    text-align: center;
  }
  .cards {
    grid-template-columns: 1fr;
  }
}

/* General styling */
.success-slider {
  background-color: #6c30eb;
  padding: 80px 20px;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 600;
}

/* Swiper styles */
.successSwiper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #6c30eb;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

.text-content {
  flex: 1;
  min-width: 320px;
  margin-right: 30px;
  color: #fff;
}

.text-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.text-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.text-content ul {
  list-style: none;
  padding: 0;
}

.text-content li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.text-content strong {
  color: #fff;
}

.image-content {
  flex: 1;
  min-width: 280px;
  display: flex;
  justify-content: center;
}

.image-content img {
  width: 100%;
  max-width: 420px;
  border-radius: 12px;
  object-fit: cover;
}

/* Swiper buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .slide-content {
    flex-direction: column-reverse;
    text-align: center;
  }

  .text-content {
    margin-right: 0;
  }

  .image-content img {
    max-width: 100%;
  }
}
.about-card {
    padding: 30px 20px;
    transition: all 0.3s ease;
}
.about-card:hover {
    transform: translateY(-5px);
}
.image-holder i {
    font-size: 40px;
}
/* --- General Slide Styling --- */
.success-slider {
  padding: 60px 0;
  overflow: hidden; /* Prevents swiper buttons from overflowing on small screens */
}

.success-slider .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.success-slider .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* --- Slide Content Layout --- */
.slide-content {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50/50 split for text and image */
  align-items: center;
  gap: 40px;
  padding: 20px;
}

.slide-content .text-content {
  display: flex;
  flex-direction: column;
}

.slide-content .text-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slide-content .text-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.slide-content .image-content img {
  width: 100%;
  height: 550px; /* Gives a consistent, tall aspect ratio like the screenshots */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* --- Slide 1 (Radiant) Specifics --- */
.points-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}

.points-grid .number {
  font-size: 20px;
  font-weight: 700;
  color: #333; /* Or your brand's primary color */
}

.points-grid h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}

.points-grid p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.impact-box {
  
  border-left: 4px solid #6c30eb; /* Use your brand's accent color (I'm guessing from bg-pink) */
  padding: 20px;
  border-radius: 0 4px 4px 0;
  margin-top: auto; /* Pushes box to the bottom of the flex container */
}

/* --- Slide 2 (Naafe) Specifics --- */
.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.slide-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.slide-content li {
  font-size: 15px;
  margin-bottom: 8px;
}

.results-list {
  margin-bottom: 20px;
}

.quote-box {
  background: #333;
  color: #fff;
  padding: 25px;
  border-radius: 4px;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
  margin-top: auto; /* Pushes box to the bottom */
}

.quote-box b {
  color: #f0f0f0;
  font-weight: 600;
}


/* --- Slide 3 (Eurolink) Specifics --- */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 25px;
  text-align: left;
}

.stats-grid .stat-number {
  font-size: 36px;
  font-weight: 700;
  /* Use your brand's accent color */
}

.stats-grid h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0;
}

.stats-grid p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}


/* --- Swiper Navigation & Pagination --- */
/* (You can customize these to match your site's theme) */
.swiper-button-prev,
.swiper-button-next {
  color: #000; /* Or your brand color */
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-pagination-bullet {
  background: #ccc;
}
.swiper-pagination-bullet-active {
  background: #6c30eb; /* Use your brand's accent color */
}


/* --- Responsiveness --- */
@media (max-width: 992px) {
  .slide-content {
    grid-template-columns: 1fr; /* Stack text and image */
  }

  .slide-content .image-content {
    grid-row: 1; /* Puts the image on top on mobile */
    height: 350px; /* Adjust image height for mobile */
  }

  .slide-content .text-content {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .success-slider .section-title {
    font-size: 28px;
  }

  /* Stack grids on small screens */
  .points-grid,
  .two-column-list,
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    text-align: left;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none; /* Hides nav arrows on very small screens */
  }
}
.img-fluid {
    max-width: 90%;
    height: 500px;
}
/* This container hides the image while it's outside the screen */
.banner-container {
    overflow: hidden;
    width: 100%;
}

.slide-in-banner {
    width: 100%;
    display: block;
    
    /* This connects the image to the animation */
    animation: slideIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* This is the animation */
@keyframes slideIn {
    /* Starts from 100% to the left (off-screen) */
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    
    /* Ends at its normal position (on-screen) */
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* ========= 360° Business Growth Solution ========= */
.growth-solution {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
  font-family: "Manrope", sans-serif;
}

.growth-solution h2 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0c2340;
}

.growth-solution .subtitle {
  max-width: 750px;
  margin: 0 auto 60px;
  color: #555;
  line-height: 1.6;
}

.growth-solution .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* ---------- Left & Right Items ---------- */
.growth-solution .left,
.growth-solution .right {
  display: flex;
  flex-direction: column;
  gap: 35px;
  flex: 1;
  min-width: 260px;
}

.growth-solution .item {
  background: #f9fafc;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}

.growth-solution .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(180deg, #007bff, #00c6ff);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.growth-solution .item:hover::before {
  opacity: 1;
}

.growth-solution .item:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, #f0f8ff, #e6f2ff);
}

.growth-solution .item h3 {
  color: #0c2340;
  font-weight: 600;
  margin-bottom: 10px;
}

.growth-solution .item p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.6;
}



/* ---------- Responsive ---------- */
@media (max-width: 992px) {
  .growth-solution .content {
    flex-direction: column;
  }
  .growth-solution .center-image {
    order: -1;
  }
}
/* ===== Popup Overlay ===== */
.survey-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.4s ease forwards;
  overflow: hidden; /* Prevent body scroll */
}

/* ===== Popup Content (Scrollable) ===== */
.survey-content {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 520px;
  max-height: 85vh; /* Prevents from exceeding viewport */
  overflow-y: auto; /* Enables internal scroll */
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  text-align: left;
  font-family: "Manrope", sans-serif;
  animation: slideUp 0.5s ease;
  scrollbar-width: thin;
  scrollbar-color: #007bff #f0f0f0;
}

/* ===== Scrollbar Styling (for Chrome/Edge/Safari) ===== */
.survey-content::-webkit-scrollbar {
  width: 8px;
}
.survey-content::-webkit-scrollbar-thumb {
  background: #6c30eb;
  border-radius: 10px;
}
.survey-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* ===== Headings ===== */
.survey-content h2 {
  text-align: center;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 10px;
}

.survey-content .subtitle {
  text-align: center;
  color: #555;
  font-size: 0.95em;
  margin-bottom: 25px;
}

/* ===== Form Fields ===== */
.survey-content label {
  display: block;
  font-weight: 600;
  color: #222;
  margin-top: 12px;
}

.survey-content input,
.survey-content select,
.survey-content textarea {
  width: 100%;
  margin-top: 5px;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95em;
  outline: none;
  transition: border-color 0.3s;
}

.survey-content input:focus,
.survey-content select:focus,
.survey-content textarea:focus {
  border-color: #007bff;
}

/* ===== Buttons ===== */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #6c30eb, #00c6ff);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  margin-top: 25px;
  cursor: pointer;
  transition: background 0.4s;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #6c30eb, );
}

.skip-link {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9em;
  color: #007bff;
  cursor: pointer;
  transition: color 0.3s;
}

.skip-link:hover {
  color: #0056b3;
}

/* ===== Animations ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ===== Responsive ===== */
@media (max-height: 600px) {
  .survey-content {
    max-height: 80vh;
    padding: 25px;
  }
}
/* ===== Survey Trigger Section ===== */
.survey-trigger-section {
  text-align: center;
  padding: 50px 20px;
  background: #f8f9fa;
}

.open-survey-btn {
  background: linear-gradient(135deg, #6c30eb, #00c6ff);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.4s ease;
}

.open-survey-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0056b3, #0099cc);
}

/* ===== Popup Overlay ===== */
.survey-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeIn 0.4s ease forwards;
  overflow: hidden;
}

/* ===== Popup Content (Scrollable) ===== */
.survey-content {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 520px;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  text-align: left;
  font-family: "Manrope", sans-serif;
  animation: slideUp 0.5s ease;
  scrollbar-width: thin;
  scrollbar-color: #007bff #f0f0f0;
}

/* ===== Scrollbar Styling ===== */
.survey-content::-webkit-scrollbar {
  width: 8px;
}
.survey-content::-webkit-scrollbar-thumb {
  background: #6c30eb;
  border-radius: 10px;
}
.survey-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

/* ===== Text Styles ===== */
.survey-content h2 {
  text-align: center;
  font-weight: 700;
  color: #0c2340;
  margin-bottom: 10px;
}

.survey-content .subtitle {
  text-align: center;
  color: #555;
  font-size: 0.95em;
  margin-bottom: 25px;
}

.survey-content label {
  display: block;
  font-weight: 600;
  color: #222;
  margin-top: 12px;
}

/* ===== Form Fields ===== */
.survey-content input,
.survey-content select,
.survey-content textarea {
  width: 100%;
  margin-top: 5px;
  color: #000 !important; /* black text */
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 0.95em;
  outline: none;
  transition: border-color 0.3s;
}

.survey-content input:focus,
.survey-content select:focus,
.survey-content textarea:focus {
  border-color: #007bff;
}

/* ===== Buttons ===== */
.submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #6c30eb, #00c6ff);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  margin-top: 25px;
  cursor: pointer;
  transition: background 0.4s;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #6c30eb, #0099cc);
}

.skip-link {
  text-align: center;
  margin-top: 15px;
  font-size: 0.9em;
  color: #007bff;
  cursor: pointer;
  transition: color 0.3s;
}

.skip-link:hover {
  color: #0056b3;
}

.share-btn {
  background: linear-gradient(135deg, #00c6ff, #6c30eb);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 1em;
  font-weight: 600;
  margin-top: 15px;
  cursor: pointer;
  transition: transform 0.3s ease, background 0.4s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #0099cc, #5a1fd4);
}



/* ===== Animations ===== */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(40px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ===== Responsive ===== */
@media (max-height: 600px) {
  .survey-content {
    max-height: 80vh;
    padding: 25px;
  }
}
#banner .rev_slider_wrapper,
#banner .rev_slider {
  overflow: hidden !important;
}

#banner .rev-slidebg {
  object-fit: cover;
  transform-origin: center center;
}
.services-container {
  font-family: Arial, sans-serif;
  width: 90%;
  max-width: 900px;
  margin: 2rem auto;
  text-align: center;
}

.services-container h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.services-container .subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  text-align: left;
}

/* This is the magic: all even-numbered items are reversed */
.service-item:nth-child(even) {
  flex-direction: row-reverse;
}

.service-icon {
  flex-basis: 20%; /* Give icon 20% width */
  padding: 0 2rem;
  color: #6c30eb; /* Example color */
}

.service-text {
  flex-basis: 80%; /* Give text 80% width */
}

.service-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.service-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
  .service-item,
  .service-item:nth-child(even) {
    /* Stack them on mobile */
    flex-direction: column;
    text-align: center;
  }
  
  .service-icon {
    margin-bottom: 1rem;
  }
  
  .service-text {
    flex-basis: 100%;
  }
}
/* --- Section Wrapper --- */
.growth-solution-section {
  font-family: Arial, sans-serif;
  text-align: center;
  padding: 3rem 1rem;
  overflow: hidden;
}

.growth-solution-section h2 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.growth-solution-section .subtitle {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}

/* --- 3-Column Layout --- */
.solution-layout {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.content-column {
  flex-basis: 30%; /* Each text column takes 30% */
}

.circle-column {
  flex-basis: 35%; /* Circle column takes 35% */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* --- Service Card Styling --- */
.service-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-left: 5px solid #eee; /* Default border */
}

.service-card h3 {
  margin-top: 0;
  color: #333;
}

.service-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

/* --- THIS IS THE "HOVER" EFFECT --- */
/* --- THIS IS THE "HOVER" EFFECT --- */
.service-card.active {
  transform: scale(1.03); /* Lifts the card */
  /* UPDATED: Shadow color now matches your purple */
  box-shadow: 0 8px 25px rgba(108, 48, 235, 0.2); 
  border-left: 5px solid #6c30eb; /* Active color border */
}

/* --- Center Circle Nav Styling --- */
.circle-nav-container {
  position: relative;
  width: 300px; /* Adjust size as needed */
  height: 300px;
  margin: 0 auto;
}

/* Visual-only background segments */
/* Visual-only background segments */
.circle-nav-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* UPDATED: Conic gradient with 5 blended shades of your purple */
  background: conic-gradient(
    #6c30eb 0deg 72deg,       /* 1. Primary */
    #834deb 72deg 144deg,    /* 2. Lighter */
    #9a6beb 144deg 216deg,   /* 3. Lightest */
    #834deb 216deg 288deg,   /* 4. Lighter (repeat) */
    #551ab8 288deg 360deg    /* 5. Darker */
  );
  mask-image: radial-gradient(circle at center, transparent 39%, white 40%);
  -webkit-mask-image: radial-gradient(circle at center, transparent 39%, white 40%);
}
/* Empty center hole */
.circle-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* --- Clickable Service Points (Icons) --- */
.service-point {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  font-size: 1.2rem;
  color: #6c30eb;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(120px); /* 120px radius */
}

.service-point:hover {
  background: #6c30eb;
  color: #fff;
}

.service-point.active {
  background: #6c30eb;
  color: #fff;
  transform: translate(-50%, -50%) rotate(var(--angle)) translate(120px) scale(1.1);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 900px) {
  .solution-layout {
    flex-direction: column; /* Stack columns vertically */
  }
  
  .circle-column {
    order: 1; /* Circle first */
    margin-bottom: 2rem;
  }
  
  .content-column {
    order: 2; /* Text columns second */
    width: 100%;
    max-width: 500px;
  }
}
/* --- Center Circle Nav Styling --- */
/* Add these flex properties to center the logo */
.circle-nav-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 40%;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);

  /* ADD THESE 3 LINES */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ADD THIS ENTIRE NEW RULE */
.center-logo {
  max-width: 70%;  /* Adjust as needed */
  max-height: 70%; /* Adjust as needed */
  height: auto;
  object-fit: contain; /* Prevents image from stretching */
}
/* --- New Hover Effect for Cards --- */
.service-card:hover {
  transform: scale(1.03); /* Lifts the card */
  border-left-color: #6c30eb; /* Shows the purple border */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* Lifts the shadow slightly */
  cursor: pointer;
}