@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Rubik:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Rubik', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: 'Roboto', sans-serif;
}

body {
  /* background: linear-gradient(135deg, #4b117c, #1c1b5f); */
  /* background: #2D1E6B; */
  background: #150e19;
  color: #fff;
  overflow-x: hidden;
}

::selection {
    background: #b14df6;
    color: #fff;
}

::-moz-selection {
    background: #b14df6;
    color: #fff;
}


.nav-item.dropdown{
  position:relative;
}

/* invisible bridge */
.nav-item.dropdown::before{
  content:"";
  position:absolute;
  left:0;
  top:100%;
  width:100%;
  height:25px;
}
.mega-right{
   position: sticky;
    top: 20px;
    height: fit-content;
}

.mega-right img{
    width: 100%;
    border-radius: 12px;
    display: block;
}
/* mega menu  */
 .megaMenu {
  position: absolute !important;   /* override any static */
  top: 100% !important;
  /* right: 200px; */
  left: -50px;
  transform: translateX(-50%);
   width: 90vw;
  max-width: 1100px;
  margin-top: 27px !important;     /* bridge gap */
  padding: 30px;
  border-radius: 10px;
  /* background: #2B252F; */
  background: #0a011d;
  border: 1px solid #cccccc42;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
}
#industries-dropdown .megaMenu {
  left: -150px;
}
/* Chrome, Edge, Safari ke liye */
.megaMenu::-webkit-scrollbar{
  width:4px;              /* 👈 thin scrollbar */
}

.megaMenu::-webkit-scrollbar-track{
  background:transparent; /* background hidden */
}

.megaMenu::-webkit-scrollbar-thumb{
  background:#ccc;        /* scroll color */
  border-radius:10px;
}

/* Hover pe thoda visible */
.megaMenu::-webkit-scrollbar-thumb:hover{
  background:#999;
}

.megaMenu-inner{
display:flex;
gap:40px;
}

.mega-left{
/* width:40%; */
width: 35%;     
border-right:1px solid #eee;
padding-right:20px;
}

.mega-right{
/* width:60%; */
 width: 65%;   
  position: sticky !important;
  top: 20px;
  /* height: fit-content; */
}

.mega-right img{
width:100%;
border-radius:10px;
height: 300px;
 /* object-fit: cover;     */
}

#industries-dropdown .megaMenu {
  left: -150px;
}
/* Chrome, Edge, Safari ke liye */
.megaMenu::-webkit-scrollbar{
  width:4px;              /* 👈 thin scrollbar */
}

.megaMenu::-webkit-scrollbar-track{
  background:transparent; /* background hidden */
}

.megaMenu::-webkit-scrollbar-thumb{
  background:#ccc;        /* scroll color */
  border-radius:10px;
}

/* Hover pe thoda visible */
.megaMenu::-webkit-scrollbar-thumb:hover{
  background:#999;
}
.PriyaJune-service-box{
    margin-top: 15px;

    background: #dddddd3a;

    border-radius: 18px;

    padding: 7px 10px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08);
}

/* LEFT CONTENT */

.PriyaJune-service-content p{
    margin: 0;
    color: #fff;
    line-height: 26px;
    font-size: 13px !important;
}

/* CTA BUTTON */

.PriyaJune-cta-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #ff00c8,
        #7b2ff7
    );

    color: #fff;
    font-size: 15px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.35s ease;

    white-space: nowrap;
}

.PriyaJune-cta-btn:hover{
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(123,47,247,0.35);

    color: #fff;
}

/* RESPONSIVE */

@media(max-width:768px){

    .PriyaJune-service-box{
        flex-direction: column;
        align-items: flex-start;
    }

    .PriyaJune-service-btn{
        width: 100%;
    }

    .PriyaJune-cta-btn{
        width: 100%;
    }
}


.megaMenu-inner{
display:flex;
gap:40px;
}

.mega-left{
width: 35%;
border-right:1px solid #eee;
padding-right:20px;
}

.mega-right{
/* width:60%; */
 width: 65%;   
  position: sticky;
  top: 20px;
  height: fit-content;
}

.mega-right img{
width:100%;
border-radius:10px;
height: 300px;
}

.mega-menu-list{
list-style:none;
padding:0;
margin:0;
}

.mega-menu-list li{
padding:12px 0;
font-weight:500;
cursor:pointer;
position:relative;
color: #fff;
}
.has-sub a{
  /* color: #111; */
  color: #fff;
  text-decoration: none;
}
.has-sub::after{
  content:"+";
  position:absolute;
  right:0;
  top:12px;
  font-size:18px;
  transition:0.3s;
}

.has-sub:hover::after{
  content:"−";
}
.has-sub2 a{
  /* color: #111; */
  color: #fff;
  text-decoration: none;
}

.submenu{
display:none;
padding-left:15px;
margin-top:8px;
}

.submenu li{
font-size:14px;
/* color:#666; */
color: #fff;
padding:5px 0;
}

.has-sub:hover .submenu{
display:block;
}


/* .navbar .dropdown:hover .dropdown-menu{
display:block;
margin-top:0;
}
.dropdown:hover .dropdown-menu{
display:block;
} */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
#services-dropdown,
#industries-dropdown {
  position: relative !important;
}


/* =========================
   ROOT VARIABLES
   ========================= */
:root {
  --primary-color: #0d6efd;
  --secondary-color: #212529;
  --accent-color: #6c757d;
  --light-color: #f8f9fa;
  --dark-color: #000000;
}


.navbar-toggler i {
  color: #fff !important;
}

.offcanvas-header .btn-close {
  color: #fff !important;
}

.btn-close {
  /*background: red !important;*/
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 10px;
  height: 10px;
  padding: 0;
}

.btn-close i {
  color: #fff;
  font-size: 13px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* for all heading  */
.MainHeadingForAllSection {
  padding: 15px 30px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  overflow: hidden;

  background: rgba(255, 255, 255, 0.068);
  border: 1px solid #dddddd0a;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  /* color: #fff; */
  color: #f6156b;
  font-weight: 600;
  font-family: poppins;
}

/* Animated glow border */
.MainHeadingForAllSection::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  /* background: linear-gradient(90deg,
      #724fff,
      #d873ff,
      #dd00b8,
      #724fff); */
  background: linear-gradient(90deg,
      #150e19,
      #3b1a36,
      #662255,
      #150e19);
  filter: blur(10px);
  opacity: 0.7;
  animation: glowPulse 3s linear infinite;
  z-index: -1;
}

@keyframes glowPulse {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(50%);
  }
}




/* Default transparent navbar */
#mainNavbar {
  transition: all 0.3s ease;
  background: transparent;
}

/* On scroll */
#mainNavbar.scrolled {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(26px) saturate(170%);
  -webkit-backdrop-filter: blur(26px) saturate(170%);
  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */
.navbar-brand img {
  width: 200px;
}

.navbar-nav .nav-link {
  color: #fff;
  /* margin: 0 10px; */
  /* font-family: 'Lato', sans-serif; */
  /* font-size: 15px; */
  font-family: 'Merriweather', serif;
  /* font-family: 'Oswald', sans-serif; */
  /* font-family: 'DM Serif Display', serif; */
  font-weight: 500;
  font-size: 14px;
}

.navbar-nav .nav-link.active {
  color: #fff;
  font-weight: 600;
}

.btnContactHeader {
  padding: 12px 34px;
  /* background: #fff; */
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  margin-right: 15px;
  font-family: 'Merriweather', serif;
  font-size: 14px;
}

.btnContactHeader:hover {
  transform: scale(0.95);
  /* zoom OUT slightly */
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@ navbar css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner section css  start from here  @@@@@@@@@@@@@@@@@@@ */

.HomeBannerSection {
  /* padding-top: 50px; */
  /* padding-bottom: 12px; */
  position: relative;
  overflow: hidden;
}





.HomeSection {
  background: url(../images/banner-images/main-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}


.homeBannerSecRight img {
  width: 100%;
  /* margin-top: 30px; */
}



.HomeBannerSection .homeBannerSecLeft h1 {
  font-family: Rubik;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  letter-spacing: 2px;
  vertical-align: middle;
  padding-top: 150px;
}



.text-gradient {
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 500;
  font-family: Rubik;
  /* text-transform: uppercase; */

}

.HomeBannerSection .homeBannerSecLeft p {
  font-family: Lato;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  padding: 10px 0;
}

.bannerBtn {
  padding: 10px 0;
  display: flex;
  gap: 20px;
}

.bannerBtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  /* same width for both */
  text-align: center;
  box-sizing: border-box;
}

.bannerBtn .bannerBtnWithBgcolor {
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: rubik;
  transform: skew(-20deg);
}


.bannerBtn .bannerBtnWithoutBgcolor {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  border-image-slice: 1;
  text-transform: uppercase;
  transform: skew(-20deg);
}


.bannerBtn .bannerBtnWithBgcolor:hover {
  box-shadow:
    0 0 2px rgba(114, 79, 255, 0.7),
    0 0 8px rgba(216, 115, 255, 0.55),
    0 0 14px rgba(221, 0, 184, 0.45);

}

.bannerBtn .bannerBtnWithoutBgcolor:hover {
  box-shadow:
    0 0 2px rgba(114, 79, 255, 0.7),
    0 0 8px rgba(216, 115, 255, 0.55),
    0 0 14px rgba(221, 0, 184, 0.45);

}

/* counter in banner  */
.counter-section {
  background: none;
}

.counter-box {
  padding: 10px 0;
  border-radius: 12px;
  background: none;
}

.counter-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.counter-box p {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ banner section css  end here  @@@@@@@@@@@@@@@@@@@ */


/* Hide offcanvas on desktop */
@media (min-width: 992px) {
  .mobile-offcanvas {
    display: none !important;
  }
}

/* Optional: hide navbar toggler on desktop */
@media (min-width: 992px) {
  .navbar-toggler {
    display: none !important;
  }
}


/* @@@@@@@@@@@@ toggle for mobile css start herev @@@@@@@@@@@@ */
.mobile-offcanvas {
  width: 100vw !important;
  height: 100vh !important;
  /* Glass / blur effect */
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff !important;
}

.offcanvas-body {
  padding: 30px;
}

.offcanvas-body .nav-link {
  font-size: 20px;
  padding: 12px 0;
}







/* MARQUEE */
.marquee-wrap {
  display: flex;
  align-items: center;
  height: 50px;
  border-top: 1px solid #dddddd86;
  border-bottom: 1px solid #dddddd86;
}

.marquee {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}

.marquee span {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Rubik', sans-serif;
  letter-spacing: 2px;
  line-height: 1;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ marque sec css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */









/* @@@@@@@@@@@@@@@@@@@@@@@@@ footer sction css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.footer-bg {
  background-color: rgba(15, 8, 49, 1);
}

footer {
  color: rgba(255, 255, 255, 1);
}

.new {
  width: 100%;
}

.new input {
  border-radius: 0px;
  padding: 12px 10px;
  border: 2px solid transparent;
  border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
  width: 250px;
  font-size: 13px;
  background: transparent;
}

/*.new input {*/
/*    border-radius: 0px;*/
/*    padding: 5px 10px;*/
/*    border: 2px solid transparent;*/
/*    border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;*/
/* }*/

.new button {
  border: 2px solid white;
  padding: 12px 21px;
  font-size: 13px;
}

.footer-first {
  background: #fff;
  border-radius: 15px;
}

.vertical-line {
  width: 1px;
  height: 140px;
  background: rgba(255, 255, 255, 0.5);
  padding-left: 0px;
  padding-right: 0%;
}



/* .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
} */
/* .track1 {
  padding: 10px 0;
 } */

.track1 img {
  height: 30px;
  margin: 10px;
}

.explore-btn {
  display: inline-block;
  position: relative;
  padding: 15px 50px;
  color: white;
  text-decoration: none;
}

.explore-btn:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: none;
  background: linear-gradient(to right, #6f42ec, #f61fda);
  width: 100%;
  height: 100%;
  transition: .2s;
  -webkit-backface-visibility: hidden;
}

.explore-btn h6 {
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-bottom: 0px;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  /* color: transparent; */
  /* -webkit-text-fill-color: transparent; */
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.footer-links h3 {
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 19px;
}

.footer-links ul {
  padding-left: 0%;
  list-style-type: none;

}

.footer-links a {
  font-size: 14px;
  color: grey;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-deatil p {
  font-size: 14px;
}

.footer-deatil-p p {
  margin-bottom: 5px;
}

.footer-deatil-p p i {
  margin-right: 5px;
}

.footer-deatil-p a {
  text-decoration: none;
  color: white;
}

.footer-bg a {
  color: #fff !important;
  text-decoration: none;
}

.social-media-links h3 {
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.social-media-icon i {
  padding: 5px 7px;
  font-size: 20px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: white;
  color: rgba(65, 10, 99, 1) !important;
  margin: 3px;

}

.footer-links-first {
  padding-left: 20px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ footer sction end from here @@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 60px 0 30px;
  }

  .btn-primary,
  .btn-outline {
    display: block;
    margin: 12px auto;
    width: fit-content;
  }

  .stats {
    gap: 25px;
  }

  .stats h3 {
    font-size: 24px;
  }

  .marquee span {
    font-size: 14px;
  }

  .bannerBtn .bannerBtnWithBgcolor {
    font-size: 12px;
    padding: 12px 10px;
  }

  .bannerBtn .bannerBtnWithoutBgcolor {
    font-size: 12px;
    padding: 12px 10px;
  }

  .bannerBtn a {
    min-width: 127px;
  }

  .HomeBannerSection .homeBannerSecLeft p {
    font-size: 12px;
  }

  .HomeBannerSection .homeBannerSecLeft .counter-box p {
    font-size: 10px;
  }

  .maxtraInNumberRightBox .counter {
    padding-top: 13px;
  }
}

















/* =========================================================
   LARGE TABLETS (≤ 1200px)
========================================================= */
@media (max-width: 1200px) {

  .tech-wrapper {
    gap: 30px;
  }

  .main-tech {
    width: 360px;
    height: 360px;
  }

  .circle {
    width: 240px;
    height: 240px;
  }

  .icon-block {
    width: 52px;
    height: 52px;
  }
}


/* =========================================================
   TABLETS (≤ 992px)
========================================================= */
@media (max-width: 992px) {

  /* TECHNOLOGY SECTION */
  .tech-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .tech-left,
  .tech-right {
    width: 100%;
  }

  .tech-buttons {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .main-tech {
    width: 320px;
    height: 320px;
  }

  .circle {
    width: 220px;
    height: 220px;
  }

  .icon-block {
    width: 48px;
    height: 48px;
  }

  .center-content img {
    width: 120px;
    height: 120px;
  }

  /* BANNER */
  .HomeBannerSection .homeBannerSecLeft h1 {
    font-size: 38px;
  }

  .homeBannerSecRight {
    z-index: 2;
  }

  .homeBannerSecRight img {
    width: 380px;
    margin: auto;
  }

  /* MAXTRA SECTION */
  /* .maxtraInNumberLeft {
    flex-direction: column;
  } */

  .maxtraInNumberLeftBox {
    width: 100%;
    /* min-height: auto; */
    padding: 30px;
  }
}


/* =========================================================
   MOBILE (≤ 768px)
========================================================= */
@media (max-width: 768px) {
  .homeBannerSecRight img {
    width: 100%;
    margin-top: -38px !important;
  }

  .navbar-brand img {
    width: 115px;
  }

  /* TECHNOLOGY SECTION */
  .technology-section {
    padding: 20px 0;
  }

  .tech-left h2 {
    font-size: 26px;
  }

  .tech-buttons {
    grid-template-columns: 1fr;
  }

  .tech-btn {
    padding: 14px;
    font-size: 14px;
  }

  .main-tech {
    width: 260px;
    height: 260px;
  }

  .circle {
    width: 180px;
    height: 180px;
  }

  .icon-block {
    width: 42px;
    height: 42px;
  }

  .center-content img {
    width: 100px;
    height: 100px;
  }

  /* BANNER */
  .HomeBannerSection {
    padding: 30px 0;
  }

  .HomeBannerSection .homeBannerSecLeft h1 {
    font-size: 22px;
  }

  .bannerBtn {
    /* flex-direction: column; */
    align-items: center;
  }

  /* DIGITAL SOLUTIONS */
  .digitalSolutionsBox img {
    height: 120px !important;
    width: 100%;
  }

  /* CASE STUDIES */
  .caseStudiesInner {
    margin-bottom: 20px;
  }

  /* TESTIMONIAL */
  .testimonial-slide {
    padding: 25px;
  }
}







/* =========================================================
   SMALL MOBILE (≤ 480px)
========================================================= */
@media (max-width: 480px) {

  /* TECHNOLOGY */
  .main-tech {
    width: 220px;
    height: 220px;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .icon-block {
    width: 36px;
    height: 36px;
  }

  .icon-block img {
    width: 60%;
  }

  .center-content img {
    width: 80px;
    height: 80px;
  }




  /* FOOTER */
  .footerSec {
    text-align: center;
  }

  .footerSocialIcons {
    justify-content: center;
  }
}


.homeBannerSecLeft .counter-section {
  padding-top: 50px;
}

.digitalSolutionsCarousel {
  display: none;
}

@media (max-width: 767px) {

  /* ================= NAV + DOTS WRAPPER ================= */

  .digitalSolutionsCarousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
  }

  /* DOT STYLE */
  .digitalSolutionsCarousel .owl-dot span {
    width: 8px;
    height: 8px;
    background: #cfcfcf;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  /* ACTIVE DOT */
  .digitalSolutionsCarousel .owl-dot.active span {
    background: #000000;
    transform: scale(1.2);
  }

  /* ================= NAV BUTTONS ================= */

  .digitalSolutionsCarousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 12px;
  }

  .digitalSolutionsCarousel .owl-nav button {
    background: #ffffff !important;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #000000 !important;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .digitalSolutionsCarousel .owl-nav button:hover {
    background: #f2f2f2;
  }

  .digitalSolutionsCarousel .owl-nav button:focus {
    outline: none;
  }
}


@media (max-width: 767px) {
  .technology-section .tech-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}


@media (max-width: 767px) {

  .Industries .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ICON – center but thoda upar */
  .Industries .box i {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
  }

  /* HEADING – ALWAYS visible, vertical bottom → top */
  .Industries .box h4 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);

    writing-mode: vertical-rl;
    /* real vertical text */
    text-orientation: mixed;

    white-space: nowrap;
    margin: 0;
    text-align: center !important;
    font-size: 15px;
    font-weight: 600;

    opacity: 1;
    /* hamesha visible */
    visibility: visible;
    display: block;
  }

  .Industries .box.active-slider h4 {
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    text-align: center !important;
  }
}

.maxtraInNumberLeftBox {
  position: relative;
  /* background: linear-gradient(
    180deg,
    rgba(46, 24, 114, 0.85) 0%,   
    rgba(46, 24, 114, 0.45) 25%,
    rgba(255, 255, 255, 0.096) 60%,
    rgba(255, 255, 255, 0.096) 100%
  ); */
  background: linear-gradient(180deg,
      rgba(21, 14, 25, 0.95) 0%,
      rgba(21, 14, 25, 0.75) 30%,
      rgba(72, 42, 90, 0.3) 60%,
      rgba(255, 255, 255, 0.05) 100%);
}

.maxtraInNumberRightBox {
  position: relative;
  /* background: linear-gradient(
    180deg,
    rgba(46, 24, 114, 0.85) 0%,  
    rgba(46, 24, 114, 0.45) 25%,
    rgba(255, 255, 255, 0.096) 60%,
    rgba(255, 255, 255, 0.096) 100%
  ); */
  background: linear-gradient(180deg,
      rgba(21, 14, 25, 0.95) 0%,
      rgba(21, 14, 25, 0.75) 30%,
      rgba(72, 42, 90, 0.3) 60%,
      rgba(255, 255, 255, 0.05) 100%);
}

.maxtraInNumberRightBox2 {
  position: relative;
  /* background: linear-gradient(
    180deg,
    rgba(46, 24, 114, 0.85) 0%,   
    rgba(46, 24, 114, 0.45) 25%,
    rgba(255, 255, 255, 0.096) 60%,
    rgba(255, 255, 255, 0.096) 100%
  ); */
  background: linear-gradient(180deg,
      rgba(21, 14, 25, 0.95) 0%,
      rgba(21, 14, 25, 0.75) 30%,
      rgba(72, 42, 90, 0.3) 60%,
      rgba(255, 255, 255, 0.05) 100%);
}

@media (max-width: 768px) {

  /* parent section */
  /* .testing-portfolio-section {
    min-height: 100vh;
    height: 100vh;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
  } */
  .testing-portfolio-section {
    min-height: 700px !important;
    height: 700px !important;
    /* overflow: hidden; */
  }


  /* pin state */
  .testing-portfolio-section.testing-pinned {
    height: 70vh !important;
    min-height: 70vh !important;
    padding: 0 !important;
  }

  /* slides absolute hain – ensure no extra flow */
  .testing-slide {
    margin: 0 !important;
  }
}


.quote-now-img img {
  width: 450px;
  margin-top: 45px;
}






/* =======================
   SECTION
======================= */
.priyaAiTabs-section {
  padding: 20px;
  background: #150e19;
  overflow: hidden;
}

/* =======================
   TABS
======================= */
.priyaAiTabs-tabs {
  margin-bottom: 16px;
}

/* VERY IMPORTANT */
.priyaAiTabs-tabs .owl-item {
  pointer-events: auto;
}

.priyaAiTabs-tab {
  position: relative;
  background: transparent;
  border: none;
  color: #9cc9ff;
  font-size: 13px;
  padding: 10px 16px;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
  /* 🔥 click enable */
}

/* underline hidden */
.priyaAiTabs-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

/* ACTIVE TAB */
.priyaAiTabs-tab.is-active {
  color: #ffffff;
}

.priyaAiTabs-tab.is-active::after {
  width: 70%;
}

/* =======================
   CARDS
======================= */
.priyaAiTabs-card {
  background: #2E1872;
  border-radius: 22px;
  padding: 20px;
  color: #ffffff;
}

.priyaAiTabs-logo {
  width: 80px !important;
  margin-bottom: 14px;
}

.oneCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.twoCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.threeCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fourCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fiveCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sixCard {
  background: linear-gradient(rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)), url(../images/portfolio/slide1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.priyaAiTabs-text {
  font-size: 13px;
  line-height: 1.5;
}

/* features */
.priyaAiTabs-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 14px 0;
}

.priyaAiTabs-features div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

/* button */
.priyaAiTabs-btn {
  display: block;
  text-align: center;
  background: #ffffff;
  color: #0b3c7a;
  padding: 10px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

/* ===== DESKTOP → HIDE ===== */
.priyaAiTabs-section {
  display: none;
}

/* ===== MOBILE → SHOW ===== */
@media (max-width: 768px) {
  .priyaAiTabs-section {
    display: block;
  }
}

/* ===============================
   WHITE DOTS – ALL VISIBLE
================================ */
.priyaAiTabs-cards .owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 16px;
}

.priyaAiTabs-cards .owl-dot {
  width: 8px;
  height: 8px;
  background: #ffffff !important;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 0.6;
}

.priyaAiTabs-cards .owl-dot.active {
  width: 22px;
  border-radius: 12px;
  background: #ffffff !important;
  opacity: 1;
}







@media screen and (max-width: 500px) {
  .footer-first {
    height: 50px;
  }

  .track1 img {
    width: 20px;
    height: 20px;
    margin-top: -25px;
  }

  .footerLogoImg {
    width: 100px;
    height: 35px;
  }

  .bottomFooterLinks {
    font-size: 10px;
    text-align: center;
  }

  .CopyRightText {
    font-size: 12px;
    text-align: center;
  }

  .footer-first {
    margin: 0 10px;
  }

  .testimonialMain p {
    font-size: 9px;
  }

  .blogSection p {
    font-size: 12px;
  }

  .technology-section p {
    font-size: 12px;
  }

  .testimonialMain h2 span {
    font-size: 30px;
  }

  .blogSection h3 span {
    font-size: 30px;
  }

  .technology-section h2 span {
    font-size: 35px;
  }

  .caseStudies h3 span {
    font-size: 38px;
  }

  .roRight h3 span {
    font-size: 25px;
  }

  .Industries p {
    font-size: 12px;
  }

  .testing-title span {
    font-size: 27px !important;
  }

  .Industries h2 span {
    font-size: 27px;
  }

  .HomeBannerSection .homeBannerSecLeft h1 span {
    font-size: 27px;
  }

  .maxtraInNumber h2 span {
    font-size: 25px;
  }

  .digitalSolutions h3 span {
    font-size: 27px;
  }

  .digitalSolutions p {
    font-size: 12px;
  }

  .maxtraInNumber p {
    font-size: 12px;
  }

  .getInTouchContent2 h3 {
    font-size: 17px;
    line-height: 23px;
  }

  #testingPortfolioSection {
    display: none;
  }

  .bg-color img {
    width: 20px;
    display: block;
    margin: 0 auto;
    /* 👈 left & right center */
  }

  .client-avatar {
    display: flex;
    gap: 0px;
  }

  .digitalSolutionsBox .bannerBtnWithBgcolor {
    color: #fff;
    font-size: 12px;
  }

  #digitalSolDesktop {
    display: none;
  }

  .maxtraInNumberLeftBox img {
    width: 25px;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .maxtraInNumberLeftBox .counter {
    font-size: 25px;
  }

  .maxtraInNumberLeftBox {
    width: 100%;
    min-height: auto;
    padding: 10px 30px;
  }

  .maxtraInNumberRightBox img {
    margin-bottom: 0px;
    width: 25px;
    margin-top: 20px;
  }

  .maxtraInNumberRightBox .counter {
    font-size: 25px;
  }

  .maxtraInNumberRightBox p {
    font-size: 13px;
    padding-top: 10px;
  }

  .maxtraInNumberRightBox2 {
    min-height: 160px;
  }

  .maxtraInNumberRightBox2 img {
    margin-bottom: 0px;
    width: 25px;
  }

  .maxtraInNumberRightBox2 .counter {
    font-size: 25px;
  }

  .maxtraInNumberRightBox2 p {
    font-size: 13px;
  }

  .maxtraInNumberRightBox {
    padding: 0px;
  }

  .maxtraInNumberLeftBox p {
    font-size: 13px;
  }

  .maxtraInNumberLeft {
    display: flex !important;
    gap: 25px;
  }

  .caseStudiesInnerLeft ul {
    padding: 0 !important;
  }

  .tech-right {
    width: 100%;
    display: flex;
    justify-content: center !important;
  }

  .marquee-wrap {
    margin-top: 0px;
    /* margin-bottom: -23px; */
  }

  .homeBannerSecLeft .counter-section {
    padding-top: 25px;
  }

  .HomeBannerSection .homeBannerSecLeft h1 {
    padding-top: 5px;
  }

  .quote-box {
    padding: 25px 20px;
  }

  .testing-overlay-content p {
    font-size: 12px !important;
  }

  .testing-overlay-logo img {
    width: 62px !important;
    margin-bottom: 15px !important;
  }

  .infoDetailsInner img {
    width: 160px;
    margin-top: 5px;
  }

  .client-details p {
    font-size: 11px;
  }

  .client-details h3 {
    font-size: 14px !important;
    padding-top: 10px;
  }

  .testimonialMain h2 {
    font-size: 21px;
  }

  .testimonial-text {
    font-size: 14px !important;
    line-height: 1.5;
  }

  .rowbgColor {
    width: 86%;
    margin-left: 25px !important;
    margin-bottom: 15px;
    ;
    padding: 15px;
  }

  .csInnerRightBox2 h6 {
    font-size: 16px;
  }

  .caseStudiesInnerLeft .bannerBtnWithBgcolor {
    font-size: 12px;
  }

  .caseStudies p {
    font-size: 12px;
    padding-top: 0;
  }

  .testing-info-box span {
    font-size: 13px !important;
  }

  .testing-info-box strong {
    font-size: 10px !important;
  }

  .testing-overlay-btn {
    font-size: 10px !important;
  }

  .digitalSolutions h3 {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .maxtraInNumber h2 {
    font-size: 23px;
  }

  .box-area {
    height: 245px !important;

  }

  .subheadeingCasestudy {
    font-size: 17px !important;
  }

  .csInnerRightBox2 {
    min-height: 147px;
    height: 140px;
  }

  .Industries h2 {
    font-size: 22px;
  }

  .digitalSolutionsBox p {
    font-size: 13px;
    padding: 0px;
  }

  .digitalSolutionsBox h6 {
    font-size: 18px;
  }

  .digitalSolutionsBox {
    min-height: 334px !important;
  }

  .roLeft img {
    height: 105px !important;
    object-fit: cover;
    width: 125px;
  }

  .roRight {
    padding: 15px 0;
  }

  .roRight p {
    font-size: 13px;
    padding-bottom: 0px;
    font-family: lato;
    font-weight: 500;
    justify-content: center;
  }

  .testing-tab {
    padding: 4px 2px !important;
    font-size: 5px !important;
  }

  .testing-tabs {
    gap: 5px !important;
    margin-bottom: 30px;
  }

  .testing-overlay-content {
    left: 0 !important;
    right: 0 !important;
  }

  .resultOrientedInner {
    padding: 15px;
  }

  .caseStudiesInnerLeft p {
    font-size: 13px;
  }

  .caseStudiesInnerLeft ul li {
    font-size: 13px;
  }

  .caseStudiesInnerRight img {
    width: 100%;
    height: 175px;
  }

  /* .bg-color img {
   width: 100%;
    height: 300px;
  } */
  .quote-box h2 {
    font-size: 23px;
  }

  .sub {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .blogSection h3 {
    font-size: 25px;
    padding-bottom: 0px;
  }

  .testimonialMain {
    padding-top: 35px;
  }

  .submit-btn img {
    height: 40px;
    width: 150px;
  }

  .getInTouchContent {
    padding: 20px;
  }

  .new input {
    border-radius: 0px;
    padding: 12px 10px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
    width: 155px;
    font-size: 10px;
    background: transparent;
  }

  .new button {
    border: 2px solid white;
    padding: 12px 21px;
    font-size: 10px;
  }

  .testimonial-slide {
    padding: 25px;
    min-height: 360px;
  }

  .infoDetailsInner p {
    font-size: 13px;
  }

  .caseStudiesInnerLeft h3 {
    padding-top: 0;
  }

  .caseStudies h3 {
    font-size: 23px;
  }

  .caseStudiesInnerLeft h3 {
    font-size: 18px !important;
    padding: 0 !important;
  }

  .caseStudiesInnerLeft span {
    font-size: 13px;
    font-weight: 600;
  }

  .roRight h3 {
    font-size: 21px;
  }

  .testing-title {
    font-size: 26px !important;
  }

  .client-avatar {
    width: 180px;
  }

  .portfolio-first-content h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  .portfolio-btn {
    display: inline-block;
    margin-top: 25px;
    font-size: 13px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid white;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  }

  .portfolio-nav-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    /* 👈 2 buttons per row */
    gap: 12px !important;
    width: 100%;
    padding: 12px;
    justify-items: center;
  }

  .portfolio-nav-item {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
  }

  .getInTouchContent h3 {
    font-size: 14px !important;
    line-height: 20px;
  }

  .maxtraInNumberRightBox2 {
    margin-top: 20px;
  }

  .tech-left h2 {
    font-size: 23px;
    padding-bottom: 0px !important;
  }

  .getInTouch {
    /* height: 387px; */
    height: 200px;
  }

  .footerSecInner h4 {
    font-size: 20px;
  }
}



/* glow effect  */
/* Header glow */
/* .sticky-top {
  position: relative;
  overflow: hidden;
}

.sticky-top::before {
  content: "";
  position: absolute;

  top: -420px;
  left: -420px;

  width: 1300px;
  height: 1300px;

  background: url("../images/gloweffect.png") no-repeat center;
  background-size: cover;

  border-radius: 50%;
  opacity: 0.6;
  filter: blur(90px);  
  pointer-events: none;

  z-index: 0;
} */


.sticky-top {
  position: relative;
  overflow: hidden;
}

.sticky-top::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  top: -500px;
  left: -500px;

  /* 🔥 Very large circle */
  width: 700px;
  height: 1500px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

/* Keep navbar content above glow */
#mainNavbar {
  position: relative;
  z-index: 1;
}




.HomeBannerSection {
  position: relative;
  overflow: hidden;
}

.HomeBannerSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1500px;
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
}


@media (max-width: 768px) {
  .HomeBannerSection::before {
    top: -400px;
    left: -200px;
    width: 600px;
    height: 900px;
    filter: blur(80px);
  }
}



.testimonialMain {
  position: relative;
  overflow: hidden;
}

.testimonialMain::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  top: -700px;
  right: -700px;

  /* 🔥 Very large circle */
  width: 1000px;
  height: 1500px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}



.bg-color {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.bg-color::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  top: -800px;
  left: -500px;

  /* 🔥 Very large circle */
  width: 1000px;
  height: 1500px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.bg-color h2 {
  text-transform: capitalize;
  font-family: Rubik;
  font-weight: 500;
  font-size: 35px;
}

.bg-color h2 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}



.technology-section {
  position: relative;
  overflow: hidden;
}

.technology-section::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  bottom: -700px;
  left: -500px;

  /* 🔥 Very large circle */
  width: 1300px;
  height: 1600px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}


.HomeBannerSection {
  position: relative;
  overflow: hidden;
}

.HomeBannerSection::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  top: -700px;
  left: -500px;

  /* 🔥 Very large circle */
  width: 1000px;
  height: 1500px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}


.digitalSolutions {
  position: relative;
  overflow: hidden;
}

/* LEFT GLOW */
/* .digitalSolutions::before {
  content: "";
  position: absolute;
  top: -700px;
  left: -600px;

  width: 700px;
  height: 1500px;

  background: radial-gradient(circle,
      rgba(221, 0, 184, 0.55) 0%,
      rgba(221, 0, 184, 0.30) 25%,
      rgba(221, 0, 184, 0.15) 45%,
      rgba(221, 0, 184, 0.08) 60%,
      transparent 72%);

  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
} */

/* RIGHT GLOW */
.digitalSolutions::after {
  content: "";
  position: absolute;
  top: -1000px;
  right: -600px;

  width: 800px;
  height: 2300px;

  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

/* Content above glow */
.digitalSolutions>* {
  position: relative;
  z-index: 1;
}




.Industries {
  position: relative;
  overflow: hidden;
}

.Industries::before {
  content: "";
  position: absolute;

  /* Push glow outside */
  top: -400px;
  left: -500px;

  /* 🔥 Very large circle */
  width: 1300px;
  height: 1500px;

  /* 🎨 COLOR GLOW */
  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(110px);
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}






.resultOriented {
  position: relative;
  overflow: hidden;
}

/* RIGHT GLOW */
.resultOriented::after {
  content: "";
  position: absolute;
  top: -800px;
  right: -600px;

  width: 800px;
  height: 1800px;

  background: radial-gradient(circle,
      rgba(50, 5, 12, 0.55) 0%,
      rgba(50, 5, 12, 0.40) 25%,
      rgba(50, 5, 12, 0.25) 45%,
      rgba(50, 5, 12, 0.12) 60%,
      transparent 72%);


  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}

/* Content above glow */
.digitalSolutions>* {
  position: relative;
  z-index: 1;
}






/* testin portfolio section  */

/* =========================
   RESET + BASE
========================= */


/* =========================
   PORTFOLIO SECTION
========================= */
.testing-portfolio-section {
  /* height: 760px; */
  height: 760px;
  padding: 20px 0 !important;
  position: relative;
  background: #150e19;
}


.testing-container {
  width: 85%;
  margin: auto;
}

/* =========================
   TITLE
========================= */
.testing-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
  font-family: Rubik;
  text-transform: capitalize !important;

}

.testing-title span {
  color: #8b5cf6;
  font-family: 'Carattere', cursive;
  font-size: 50px;
  text-transform: capitalize !important;
}

/* =========================
   TABS
========================= */
.testing-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.testing-tab {
  padding: 12px 26px;
  /* border-radius: 30px; */
  background: transparent;
  border: 1px solid transparent;
  border-image: linear-gradient(90deg, #724fff 0%, #d873ff 50%, #dd00b8 100%);
  border-image-slice: 1;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: skew(-20deg);
}

.testing-tab:hover,
.testing-tab.active {
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  border-color: transparent;
  transform: skew(-20deg);
}

/* =========================
   CARD WRAPPER
========================= */
.testing-card {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

/* =========================
   IMAGE SCROLL BOX
========================= */
.testing-image-wrapper {
  /* height: 480px; */
  height: 340px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}

/* =========================
   EACH SLIDE (FULL BG IMAGE)
========================= */
.testing-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: translateY(100%);
  transition: transform 0.12s linear;
  -webkit-background-clip: content-box;
}

.testing-slide.active {
  transform: translateY(0);
}

/* =========================
   DARK OVERLAY
========================= */
.testing-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.15));
  z-index: 1;
}

/* =========================
   TEXT ON IMAGE
========================= */
.testing-overlay-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  width: 100%;
  /* top: 60px; */
  top: 20px;
}

.testing-overlay-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}

.testing-overlay-content p {
  /* font-size: 30px; */
  font-size: 20px;
  line-height: 1.2;
  color: #e5e7eb;
  font-family: roboto !important;
  font-weight: 400;
  text-align: justify;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
  .testing-image-wrapper {
    height: 420px;
  }

  .testing-overlay-content {
    left: 25px;
    bottom: 25px;
  }

  .testing-title {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .testing-image-wrapper {
    height: 375px;
  }

  .testing-overlay-content h3 {
    font-size: 22px;
  }

  .testing-overlay-content p {
    font-size: 14px;
  }

  .testing-tab {
    padding: 10px 20px;
    font-size: 13px;
  }
}


/* SECTION PIN */
.testing-portfolio-section.testing-pinned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

/* IMAGE WRAPPER MUST ACCEPT SCROLL */
.testing-image-wrapper {
  pointer-events: auto;
}

/* TABS MUST BE CLICKABLE */
.testing-tabs,
.testing-tab {
  pointer-events: auto;
  z-index: 1000;
}


/* SKIP TAB */
.testing-skip-tab {
  background: transparent;
  border: 1px dashed #fff;
  opacity: 0.8;
}

.testing-skip-tab:hover {
  background: #fff;
  color: #000;
}

/* NEVER BLANK */
.testing-slide {
  opacity: 0;
}

.testing-slide.active {
  opacity: 1;
}



.testing-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.testing-content {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
  /* 👈 overlay ke upar */
  color: #fff;
  max-width: 420px;
}

.testing-content h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.testing-content p {
  opacity: 0.9;
  line-height: 1.6;
}

.testing-slide {
  will-change: transform;
  backface-visibility: hidden;
}






/* ===============================
   OVERLAY CONTENT WRAPPER
================================ */
.testing-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;

  z-index: 5;
  width: 100%;
  padding: 0 40px;

  color: #fff;
  box-sizing: border-box;
}

/* ===============================
   LOGO
================================ */
.testing-overlay-logo img {
  /* width: 110px; */
  width: 100px;
  margin-bottom: 20px;
}

/* ===============================
   DESCRIPTION
================================ */
.testing-overlay-desc {
  /* font-size: 15px; */
  font-size: 22px !important;
  line-height: 1.9;
  color: #e6e6e6;
  /* margin-bottom: 26px; */
  margin-bottom: 22px;
}

/* ===============================
   INFO ROW
================================ */
.testing-overlay-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  /* margin-bottom: 28px; */
  margin-bottom: 10px;
}

/* ===============================
   INFO BOX
================================ */
.testing-info-box {
  padding-right: 24px;
}

.testing-info-box:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}

.testing-info-box span {
  display: block;
  /* font-size: 19px; */
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 400;
  font-family: Roboto;
  padding: 10px 0;
}

.testing-info-box strong {
  /* font-size: 20px; */
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  font-family: Roboto;
}

/* ===============================
   CTA BUTTON
================================ */
.testing-overlay-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.5);

  /* 🔥 WHITE BLUR GLOW */
  box-shadow:
    0 0 30px rgba(255, 255, 255, 0.35),
    0 0 60px rgba(255, 255, 255, 0.15),
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  transition: all 0.35s ease;
  font-weight: 600;
  font-family: roboto;

}

.testing-overlay-btn:hover {
  background: linear-gradient(135deg, #ff4ecd, #7b61ff);
  border-color: transparent;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 768px) {
  .testing-overlay-content {
    left: 20px;
    right: 20px;
    bottom: 24px;
    max-width: 100%;
  }

  .testing-overlay-info {
    gap: 10px;
  }
}






/* 4 feb 2026  */
/* ===============================
   HOME BANNER + MARQUEE FIX
================================ */

/* Banner Section */
.HomeBannerSection {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}

/* Right Side Robot Section */
.homeBannerSecRight {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}

.homeBannerSecRight img {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

/* Remove Bootstrap row/column gap */
.HomeBannerSection .row {
  margin-bottom: 0 !important;
}

/* Marquee Section */
.marquee-wrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
  position: relative;
  /* top: -1px;  */
}

/* ===============================
   RESPONSIVE FIX (below 1200px)
================================ */
@media (max-width: 1200px) {
  .HomeBannerSection {
    padding-bottom: 0 !important;
  }

  .homeBannerSecRight {
    margin-bottom: -2px;
    /* safety overlap */
  }

  .marquee-wrap {
    margin-top: -2px;
  }
}




.contact-info {
  background-color: #1e1e2f;
  /* dark background */
}

.contact-info .bi {
  color: #9b59b6;
  /* purple accent icons */
}

.contact-info a.btn {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .bg-color h2 {
    font-size: 18px;
  }

  .bg-color h2 span {
    font-size: 30px;
  }

  .bg-color p {
    font-size: 11px;
  }

  .bg-color strong {
    font-size: 11px;
  }

  .bg-color {
    padding: 20px 0;
  }
}










/* Sticky Navbar Smooth Fix */
#mainNavbar {
  position: fixed;
  /* Sticky fixed top */
  left: 0;
  width: 100%;
  z-index: 1050;
  transform: translateY(0);
  /* Initial position */
  transition: transform 0.3s ease-in-out;
  /* Smooth hardware-accelerated animation */
}

.HomeBannerSection {
  padding-top: 80px;
  /* Adjust according to navbar height */
}

/* ---------------- Large Screen (1400px - 1900px) ---------------- */
@media (min-width: 1400px) and (max-width: 1900px) {

  /* Container padding */
  .HomeBannerSection .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }

  /* Navbar */
  #mainNavbar .navbar-brand img {
    max-height: 75px;
    /* Logo thoda bada */
  }

  #mainNavbar .nav-link {
    font-size: 1.15rem;
    padding: 0.75rem 1.25rem;
  }

  #mainNavbar .btnContactHeader {
    font-size: 1.05rem;
    padding: 12px 32px;
  }

  /* Left section text */
  .homeBannerSecLeft h1 {
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .homeBannerSecLeft p {
    font-size: 1.3rem;
    max-width: 600px;
  }

  /* Banner buttons */
  .bannerBtnWithBgcolor,
  .bannerBtnWithoutBgcolor {
    font-size: 1.05rem;
    padding: 13px 32px;
  }

  /* Counter section */
  .counter-box h2.counter {
    font-size: 3.25rem;
  }

  .counter-box p {
    font-size: 1.15rem;
  }

  /* Right image */
  .homeBannerSecRight img {
    max-width: 100%;
    height: auto;
  }

  /* Marquee */
  .marquee-wrap .marquee span {
    font-size: 1.3rem;
    margin-right: 55px;
  }

  .homeBannerSecRight img {
    height: 500px;
    object-fit: contain;
  }

  .homeBannerSecRight img {
    height: 750px;
    object-fit: contain;
  }

  .marquee-wrap {
    top: -14px;
  }

  .caseStudiesInnerRight img {
    object-fit: cover;
  }
}




/* 6th feb 2026  */
@media (min-width: 768px) and (max-width: 1199px) {
  .HomeBannerSection .homeBannerSecLeft h1 {
    font-size: 35px;
    padding-top: 90px;
  }

  .HomeBannerSection .homeBannerSecLeft p {
    font-size: 13px;
  }

  .homeBannerSecLeft .counter-section {
    padding-top: 5px;
  }

  .marquee-wrap {
    margin-top: -44px !important;
  }

  .maxtraInNumberLeftBox img {
    width: 50px;
  }

  .maxtraInNumberLeftBox .counter {
    font-size: 30px;
  }

  .maxtraInNumberRightBox .counter {
    font-size: 30px;
    padding-top: 8px;
  }

  .maxtraInNumberRightBox2 .counter {
    font-size: 30px;
    padding-top: 20px;
  }

  .digitalSolutionsBox img {
    height: 155px !important;
  }

  .digitalSolutionsBox h6 {
    font-size: 18px;
  }

  .digitalSolutionsBox p {
    font-size: 14px;
  }

  .digitalSolutionsBox {
    min-height: 433px !important;
  }

  .getInTouchContent h3 {
    font-size: 25px;
  }

  .testing-tab {
    padding: 12px 20px;
    font-size: 10px;
  }

  .testing-overlay-content p {
    font-size: 20px;
  }

  .roLeft img {
    width: 330px;
    height: 350px;
  }

  .roRight h3 {
    font-size: 30px;
  }

  .roRight p {
    font-size: 14px;
  }

  .resultOrientedInner {
    height: 380px;
    padding: 20px;
  }

  .caseStudiesInnerLeft h3 {
    font-size: 21px;
  }

  .caseStudiesInnerLeft p {
    font-size: 14px;
  }

  .csInnerRightBox h3 {
    font-size: 22px;
  }

  .caseStudiesInnerRight img {
    height: 300px;
  }

  .csInnerRightBox2 {
    height: 240px;
  }

  .csInnerRightBox2 h6 {
    font-size: 12px;
  }

  .csInnerRightBox2 p {
    font-size: 11px;
    line-height: 18px;
  }

  .getInTouchContent2 h3 {
    font-size: 22px;
    line-height: 35px;
  }

  .tech-wrapper {
    display: flex;
    flex-direction: row;
    /* 👈 FORCE ROW */
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* 👈 WRAP BAND */
    max-width: 100%;
    padding: 0 24px;
    gap: 24px;
  }

  .tech-left {
    width: 48%;
    flex: 0 0 48%;
  }

  .tech-right {
    width: 48%;
    flex: 0 0 48%;
    justify-content: center;
  }

  /* TEXT SCALE */
  .technology-section h2 {
    font-size: 28px;
  }

  .technology-section h2 span {
    font-size: 38px;
  }

  /* BUTTON GRID */
  .tech-buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  /* RIGHT CIRCLE SCALE */
  .main-tech {
    width: 320px;
    height: 320px;
  }

  .circle {
    width: 210px;
    height: 210px;
  }

  .tech-btn h3 {
    font-size: 16px;
  }

  .bg-color h2 {
    font-size: 25px;
  }

  .input-group input,
  .input-group select,
  .input-group textarea {
    font-size: 9px;
  }

  .sub {
    font-size: 16px;
  }

  .availability div {
    font-size: 12px;
  }

  .bg-color strong {
    font-size: 10px;
    text-align: left;
  }

  .availability h2 {
    font-size: 14px !important;
    font-weight: 700;
  }

  .quote-box {
    height: 560px;
  }

  .footer-deatil p {
    font-size: 10px;
  }

  .footer-links h3 {
    font-size: 12px;
  }

  .footer-bg a {
    font-size: 10px;
  }

  .social-media-icon i {
    padding: 5px 5px;
    font-size: 8px;
  }

  .CopyRightText {
    font-size: 10px;
  }
}



@media screen and (min-width: 998px) and (max-width: 1140px) {
  .homeBannerSecRight img {
    height: 495px;
  }
}

@media screen and (min-width: 1141px) and (max-width: 1190px) {
  .homeBannerSecRight img {
    height: 496px;
  }
}

@media screen and (min-width: 1191px) and (max-width: 1199px) {
  .homeBannerSecRight img {
    height: 475px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
  .homeBannerSecRight img {
    height: 730px;
  }
}

@media screen and (min-width: 1291px) and (max-width: 1399px) {
  .homeBannerSecRight img {
    height: 730px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1490px) {
  .homeBannerSecRight img {
    height: 730px;
  }
}

/* @media screen and (min-width: 1320px) and (max-width: 1500px) {
  .homeBannerSecRight img {
    height: 730px;
  }
} */


/* portfolio  */
.testing-pinned {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.testing-portfolio-section {
  -webkit-overflow-scrolling: touch;
  touch-action: none;
}



/* industries  */
.box h4,
.box i {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {

  /* hover = image badi */
  .box:hover h4,
  .box:hover i {
    opacity: 1;
    visibility: visible;
  }

  /* default active ko force-hide when not hovered */
  .box.active-slider:not(:hover) h4,
  .box.active-slider:not(:hover) i {
    opacity: 0;
    visibility: hidden;
  }
}



/* trusted section css  */
.logo-marquee {
  overflow: hidden;
  width: 100%;
  padding: 30px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 25px;
  margin: 0 40px;
}

/* Continuous animation */
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}






/* @@@@@@@@@@@@@@@@@@@@@@ contact us page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.contactPageBanner {
  background: linear-gradient(#150e19,
      #3b1a36,
      #0c040a,
      #150e19);
  padding: 180px 0 60px;
}

.contactPageBanner h1 {
  font-size: 35px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: capitalize;
}

.contactPageBanner h1 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}

.section-subtitleNew {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  border: 1px solid var(--accent-color);
  padding: 8px 20px;
  border-radius: 25px;
}

.section-subtitleNew span {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #cfcfcf;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 0 40px;
}

/* LEFT LINE */
.section-subtitleNew::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, #6c63ff);
  transform: translateY(-50%);
}

/* RIGHT LINE */
.section-subtitleNew::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  width: 60px;
  height: 1px;
  background: linear-gradient(to left, transparent, #6c63ff);
  transform: translateY(-50%);
}


/* cta contact css  */
.ContactCTA {
  /* background: url(../images/aboutuspage/cttttttta.png); */
  background: url(../images/how-we-work/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}

.ContactCTA::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
}

.ContactCTA h2 {
  font-size: 37px;
  font-weight: 600;
}

.ContactCTA h2 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}

.ContactCTA h3 {
  font-size: 20px;
  font-weight: 600;
}

.ContactCTA p {
  font-size: 15px;
  padding: 10px 0;
}

.ContactCTA a {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 20px;
}


/* contact custom faq  */
.custom-faq-section {
  background: #291d30;
  color: #fff;
}

.faq-heading {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 50px;
}

.custom-faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333;
}

.custom-faq .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0;
  box-shadow: none;
  position: relative;
}

.custom-faq .accordion-button:focus {
  box-shadow: none;
}

.custom-faq .accordion-button::after {
  content: "+";
  font-size: 24px;
  background-image: none !important;
}

.custom-faq .accordion-button:not(.collapsed)::after {
  content: "×";
}

.custom-faq .accordion-body {
  color: #bbb;
  padding: 0 0 20px 0;
}




/* new footer design priya */
.newFooterPriya {
  padding-top: 40px;
  padding-bottom: 20px;
  background: linear-gradient(to bottom,
      #150e19,
      #3b1a36,
      #0c040a,
      #150e19);
}

.newFooterLogo img {
  width: 180px;
}

.newFooterLogo p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}

.newFooterGooglePartner img {
  width: 120px;
}

.newFooterLocationCard {
  border: 1px solid #dddddd23;
  border-radius: 20px;
  padding: 20px;
  height: 180px;
}

.newFooterLocationCard img {
  width: 40px;
}

.newFooterLocationCard h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0 5px;
}

.newFooterLocationCard p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.newFooterLinksHeading {
  padding-top: 30px;
}

.newFooterLinksHeading h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Merriweather', serif;
}

.newFooterLinksHeading ul {
  padding: 0 !important;
}

.newFooterLinksHeading ul li {
  list-style: none;
  padding: 5px 0;
}

.newFooterLinksHeading ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.newQuickLinks {
  padding: 10px 0;
}

.newQuickLinks a {
  text-decoration: none;
  color: #fff;
  padding: 0 13px;
  position: relative;
  font-size: 14px;
}

.newQuickLinks a:not(:last-child) {
  border-right: 1px solid #ccc;
}

.NewFooterSocialLinks {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}

.NewLinksSocial {
  display: flex;
  gap: 20px;
  border: 1px solid #dddddd23;
  background: #dddddd23;
  padding: 10px;
  border-radius: 10px;
  height: 40px;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.NewLinksSocial:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.09);
  background: #dddddd3b;
}

.NewLinksSocial p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

.newFooterCopyRightRight img {
  width: 80px;
}





/* trusted section  */
.logo-section {
  padding: 40px 0;
}

.logo-slider .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slider img {
  max-height: 60px;
  width: auto;
  opacity: 0.7;
  transition: 0.3s ease;
}

.logo-slider img:hover {
  opacity: 1;
  transform: scale(1.05);
}



/* About us page css start from here  */
.aboutusBannerBtns {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.aboutusBannerBtns a {
  background: linear-gradient(#150e19,
      #3b1a36,
      #0c040a,
      #150e19);
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #dddddd50;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.aboutusBannerBtnSecond {
  background: linear-gradient(to right, #ff4ecd, #7b5cff) !important;
  color: #fff;
}

.aboutmarqueAftreBanner h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  text-transform: capitalize;
}

.aboutmarqueAftreBanner h3 span {
  font-family: 'Carattere', cursive;
  font-size: 25px;
}


.AboutFounders {
  padding: 30px 0;
}

.AFLBox {
  display: flex;
  gap: 20px;
  width: 100%;
}

.AFLBox .AFBoxInner {
  width: 50%;
  border: 1px solid #dddddd23;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  padding: 20px;
  border-radius: 7px;
  display: flex;
  /* justify-content: center;  */
  align-items: center;
  text-align: center !important;
}

.AFBoxInner h5 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 25px;
  text-align: left !important;
}

.AFBoxInner2 {
  display: flex;
  gap: 20px;
  width: 50%;
}

.AFBoxInner2 div {
  border: 1px solid #dddddd23;
  background: #dddddd23;
  padding: 20px;
  border-radius: 7px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.AFBoxInner2 div h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
}

.AFLBox2 {
  border: 1px solid #dddddd23;
  background: #dddddd23;
  padding: 30px 20px;
  border-radius: 7px;
  margin-top: 20px;
}

.AFLBox2 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: justify;
}

.aboutFoundersRight {
  border: 1px solid #dddddd23;
  background: #dddddd23;
  height: 500px;
  border-radius: 7px;
}

.aboutFoundersRight img {
  height: 500px;
  object-fit: cover;
  border-radius: 7px;
}

.aboutFoundersRight2 {
  border: 1px solid #dddddd23;
  background: #dddddd23;
  height: 395px;
  border-radius: 7px;
}

.aboutFoundersRight2 img {
  height: 395px;
  object-fit: cover;
  border-radius: 7px;
}

.aboutFoundersRight3 {
  border: 1px solid #dddddd23;
  background: #dddddd23;
  height: 460px;
  border-radius: 7px;
}

.aboutFoundersRight3 img {
  height: 460px;
  object-fit: cover;
  border-radius: 7px;
}

/* 7 pillars section  */
.sevenPillarsSection {
  color: #fff;
}

.pillarsHeading {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.pillarsHeading span {
  font-family: 'Carattere', cursive;
  font-size: 42px;
}

.pillarsSubText {
  max-width: 750px;
  margin: auto;
  color: #cfcfcf;
  font-size: 15px;
}

.pillarItem h6 {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.pillarCircle {
  width: 70px;
  height: 70px;
  background: linear-gradient(#150e19,
      #3b1a36,
      #0c040a,
      #150e19);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  margin: auto;
  position: relative;
}

/* Small top dot */
.pillarCircle::after {
  content: "";
  width: 15px;
  height: 15px;
  background: linear-gradient(#150e19,
      #3b1a36,
      #0c040a,
      #150e19);
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 5px;
  border: 2px solid #fff;
}

/* Hover effect */
.pillarItem:hover .pillarCircle {
  transform: scale(1.08);
  transition: 0.3s ease;
}






.rightInfographicSection {
  padding: 80px 0;
  background: url(../images/how-we-work/4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0;
}

.rightInfographicWrapper {
  width: 600px;
  margin-left: 0px;
}

.rightInfoTitle {
  font-size: 22px;
  letter-spacing: 4px;
  margin-bottom: 50px;
  color: #444;
}

.rightInfoItem {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  height: 90px;
  color: #fff;
  padding-right: 40px;
  /* arrow space */
}

/* RIGHT ARROW */
.rightInfoItem::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-left: 40px solid;
}


.reverseStep {
  flex-direction: row-reverse;
  /* STEP box right chala jayega */
  padding-left: 40px;
  padding-right: 0;
}

/* Arrow left side */
.reverseStep::after {
  display: none;
}

.reverseStep::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  border-top: 45px solid transparent;
  border-bottom: 45px solid transparent;
  border-right: 40px solid;
}

/* Color match */
.reverseStep.step2::before {
  border-right-color: #9E9E9E;
}

/* Number Box */
.stepNumber {
  width: 90px;
  min-width: 90px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 10px;
}

.stepNumber span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}

.stepNumber strong {
  font-size: 22px;
}

/* Content */
.stepContent {
  padding: 20px 30px;
}

.stepContent h4 {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.stepContent p {
  margin: 5px 0 0;
  font-size: 13px;
}

/* Colors */
.step1 {
  background: #00BCD4;
}

.step1::after {
  border-left-color: #00BCD4;
}

.step2 {
  background: #9E9E9E;
}

.step2::after {
  border-left-color: #9E9E9E;
}

.step3 {
  background: #FFC107;
}

.step3::after {
  border-left-color: #FFC107;
}

.step4 {
  background: #8BC34A;
}

.step4::after {
  border-left-color: #8BC34A;
}

.step5 {
  background: #E91E63;
}

.step5::after {
  border-left-color: #E91E63;
}

/* Responsive */
@media(max-width:768px) {
  .rightInfographicWrapper {
    width: 100%;
    margin: 0 20px;
  }

  .rightInfoItem {
    flex-direction: column;
    height: auto;
    padding-right: 0;
  }

  .rightInfoItem::after {
    display: none;
  }

  .stepNumber {
    width: 100%;
  }
}




/* counter secttion  */
.counter-section2 {
  padding: 30px 0;
  /* background: url(../images/aboutuspage/counter2bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; */
  height: 200px;
  background: linear-gradient(to bottom, #150e19, #3b1a36, #0c040a, #150e19);
}

.counter-box2 h2 {
  font-size: 42px;
}




/* OUR JOURNEY PAGE CSS START FROM HERE  */
.historyTimelineSection {
  color: #fff;
  padding: 80px 0;
}

.historyContentWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}

.historyImageBox {
  flex: 1;
}

.historyImageBox img {
  width: 100%;
  border-radius: 20px;
  transform: rotate(-5deg);
  transition: 0.4s ease;
}

.historyTextBox {
  flex: 1;
}

.historyTextBox h1 {
  font-size: 120px;
  font-weight: 800;

  margin-bottom: 20px;
  transition: 0.3s ease;
  background: linear-gradient(to right, #e0b3d3, #5d4bac);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}


.historyTextBox p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
}

/* Tabs */
.historyTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.historyTab {
  padding: 8px 18px;
  border-radius: 30px;
  cursor: pointer;
  border: 1px solid #1e90ff;
  transition: 0.3s;
}

.historyTab.active {
  background: #1e90ff;
  color: #000;
}

/* Animation base */
.historyAnimate {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.6s ease;
}

/* Active animation */
.historyAnimate.show {
  opacity: 1;
  transform: translateY(0);
}





/* ===== Timeline Wrapper ===== */
.historyTimelineBar {
  position: relative;
  margin-top: 80px;
  padding-top: 40px;
}

/* ===== Horizontal Base Line ===== */
.historyTimelineBar::before {
  content: "";
  position: absolute;
  top: 20px;
  /* line height adjust */
  left: 0;
  width: 100%;
  height: 2px;
  background: #444;
  /* grey line */
  z-index: 1;
}

/* ===== Timeline List ===== */
.historyTimelineList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ===== Each Timeline Item ===== */
.historyTimelineItem {
  text-align: center;
  cursor: pointer;
  flex: 1;
  position: relative;
}

/* ===== Dot Style ===== */
.historyDot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #666;
  /* default grey */
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
}

/* ===== Year Text ===== */
.historyYearText {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #aaa;
  transition: 0.3s ease;
}

/* ===== Active State ===== */
.historyTimelineItem.active .historyDot {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  transform: scale(1.2);
  border: 1px solid #fff;
}

/* .historyTimelineItem.active .historyYearText {
 background: linear-gradient(to right, #ff4ecd, #7b5cff);
  font-weight: 600;
} */

/* @@@@@@@@@@@@@@@@@@@@ maxtra in number section css start from here  @@@@@@@@@@@@@ */
.maxtraInNumber {
  padding: 20px 0;
}

.maxtraInNumber h2 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
  line-height: 38px;
}

.maxtraInNumber h2 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}

.maxtraInNumberLeft {
  display: flex;
  gap: 25px;
}

.maxtraInNumberLeftBox {
  border: 1px solid #dddddd3a;
  width: 50%;
  min-height: 385px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberLeftBox .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}

.maxtraInNumberLeftBox img {
  width: 80px;
  margin-bottom: 10px;
}

.maxtraInNumberLeftBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberRightBox img {
  margin-bottom: 10px;
  width: 50px;
}

.maxtraInNumberRightBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}

.maxtraInNumberRightBox .counter-box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.maxtraInNumberRightBox2 {
  border: 1px solid #dddddd3a;
  min-height: 385px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.maxtraInNumberRightBox2 img {
  margin-bottom: 20px;
  width: 50px;
}

.maxtraInNumberRightBox2 .counter-box {
  transform: rotate(-90deg);
  transform-origin: center;
  display: inline-block;
}

.maxtraInNumberRightBox2 p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: Nunito;
}

.maxtraInNumberRightBox2 .counter {
  font-size: 45px;
  font-weight: 800;
  font-family: Nunito;
}



.maxtraInNumberLeftBox {
    position: relative;
    /* background: linear-gradient(180deg, rgba(46, 24, 114, 0.85) 0%, rgba(46, 24, 114, 0.45) 25%, rgba(255, 255, 255, 0.096) 60%, rgba(255, 255, 255, 0.096) 100%); */
    background: linear-gradient(180deg, rgba(21, 14, 25, 0.95) 0%, rgba(21, 14, 25, 0.75) 30%, rgba(72, 42, 90, 0.3) 60%, rgba(255, 255, 255, 0.05) 100%);
}
.maxtraInNumberRightBox {
    position: relative;
    /* background: linear-gradient(180deg, rgba(46, 24, 114, 0.85) 0%, rgba(46, 24, 114, 0.45) 25%, rgba(255, 255, 255, 0.096) 60%, rgba(255, 255, 255, 0.096) 100%); */
    background: linear-gradient(180deg, rgba(21, 14, 25, 0.95) 0%, rgba(21, 14, 25, 0.75) 30%, rgba(72, 42, 90, 0.3) 60%, rgba(255, 255, 255, 0.05) 100%);
}
.maxtraInNumberRightBox2 {
    position: relative;
    /* background: linear-gradient(180deg, rgba(46, 24, 114, 0.85) 0%, rgba(46, 24, 114, 0.45) 25%, rgba(255, 255, 255, 0.096) 60%, rgba(255, 255, 255, 0.096) 100%); */
    background: linear-gradient(180deg, rgba(21, 14, 25, 0.95) 0%, rgba(21, 14, 25, 0.75) 30%, rgba(72, 42, 90, 0.3) 60%, rgba(255, 255, 255, 0.05) 100%);
}
/* @@@@@@@@@@@@@@@@@@@@ maxtra in number section css end here  @@@@@@@@@@@@@ */


.headingWithMarqueeSec {
  padding: 30px 0 10px;
}

/* google image sec css  */
.mxac-card {
  transition: all 0.4s ease;
  opacity: 0.5;
}

.mxac-card.mxac-active {
  opacity: 1;
}
.mxac-image {
  display: flex;
  justify-content: center; /* horizontal center */
  align-items: center;     /* vertical center agar height fix ho */
}
.mxac-image img {
  margin-top: 30px;
  width: 150px;
  height: 100px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 12px;
}

.mxac-desc {
  /* display: none; */
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  width: 200px;
  transition: all 0.4s ease;
}

.mxac-active .mxac-desc {
  /* display: block; */
  opacity: 1;
}
.mxac-wrap{
  position:relative;
}

.mxac-viewport{
  position:relative;
  height: 360px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* Card */
.mxac-card{
  position:absolute;
  width:var(--mxac-w);
  height:var(--mxac-h);
  border-radius:var(--mxac-radius);
  /* background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    radial-gradient(200px 120px at 50% 15%, rgba(255,255,255,.10), transparent 60%),
    var(--mxac-card); */
  border:1px solid var(--mxac-border);
  box-shadow: var(--mxac-shadow);
  padding:18px;
  opacity:.55;
  transform: translateX(0) scale(.92);
  transition: transform .45s ease, opacity .45s ease, height .45s ease, filter .45s ease;
  filter: blur(.2px);
  display:flex;
  flex-direction:column;
  gap:14px;
  background: rgba(30, 30, 50, 0.35) !important;
}

.mxac-year{
  position: absolute;
  font-size:15px;
  letter-spacing:.4px;
  opacity:.9;
  font-weight:600;
}

.mxac-badge{
  flex:1;
  border-radius:14px;
  /* background:
    radial-gradient(220px 120px at 55% 30%, rgba(255,255,255,.10), transparent 62%),
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55));
  border:1px dashed rgba(255,255,255,.12); */
  /* display:flex; */
  align-items:center;
  justify-content:center;
  text-align:center;
  /* padding:18px; */
  color:rgba(255,255,255,.9);
  font-weight:700;
  line-height:1.2;
}
.mxac-card{
  height: 220px;
  background:
    radial-gradient(320px 160px at 50% 20%, rgba(255,255,255,.16), transparent 60%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    var(--mxac-card2);
    border-radius: 20px;
  border:1px solid rgba(255,255,255,.14);
}
/* Active */
.mxac-card.mxac-active{
  height:var(--mxac-activeH);
  opacity:1;
  transform: translateX(0) scale(1);
  z-index:10;
  filter:none;
  background:
    radial-gradient(320px 160px at 50% 20%, rgba(255,255,255,.16), transparent 60%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)),
    var(--mxac-card2);
  border:1px solid rgba(255,255,255,.14);
  height: 320px;
}

.mxac-card.mxac-far{
  opacity:.18;
  transform: translateX(0) scale(.85);
  filter: blur(.6px);
}

/* Controls */
.mxac-controls{
  margin-top: 12px;
  display:flex;
  gap:14px;
  justify-content:center;
  align-items:center;
}

.mxac-btn{
  width:64px;
  height:64px;
  border-radius:50%;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  transition: transform .15s ease, background .2s ease;
  user-select:none;
}

.mxac-btn:hover{
  background: rgba(255,255,255,.10);
  transform: scale(1.03);
}

.mxac-btn:active{
  transform: scale(.98);
}

.mxac-arrow{
  font-size:24px;
  line-height:1;
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 900px){
  :root{
    --mxac-w: 280px;
    --mxac-h: 210px;
    --mxac-activeH: 265px;
    --mxac-gap: 18px;
  }
  .mxac-viewport{ height: 330px; }
}
@media (max-width: 520px){
  :root{
    --mxac-w: 240px;
    --mxac-h: 200px;
    --mxac-activeH: 250px;
    --mxac-gap: 14px;
  }
  .mxac-btn{ width:56px; height:56px; }
}

.googleImageSec{
  padding: 30px 0 10px;
}
.googleImageSec h2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.googleImageSec h2 span{
   font-family: 'Carattere', cursive;
  font-size: 36px;
}
.googleImageSec p{
  color: #fff;
  font-size: 15px;
}





.tha-industries-section {
  /* background: linear-gradient(180deg, #0b0d1a 0%, #14142b 100%); */
  color: #fff;
  padding: 40px 0;
}

.small-title {
  color: #ff2ebd;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}

.main-title {
  font-size: 30px;
  font-weight: 600;
}
.main-title span{
   font-family: 'Carattere', cursive;
  font-size: 40px;
  word-spacing: 5px;
}

.sub-text {
  color: #bcbccf;
  max-width: 850px;
  margin: 0 auto;
  currency: normal;
  font-size: 16px;
  padding-bottom: 30px;
}

.tha-industry-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  border-radius: 50px;
  background: linear-gradient(145deg, #111, #1a1a1a);
  color: #fff;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.tha-industry-pill::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-radius: 50px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  z-index: -1;
}

.tha-industry-pill:hover {
  background: rgba(255, 46, 189, 0.1);
  transform: translateY(-3px);
}

.icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 46, 189, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff2ebd;
  font-size: 14px;
}

.tha-industry-pill:hover .icon-circle {
  background: #fff;
}



/* why choose us new  */
.newwhychooseapril-section{
  max-width:1100px;
  margin:60px auto;
  /* background:#f5f5f5; */
  border: 1px solid #dddddd3a;
  background: linear-gradient(180deg, rgba(21, 14, 25, 0.95) 0%, rgba(21, 14, 25, 0.75) 30%, rgba(72, 42, 90, 0.3) 60%, rgba(255, 255, 255, 0.05) 100%);
  border-radius:20px;
  padding:40px;
  text-align:center;
}
.newwhychooseapril-section h2{
  font-size:25px;
  font-weight: 600;
}
.newwhychooseapril-section h2 span{
  font-family: 'Carattere', cursive;
    font-size: 45px;
}
.newwhychooseapril-section p{
  color:#666;
  margin-bottom:30px;
}
.newwhychooseapril-grid{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}
.newwhychooseapril-col{
  width:30%;
}
.newwhychooseapril-item{
  margin-bottom:30px;
  cursor:pointer;
}
.newwhychooseapril-item i{
  color: #ff4ecd;
  font-size:20px;
}
.newwhychooseapril-item h3{
  margin:10px 0 5px;
  font-size: 18px;
}
.newwhychooseapril-image-box{
  width:300px;
  height:300px;
  position:relative;
}
.newwhychooseapril-image-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
    transition:0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
.newwhychooseapril-btn{
  margin-top:20px;
  display:inline-block;
  padding:12px 25px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color:#fff;
  border-radius:8px;
  text-decoration:none;
}

/* Glass Effect Background DIV */
.mobileAppSecOne_glassBg {
  position: absolute;
  top: 5px;
  left: -30px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  transform: rotate(-3deg);
  z-index: 1;
}






/* team section  */
 .team-section {
      padding: 80px 0;
      text-align: center;
    }
    .team-section h2{
      font-size: 40px;
      color: #fff;
      font-weight: 600;
    }
.team-section h2 span{
   font-family: 'Carattere', cursive;
    font-size: 50px;
}
    .team-card {
      background: transparent;
      border-radius: 20px;
      overflow: hidden;
      transition: 0.3s;
    }

    .team-card img {
      width: 100%;
      border-radius: 20px;
      height: 450px;
      object-fit: cover;
    }

    .team-card:hover {
      transform: translateY(-8px);
    }

    .team-name {
      font-size: 18px;
      font-weight: 600;
      margin-top: 15px;
    }

    .team-role {
      font-size: 14px;
      color: #aaa;
    }





    /* marquee sec */
.lifeM_marqueeSection {
  overflow: hidden;
  padding: 40px 0;
}

.lifeM_marqueeSection h2 {
  font-size: 37px;
  font-weight: 600;
}

.lifeM_marqueeSection h2 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}

.lifeM_marqueeSection p {
  font-size: 14px;
  color: #fff;
}

.lifeM_marqueeWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.lifeM_marqueeTrack {
  display: flex;
  width: max-content;
  gap: 30px;
}

.lifeM_marqueeTrack img {
  /* width: 250px;
  height: 150px; */
  width: 360px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* Left to Right */
.lifeM_leftToRight .lifeM_marqueeTrack {
  animation: lifeM_moveRight 30s linear infinite;
}

/* Right to Left */
.lifeM_rightToLeft .lifeM_marqueeTrack {
  animation: lifeM_moveLeft 60s linear infinite;
}

/* Animations */
@keyframes lifeM_moveLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes lifeM_moveRight {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}



/* our journey new  */
.mx-wrapper {
  margin: 30px 100px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(20px);
  display: flex;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* LEFT */
.mx-left {
  flex: 3;
}

/* MAIN IMAGE */
.mx-main-img {
  width: 85%;
  border-radius: 20px;
  transform: rotate(-2deg);
  display: block;
  margin: auto;
    position: relative;   /* ADD THIS */
  z-index: 1;
  height: 300px;
}

/* YEAR CENTER */
.mx-year {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  /* margin: 20px 0; */
  margin-top: -52px;
    position: relative;   /* IMPORTANT */
  z-index: 10;          /* image se upar */
  background: linear-gradient(45deg,#ff4ecd,#8f6bff);
  -webkit-background-clip: text;
  color: transparent;
}

/* TEXT */
/* .mx-text {
  text-align: center;
} */

/* BOTTOM SECTION */
.mx-bottom {
  display: flex;
  gap: 50px;
  /* justify-content: space-between; */
  margin-top: 0px;
}

/* LEFT SMALL IMAGE CARD */
.mx-small {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.08);
  padding: 10px;
  border-radius: 15px;
  width: 270px;
  background:#0a011d;
  /* background: url(https://images.unsplash.com/photo-1521737604893-d14cc237f11d); */
}

.mx-small img {
  width: 80px;
  border-radius: 10px;
}

/* RIGHT BOXES */
.mx-boxes {
  display: flex;
  gap: 15px;
}

.mx-box {
  padding: 12px 20px;
  border-radius: 12px;
  background: rgba(255,255,255,0.08);
  width: 230px;
}

/* RIGHT SIDE */
.mx-right {
  flex: 1;
  height: 560px;
  overflow-y: auto;
  padding-right: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 30px;
}

/* SCROLLBAR */
.mx-right::-webkit-scrollbar {
  width: 5px;
}
.mx-right::-webkit-scrollbar-thumb {
  /* background: #ff4ecd; */
  border-radius: 10px;
}

/* CARD */
.mx-card {
  position: relative;
  height: 90px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.4s;
}

.mx-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* DARK OVERLAY */
.mx-card::after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(0,0,0,0.6); */
}

.mx-card span {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 2;
  font-weight: 700;
  color: #ff4ecd;
  padding: 3px 8px;
  background: #fff;
  border-radius: 7px;
}

/* ACTIVE */
.mx-card.active {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid;
  /* border-image: linear-gradient(45deg,#ff00cc,#6a5cff) 1; */
  box-shadow: 0 0 20px rgba(255,0,200,0.6);
  height: 150px;
  border-radius: 20px !important;
}

.mx-card.active::after {
  background: rgba(0,0,0,0.2);
}




@media screen and (max-width: 500px) {
  .contactPageBanner {
    padding: 100px 0 20px;
  }

  .contactPageBanner h1 {
    font-size: 20px;
  }

  .aboutusBannerBtns a {
    padding: 10px 20px;
    font-size: 12px;
  }

  .contactPageBanner h1 span {
    font-size: 22px;
  }

  .ContactCTA {
    padding: 25px 0;
  }

  .ContactCTA h2 {
    font-size: 35px;
  }

  .ContactCTA h2 span {
    font-size: 40px;
  }

  .ContactCTA p {
    font-size: 14px;
    padding: 5px 0;
  }

  .ContactCTA a {
    font-size: 13px;
  }

  .faq-heading {
    font-size: 30px;
  }

  .custom-faq .accordion-button {
    font-size: 15px;
    line-height: 21px;
    padding: 16px 0;
  }

  .custom-faq .accordion-body {
    font-size: 13px;
  }

  .counter-box2 h2 {
    font-size: 22px;
  }

  .counter-box2 p {
    font-size: 10px;
  }

  .newFooterLogo img {
    width: 160px;
  }

  .NewFooterSocialLinks {
    gap: 5px;
  }

  .NewLinksSocial {
    gap: 10px;
  }

  .NewLinksSocial p {
    font-size: 12px;
  }

  .newFooterLocationCard {
    padding: 10px;
    height: 180px;
  }

  .newFooterLocationCard p {
    font-size: 11px;
  }

  .historyTimelineSection {
    padding: 20px 0;
  }

  .historyTextBox h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .historyTextBox p {
    font-size: 13px;
    line-height: 1.6;
  }

  .historyContentWrapper {
    gap: 35px;
  }

  .AFLBox .AFBoxInner {
    padding: 10px;
  }

  .AFBoxInner h5 {
    font-size: 13px;
    line-height: 21px;
  }

  .AFLBox {
    gap: 10px;
  }

  .AFBoxInner2 {
    gap: 10px;
  }

  .AboutFounders {
    padding: 15px 0;
  }

  .AFLBox2 {
    padding: 20px 10px;
    margin-top: 10px;
  }

  .AFLBox2 p {
    font-size: 13px;
    line-height: 20px;
  }

  .aboutFoundersRight {
    height: 350px;
  }

  .aboutFoundersRight img {
    height: 350px;
  }

  .aboutFoundersRight2 {
    height: 370px;
  }

  .aboutFoundersRight2 img {
    height: 370px;
  }

  .aboutFoundersRight3 img {
    height: 360px;
  }

  .aboutFoundersRight3 {
    height: 360px;
  }

  .titleMV {
    font-size: 30px !important;
  }

  .descMV {
    font-size: 14px !important;
  }

  .heroMissionVision {
    height: 22vh !important;
  }

  .pillarsHeading {
    font-size: 23px;
  }

  .pillarsHeading span {
    font-size: 35px;
  }

  .faq-heading {
    padding-bottom: 10px;
  }

  .custom-faq .accordion-button::after {
    font-size: 14px;
  }
  .Pillars7{
    width: 100% !important;
  }
  .newFooterCopyRightLeft p{
    font-size: 12px;
  }
  .newQuickLinks a{
    font-size: 12px;
  }
  .contactPageBanner p{
    font-size: 13px;
  }
  .meltanoHeroSection {
    padding: 40px 0;
}
.meltanoGlassCard {
    padding: 20px;
    gap: 15px;
}
.meltanoCodeBox {
    padding: 20px;
}
.meltanoRight h1 {
     font-size: 28px;
    margin-bottom: 10px;
}
.meltanoRight p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.meltanoBtn {
    padding: 12px 32px;
    font-size: 13px;
}
.careerMarqueeSection {
    padding: 0px 0;
}
.careerMarqueeCard {
    height: 355px;
}
.careerMarqueeCard img {
    height: 213px;
}
.careerMarqueeCard h2 {
    font-size: 28px;
}
.careerMarqueeCardHeading {
    padding: 15px 20px;
}
.careerJobOpenings {
    padding: 30px 0;
}
.careerJobOpenings h2 span {
    font-size: 35px;
}
.careerJobOpenings p{
  font-size: 14px;
}
.jobOpeningCard h3 {
    font-size: 18px;
}
.countlessOpportunities {
    padding: 0px 0 15px;
}
.countlessOpportunities h3 {
    font-size: 22px;
    line-height: 28px;
}
.countlessOpportunities p {
    line-height: 23px;
    font-size: 15px;
}
.COTwo h3 {
    font-size: 24px !important;
}
.COTwo h3 span {
    font-size: 32px !important;
}
.careTeamBox p {
    font-size: 11px;
}
.careTeam h3 {
    font-size: 27px;
}
.careTeam h3 span {
    font-size: 38px !important;
}
.recruitmentSection {
    padding: 10px 0;
}
.recruitmentSection h2 span {
      font-size: 37px;
}
.recruitmentSection p{
  font-size: 12px;
}



   .faqPageSection {
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
    }

    /* ===== SIDEBAR ===== */
    .faqPageSection_sidebar {
        width: 100%;
        margin-bottom: 20px;
    }

    .faqPageSection_sidebar h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* Make buttons horizontal scroll tabs */
    .faqPageSection_sidebar {
        display: flex;
        flex-direction: column;
    }

    .faqPageSection_sidebar .faqPageSection_btn {
        width: 100%;
        text-align: left;
        font-size: 14px;
        padding: 10px 12px;
        margin-bottom: 8px;
        border-radius: 6px;
    }

    /* Optional: If you want horizontal scroll instead */
    /*
    .faqPageSection_sidebar {
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
    }

    .faqPageSection_btn {
        white-space: nowrap;
        flex: 0 0 auto;
    }
    */

    /* ===== CONTENT ===== */
    .faqPageSection_content {
        width: 100%;
    }

    .faqPageSection_card {
        padding: 20px;
    }

    .faqPageSection_card h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    /* ===== ACCORDION ===== */

    .accordion-button {
        font-size: 14px;
        padding: 12px 14px;
        line-height: 1.4;
    }

    .accordion-body {
        font-size: 13px;
        padding: 12px 14px;
        line-height: 1.6;
    }

    .accordion-body ul {
        padding-left: 18px;
    }

    /* Prevent overflow issues */
    .accordion-button,
    .accordion-body {
        word-wrap: break-word;
    }

    /* Reduce gap between accordion items */
    .accordion-item {
        margin-bottom: 8px;
    }
 .faqPageSection_sidebar {
        position: relative !important;
        top: auto !important;
        height: auto !important;
    }

    .faqPageSection_content {
    padding: 0px;
    width: 100%;
}
.faqPageSection_card.activeCard .accordion-button:not(.collapsed) {
    font-size: 15px;
}
.faqPageSection_card.activeCard .accordion-button {
    color: #111 !important;
    font-size: 15px;
}
.faqPageSection_card .accordion-body {
    font-size: 11px;
    line-height: 1.4;
}
.faqPageSection_card .accordion-button:not(.collapsed) {
    font-size: 15px;
}
.faqPageSection_card .accordion-button {
    font-size: 15px;
}
}





.pillars7Main{
  padding: 0px 0 20px;
}
.Pillars7{
width: 760px;
align-items: center;
}










































/* ===================================================
FUTURISTIC EMERGING TECHNOLOGIES
=================================================== */

.future-tech-sectionPriyaLT{
    /* background: #040814; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* BG GLOW */
.future-tech-sectionPriyaLT::before{
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
   background: rgba(170, 0, 255, 0.12);
    border-radius: 50%;
    top: -250px;
    left: -250px;
    filter: blur(120px);
}

.future-tech-sectionPriyaLT::after{
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: rgba(132,0,255,0.10);
    border-radius: 50%;
    bottom: -200px;
    right: -200px;
    filter: blur(120px);
}

/* PARTICLES */
.particlesPriyaLT span{
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00c3ff;
    border-radius: 50%;
    opacity: 0.5;
    animation: floatParticlePriyaLT 8s linear infinite;
}

.particlesPriyaLT span:nth-child(1){
    top: 10%;
    left: 20%;
}

.particlesPriyaLT span:nth-child(2){
    top: 20%;
    right: 15%;
}

.particlesPriyaLT span:nth-child(3){
    bottom: 15%;
    left: 10%;
}

.particlesPriyaLT span:nth-child(4){
    bottom: 20%;
    right: 20%;
}

.particlesPriyaLT span:nth-child(5){
    top: 50%;
    left: 50%;
}

.particlesPriyaLT span:nth-child(6){
    top: 70%;
    left: 40%;
}

.particlesPriyaLT span:nth-child(7){
    top: 30%;
    left: 70%;
}

@keyframes floatParticlePriyaLT{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-20px);
    }
    100%{
        transform: translateY(0px);
    }
}

/* HEADING */
.future-mini-titlePriyaLT{
    color: #00c3ff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}

.future-main-headingPriyaLT{
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-top: 12px;
    line-height: 1.2;
}

.future-main-headingPriyaLT span{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Carattere', cursive;
    font-size: 50px;
}

.future-top-contentPriyaLT{
    color: #cfd4de;
    margin-top: 18px;
    line-height: 30px;
    font-size: 16px;
}

/* MAIN FLEX */
.future-tech-wrapperPriyaLT{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.future-leftPriyaLT,
.future-rightPriyaLT{
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* CENTER */
.future-centerPriyaLT{
    width: 34%;
    display: flex;
    justify-content: center;
}

/* CARD */
.future-tech-cardPriyaLT{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    transition: 0.4s ease;
    backdrop-filter: blur(10px);
}

/* SHINE EFFECT */
.future-tech-cardPriyaLT::after{
    content: "";
    position: absolute;
    width: 120px;
    height: 250%;
    background: rgba(255,255,255,0.08);
    top: -80%;
    left: -120%;
    transform: rotate(25deg);
    transition: 0.8s;
}

.future-tech-cardPriyaLT:hover::after{
    left: 140%;
}

/* BORDER GLOW */
.future-tech-cardPriyaLT::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(
        130deg,
        #00c3ff,
        #7a5cff,
        #00c3ff
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;
    transition: 0.4s;
}

.future-tech-cardPriyaLT:hover::before{
    opacity: 1;
}

.future-tech-cardPriyaLT:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,195,255,0.15);
}

/* NUMBER */
.future-card-numberPriyaLT{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 55px;
    font-weight: 800;
    color: rgba(255,255,255,0.05);
}

/* ICON */
.future-icon-boxPriyaLT{
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 20px;
    background: linear-gradient(135deg,#ff4ecd,#7a5cff);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.future-icon-boxPriyaLT i{
    color: #fff;
    font-size: 16px;
}

/* CONTENT */
.future-card-contentPriyaLT{
    position: relative;
    z-index: 2;
}

.future-card-contentPriyaLT h3{
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 12px;
}

.future-card-contentPriyaLT p{
    color: #cfd4de;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 0;
}

/* CENTER CIRCLE */
.future-circlePriyaLT{
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 2px dashed rgba(255,255,255,0.15);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotateCirclePriyaLT 20s linear infinite;
}

.future-circle-innerPriyaLT{
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: linear-gradient(to right, #44223a, #292342);
    /* background: linear-gradient(135deg,#081120,#111e35); */
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: reverseRotatePriyaLT 20s linear infinite;
    box-shadow: 0 0 50px rgba(0,195,255,0.18);
}

.future-circle-innerPriyaLT i{
    color: #ff4ecd;
    font-size: 48px;
    margin-bottom: 14px;
}

.future-circle-innerPriyaLT h4{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
}

.future-circle-innerPriyaLT span{
    color: #cfd4de;
    font-size: 14px;
}

/* PULSE */
.pulse-ringPriyaLT{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  border: 2px solid rgba(186, 104, 255, 0.45);
    animation: pulsePriyaLT 2s infinite;
}

@keyframes pulsePriyaLT{
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.25);
        opacity: 0;
    }
}

/* ORBITS */
.orbit{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg,#7b5cff,#ff4ecd);
    position: absolute;
}

.orbit1PriyaLT{
    top: 10%;
    left: 50%;
}

.orbit2PriyaLT{
    bottom: 15%;
    left: 10%;
}

.orbit3PriyaLT{
    right: 8%;
    top: 50%;
}

/* ROTATION */
@keyframes rotateCirclePriyaLT{
    100%{
        transform: rotate(360deg);
    }
}

@keyframes reverseRotatePriyaLT{
    100%{
        transform: rotate(-360deg);
    }
}

/* CONNECTING LINES */
.tech-linePriyaLT{
    position: absolute;
    height: 2px;
    background: linear-gradient(to right,#00c3ff,transparent);
    opacity: 0.5;
    animation: lineGlowPriyaLT 3s linear infinite;
}

.line1PriyaLT{
    width: 160px;
    top: 18%;
    left: 30%;
    transform: rotate(-15deg);
}

.line2PriyaLT{
    width: 180px;
    top: 45%;
    left: 28%;
}

.line3PriyaLT{
    width: 160px;
    bottom: 18%;
    left: 30%;
    transform: rotate(15deg);
}

.line4PriyaLT{
    width: 160px;
    top: 18%;
    right: 30%;
    transform: rotate(15deg);
}

.line5PriyaLT{
    width: 180px;
    top: 45%;
    right: 28%;
}

.line6PriyaLT{
    width: 160px;
    bottom: 18%;
    right: 30%;
    transform: rotate(-15deg);
}

@keyframes lineGlowPriyaLT{
    0%{
        opacity: 0.2;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}

/* STATS */
.future-statsPriyaLT{
    margin-top: 80px;
    padding: 35px;
    border-radius: 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.future-stat-boxPriyaLT{
    flex: 1;
    min-width: 180px;
    text-align: center;
}

.future-stat-boxPriyaLT h3{
    color: #00c3ff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
}

.future-stat-boxPriyaLT p{
    color: #cfd4de;
    margin: 0;
}

/* RESPONSIVE */
@media(max-width:991px){

    .future-tech-wrapperPriyaLT{
        flex-direction: column;
    }

    .future-leftPriyaLT,
    .future-rightPriyaLT,
    .future-centerPriyaLT{
        width: 100%;
    }

    .future-main-headingPriyaLT{
        font-size: 40px;
    }

    .tech-linePriyaLT{
        display: none;
    }

    .future-circlePriyaLT{
        width: 300px;
        height: 300px;
    }

    .future-circle-innerPriyaLT{
        width: 180px;
        height: 180px;
    }

}

@media(max-width:767px){

    .future-main-headingPriyaLT{
        font-size: 30px;
    }

    .future-tech-cardPriyaLT{
        padding: 24px;
    }

    .future-card-contentPriyaLT h3{
        font-size: 20px;
    }

    .future-circlePriyaLT{
        width: 260px;
        height: 260px;
    }

    .future-circle-innerPriyaLT{
        width: 160px;
        height: 160px;
    }

    .future-circle-innerPriyaLT h4{
        font-size: 22px;
    }

    .future-statsPriyaLT{
        padding: 25px;
    }

}





.fadeHeading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.fadeHeading::before {
    content: "";
    width: 140px;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.7));
}
.fadeHeading::after {
    content: "";
    width: 140px;
    height: 1px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.7));
}










.life-carousel-1 .item img,
.life-carousel-2 .item img{
    width:100%;
    height:150px;
    object-fit:cover;
    border-radius:12px;
}

.life-carousel-1 .owl-stage,
.life-carousel-2 .owl-stage{
    display:flex;
    align-items:center;
}














/* @@@@@@@@@@@@@@@@@@@@@@ mobile responsive navbar menus @@@@@@@@@@@@@@@@@@@@@ */
.mobile-offcanvas {
    width: 320px;
    background: #09001a;
    color: #fff;
}

.mobile-offcanvas .offcanvas-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 18px 20px;
}

.mobile-offcanvas .offcanvas-title {
    color: #fff;
    font-weight: 700;
}

/* .mobile-offcanvas .btn-close {
    filter: invert(1);
} */

.mobile-offcanvas .navbar-nav {
    gap: 4px;
}

.mobile-offcanvas .nav-link,
.mobile-offcanvas .dropdown-item {
    color: #e2e8f0;
    padding: 12px 16px;
    border-radius: 10px;
    transition: all .3s ease;
    text-decoration: none;
    font-size: 14px;
}

.mobile-offcanvas .nav-link:hover,
.mobile-offcanvas .dropdown-item:hover {
    background: rgba(59,130,246,.15);
    color: #c854e2;
}

.mobile-offcanvas .menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}

.mobile-offcanvas .menu-toggle i {
    font-size: 14px;
    transition: .3s;
    color: #c854e2;
}

.mobile-offcanvas .menu-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.mobile-offcanvas .collapse {
    margin-left: 12px;
    border-left: 2px solid rgba(255,255,255,.08);
    padding-left: 10px;
}

.mobile-offcanvas .submenu-heading {
    color: #c854e2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.mobile-offcanvas .btnContactHeader {
    background: linear-gradient(135deg,#2563eb,#c854e2);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
}

.mobile-offcanvas .btnContactHeader:hover {
    color: #fff;
    transform: translateY(-2px);
}

.mobile-offcanvas .dropdown-item {
    font-size: 14px;
}


























 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ final responsive for mobile  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    @media (max-width: 767px) {
      .maxtraInNumber h2 {
    font-size: 19px;
    line-height:25px;
}
.maxtraInNumber h2 span {
    font-family: 'Carattere', cursive;
    font-size: 27px;
}
.maxtraInNumberLeftBox img {
    width: 25px;
    margin-bottom: 10px;
}
.maxtraInNumberLeftBox .counter {
    font-size: 25px;
}
.maxtraInNumberLeftBox p {
    font-size: 10px;
}
.maxtraInNumberLeftBox {
    min-height: 165px;
    }
    .maxtraInNumberRightBox img {
    margin-bottom: 10px;
    width: 25px;
}
.maxtraInNumberRightBox .counter {
    font-size: 25px;
}
.maxtraInNumberRightBox p {
    font-size: 10px;
}
.maxtraInNumberRightBox {
        padding: 0px;
    }
    .maxtraInNumberRightBox2 img {
    margin-bottom: 20px;
    width: 25px;
}
.maxtraInNumberRightBox2 .counter {
    font-size: 25px;
}
.maxtraInNumberRightBox2 p {
    font-size: 10px;
}
.maxtraInNumberRightBox2 {
    min-height: 160px;
}
.maxtraInNumber {
    padding: 0;
}
.googleImageSec h2 {
    font-size: 23px;
    line-height: 30px;
}
.googleImageSec h2 span {
    font-size: 30px;
}
.team-section {
    padding: 25px 0;
}
.team-section h2 {
    font-size: 23px;
}
.team-section h2 span {
    font-size: 30px;
}
.team-section p{
  font-size: 13px;
}
.team-card img {
    height: 120px;
}
.team-name {
    font-size: 10px;
    margin-top: 10px;
}
.team-role {
    font-size: 10px;
}
.lifeM_marqueeSection {
    padding: 10px 0;
}
.lifeM_marqueeSection h2 span {
    font-size: 30px;
}
.lifeM_marqueeSection h2 {
    font-size: 21px;
}
.lifeM_marqueeSection p {
    font-size: 13px;
}
.life-carousel-1 .item img, .life-carousel-2 .item img{
  height: 100px;
}
    .ContactCTA h2 {
        font-size: 22px;
    }
        .ContactCTA h2 span {
        font-size: 27px;
    }
    .ContactCTA h3 {
    font-size: 18px;
    }
        .ContactCTA p {
        font-size: 13px;
        padding: 5px 0;
    }
       .heroMissionVision {
        height: 35vh !important;
    }
    .titleMV {
        font-size: 23px !important;
        margin-bottom: 10px;
    }
    .newwhychooseapril-section {
    margin: 20px;
    padding: 20px;
    }
    .newwhychooseapril-section h2 {
    font-size: 20px;
}
.newwhychooseapril-section h2 span {
    font-size: 32px;
}
.newwhychooseapril-section p{
  font-size: 14px;
}
.newwhychooseapril-item h3 {
    font-size: 12px;
}
.newwhychooseapril-item p {
        font-size: 9px;
        line-height: 11px;
    }
.newwhychooseapril-btn {
    font-size: 13px;
}
.newwhychooseapril-btn {
    margin-top: 10px;
    padding: 10px 20px;
}
.mobileAppSecOne_glassBg{
  width: 80px;
  height: 80px;
  left: -11px;
}
.newwhychooseapril-image-box img{
  width: 80px;
  height: 80px;
}
.newwhychooseapril-image-box {
    width: 80px;
    height: 120px;
}

    .mx-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .mx-left,
    .mx-right {
        width: 100%;
    }

    .mx-main-img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 12px;
    }

    .mx-year {
        font-size: 28px;
        padding: 8px 15px;
    }

    .mx-bottom {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
    }

    .mx-small {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 15px;
    }

    .mx-small img {
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    .mx-text {
        width: 100%;
        text-align: center;
    }

    .mx-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mx-text p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 8px;
    }

    .mx-boxes {
        float: none !important;
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
        width: 100%;
    }

    .mx-box {
        flex: 1;
        max-width: 140px;
        text-align: center;
        padding: 18px 10px;
        font-size: 22px;
    }

    .mx-right {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .mx-right .mx-card,
    .mx-right .mx-item {
        width: calc(50% - 6px);
    }
    .mx-wrapper {
    margin: 20px 15px;
    padding: 20px;
    }
    .NewLinksSocial {
        gap: 7px;
    }
    .NewLinksSocial p {
        font-size: 11px;
    }
    .newQuickLinks a {
        padding: 0px 5px;
    }
    .newQuickLinks a {
        font-size: 11px;
    }
    .newFooterCopyRightLeft p {
        font-size: 12px;
    }
    .faq-heading {
        font-size: 25px;
    }
        .newFooterLocationCard img {
        width: 25px;
    }
    .newFooterLocationCard h6{
      font-size: 13px;
    }
  }