@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=Golos+Text:wght@400&display=swap');

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

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

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&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;
}
#solutionTitle{
  font-size: 17px !important;
}
#TheImpactTitle{
  font-size: 17px !important;
}
a{
text-decoration:none;
}
/* Default cursor hide everywhere */
.getFreeqUOTE{
  font-size: 33px !important;
}
/* for video experiment  */
.HomeBannerSection{
  display: none;
}
.HomeBannerSectionForVideo{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Video */
.HomeBannerVideo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Dark Overlay */
.HomeBannerOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}

/* Content */
.HomeBannerContent{
    position: relative;
    z-index: 2;
    color: #fff;
    /* max-width: 700px; */
    padding: 140px 80px;
}

.HomeBannerContent h1{
    font-size: 45px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 25px;
}

.HomeBannerContent p{
    font-size: 20px;
    line-height: 1.7;
    color: #ddd;
    margin-bottom: 35px;
}

/* CTA Button */
.HomeBannerBtn{
    display: inline-block;
    padding: 18px 35px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.HomeBannerBtn:hover{
    background: #0056d4;
}





/* Custom cursor */
.custom-cursor {
    width: 20px;
    height: 20px;
    border: 2px solid #b14df6;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.15s ease, background 0.3s;
}

.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{
  margin-top:20px !important;
width:90%;
left:50%;
transform:translateX(-50%);
padding:30px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
border-radius:10px;
height: auto;          
  max-height: 480px;      
  overflow-y: auto;      
  overflow-x: hidden; 
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
  overscroll-behavior: contain;
  background: #2B252F;
  border: 1px solid #cccccc42;
} */




 
 .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;     */
}


/* WHITE BOX */

.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%;
    }
}

.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{
  position:relative;
  padding-right:25px !important;
}

.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;
}
/* #services-dropdown:hover > .dropdown-menu,
#industries-dropdown:hover > .dropdown-menu {
  display: block;
} */

/* =========================
   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: 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-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 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ technology new  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/* SECTION */
.technologyNewSection {
  /* background:#000; */
  padding: 80px 0;
  color: #fff;
}
.technologyNewSection h2{
  padding: 0px 0 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.technologyNewSection h2 span{
   font-family: 'Carattere', cursive;
  font-size: 50px;
}


/* CONTAINER */
.technologyNewContainer {
  width: 90%;
  margin: auto;
}

/* ===== NAV TABS ===== */

.technologyNewTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.technologyNewTab {
  background: none;
  border: 1px solid #222;
  color: #aaa;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  white-space: nowrap;
}

.technologyNewTab:hover {
  background: #1a1a1a;
  color: #fff;
}

/* ACTIVE TAB */
.technologyNewTab.active {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
  border-color: #fff;
}

/* ===== GRID ===== */

.technologyNewGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}

/* CARD */
.technologyNewCard {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 35px 20px;
  text-align: center;
  transition: 0.3s ease;
}

.technologyNewCard img {
  height: 45px;
  margin-bottom: 15px;
}

.technologyNewCard p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.technologyNewCard:hover {
  transform: translateY(-6px);
}


.technologyNewGrid {
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}

.technologyNewGrid.active {
  display: grid;
}

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

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

/* BUBBLE BACKGROUND */
/* ===============================
   BUBBLE BASE (BEHIND ROBOT)
================================ */
/* ===============================
   BUBBLE CONTAINER
================================ */
/* ===============================
   GLOBAL BUBBLE BACKGROUND
   (RIGHT SIDE ONLY)
================================ */
#global-bubbles {
  position: fixed;
  top: 0;
  right: 0;
  width: 55%;
  /* sirf robot side */
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;

  /* left side soft fade */
  -webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);
  mask-image: linear-gradient(to left, black 70%, transparent 100%);
}

/* ===============================
   BUBBLE BASE
================================ */
.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0.75;
  animation: floatAround 18s ease-in-out infinite;
}

/* ===============================
   BUBBLE COLORS & SIZE
================================ */
.bubble.purple {
  width: 260px;
  height: 260px;
  top: 18%;
  right: 10%;
  background: radial-gradient(circle,
      rgba(255, 78, 205, 1),
      rgba(123, 92, 255, 0.85),
      transparent 70%);
}

.bubble.sky {
  width: 200px;
  height: 200px;
  top: 55%;
  right: 30%;
  background: radial-gradient(circle,
      rgba(143, 211, 255, 1),
      rgba(63, 169, 245, 0.85),
      transparent 70%);
  animation-duration: 22s;
}

.bubble.white {
  width: 140px;
  height: 140px;
  top: 38%;
  right: 45%;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 1),
      rgba(255, 255, 255, 0.6),
      transparent 70%);
  animation-duration: 14s;
}

/* ===============================
   FLOATING ANIMATION
================================ */
@keyframes floatAround {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(40px, -50px);
  }

  100% {
    transform: translate(-30px, 30px);
  }
}

/* ===============================
   CONTENT LAYER FIX
================================ */
/* body > *:not(#global-bubbles){
  position: relative;
  z-index: 1;
} */



.homeBannerSecLeft {
  z-index: 5;
  position: relative;
  max-width: 600px;
}

.homeBannerSecRight {
  z-index: 4;
  position: relative;
}

/* ===============================
   MOBILE ADJUSTMENT
================================ */
@media (max-width: 768px) {
  #global-bubbles {
    width: 100%;
    opacity: 0.35;
    -webkit-mask-image: none;
    mask-image: none;
  }
}





.HomeSection {
  background: url(../images/banner-images/main-background.webp);
  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;
}

.HomeBannerSection .homeBannerSecLeft h1 span {
  /* font-family: 'Carattere', cursive; */
  /* font-size: 50px; */
  /* text-transform: capitalize !important; */
}

.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;
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@ marque sec start from here @@@@@@@@@@@@@@@@@@@@@@@ */
.star {
  background: linear-gradient(45deg, #724FFF, #D873FF, #DD00B8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(216, 115, 255, 0.6);
  margin-right: 10px;
}

/* STATS */
.stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.stats h3 {
  font-size: 28px;
  color: #9f6bff;
}

.stats span {
  font-size: 14px;
  opacity: 0.85;
}

/* IMAGE */
.hero-image img {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
}

/* 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 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  */

/* @@@@@@@@@@@@@@@@@@@@ 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; */
  min-height: 320px;
  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-size: 35px;
  font-weight: 800;
  font-family: Nunito;
}

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

.maxtraInNumberLeftBox i{
    font-size:30px;
     margin-bottom: 30px;
}
.maxtraInNumberLeftBox p {
  color: #fff;
  font-size: 16px;
  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; */
  width: 30px;
}
.maxtraInNumberRightBox i{
    font-size:30px;
}

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

.maxtraInNumberRightBox .counter {
  /* font-size: 45px; */
  font-size: 35px;
  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; */
  min-height: 320px;
  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; */
  width: 30px;
}

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

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

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

/* @@@@@@@@@@@@@@@@@@@@ maxtra in number section css end here  @@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ DIGITAL SOLUTIONS section css start from here @@@@@@@@@@@@@@@@@@@ */
.digitalSolutions {
  padding: 20px 0;
}

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

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

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

.digitalSolutionsBox .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);
}


.digitalSolutionsBox {
  border: 1px solid #dddddd3a;
  min-height: 490px !important;
  border-radius: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.digitalSolutionsBox:hover {
  box-shadow:
    0 0 12px rgba(114, 79, 255, 0.6),
    0 0 24px rgba(216, 115, 255, 0.5),
    0 0 40px rgba(221, 0, 184, 0.45);
}

.digitalSolutionsBox h6 {
  font-family: Rubik;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-top: 20px;
}

.digitalSolutionsBox p {
  font-family: lato;
  font-size: 18px;
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
  justify-content: center;
}

.digitalSolutionsBox img {
  height: 220px !important;
  object-fit: cover;
  border-radius: 10px !important;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ DIGITAL SOLUTIONS section css end here @@@@@@@@@@@@@@@@@@@ */

/* @@@@@@@@@@@@@@@@@@@@@@ result oriented section start from here @@@@@@@@@@@@@@ */
.typing-text-erase::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.resultOriented {
  padding: 80px 0;
}

.resultOrientedInner {
  border: 1px solid #dddddd3a;
  height: 420px;
  border-radius: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.roRight {
  padding: 10px 0;
}

.roRight h3 {
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 10px 0;
  font-family: rubik;
  font-weight: 700;
}

/* .roRight h3 span{
 font-family: 'Carattere', cursive;
 font-size: 50px;
} */

.roRight .bannerBtnWithBgcolor {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  text-decoration: none;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;

  transform: skew(-20deg);
}

.roRight .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);
}

.roRight p {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  text-align: justify;
}

.roRight i {
  padding-left: 10px;
}

.roLeft img {
  /* height: 494px !important; */
  object-fit: contain;
  /* width: 546px; */
  width: 520px;
  height: 350px;
}

/* @@@@@@@@@@@@@@@@@@@@@@ result oriented section end here @@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@ case studies section start from here @@@@@@@@@@@@@@@@ */
@keyframes colorLoop {
  0% {
    background-color: #150e19;
  }

  33% {
    background-color: #3b1a36;
  }

  66% {
    background-color: #66225549;
  }

  100% {
    background-color: #150e19;
  }
}


.animated-bg {
  animation: colorLoop 6s ease-in-out infinite;
}

.caseStudies {
  padding: 20px 0;
}

.caseStudies h3 {
  font-size: 32px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

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

.caseStudies p {
  font-size: 18px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
}

.caseStudiesInner {
  border: 1px solid #dddddd3a;
  min-height: 100px;
  border-radius: 10px;
  /* padding: 30px; */
  background: rgba(255, 255, 255, 0.096);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.caseStudiesInnerLeft {
  padding: 30px;
}

.caseStudiesInnerLeft h3 {
  font-size: 25px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 500;
  padding-top: 20px;
}

.caseStudiesInnerLeft p {
  font-size: 17px;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 400;
  color: #f1f1f1;
  text-align: justify;
}

.caseStudiesInnerLeft span {
  font-size: 17px;
  padding-bottom: 10px;
  font-family: lato;
  font-weight: 500;
  color: #f1f1f1;
}

.noneulBullet li {
  list-style: none
}

.noneulBullet {
  padding: 0 !important;
  padding-bottom: 40px !important;
}

.caseStudiesInnerLeft .bannerBtnWithBgcolor {
  display: inline-block;
  /* 🔥 IMPORTANT */
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg,
      #724fff 0%,
      #d873ff 50%,
      #dd00b8 100%);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transform: skew(-20deg);
}

.caseStudiesInnerLeft .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);
}

.rowbgColor {
  border: 1px solid #D9D9D933;
  min-height: 100px;
  border-radius: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.027);
  /* white transparent */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  width: 49%;
}

.caseStudiesInnerRight {
  padding: 0px;
}

.csInnerRightBox2 {
  border: 1px solid #dddddd00;
  min-height: 186px;
  height: 175px;
  border-radius: 10px;
  padding: 10px;
  background: #D187FF33;
}

.csInnerRightBox2:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  background: linear-gradient(135deg, #150e19, #82579b);
}

.csInnerRightBox h3 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  padding-top: 15px;
  font-family: rubik;
  font-weight: 700;
}

.csInnerRightBox2 h6 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  letter-spacing: 1px;
  font-family: Rubik;
  font-weight: 700;
}

.csInnerRightBox2 h6 i {
  font-size: 12px;
  width: 30px;
  height: 30px;
  background: #B43BFF;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
}

.csInnerRightBox2 p {
  font-size: 14px;
  letter-spacing: 1px;
  font-family: lato;
  font-weight: 400;
  color: #f1f1f1;
  line-height: 17px;
  padding-top: 10px;
  /* text-align: justify; */
}

.caseStudiesInnerRight img {
  width: 100%;
  height: 400px;
  /* border: 2px solid #FFFFFF; */
  border-radius: 10px;
}

/* @@@@@@@@@@@@@ case studies section end here @@@@@@@@@@@@@@@@ */

/* **** Our AI Development Services Start *****  */
.Industries {
  padding: 20px 0;
}

.Industries h3 {
  font-size: 32px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

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

.Industries h2 {
  font-size: 27px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

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

.box-area {
  display: flex;
  gap: 16px;
  width: 100%;
  height: 420px;
}

/* base box */
.box-area .box {
  position: relative;
  flex: 0.7;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: flex 0.6s ease;
}

/* default big (3rd box) */
.box-area .box.active-slider {
  flex: 3;
}

/* hover logic */
.box-area:hover .box {
  flex: 0.7;
}

.box-area .box:hover {
  flex: 3;
}

/* image */
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.box:hover img,
.box.active-slider img {
  transform: scale(1.05);
}

/* 🔥 ICON */
.box i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: #fff;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
  z-index: 3;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 50px;
}

/* 🔥 HEADING */
.box h4 {
  position: absolute;
  top: 24px;
  left: 24px;
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 3;
  font-family: lato;
  font-weight: 700;
  text-transform: capitalize;
}
.box{
    position: relative;
    overflow: hidden;
    height: 450px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

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

.box::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.9) 5%,
        rgba(0,0,0,0.5) 80%,
        rgba(0,0,0,0.1) 100%
    );
    z-index: 1;
}
.box h4{
    position: absolute;
    left: 20px;
    bottom: 30px;
    color: #fff;
    z-index: 2;
    transition: 0.4s;
}

.box p{
    position: absolute;
    left: 20px;
    right: 20px;
 /* bottom: -120px; */
    color: #fff;
    font-weight: 700;
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    font-size: 14px;
    line-height: 1.6;
    /* BLUR BLACK BACKGROUND */
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 14px;
    border-radius: 12px;
}
/* HOVER EFFECT */

.box:hover p{
    bottom: 20px;
    opacity: 1;
}

.box:hover h4{
    bottom: 140px;
}
/* 👇 show content on active / hover */
.box:hover i,
.box.active-slider i,
.box:hover h4,
.box.active-slider h4 {
  opacity: 1;
  transform: translateY(0);
}

/* overlay for readability */
.box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.box:hover::after,
.box.active-slider::after {
  opacity: 1;
}




@media (max-width: 500px) {
  .vertical-line {
    display: none;
  }

  .box h4 {
    font-size: 12px;
    left: 12px;
  }

  .box i {
    font-size: 6px;
    padding: 7px 8px;
  }

  .box-area {
    display: flex;
    flex-direction: row;
    height: 260px;
  }

  .box {
    flex: 1;
    transition: flex 0.5s ease;
  }

  /* ONLY active one expands */
  .box.active-slider {
    flex: 3;
  }

  /* content visible */
  .box h2,
  .box i {
    opacity: 1;
    transform: translateY(0);
  }

  .box::after {
    opacity: 1;
  }
}



/* **** Our AI Development Services End *****  */


/* @@@@@@@@@@@@@@@@@@@@@  blog section css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@ */
.blogSection {
  padding: 20px 0;
}

.blogSection h3 {
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

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

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  min-height: 200px;
}

.blog-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
}

.blog-card h5 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #fff;
  background-color: #08123c;
  padding: 10px 14px;
  border-radius: 6px;
  display: inline-block;
}

.blog-card p {
  font-size: 17px;
  color: #111;
  font-family: Roboto;
  font-weight: 600;
  padding: 10px 0;
}

.blog-card span {
  font-size: 14px;
  color: #333;
  font-family: Roboto;
  font-weight: 600;
  padding: 10px 0;
}

/* Nav Buttons */
.blog-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  margin: 0 6px;
  background: linear-gradient(90deg, #724fff, #d873ff, #dd00b8);
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.blog-nav button:hover {
  opacity: 0.85;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ blog section css end here @@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@ get in touch section css start from here @@@@@@@@@@@@@@@@@@@ */
.getInTouch {
  /* background: url(../images/getintouch/getintochBackground.png); */
  /* background-image: url(../images/getintouch/GETINTOUCHiMAGE.png); */
  background-image:
    url("../images/getintouch/getintochBackground.png");
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  height: 200px;
  background-position: bottom;
}

.bg-image-box {
  background-image: url(../images/getintouch/GETINTOUCHiMAGE.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 200px;
  height: 200px;
}

.getInTouchContent {
  padding: 20px;
}

.getInTouchContent h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: poppins;
  line-height: 40px;
  font-weight: 700;
}


.getInTouch2 {
  padding: 30px 0;
}

.getInTouchContent2 {
  background: url(../images/cta-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 20px;
}

.getInTouchContent2 h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: poppins;
  line-height: 40px;
  font-weight: 700;
}


.Getarrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  color: #08123c;
  /* padding: 10px 10px 10px 22px; */
  padding: 5px 10px 5px 22px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Right Circle */
.Getarrow-btn .arrow-circle {
  width: 36px;
  height: 36px;
  background: #2C1D66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.Getarrow-btn:hover {
  transform: translateY(-2px);
}

.Getarrow-btn:hover .arrow-circle {
  transform: translateX(4px);
}

/* @@@@@@@@@@@@@@@@@@@@@@@ get in touch section end here @@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ portfolio section css strat from here @@@@@@@@@@@@@@@@@@@@@@@@ */
.portfolioMain {
  padding: 20px 0;
}

.portfolioMain h3 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  /* padding-bottom: 10px; */
  padding-top: 15px;
  font-family: rubik;
  font-weight: 700;
}

/* Portfolio Specific Styles */
.portfolio-wrapper {
  position: relative;
  width: 100%;
  /*padding: 80px 0;*/
  /*background: #0f0f1a; */
  overflow: hidden;
}

.portfolio-nav-menu {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  padding: 15px 30px;
  border-radius: 50px;
  display: flex;
  gap: 20px;
  width: max-content;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
}

.portfolio-nav-item {
  padding: 12px 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.1);
  /*border: 2px solid transparent;*/
  text-transform: uppercase;
  font-size: 0.9rem;
  color: white;
  border: 1px solid white;
  transform: skew(-20deg);
  border: 1px solid transparent;
  border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
}

.portfolio-nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.portfolio-nav-item.active {
  background: linear-gradient(to right, #6f42ec, #f61fda);
  transform: skew(-20deg) !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid white !important;
  /*border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;*/
  /*border-color: #fff;*/
  transform: scale(1.05);
}

.portfolio-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.portfolio-section {
  position: absolute;
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-section.active {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-slide-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-first-div {
  width: 90%;
  max-width: 1140px;
  height: 440px;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide1.png');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin: auto;
  padding: 3rem;
  color: #fff;
  text-align: left;
  border-radius: 20px;
  border: 2px solid #fff;
}



/* .portfolio-four { */
.portfolio-first-content h6 {
  font-size: 20px;
  line-height: 1.4;
}

.portfolio-first-content h5 {
  font-weight: 900;
}

.portfolio-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  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-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vertical-line {
  width: 1px;
  background: grey;
  height: 55px;
  margin: 0 20px;
}

/* Background variations */
.portfolio-sec {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.portfolio-sec-two {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide3.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-sec-three {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide3.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-third {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide4.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-four {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide5.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-five {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url('../images/portfolio/slide2.jpg');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .portfolio-first-div {
    height: 500px;
    padding: 2rem;
  }

  .portfolio-nav-menu {
    flex-wrap: wrap;
    padding: 10px;
  }
}


/* Active state */
.portfolio-nav-item.active {
  color: white;
}

/* Down Arrow */
.portfolio-nav-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 8px;
  height: 5px;
  background-color: white;
  border-radius: 0px 0px 20px 20px;
  animation: halfCircleFade 0.3s ease;
}

/* Animation */
@keyframes arrowFade {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}




/* new portfolio sec  */
.portfolioMainSec{
  padding: 70px 0;
}
.portfolioMainSEcImage{
  background: #f1f1f1f5;
  padding: 30px;
  border-radius: 20px;
  /* height: 450px; */
  height: 390px;
  margin-top: 40px;
}
.yellowBox{
  background: #EDF7BD;
}
.pinkBox{
  background: #FFDBFD;
}
.greenBox{
  background: #C7EABB;
}
.blueBox{
  background: #BBE0EF;
}
.yellowSHeading{
  /* color: #FFDE42; */
  color: #c5d190;
}
.pinkSHeading{
  /* color: #FE9EC7; */
  color: #f1c0ee;
}
.greenSHeading{
  /* color: #6FAF4F; */
  color: #ade19b;
}
.blueSHeading{
  /* color: #76D2DB; */
  color: #a6daef;
}
.portfolioMainSEcImage img{
  /* width: 365px; */
  /* margin-top: -100px; */
  margin-top: -110px;
}
.portfolioMainSecContent{
  padding-top: 50px;
  padding-left: 30px;
}
.portfolioMainSecContent h3{
  /* color: #fff; */
  /* color: #ff4ecd; */
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 10px 0;
  font-family: 'Carattere', cursive;
}
.portfolioMainSecContent h2{
  color: #fff;
  font-size: 16px;
  /* padding: 10px 0; */
  font-weight: 500;
  font-family: poppins;
  line-height: 25px;
}
.portfolioMainSecContent p{
  font-size: 14px;
}
.portfolioMainSecContent ul li{
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}
.portfolioMainSecContent h2 span{
 /* background: #FFD45A !important; */
  color: #111;
  padding: 0 10px;
  font-family: "Merriweather, serif";
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}




.portfolioMainSecContentLeft{
  padding-top: 40px;
}
.portfolioMainSecContentLeft h3{
   /* color: #fff; */
  /* color: #ff4ecd; */
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 3px;
  padding: 10px 0;
  font-family: 'Carattere', cursive;
}
.portfolioMainSecContentLeft h2{
  color: #fff;
  font-size: 16px;
  padding: 10px 0 5px;
  font-weight: 500;
  font-family: poppins;
  line-height: 25px;
}
.portfolioMainSecContentLeft ul li{
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}
.portfolioMainSecContentLeft p{
  font-size: 14px;
}
.portfolioMainSecContentLeft h2 span{
 /* background: linear-gradient(to right, #ff4ecd, #7b5cff); */
  color: #111;
  padding: 0 10px;
  font-family: "Merriweather, serif";
  font-size: 30px;
  font-weight: 600;
   line-height: 45px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ portfolio section css end here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ information Details section css start from here @@@@@@@@@@@@@@@@@@ */
.infoDetails {
  background: #fff;
  padding: 30px 0 5px 0;

}

.infoDetailsInner img {
  width: 185px;
  margin-top: 20px;
}

.infoDetailsInner h6 {
  color: #111;
  font-family: Rubik;
  font-weight: 600;
  font-size: 18px;
}

.infoDetailsInner p {
  font-size: 14px;
  font-weight: 500;
  font-family: poppins;
  color: #333;
  padding-top: 10px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ information Details section end from 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 @@@@@@@@@@@@@@@@@@@@@@@@@@@ */




/* @@@@@@@@@@@@@@@@@@@@@@@@@ quote section css start from herew @@@@@@@@@@@@@@@@@ */
.quote-box {
  margin: 20px auto;
  padding: 40px 30px;
  border: 1px solid #dddddd5b;
  /* border-radius: 8px; */
  /*text-align: center;*/
  color: #fff;
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 20px;
  height:95%;
}

.shield img {
  width: 25px;
}

.quote-box h2 {
  font-size: 30px;
  font-weight: bolder;
  text-align:center;
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
}

.quote-box i {
  color: #fff;
}

.availability h2 {
  font-weight: 600;
  color: #fff;
  font-size: 18px !important;
  text-align: left !important;
}

.availability div {
  font-size: 14px;
  color: #fff;
}


.sub {
  color: white;
  text-align:center;
  margin-bottom: 25px;
  font-size: 18px;
}

.input-group {
  position: relative;
  /* margin-bottom: 15px; */
  margin-bottom: 27px;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 14px 12px 14px 42px;
  /* border-radius: 8px; */
  background: #fff;
  font-size: 14px;
  border-radius: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  color: #fff;
}

.input-group input,
.input-group select,
.input-group textarea::placeholder {
  color: #ddddddb0;
}

.input-group textarea {
  height: 70px;
  resize: none;
}

.input-group input,
.input-group select,
.input-group textarea {
  width: 100%;
  padding: 10px 12px 10px 42px;
  /* border-radius: 8px; */
  background: none;
  border: 1px solid #a95ddf85;
  font-size: 14px;
  border-radius: 10px;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.input-group select option {
  background: #2b252d;
}

.input-group textarea {
  height: 70px;
  resize: none;
}

.custom-select {
  position: relative;
}

.custom-select select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 45px;
  /* left icon space */
  padding-right: 45px;
  /* right arrow space */
  border-radius: 10px !important;
}

.custom-select .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select .dropdown-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #777;
}

.input-group .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #555;
}

.textarea-group .icon {
  top: 25px;
}

.sub-centered-explore-btn3 button {
  /* border: none;
  position: relative;
  text-align: center;
  color: white; */

  display: inline-block;
  color: #fff;
  font-size: 15px;
  background: linear-gradient(90deg, #724fff 0%, #d873ff 50%, #dd00b8 100%);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transform: skew(-20deg);
  border: none;
}

.sub-centered-explore-btn3 button: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);
}

.sub-centered-explore-btn32 button {
  background: linear-gradient(90deg, #724fff 0%, #d873ff 50%, #dd00b8 100%);
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
}

.sub-centered-explore-btn32 button:hover {
  box-shadow:
    0 0 2px rgba(114, 79, 255, 0.5),
    0 0 8px rgba(216, 115, 255, 0.55),
    0 0 14px rgba(221, 0, 184, 0.45);
}

.sub-centered-explore-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@ quote section css end here @@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@ testimonial section css start from here @@@@@@@@@@@@@@@@@@@@@@@ */
/* Force dots to be visible */
.testimonial-section .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.testimonial-section .owl-dot span {
  width: 12px;
  height: 12px;
  background: #aaa;
  /* visible color */
  display: block;
  border-radius: 50%;
  margin: 5px;
  transition: 0.3s;
}

.testimonial-section .owl-dot.active span {
  background: #ff00c8;
  /* active dot color */
}


.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #555;
  text-transform: uppercase;
}

.section-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.section-header p {
  max-width: 600px;
  margin: 0 auto;
  color: #666;
  font-size: 16px;
}

.testimonial-slider {
  position: relative;
  /* overflow: hidden; */
  margin: 0 auto;
}

.testimonial-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.testimonial-group {
  display: flex;
  min-width: 100%;
  gap: 30px;
  /* padding-top: 40px;
            position: relative; */
}

.top-icon {
  padding-top: 40px;
  position: relative;
}

.testimonial-slide {
  flex: 1;
  padding: 40px;
  background-color: rgba(128, 128, 128, 0.2);
  ;
  border: 1px solid #FFFFFF33;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  min-height: 390px;
  position: relative;
  overflow: visible !important;
}



/* .testimonial-slide .owl-carousel.owl-drag .owl-item{
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 40px 0 0px !important;
   overflow: visible !important;
} */
.testimonial-section {
  overflow-x: hidden;
}

.testimonial-section .owl-stage-outer {
  overflow: visible !important;
}

/* Owl item should not clip */
/* 3️⃣ Allow card to let image escape */
/* ✅ ONLY testimonial section carousel */



.stars {
  margin-bottom: 20px;
  font-size: 24px;
  color: white;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: white;
  text-align: justify;
}

.client-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.client-avatar img {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background-color: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
  color: #6c757d;
  font-size: 20px;

}

.client-details h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.client-details p {
  color: white;
  font-size: 14px;
}

.slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.slider-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-dot.active {
  background: linear-gradient(to right, #6f42ec, #f61fda);
}

.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  display: none;
}

.arrow {
  background-color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}

.arrow:hover {
  background-color: #f0f0f0;
}

/* Mobile view - single column */
@media (max-width: 768px) {
  .resultOriented {
    padding: 30px 0;
  }

  .testimonial-group {
    flex-direction: column;
  }

  .section-header h1 {
    font-size: 28px;
  }

  .testimonial-slide {
    padding: 30px 20px;
  }

  .testimonial-text {
    font-size: 16px;
  }
}

/* .test-img {
  position: absolute;
  top: -30px;          
  right: 30px;       
  height: 100%;
   z-index: 10;         
  pointer-events: none;
} */

.test-img {
  position: absolute;
  top: -30px;
  right: 0px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 2;
}

.test-img img {
  width: 80px !important;
}


.testimonial-section {
  max-width: 1200px;
  margin: 0 auto;
  /*background-color: #14050b;*/
  padding: 60px 20px;
  position: relative;
  /* This is important to position the image relative to the section */
}

.testimonial-section img {
  width: 60px;
  height: auto;
  /*border-radius: 50%;*/
}

.client-avatar img {
  border-radius: 50%;
}

.verified {
  position: relative;
  /* right: -130px; */
  color: white;
  font-size: 12px;
  display: flex;
}

/* .verified img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
} */

/* tick icon */
.verified span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url("../images/testimonial/verfied.png") no-repeat center;
  background-size: contain;
}

.verified span {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 500;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  color: rgb(221, 218, 218);
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr .hr-tag {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}



.testimonialMain {
  padding-top: 50px;
}

.testimonialMain h2 {
  color: #fff;
  text-transform: capitalize;
  font-family: Rubik;
  font-weight: 500;
  /* line-height: 20px; */
  font-size: 35px;
}

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

/* @@@@@@@@@@@@@@@@@@@@@@@@@@ testimonial section css end here @@@@@@@@@@@@@@@@@@@@@@@@ */


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ technology section css start from here @@@@@@@@@@@@@@@ */
.technology-section {
  padding: 20px 0 30px;
  /* background: linear-gradient(
    135deg,        
    #3b1a36ab 0%,    
    #150e19 100%   
); */
}

.tech-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

.technology-section h2 {
  font-size: 32px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

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

/* LEFT */
.tech-left {
  width: 45%;
}

.tech-left h5 {
  color: #b7b7ff;
}

.tech-left h2 span {
  color: #ff4fd8;
}

.tech-buttons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-columns: 1fr; */
  gap: 15px;
}

/* .tech-btn {
  height: 47px !important;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #883e7d;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: Rubik;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: left;
} */
.tech-btn{
    position: relative;
    width: 100%;
    min-height: 47px;
 height: 60px !important;
    padding: 14px 20px;
    border-radius: 14px;

    border: 1px solid rgba(186, 104, 255, 0.35);

    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);

    cursor: pointer;

    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #fff;

    text-align: left;

    transition: all 0.35s ease;

    overflow: hidden;
}

/* TOP LIGHT EFFECT */
.tech-btn::before{
    content: "";
    position: absolute;

    top: -40px;
    left: -40px;

    width: 120px;
    height: 120px;

    background: rgba(255, 0, 200, 0.12);

    border-radius: 50%;

    filter: blur(25px);

    transition: 0.4s ease;
}

/* HOVER */
.tech-btn:hover{
    transform: translateY(-3px);

    border-color: rgba(255, 0, 200, 0.6);

    background: linear-gradient(
        135deg,
        rgba(255, 0, 200, 0.14),
        rgba(128, 0, 255, 0.16)
    );

    box-shadow:
        0 10px 25px rgba(0,0,0,0.25),
        0 0 20px rgba(186, 104, 255, 0.25);
}

/* HOVER GLOW MOVE */
.tech-btn:hover::before{
    top: -20px;
    left: 20px;
}

/* ACTIVE BUTTON */
.tech-btn.active{
    background: linear-gradient(
        135deg,
        #ff00c8,
        #7b2ff7
    );

    border-color: transparent;

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


.tech-btn h3 {
  text-align: center !important;
  font-size: 16px;
}

.tech-btn p {
  text-align: left;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
}

/* .tech-btn.active {
  color: #fff;
  border: 2px solid transparent;
    border-image: linear-gradient(90deg, #724fff 0%, #d873ff 50%, #dd00b8 100%);
    border-image-slice: 1;
    text-transform: uppercase;
    background: none;
    border-radius: 8px !important;
} */
.tech-btn.active {
  width: 100%;
  display: block;
  background: #fff !important;
  /* text-transform: uppercase; */
  /* background: url(../images/technology/technology-btn.png) center no-repeat; */
  background-size: 100% 100%;
  border-radius: 8px;
  /* min-height: 56px; */
  color: #000;
  height: 47px !important;
}

.tech-btn.active h3 {
  color: #662255;
}


/* RIGHT */
.tech-right {
    margin-top: 20px;
  width: 50%;
  display: flex;
  justify-content: center;
}

.main-tech {
  position: relative;
  width: 420px;
  height: 420px;
}

/* CIRCLES */
.big-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  /* border: 2px solid rgba(255, 255, 255, 0.6); */
  /* 👈 visible circle */

  animation: rotate 25s linear infinite;
}

.circle {
  position: absolute;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;

  border: 2px solid rgba(255, 255, 255, 0.4);
  /* 👈 visible circle */

  animation: rotateReverse 18s linear infinite;
}

/* ICON */
.icon-block {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-block img {
  width: 60%;
  animation: Rotate-reverse 20s linear infinite;
}

/* CENTER */
.center-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-content img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

/* ANIMATIONS */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateReverse {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

/* @@@@@@@@@@@@@@@@@ technology section end here @@@@@@@@@@@@@@@@@@@@@@@@@ */

/* new feature design  */
.newKeyFeatureDesign{
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}
.newKeyFeatureDesign i{
  padding: 10px 12px;
  border: 1px solid #ff2ebd;
  font-size: 13px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.newKeyFeatureDesign p{
    margin: 0;
}



/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image img {
    margin: 40px auto 0;
  }

  .stats {
    justify-content: center;
    flex-wrap: wrap;
  }

  nav {
    display: none;
  }
}

/* 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;
  }
}















/* =========================================================
   GLOBAL RESPONSIVE FIXES
========================================================= */

/* Prevent horizontal scroll on all devices */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}


/* =========================================================
   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 {
      padding: 50px 0px;
    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 h3 span {
    font-size: 27px;
  }
  .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 h3 {
    font-size: 22px;
  }
  .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;
  display: 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;
      text-transform: initial;
}

.contactPageBanner h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}

.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/how-we-work.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: 20px;
}

.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;
  flex-wrap: wrap;
  justify-content: start;
  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:hover {
  /* box-shadow: 0 0 40px rgba(255, 255, 255, 0.6); */
  box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 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;
}



/* 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%;
  transform: rotate(-5deg);
  transition: 0.4s ease;
}

.historyTextBox {
  flex: 1;
}

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

  margin-bottom: 20px;
  transition: 0.3s ease;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  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;
} */

.experienceBox {
  padding: 50px 0;
}

.expBoxInnerBox {
  /* border: 1px solid #dddddd48; */
  padding: 20px;
  height: 190px;
  border-radius: 7px;
  border: 1px solid;
  border-image: linear-gradient(to right, #ff4ecd, #7b5cff) 1;
}

.expBoxInnerBox h6 {
  font-size: 28px;
  font-weight: 600;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding: 10px 0;
}

.expBoxInnerBox p {
  font-size: 13px;
  color: #fff;
}

.expBoxInnerBox2 {
  /* border: 1px solid #dddddd48; */
  padding: 20px;
  height: 190px;
  /* border-radius: 7px; */
  border: 1px solid;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
}

.expBoxInnerBox2 h6 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
}

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


/* =========================
   JOURNEY VISION
========================= */

.journeyVision {
  height: 100vh;
  position: relative;
  padding: 20px 0;
}

.journeyVision-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8%;
  overflow: hidden;
}

.journeyVision-text span {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Golos Text', sans-serif;
}

.journeyVision-text {
  font-size: 45px;
  line-height: 1.8;
  color: #fff;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  font-family: 'Golos Text', sans-serif;
}





/* ----------------------------- resources page css start from here ----------------------------- */
/* SECTION BACKGROUND */
.meltanoHeroSection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

/* WRAPPER */
.meltanoHeroWrapper {
  width: 85%;
  position: relative;
}

/* GLASS CARD */
.meltanoGlassCard {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* LEFT */
.meltanoLeft {
  flex: 1;
}

.meltanoCodeBox {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 15px;
  color: #00ffcc;
  font-family: monospace;
  font-size: 14px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

/* RIGHT */
.meltanoRight {
  flex: 1;
  color: white;
}

.meltanoRight h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.meltanoRight p {
  color: #bbb;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* BUTTON */
.meltanoBtn {
  padding: 14px 35px;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: white;
  transition: 0.4s;
}

.meltanoBtn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(123, 92, 255, 0.4);
}

/* FLOATING CUBES */
.meltanoCube {
  width: 70px;
  height: 70px;
  position: absolute;
  background: linear-gradient(45deg, #ff4ecd, #7b5cff);
  border-radius: 15px;
  animation: floatCube 6s ease-in-out infinite;
  filter: blur(5px);
  opacity: 0.6;
}

.cube1 {
  top: -20px;
  left: -20px;
}

.cube2 {
  bottom: -20px;
  right: -20px;
  animation-delay: 2s;
}

@keyframes floatCube {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(20deg);
  }
}

/* RESPONSIVE */
@media(max-width:992px) {
  .meltanoGlassCard {
    flex-direction: column;
    text-align: center;
  }
}


/* @@@@@@@@@@@@@@@@@@ terms and conditions page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.termsAndConditionContent{
  padding: 30px 0;
}
.termsAndConditionContent h2{
  font-size: 23px;
  font-weight: 600;
  padding-top: 25px;
}
.termsAndConditionContent p{
  font-size: 15px;
  font-weight: 300;
}
.termsAndConditionContent ul li{
  font-size: 15px;
  font-weight: 300;
  padding: 5px 0;
}
.termsAndConditionContent span{
  font-size: 32px;
  font-weight: 700;
  color: #ff4ecd;
}
.termsAndConditionContent a{
  font-size: 15px;
  font-weight: 300;
  color: #ff4ecd;
}
.termsAndConditionContent h3{
  font-size: 19px;
  font-weight: 600;
  padding-top: 25px;
}





/* error 404 page css code  */
.errorImage{
  padding: 150px 0 70px;
}
.errorImage img{
  width: 500px;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ career page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* image sec  */
.imageGrowSection {
  position: relative;
  padding: 20px 0 50px;
}

.imageWrapper {
  overflow: hidden;
  transition: all 0.4s ease;

  display: flex;
  justify-content: center;
}

.imageWrapper img {
  width: 75%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-out;
  border-radius: 20px;
}

/* career marquee sec */
/* ===== Section ===== */
.careerMarqueeSection {
  /* background: #000; */
  padding: 80px 0;
  overflow: hidden;
}

/* ===== Marquee Wrapper ===== */
.careerMarqueeWrapper {
  display: flex;
  width: max-content;
  animation: careerScrollMarquee 25s linear infinite;
}

/* ===== Card Design ===== */
.careerMarqueeCard {
  width: 350px;
  height: 415px;
  /* background: #1a1a1a; */
  background: rgba(255, 255, 255, 0.08);
  /* transparent white */
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  border: 1px solid rgba(255, 255, 255, 0.2);

  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);

  border-radius: 20px;
  /* padding: 25px; */
  margin-right: 25px;
  color: white;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.4s ease;
}

.careerMarqueeCard:hover {
  transform: translateY(-10px);
  border-color: #7b5cff;
}


.careerMarqueeCardHeading {
  display: flex;
  width: 100%;
  padding: 20px;
  gap: 15px;
  align-items: center;
}

/* Card Content */
.careerMarqueeCard h2 {
  font-size: 40px;
  font-weight: 700;
}

.careerMarqueeCard h6 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.7;
  /* padding: 0 20px; */
}

.careerMarqueeCard p {
  font-size: 14px;
  opacity: 0.7;
  padding: 0 20px;
}

/* Image */
.careerMarqueeCard img {
  width: 100%;
  /* border-radius: 15px; */
  margin-top: 10px;
  height: 250px;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* ===== Animation ===== */
@keyframes careerScrollMarquee {
  0% {
    transform: translateX(0);
  }

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

/* job openings section   */
.careerJobOpenings {
  padding: 40px 0;
}

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

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

.jobOpeningCard {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
  margin-top: 20px;
  /* background: rgba(255, 255, 255, 0.08);  */
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 0 10px rgba(255, 255, 255, 0.05);
}

.jobOpeningCard h3 {
  font-size: 20px;
}

.jobOpeningCard ul {
  padding: 0 !important;
}

.jobOpeningCard ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
}

.jobOpeningCard ul li i {
  margin-right: 10px;
  font-size: 10px;
}
.jobOpeningCard ul li a{
  color: #fff;
  text-decoration: none;
}

.jobOpeningApplyNow {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 13px;
}

.jobOpeningCardEmailIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s ease;
  position: absolute;
  bottom: 42px;
  right: 10px;
}

.jobOpeningCardEmailIcon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(123, 92, 255, 0.4);
}

.jobOpeningCard-phoneIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  bottom: 80px;
  right: 10px;
}

.jobOpeningCard-phoneIcon:hover {
  transform: scale(1.1);
}

.jobOpeningCard-phoneList {
  position: absolute;
  top: 25px;
  right: 0;
  background: white;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 170px;
}

.jobOpeningCard-phoneIcon:hover .jobOpeningCard-phoneList {
  display: block;
}

.jobOpeningCard-phoneList a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 6px;
}

.jobOpeningCard-phoneList a:hover {
  color: #7b5cff;
}

/* countless oppotunities sec */
.countlessOpportunities {
  padding: 40px 0;
}

.countlessOpportunities h2 {
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
  line-height: 40px;
  max-width: 1150px;
  text-align: center;
  margin: 0 auto;
}

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

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

.COTwo h3 span {
  font-size: 45px !important;
}

.countlessOpportunities p {
  line-height: 27px;
  font-size: 15px;
  color: #ddd;
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}

/* care team section  */
.careTeam {
  padding: 30px 0;
}

.careTeam h3 {
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-family: rubik;
  font-weight: 700;
}

.careTeam h3 span {
  font-size: 45px !important;
  font-family: 'Carattere', cursive;
}

.careTeamBox {
  padding: 30px;
  margin: 0;
  /* background: rgba(255, 255, 255, 0.08); */
  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%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-radius: 20px; */
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); */
  transition: all 0.4s ease;
}

.careTeamBox p {
  font-size: 13px;
  padding-top: 30px;
}

.wellnessIcon {
  width: 60px;
  height: 60px;
  background: none;
  /* border: 1px solid #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 78, 205, 0.3),
    0 0 30px rgba(123, 92, 255, 0.2);
  margin: auto;
}

.wellnessIcon img {
  width: 100%;
  border-radius: 50%;
  fill: white;
  /* animation: heartbeat 1.9s infinite ease-in-out; */
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}


/* bina bt ka image section css start from here  */
.binabtKaImageLeft {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.binabtKaImageLeft .mainImg {
  width: 100%;
  border-radius: 20px;
  display: block;
  /* height: 450px; */
}

.binabtKaImageLeft .smallImg {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 45%;
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

.binabtKaImageLeft .smallImg2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 45%;
  border-radius: 20px;
  border: 6px solid #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}


/* recruitment process section  */
.recruitmentSection {
  padding: 80px 0;
}

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

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

.processWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.sideRecruitment {
  width: 30%;
}

.processItem {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.leftSide .processItem {
  justify-content: flex-end;
}

.rightSide .processItem {
  justify-content: flex-start;
}

.contentRecruitment {
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff;
  width: 230px;
  font-size: 13px;
}

.contentRecruitment h3 {
  font-size: 14px;
  margin-bottom: 5px;
}


.iconRecruitment {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin: 0 15px;
}

/* COLORS */

.green {
  background: #fff;
  color: #111;
}

.blue {
  background: #fff;
  color: #111;
}

.purple {
  background: #6c5ce7;
}

.yellow {
  background: #fff;
  color: #111;
}

.orange {
  background: #fff;
  color: #111;
}

.red {
  background: #e74c3c;
}

.greenBg {
  background: #F150D2;
}

.blueBg {
  background: #B456E9;
}

.purpleBg {
  background: #6c5ce7;
}

.yellowBg {
  background: #7D5CFF;
}

.orangeBg {
  background: #A258F1;
}

.redBg {
  background: #e74c3c;
}

/* CENTER CIRCLE */

.centerCircle {
  position: relative;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ringRecruitment {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  /* background:conic-gradient(
        #27ae60 0 90deg,
        #3498db 180deg 120deg,
        #6c5ce7 270deg 180deg,
        #f1c40f 360deg 240deg,
        #e67e22 240deg 300deg,
        #e74c3c 300deg 360deg
    ); */
  /* background: conic-gradient(
    #ff4ecd, #7b5cff 0deg 90deg,
    #FF9DF0 90deg 180deg,
    #9992E0 180deg 270deg,
    #CA9AE4 270deg 360deg
); */
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
}

.centerText {
  position: absolute;
  width: 160px;
  height: 160px;
  background: linear-gradient(#150e19, #3b1a36, #0c040a, #150e19);
  /* background:#fff; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@ life  at maxtra @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.lifeMWhyMaxtra {
  padding: 40px 0;
}

.lifeMWhyMaxtra h2 {
  font-size: 20px;
}

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

.lifeMCard {
  border-radius: 20px;
  padding: 30px;
  /* background: #f4f4f4; */
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);

}

.lifeMImage {
  width: 500px;
  border-radius: 15px;
}

.lifeMContentBox {
  padding: 20px;
}

.lifeMHeading {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.lifeMText {
  font-size: 16px;
  line-height: 26px;
  color: #ddd;
}

.lifeMIndicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff4ecd;
}

.lifeMIndicators .active {
  background-color: #7b5cff;
}

.lifeMWhyMaxtra .carousel-indicators {
  bottom: -60px;
}



/* 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);
  }
}



/* core values  */
.ourCoreValues {
  padding: 30px 0;
}

.ourCoreValues h2 {
  font-size: 37px;
  font-weight: 600;
  padding-bottom: 20px;
}

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


/* our values cards  */
.ourCoreValuesCard {
  position: relative;
  padding: 40px 25px;
  border-radius: 20px;
  background: linear-gradient(145deg, #111, #1a1a1a);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

/* Glass glow border effect */
.ourCoreValuesCard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Hover Effect */
.ourCoreValuesCard:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(123, 92, 255, 0.25);
}

/* Number Styling */
.ourCoreValuesCard_number {
  font-size: 60px;
  font-weight: 800;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.15;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Content */
.ourCoreValuesCard_content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.ourCoreValuesCard_content p {
  font-size: 14px;
  line-height: 1.5;
  color: #cfcfcf;
  margin: 0;
  padding-top: 30px;
  text-align: justify;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ testimonials page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.testimonialsPageCardSec {
  padding: 20px 0 50px;
}

.downT {
  margin-top: 60px;
}

.testimonialPageCard {
  background: #f3f4f6;
  padding: 28px;
  border-radius: 18px;
  /* height: 100%; */
  transition: 0.3s ease;
}


.testimonialPageCard:hover {
  transform: translateY(-5px);
}

.testimonialTags {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.testimonialPageCard .tag {
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #333;
  font-weight: 500;
}

.testimonialPageCard .tag i {
  font-size: 12px;
  color: #662255;
}

.testimonialText {
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  margin-bottom: 25px;
}

.testimonialProfile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonialProfile img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonialProfile h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #111;
}

.testimonialProfile span {
  font-size: 12px;
  color: #666;
  line-height: 18px;
}


/* @@@@@@@@@@@@@@@@@@@@@@@@@@ how we work page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

.pdcSection {
  padding: 30px 0;
  background: url(../images/how-we-work/1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.pdcSection h2 {
  font-size: 45px;
  font-weight: 400;
}

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

.pdcSection h2 {
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 20px;
}

.pdcSection p {
  max-width: 650px;
  text-align: justify;
}
.pdcSection ul{
  font-size: 15px;
}
.pdcSection ul li{
  font-size: 15px;
}


/* process section  */
.OurProcessSec {
  padding: 30px 0;
  position: relative;
}

.OurProcessSec_heading {
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 50px;
}

.OurProcessSec_heading span {
  font-family: 'Carattere', cursive;
  font-size: 40px;
}

.OurProcessSec_wrapper {
  position: relative;
  height: 380px;
}

/* Curved Line */
.OurProcessSec_path {
  position: absolute;
  width: 100%;
  height: 100%;
}

.OurProcessSec_path path {
  fill: none;
  stroke: #e0e6ff;
  stroke-width: 4;
  stroke-dasharray: 8 8;
}

/* Step Design */
.OurProcessSec_step {
  position: absolute;
  background: #fff;
  padding: 20px 25px;
  border-radius: 50px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.3s;
}

.OurProcessSec_step span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #150e19;
}

.OurProcessSec_step h4 {
  font-size: 14px;
  margin: 5px 0 0;
  color: #ff4ecd;
}

.OurProcessSec_step:hover h4 {
  color: #fff;
}

/* Positioning Steps Along Curve */
.step1 {
  top: 170px;
  left: 60px;
}

.step2 {
  top: 60px;
  left: 170px;
}

.step3 {
  top: 250px;
  left: 265px;
}

.step4 {
  top: 120px;
  left: 410px;
}

.step5 {
  top: 220px;
  left: 525px;
}

.step6 {
  top: 5px;
  left: 630px;
}

.step7 {
  top: 120px;
  left: 775px;
}

.step8 {
  top: 0px;
  left: 875px;
}

.step9 {
  top: 170px;
  left: 955px;
}

/* Hover Effect */
.OurProcessSec_step:hover {
  transform: translateY(-8px);
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
}

.OurProcessSec_step:hover span {
  color: #fff;
}

.snakeProcessSection {
  padding: 40px 0;
}

.snakeTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
}

.snakeWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 60px;
  position: relative;
}

/* STEP CARD */
.snakeStep {
  width: 220px;
  background: #161616;
  padding: 20px 15px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

/* Alternate up-down */
.snakeStep:nth-child(odd) {
  transform: translateY(-25px);
}

.snakeStep:nth-child(even) {
  transform: translateY(25px);
}

/* Number Circle */
.snakeNumber {
  width: 40px;
  height: 40px;
  border: 2px solid #ff4ecd;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4ecd;
  font-weight: bold;
  transition: 0.3s;
}

.snakeStep p {
  color: #ccc;
  font-size: 14px;
  margin: 0;
}

/* Arrow Connector */
.snakeStep::after {
  content: "➜";
  position: absolute;
  right: -38px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff4ecd;
  font-size: 22px;
}

.snakeStep:last-child::after {
  display: none;
}

/* Hover */
.snakeStep:hover {
  background: linear-gradient(145deg, #ff4ecd, #7b5cff);
  transform: translateY(0);
  box-shadow: 0 15px 35px rgba(255, 78, 205, 0.4);
}

.snakeStep:hover .snakeNumber {
  background: #fff;
  color: #7b5cff;
  border: none;
}

.snakeStep:hover p {
  color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
  .snakeStep {
    width: 100%;
    transform: none !important;
  }

  .snakeStep::after {
    display: none;
  }
}

.nine {
  margin-top: 50px;
}

/* language section  */
.languagesToolsFramework {
  padding: 20px 0;
}

.languagesToolsFramework h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}

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

.ltfBox {
  /* background: rgba(255, 255, 255, 0.05); */
  background: #060118;
  padding: 20px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 260px;
}

.ltfBox:hover {
  transform: translateY(-7px);
}

.ltfBox h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
}

.ltfBox ul {
  padding: 0 !important;
}

.ltfBox ul li {
  list-style: none;
  padding: 3px 0;
  font-size: 14px;
}

.ltfBox ul li i {
  font-size: 12px;
  margin-right: 7px;
}

.ltfBox2 {
  background: #ddd;
  padding: 20px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 260px;
}

.ltfBox2:hover {
  transform: translateY(-7px);
}

.ltfBox2 h3 {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.ltfBox2 ul {
  padding: 0 !important;
}

.ltfBox2 ul li {
  list-style: none;
  padding: 3px 0;
  font-size: 14px;
  color: #111;
}

.ltfBox2 ul li i {
  font-size: 12px;
  margin-right: 7px;
}

/* recognized section css  */
.recognizedSec {
  padding: 20px 0;
}

.recognizedSec h3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 20px;
}

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


.logo-track2 img {
  /* background: yellow; */
  width: 50px;
  height: 50px;
}
.logo-track21 img{
  width: 100px;
  height: 100px;
}

/* scrum sec css  */
.scrumCustomSection {
  padding: 20px 0 50px;
}

.scrumCustomSection h2 {
  font-size: 16px;
  font-weight: 700;
}

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

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

.scrumVerticalTabs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.scrumTab {
  /* background: #1c1c1c; */
  background: #dddddd23;
  border: 1px solid #ddd;
  padding: 12px 16px;
  color: #ccc;
  border-radius: 30px;
  text-align: left;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: 13px;
}

.scrumTab:hover,
.scrumTab.active {
  background: linear-gradient(135deg, #ff4ecd, #7b5cff);
  color: #fff;
  transform: translateX(8px);
}

/* DIAMOND */
.scrumDiamond {
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, #ff4ecd, #7b5cff);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  box-shadow: 0 0 25px rgba(123, 92, 255, 0.4);
}

.scrumDiamondContent {
  transform: rotate(-45deg);
  text-align: center;
  padding: 20px;
  color: #fff;
}

.scrumArrowRight,
.scrumArrowLeft {
  width: 60px;
  height: 2px;
  background: #ff4ecd;
  position: relative;
}

.scrumArrowRight::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -4px;
  border-left: 10px solid #ff4ecd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.scrumArrowLeft::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -4px;
  border-right: 10px solid #ff4ecd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.scrumLeftArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}

.scrumRightArea {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* WRAPPER */
.scrumTopRolesWrapper {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.scrumLeftContent h6 {
  font-size: 20px;
}

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

.scrumLeftContent ul li {
  font-size: 14px;
}

.scrumBOX {
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 25px;
}

/* MAIN CONTAINER */
.scrumTopRoles {
  background: #e9e9e9;
  border-radius: 60px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* EACH ROLE */
.scrumRoleBox {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #222;
  position: relative;
}

/* DIVIDER LINE */
.scrumRoleBox:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 1px;
  background: #bbb;
}

.scrumTopRoles {
  background: #e9e9e9;
  border-radius: 60px;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.scrumRoleBox {
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #222;
  position: relative;
}

.scrumRoleBox:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 1px;
  background: #bbb;
}



/* testimonial redesign card css  */

.testiCardNew {
  background: url(../images/testimonial/Group\ 1.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px;
  position: relative;
}

.imageTestiPerson {
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: -27px;
  left: 20px;
}

.testimonialTextNew {
  font-size: 12px;
  color: #fff;
  padding-top: 20px;
}

.skyCircle {
  width: 100px;
  position: absolute;
  top: -80px;
  right: 20px;
}



.testimonialsCardNew {
  background: url(../images/testimonial/Frame\ 23.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  width: 100%;
}

.testimonialsCardNew p {
  font-size: 10px;
  padding: 100px 40px;
}





.glassCard {
  position: relative;
  /* height: 300px;  */
  border-radius: 30px;
  overflow: visible;
}

/* Glass Main Box */
.glassContent {
  position: relative;
  height: 100%;
  border-radius: 30px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  padding: 15px;
}

/* Image Common Style */
.glassImg {
  position: absolute;
  width: 200px;
  z-index: 1;
  pointer-events: none;
}

/* Top Right */
.glassImg--top {
  top: -20px;
  right: 20px;
  width: 50px;
}

/* Bottom Left */
.glassImg--bottom {
  bottom: -20px;
  left: 20px;
  width: 50px;
}

.glassmaskImg {
  width: 80px;
}

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

.ClientImageName {
  display: flex;
  gap: 20px;
}

.ClientImage img {
  width: 50px;
  border-radius: 50%;
}

.ClientName h6 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ClientName p {
  font-size: 13px;
  color: #ddd;
  padding: 0;
}

.ClientName span {
  font-size: 12px;
  padding: 0 !important;
}

.CLientlocationImage {
  display: flex;
  justify-content: space-between;
}

.ClientImage2 img {
  width: 50px;
}

.testimonialTags .location {
  border: 1px solid #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
}

.testimonialTags .industry {
  border: 1px solid #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 30px;
}






/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ SERVICES @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* mobile app development page css start from here */
.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;
}

/* Left Line */
.fadeHeading::before {
  content: "";
  width: 140px;
  height: 1px;
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.7));
}

/* Right Line */
.fadeHeading::after {
  content: "";
  width: 140px;
  height: 1px;
  background: linear-gradient(to left,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.7));
}

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


.mobileAppSecOne {
  padding: 30px 0;
}

.mobileAppSecOne_imgWrapper {
  max-width: 450px;
}

/* Glass Effect Background DIV */
.mobileAppSecOne_glassBg {
  position: absolute;
  top: 30px;
  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(-10deg);
  z-index: 1;
}

/* Glass Tilted Background Image */
.mobileAppSecOne_imgBg {
  position: absolute;
  top: 20px;
  left: -30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-8deg);
  filter: blur(6px);
  opacity: 0.35;
  border-radius: 15px;
  z-index: 1;
}

/* Main Image */
.mobileAppSecOne_imgMain {
  position: relative;
  border-radius: 15px;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* Content */
.mobileAppSecOne_heading {
  font-weight: 700;
  font-size: 36px;
}

.mobileAppSecOne_line {
  width: 60px;
  height: 3px;
  background: #ff4ecd;
  margin: 15px 0 20px;
}

.mobileAppSecOne_text {
  color: #fff;
  margin-bottom: 20px;
}

.mobileAppSecOne_list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.mobileAppSecOne_list li {
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

.mobileAppSecOne_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ff4ecd;
  font-weight: bold;
}

/* Button */
.mobileAppSecOne_btn {
  background: #1b2a97;
  color: #fff;
  padding: 10px 28px;
  border-radius: 6px;
  transition: 0.3s;
}

.mobileAppSecOne_btn:hover {
  background: #0f1a6b;
  transform: translateY(-3px);
}

/* offered by maxtra section css  */
.madsOfferedByMaxtra {
  padding: 30px 0;
}

.madsOfferedByMaxtra h2 {
  text-transform: capitalize;
  font-family: Rubik;
  font-weight: 500;
  font-size: 28px;
}

.madsOfferedByMaxtra h2 span {
  font-family: 'Carattere', cursive;
  font-size: 42px;
  word-spacing: 5px;
}

/* SECTION */
.mobileappOfferedbymaxtra {
  /* background: #f9fafc; */
  padding: 10px 0 30px;
}

.madsSidebar {
  padding: 20px;
  border-radius: 10px;
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.15);
height: 530px;
}

.madsSidebar h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 0;
}

/* SIDEBAR */
.mobileappOfferedbymaxtra_sidebar {
  position: sticky;
  top: 100px;
  max-height: 430px;
  overflow-y: auto;
  padding: 15px;
  /* background: #ffffff; */
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}


/* BUTTON */
.mobileappOfferedbymaxtra_btn {
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 18px;
  border: none;
  /* background: #f1f3f5; */
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 8px;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 13px;
}

.mobileappOfferedbymaxtra_btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.mobileappOfferedbymaxtra_btn.active {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  color: #fff;
}
/*div*/
.marketing-row{
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 80px;
}

/* Desktop/Laptop Image */
.marketing-row img{
    width: 450px;       
    max-width: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

@media (max-width:768px){

    .marketing-row{
        flex-direction: column;
        gap: 30px;
    }

    .reverse{
        flex-direction: column-reverse;
    }

    .marketing-row img{
        width: 100%;
        max-width: 100%;
        margin: auto;
        display: block;
        border-radius: 15px;
    }
}
/*web-developement-page*/
.web-service-row{
    display:flex;
    align-items:center;
    gap:60px;
    margin-bottom:80px;
}

.web-service-row > div{
    flex:1;
}

.web-service-row img{
    width:450px;
    max-width:100%;
    border-radius:20px;
    object-fit:cover;
    display:block;
}

.web-service-row h2{
    font-size:32px;
    color:#ffffff;
    margin-bottom:18px;
}

.web-service-row p{
    font-size:16px;
    color:#d9d9d9;
    line-height:1.8;
}

@media(max-width:768px){

    .web-service-row{
        flex-direction:column;
        gap:30px;
        margin-bottom:50px;
    }

    .web-service-row.reverse{
        flex-direction:column-reverse;
    }

    .web-service-row img{
        width:100%;
        max-width:100%;
        margin:auto;
        border-radius:15px;
    }
}
/* RIGHT CONTENT */
.mobileappOfferedbymaxtra_tab {
  display: none;
  height: 380px;
}

.mobileappOfferedbymaxtra_tab.active {
  display: block;
}

.mobileappOfferedbymaxtra_image img {
  width: 100%;
  border-radius: 12px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.mobileappOfferedbymaxtra_box {
  background: rgba(255, 255, 255, 0.15);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  color: #fff;
  height: 210px;
}

.mobileappOfferedbymaxtra_box h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

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

/* Chrome, Edge, Safari */
.mobileappOfferedbymaxtra_sidebar::-webkit-scrollbar {
  width: 4px;
  /* 👈 scroll width patla */
}

.mobileappOfferedbymaxtra_sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.mobileappOfferedbymaxtra_sidebar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.mobileappOfferedbymaxtra_sidebar::-webkit-scrollbar-thumb:hover {
  background: #999;
}


/* Firefox */
.mobileappOfferedbymaxtra_sidebar {
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.mobileappOfferedbymaxtra_arrowDown {
  position: sticky;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding: 12px 15px;
  overflow: hidden;
}

/* Arrow Animation */
.mobileappOfferedbymaxtra_arrowDown i {
  font-size: 18px;
  color: #fff;
  animation: slideInRight 0.8s ease forwards, bounceDown 1.5s 1s infinite;
  transform: translateX(40px);
  opacity: 0;
}

/* Right se aane wali animation */
@keyframes slideInRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Subtle Down Bounce */
@keyframes bounceDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

.HeadingAndArrow {
  display: flex;
  justify-content: space-between;
}



/* work architech section css  */
.workArchitech {
  background: linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)), url(../images/services/mobile-app/bg5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
}

.workArchitech h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.workArchitech p {
  font-size: 15px;
  color: #ddd;
  padding: 10px 0;
}

.workArchitech a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 50px;
}

.workArchitech a:hover {
  box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 20px;
}

/* mobile app case studies section css  */
.mobileAppCaseStudies {
  padding: 30px 0;
}

.mobileAppCaseStudies h2 {
  text-transform: capitalize;
  font-family: Rubik;
  font-weight: 500;
  font-size: 30px;
}

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

.MobileAppCaseStudiesCardLeft {
  /* background: #fff; */
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 600px;
}

.MobileAppCaseStudiesCardLeft h3 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
}

.MobileAppCaseStudiesCardLeft p {
  color: #ddddddad;
  margin-bottom: 10px;
  font-size: 12px;
}

.caseStudyBtns {
  /* display: flex; */
  gap: 50px !important;
  margin-top: 20px;
}


.caseStudyBtns button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #fff;
}

.caseStudyBtns button:hover {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
}


/* RIGHT CARD */
.MobileAppCaseStudiesCardRight {
  /* background: #f8f9fa; */
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

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

.imageWrapperMAD img {
  width: 100%;
  /* position: absolute; */
  bottom: 0;
  left: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  border-radius: 20px;
}

.imageSlideUp {
  transform: translateY(-100%);
  opacity: 0;
}

#CaseSmallTitle {
  color: #111;
  font-size: 20px;
  font-weight: 600;
}

.moduleMainHeading {
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
}

.moduleItem {
  margin-bottom: 20px;
}

.moduleItem h6 {
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.moduleItem ul {
  padding-left: 18px;
}

.moduleItem ul li {
  margin-bottom: 3px;
  font-size: 12px;
  color: #ddddddad;
}

#overviewTitle {
  font-size: 17px;
  color: #fff !important;
}

#challengeTitle {
  font-size: 17px;
  color: #fff !important;
}

#caseButton {
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 12px 25px;
  border-radius: 50px;
  color: #fff;
  width:max-content;
}
#caseButton:hover{
box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 20px;
}

#TheImpactItemTitle {
  font-size: 17px;
}

#TheImpactItemList li {
  font-size: 12px;
  color: #ddd;
}

#TheImpactPara2 {
  padding-bottom: 10px;
}


.MADTestimoanials {
  padding: 10px 0;
}

.MADTestimoanials h2 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.MADTestimoanials h2 span{
  font-family: 'Carattere', cursive;
  font-size: 40px;
  word-spacing: 10px !important;
}

.MADTestimoanials a {
  border: 1px solid #fff;
  padding: 12px 25px;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
}

.MADTestimoanials a:hover {
  box-shadow: rgba(255, 105, 180, 0.4) 0px 5px 15px;
}

.madTestimonialSlide {
  min-height: 400px !important;
}

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

.workArchitech2 {
  background: linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)), url(../images/services/mobile-app/ctamad2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* padding: 100px 0; */
  /* background-attachment: fixed; */
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.workArchitech2 h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.workArchitech2 p {
  font-size: 15px;
  color: #ddd;
  padding: 10px 0;
}

.workArchitech2 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 50px;
}

.workArchitech a:hover {
  box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 20px;
}


.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;
}


/* cutting edge sec css  */
.appinv-hero-section {
  background: transparent;
  padding: 50px 0 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.appinv-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 30% 20%, rgba(59,130,246,0.08), transparent 40%); */
  pointer-events: none;
}

.appinv-hero-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 950px;
  margin: 0 auto 1.5rem;
 color: #fff;
}
.appinv-hero-heading span{
   font-family: 'Carattere', cursive;
  font-size: 40px;
  word-spacing: 3px;
}

.appinv-hero-subtext {
  font-size: 15px;
  font-weight: 400;
  max-width: 950px;
  margin: 0 auto 4rem;
  color: #d1d5db;
  opacity: 0.9;
}

.appinv-feature-card {
  background: rgba(30, 30, 50, 0.35);
  /* semi-transparent dark */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 2.2rem 1.8rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.appinv-feature-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(45deg, #ff4ecd, #a78bfa, #7b5cff, #60a5fa);
  background-size: 300%;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 20px;
  z-index: -1;
  filter: blur(12px);
}

.appinv-feature-card:hover::before {
  opacity: 0.7;
}

.appinv-feature-card:hover {
  transform: translateY(-12px) scale(1.04);
  border-color: rgba(96, 165, 250, 0.5);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.appinv-feature-icon {
  font-size: 30px;
  margin-bottom: 1.4rem;
  background: linear-gradient(135deg, #ff4ecd, #7b5cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: transform 0.4s ease;
}

.appinv-feature-card:hover .appinv-feature-icon {
  transform: scale(1.15) rotate(5deg);
}

.appinv-feature-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #e5e7eb;
}

.appinv-feature-card p {
  font-size: 14px;
}

@media (max-width: 991px) {
  .appinv-hero-heading {
    font-size: 2.6rem;
  }

  .appinv-hero-subtext {
    font-size: 1.15rem;
  }
}

/* @media (max-width: 767px) {
  .appinv-hero-section {
    padding: 80px 0 60px;
  }

  .appinv-hero-heading {
    font-size: 2.2rem;
  }

  .appinv-feature-card {
    padding: 1.8rem 1.2rem;
  }
} */


/* strategic partnership sec css  */
.strategicPartnership {
  padding: 30px 0 15px;
}

.strategicPartnership h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.strategicPartnership h2 span {
  font-family: 'Carattere', cursive;
  font-size: 50px;
}
.consultPartnershipCTA{
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  border-radius: 5px;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
}
.consultPartnershipCTA:hover{
  background: #fff;
  color: #111;
  font-weight: 600;
}


/* development partner sec css  */
.developmentPartner {
  padding: 30px 0;
}
.developmentPartner p{
  font-size: 14px;
}

.developmentPartner h2 {
  font-size: 27px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
}

.developmentPartner h2 span {
  font-family: 'Carattere', cursive;
  font-size: 40px;
  word-spacing: 10px;
}

.developmentPartnerBox {
  padding: 10px;
 border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.developmentPartnerBox .dpbLeft i{
  font-size: 10px;
}
.developmentPartnerBox .dpbRight h3 {
  padding-top: 10px;
  color: #ddd;
  font-size: 12px;
  font-weight: 400;
}

/* 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;
}

/* cta 3  */
.workArchitech3 {
  background: linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)), url(../images/services/mobile-app/bg6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
}

.workArchitech3 h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.workArchitech3 p {
  font-size: 15px;
  color: #ddd;
  padding: 10px 0;
}

.workArchitech3 a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border: 1px solid #ddd;
  padding: 12px 20px;
  border-radius: 50px;
}

.workArchitech3 a:hover {
  box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 20px;
}



/* custom mobile app section  css  */
.casMain{
  padding: 30px 0;
}
.casMain h2{
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.casMain h2 span{
   font-family: 'Carattere', cursive;
  font-size: 36px;
  word-spacing: 10px;
}
.casMain p{
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
}
.casMainBox{
  padding: 10px;
 border: 1px solid #222;
  border-radius: 20px 0 20px 0;
   position: relative;
}
.casMainBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-top: 1px solid #ff4ecd;
  border-left: 1px solid #7b5cff;
  border-top-left-radius: 20px;
}

/* Bottom Right */
.casMainBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-bottom: 1px solid #ff4ecd;
  border-right: 1px solid #7b5cff;
  border-bottom-right-radius: 20px;
}
.casMainBox h3{
  font-size: 12px;
  font-weight: 400;
}
.casMain h5{
  font-size: 16px;
  padding-bottom: 10px;
}
.casMainBox i{
  font-size: 12px;
  padding-bottom: 10px;
  color: #fff;
}
.casMainBox22 h3{
font-size: 14px !important;
}

/* industry recognition  */
.industryRecognition{
  padding: 30px 0;
}
.industryRecognition h2{
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}
.industryRecognition h2 span{
  font-family: 'Carattere', cursive;
  font-size: 38px;
  word-spacing: 5px;
}
.industryRecognition p{
  font-size: 14px;
  padding: 10px 0;
}

.IR-wave-process {
  background: #1b1b2f;
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

.IR-section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #ff2ebd;
}

.IR-section-header p {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 50px;
}

.process-section {
  /* background: #0f0a17; */
  padding: 50px 20px;
  color: #fff;
  text-align: center;
}
.section-title {
  font-family: 'Cursive', sans-serif;
  font-size: 36px;
  margin-bottom: 60px;
  color: #c88fff;
}
.process-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.process-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 2px;
  background: #ccc;
  z-index: 1;
}
.process-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.step-circle {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #ff69b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}
.step-label {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}
/* @media (max-width: 768px) {
  .process-line {
    flex-direction: column;
  }
  .process-line::before {
    display: none;
  }
  .process-step {
    margin-bottom: 40px;
  }
} */

/* latest blog sec css  */
.latestBlogMain{
  padding: 30px 0;
}
.latestBlogMain h2{
  padding-bottom: 20px;
}
.latestBlogMain h2 span{
  font-family: 'Carattere', cursive;
  font-size: 40px;
  padding: 0 5px;
}
.latestBlogBox{
  padding: 20px;
  border: 1px solid #7b5cff;
  border-radius: 20px;
}
.latestBlogBox img{
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.latestBlogDivider{
  display: flex;
  justify-content: space-between;
  padding: 20px 0 10px;
}
.latestBlogDivider .latestBlogDividerLeft a{
 background: linear-gradient(to right, #ff4ecd, #7b5cff);
 color: #fff;
 font-size: 13px;
 text-decoration: none;
 padding: 8px 18px;
 border-radius: 30px;
}
.latestBlogDivider .latestBlogDividerRight p{
  color: #ddd;
  font-size: 12px;
}
.latestBlogBox h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #fff;
}
.latestBlogBox p{
  font-size: 14px;
  font-weight: 300;
  color: #ddd;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ healthcare page @@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.pdcSectionHealthcare{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/healthcare/healthcare-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.pdcSectionSocialMedia{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/social-media/social-media-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.pdcSectionBanking{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/banking/banking-software-development.webp) no-repeat center center/cover;
}
.pdcSectionEducation{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/education/education-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionFinance{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/finance/finance-software-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionInsurance{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/insurance/Insurance-software-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionOnDemand{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/ondemand/on-demand-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionFitness{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/fitness/fitness-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionEntertainment{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/entertainment/entertainment-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionRestaurant{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/restaurant/restaurant-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionFoodDelivery{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/food-delivery/food-delivery-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionNewsAndMagazine{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/news-and-magazine/news-and-magazine-app-development.webp) no-repeat center center/cover;
}
.pdcSectionAgritech{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/agritech/agriculture-software-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionEventManagement{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/event-management/event-app-management.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionEcommerce{
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/ecommerce/ecommerce-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionLogistics{
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/logistics/logistics-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionMarketingAndAdvertising{
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/marketing-and-advertising/marketing-and-advertising.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionOilAndGas{
background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/oil-and-gas/oil-and-gas.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionSupplyChain{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/supply-chain/supply-chain (1).webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionRetail{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/retail/retail-software-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionSports{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/sports/sports-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionTravel{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/travel/travel-app-development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionAstrology{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/astrology/astrology-app-development.webp) no-repeat center center/cover;
}
.pdcSectionRealEstate{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/real-estate/RealEstateAppDevelopment.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionLawyer{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/lawyer/Lawyer-App-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionEmobility{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/e-mobility/E-Mobility-Software-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionAviation{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/aviation/Aviation-Software-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionGovernment{
   background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/government/Government-Public-Sector-Software-Development.webp) no-repeat center center/cover;
}
.pdcSectionTelecom{
     background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/telecom/Telecom-Software-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionManufacturing{
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/manufacturing/Manufacturing-Software-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionAuto{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/automotive/Automotive-Software-Development.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionWearable{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/wearable/Wearable-Software-Development.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdcSectionStartup{
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),url(../images/all-industries/startup/Startup-Software-Development.webp) no-repeat center center/cover;
}




/* new key feature section css  */
.newkeyFeatureMayWrap{
   
}

/* LEFT */

.newkeyFeatureMayLeft{
    /* width: 100%; */
    display:flex;
    /* flex-direction:column; */
    gap:15px;
}

.newkeyFeatureMayBtn{
    width:100%;
    padding:18px 20px;
    border:none;
    border-radius:14px;
    background:#f3f5fa;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    text-align:left;
    transition:0.3s;
    display:flex;
    align-items:center;
    gap:12px;
    color:#222;
}

.newkeyFeatureMayBtn i{
    font-size:20px;
}

.newkeyFeatureMayBtn:hover,
.newkeyFeatureMayBtn.active{
    background:linear-gradient(to right, #ff4ecd, #7b5cff);
    color:#fff;
    transform:translateX(6px);
}

/* RIGHT */

.newkeyFeatureMayRight{
    /* width:68%; */
}

.newkeyFeatureMayContent{
    display:none;
    animation:newkeyFeatureMayFade 0.4s ease;
}

.newkeyFeatureMayContent.active{
    display:block;
}

.newkeyFeatureMayContent img{
    width:100%;
    /*height:200px;*/
    object-fit:cover;
    border-radius:20px;
    margin-bottom:20px;
    margin-top: 20px;
}

.newkeyFeatureMayContent h3{
    font-size:25px;
    margin-bottom:15px;
    color:#fff;
    font-weight: 700;
}

.newkeyFeatureMayContent p{
    font-size:17px;
    line-height:1.7;
    color:#555;
}
.newkeyFeatureMayContent ul li{
    font-size:15px;
    line-height:1.7;
    color:#fff;
}

@keyframes newkeyFeatureMayFade{
    from{
        opacity:0;
        transform:translateY(15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* RESPONSIVE */

@media(max-width:991px){
    .newkeyFeatureMayLeft,
    .newkeyFeatureMayRight{
        width:100%;
    }

}
/* end here */




/* Main Section */
.healthcare-slider {
  position: relative;
  max-width: 1200px;
  margin: 10px auto 50px;
}

/* Card Wrapper */
.healthcare-slider-wrapper {
  position: relative;
  /* overflow: hidden; */
  border-radius: 24px;
  background-color: rgba(128, 128, 128, 0.2);
  border: 1px solid #FFFFFF33;
  /* background: linear-gradient(135deg, #0f172a, #111827); */
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* Container */
.healthcare-slider-container {
  overflow: hidden;
}

/* Track */
.healthcare-slider-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

/* Individual Slide */
.healthcare-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px;
  gap: 50px;
  color: #fff;
}

/* Left Content */
.healthcare-slide-content {
  flex: 1;
}

.healthcare-slide-content h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 600;
}

.healthcare-slide-content p {
  margin-bottom: 12px;
  line-height: 1.7;
  color: #d1d5db;
  font-size: 15px;
  text-align: justify;
}

.healthcare-slide-content strong {
  color: #3b82f6;
}

.healthcare-slide-content ul {
  margin-top: 20px;
  padding-left: 20px;
}

.healthcare-slide-content ul li {
  margin-bottom: 8px;
  list-style: disc;
  color: #e5e7eb;
}

/* Right Image */
.healthcare-slide-image {
  flex: 1;
  text-align: center;
}

.healthcare-slide-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* Navigation Buttons */
.healthcare-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}


.healthcare-nav:hover {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);;
  color: #fff;
}

.healthcare-prev {
  left: -24px;
}

.healthcare-next {
  right: -24px;
}

/* Dots */
.healthcare-dots {
  text-align: center;
  margin-top: 25px;
}

.healthcare-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9ca3af;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.healthcare-dots span.active {
  background: linear-gradient(to right, #ff4ecd, #7b5cff);;
  transform: scale(1.2);
} 

/* Responsive */
@media (max-width: 992px) {
  .healthcare-slide {
    padding: 50px;
    gap: 30px;
  }

  .healthcare-slide-content h3 {
    font-size: 26px;
  }
}



@media (max-width: 480px) {
  .healthcare-slide-content h3 {
    font-size: 22px;
  }

  .healthcare-slide-content p,
  .healthcare-slide-content li {
    font-size: 14px;
  }
}

.weOfferHealthcare{
  padding: 20px 0;
}
.weOfferHealthcare h2{
  text-transform: capitalize;
  font-family: Rubik;
  font-weight: 500;
  font-size: 32px;
}
.weOfferHealthcare h2 span {
  font-family: 'Carattere', cursive;
  font-size: 40px;
}



.highImpact {
  padding: 100px 0;
  /* background: #000; */
  color: #fff;
}

.highImpact-container {
  display: flex;
  gap: 60px;
  max-width: 1200px;
  margin: auto;
}

/* LEFT SIDE */
.highImpact-left {
  flex: 1;
  position: sticky;
  top: 120px; /* header height ke according adjust karna */
  height: fit-content;
}

.highImpact-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
}
.highImpact-left h2 span{
  font-family: 'Carattere', cursive;
  font-size: 45px;
}

.highImpact-left p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

/* RIGHT SIDE */
.highImpact-right {
  flex: 1;
  max-height: 300px;   
  overflow-y: auto;
  padding-right: 10px;
}

/* Scrollbar Styling */
.highImpact-right::-webkit-scrollbar {
  width: 6px;
}
.highImpact-right::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 10px;
}
.highImpact-accordion {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.highImpact-accordion::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: 0.3s;
}
.highImpact-accordion.active::after {
  transform: translateY(-50%) rotate(180deg);
}
/* Accordion */
.highImpact-accordion {
  border-bottom: 1px solid #333;
  padding: 15px 0;
  cursor: pointer;
}

.highImpact-header {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 10px 0;
}
.highImpact-header i{
  font-size: 14px;
  margin-right: 10px;
}
.highImpact-body {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
  font-size: 14px;
  color: #ddd;
  font-weight: 400;
}


.highImpact-accordion.active .highImpact-accordion-body {
  max-height: 200px;
  margin-top: 10px;

}
@media (max-width: 768px) {
  .highImpact-container {
    flex-direction: column;
  }

  .highImpact-left {
    position: relative;
    top: 0;
  }

  .highImpact-right {
    max-height: none;
  }
}


/* key features  */
.keyFeaturesHealthcare{
  padding: 20px 0 30px;
}
.keyFeaturesHealthcare h2{
  font-size: 30px;
}
.keyFeaturesHealthcare p{
  font-size: 14px;
}
.keyFeaturesHealthcare h2 span{
  font-family: 'Carattere', cursive;
  font-size: 40px;
}
.kfhLeft {
  max-width: 700px;
  margin: 20px auto;
}

/* .kfhLeft .accordion-item {
  border-bottom: 1px solid #ddd;
} */

.kfhLeft .accordion-header {
  width: 100%;
  padding: 20px 20px;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  background-color: rgba(128, 128, 128, 0.2);
    border: 1px solid #FFFFFF33;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  margin: 10px 0 0;
  border-radius: 7px;
  color: #fff;
}

.kfhLeft .accordion-header::after {
   content: "▼";
  position: absolute;
  right: 20px;
  font-size: 16px;
  transition: 0.3s;
}

.kfhLeft .accordion-header.active::after {
   transform: rotate(180deg); 
}

/* .kfhLeft .accordion-header:hover {
  background: #eaeaea;
} */

.kfhLeft .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
   background-color: rgba(128, 128, 128, 0.2);
  padding: 0 20px;
}

.kfhLeft .accordion-content p {
  padding: 15px 0;
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.kfhLeft .accordion-content ul li{
  font-size: 14px;
  padding: 5px 0;
}



/* transforming section css  */
.transformingMain{
  padding: 50px 0;
}
.transformingMain h2{
  font-size: 32px;
}
.transformingMain h2 span{
  font-family: 'Carattere', cursive;
  font-size: 40px;
}
.transformingMain p{
  font-size: 14px;
}
.transforming-section {
  display: flex;
  gap: 30px;
 background-color: rgba(128, 128, 128, 0.2);
 border: 1px solid #FFFFFF33;
  color: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 1200px;
  margin: auto;
}
/* Chrome, Edge, Safari */
.transforming-nav::-webkit-scrollbar {
  width: 6px;             /* scrollbar ki width */
}

.transforming-nav::-webkit-scrollbar-track {
  background: #1c1c1c;    /* track background */
  border-radius: 3px;
}

.transforming-nav::-webkit-scrollbar-thumb {
  background: #555;        /* scrollbar color */
  border-radius: 3px;
}

/* Firefox */
.transforming-nav {
  scrollbar-width: thin;    /* slim scrollbar */
  scrollbar-color: #555 #1c1c1c; /* thumb and track color */
}

/* Nav container */
.transforming-nav {
  display: flex;
  flex-wrap: wrap;        
  gap: 12px;
  width: 500px;
  height: 300px;          
  overflow-y: auto;       
  overflow-x: hidden;
  flex-direction: row;
  padding-right: 6px;
}

/* Individual tabs */
.transforming-tab {
  /* background: #1c1c1c; */
  background: #2e162c;
  border: none;
  height: 150px;
 align-items: center;
 display: flex;
 justify-content: center;
  padding: 12px 20px;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;

  flex: 0 0 calc(50% - 6px); /* 2 per row */
  box-sizing: border-box;
}

.transforming-tab.active {
 background: linear-gradient(to right, #ff4ecd, #7b5cff);
}

.transforming-tab:hover {
  background: #140810;
}

.transforming-content {
  flex: 1;
  padding-left: 20px;
}
.transforming-content img{
  border-radius: 8px;
}
.transforming-section p{
  text-align: justify;
}

.transforming-tab-content {
  display: none;
}
.transforming-tab-content h3{
  font-size: 25px;
  padding-bottom: 10px;
}

.transforming-tab-content.active {
  display: block;
}


/* healthcare successful section css  */
.healthcareSuccessful{
  padding: 30px 0;
}
.healthcareSuccessfulBox{
  /* background: #fff; */
  background: #110121;
  border-radius: 10px;
}
.hsbLeft {
  padding: 30px 30px 0 30px;
}
.hsbLeft h2{
  font-size: 25px;
  /* color: #111; */
  color: #fff;
  font-weight: 700;
}
.hsbLeft p{
  /* color: #111; */
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
}
.hsbLeft ul li{
  /* color: #111; */
  color: #fff;
  font-size: 15px;
}
.hsbRight img{
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}




/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ios app development @@@@@@@@@@@@@@@@@@@@@@@@ */
.whyChooseIos{
  padding: 10px 0 30px;
}
.whyChooseIos h2{
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.whyChooseIos h2 span{
  font-family: 'Carattere', cursive;
  font-size: 45px;
}
.whyChooseIos p{
  font-size: 17px;
  padding: 10px 0;
}
.whyCHooseIosLeft{
  padding: 30px;
  border-top: 1px solid #555;
}
.whyCHooseIosLeft i{
  color:#ff4ecd;
  padding-bottom: 10px;
  font-size: 30px;
}
.whyCHooseIosRight i{
  color:#7b5cff;
  padding-bottom: 10px;
  font-size: 30px;
}
.whyCHooseIosLeft h3{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.whyCHooseIosLeft p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.whyCHooseIosRight{
  margin-top: 30px;
  border-top: 1px solid #555;
  padding: 30px;
}
.whyCHooseIosRight h3{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.whyCHooseIosRight p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.casMainBox h3{
  font-size: 17px;
  padding: 10px;
}
.casMainBox ul li{
  font-size: 13px;
  padding: 3px 0;
}
.casMainBOxclass2{
  height: 250px !important;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@ portfolio page section @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
@media (max-width: 991.98px) {
    .portfolioReverse .row {
        flex-direction: column-reverse;
    }
}
.porfolioPageMainSec{
  padding: 100px 0;
  background: none;
}
.portfolioPageBox{
  padding: 25px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* border: 1px solid;
    border-image: linear-gradient(to right, #ff4ecd, #7b5cff) 1; */
  border-radius: 20px;
}
.portfolioPageHeading{
  /* display: flex;
  justify-content: space-between; */
  text-align: center;
  padding-top: 20px;
}
.portfolioPageBox h5{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.portfolioPageBox a{
  font-size: 16px;
  color: #ddd;
  font-weight: 600;
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 16px 0;
}
.portfolio-modal .modal-content{
border-radius:15px;
padding:40px;
background:#eef3f7;
position:relative;
}

.portfolio-modal-body{
display:flex;
align-items:center;
gap:40px;
}

.portfolio-left{
width:50%;
}

.portfolio-right{
width:50%;
text-align:center;
}

.portfolio-right img{
max-width:320px;
}

.portfolio-logo img{
width:60px;
margin-bottom:15px;
}

.portfolio-left h3{
font-size:24px;
font-weight:600;
}

.portfolio-left h3 span{
font-size:16px;
color:#777;
}

.portfolio-line{
width:70px;
height:3px;
background:#111;
margin:15px 0;
}

.portfolio-left p{
color:#555;
line-height:1.7;
margin-bottom:20px;
}

.portfolio-tags{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-bottom:20px;
}

.portfolio-tags span{
/* background:#fff; */
background: linear-gradient(to right, #ff4ecd, #7b5cff);
padding:6px 12px;
border-radius:6px;
font-size:13px;
border:1px solid #ddd;
color: #fff !important;
}

.portfolio-icons i{
font-size:22px;
margin-right:15px;
color:#7b5cff;
}

.portfolio-close{
position:absolute;
top:15px;
right:20px;
background:none;
border:none;
font-size:22px;
color:#555;
}


/* pwa process section  */
.pwaProcessSection{
background: linear-gradient(180deg,#160F1A,#32162E);
padding:10px 0 30px;
color:#fff;
}

.pwaProcessHeading h2{
font-size:40px;
font-weight:700;
}

.pwaProcessHeading h3{
color:#6fe3ff;
margin-bottom:60px;
}

.pwaTimeline{
position:relative;
max-width:900px;
margin:auto;
}

.pwaTimeline::after{
content:'';
position:absolute;
width:4px;
background:linear-gradient(to right, #ff4ecd, #7b5cff);
top:0;
bottom:0;
left:50%;
margin-left:-2px;
}

.pwaProcessItem{
padding:10px 40px;
position:relative;
width:50%;
}

.pwaProcessItem.left{
left:0;
text-align:right;
}

.pwaProcessItem.right{
left:50%;
}

.pwaProcessItem .content{
padding: 0px 20px;
font-size: 14px;
}

.pwaProcessItem i{
font-size:20px;
color:#ff4ecd;
margin-bottom:10px;
}

.pwaProcessItem h3{
font-weight:600;
font-size: 16px;
}

.pwaProcessItem::before{
content:'';
position:absolute;
width:15px;
height:15px;
background:linear-gradient(to right, #ff4ecd, #7b5cff);
border-radius:50%;
top:15px;
right:-8px;
}

.pwaProcessItem.right::before{
left:-8px;
}



.theIndustryBox{
  padding: 20px;
  border: 1px solid #7b5cff;
  border-radius: 10px;
   height: 320px;
}
.theIndustryBox2{
  background: linear-gradient(to right, #ff4ecd, #7b5cff); 
  border-radius: 10px;
  height: 320px;
  padding: 20px;
}
.theIndustryBox:hover{
  background: linear-gradient(to right, #ff4ecd, #7b5cff); 
  border: none;
}
.theIndustryBox2:hover{
  background: none;
   border: 1px solid #7b5cff;
}
.theIndustryBox h3{
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.theIndustryBox p{
  font-size: 15px;
  color:#fff;
}
.theIndustryBox2 h3{
  color: #fff;
  font-weight: 700;
  font-size: 23px;
}
.theIndustryBox2 p{
  font-size: 15px;
  color:#fff;
}







 /* new process design  */
.newProcessButton{
  background: linear-gradient(to right, #ff4ecd, #7b5cff);
  border-top-left-radius: 30px !important;
   border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
   border-bottom-right-radius: 30px !important;
   color: #fff !important;
   font-size: 20px;
   font-weight: 600;
   padding: 20px;
}
.newProcessBoxContent strong{
  font-size: 16px;
}
.newProcessBoxContent{
   background: none;
   color: #fff;
   font-size: 14px;
}
.newProcessBoxMain{
  background: none;
  border: none;
  margin:10px 0;
}

@media screen and (max-width: 1380px) {
  .MobileAppCaseStudiesCardLeft {
    height: 550px;
}
}

@media screen and (max-width: 991px) {
  .MobileAppCaseStudiesCardLeft {
    height: auto;
}
}


@media screen and (max-width: 575px) {
   .newFooterLocationCard {
    height: auto;
  }
   .NewFooterSocialLinks {
    justify-content: center;
  }
}



@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;
  }

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

  .historyTimelineSection {
    padding: 20px 0;
  }

  .historyTextBox h2 {
    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;
  }

  .expBoxInnerBox p {
    font-size: 10px;
  }

  .expBoxInnerBox h6 {
    font-size: 25px;
  }

  .expBoxInnerBox2 p {
    font-size: 10px;
  }

  .expBoxInnerBox2 h6 {
    font-size: 25px;
  }

  .expBoxInnerBox {
    height: 160px;
  }

  .expBoxInnerBox2 {
    height: 160px;
  }

  .journeyVision-text {
    font-size: 18px;
    line-height: 1.8;
  }

  .journeyVision {
    height: 50vh;
  }

  .journeyVision-sticky {
    height: 45vh;
  }

  .historyYearText {
    font-size: 8px;
  }

  .historyDot {
    width: 6px;
    height: 6px;
  }

  .Pillars7 {
    width: 100% !important;
  }

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

  .newQuickLinks a {
    font-size: 12px;
  }

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

  .meltanoGlassCard {
    padding: 20px;
    gap: 15px;
  }

  .meltanoCodeBox {
    padding: 20px;
  }

  .meltanoRight h2 {
    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 h2 {
    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: 25px;
    padding-top: 25px;
  }

  .careTeam h3 span {
    font-size: 38px !important;
  }

  .recruitmentSection {
    padding: 10px 0;
  }

  .recruitmentSection h2 span {
    font-size: 37px;
  }

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




  .recruitmentSection {
    padding: 30px 8px;
  }

  .processWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  /* LEFT & RIGHT PROPER WIDTH */
  .sideRecruitment {
    width: 42%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* CENTER CIRCLE SMALL */
  .centerCircle {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    position: relative;
  }

  .ringRecruitment {
    width: 80px;
    height: 80px;
  }

  .centerText h5 {
    font-size: 10px;
    line-height: 1.2;
  }

  /* PROCESS ITEM FIX */
  .processItem {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* ICON SMALL */
  .iconRecruitment {
    width: 25px;
    height: 25px;
    font-size: 10px;
    flex-shrink: 0;
  }

  /* CARD CONTENT FULL SHOW */
  .contentRecruitment {
    width: 100%;
    padding: 8px;
    border-radius: 8px;
    margin-left: -12px;
  }

  .contentRecruitment h3 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .contentRecruitment ul {
    font-size: 9px;
    padding-left: 12px;
    margin: 0;
  }

  .centerText {
    position: absolute;
    width: 75px;
    height: 75px;
  }

  .binabtKaImageLeft .mainImg {
    height: 250px;
  }

  .binabtKaImageLeft .smallImg2 {
    bottom: -50px;
    left: -8px;
  }

  .bmki2 {
    margin-top: 50px;
  }

  .binabtKaImageLeft .smallImg {
    bottom: -50px;
    right: -8px;
  }

  .pdcSection h2 {
    font-size: 28px;
  }

  .pdcSection h2 span {
    font-size: 28px;
  }

  .pdcSection h2 {
    font-size: 21px;
    padding-bottom: 15px;
  }.pdcSection h2

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

  .pdcSection {
    padding: 25px 0 10px;
  }

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

  .languagesToolsFramework h2 {
    font-size: 23px;
    padding-bottom: 10px;
  }

  .ltfBox h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

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

  .ltfBox {
    height: 230px;
  }

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

  .ltfBox2 h3 {
    font-size: 18px;
  }

  .ltfBox2 {
    height: 230px;
  }

  .recognizedSec {
    padding: 10px 0;
  }

  .recognizedSec h3 {
    font-size: 23px;
    padding-bottom: 10px;
  }

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

  .scrumRoleBox {
    font-size: 7px;
  }

  .scrumCustomSection p {
    font-size: 10px;
  }

  .scrumVerticalTabs {
    gap: 10px;
    flex-direction: row;
    /* flex-wrap: wrap;  */
  }

  .scrumTab {
    padding: 8px 10px;
    font-size: 9px;
  }

  .scrumDiamond {
    width: 165px;
    height: 165px;
  }

  .scrumLeftArea {
    margin: 30px 0;
  }

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

  .scrumDiamondContent {
    padding: 0;
  }

  .scrumRightArea {
    margin-top: 40px;
  }

  .scrumLeftContent ul li {
    font-size: 11px;
  }

  .scrumRightContent ul li {
    font-size: 11px;
  }

  .scrumCustomSection h2 {
    font-size: 12px;
  }

  .OurProcessSec {
    padding: 15px 0;
  }

  .OurProcessSec_step span {
    font-size: 11px;
  }

  .OurProcessSec_step h4 {
    font-size: 10px;
  }

  .OurProcessSec_step {
    padding: 10px 10px;
  }

  .step1 {
    top: 72px;
    left: 0px;
  }

  .step2 {
    top: -2px;
    left: 45px;
  }

  .step3 {
    top: 77px;
    left: 70px;
  }

  .step4 {
    top: 16px;
    left: 118px;
  }

  .step5 {
    top: 88px;
    left: 133px;
  }

  .step6 {
    top: -9px;
    left: 172px;
  }


  .step7 {
    top: 50px;
    left: 220px;
  }

  .step8 {
    top: -25px;
    left: 240px;
  }

  .step9 {
    top: 60px;
    left: 293px;
  }

  .OurProcessSec_wrapper {
    height: 135px;
  }

  .lifeMHeading {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .lifeMContentBox {
    padding: 20px 0;
  }

  .lifeMText {
    line-height: 23px;
  }

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

  .lifeMImage {
    width: 100%;
    height: 175px;
  }

  .lifeMCard {
    height: 450px;
  }

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

  .lifeM_marqueeSection h2 {
    font-size: 25px;
  }

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

  .lifeM_marqueeTrack img {
    width: 225px;
    height: 165px;
  }

  .ourCoreValues {
    padding: 5px 0;
  }

  .ourCoreValues h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }

  .ourCoreValues h2 span {
    font-size: 43px;
  }

  .ourCoreValuesCard_content p {
    font-size: 12px;
    line-height: 1.5;
  }

  .ourCoreValuesCard_content h3 {
    font-size: 19px;
  }

  .ourCoreValuesCard_number {
    font-size: 45px;
  }

  .experienceBox {
    padding: 15px 0;
  }

  .downT {
    margin-top: 0px;
  }

  .testimonialPageCard {
    padding: 20px;
  }

  .testimonialText {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 23px;
  }

  .testimonialsPageCardSec {
    padding: 10px 0 20px;
  }






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

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

  .faqPageSection_sidebar h3 {
    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: 0;
  }

  .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;
  }

  .contactPageBanner h4 {
    font-size: 16px;
}
.mobileAppSecOne_text {
    font-size: 14px;
    text-align: justify;
  }
  .mobileAppSecOne_heading {
    font-size: 23px;
    padding-top: 50px;
}
.mobileAppSecOne_list li {
    margin-bottom: 8px;
    font-size: 13px;
}
.mobileAppSecOne {
    padding: 10px 0;
}
.madsOfferedByMaxtra {
    padding: 10px 0;
}
.madsOfferedByMaxtra h2 {
    font-size: 20px;
}
.madsOfferedByMaxtra h2 span {
    font-size: 24px;
}
.madsOfferedByMaxtra p{
  font-size: 13px;
}
.madsSidebar {
    padding: 10px;
}
.madsSidebar h3 {
    font-size: 15px;
    padding: 5px 0;
}
.mobileappOfferedbymaxtra_btn {
    padding: 10px 10px;
    margin-bottom: 10px;
    font-size: 13px;
}
.mobileappOfferedbymaxtra_image img {
    height: 125px;
}
.mobileappOfferedbymaxtra_box h3 {
    font-size: 18px;
}
.madsSidebar{
  height: 375px;
}
.mobileappOfferedbymaxtra_sidebar{
  max-height: 305px;
}
.mobileappOfferedbymaxtra_box p {
    font-size: 11px;
}
.mobileappOfferedbymaxtra_box {
    height: 245px;
}
.mobileappOfferedbymaxtra {
    padding: 10px 0 10px;
}
.workArchitech {
    padding: 30px 20px;
}
.workArchitech h3 {
    font-size: 20px;
    line-height: 25px;
}
.workArchitech p {
    font-size: 12px;
    padding: 5px 0;
}
.workArchitech a {
    font-size: 11px;
}
.mobileAppCaseStudies {
    padding: 10px 0 20px;
}
.mobileAppCaseStudies h2 span {
    font-size: 35px;
}
.mobileAppCaseStudies h2 {
    font-size: 20px;
}
.mobileAppCaseStudies p{
  font-size: 12px;
}
.MobileAppCaseStudiesCardLeft {
    padding: 20px;
}
.MobileAppCaseStudiesCardLeft p{
  font-size: 10px !important;
}
#overviewTitle {
    font-size: 14px;
}
#challengeTitle {
    font-size: 14px;
}
#solutionTitle{
  font-size: 14px;
}
#TheImpactItemTitle {
    font-size: 14px;
}
#caseButton {
    font-size: 11px;
}
.MADTestimoanials h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
}
.MADTestimoanials a {
    font-size: 12px;
}
.testimonial-section {
    padding: 60px 20px 10px;
}
.main-title {
    font-size: 20px;
}
.main-title span {
    font-size: 35px;
}
.sub-text {
    max-width: 850px;
    font-size: 12px;
    padding-bottom: 20px;
}
.tha-industry-pill {
    gap: 8px;
    padding: 3px 10px;
    font-size: 11px;
}
.icon-circle {
    width: 30px;
    height: 30px;
    font-size: 10px;
}
.tha-industries-section {
    padding: 20px 0;
}
.workArchitech2 {
    padding: 30px 20px;
}
.workArchitech2 h3 {
    font-size: 18px;
    line-height: 23px;
}
.workArchitech2 p {
    font-size: 13px;
    padding: 5px 0;
}
.workArchitech2 a {
    font-size: 12px;
}
.googleImageSec {
    padding: 5px 0 10px;
}
.googleImageSec h2 {
    font-size: 25px;
    line-height: 35px;
}
.googleImageSec h2 span {
    font-size: 27px;
}
.googleImageSec p {
    font-size: 14px;
}
.developmentPartner h2 {
    font-size: 20px;
    padding-bottom: 10px;
}
.developmentPartner h2 span {
    font-size: 26px;
    word-spacing: 5px;
}
.developmentPartnerBox {
    padding: 7px;
    gap: 5px;
}
.developmentPartnerBox .dpbLeft i {
    font-size: 10px;
}
.developmentPartnerBox .dpbRight h3 {
    padding-top: 13px;
    font-size: 10px;
}
.developmentPartner {
    padding: 25px 0 10px;
}
.strategicPartnership {
    padding: 10px 0 10px;
}
.strategicPartnership h2 {
    font-size: 20px;
}
.strategicPartnership h2 span {
    font-size: 22px;
}
.appinv-hero-section {
    padding: 10px 0 25px;
}
.appinv-hero-heading{
  font-size: 20px !important;
}
.appinv-hero-heading span {
    font-size: 25px;
}
.appinv-hero-subtext{
  font-size: 14px;
  margin: 0 auto 30px;
}
.appinv-feature-card{
  padding: 20px;
}
.appinv-feature-title {
    font-size: 17px;
    margin-bottom: 0.8rem;
}
.appinv-feature-card p {
    font-size: 12px;
}
.technologyNewSection {
    padding: 10px 0 20px;
}
.technologyNewSection h2 {
    padding: 0px 0 15px;
    font-size: 23px;
}
.technologyNewSection h2 span {
    font-size: 35px;
}
.technologyNewTab.active {
    font-size: 10px;
    padding: 5px 10px;
}
.technologyNewTab {
    padding: 7px 15px;
    font-size: 11px;
}
.technologyNewTabs {
    gap: 7px;
    margin-bottom: 23px;
}
  .technologyNewGrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .technologyNewCard {
    padding: 10px 10px;
}
.technologyNewCard p {
    font-size: 11px;
}
.technologyNewCard img {
    height: 35px;
    margin-bottom: 10px;
}
.workArchitech3 {
    padding: 20px 20px 30px;
}
.workArchitech3 h3 {
    font-size: 20px;
    line-height: 25px;
}
.workArchitech3 p {
    font-size: 13px;
    padding: 5px 0;
}
.workArchitech3 a {
    font-size: 10px;
}
.casMain {
    padding: 10px 0;
}
.casMain h2 {
    font-size: 20px;
}
.casMain h2 span {
    font-size: 28px;
}
.casMain p {
    font-size: 13px;
    padding: 5px 0;
}
.casMain h5 {
    font-size: 14px;
}
.casMainBox h3 {
    font-size: 8px;
}
.casMainBox i {
    font-size: 9px;
}
.casMainBox {
    padding: 10px 5px;
}
.industryRecognition {
    padding: 10px 0;
}
.industryRecognition h2 {
    font-size: 22px;
}
.industryRecognition h2 span {
    font-size: 30px;
}
.process-section {
   padding: 0;
}
.step-circle {
    width: 35px;
    height: 35px;
    font-size: 10px;
}
.step-label {
    font-size: 3px;
}
.latestBlogMain {
    padding: 15px 0;
}
.latestBlogMain h2 span {
    font-size: 30px;
    padding: 0 5px;
}
.latestBlogBox img {
    height: 165px;
    object-fit: cover;
}
.latestBlogDivider {
    padding: 15px 0 5px;
}
.latestBlogBox h3 {
    font-size: 15px;
    line-height: 25px;
}
.latestBlogBox p {
    font-size: 12px;
}
.fadeHeading {
    font-size: 10px;
}
.recognizedSec h3 span {
    font-size: 35px;
}
.weOfferHealthcare h2 {
    font-size: 25px;
}
.weOfferHealthcare h2 span {
    font-size: 27px;
}
.weOfferHealthcare p{
  font-size: 15px;
}
.weOfferHealthcare{
  padding: 10px 0;
}

.healthcare-slide {
    flex-direction: column;
    text-align: center;
    padding: 40px 25px;
  }

  .healthcare-slide-image img {
    /* max-width: 300px; */
    width: 100%;
  }

  .healthcare-nav {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .healthcare-prev {
    left: 10px;
  }

  .healthcare-next {
    right: 10px;
  }
  .MADTestimoanials h2 span {
    font-size: 35px;
}
.highImpact{
  padding: 10px 20px;
}
.highImpact-left h2 {
    font-size: 23px;
    margin-bottom: 15px;
}
.highImpact-left h2 span {
    font-size: 25px;
}
.highImpact-left p {
    font-size: 13px;
}
.highImpact-container {
    gap: 5px;
}
.highImpact-header {
    font-size: 15px;
}
.highImpact-body{
  font-size: 13px;
}
.keyFeaturesHealthcare h2 span {
    font-size: 32px;
}
.keyFeaturesHealthcare h2 {
    font-size: 21px;
}
.keyFeaturesHealthcare p {
    font-size: 13px;
}
.kfhLeft .accordion-header {
    font-size: 13px;
}
.kfhLeft .accordion-content p {
    font-size: 12px;
}
.kfhLeft .accordion-content ul li {
    font-size: 12px;
}
.kfhLeft{
  margin: 0;
}
.transformingMain {
    padding: 30px 0;
}
.transforming-section {
     display: block;
}
.transforming-tab{
  height: 100px;
  font-size: 13px;
        line-height: 15px;
}
.transformingMain h2 {
    font-size: 26px;
}
.transformingMain h2 span {
    font-size: 30px;
}
.consultPartnershipCTA {
    font-size: 13px;
}
.transforming-tab-content h3 {
    font-size: 17px;
    padding-top: 15px;
}
.transforming-nav{
  width: 100%;
}
.healthcareSuccessful {
    padding: 10px 0;
}
.hsbLeft h2 {
    font-size: 20px;
}
.hsbLeft p {
    font-size: 14px;
}
.hsbLeft ul li {
    font-size: 13px;
}
.MobileAppCaseStudiesCardRight {
    height: auto !important;
}
.whyChooseIos {
    padding: 10px 0 2px;
}
.whyChooseIos h2 {
    font-size: 23px;
}
.whyChooseIos h2 span {
    font-size: 38px;
}
.whyChooseIos p {
    font-size: 13px;
    text-align: justify;
}
.whyCHooseIosLeft {
    padding: 20px;
}
.whyCHooseIosLeft h3 {
    font-size: 18px;
}
.casMainBOxclass2 {
    height: 275px !important;
    padding: 10px;
}
.casMainBox h3 {
    font-size: 14px;
}
.casMainBox ul{
  padding: 0 !important;
}
.casMainBox ul li {
    font-size: 11px;
    list-style: none;
}
.industryRecognition p {
  font-size: 12px;
}
.pwaProcessItem .content {
    padding: 0px;
    font-size: 13px;
}
.pwaProcessItem {
    padding: 10px 12px;
}
.pwaProcessItem i {
    font-size: 23px;
}
.pwaProcessItem h3 {
    font-size: 16px;
}
.pwaProcessItem p{
  font-size: 12px;
}
}






/* 2026 june  */
.getInTouchJune{
  padding: 30px 0;
}
.getInTouchJuneInner{
  background: url(../images/home-cta/CTA1.webp) no-repeat center center/cover;
  margin: 0 30px;
  border-radius: 15px;
  padding: 20px;
}
.getInTouchJuneInner h3{
  font-weight: 600;
  font-size: 30px;
}
.getInTouchJuneInner p{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.getInTouchJuneInner ul li{
   color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
}


.getInTouchJuneInner2{
  background: url(../images/home-cta/cta-1.webp) no-repeat center center/cover;
  background-repeat: no-repeat;
  margin: 0 30px;
  border-radius: 15px !important;
  padding: 60px;
  height: 420px;
}
.getInTouchJuneInner2 h3{
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
.getInTouchJuneInner2 p{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height: 1.9;
}
.getInTouchJuneInner2 ul li{
   color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
}




.getInTouchJuneInner3{
  background: url(../images/home-cta/cta-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 30px;
  border-radius: 15px !important;
  padding: 60px;
  height: 420px;
}
.getInTouchJuneInner3 h3{
  font-weight: 600;
  font-size: 35px;
  text-align: center;
}
.getInTouchJuneInner3 p{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  line-height: 1.9;
}
.getInTouchJuneInner3 ul li{
   color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
}


/* certification */
.logo-track213 img{
  width: 60px;
  height: 60px;
}
.certificationInner img{
  width:50px;
}
.certificationInner .row{
  /* border: 1px solid #fff; */
  padding: 10px 0;
}
.highImpact-body p{
  max-width: 500px !important;
}






/* =========================
PRIYAJUNE CERTIFICATES SECTION
========================= */

.PriyaJune-certificates-section{
    /* background: #0f172a; */
    overflow: hidden;
    padding: 40px 0;
}

/* LEFT SIDE */

.PriyaJune-tagline{
    color: #38bdf8;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.PriyaJune-main-heading{
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
}

.PriyaJune-content{
    color: #cbd5e1;
    font-size: 16px;
    line-height: 28px;
    max-width: 500px;
}

.PriyaJune-btn{
    background: #38bdf8;
    color: #000;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}

.PriyaJune-btn:hover{
    background: #fff;
    color: #000;
}

/* RIGHT SIDE */

.PriyaJune-carousel-wrapper{
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.PriyaJune-marquee{
    overflow: hidden;
    position: relative;
}

.PriyaJune-marquee-content{
    display: flex;
    gap: 20px;
    width: max-content;
    animation: PriyaJune-scroll 28s linear infinite;
}

.PriyaJune-reverse .PriyaJune-marquee-content{
    animation-direction: reverse;
}

.PriyaJune-marquee img{
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 18px;
    border: 2px solid rgba(255,255,255,0.08);
    transition: .4s;
    /* background: #fff; */
}

.PriyaJune-marquee img:hover{
    transform: translateY(1px) scale(1);
    box-shadow: 0 10px 30px rgba(56,189,248,0.4);
    width: 88px;
    height: 88px;
}

/* ANIMATION */

@keyframes PriyaJune-scroll{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */

@media(max-width:991px){

    .PriyaJune-main-heading{
        font-size: 36px;
    }

    .PriyaJune-marquee img{
        width: 160px;
        height: 110px;
    }
}

@media(max-width:576px){

    .PriyaJune-main-heading{
        font-size: 30px;
    }

    .PriyaJune-content{
        font-size: 15px;
        line-height: 26px;
    }

    .PriyaJune-marquee img{
        width: 130px;
        height: 90px;
    }

    .PriyaJune-carousel-wrapper{
        gap: 14px;
    }
}

.certificationNewContent h3 span {
    font-family: 'Carattere', cursive;
    font-size: 40px;
}
.certificationNewContent h3{
  color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
}












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

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

/* 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;
    }

}

























/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Hire Developer CSS @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.aboutusBannerBtnsHire {
  display: flex;
  text-align: center;
  align-items: center;
  /* justify-content: center; */
  gap: 20px;
}

.aboutusBannerBtnsHire a:hover {
  /* box-shadow: 0 0 40px rgba(255, 255, 255, 0.6); */
  box-shadow: rgba(255, 20, 147, 0.4) 0px 8px 20px;
}

.aboutusBannerBtnsHire 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;
}

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

.hireDeveloperBannerContent h1 span {
  font-family: 'Carattere', cursive;
  font-size: 60px;
}
.hireDeveloperBannerContent p span{
  font-weight: 700;
}
.hireDeveloperBannerContent p{
  font-weight: 300;
}
.hireDeveloperBannerImage img{
  width: 500px;
}






.hire-resource-section{
    padding:70px 0;
    position:relative;
    overflow:hidden;
}



.content-area{
    position:relative;
    z-index:2;
}

.content-area h2{
    font-size:40px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}



.content-area h2 span {
  font-family: 'Carattere', cursive;
  font-size: 60px;
}

.content-area .sub-text{
    color:#fff;
    font-size:18px;
    font-style:italic;
    font-weight:600;
    border-left:4px solid #e31b23;
    padding-left:15px;
    margin-bottom:25px;
}

.banner-image{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    margin-bottom:25px;
}

.banner-image img{
    width:100%;
    display:block;
}

.beta-tag{
    position:absolute;
    top:0;
    left:0;
    background:#ffc107;
    color:#000;
    padding:8px 20px;
    font-weight:700;
    z-index:2;
}

.content-area p{
    font-size:16px;
    line-height:1.6;
    color:#fff;
}

/* FORM */

.hire-resource-section .quote-form{
    background:#0a011d;
    border:3px solid #9d4edd;
    border-radius:15px;
    padding:30px 25px;
    text-align:center;
    position:sticky;
    top:20px;
}

.hire-resource-section .quote-form h2{
    color:#ef233c;
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
}

.hire-resource-section .quote-form h3{
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:30px;
}

.hire-resource-section .quote-form input,
.quote-form select,
.quote-form textarea{
    width:100%;
    border:1px solid #f19ca7;
    border-radius:6px;
    padding:10px 15px;
    margin-bottom:15px;
    outline:none;
    font-size:15px;
}

.hire-resource-section .quote-form textarea{
    height:120px;
    resize:none;
}

.hire-resource-section .quote-form button{
    border:none;
    background: linear-gradient(to right, #ff4ecd, #7b5cff);
    color:#fff;
    padding:14px 45px;
    border-radius:40px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.hire-resource-section .quote-form button:hover{
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .content-area h1{
        font-size:36px;
    }

    .sub-text{
        font-size:16px;
    }

    .quote-form{
        margin-top:40px;
    }

    .quote-form h2{
        font-size:28px;
    }

    .quote-form h3{
        font-size:22px;
    }
}



.hiring-module-section{
  padding: 30px 0;
}
.hiring-module-section h2{
 font-size:35px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

/* =========================
   HIRING MODULE ACCORDION
========================= */

.hiring-module-section .accordion{
    --bs-accordion-border-width: 0;
}

.hiring-module-section .accordion-item{
    background: linear-gradient(135deg,#0a011d,#14052f);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 18px;
    transition: all .35s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.hiring-module-section .accordion-item:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,.15);
}

/* HEADER */

.hiring-module-section .accordion-button{
    background: transparent;
    color: #fff;
    padding: 18px 28px;
    box-shadow: none !important;
    position: relative;
}

.hiring-module-section .accordion-button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 4px;
    height: 60%;
    background: #ff4ecd;
    border-radius: 20px;
}

.hiring-module-section .accordion-button:not(.collapsed){
    background: transparent;
    color: #fff;
}

/* ARROW */

.hiring-module-section .accordion-button::after{
    filter: brightness(0) invert(1);
    transition: .3s ease;
}

.hiring-module-section .accordion-button:not(.collapsed)::after{
    transform: rotate(-180deg);
}

/* TITLE */

.hiring-module-section .accordion-button h4{
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

.hiring-module-section .accordion-button span{
    font-size: 14px;
    color: #67a3ff;
    font-weight: 500;
    font-family: 'Roboto, sans-serif'
}

/* CONTENT */

.hiring-module-section .accordion-body{
    background: rgba(255,255,255,0.03);
    color: #d7d7d7;
    padding: 20px 28px 24px;
    line-height: 1.8;
    border-top: 1px solid rgba(255,255,255,.08);
}

/* OPEN EFFECT */

.hiring-module-section .accordion-item:has(.accordion-button:not(.collapsed)){
    border-color: rgba(13,110,253,.35);
    box-shadow: 0 15px 40px rgba(13,110,253,.15);
}

/* MOBILE */

@media(max-width:768px){

    .hiring-module-section .accordion-button{
        padding: 14px 18px;
    }

    .hiring-module-section .accordion-button h4{
        font-size: 16px;
    }

    .hiring-module-section .accordion-button span{
        font-size: 12px;
    }

    .hiring-module-section .accordion-body{
        padding: 15px 18px 18px;
    }
}




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

.hiring-module-section .custom-content{
    color:#d8d8d8;
}

.hiring-module-section .custom-content p{
    margin-bottom:20px;
    line-height:1.8;
}

.hiring-module-section .highlight-text{
    display:inline-block;
    /* background:#0d6efd; */
    color:#fff;
    padding:6px 12px;
    font-weight:600;
    margin-bottom:20px;
}

.hiring-module-section .feature-list{
    list-style:none;
    padding:0;
    margin:0 0 25px;
}

.hiring-module-section .feature-list li{
    position:relative;
    padding-left:35px;
    margin-bottom:14px;
    line-height:1.7;
}

.hiring-module-section .feature-list li::before{
    content:"➜";
    position:absolute;
    left:0;
    top:0;
    color:#ff4d6d;
    font-weight:700;
}

.hiring-module-section .table-title,
.hiring-module-section .trust-title{
    font-size:20px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

/* TABLE */

.hiring-module-section .hire-table{
    width:100%;
    border-collapse:collapse;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:25px;
}

.hiring-module-section .hire-table th{
    background:#f5f5f5;
    color:#000;
    padding:14px;
    text-align:left;
    font-weight:700;
}

.hiring-module-section .hire-table td{
    padding:14px;
    color:#333;
    border-top:1px solid #e5e5e5;
}

/* TWO COLUMN SECTION */

.hiring-module-section .trust-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.hiring-module-section .trust-grid .feature-list{
    margin-bottom:0;
}

/* MOBILE */

@media(max-width:768px){

    .hiring-module-section .trust-grid{
        grid-template-columns:1fr;
        gap:0;
    }

    .hiring-module-section .hire-table{
        min-width:650px;
    }

}







/* Accordion Content Design */

 .expertise-dropdown-content{
    display:flex !important;
    align-items:flex-start;
    gap:50px;
    padding:15px 0;
}

 .expertise-tech-image{
    width:220px;
    flex-shrink:0;
}

 .expertise-tech-image img{
    width:100%;
    border-radius:12px;
    background:#fff;
    padding:10px;
    border:1px solid #e5e5e5;
}

 .expertise-links-wrap{
    flex:1;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px 60px;
}

 .expertise-links-list{
    margin:0;
    padding:0;
    list-style:none;
}

 .expertise-links-list li{
    margin-bottom:14px;
}

 .expertise-links-list a{
    text-decoration:none;
    color:#fff;
    font-size:15px;
    font-weight:500;
    display:flex;
    align-items:center;
    transition:all .3s ease;
}

 .expertise-links-list a::before{
    content:"➜";
    color:#ff4d5a;
    margin-right:12px;
    font-size:16px;
    transition:all .3s ease;
}

 .expertise-links-list a:hover{
    color:#fff;
    transform:translateX(6px);
}

 .expertise-links-list a:hover::before{
    margin-right:16px;
}

/* Tablet */

@media(max-width:991px){

     .expertise-dropdown-content{
        flex-direction:column;
        gap:25px;
    }

     .expertise-tech-image{
        width:180px;
        margin:auto;
    }

     .expertise-links-wrap{
        grid-template-columns:1fr 1fr;
        gap:15px 25px;
    }
}

/* Mobile */

@media(max-width:767px){

    .maxtra-accordion .expertise-links-wrap{
        grid-template-columns:1fr;
    }

    .maxtra-accordion .expertise-links-list a{
        font-size:15px;
    }
}

.hiring-module-section h2 span{
  font-family: 'Carattere', cursive;
    font-size: 45px;
}



.hireDeveloperRange{
  padding: 20px 0;
}
.hireDeveloperRange h2{
  font-size: 35px;
}
.hireDeveloperRange h2 span{
   font-family: 'Carattere', cursive;
    font-size: 48px;
}
.hireDeveloperRangeBox {
  padding: 15px;
   border: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 250px;
}
.hireDeveloperRangeBox span{
  height: 40px;
  width: 40px;
  background: #0a011d;
  padding: 20px;
  font-weight: 700;
}
.hireDeveloperRangeBox h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-top: 30px !important;
}
.hireDeveloperRangeBox p{
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}






/* ==========================
   Hire Developer Advantage
========================== */

.hireDeveloperAdvantage{
    padding: 30px 0;
}

.hireDeveloperAdvantage-heading{
    margin-bottom: 70px;
}

.hireDeveloperAdvantage-heading h2{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.hireDeveloperAdvantage h2 span{
  font-family: 'Carattere', cursive;
    font-size: 45px;
}

.hireDeveloperAdvantage-row{
    align-items: flex-start;
}

.hireDeveloperAdvantage-col{
    position: relative;
    padding: 0 35px;
}

.hireDeveloperAdvantage-col:not(:last-child)::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d9d9d9;
}

.hireDeveloperAdvantage-item{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.hireDeveloperAdvantage-item:last-child{
    margin-bottom: 0;
}

.hireDeveloperAdvantage-item span{
    min-width: 56px;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    color: #ff4ecd;
}

.hireDeveloperAdvantage-item h3{
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin: 0;
    line-height: 1.3;
}

/* Tablet */

@media (max-width: 991px){

    .hireDeveloperAdvantage{
        padding: 70px 0;
    }

    .hireDeveloperAdvantage-heading{
        margin-bottom: 50px;
    }

    .hireDeveloperAdvantage-heading h2{
        font-size: 34px;
    }

    .hireDeveloperAdvantage-col{
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .hireDeveloperAdvantage-col:nth-child(2)::after{
        display: none;
    }

    .hireDeveloperAdvantage-item span{
        font-size: 42px;
    }

    .hireDeveloperAdvantage-item h3{
        font-size: 22px;
    }
}

/* Mobile */

@media (max-width: 767px){

    .hireDeveloperAdvantage{
        padding: 50px 0;
    }

    .hireDeveloperAdvantage-heading h2{
        font-size: 28px;
    }

    .hireDeveloperAdvantage-col{
        padding: 0 15px;
    }

    .hireDeveloperAdvantage-col::after{
        display: none !important;
    }

    .hireDeveloperAdvantage-item{
        gap: 15px;
        margin-bottom: 30px;
    }

    .hireDeveloperAdvantage-item span{
        min-width: 45px;
        font-size: 36px;
    }

    .hireDeveloperAdvantage-item h3{
        font-size: 18px;
        line-height: 1.4;
    }
}












/* ===================================
   Hire iPhone Developer About Section
=================================== */

.hireIphoneDeveloperAbout{
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.hireIphoneDeveloperAbout-image{
    position: relative;
    display: inline-block;
}

.hireIphoneDeveloperAbout-image img{
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.hireIphoneDeveloperAbout-image .blur-shape{
    position: absolute;
    width: 500px;
    height: 420px;
    background: #ff4ecd;
    top: -30px;
    left: -30px;
    border-radius: 30px;
    /* filter: blur(80px); */
    opacity: .25;
    z-index: 1;
}

.hireIphoneDeveloperAbout-image .blur-shape2{
    position: absolute;
    width: 500px;
    height: 420px;
    background: #ff4ecd;
    top: -30px;
    right: -30px;
    border-radius: 30px;
    /* filter: blur(80px); */
    opacity: .25;
    z-index: 1;
}


.hireIphoneDeveloperAbout-content h2{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
}
.hireIphoneDeveloperAbout-content h3{
  font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 10px;
}
.hireIphoneDeveloperAbout h2 span{
  font-family: 'Carattere', cursive;
    font-size: 42px;
}

.hireIphoneDeveloperAbout-content p{
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 25px;
    font-weight: 300;
}

.hireIphoneDeveloperAbout-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hireIphoneDeveloperAbout-list li span{
  font-weight: 600;
}

.hireIphoneDeveloperAbout-list li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.hireIphoneDeveloperAbout-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: linear-gradient(to right, #ff4ecd, #7b5cff);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
}

/* Tablet */

@media(max-width:991px){

    .hireIphoneDeveloperAbout-content{
        text-align: center;
    }

    .hireIphoneDeveloperAbout-content h2{
        font-size: 34px;
    }

    .hireIphoneDeveloperAbout-list{
        display: inline-block;
        text-align: left;
    }
}

/* Mobile */

@media(max-width:767px){

    .hireIphoneDeveloperAbout{
        padding: 60px 0;
    }

    .hireIphoneDeveloperAbout-content h2{
        font-size: 28px;
    }

    .hireIphoneDeveloperAbout-content p{
        font-size: 15px;
    }

    .hireIphoneDeveloperAbout-list li{
        font-size: 15px;
    }

    .hireIphoneDeveloperAbout-image .blur-shape{
        width: 180px;
        height: 180px;
        top: -20px;
        left: -20px;
    }
}



.hireDeveloperCostingModel{
  padding: 30px 0;
  background: #0e0324;
}
.hireDeveloperCostingModel h2{
  font-size: 30px;
  font-weight: 700;
}
.hireDeveloperCostingModel p{
  font-size: 15px;
  font-weight: 300;
}
















.HireFlutterCardsSection{
    position:relative;
    overflow:hidden;
    padding: 30px 0;
}



.HireFlutterCardsSection .container{
    position:relative;
    z-index:2;
}

.HireFlutterCardsSection-card{
    min-height:235px;
    padding:28px 20px;
    border-radius:6px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    transition:.3s;
}

.HireFlutterCardsSection-card:hover{
    transform:translateY(-5px);
}

.HireFlutterCardsSection-card .icon{
    font-size:45px;
    color:#2f2731;
    line-height:1;
    margin-bottom:30px;
}

.HireFlutterCardsSection-card h2{
    font-size:30px;
    font-weight:800;
    color:#000;
    margin-bottom:12px;
    line-height:1;
}

.HireFlutterCardsSection-card p{
    font-size:16px;
    line-height:1.4;
    color:#1d1d1d;
    font-weight:600;
    margin:0;
}

/* Colors */

.HireFlutterCardsSection .pink-card{
    background:#efb1c2;
}

.HireFlutterCardsSection .purple-card{
    background:#cfbeea;
}

.HireFlutterCardsSection .cream-card{
    background:#efe2bc;
}

.HireFlutterCardsSection .blue-card{
    background:#b9cdef;
}

.HireFlutterCardsSection .orange-card{
    background:#f3c277;
}

/* Certification Card */

.HireFlutterCardsSection .certification-card{
    background:#e7d49d;
}

.HireFlutterCardsSection .certification-card h4{
    font-size:23px;
    font-weight:700;
    margin-bottom:15px;
    color:#000;
}

.HireFlutterCardsSection .certification-card span{
    display:block;
    font-size:17px;
    font-weight:600;
    color:#222;
    margin-bottom:5px;
}

/* Review Card */

.HireFlutterCardsSection .review-card{
    background:#e9e9e9;
    flex-direction:row;
    align-items:center;
    gap:25px;
    min-height:235px;
}

.HireFlutterCardsSection .review-icon{
    font-size:70px;
    color:#3ca85a;
    flex-shrink:0;
}

.HireFlutterCardsSection .review-card h2{
    color:#cf0018;
    font-size:40px;
    margin-bottom:8px;
}

.HireFlutterCardsSection .review-card h3{
    font-size:23px;
    font-weight:800;
    margin-bottom:10px;
    color:#000;
}

.HireFlutterCardsSection .review-card p{
    font-size:18px;
    font-weight:600;
}

/* Responsive */

@media(max-width:991px){

    .HireFlutterCardsSection-card{
        min-height:210px;
    }

    .HireFlutterCardsSection-card h2{
        font-size:30px;
    }

    .HireFlutterCardsSection .review-card{
        min-height:auto;
    }
}

@media(max-width:767px){

    .HireFlutterCardsSection-card{
        min-height:180px;
        padding:20px 15px;
    }

    .HireFlutterCardsSection-card .icon{
        font-size:40px;
        margin-bottom:20px;
    }

    .HireFlutterCardsSection-card h2{
        font-size:34px;
    }

    .HireFlutterCardsSection-card p{
        font-size:15px;
    }

    .HireFlutterCardsSection .review-card{
        flex-direction:column;
        text-align:center;
        gap:15px;
    }

    .HireFlutterCardsSection .review-card h2{
        font-size:42px;
    }

    .HireFlutterCardsSection .review-card h3{
        font-size:22px;
    }
}

@media(min-width:992px){
    .col-lg-2_4{
        flex:0 0 20%;
        max-width:20%;
    }
     .col-lg-4_2{
        flex:0 0 40%;
        max-width:40%;
    }
}


















/* @@@@@@@@@@@@@@@@@@@@@@ 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;
}



/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  all cta  @@@@@@@@@@@@@@@@@@@@@@@@@ */
.cta3forMobileApp{
  background: url(../images/services/mobile-app/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forMobileApp{
  background: url(../images/services/mobile-app/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forMobileApp{
   background: url(../images/services/mobile-app/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forIOSApp{
  background: url(../images/services/ios-app/ios/ctaIOS.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forIOSApp{
  background: url(../images/services/ios-app/ios/ctaIOS2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forIOSApp{
 background: url(../images/services/ios-app/ios/ctaIOS3.webp);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta1forAndroidApp{
  background: url(../images/services/Android-App-Development/CTAANDROID.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta2forAndroidApp{
  background: url(../images/services/Android-App-Development/CTAANDROID2.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta3forAndroidApp{
  background: url(../images/services/Android-App-Development/CTAANDROID3.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta1forPWAApp{
  background: url(../images/services/PWA-App-Development/PWA1.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta2forPWAApp{
  background: url(../images/services/PWA-App-Development/PWA2.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta3forPWAApp{
  background: url(../images/services/PWA-App-Development/PWA3.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta1forWebApp{
   background: url(../images/services/Web-App-Development-Images-Maxtra/CTA.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta2forWebApp{
   background: url(../images/services/Web-App-Development-Images-Maxtra/CTA2.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta3forWebApp{
   background: url(../images/services/Web-App-Development-Images-Maxtra/CTA3.png);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta1forSoftwareIntegration{
  background: url(../images/services/integration/cta-softwareintegration1.webp);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta2forSoftwareIntegration{
  background: url(../images/services/integration/cta-softwareintegration2.webp);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta3forSoftwareIntegration{
  background: url(../images/services/integration/cta-softwareintegration3.webp);
  background-repeat: no-repeat;
  background-size: cover; 
}
.cta1forSoftwareEnterprise{
  background: url(../images/services/enterprise/enterprisesoftwaredevelopment01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSoftwareEnterprise{
  background: url(../images/services/enterprise/enterprisesoftwaredevelopment02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSoftwareEnterprise{
  background: url(../images/services/enterprise/enterprisesoftwaredevelopment03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forSaas{
  background: url(../images/services/saas/Saassoftwaredevelopment01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSaas{
  background: url(../images/services/saas/Saassoftwaredevelopment02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSaas{
  background: url(../images/services/saas/Saassoftwaredevelopment03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forOutsourcing{
  background: url(../images/services/outsourcing/SD-Outsourching01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forOutsourcing{
  background: url(../images/services/outsourcing/SD-Outsourching02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forOutsourcing{
  background: url(../images/services/outsourcing/SD-Outsourching03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forOffshore{
  background: url(../images/services/offshore/offshore01.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forOffshore{
  background: url(../images/services/offshore/offshore02.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forOffshore{
  background: url(../images/services/offshore/offshore03.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forMicroservice{
background: url(../images/services/microservices/microservice01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forMicroservice{
background: url(../images/services/microservices/microservice02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forMicroservice{
background: url(../images/services/microservices/microservice03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forWhiteLabel{
  background: url(../images/services/white-label/whitelabel01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forWhiteLabel{
  background: url(../images/services/white-label/whitelabel02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forWhiteLabel{
  background: url(../images/services/white-label/whitelabel03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCRM{
  background: url(../images/services/crm/crm01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCRM{
  background: url(../images/services/crm/crm02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCRM{
  background: url(../images/services/crm/crm03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forERP{
  background: url(../images/services/erp/erp01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forERP{
  background: url(../images/services/erp/erp02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forERP{
  background: url(../images/services/erp/erp03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forHRMS{
background: url(../images/services/hrms/HRMS01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forHRMS{
background: url(../images/services/hrms/HRMS02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forHRMS{
background: url(../images/services/hrms/HRMS03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forUIUX{
background: url(../images/services/ui-ux/UIUX-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forUIUX{
background: url(../images/services/ui-ux/UIUX-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forUIUX{
  background: url(../images/services/ui-ux/UIUX-03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forQA{
  background: url(../images/services/qa/QA-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forQA{
  background: url(../images/services/qa/QA-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forQA{
  background: url(../images/services/qa/QA-03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forDevops{
  background: url(../images/services/devops/devop-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forDevops{
   background: url(../images/services/devops/devop-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forDevops{
   background: url(../images/services/devops/devop-03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forIoT{
   background: url(../images/services/iot/Iot-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forIoT{
   background: url(../images/services/iot/Iot-2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forIoT{
   background: url(../images/services/iot/Iot-3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forARVR{
   background: url(../images/services/ar-vr/vr-01.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forARVR{
   background: url(../images/services/ar-vr/vr-02.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forARVR{
   background: url(../images/services/ar-vr/ar-vr03.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCloudApp{
   background: url(../images/services/cloud-app-development/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCloudApp{
   background: url(../images/services/cloud-app-development/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height:236px;
}
.cta3forCloudApp{
   background: url(../images/services/cloud-app-development/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCloudConsulting{
   background: url(../images/services/cloud-consulting/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCloudConsulting{
   background: url(../images/services/cloud-consulting/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCloudConsulting{
   background: url(../images/services/cloud-consulting/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCloudManaged{
   background: url(../images/services/cloud-managed/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCloudManaged{
   background: url(../images/services/cloud-managed/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCloudManaged{
   background: url(../images/services/cloud-managed/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCloudMigration{
   background: url(../images/services/cloud-migration/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCloudMigration{
   background: url(../images/services/cloud-migration/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCloudMigration{
   background: url(../images/services/cloud-migration/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCloudSecurity{
   background: url(../images/services/cloud-security/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCloudSecurity{
   background: url(../images/services/cloud-security/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCloudSecurity{
   background: url(../images/services/cloud-security/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainConsulting{
   background: url(../images/services/blockchain-consulting/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainConsulting{
   background: url(../images/services/blockchain-consulting/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainConsulting{
   background: url(../images/services/blockchain-consulting/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainDevelopment{
   background: url(../images/services/blockchain-development/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainDevelopment{
   background: url(../images/services/blockchain-development/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainDevelopment{
   background: url(../images/services/blockchain-development/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainDevelopment{
   background: url(../images/services/blockchain-ai-development/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainDevelopment{
   background: url(../images/services/blockchain-ai-development/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainDevelopment{
   background: url(../images/services/blockchain-ai-development/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainDApp{
   background: url(../images/services/dapp/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainDApp{
   background: url(../images/services/dapp/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainDApp{
   background: url(../images/services/dapp/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainNFT{
   background: url(../images/services/nft/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainNFT{
   background: url(../images/services/nft/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainNFT{
   background: url(../images/services/nft/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBlockchainDefi{
   background: url(../images/services/defi/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBlockchainDefi{
   background: url(../images/services/defi/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBlockchainDefi{
   background: url(../images/services/defi/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCrypto{
   background: url(../images/services/crypto/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCrypto{
   background: url(../images/services/crypto/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCrypto{
   background: url(../images/services/crypto/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forCryptoExchange{
   background: url(../images/services/crypto-currency/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forCryptoExchange{
   background: url(../images/services/crypto-currency/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forCryptoExchange{
   background: url(../images/services/crypto-currency/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forSmartContract{
   background: url(../images/services/smart-contract/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSmartContract{
   background: url(../images/services/smart-contract/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSmartContract{
   background: url(../images/services/smart-contract/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forWeb3{
   background: url(../images/services/web3/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forWeb3{
   background: url(../images/services/web3/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forWeb3{
   background: url(../images/services/web3/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forHealthcare{
background: url(../images/all-industries/healthcare/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forHealthcare{
  background: url(../images/all-industries/healthcare/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forFinance{
  background: url(../images/all-industries/finance/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forFinance{
  background: url(../images/all-industries/finance/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forFinance{
  background: url(../images/all-industries/finance/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forBanking{
  background: url(../images/all-industries/banking/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forBanking{
  background: url(../images/all-industries/banking/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forBanking{
   background: url(../images/all-industries/banking/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forInsurance{
   background: url(../images/all-industries/insurance/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forInsurance{
   background: url(../images/all-industries/insurance/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forInsurance{
   background: url(../images/all-industries/insurance/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forEducation{
   background: url(../images/all-industries/insurance/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forEducation{
   background: url(../images/all-industries/insurance/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forEducation{
   background: url(../images/all-industries/insurance/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forOnDemand{
   background: url(../images/all-industries/ondemand/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forOnDemand{
   background: url(../images/all-industries/ondemand/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forOnDemand{
   background: url(../images/all-industries/ondemand/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forRestaurant{
   background: url(../images/all-industries/restaurant/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forRestaurant{
   background: url(../images/all-industries/restaurant/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forRestaurant{
   background: url(../images/all-industries/restaurant/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forFoodDelivery{
   background: url(../images/all-industries/food-delivery/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forFoodDelivery{
   background: url(../images/all-industries/food-delivery/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forFoodDelivery{
   background: url(../images/all-industries/food-delivery/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forEcommerce{
   background: url(../images/all-industries/ecommerce/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forEcommerce{
   background: url(../images/all-industries/ecommerce/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forEcommerce{
   background: url(../images/all-industries/ecommerce/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forLogistics{
   background: url(../images/all-industries/logistics/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forLogistics{
   background: url(../images/all-industries/logistics/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forLogistics{
   background: url(../images/all-industries/logistics/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forSupplyChain{
   background: url(../images/all-industries/supply-chain/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSupplyChain{
   background: url(../images/all-industries/supply-chain/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSupplyChain{
   background: url(../images/all-industries/supply-chain/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forSocialMedia{
   background: url(../images/all-industries/social-media/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSocialMedia{
   background: url(../images/all-industries/social-media/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSocialMedia{
   background: url(../images/all-industries/social-media/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forTravel{
   background: url(../images/all-industries/travel/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forTravel{
   background: url(../images/all-industries/travel/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forTravel{
   background: url(../images/all-industries/travel/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forRetail{
   background: url(../images/all-industries/retail/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forRetail{
   background: url(../images/all-industries/retail/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forRetail{
   background: url(../images/all-industries/retail/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forFitness{
   background: url(../images/all-industries/fitness/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forFitness{
   background: url(../images/all-industries/fitness/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forFitness{
   background: url(../images/all-industries/fitness/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forEntertainment{
   background: url(../images/all-industries/entertainment/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forEntertainment{
   background: url(../images/all-industries/entertainment/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forEntertainment{
   background: url(../images/all-industries/entertainment/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forLawyer{
   background: url(../images/all-industries/lawyer/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forLawyer{
   background: url(../images/all-industries/lawyer/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forLawyer{
   background: url(../images/all-industries/lawyer/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forAstrology{
   background: url(../images/all-industries/astrology/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forAstrology{
   background: url(../images/all-industries/astrology/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forAstrology{
   background: url(../images/all-industries/astrology/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forEmobility{
   background: url(../images/all-industries/e-mobility/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forEmobility{
   background: url(../images/all-industries/e-mobility/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forEmobility{
   background: url(../images/all-industries/e-mobility/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forRealEstate{
   background: url(../images/all-industries/real-estate/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forRealEstate{
   background: url(../images/all-industries/real-estate/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forRealEstate{
   background: url(../images/all-industries/real-estate/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forAgritech{
   background: url(../images/all-industries/agritech/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forAgritech{
   background: url(../images/all-industries/agritech/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forAgritech{
   background: url(../images/all-industries/agritech/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forEventManagement{
   background: url(../images/all-industries/event-management/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forEventManagement{
   background: url(../images/all-industries/event-management/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forEventManagement{
   background: url(../images/all-industries/event-management/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forNewsMagazine{
   background: url(../images/all-industries/news-and-magazine/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forNewsMagazine{
   background: url(../images/all-industries/news-and-magazine/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forNewsMagazine{
   background: url(../images/all-industries/news-and-magazine/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forAviation{
   background: url(../images/all-industries/aviation/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forAviation{
   background: url(../images/all-industries/aviation/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forAviation{
   background: url(../images/all-industries/aviation/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forTelecom{
   background: url(../images/all-industries/telecom/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forTelecom{
   background: url(../images/all-industries/telecom/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forTelecom{
   background: url(../images/all-industries/telecom/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forManufacturing{
   background: url(../images/all-industries/manufacturing/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forManufacturing{
   background: url(../images/all-industries/manufacturing/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forManufacturing{
   background: url(../images/all-industries/manufacturing/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forGovernment{
   background: url(../images/all-industries/government/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forGovernment{
   background: url(../images/all-industries/government/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forGovernment{
   background: url(../images/all-industries/government/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forMarketing{
   background: url(../images/all-industries/marketing-and-advertising/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forMarketing{
   background: url(../images/all-industries/marketing-and-advertising/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forMarketing{
   background: url(../images/all-industries/marketing-and-advertising/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forWearable{
   background: url(../images/all-industries/wearable/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forWearable{
   background: url(../images/all-industries/wearable/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forWearable{
   background: url(../images/all-industries/wearable/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forStartups{
   background: url(../images/all-industries/startup/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forStartups{
   background: url(../images/all-industries/startup/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forStartups{
   background: url(../images/all-industries/startup/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forOilGas{
   background: url(../images/all-industries/oil-and-gas/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forOilGas{
   background: url(../images/all-industries/oil-and-gas/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forOilGas{
   background: url(../images/all-industries/oil-and-gas/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forAutomotive{
   background: url(../images/all-industries/automotive/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forAutomotive{
   background: url(../images/all-industries/automotive/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forAutomotive{
   background: url(../images/all-industries/automotive/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta1forSports{
   background: url(../images/all-industries/sports/cta1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta2forSports{
   background: url(../images/all-industries/sports/cta2.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta3forSports{
   background: url(../images/all-industries/sports/cta3.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

/* @@@@@@@@@@@@@@@@@@@@@@@@@@@ site map page css start from here @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */


.sitemapSection{
    padding:80px 0;
    /* background:#f8fafc; */
}

.sitemapCategory{
    /* background:#fff; */
    border: 1px solid #FFFFFF2E;
    padding:35px;
    border-radius:20px;
    margin-bottom:30px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.sitemapCategory h2{
    font-size:23px;
    font-weight:700;
    margin-bottom:25px;
    color:#fff;
    position:relative;
    padding-left:20px;
}

.sitemapCategory h2::before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:6px;
    height:30px;
    background:#ff4ecd;
    border-radius:10px;
}

.sitemapLinks{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}

.sitemapLinks a{
    text-decoration:none;
    padding:10px 20px;
    font-size: 12px;
    background:#09001a;
    border:1px solid #FFFFFF2E;
    border-radius:50px;
    color:#fff;
    font-weight:500;
    transition:.3s;
}

.sitemapLinks a:hover{
    background:#FFFFFF2E;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){

    .sitemapCategory{
        padding:25px;
    }

    .sitemapCategory h2{
        font-size:24px;
    }

    .sitemapLinks a{
        width:100%;
        border-radius:12px;
    }
}




    /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ final responsive for mobile  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    @media (max-width: 767px) {
    .HomeBannerContent {
    padding: 100px 20px 10px !important;
}
.HomeBannerContent h1 {
    font-size: 42px;
}
.HomeBannerContent h1 span{
    font-size: 45px !important;
}
.HomeBannerContent p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.getInTouchJuneInner {
    margin: 0 15px !important;
}
.Industries p {
        font-size: 12px;
    }
    .Industries .box-area p{
      font-size: 7px;
    }
.bannerBtn .bannerBtnWithBgcolor {
        font-size: 9px;
        padding: 12px 10px;
    }
    .bannerBtn .bannerBtnWithoutBgcolor {
        font-size: 9px;
        padding: 12px 10px;
    }
    .counter-box h2 {
    font-size: 25px;
}
.counter-box p{
  font-size: 10px;
}
.box{
        height: 250px !important;
    }
    .box-area{
        height: 250px !important;
    }
    .box h4{
      font-size: 10px !important;
    }
    .box p{
      font-size: 8px;
    }
    .getInTouchJuneInner h3 {
    font-weight: 600;
    font-size: 20px;
}
.Getarrow-btn {
    font-size: 10px;
}
.getInTouchJuneInner {
    height: 470px;
}
.getInTouchJuneInner p {
    font-size: 13px;
}
.getInTouchJuneInner ul li {
    font-size: 13px;
    padding: 3px 0;
}
.mobileAppCaseStudies h2 {
        font-size: 18px;
    }
    #TheImpactItemList li {
    font-size: 9px;
}
.getFreeqUOTE {
    font-size: 21px !important;
}
    .testimonialMain p {
        font-size: 13px !important; 
    }
    .mobileAppCaseStudies p {
        font-size: 12px;
    }
    .testimonial-text {
        font-size: 12px !important;
    }
    .testimonial-slide {
        padding: 25px;
        min-height: 310px;
    }
    .testimonialMain h2 {
        font-size: 17px;
    }
    .getInTouchJuneInner2 {
    margin: 0 20px;
    padding: 20px;
    height: 280px;
}
.getInTouchJuneInner2 h3 {
    font-size: 18px;
}
.getInTouchJuneInner2 p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}
.googleImageSec h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .certificationNewContent h3 {
    font-size: 25px;
    line-height: 35px;
}
.certificationNewContent h3 span {
    font-size: 35px;
}
.certificationNewContent p{
  font-size: 13px;
}
.PriyaJune-marquee img {
        width: 50px;
        height: 50px;
    }
    .PriyaJune-certificates-section {
    padding: 20px 0;
}
.getInTouchJuneInner3 {
    margin: 0 20px;
    padding: 20px;
    height: 260px;
}
.getInTouchJuneInner3 h3 {
    font-size: 18px;
}
.getInTouchJuneInner3 p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}
.future-tech-sectionPriyaLT {
    padding: 10px 0 30px;
}
.future-main-headingPriyaLT {
        font-size: 23px;
    }
    .future-main-headingPriyaLT span {
    font-size: 30px;
}
.future-top-contentPriyaLT {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
}
    .future-card-contentPriyaLT h3 {
        font-size: 16px;
    }
    .future-card-contentPriyaLT p {
    line-height: 17px;
    font-size: 13px;
}
.future-circle-innerPriyaLT i {
    font-size: 25px;
    margin-bottom: 10px;
}
.future-circle-innerPriyaLT span {
    font-size: 9px;
    text-align: center;
}
.future-circle-innerPriyaLT h4 {
        font-size: 17px;
    }
    .technology-section h2 {
    font-size: 23px;
    padding-bottom: 5px;
}
.tech-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.tech-btn h3 {
    font-size: 12px;
}
.highImpact-right {
    max-height: 200px !important;
    overflow-y: auto;
}
.highImpact-body p {
    max-width: 270px !important;
    font-size: 12px;
}
.faq-heading {
        font-size: 23px;
    }
        .NewLinksSocial {
        gap: 7px;
    }
    .NewLinksSocial p {
        font-size: 11px;
    }
    .ContactCTA h2 {
        font-size: 20px;
    }
        .ContactCTA h2 span {
        font-size: 27px;
    }
    .pwaProcessItem h3 {
        font-size: 10px;
    }
        .pwaProcessItem i {
       margin-top: 5px;
        font-size: 15px;
    }
    .casMain h2 {
        font-size: 19px;
        line-height: 28px;
    }
        .casMain h2 span {
        font-size: 22px;
    }
        .workArchitech3 h3 {
        font-size: 18px;
        line-height: 23px;
    }
    .technologyNewSection h2 {
        font-size: 18px;
    }
    .technologyNewSection h2 span {
        font-size: 30px;
    }
        .developmentPartner h2 {
        font-size: 16px;
    }
        .developmentPartner h2 span {
        font-size: 23px;
    }
        .googleImageSec h2 span {
        font-size: 24px;
    }
        .workArchitech2 h3 {
        font-size: 16px;
        line-height: 21px;
    }
    .sub-text {
        font-size: 13px;
    }
    .main-title {
        font-size: 18px;
        line-height: 23px;
    }
    .MADTestimoanials h2 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 25px;
    }
        .workArchitech h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .madsOfferedByMaxtra h2 {
        font-size: 16px;
    }
        .mobileAppSecOne_heading {
        font-size: 21px;
        padding-top: 50px;
    }
    .logo-marquee{  
      padding: 10px 0;
      margin-bottom: 10px;
    }
    .logo-track21 img {
    width: 70px;
    height: 70px;
}
.main-title span {
        font-size: 26px;
    }
        .MADTestimoanials h2 span {
        font-size: 26px;
    }
        .newQuickLinks a {
        font-size: 11px;
    }
    .theIndustryBox h3 {
    font-size: 18px;
}
.theIndustryBox2 h3 {
    font-size: 18px;
}
.theIndustryBox p {
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}
.theIndustryBox2 p{
   font-size: 13px;
    font-weight: 300;
    line-height: 17px;
}
.theIndustryBox {
    height: 220px;
}
.theIndustryBox2 {
    height: 245px;
}
.accordion-button {
        font-size: 13px;
}
.newQuickLinks a {
    padding: 0px 5px;
}
    .pdcSection h2 {
        font-size: 25px;
    }
        .pdcSection h2 {
        font-size: 17px;
        padding-bottom: 15px;
    }
    .transforming-content img {
    width: 100%;
    }
    .transformingMain p {
    font-size: 13px;
}
.hsbLeft {
    padding: 10px 0px 0 10px;
}
.hsbLeft h2 {
        font-size: 12px;
    }
    .hsbLeft p {
        font-size: 8px;
    }
        .hsbLeft ul li {
        font-size: 8px;
    }
    .healthcareSuccessfulBox {
    height: 215px;
}
.hsbRight img{
  height: 215px;
  object-fit: cover;
}
.transformingMain h2 {
        font-size: 18px;
    }
        .transformingMain h2 span {
        font-size: 25px;
    }
    .highImpact-left h2 {
        font-size: 18px;
    }
    .pdcSection p {
        font-size: 13px;
    }
    .pdcSection ul li {
    font-size: 13px;
}
    .weOfferHealthcare h2 {
        font-size: 18px;
    }
        .weOfferHealthcare p {
        font-size: 13px;
    }
    .healthcare-slider {
    max-width: 310px;
}
    .healthcare-slide-content p, .healthcare-slide-content li {
        font-size: 13px;
        line-height: 20px;
    }
        .healthcare-slide-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .healthcare-next {
        right: -17px;
    }
    .healthcare-prev {
        left: -15px !important;
    }
    .keyFeaturesHealthcare ul li{
      font-size: 12px;
    }
        .industryRecognition h2 {
        font-size: 18px;
    }
        .industryRecognition h2 span {
        font-size: 25px;
    }
        .pdcSection h2 {
        font-size: 19px;
    }
    .newkeyFeatureMayBtn {
    width: 100%;
    padding: 8px 10px;
    font-size: 9px;
    gap: 7px;
}
.newkeyFeatureMayBtn i {
    font-size: 10px;
}
.newkeyFeatureMayContent h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.newkeyFeatureMayContent ul li {
    font-size: 12px;
    line-height: 16px;
}
    .keyFeaturesHealthcare h2 span {
        font-size: 28px;
    }
        .keyFeaturesHealthcare h2 {
        font-size: 18px;
    }
    .newKeyFeatureDesign {
    padding: 5px 0;
}
.keyFeaturesHealthcare {
    padding: 15px 0 10px;
}
    .COTwo h3 {
        font-size: 20px !important;
    }
        .COTwo h3 span {
        font-size: 27px !important;
    }
        .countlessOpportunities h2 {
        font-size: 19px;
        line-height: 22px;
    }
    .hireDeveloperBannerContent h1 {
    font-size: 28px;
}
.hireDeveloperBannerContent h1 span {
    font-size: 42px;
}
.aboutusBannerBtnsHire a{
  font-size: 13px;
}
.hireDeveloperBannerImage img{
  width: 100%;
}
.hire-resource-section {
    padding: 10px 0;
}
.content-area h2 {
    font-size: 21px;
    line-height: 28px;
}
.content-area h2 span {
    font-size: 30px;
}
.content-area .sub-text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
}
.content-area p{
  font-size: 13px;
  line-height: 20px;
}
.quote-form {
        margin-top: 10px;
    }
    .hire-resource-section .quote-form h2 {
    font-size: 21px;
}
.hire-resource-section .quote-form h3 {
    font-size: 12px;
    margin-bottom: 20px;
}
.hire-resource-section .quote-form input, .quote-form select, .quote-form textarea {
    margin-bottom: 10px;
    font-size: 12px;
}
.hire-resource-section .quote-form button {
    padding: 12px 40px;
    font-size: 14px;
}
.hiring-module-section {
    padding: 15px 0;
}
.hiring-module-section h2 {
    font-size: 21px;
    margin-bottom: 15px;
}
.hiring-module-section h2 span {
    font-size: 27px;
}
.hiring-module-section .accordion-button h4 {
        font-size: 13px;
    }
    .hiring-module-section .table-title, .hiring-module-section .trust-title {
    font-size: 13px;
    }
    .expertise-links-list a {
    font-size: 11px;
    }
    .hireDeveloperRange {
    padding: 10px 0;
}
.hireDeveloperRange h2 {
    font-size: 20px;
}
.hireDeveloperRange h2 span {
    font-size: 32px;
}
.hireDeveloperRangeBox h3 {
    font-size: 14px;
}
.hireDeveloperRangeBox p {
    font-size: 10px;  
}
.hireDeveloperRangeBox {
    padding: 15px 10px;
    min-height: 263px;
}
    .hireDeveloperAdvantage {
        padding: 10px 0;
    }
    .hireDeveloperAdvantage-heading h2 {
        font-size: 18px;
    }
    .hireDeveloperAdvantage-item h3 {
        font-size: 12px;
        line-height: 18px;
    }
    .hireDeveloperAdvantage-item span {
        min-width: 28px;
        font-size: 23px;
    }
    .portfolioMainSEcImage {
    height: 240px;
    margin-top: 70px;
}
.portfolioMainSecContent {
    padding-top: 10px;
    padding-left: 10px;
}
.portfolioMainSecContent h2 span {
    font-size: 25px;
}
.portfolioMainSecContentLeft h2 span {
    font-size: 25px;
}
.portfolioMainSecContentLeft p {
    font-size: 13px;
}
.portfolioMainSecContentLeft ul li {
    font-size: 13px;
}
.portfolioMainSecContent p {
    font-size: 13px;
}
.portfolioMainSecContent ul li {
    font-size: 13px;
}
.portfolioMainSec {
    padding: 0;
}
.portfolioMainSecContentLeft{
  padding-top: 0;
}
.portfolioMainSEcImage img {
    margin-top: -88px;
}
.hiring-module-section p{
  font-size: 14px;
}
    .hireIphoneDeveloperAbout-content h2 {
        font-size: 19px;
        margin-bottom: 5px;
        line-height:  25px;
    }
    .hireIphoneDeveloperAbout h2 span {
    font-size: 30px;
}
    .hireIphoneDeveloperAbout-list li {
        font-size: 13px;
        line-height: 15px;
    }
        .hireIphoneDeveloperAbout {
        padding: 5px 0 10px;
    }
    .hireIphoneDeveloperAbout-content p {
        font-size: 13px;
        line-height: 20px;
    }
    .hireIphoneDeveloperAbout-image .blur-shape2{
      height: 0;
    }
        .hireIphoneDeveloperAbout-image .blur-shape {
        height: 0;
    }
        .hireIphoneDeveloperAbout-content {
        padding-top: 15px;
        text-align: left;
    }
    .hireDeveloperCostingModel {
    padding: 10px 0;
}
.hireDeveloperCostingModel h2 {
    font-size: 18px;
}
.hireDeveloperCostingModel p {
    font-size: 13px;
}
.hireDeveloperAdvantage h2 span {
    font-size: 30px;
}
.hireDeveloperAdvantage-item {
        gap: 15px;
        margin-bottom: 15px;
    }
    .HireFlutterCardsSection{
      padding: 15px 0;
    }
    .HireFlutterCardsSection-card {
        min-height: 145px;
        padding: 10px 15px;
    }
    .HireFlutterCardsSection-card .icon {
        font-size: 30px;
        margin-bottom: 10px;
    }
        .HireFlutterCardsSection-card h2 {
        font-size: 28px;
    }
        .HireFlutterCardsSection-card p {
        font-size: 14px;
    }
    .HireFlutterCardsSection .certification-card h4 {
    font-size: 18px;
}
.HireFlutterCardsSection .certification-card span {
    font-size: 13px;
}
.HireFlutterCardsSection .review-icon {
    font-size: 30px;
}
    .HireFlutterCardsSection .review-card h2 {
        font-size: 25px;
    }
    .HireFlutterCardsSection .review-card h3 {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .HireFlutterCardsSection .review-card p {
    font-size: 13px;
    font-weight: 400;
}
    .HireFlutterCardsSection-card h2 {
        font-size: 20px;
    }
    .HireFlutterCardsSection-card p {
        font-size: 13px;
    }
    .hireDeveloperBannerContent h1 {
        font-size: 25px;
    }
        .hireDeveloperBannerContent h1 span {
        font-size: 35px;
    }
    .hireIphoneDeveloperAbout-content h3 {
    font-size: 17px;
}
    .scrumTab {
        padding: 8px 7px;
        font-size: 9px;
    }
        .ltfBox ul li {
        font-size: 12px;
    }
        .lifeMCard {
        height: 395px;
        padding: 15px;
    }
        .lifeMHeading {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 19px;
    }
    .ourCoreValues h2 {
        font-size: 21px;
    }
        .ourCoreValues h2 span {
        font-size: 40px;
    }
    .expBoxInnerBox h6 {
        font-size: 23px;
    }
        .expBoxInnerBox2 h6 {
        font-size: 21px;
        padding: 5px 0;
    }
        .expBoxInnerBox h6 {
        font-size: 21px;
         padding: 5px 0;
    }
        .faqPageSection_card .accordion-button {
        font-size: 13px;
    }
    .faqPageSection_card .accordion-body {
        font-size: 12px;
        line-height: 1.4;
    }
        .careTeam h3 {
        font-size: 21px;
    }
        .careTeam h3 span {
        font-size: 35px !important;
    }
    .careTeamBox {
    padding: 15px
    }
    .recruitmentSection {
        padding: 10px 8px;
    }
    .recruitmentSection h2 {
    font-size: 25px;
    line-height: 23px;
}
 .processWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .leftSide,
    .rightSide {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .centerCircle {
        order: -1;
        margin-bottom: 10px;
        transform: scale(0.85);
    }

    .processItem {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .contentRecruitment {
        flex: 1;
        padding: 15px;
    }

    .contentRecruitment h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contentRecruitment ul {
        padding-left: 18px;
        margin-bottom: 0;
    }

    .contentRecruitment ul li {
        font-size: 14px;
        line-height: 1.5;
    }

    .iconRecruitment {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Right side cards ka icon left me le aao */
    .rightSide .processItem {
        flex-direction: row;
    }

    .rightSide .iconRecruitment {
        order: 0;
    }

    .rightSide .contentRecruitment {
        order: 1;
    }

    .ringRecruitment {
        width: 180px;
        height: 100px;
    }

    .centerText h5 {
        font-size: 10px;
        line-height: 1.3;
    }
     .processWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .leftSide,
    .rightSide {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .centerCircle {
        order: -1;
        margin-bottom: 10px;
        transform: scale(0.85);
    }

    .processItem {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .contentRecruitment {
        flex: 1;
        padding: 15px;
    }

    .contentRecruitment h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contentRecruitment ul {
        padding-left: 18px;
        margin-bottom: 0;
    }

    .contentRecruitment ul li {
        font-size: 14px;
        line-height: 1.5;
    }

    .iconRecruitment {
        width: 55px;
        height: 55px;
        min-width: 55px;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Right side cards ka icon left me le aao */
    .rightSide .processItem {
        flex-direction: row;
    }

    .rightSide .iconRecruitment {
        order: 0;
    }

    .rightSide .contentRecruitment {
        order: 1;
    }

    .ringRecruitment {
        width: 180px;
        height: 100px;
    }

    .centerText h5 {
        font-size: 10px;
        line-height: 1.3;
    }
        .contentRecruitment h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contentRecruitment ul li {
        font-size: 12px;
    }
    .recruitmentSection h2 span {
        font-size: 32px;
    }
    .careTeam {
    padding: 20px 0;
}
    .sitemapCategory h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .sitemapSection {
    padding: 20px 0;
}
.availability div {
    font-size: 13px;
}
.availability h2 {
    font-size: 16px !important;
}
.quote-box h5{
  font-size: 16px;
}
.quote-box .input-group{
  margin-bottom: 0px;
}
.newFooterLinksHeading {
    padding-top: 15px;
}
.newFooterLocationCard h6 {
    font-size: 13px;
}
.meltanoRight h2 {
        font-size: 18px;
    }
    .errorImage img {
      width: 100%;
    }
    .termsAndConditionContent h2 {
    font-size: 18px;
}
.termsAndConditionContent p {
    font-size: 14px;
}
.termsAndConditionContent ul li {
    font-size: 14px;
}
.termsAndConditionContent span {
    font-size: 17px;
}
.termsAndConditionContent h3 {
    font-size: 16px;
    font-weight: 600;
}
.termsAndConditionContent a {
    font-size: 14px;
}
.casMainBox22 h3{
  font-size: 12px !important;
}
.casMainBox22 {
        padding: 5px 5px;
        height: 90px;
    }
    .MobileAppCaseStudiesCardLeft h3{
      font-size: 18px;
    }
    .keyFeaturesHealthcare h3{
      font-size: 15px !important;
    }
    .ContactCTA h3{
      font-size: 17px;
    }
    .newFooterLinksHeading h5 {
    font-size: 16px;  
}
.newFooterLocationCard img {
    width: 25px;
}
}

.latestBlogBox h5 a{
  color:#fff;
      font-weight: 400;
}

.latestBlogBox h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    line-height: 1.4;
    min-height: calc(1.4em * 2);
}