*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
/* Fonts */
@font-face {
    font-family: REM;
    src: url('../fonts/REM/REM-VariableFont_wght.ttf');
  }
@font-face {
    font-family: Pathway;
    src: url('../fonts/Pathway_Extreme/PathwayExtreme-VariableFont_opsz\,wdth\,wght.ttf');
  }
.px-6{
    padding-left: 5rem;
    padding-right: 5rem;
}
.blue{
    background-color:#3AA0DA;
}
.tx-blue{
  color:#3AA0DA;
}
.tx-green{
  color: #68B95F;
}
.light-blue{
  background-color: #3AA0DA1A;
}
.bg-light{
    background-color: #fff !important;
}
.navbar-light{
    background-color: #f9f9f9 !important;
}
.bg-dark{
  background-color: #000000 !important;
}
.p-relative{
  position: relative;
}
.mt-page{
  margin-top: 5.12rem;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
.hero-sec2{
  margin-top: 8rem;
}
.fs-3-5{
  font-size: 2.5rem;
}
.fs-2{
  font-size: 1.2rem !important;
}
.fs-1-3{
  font-size: 0.9rem;
}
.gray-txt{
  color: #7a7a7a;
}

/* /////NAVBAR\\\\\ */
.nav-sec{
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.nav-sec .navbar{
    background: rgba(249, 249, 249, 0.92) !important;
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 28px rgba(8, 36, 58, 0.08);
}
.nav-shell{
    display: flex !important;
    width: 100%;
    min-height: 5rem;
    align-items: center;
    justify-content: space-between;
    padding-right: 2rem;
}
.navbar-brand{
    padding-left: 2rem;
}
.logo{
    width: 260px;
}
.nav-hamburger{
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-left: auto;
    margin-right: 1rem;
    flex: 0 0 auto;
    z-index: 1002;
    visibility: visible !important;
    opacity: 1 !important;
    transition: transform 0.35s ease, background 0.35s ease;
}
.nav-hamburger:hover{
    transform: scale(1.05);
    background: rgba(58, 160, 218, 0.1);
}
.nav-hamburger:focus-visible{
    outline: 0;
    box-shadow: 0 0 0 3px rgba(58, 160, 218, 0.3);
}
.nav-hamburger-box{
    position: relative;
    width: 24px;
    height: 16px;
    z-index: 1;
}
.nav-hamburger-label{
    display: none;
}
.nav-hamburger-box span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    border-radius: 999px;
    background-color: #0a2540;
    transition: top 0.35s ease, transform 0.35s ease, opacity 0.25s ease, width 0.25s ease;
}
.nav-hamburger-box span:nth-child(1){
    top: 0;
}
.nav-hamburger-box span:nth-child(2){
    top: 6.5px;
    width: 75%;
}
.nav-hamburger-box span:nth-child(3){
    top: 13px;
}
.nav-hamburger.is-active{
    border-radius: 8px;
    background: rgba(58, 160, 218, 0.1);
}
.nav-hamburger.is-active .nav-hamburger-box span:nth-child(1){
    top: 6.5px;
    transform: rotate(45deg);
    background-color: #3AA0DA;
}
.nav-hamburger.is-active .nav-hamburger-box span:nth-child(2){
    opacity: 0;
    width: 0;
}
.nav-hamburger.is-active .nav-hamburger-box span:nth-child(3){
    top: 6.5px;
    transform: rotate(-45deg);
    background-color: #3AA0DA;
}
.navbar-nav{
    gap: 15px;
}
.nav-link{
    font-size: 18px;
}
.nav-link2{
  font-size: 1rem;
}
.nav-quote{
    background-color: #3AA0DA;
    width:  18.75rem;
}
.nav-btnn{
    color: #3AA0DA;
    border: none;
    font-family: Pathway;
    font-weight:500;
    letter-spacing:4px;
    font-size: 11px;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0px 0px 15px 0px #00000045; */
    box-shadow: 2px 2px 8px 0px #00000040;

}
.nav-btnn:hover{
    background-color:#5AB351;
    color: #fff;
}
body.nav-menu-open{
    overflow: hidden;
    touch-action: none;
}
.side,
.side-div{
    display: none !important;
}
.nav-sidebar-shell{
    position: fixed;
    inset: 0;
    z-index: 1085;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.nav-sidebar-shell.is-open{
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}
.nav-sidebar-backdrop{
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}
.nav-sidebar{
    position: absolute;
    top: 0;
    right: 0;
    width: min(360px, 100vw);
    height: 100dvh;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(241, 250, 255, 0.9) 54%, rgba(230, 244, 252, 0.92) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #0a2540;
    box-shadow: -16px 0 44px rgba(16, 63, 96, 0.22);
    transform: translateX(105%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.nav-sidebar::before{
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 90% 6%, rgba(58, 160, 218, 0.16), transparent 34%),
      radial-gradient(circle at 8% 24%, rgba(104, 185, 95, 0.12), transparent 26%);
    pointer-events: none;
}
.nav-sidebar-shell.is-open .nav-sidebar{
    transform: translateX(0);
}
.nav-sidebar-header{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.2rem 0.85rem;
}
.nav-sidebar-title{
    font-family: REM;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    margin: 0;
    color: #0a2540;
}
.nav-sidebar-close{
    position: relative;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(58, 160, 218, 0.24), rgba(58, 160, 218, 0.06));
    flex: 0 0 auto;
    transition: transform 0.26s ease, background 0.26s ease;
}
.nav-sidebar-close:hover{
    transform: rotate(90deg);
    background: linear-gradient(135deg, rgba(58, 160, 218, 0.35), rgba(104, 185, 95, 0.22));
}
.nav-sidebar-close span{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2.5px;
    border-radius: 999px;
    background: #0a2540;
}
.nav-sidebar-close span:first-child{
    transform: translate(-50%, -50%) rotate(45deg);
}
.nav-sidebar-close span:last-child{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-sidebar-body{
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.35rem 1.2rem 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(10, 37, 64, 0.28) transparent;
}
.nav-sidebar-links{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.nav-sidebar-link{
    position: relative;
    display: block;
    padding: 0.62rem 0;
    color: #0a2540;
    text-decoration: none;
    font-family: Pathway;
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: color 0.24s ease, padding-left 0.24s ease, background 0.24s ease;
}
.nav-sidebar-link::after{
    content: none;
}
.nav-sidebar-link:hover,
.nav-sidebar-link.is-active{
    color: #68B95F;
    padding-left: 0.7rem;
    background: transparent;
}
.nav-sidebar-section{
    margin-top: 1.2rem;
}
.nav-sidebar-section-head{
    margin-bottom: 0.45rem;
}
.nav-sidebar-chip{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #68B95F;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.nav-sidebar-caption{
    display: none;
}
.nav-sidebar-groups{
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}
.nav-sidebar-group{
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: hidden;
}
.nav-sidebar-toggle{
    width: 100%;
    border: 0;
    padding: 0.62rem 0;
    background: transparent;
    color: #185ea7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    font-family: Pathway;
    font-size: 1.13rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: left;
    transition: color 0.22s ease, padding-left 0.22s ease;
}
.nav-sidebar-group.is-open .nav-sidebar-toggle,
.nav-sidebar-toggle:hover{
    color: #68B95F;
    padding-left: 0.35rem;
}
.nav-sidebar-toggle-icon{
    width: 8px;
    height: 8px;
    border-right: 2px solid #0a2540;
    border-bottom: 2px solid #0a2540;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.28s ease, border-color 0.28s ease;
    flex: 0 0 auto;
}
.nav-sidebar-group.is-open .nav-sidebar-toggle-icon{
    transform: rotate(225deg) translateY(1px);
    border-right-color: #68B95F;
    border-bottom-color: #68B95F;
}
.nav-sidebar-panel{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.nav-sidebar-panel-inner{
    padding: 0.1rem 0 0.55rem 0.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}
.nav-sidebar-sub-link{
    display: block;
    padding: 0.28rem 0;
    border-radius: 0;
    color: #214b68;
    text-decoration: none;
    background: transparent;
    border: 0;
    font-size: 1rem;
    line-height: 1.35;
    transition: color 0.22s ease, padding-left 0.22s ease;
}
.nav-sidebar-sub-link:hover,
.nav-sidebar-sub-link.is-active{
    color: #68B95F;
    padding-left: 0.42rem;
}
.nav-sidebar-contact{
    margin-top: 1.25rem;
    padding: 1rem 0 0.25rem;
    border-radius: 0;
    border: 0;
    background: transparent;
}
.nav-sidebar-contact h6{
    margin: 0.42rem 0 0.45rem;
    font-family: REM;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a2540;
}
.nav-sidebar-contact a{
    display: block;
    color: #0f6ca2;
    text-decoration: none;
    font-size: 1.02rem;
    line-height: 1.35;
    margin-bottom: 0.18rem;
}
.nav-sidebar-contact a:hover{
    color: #0a2540;
}
.nav-sidebar-address{
    margin-top: 0.75rem;
    color: rgba(10, 37, 64, 0.8);
    font-size: 0.95rem;
    line-height: 1.5;
}
.nav-sidebar-social{
    margin-top: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.58rem;
    flex-wrap: wrap;
}
.nav-sidebar-social a{
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(58, 160, 218, 0.2);
    color: #0a2540;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}
.nav-sidebar-social a:hover{
    transform: translateY(-1px);
    background: rgba(58, 160, 218, 0.34);
}

.mega-drop{
  width: 75%;
  left: 50% !important; /* changed this for onclick effect*/
  transform: translateX(-50%);
}
.br-rt{
  border-right: 1px solid #ddd;
}

.list-group ul li{
  padding-bottom: 0.8rem;
  /* border-bottom: 2px solid #ddd; */
  list-style-type: circle;
}

.drop-header:focus, .drop-header:hover {
    background-color: #ffffff00 !important;
  }
  .nav-link2:hover, .nav-link2:focus{
    color: #68B95F;
    background-color: #ffffff00 !important;
}

.side{
  position: fixed;
  left: 0;
  top: 6rem;
  /* transform: translate(-50%); */
  z-index: 990;
  width: 5rem;
  height: 100%;
  background-color:#f9f9f9 ;
  /*box-shadow: 1px 8px 7px 1px #0000003f;*/
  /* position: relative; */
}
.side-div{
    position: fixed;
    left: 0;
    top: 6rem;
    /* transform: translate(-50%); */
    z-index: 999;
    rotate: 180deg;
    width: 5rem;
    height: 600px;
    background-color:#f9f9f9 ;
    /*box-shadow: 1px 8px 7px 1px #0000003f;*/
    /* position: relative; */
}
.vr{
    position: absolute;
    top: 50%; /* Vertical center */
    left: 50%; /* Horizontal center */
    transform: translate(-50%, -50%); /* Center adjust */
    height: 580px;
    width: 0.5px;
    background-color: #959595;
    /* z-index: 1000; */
}
.side-con{
    rotate: 90deg;
    /* position: absolute;
    top: 50%;
    left: 50%; 
    z-index: 1002; */
    margin-top: 270px;
    background-color: #f9f9f9;
}
.side-con-tab{
    border: 0.5px solid #959595;
    border-radius: 10px;
    background-color: #fff;
    height: 40px;
    margin: 0px 5px;
}
.side-con-tab:hover{
  background-color: #fff;
  border: 0.5px solid #686868 !important;
 
}
.side-con-tab .fa-brands{
  rotate: 90deg;
}
.side-con-tab p{
   text-wrap-mode: nowrap;
font-family: Pathway;
    font-size: 13px;
    font-weight: 600;
    margin-left: 0.5rem;
    color: #3AA0DA;
}

.active-nav{
  border-bottom: 5px solid #3AA0DA;
  background-color: #f0f0f0;
}
.offcanvas-body {
    overflow-y: hidden !important;
}
.offcanvas {
    background-color: #ffffffa8 !important;
    transition: var(--bs-offcanvas-transition);
    backdrop-filter: blur(40px) !important;
}

/* //////HERO SECTION\\\\\ */
.carousel-item img{
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-sec #carouselExampleControls,
.hero-sec .carousel-inner,
.hero-sec .carousel-item{
    height: 650px;
}
.hero-sec .carousel-item img{
    height: 650px !important;
}
.hero-sec .carousel-item img{
    transform: scale(1.05);
    will-change: transform;
    transition: transform 0.25s linear;
}
.hero-sec .carousel-caption,
.hero-sec .bg-box,
.hero-sec .line{
    will-change: transform;
    transition: transform 0.25s linear;
}
.carousel-control-prev,.carousel-control-next{
    top: auto !important;
    bottom: 12% !important;
    width: 3rem;
    height: 3rem;
}
.carousel-control-prev{
    left: 83% !important;
}
.carousel-control-next{
    right: 10% !important;
}
@media(max-width:1500px) and (min-width:1400px){
    .carousel-item img{
      height: 650px;
    }
    .hero-sec #carouselExampleControls,
    .hero-sec .carousel-inner,
    .hero-sec .carousel-item{
      height: 650px;
    }
    .hero-sec .carousel-item img{
      height: 650px !important;
    }
    .carousel-control-next{
    right: 8% !important;
}
}
.prev-icon,.next-icon{
    background-image: url(../images/icons.png);
}
.prev-icon{
    transform: rotate(180deg);
}
.hero-sec{
    position: relative;
    margin-top: 5rem;
    height: 650px;
    overflow: visible;
}
.hero-sec::after{
    content: "";
    position: absolute;
    left: 50%;
    width: 125%;
    bottom: -25px;
    height: 50px;
    background: #f0faff;
    transform: translateX(-50%);
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    pointer-events: none;
    z-index: 4;
}
.bluebox{
    z-index: 100;
    position: absolute;
    top: 15px;
    right: 0;
}
.carousel-caption{
    position: absolute;
    right: auto;
    TOP: 20% !important;
    bottom: auto;
    left: 18% !important;
    text-align: left;
    width: 60%;
    z-index: 99;
}
.blue-btn{
    border: none;
    font-size: 11px;
    border-radius: 10px;
    font-family: Pathway;
    font-weight:500;
    letter-spacing:3px;
    width: 200px;
}
.blue-btn:hover{
    background-color: #2a84b8;
}
.carousel-caption h1{
    font-family: REM;
font-size: 48px;
font-weight: 800;
line-height: 52px;
text-shadow: 4px 4px 4px  #00000070;

}
.carousel-caption p{
  font-size: 16px;
  line-height: 20px;
}
.bg-box{
    position: absolute;
    top: 16%;
    left: 10%;
    /* border-radius: 25px; */
  border: 45px solid #ffffff60;
  padding: 20px; 
  width: 260px;
  height: 260px;
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  /* display: none; */
}

.carousel-item{
    position: relative;
}
.line{
    position: absolute;
    width: 600px;
    height: 200px;
    border-right: 1px solid #ffffff70;
    border-bottom: 1px solid #ffffff70;
    right: 60px;
    bottom: 60px;
}

.brand-band-section{
    background: #04070c;
    border-top: 0;
    padding: 2.2rem 0 3.2rem;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.brand-band-section::before{
    content: "";
    position: absolute;
    top: -95px;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 190px;
    background: #04070c;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    box-shadow: 0 -14px 28px rgba(3, 21, 39, 0.35);
    pointer-events: none;
    display: none;
}
.brand-band-inner{
    width: min(1400px, 96vw);
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.brand-band-title{
    margin: 0 0 2.2rem;
    text-align: center;
    color: #f4f7fb;
    font-family: Pathway;
    font-size: clamp(1.8rem, 3.2vw, 3.3rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}
.brand-marquee-row{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 1rem;
}
.brand-marquee-row:last-child{
    margin-bottom: 0;
}
.brand-marquee-track{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: max-content;
    animation: brandRow 48s linear infinite;
}
.brand-marquee-row-reverse .brand-marquee-track{
    animation-direction: reverse;
    animation-duration: 54s;
}
.brand-marquee-item{
    flex: 0 0 auto;
}
.brand-card{
    width: 170px;
    height: 86px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.brand-card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-card:hover{
    transform: translateY(-2px);
    border-color: rgba(58, 160, 218, 0.7);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
}

@keyframes brandRow{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

@media (max-width: 768px){
    .brand-band-section{
        padding: 1.7rem 0 2.1rem;
    }
    .brand-band-section::before{
        display: none;
    }
    .brand-band-inner{
        width: 100%;
    }
    .brand-band-title{
        padding: 0 1rem;
        margin-bottom: 1.7rem;
    }
    .brand-marquee-track{
        gap: 0.8rem;
    }
    .brand-card{
        width: 140px;
        height: 76px;
        border-radius: 10px;
        padding: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce){
    .brand-marquee-track{
        animation: none;
    }
}


.icon-cont{
    background-color: #ffffff;
  }
  /* .icon-card-container{
    height: 150px;

  } */
  .icon-card {
    text-align: center;
    flex: 1;
    margin: 10px 0px 10px 0px;
    position: relative;
    gap: 15px;
    border-right: 1px solid #91919177;
  }
  
  .icon-card:last-child {
    
    border-right: 0px solid #ffffff73;

  }
  .icon-card h1{
    font-family: Pathway;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    color: #3AA0DA;
  }
  .icon-card h5{
    font-family: Pathway;
    font-size: 20px;
    font-weight: 600;
    text-align: left;

  }
  .icon-card img {
    margin-bottom: 10px;
  }
  .icon-card i {
    color: #74C0FC;
    font-size: 50px;
  }
  
  @media (max-width: 750px){
    .icon-card {
        flex-direction: column !important;
    }
  }

  @media (max-width: 767px){
    .nav-shell{
      padding-right: 1rem;
    }
    .navbar-brand{
      padding-left: 1rem;
    }
    .logo{
      width: 220px;
    }
    .nav-hamburger{
      min-width: 56px;
      height: 56px;
      padding: 0;
      border-radius: 18px;
      gap: 0;
    }
    .nav-sidebar{
      width: 100%;
    }
    .nav-sidebar-title{
      font-size: 1.7rem;
    }
    .nav-hamburger-label{
      display: none;
    }
  }

  @media (max-width: 480px){
    .logo{
      width: 185px;
    }
  }

  /* //////About Redesigned\\\\\\ */
.about-feature {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.about-feature::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, rgba(58, 160, 218, 0.12) 0%, transparent 70%);
  z-index: -1;
  animation: float-slow 15s infinite alternate ease-in-out;
}

.about-feature::after {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -5%;
  width: 35%;
  height: 50%;
  background: radial-gradient(circle, rgba(104, 185, 95, 0.08) 0%, transparent 70%);
  z-index: -1;
  animation: float-slow 12s infinite alternate-reverse ease-in-out;
}

.about-feature-shell {
  position: relative;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(241, 250, 255, 0.92) 54%, rgba(230, 244, 252, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 30px 60px rgba(10, 37, 64, 0.08);
  overflow: hidden;
  height: 700px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-feature-media {
  position: relative;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
}

.about-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.about-feature-shell:hover .about-feature-image {
  transform: scale(1.08);
}

.about-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(241, 250, 255, 0.9) 100%);
  z-index: 1;
}

.about-feature-badge {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 5;
  padding: 0.8rem 1rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  animation: float-slow 6s infinite alternate ease-in-out;
}

.about-feature-badge span {
  display: block;
  font-family: Pathway;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  font-weight: 700;
  color: #3AA0DA;
  text-transform: uppercase;
}

.about-feature-badge strong {
  display: block;
  margin-top: 0.15rem;
  font-family: REM;
  font-size: 0.9rem;
  font-weight: 800;
  color: #0a2540;
}

.about-feature-content {
  padding: 1.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

.about-feature-kicker {
  margin-bottom: 0.4rem;
  font-family: Pathway;
  font-weight: 800;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: #68B95F;
  text-transform: uppercase;
  display: inline-block;
}

.about-feature-content h2 {
  font-family: REM;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.1;
  color: #0a2540;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, #0a2540 0%, #3AA0DA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-feature-content p {
  font-family: Pathway;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #334e68;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 2.2rem;
}

.about-feature-tags span {
  background: rgba(58, 160, 218, 0.08);
  color: #0f5f8d;
  border: 1px solid rgba(58, 160, 218, 0.15);
  border-radius: 10px;
  padding: 0.4rem 0.8rem;
  font-family: Pathway;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.about-feature-tags span:hover {
  background: #3AA0DA;
  color: #fff;
  transform: translateY(-2px);
}

.about-feature-btn {
  align-self: flex-start;
  padding: 0.75rem 1.8rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
  color: #fff;
  font-family: Pathway;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 15px 30px rgba(58, 160, 218, 0.25);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 991px) {
  .about-feature-shell { height: auto; }
  .about-feature-media { min-height: 280px; border-radius: 25px 25px 0 0; }
}



  /* ///////WHY CHOOSE US REDESIGNED\\\\\\\ */
  .why-choose-us {
    position: relative;
    padding: 70px 0;
    background: #021942;
    overflow: hidden;
  }

  .why-choose-us-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: 55% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #021942;
    filter: brightness(0.7);
    transition: filter 0.6s ease;
  }

  .why-choose-us-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #021942 40%, rgba(2, 25, 66, 0.85) 55%, transparent 100%);
    z-index: 1;
  }

  .why-choose-us:hover .why-choose-us-bg {
    filter: brightness(0.85);
  }

  .why-header-box {
    position: relative;
    z-index: 2;
    margin-bottom: 3rem;
    text-align: left;
  }

  .why-header-box .badge-text {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    border-radius: 12px;
    background: rgba(58, 160, 218, 0.1);
    border: 1px solid rgba(58, 160, 218, 0.3);
    color: #3AA0DA;
    font-family: Pathway;
    font-weight: 700;
    letter-spacing: 0.2em;
    font-size: 0.75rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  .why-header-box h3 {
    font-family: REM;
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: -0.02em;
  }

  .why-header-box h3 span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
  }

  .why-card {
    position: relative;
    z-index: 2;
    padding: 2rem 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .why-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(58, 160, 218, 0.1), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .why-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(58, 160, 218, 0.4);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  }

  .why-card:hover::before {
    opacity: 1;
  }

  .why-icon-shell {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(58, 160, 218, 0.2), rgba(58, 160, 218, 0.05));
    border: 1px solid rgba(58, 160, 218, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    color: #3AA0DA;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
  }

  .why-card:hover .why-icon-shell {
    background: #3AA0DA;
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(58, 160, 218, 0.3);
  }

  .why-card h4 {
    font-family: REM;
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
  }

  .why-card p {
    font-family: Pathway;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .why-visual-col {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 350px;
    padding-bottom: 1.5rem;
  }

  .why-floating-stats {
    position: relative;
    padding: 2rem 2.5rem;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    z-index: 5;
    text-align: center;
    animation: float-slow 6s infinite alternate ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  .why-floating-stats strong {
    display: block;
    font-family: REM;
    font-size: 2.5rem;
    font-weight: 900;
    color: #3AA0DA;
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .why-floating-stats span {
    font-family: Pathway;
    font-weight: 700;
    color: #0a2540;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
  }

  @keyframes pulse-slow {
    0% { opacity: 0.5; transform: scale(1); }
    100% { opacity: 0.8; transform: scale(1.1); }
  }

  @keyframes float-continuous {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }

  @media (max-width: 991px) {
    .why-choose-us {
      padding: 60px 0;
    }
    .why-choose-us-bg {
      background-size: cover;
      filter: brightness(0.4) !important;
    }
    .why-choose-us-bg::before {
      background: linear-gradient(to bottom, #021942 20%, rgba(2, 25, 66, 0.7) 100%);
    }
    .why-header-box {
      text-align: center;
      margin-bottom: 2.5rem;
    }
    .why-visual-col {
      min-height: auto;
      margin-top: 3rem;
      justify-content: center;
    }
    .why-floating-stats {
      padding: 1.5rem;
    }
  }




  /* ///////SERVICES CAROUSEL REDESIGNED\\\\\\\ */
  .services-section {
    position: relative;
    padding: 60px 0;
    background: #fdfeff;
    overflow: hidden;
  }

  .services-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 2px 2px, rgba(58, 160, 218, 0.05) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
  }

  .services-header {
    text-align: center;
    margin-bottom: 1.8rem;
    position: relative;
    z-index: 2;
  }

  .services-header h2 {
    font-family: Pathway;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 0.7rem;
    color: #3AA0DA;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
  }

  .services-header h3 {
    font-family: REM;
    font-size: clamp(1.5rem, 2.8vw, 2.2rem);
    font-weight: 900;
    color: #0a2540;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.1;
  }

  .services-header h3 span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .services-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
  }

  .service-card-wrapper {
    display: flex;
    overflow-x: hidden;
    overflow-y: hidden; /* Prevent vertical scroll */
    scroll-behavior: smooth;
    gap: 25px;
    padding: 10px 8px 20px;
    width: 100%;
    max-width: 1400px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
  }

  .service-card-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
  }

  .service-slide {
    flex: 0 0 280px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .service-card-item {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .service-glass-card {
    position: relative;
    padding: 1.2rem 1.2rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(58, 160, 218, 0.1);
    box-shadow: 0 8px 25px rgba(10, 37, 64, 0.04);
    height: 300px; /* Locked reduced height */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: all 0.5s ease;
    overflow: hidden; /* Prevent vertical scroll inside cards */
  }

  .service-glass-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(58, 160, 218, 0.03) 0%, rgba(104, 185, 95, 0.03) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .service-glass-card:hover {
    transform: translateY(-6px);
    border-color: rgba(58, 160, 218, 0.3);
    box-shadow: 0 15px 30px rgba(10, 37, 64, 0.1);
  }

  .service-glass-card:hover::before {
    opacity: 1;
  }

  .service-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(58, 160, 218, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8rem;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .service-icon-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .service-glass-card:hover .service-icon-box {
    background: #3AA0DA;
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 8px 18px rgba(58, 160, 218, 0.3);
  }

  .service-glass-card:hover .service-icon-box img {
    filter: brightness(0) invert(1);
  }

  .service-glass-card h4 {
    font-family: REM;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    white-space: normal;
  }

  .service-glass-card .service-info {
    font-family: Pathway;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #4a6782;
    margin-bottom: 0.8rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .service-action-link {
    margin-top: auto;
    font-family: Pathway;
    font-weight: 800;
    font-size: 0.7rem;
    color: #3AA0DA;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    transition: all 0.3s ease;
  }

  .service-glass-card:hover .service-action-link {
    color: #68B95F;
    gap: 0.8rem;
  }

  .service-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid rgba(58, 160, 218, 0.15);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3AA0DA;
    font-size: 0.8rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
  }

  .service-nav-btn:hover:not(:disabled) {
    background: #3AA0DA;
    color: #fff;
    box-shadow: 0 10px 20px rgba(58, 160, 218, 0.3);
  }

  .service-nav-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .service-nav-btn.prev { left: -10px; }
  .service-nav-btn.next { right: -10px; }

  @media (max-width: 991px) {
    .service-card-item { flex: 0 0 260px; }
    .services-carousel-wrapper { padding: 0 15px; }
    .service-nav-btn { display: none; }
    .service-glass-card { height: auto; min-height: 260px; }
  }


/* //////Digital Marketing Rebuilt\\\\\\ */
.dm-rebuilt-section {
    background: #04070c;
    position: relative;
    overflow: hidden;
}

.dm-rebuilt-content {
    padding: 6rem 8rem;
    position: relative;
    z-index: 2;
}

.dm-rebuilt-text-inner {
    max-width: 500px;
}

.dm-rebuilt-kicker {
    display: inline-block;
    font-family: Pathway;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 0.7rem;
    color: #68B95F;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.dm-rebuilt-title {
    font-family: REM;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.dm-rebuilt-title span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dm-rebuilt-description {
    font-family: Pathway;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
    line-height: 1.5;
}

.dm-rebuilt-description p {
    margin-bottom: 1rem;
}

.dm-feature-pill {
    padding: 0.5rem 0.8rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(58, 160, 218, 0.2);
    border-radius: 10px;
    color: #fff;
    font-family: Pathway;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.dm-feature-pill i {
    color: #3AA0DA;
    font-size: 0.9rem;
}

.dm-feature-pill:hover {
    background: rgba(58, 160, 218, 0.1);
    border-color: #3AA0DA;
    transform: translateX(5px);
}

.dm-rebuilt-media {
    position: relative;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
}

.dm-rebuilt-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s ease;
}

.dm-rebuilt-media:hover .dm-rebuilt-img {
    transform: scale(1.1);
}

.dm-rebuilt-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #04070c 0%, transparent 40%);
    pointer-events: none;
}

@media (max-width: 1400px) {
    .dm-rebuilt-content { padding: 3rem 4rem; }
}

@media (max-width: 1200px) {
    .dm-rebuilt-content { padding: 3rem 3rem; }
    .dm-rebuilt-media { min-height: 400px; }
}

@media (max-width: 991px) {
    .dm-rebuilt-content { padding: 3rem 2rem; }
    .dm-rebuilt-media { min-height: 300px; }
    .dm-rebuilt-overlay {
        background: linear-gradient(to top, #04070c 0%, transparent 40%);
    }
}


/* Add Scroll Snap to other carousels */
.team-wrapper, .service-card-wrapper {
    scroll-snap-type: x mandatory;
}
.team-item, .service-card-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
}




/* //////Team Section Redesigned\\\\\\ */
.team-section {
    background: #fcfdfe;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.team-kicker {
    display: inline-block;
    font-family: Pathway;
    font-weight: 800;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: #3AA0DA;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.team-header h2.team-title {
    font-family: REM;
    font-size: clamp(1.6rem, 3.2vw, 2.2rem);
    font-weight: 900;
    color: #0a2540;
    line-height: 1.1;
    margin-bottom: 0.8rem;
}

.team-header h2.team-title span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.team-intro {
    max-width: 600px;
    font-family: Pathway;
    color: #4a6782;
    font-size: 0.9rem;
    line-height: 1.5;
}

.team-carousel-container {
    padding: 15px 0;
}

.team-wrapper {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 15px 10px 25px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.team-wrapper::-webkit-scrollbar {
    display: none;
}

.team-item {
    flex: 0 0 calc(25% - 15px);
    min-width: 220px;
}

.team-card {
    background: #fff;
    border-radius: 20px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(10, 37, 64, 0.05);
    border: 1px solid rgba(58, 160, 218, 0.08);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    text-align: center;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.12);
    border-color: rgba(58, 160, 218, 0.2);
}

.team-image-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1rem;
    aspect-ratio: 4/5;
}

.team-image-box img.team-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.team-card:hover .team-image-box img.team-img-main {
    transform: scale(1.1);
}

.team-social-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 37, 64, 0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.8rem;
    padding-bottom: 1rem;
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.team-card:hover .team-social-overlay {
    opacity: 1;
    transform: translateY(0);
}

.team-social-overlay a {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.team-social-overlay a:hover {
    background: #3AA0DA;
    transform: translateY(-4px);
}

.team-content h4.member-name {
    font-family: REM;
    font-size: 1.1rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 0.2rem;
}

.team-content span.member-role {
    font-family: Pathway;
    font-weight: 700;
    font-size: 0.75rem;
    color: #68B95F;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.team-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(58, 160, 218, 0.1);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a2540;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease;
}

.team-nav-btn:hover {
    background: #3AA0DA;
    color: #fff;
    border-color: #3AA0DA;
    box-shadow: 0 10px 20px rgba(58, 160, 218, 0.3);
}

.team-nav-btn.prev { left: -20px; }
.team-nav-btn.next { right: -20px; }

@media (max-width: 991px) {
    .team-item { flex: 0 0 calc(50% - 10px); }
    .team-nav-btn { display: none; }
    .team-carousel-container { padding: 8px 12px; }
}

@media (max-width: 576px) {
    .team-item { flex: 0 0 100%; }
}


/* ///////Home Contact\\\\\\\ */
.con-h4{
  font-family: Pathway;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.con-h2{
  font-family: Pathway;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-top: 2.5rem;
}
.con-h2 span{
  color: #3AA0DA;
}
.con-box{
  position: absolute;
    top: -30px;
    left: 8px;
    width: 280px;
    height: 110px;
}

.con-card {
  border: none !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(0, 0, 0, 0.1), 4px 0 8px rgba(0, 0, 0, 0.1), -4px 0 8px rgba(0, 0, 0, 0.1);
  background-color: #fff !important;
  border-radius: 15px;
  height: 220px; /* Reduced height */
  width: auto;
}


/* //////Testimonial Section Rebuilt\\\\\\ */
.testimonial-rebuilt-section {
    position: relative;
    padding: 120px 0;
    background: #fdfdfe;
    overflow: hidden;
}

.testimonial-rebuilt-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(58, 160, 218, 0.06) 0%, transparent 40%),
                      radial-gradient(circle at 90% 80%, rgba(104, 185, 95, 0.06) 0%, transparent 40%);
    pointer-events: none;
}

.testi-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    opacity: 0.4;
    animation: float-slow 10s infinite alternate ease-in-out;
}

.shape-1 { width: 220px; height: 220px; background: #3AA0DA; top: -80px; left: -80px; }
.shape-2 { width: 300px; height: 300px; background: #68B95F; bottom: -120px; right: -80px; animation-delay: -2s; }
.shape-3 { width: 150px; height: 150px; background: #3AA0DA; top: 40%; right: 10%; animation-duration: 15s; }

.testimonial-visual-shell {
    position: relative;
    z-index: 2;
}

.testimonial-main-frame {
    position: relative;
    padding: 1rem;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 35px 70px rgba(10, 37, 64, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease;
}

.testimonial-main-frame:hover {
    transform: translateY(-8px) rotate(-1deg);
}

.main-img-rebuilt {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 22px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.quote-accent {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    box-shadow: 0 15px 30px rgba(58, 160, 218, 0.4);
    z-index: 3;
}

.pulse-animation {
    animation: pulse-border 2s infinite;
}

@keyframes pulse-border {
    0% { box-shadow: 0 0 0 0 rgba(58, 160, 218, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(58, 160, 218, 0); }
    100% { box-shadow: 0 0 0 0 rgba(58, 160, 218, 0); }
}

.testimonial-thumbs-container {
    position: relative;
    padding: 0 50px;
    margin-top: 2rem !important;
}

.testimonial-thumbs-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 15px;
}

.thumb-item {
    flex: 0 0 65px;
}

.test-tab {
    width: 65px;
    height: 65px;
    border-radius: 15px;
    object-fit: cover;
    cursor: pointer;
    border: 3px solid transparent;
    opacity: 0.5;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.test-tab:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.test-tab-active {
    opacity: 1;
    border-color: #3AA0DA;
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 10px 20px rgba(58, 160, 218, 0.25);
}

.testimonial-nav-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.nav-btn-rebuilt {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(58, 160, 218, 0.15);
    color: #0a2540;
    font-size: 0.8rem;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 15px rgba(0,0,0,0.08);
}

.nav-btn-rebuilt:hover {
    background: #3AA0DA;
    color: #fff;
    transform: scale(1.1);
}

.testimonial-content-box {
    position: relative;
    z-index: 2;
}

.testimonial-kicker-wrapper {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-bottom: 1.2rem;
}

.testimonial-kicker {
    font-family: Pathway;
    font-weight: 800;
    letter-spacing: 0.3em;
    font-size: 0.75rem;
    color: #3AA0DA;
    text-transform: uppercase;
}

.kicker-line {
    width: 45px;
    height: 2px;
    background: linear-gradient(to right, #3AA0DA, transparent);
}

.testimonial-title {
    font-family: REM;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #0a2540;
    line-height: 1.05;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.testimonial-title span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonial-card-glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2.5rem;
    border-radius: 30px;
    box-shadow: 0 25px 50px rgba(10, 37, 64, 0.05);
    position: relative;
    min-height: 480px; /* Reduced min-height */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-card-glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #3AA0DA, #68B95F);
    border-radius: 30px 0 0 30px;
}

.testimonial-msg {
    font-family: Pathway;
    font-size: 1.15rem;
    line-height: 1.7;
    color: #334e68;
    margin-bottom: 2rem;
    font-style: normal;
    font-weight: 500;
    height: 180px; /* Locked height for message */
    overflow-y: auto; /* Allow scroll if content is too long */
    position: relative;
    padding-right: 8px;
}

/* Custom scrollbar for message area */
.testimonial-msg::-webkit-scrollbar {
    width: 3px;
}
.testimonial-msg::-webkit-scrollbar-thumb {
    background: rgba(58, 160, 218, 0.3);
    border-radius: 10px;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: auto;
}

.meta-line {
    width: 50px;
    height: 4px;
    background: linear-gradient(to right, #68B95F, #3AA0DA);
    border-radius: 99px;
}

.client-name {
    font-family: REM;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 0.3rem;
}

.client-post {
    font-family: Pathway;
    font-weight: 700;
    font-size: 1rem;
    color: #3AA0DA;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

@media (max-width: 991px) {
    .testimonial-rebuilt-section { padding: 120px 0; }
    .testimonial-card-glass { padding: 2.5rem; }
    .testimonial-main-frame { margin-bottom: 3rem; }
    .testimonial-thumbs-container { margin-bottom: 4rem; }
    .testi-shape { display: none; }
}

@media (max-width: 576px) {
    .main-img-rebuilt { height: 350px; }
    .testimonial-msg { font-size: 1.15rem; }
    .testimonial-card-glass { padding: 2rem 1.5rem; }
}

.footer-col h3{
    font-family: Pathway;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.7px;
    color: #3AA0DA;
  }
  .footer-col ul li {
    font-family: Pathway;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.98px;
    color: #4d4d4d;
    list-style-type: none;
    text-align: left;
    margin-bottom: 0.3rem;
  }
  .footer-col ul li a{
    font-family: Pathway;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.98px;
    color: #4d4d4d;
    list-style-type: none;
    text-align: left;
    margin-bottom: 0.3rem;
    text-decoration: none;
    text-wrap-mode: wrap;
  }
  .foot-note{
    font-family: Pathway;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .foot-note a{
    text-decoration: none;
    color: #fff;
    margin-right: 0.5rem;
  }







/* ////////WEB DEVELOPMENT SERVICE\\\\\\\\ */
.web-ser{
  width: auto;
  height: 420px;
  text-wrap: wrap;
  text-wrap-mode: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.web-ser h3{
  font-family: Pathway;
  font-size: 22px;
  font-weight: 700;
  line-height: 27.12px;
  color: #3AA0DA;
}
.web-ser p{
  font-family: Pathway;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;

}
.service-hero-img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.service-hero-left{
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.left-text{
  float: right;
  width: 75%;
}
.left-text h3{
  font-family: REM;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  text-shadow: 4px 4px 4px  #00000070;
  text-wrap: wrap;
  text-transform: uppercase;
}
.ser-hero1{
  position: absolute;
  top: 10%;
  left: 20%;
}
.ser-hero2{
  position: absolute;
  bottom: 25%;
  right: -40%;
}
.boost1{
  position: absolute;
  top: -10%;
  right: -17%;
}

ul li{
  list-style-type: none;
  font-family: Pathway;
  font-size: 14px;
  font-weight: 300;
  line-height: 18.98px;
  text-align: left;

}

.dsgn-bsns{
  width: 500px;
  height: 600px;
  object-fit: cover;
}
.mr-half{
  margin-right: 0.5rem;
}
.bsns{
  position: absolute;
  top: -10%;
  left: -20%;
}
.about-txt .col-1{
  width: fit-content;
}
.proven-box{
  width: 380px;
  height: 370px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 2px solid ; */
}
.proven-box h3{
  font-family: Pathway;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.12px;
  text-align: center;
  color: #3AA0DA;
}
.proven-box p ,.proven-txt p{
  font-family: Pathway;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  color: #000;
}
.proven-txt h2{
  font-family: Pathway;
  font-size: 36px;
  font-weight: 700;
  line-height: 48.82px;
  text-align: left;
  color: #3AA0DA;
}
.prov-box{
  position: absolute;
  top: -6rem;
  left: 0;
}

.ser-boost-img{
    width:600px;
    height:400px;
    object-fit:cover;
}


/* /////////////ABOUT PAGE\\\\\\\\\\\\\\\\ */

.bluebox2{
  z-index: 100;
  position: absolute;
  top: 15px;
  right: 0;
}

.about-hero{
  width: 450px;
  height: 650px;
  object-fit: cover;
}
.about-hero-box{
  width: 450px;
  height: 650px;
  position: relative;
}
.bg-box2{
  position: absolute;
  bottom: 15%;
  right: 22%;
  /* border-radius: 25px; */
border: 50px solid #ffffff57;
padding: 20px; 
width: 250px;
height: 250px;
box-shadow: inset 0px 0px 0px 2px #ffffff;

}
.aboutText{
  /* width: 250px; */
  height: 250px;
  position: absolute;
  bottom: 4%;
  right: 11%;
  text-wrap-mode: wrap;
  text-align: center;
}

.aboutText h2{
  font-family: REM;
  font-size: 64px;
  font-weight: 800;
  line-height: 70px;
  color: #fff;
  text-shadow: 4px 4px 4px #00000070;
}
.aboutText p{
  font-family: Pathway;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.7px;
  color: #fff;
  box-shadow: 2px 2px 4px 0px #00000040;
  text-align: justify;
}
.aboutPbox{
  position: relative;
  height: 330px;
}
.aboutPbox img{
  position: absolute;
  left: 10%;
  top: 10%;
}
.aboutPbox h1{
  position: absolute;
  bottom: 15%;
  left: 11%;
  font-family: Pathway;
  font-size: 40px;
  font-weight: 700;
  line-height: 54.24px;
  color: #3AA0DA;
}
.aboutP-p{
    font-family: Pathway;
    font-size: 16px;
    font-weight: 300;
    line-height: 21.98px;
    text-align: justify;
    color: #000;
    margin-top: 3rem;
    margin-left: 7rem;
}

.about-page2{
  position: absolute;
  right: -15%;
  bottom: -18%;
  z-index: 99;
}
.story{
  margin-top: 10rem ;
}

.story-img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.story-img2{
  width: 100%;
  height: 515px;
  object-fit: cover;
}
.captain{
  width: 150px;
  height: 200px;
  object-fit: cover;
}
.captain-about{
  font-family: Pathway;
    font-size: 14px;
    font-weight: 300;
    line-height: 21.98px;
    text-align: justify;
    color: #000;
}
.cap-name h4{
  font-family: Pathway;
  font-size: 22px;
  font-weight: 700;
  color: #3AA0DA;
}
.cap-name p{
  font-family: Pathway;
    font-size: 14px;
    font-weight: 300;
    color: #777777;
}

.team-a{
  height: 260px;
  /*width: 100%;*/
  width: 205px;
  border-radius: 20px;
  position: relative;
  /* transition: 0.8s ease-in; */
  transition: transform 0.8s ease-in;
}
.team-a-img{
  height: 260px;
  /*width: 100%;*/
  width: 205px;
  border-radius: 20px;
  object-fit: cover;
  filter: grayscale(100%);
}
.team-info p{
  text-align: justify;
  font-family: Pathway;
  font-size: 14px;
  font-weight: 400;

}
.team-info h6{
  font-family: Pathway;
  font-size: 20px;
  font-weight: 600;
  text-align: left;

}
.team-a .team-info {
  position: absolute;
  z-index: 3;
  color: #fff;
  /* transform: translateY(20px); */
  opacity: 0;
  transition: all 1s ease;
  user-select: none;
  /* display: none; */
  border-radius: 20px;
  height: fit-content;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(#ffffff00,#3a9fda96, #3a9fdae8);
  text-wrap: wrap;
  transition: 0.8s ease-in;
}
.team-a:hover .team-info {
  /* opacity: 0.7; */
  /* transform: translateY(0); */
  opacity: 1; /* Fade in the top-info on hover */
}
.team-a:hover .team-a-img {
  filter: grayscale(0%);
}

.about-team-h2{
  font-family: Pathway;
  font-size: 40px;
  font-weight: 700;
  color: #3AA0DA;
}
.option.active a {
  border-bottom: 6px solid #3AA0DA;
  /* padding-bottom: 5px; */
  text-decoration: none;
}

.option a {
  text-decoration: none;
  color: inherit;
}

.gallary-opt{
  font-family: Pathway;
    font-size: 22px;
    font-weight: 700;
    line-height: 3rem;
    text-align: justify;
    color: #000;
}
.gall-img-div{
  width: 350px;
  height: 350px;
  box-shadow: 0px 0px 15px 0px #00000045;
  object-fit: cover;
  position: relative;
}
.visit-btn{
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 6px 9px 3px #3c3c3c;
    opacity:0;
    transition: all 0.3s ease-in;
}
.gall-img-div:hover {
    .visit-btn{
        opacity:1;
    }
}

.gall-img{
  width: 350px;
  height: 350px;
  box-shadow: 0px 0px 15px 0px #00000045;
  object-fit: cover;
}

.common-head{
  font-family: Pathway;
  font-size: 40px;
  font-weight: 700;
  color: #3AA0DA;
}

@media(max-width:1500px) and (min-width:1400px){
  .gall-img-div{
    width: 300px;
    height: 300px;
  }
  .gall-img{
    width: 300px;
    height: 300px;
  }
}

@media(max-width:1600px) and (min-width:1500px){
  .gall-img-div{
    width: 320px;
    height: 420px;
  }
  .gall-img{
    width: 320px;
    height: 420px;
  }
}


/* /////MODAl REDESIGN\\\\\ */
#overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(10, 37, 64, 0.4);
  backdrop-filter: blur(8px);
  display: none;
  z-index: 2500;
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: min(700px, 94vw);
  max-height: 95vh;
  background: #ffffff;
  padding: 0;
  border-radius: 30px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2600;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  scrollbar-width: thin;
  scrollbar-color: rgba(58, 160, 218, 0.3) transparent;
}

#popup::-webkit-scrollbar {
  width: 6px;
}

#popup::-webkit-scrollbar-track {
  background: transparent;
}

#popup::-webkit-scrollbar-thumb {
  background: rgba(58, 160, 218, 0.2);
  border-radius: 10px;
  border: 2px solid transparent;
}

#popup::-webkit-scrollbar-thumb:hover {
  background: rgba(58, 160, 218, 0.5);
}

#popup.show {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popup-header {
  background: #0a2540;
  padding: 1.5rem 2rem;
  text-align: center;
  position: relative;
}

.popup-header h2 {
  color: #fff;
  font-family: REM, sans-serif;
  font-weight: 800;
  margin: 0;
  font-size: 1.6rem;
}

.popup-header p {
  color: rgba(255, 255, 255, 0.7);
  font-family: Pathway;
  margin: 0.2rem 0 0;
  font-size: 0.9rem;
}

.close-btn {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  padding: 0;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

.popup-body {
  padding: 2rem 2.5rem;
}

#popup .form-control {
  border-radius: 10px;
  padding: 0.6rem 1rem;
  border: 1px solid rgba(10, 37, 64, 0.1);
  font-family: Pathway;
  background: #f8fbff;
  transition: all 0.3s ease;
  height: auto;
  font-size: 0.9rem;
}

#popup .form-control:focus {
  border-color: #3AA0DA;
  box-shadow: 0 0 0 4px rgba(58, 160, 218, 0.1);
  background: #fff;
}

.popup-submit-btn {
  background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
  color: #fff;
  border: none;
  padding: 1rem 3rem;
  border-radius: 12px;
  font-weight: 800;
  font-family: Pathway;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 1rem;
}

.popup-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(58, 160, 218, 0.3);
  color: #fff;
}

@media(max-width:576px){
  .popup-header { padding: 2rem 1.5rem; }
  .popup-body { padding: 1.5rem; }
  .popup-header h2 { font-size: 1.5rem; }
}





#imageModal {
  display: none; 
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


#imageModal img {
  max-width: 100%; 
  max-height: 100%;  
  object-fit: contain; 
  margin: auto;
  display: block;
  border: 5px solid #fff;
  border-radius: 10px;
  height: auto;
}


#closeModal {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 50px;
  color: #fff;
  background: rgba(0, 0, 0);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}

#closeModal:hover {
  color: rgba(255, 0, 0); 
}

#expand_icon{
  position: absolute;
  top: 1rem;
  right: 3rem;
  color: #fff;
  cursor: pointer;
}
.expand_icon {
    position: absolute;
    top: 10px;
    right: 15px !important;
    z-index: 999;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    mix-blend-mode: difference;
}

.image-overlay .fa {
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}


.image-overlay .fa-expand:hover {
  color: #f39c12;
}
.image-overlay .fa-trash:hover {
  color: rgb(255,0,0); 
}




.offcanvas {
  z-index: 988 !important;
}
.btn-close {
  --bs-btn-close-color: #ff0000;
  /* --bs-btn-close-bg:url('../images/cross.png') !important; */
}








 /* ////////////////TECH SECTION\\\\\\\\\\\\\\\\\\\  */

 .deals{
  background-image:url('../../assets/images/best-deals.jpg');
  /* background-color: rgba(22, 22, 22, 0.7); */

  background-size: cover;
  background-position: center;
  height:fit-content;

}
.overlay-best-deals {
  height:fit-content;
  background: rgba(0, 0, 0, 0.5);
}
.hotels{
  width: 250px;
  height: 130px;
  /* padding: 0px 31px 0px 31px; */
  border-radius: 20px ;
  border: 4px 0px 0px 0px;
  overflow: hidden;
  object-position: center;
  background-color: #fff !important;
}
.deal-btn{
  font-size: 14px;
  padding: 0px 5rem 0px 5rem;
  border-radius: 10px;
}

@media(max-width:576px){
  .hotels{
    width: 300px;
    height: 150px;
  }
}

@media (max-width: 770px) {
  .deals-car .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .carousel-item .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 770px) and (max-width: 992px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  /* background-color: #f2f2f2; */
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-content {
  display: flex;
  /* animation: marquee 20s linear infinite;  */
  /* animation-play-state: running; */
}

/* .marquee:hover .marquee-content {
  animation-play-state: paused; 
} */

.marquee-item {
  flex-shrink: 0;
  /* Set your desired width */
  height: 150px;
  /* background-color: #ccc; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 15px; */
  font-size: 20px;
  /* transition: transform 0.4s ease, filter 0.4s ease; */
}

.marquee-inner:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}

.marquee .marquee-item:hover {
  filter: none;
  transform: scale(1.2);
}

.marquee {
	overflow-x: clip;
	white-space: nowrap;
	position: relative;
	width: 100%;
}

.marquee-inner {
	display: flex;
	align-items: center;
	gap: 2vw;
	/* padding: 12vh 0; */
	will-change: transform;
}

.marquee-inner img {
	/* height: 100%; */
	transition: transform 0.5s;
	flex-shrink: 0;
	/* width: 20vw; */
  height: 90%;
}

.marquee-inner img:hover {
	transform: scale(1.03);
}


@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
















/* ///////////////////////////////////// 
 ///////////////////////////////////// */

 /* ///////MEDIA QUERIES\\\\\\  */

 @media(min-width:1850px){
    .carousel-caption{
    bottom: auto;
    left: 15% !important;
    text-align: left;
    width: 45%;
    }
}

@media(max-width:1400px){
  .nav-link{
    font-size: 14px;
  }
  .carousel-control-prev {
    left: 80% !important;
}
.mega-drop {
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  }
  .gall-img-div {
    width: auto;
  }
}



@media(max-width:1200px){
  .nav-link{
    font-size: 10px;
  }
  .logo{
    max-width: 150px !important;
  }
  .side-div{
    box-shadow: 0px -4px 7px 1px #0000003f;
  }
  .carousel-caption{
    left: 19% !important;
  }
  .navbar-brand{
    padding-left: 1rem;
  }
  .navbar-nav{
    gap:8px;
  }
  .proven-box {
    width: 315px;
  }
  .side {
    top: 0rem;
    width: 3rem;
  }
  .side-div{
    box-shadow: none;
  }
  .gall-img-div {
    width: auto;
  }
}



 @media (max-width: 1100px) {

  .mega-drop {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
    }
    .side-div{
      box-shadow: none;
    }
    .nav-link{
      font-size: 11px;
    }
    .carousel-caption{
      left: 20% !important;
    }
    .abt1{
      top: -44px;
    }
    .choose-main{
      height: 100% !important;
      object-fit: cover;
    }
    .theme h2{
      font-size: 18px;
    }
    .ser-img img{
      height: 110px;
    }
    .team-img img{
      min-width: 220px;
      height: 300px;
    }
    .test-tab{
      width: 115px;
      height: 115px;
    }
    .scroll-btn{
      width: 40px;
      height: 40px;
    }
    .scroll-btn img{
      width: 30px;
      height: 30px;
    }
    .side-div{
      width: 3rem;
    }
    .proven-box img{
      height: 100px;
    }
    .proven-box h3{
      font-size: 17px;
      line-height: auto;
    }
    .proven-box p{
      font-size: 12px;
      line-height: auto;
    }
 }



 @media(max-width:1000px){
  .carousel-control-prev {
    left: 70% !important;
  }
  .side-div{
    box-shadow: none;
  }
  .bluebox{
    display: none;
  }
  .navbar-collapse{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-toggler {
    margin-right:1rem;
  }
  .proven-box img{
    height: 100px;
  }
  .proven-box h3{
    font-size: 17px;
    line-height: auto;
  }
  .proven-box p{
    font-size: 12px;
    line-height: auto;
  }
  .proven-txt h2{
    font-size: 34px;
    margin-left: 1rem;
  }
  .proven-txt-h4{
    font-family: Pathway;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.7px;
    text-align: left;
    margin-top: -6rem;
  }
  .proven-txt p{
    font-size: 15px;
    margin-left: 1rem;
  }
  .boost-sec-img{
    object-fit: contain;
  }
  .web-ser p{
    font-size: 16px;
  }
  .left-text {
    float: right;
    width: 85%;
}
 }



 @media(max-width:850px){
  .mega-drop {
    width: 100%;
    left: 50%;
    transform: translateX(-0%);
  }
  .side {
    top: 0rem;
    width: 3rem;
  }
  .side-div{
    box-shadow: none;
  }
  .bg-box{
    width: 350px;
    height: 350px;
    border: 55px solid #ffffff60;
  }
  .carousel-caption{
    left: 22% !important;
  }
  .carousel-caption h1{
    font-size: 50px;
    line-height: 45px;
    margin-bottom: 0px !important;
  }
  .carousel-caption p{
    line-height: 15px;
    margin-bottom: 0.5rem !important;
  }
  .logo{
    max-width: 190px !important;
  }
  .theme{
    width: 235px;
    height: 370px;
  }
  .dm-sec{
    height: auto;
  }
  .dm-img{
    height: auto;
    object-fit: cover;
  }
  .proven-box {
    width: 250px;
  }
  .t-image-area{
    background-image: none;
    display: flex;
    justify-content: center;
  }
  .main-img{
    position: initial;
    width: 250px;
    height: 250px;
  }

}



  @media(max-width:576px){
    .side , .side-div{
      display: none;
    }
    .nav-link{
      font-size: 1rem;
  }
  .nav-link2{
    font-size: 1rem;
  }
    .mega-drop{
      width: auto;
      left: 50%;
      transform: translateX(0%);
      height: 400px;
      overflow-y: scroll;
    }
    .px-6{
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .why-text-area{
      width: 100%;
    }
    .dm-text{
      width: 100%;
    }
    .dm-text p{
      text-align: justify;
      font-size: 1.2rem;
    }
    .dm-heading h1{
      font-size: 50px;
      line-height: 45px;
    }
    .team-img img{
      min-width: 260px;
    }
    .about-feature-shell{
      border-radius: 18px;
    }
    .about-feature-media{
      min-height: 480px;
    }
    .about-feature-content{
      padding: 1.2rem 1rem 1.4rem;
    }
    .about-feature-content h2{
      font-size: 1.9rem;
      margin-bottom: 0.7rem;
    }
    .about-feature-content p{
      font-size: 0.95rem;
      line-height: 1.5;
      text-align: left !important;
    }
    .about-feature-tags{
      gap: 0.45rem;
      margin-top: 0.9rem;
      margin-bottom: 1.1rem;
    }
    .about-feature-tags span{
      font-size: 0.78rem;
      padding: 0.35rem 0.74rem;
    }
    .about-feature-btn{
      width: 100%;
      text-align: center;
      justify-content: center;
      letter-spacing: 0.14em;
    }
    .con-box {
      position: absolute;
      top: -65px;
      left: -20px;
    }
    .carousel-item img{
      height: 500px;
    }
    .hero-sec #carouselExampleControls,
    .hero-sec .carousel-inner,
    .hero-sec .carousel-item{
      height: 500px;
    }
    .hero-sec .carousel-item img{
      height: 500px !important;
    }
    .hero-sec::after{
      height: 30px;
      width: 140%;
      bottom: -15px;
      transform: translateX(-50%);
      border-top-left-radius: 50% 100%;
      border-top-right-radius: 50% 100%;
    }
    .bg-box{
      width: 200px;
      height: 200px;
      border:35px solid #ffffff60 ;
    }
    .carousel-caption{
      width: 75%;
    }
    .carousel-caption h1{
      font-size: 27px;
      line-height: 27px;
      margin-bottom: 0.5rem !important;
    }
    .line{
      display: none;
    }
    .carousel-caption p{
      font-size: 10px;
    }
    .carousel-caption a{
      display: none;
    }
    .carousel-control-prev {
      left: 67% !important;
    }
    .carousel-control-prev, .carousel-control-next {
      width: 2rem;
      height: 2rem;
  }
    .abt1 ,.abt2 {
      display: none;
    }
    .proven-box {
      width: 350px;
      height: auto;
    }
    .proven-box img{
      height: auto;
    }
    .proven-box h3{
      font-size: 20px;
    }
    .proven-box p{
      font-size: 16px;
    }
    .test-tab {
      width: 75px;
      height: 75px;
    }
    .scroll-btn , .scroll-btn img{
      width:30px;
      height: 25px;
    }
    .home-team , .home-team img{
      width:30px;
      height: 30px !important;
    }
    .hm-abt-img{
    width:auto;
    height:auto;
    object-fit:cover;
    }
    .ser-hero2 , .boost1{
      display: none;
    }
    .ser-service{
      margin-top: 3rem !important;
    }
    .service-hero-left {
    width: 100%;
    height: 350px;
    }
    .service-hero-img img {
    width: 100%;
    height: 435px;
    }
    .left-text {
        float: right;
        width: 92%;
    }
    .ser-boost-img{
     width:auto;
    height:auto;
    object-fit:cover;
  }
  .br-rt{
    border-right: none;
  }
  .aboutP-p {
    margin-left: 0rem;
  }
  .about-page2 {
    display: none;
  }
  .aboutText {
    right: 4%;
  }
  .bg-box2 {
    right: 13%;
  }
  .team-a {
    height: 270px;
    width: 235px;
  }
  .team-a-img {
    height: 270px;
    width: 235px;
  }
  .icon-card {
    text-align: center;
    flex: auto !important;
  }
  .modalImage {
    /* transform: translate(0%, 50%); */
    margin-top: 3rem !important;
  }
  .g-recaptcha {
    transform: scale(0.8); /* Adjust the scale value as needed */
    transform-origin: left top; /* Keeps it aligned properly */
  }
  .ser-hero1 {
    position: absolute;
    top: 6%;
    right: 0%;
    left: auto;
  }
  .test-text{
    height:auto;
  }
  .about-txt h3{
    text-align: left !important;
  }
}




@media(max-width:380px){
  .team-img img {
    min-width: 235px;
}
    .left-text {
        float: right;
        width: 92%;
    }
}



/* ////// ABOUT US PAGE REDESIGNED \\\\\\ */

.about-page-v2 {
    background: #fdfdfe;
    overflow-x: hidden;
}

/* New Hero Section */
.about-hero-v2 {
    position: relative;
    padding: 120px 0 80px;
    background: #021942;
    color: #fff;
    overflow: hidden;
}

.about-hero-v2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(58, 160, 218, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(104, 185, 95, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-v2-kicker {
    display: inline-block;
    padding: 0.6rem 1.4rem;
    border-radius: 12px;
    background: rgba(58, 160, 218, 0.1);
    border: 1px solid rgba(58, 160, 218, 0.3);
    color: #3AA0DA;
    font-family: Pathway;
    font-weight: 700;
    letter-spacing: 0.3em;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.hero-v2-title {
    font-family: REM;
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

.hero-v2-title span {
    background: linear-gradient(135deg, #3AA0DA 0%, #68B95F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-v2-desc {
    font-family: Pathway;
    font-size: 1.2rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    max-width: 600px;
    margin-bottom: 3rem;
}

.hero-v2-media {
    position: relative;
    z-index: 2;
}

.hero-v2-img-frame {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s ease;
}

.hero-v2-img-frame:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.hero-v2-img-frame img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.floating-badge-v2 {
    position: absolute;
    bottom: 40px;
    left: -20px;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    animation: float-slow 6s infinite alternate ease-in-out;
}

.floating-badge-v2 strong {
    display: block;
    font-family: REM;
    font-size: 2rem;
    color: #3AA0DA;
    line-height: 1;
}

.floating-badge-v2 span {
    font-family: Pathway;
    color: #0a2540;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

/* Our Story Section */
.story-v2-section {
    padding: 100px 0;
    background: #fff;
}

.section-kicker-v2 {
    display: block;
    color: #3AA0DA;
    font-family: Pathway;
    font-weight: 800;
    letter-spacing: 0.25em;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.story-v2-title {
    font-family: REM;
    font-size: 2.8rem;
    font-weight: 900;
    color: #0a2540;
    margin-bottom: 2rem;
}

.story-v2-content {
    font-family: Pathway;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a6782;
}

.story-grid-v2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-top: 4rem;
}

.story-grid-item {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(10, 37, 64, 0.08);
}

.story-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.story-grid-item:hover img {
    transform: scale(1.1);
}

.story-item-1 { grid-column: 1 / span 7; height: 350px; }
.story-item-2 { grid-column: 8 / span 5; height: 350px; }
.story-item-3 { grid-column: 1 / span 5; height: 400px; }
.story-item-4 { grid-column: 6 / span 7; height: 400px; }

/* Mission & Vision Section */
.mission-v2-section {
    padding: 100px 0;
    background: #f8fbff;
    position: relative;
}

.mission-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.mission-card-v2 {
    padding: 3.5rem 2.5rem;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(10, 37, 64, 0.05);
    border: 1px solid rgba(58, 160, 218, 0.1);
    transition: all 0.4s ease;
    text-align: center;
}

.mission-card-v2:hover {
    transform: translateY(-15px);
    border-color: #3AA0DA;
    box-shadow: 0 30px 60px rgba(10, 37, 64, 0.12);
}

.mission-icon-v2 {
    width: 80px;
    height: 80px;
    background: rgba(58, 160, 218, 0.1);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 2rem;
    color: #3AA0DA;
    transition: all 0.4s ease;
}

.mission-card-v2:hover .mission-icon-v2 {
    background: #3AA0DA;
    color: #fff;
    transform: rotate(10deg);
}

.mission-card-v2 h4 {
    font-family: REM;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 1.2rem;
}

.mission-card-v2 p {
    font-family: Pathway;
    color: #4a6782;
    font-size: 1rem;
    line-height: 1.6;
}

/* Premium Captains */
.captains-v2-section {
    padding: 100px 0;
}

.leader-card-v2 {
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(10, 37, 64, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.8);
    height: 100%;
    transition: all 0.5s ease;
}

.leader-card-v2:hover {
    transform: translateY(-10px);
}

.leader-v2-media {
    position: relative;
    padding: 1.5rem;
}

.leader-v2-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
}

.leader-v2-content {
    padding: 0 2.5rem 3rem;
    text-align: center;
}

.leader-v2-name {
    font-family: REM;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0a2540;
    margin-bottom: 0.3rem;
}

.leader-v2-role {
    font-family: Pathway;
    font-weight: 700;
    color: #3AA0DA;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: block;
}

.leader-v2-bio {
    font-family: Pathway;
    color: #4a6782;
    line-height: 1.6;
    font-style: italic;
}

@media (max-width: 991px) {
    .about-hero-v2 { padding: 100px 0 60px; text-align: center; }
    .hero-v2-desc { margin: 0 auto 3rem; }
    .hero-v2-img-frame { transform: none; margin-top: 3rem; }
    .mission-grid-v2 { grid-template-columns: 1fr; }
    .story-item-1, .story-item-2, .story-item-3, .story-item-4 { grid-column: span 12; height: 300px; }
}


/* --- Tech Trinkets & Advanced Animations --- */

/* Animated Gradient Background */
.bg-gradient-animate {
    background: linear-gradient(-45deg, #021942, #04070c, #0a2540, #021942);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Glowing Orbits */
.orbit-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(58, 160, 218, 0.1);
    border-radius: 50%;
    animation: rotateOrbit linear infinite;
}

.orbit-1 { width: 400px; height: 400px; top: -100px; right: -100px; animation-duration: 20s; }
.orbit-2 { width: 600px; height: 600px; bottom: -200px; left: -200px; animation-duration: 30s; animation-direction: reverse; }

@keyframes rotateOrbit {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Floating Particles (CSS only) */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #3AA0DA;
    border-radius: 50%;
    opacity: 0.3;
    animation: floatParticle linear infinite;
}

@keyframes floatParticle {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    50% { opacity: 0.6; }
    100% { transform: translateY(-100vh) translateX(50px); opacity: 0; }
}

/* Glass Card Enhanced */
.glass-v3 {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.glass-v3:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(58, 160, 218, 0.4);
}

/* Scroll Progress Bar */
.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(to right, #3AA0DA, #68B95F);
    z-index: 2000;
}

/* Animated Text Reveal */
.reveal-text {
    background: linear-gradient(to right, #fff 50%, #3AA0DA 50%);
    background-size: 200% 100%;
    background-position: -100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reveal-text.is-visible {
    background-position: 0%;
}


.about-page-v2 {
    background-image: 
        radial-gradient(at 0% 0%, rgba(58, 160, 218, 0.03) 0, transparent 50%), 
        radial-gradient(at 50% 0%, rgba(104, 185, 95, 0.03) 0, transparent 50%), 
        radial-gradient(at 100% 0%, rgba(58, 160, 218, 0.03) 0, transparent 50%);
    background-attachment: fixed;
}

.about-page-v2::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233aa0da' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

/* ========================================= */
/* COMPREHENSIVE RESPONSIVE FIXES */
/* ========================================= */

/* Extra Large Screens (1400px and up) */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}

/* Large Tablets and Small Laptops (1200px - 1399px) */
@media (max-width: 1399px) and (min-width: 1200px) {
    .logo { width: 220px; }
    .nav-main-menu { gap: 1.5rem; }
    .nav-main-link { font-size: 0.85rem; }
}

/* Tablets (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .logo { width: 200px; }
    .nav-main-menu { gap: 1rem; }
    .nav-main-link { font-size: 0.8rem; letter-spacing: 0.05em; }
}

/* Tablet and below (max-width: 991px) */
@media (max-width: 991px) {
    /* Footer */
    .br-rt { border-right: none !important; }
    .footer-col { border-bottom: 1px solid #ddd; padding: 1.5rem 0; }
    .footer-col:last-child { border-bottom: none; }
    
    /* Hero */
    .hero-container { padding: 2rem 1.5rem !important; }
    .hero-title { font-size: 2.5rem !important; }
    .hero-description { font-size: 1rem !important; }
    .hero-actions { flex-direction: column; gap: 0.75rem; }
    .hero-btn-primary, .hero-btn-secondary { width: 100%; justify-content: center; }
    
    /* About Section */
    .about-feature-shell { height: auto !important; }
    .about-feature-media { min-height: 250px; border-radius: 20px 20px 0 0 !important; }
    .about-feature-content { padding: 2rem 1.5rem !important; }
    
    /* Services */
    .service-card-wrapper { padding: 10px 15px 15px; }
    .service-slide { flex: 0 0 260px; }
    .service-glass-card { height: 280px; }
    .services-carousel-wrapper { padding: 0 15px; }
    .service-nav-btn { display: none !important; }
    
    /* Testimonial */
    .testimonial-rebuilt-section .col-lg-5,
    .testimonial-rebuilt-section .col-lg-7 { text-align: center; }
    .testimonial-thumbs-container { justify-content: center; }
    .testimonial-meta { justify-content: center; }
    .testimonial-content-box { padding: 0 !important; }
    
    /* Team */
    .team-item { margin-bottom: 1.5rem; }
    .team-nav-btn { display: none !important; }
    
    /* Contact */
    .con-h2 { font-size: 2rem !important; }
    form.px-md-4 { padding: 0 !important; }
    
    /* Why Choose Us */
    .why-visual-col { margin-top: 2rem; justify-content: center; }
    .why-floating-stats { margin: 0 auto; }
}

/* Mobile Navigation and Core Fixes (768px and below) */
@media (max-width: 767px) {
    /* Base */
    .px-6 { padding-left: 1rem !important; padding-right: 1rem !important; }
    .ps-sm-4 { padding-left: 1rem !important; }
    .ps-sm-5 { padding-left: 1.5rem !important; }
    
    /* Logo */
    .logo { width: 180px !important; }
    
    /* Navbar */
    .nav-main-menu { display: none !important; }
    
    /* Hero Section */
    .hero-section { margin-top: 70px; }
    .hero-slide { height: calc(100vh - 70px) !important; min-height: 500px !important; }
    .hero-container { padding: 1.5rem 1rem !important; }
    .hero-content { max-width: 100%; }
    .hero-title { font-size: 2rem !important; line-height: 1.2 !important; }
    .hero-description { font-size: 0.95rem !important; margin-bottom: 1.5rem !important; }
    
    /* About */
    .about-feature-shell { border-radius: 20px !important; }
    .about-feature-badge { top: 1rem; left: 1rem; }
    .about-feature-tags { gap: 0.5rem; }
    .about-feature-tags span { font-size: 0.75rem; padding: 0.3rem 0.6rem; }
    
    /* Services */
    .service-slide { flex: 0 0 calc(100% - 2rem); }
    .service-glass-card { height: auto; min-height: 250px; }
    
    /* Why Choose Us */
    .why-choose-us { padding: 50px 0; }
    .why-card { padding: 1.5rem !important; }
    .why-floating-stats { padding: 1.5rem 2rem !important; }
    
    /* Testimonial */
    .testimonial-rebuilt-section { padding: 3rem 0; }
    .testimonial-main-frame { max-width: 200px; margin: 0 auto 1.5rem; }
    .testimonial-title { font-size: 1.8rem !important; }
    .testimonial-card-glass { padding: 1.5rem !important; }
    .testi-shape { display: none; }
    
    /* Team */
    .team-section { padding: 3rem 0; }
    .team-title { font-size: 1.8rem !important; }
    .team-item { margin-bottom: 1.5rem; }
    .team-card { margin-bottom: 1rem; }
    
    /* Contact */
    .con-box { display: none; }
    form .row { margin: 0 !important; }
    form .col-md-6, form .col-12 { padding: 0.25rem !important; }
    
    /* Footer */
    .footer-col { padding: 1rem 0; }
    .footer-col h3 { font-size: 1rem !important; }
    .footer-col ul li a { font-size: 0.9rem; }
    .foot-note { font-size: 0.75rem !important; padding: 0 0.5rem; }
    .foot-note span a { display: block; margin-top: 0.25rem; }
    
    /* WhatsApp Sticky */
    .whatsapp-sticky { bottom: 15px !important; right: 15px !important; }
    .whatsapp-icon-btn { width: 50px !important; height: 50px !important; font-size: 24px !important; }
    
    /* Popup Form */
    #popup { width: 95% !important; padding: 1.5rem !important; max-height: 90vh !important; overflow-y: auto !important; }
    .popup-body { padding: 1rem 0 !important; }
}

/* Small Mobile Devices (576px and below) */
@media (max-width: 575px) {
    /* Typography */
    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.3rem !important; }
    h4 { font-size: 1.1rem !important; }
    
    /* Hero */
    .hero-title { font-size: 1.75rem !important; }
    .hero-description { font-size: 0.9rem !important; }
    .hero-slide { min-height: 450px !important; }
    
    /* Buttons */
    .btn { padding: 0.6rem 1.2rem !important; font-size: 0.9rem !important; }
    
    /* Cards */
    .service-card-item { margin-bottom: 1rem; }
    .team-card { padding: 0.5rem; }
    
    /* About */
    .about-feature-content h2 { font-size: 1.5rem !important; }
    .about-feature-btn { width: 100%; text-align: center; }
    
    /* Why Choose */
    .why-header-box h3 { font-size: 1.8rem !important; }
    
    /* Testimonial */
    .testimonial-title { font-size: 1.5rem !important; }
    .testimonial-msg { font-size: 0.95rem !important; }
    .client-name { font-size: 1.1rem !important; }
    
    /* Forms */
    input.form-control, textarea.form-control { font-size: 16px !important; }
    
    /* Marquee Sections */
    .brand-band-title, .tech-band-title, .cert-band-title, .partners-band-title { font-size: 1.5rem !important; }
}

/* Extra Small Devices (400px and below) */
@media (max-width: 400px) {
    .logo { width: 150px !important; }
    .hero-title { font-size: 1.5rem !important; }
    .hero-actions { flex-direction: column; }
    .hero-btn-primary, .hero-btn-secondary { padding: 0.75rem 1rem !important; font-size: 0.85rem !important; }
    .why-floating-stats { padding: 1rem 1.5rem !important; }
    .why-floating-stats strong { font-size: 2rem !important; }
}

/* Landscape Mode on Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero-slide { height: auto !important; min-height: auto !important; padding: 2rem 1rem; }
    .hero-container { padding: 1rem !important; }
    .hero-title { font-size: 1.5rem !important; }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .service-glass-card:hover,
    .team-card:hover,
    .why-card:hover,
    .testimonial-card-glass:hover {
        transform: none !important;
    }
    
    .service-glass-card:active,
    .team-card:active,
    .why-card:active {
        transform: scale(0.98) !important;
    }
    
    .hero-btn-primary:hover,
    .hero-btn-secondary:hover {
        transform: none !important;
    }
    
    .about-feature-tags span:hover {
        background: rgba(58, 160, 218, 0.08);
        color: #0f5f8d;
        transform: none;
    }
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    
    .brand-marquee-track,
    .tech-marquee-track,
    .cert-marquee-track,
    .partners-marquee-track {
        animation: none !important;
    }
}

/* Print Styles */
@media print {
    .nav-sec,
    .hero-section,
    .carousel-control-prev,
    .carousel-control-next,
    .whatsapp-sticky,
    #popup,
    .service-nav-btn,
    .team-nav-btn {
        display: none !important;
    }
    
    .hero-section {
        margin: 0 !important;
        page-break-after: always;
    }
}

