.animated-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
    opacity: 0.3;
    animation: floatOverlay 4s ease-in-out infinite alternate;
  }

  @keyframes floatOverlay {
    0%   { transform: translateY(0px) scale(1); }
    50%  { transform: translateY(-15px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
  }
  
  
  @media (max-width: 768px) {
  section.hero-banner {
    height: auto !important;
    padding: 40px 20px !important;
    text-align: center;
  }

  section.hero-banner h1 {
    font-size: 30px !important;
    line-height: 1.3 !important;
  }

  section.hero-banner p {
    font-size: 16px !important;
    margin-bottom: 40px !important;
  }

  section.hero-banner a {
    display: inline-block;
    padding: 12px 24px !important;
    font-size: 14px !important;
  }

  section.hero-banner .animated-overlay {
    display: none;
  }

  section.hero-banner > div[style*="top: 50%"][style*="right: 30px"] {
    position: static !important;
    transform: none !important;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
    gap: 15px;
  }

  section.hero-banner > div[style*="top: 50%"][style*="right: 30px"] a {
    font-size: 16px !important;
    margin: 0 !important;
  }

  section.hero-banner > div[style*="padding-top: 160px"] {
    padding-top: 40px !important;
  }
}

/*=============================================================================================*/

.margin-class{
    margin-left:5px;
    margin-top:30px;
}

.counter-section {
    text-align: center;
    padding: 20px 0;
}

.counter-section h3 {
    font-size: 32px;
    font-weight: bold;
    color: #28a745;
}


        .services-section {
            
            text-align: center;
        }

    .service-card {
    min-height: 100%; /* Sabhi boxes ek hi height ke honge */
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Content ko evenly distribute karne ke liye */
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    text-align: left;
}

        .services-section h2 {
            font-size: 40px;
            font-weight: bold;
            margin-top:30px;
        }
        .services-section h2 .highlight {
            color: #007bff;
        }
        .services-section p {
            font-size: 16px;
            color: #3E3E3E;
            font-weight: 500;
            line-height: 24px;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
        }
        .service-icon {
            width: 50px; /* Adjust icon size */
            height: 50px;
            margin-bottom: 10px;
        }
        .service-card h4 {
            font-size: 26px;
            font-weight:bold;
            margin-bottom: 10px;
            line-height: 30px;
        }
        .service-card ul {
            list-style: none;
            padding: 0;
            text-align: left;
        }
        .service-card ul li {
            font-size: 16px;
            color: #555;
            padding-left: 20px;
            position: relative;
            margin-bottom: 5px;
        }
        .service-card ul li::before {
            content: "\2714";
            color: #007bff;
            font-weight: bold;
            position: absolute;
            left: 0;
        }
        .learn-more {
            color: #007bff;
            font-weight: 600;
            text-decoration: none;
            transition: 0.3s;
        }
        .learn-more:hover {
            text-decoration: underline;
        }
        .see-more {
            display: block;
            text-align: right;
            font-size: 18px;
            font-weight: bold;
            color: #007bff;
            text-decoration: none;
            transition: 0.3s;
        }
        .see-more:hover {
            text-decoration: underline;
        }

    .center-align {
    text-align: center !important;
    font-size: 22px;
}

 
        .case-studies-section {
            text-align: left;
            padding: 60px 20px;
        }
        .case-studies-section h2 {
            font-size: 40px;
            font-weight: bold;
        }
        .case-studies-section p {
            font-size: 14px;
            color: #555;
            max-width: 700px;
            margin: 0 auto 30px;
            line-height: 22.06px;
            padding-top:12px;
        }
        .case-card {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        .case-card:hover {
            transform: translateY(-5px);
        }
        .case-card .case-header {
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            font-weight: bold;
            color: white;
        }
        .case-card .case-body {
            padding: 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .badge {
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 5px;
            font-weight: bold;
        }
        .connect-btn {
            background: #007bff;
            color: white;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 25px;
            border-radius: 30px;
            border: none;
            transition: 0.3s;
            display: inline-block;
            margin-top: 20px;
            margin-left: 35px;
        }
        .connect-btn:hover {
            background: #0056b3;
        }
        
    .navbar {
    background: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
}
@media (max-width: 768px) {
  .navbar {
    background: #0a0f1f !important; /* ya koi aur color jo white se better lage */
    position: relative !important;
  }
}

.hero-title{
    
    margin-top: 140px !important;
}

.custom-margin{
    
    margin-top:105px!important;

}

@media screen and (max-width: 768px) {
    .mobile-menu { /* Replace '.mobile-menu' with your actual menu class */
        background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
        color: white; /* Text color */
        padding: 10px; /* Some padding */
    }
}

@media only screen and (max-width: 767px) {
  .connect-btn {
    display: none !important;
  }
}
/*==================================================================================================*/

.stats-section {
      width: 100%;
      /*max-width: 1200px;*/
      /*margin: 0 auto;*/
      padding: clamp(48px, 8vw, 20px) clamp(20px, 5vw, 80px);
      background: #ffffff;
    }

.stats-heading {
font-family: Clash Display;
font-weight: 500;
font-size: 44px;
letter-spacing: 0.5%;
text-align: center;
vertical-align: middle;
/*margin-bottom: clamp(40px, 7vw, 72px);*/
     
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }

    .stat-item {
      padding: clamp(16px, 3vw, 32px) clamp(16px, 2.5vw, 28px);
      position: relative;
    }

    .stat-item:not(:last-child) {
      border-right: none;
    }

    .stat-number {
     font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 60px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0.5%;
vertical-align: middle;
margin-bottom: clamp(16px, 3vw, 28px);
      
    }

    .stat-label {
font-family: Arial, sans-serif;
font-weight: 600;
font-size: 21px;
line-height: 117%;
letter-spacing: 0%;
vertical-align: middle;

      margin-bottom: 8px;
    }

    .stat-desc {
font-family: Arial, sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 117%;
letter-spacing: 0%;
vertical-align: middle;
color:#777777;

    }

    /* Tablet: 2 columns */
    @media (max-width: 768px) {
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .stat-item:nth-child(odd) {
        border-right: 1.5px solid #e0e0e0;
      }

      .stat-item:nth-child(3),
      .stat-item:nth-child(4) {
        border-top: 1.5px solid #e0e0e0;
      }
    }

    /* Mobile: 1 column */
    @media (max-width: 480px) {
      .stats-grid {
        grid-template-columns: 1fr;
      }

      .stat-item {
        border-right: none !important;
        border-top: 1.5px solid #e0e0e0;
      }

      .stat-number {
        font-size: clamp(2.5rem, 12vw, 3.5rem);
      }
    }

    /* Large screens */
    @media (min-width: 1400px) {
      .stats-section {
        max-width: 1400px;
      }
    }

    /* Animate on load */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .stats-heading {
      animation: fadeUp 0.6s ease both;
    }

    .stat-item {
      animation: fadeUp 0.6s ease both;
    }

    .stat-item:nth-child(1) { animation-delay: 0.1s; }
    .stat-item:nth-child(2) { animation-delay: 0.2s; }
    .stat-item:nth-child(3) { animation-delay: 0.3s; }
    .stat-item:nth-child(4) { animation-delay: 0.4s; }

    .stat-number {
  padding-bottom: clamp(16px, 3vw, 28px);
  border-bottom: 1.5px solid #e0e0e0;
}


/* Tablet: 2 columns */
@media (max-width: 768px) {
  .stats-heading {
    font-size: 28px;
    letter-spacing: 0%;
    margin-bottom: 32px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    padding: 24px 20px;
  }

  /* Left column items ka right border */
  .stat-item:nth-child(odd) {
    border-right: 1.5px solid #e0e0e0;
  }

  /* 3rd aur 4th item ke upar separator — but stat-number ka border-bottom pehle se hai
     isliye sirf margin/padding se gap denge, extra border nahi */
  .stat-item:nth-child(3),
  .stat-item:nth-child(4) {
    padding-top: 32px;
  }

  .stat-number {
    font-size: 40px;
  }

  .stat-label {
    font-size: 16px;
  }

  .stat-desc {
    font-size: 13px;
  }
}

/* Mobile: 1 column */
@media (max-width: 480px) {
  .stats-section {
    padding: 40px 20px;
  }

  .stats-heading {
    font-size: 22px;
    margin-bottom: 28px;
    line-height: 130%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding: 20px 0;
    border-right: none !important;
    border-top: none !important; /* stat-number ka border-bottom hi separator ka kaam karega */
  }

  /* Pehle item ke upar gap heading se */
  .stat-item:first-child {
    padding-top: 0;
  }

  .stat-number {
    font-size: 38px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .stat-label {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .stat-desc {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .stat-item {
    text-align: center;
  }

  .stat-number {
    display: block;
  }
}
 /*===================================================================================================*/
 .service-icon {
    filter: brightness(0) invert(1);
}

    .flip-card {
        background-color: transparent;
        width: 100%;
        height: 260px;
        perspective: 1200px;
    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.3s ease-in-out;
        transform-style: preserve-3d;
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .flip-card-front {
    background: linear-gradient(135deg, #1e3c72, #2a5298); 
    color: #fff;
}


    .flip-card-back {
        background: #ffffff;
        color: #000;
        transform: rotateY(180deg);
    }

    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }

    .flip-card-back p, .flip-card-back ul li {
        color: #000;
    }
    
    .service-icon {
    color: #fff; /* White color */
}

@media (max-width: 768px) {
  p.center-align {
    font-size: 17px !important;
  }
}
/*==============================================================================================*/
.scroll-hidden {
  overflow-y: auto;
  scrollbar-width: none;         /* Firefox */
  -ms-overflow-style: none;      /* IE 10+ */
}
.scroll-hidden::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Edge */
}

@media (max-width: 768px) {
  section[style*="padding: 170px 0"] {
    padding: 20px 15px !important;
  }

  section[style*="padding: 170px 0"] > div {
    flex-direction: column !important;
    gap: 20px !important;
    padding: 0 !important;
  }

  section[style*="padding: 170px 0"] h2 {
    font-size: 26px !important;
    text-align: center !important;
  }

  section[style*="padding: 170px 0"] p {
    font-size: 14px !important;
    text-align: center !important;
  }

  #genai-right-scroll {
    max-height: none !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  #genai-right-scroll h3 {
    font-size: 20px !important;
    text-align: center !important;
  }

  #genai-right-scroll p {
    font-size: 14px !important;
    text-align: center !important;
  }

  #genai-right-scroll hr {
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .genai-title-mobile {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .genai-desc-mobile {
    text-align: center !important;
  }
}
.genai-section-custom {
    padding: 30px 0;
    background-color: #ffffff;
    font-family: sans-serif;
}

/* Desktop only */
@media (min-width: 992px) {
    .genai-section-custom {
        /*padding-top: 300px;*/
    }
}
/*=================================================================================================*/
  
    /* ===== SECTION ===== */

.promise-section {
    padding: 60px 0;
}

/* WRAPPER (CENTER + 50-50) */
.promise-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 60px;

    display: flex;
    gap: 40px;
}

/* 50-50 */
.promise-left,
.promise-right {
    width: 50%;
    min-width: 0;
}

/* IMAGE GRID */
.image-grid {
    display: flex;
    gap: 15px;
}

.image-left,
.image-right {
    flex: 1;
    min-width: 0;
}

.image-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.image-grid img {
    width: 100%;
    display: block;
}

/* FEATURES */
.feature {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.feature img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.feature div {
    flex: 1;
}

/* MOBILE */
@media (max-width: 768px) {

    .promise-wrapper {
        flex-direction: column;
    }

    .promise-left,
    .promise-right {
        width: 100%;
    }

    .image-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
  .promise-wrapper {
    max-width: 100% !important;
    padding: 0 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
}

/*==================================================================================================*/
.case-study-card {
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}
.case-study-card:hover {
  transform: translateY(-5px);
}
.card-icon {
  padding: 40px;
  color: white;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-content {
  padding: 25px;
  background: white;
}
.badge-label {
  background-color: #eef2ff;
  color: #4f46e5;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 10px;
}
.read-more {
  font-weight: 600;
  font-size: 14px;
  color: #2563eb;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}
.custom-section {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 22px !important;
  text-align: center !important;
  color: #333333 !important;
}
.custom-heading {
  font-family: Montserrat !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #333333 !important;
  line-height:28px !important;
}
.equal-height-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 768px) {
  .case-studies-section {
    text-align: center !important;
    padding: 20px 15px !important;
  }
}
.swiper .swiper-pagination {
  margin-top: 20px !important;
  position: relative !important;
}

.slider-wrapper {
  position: relative;
}



.slider-wrapper .case-study-prev {
  left: -10px;
}

.slider-wrapper .case-study-next {
  right: -10px;
}
/*====================================================================================================*/
body.home .container-fluid {
    min-height: auto;
    padding: 0;
}

    .contact-container {
            background-color: #121D3A;
            border-radius: 8px;
            overflow: hidden;
        }
        .contact-left {
    padding-top: 125px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 69px;
}

        .contact-left h2 {
            font-size: 32px;
            font-weight: 600;
            line-height: 39.01px;
            color: white;
        }
        .contact-info div {
            margin: 15px 0;
            display: flex;
            align-items: center;
            color:white;
        }
        .contact-info img {
            margin-right: 10px;
            /*width: 20px;*/
            height: auto;
        }
        .social-icons {
            display: flex;
            gap: 10px;
        }
        .contact-right {
            /*background-color: #192B4A;*/
            display: flex;
            flex-direction: column;
             padding-top: 125px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
        }
        .contact-right input, .contact-right select, .contact-right textarea {
            width: 100%;
            padding: 10px;
            /*margin: 10px 0;*/
            border: none;
            border-radius: 4px;
            background: #253A61;
            color: white;
        }
        .contact-right button {
            background: #4C74F4;
            border: none;
            padding: 10px;
            border-radius: 4px;
            color: white;
            cursor: pointer;
        }
        
        
html, body {
    overflow-x: hidden !important;
}


.case-studies-section {
    overflow: hidden !important;
}


.case-card, .case-header, .case-body {
    max-height: 100% !important;
    overflow: hidden !important;
}


.case-studies-section .row {
    flex-wrap: wrap !important;
    overflow: hidden !important;
}

.connect-now-btn {
  font-size: 20px !important;
}
/*=====================================================================================================*/
 body {
            font-family: Arial, sans-serif;
        
        }
        .swiper-button-next, .swiper-button-prev {
    display: block !important;  /* Ensure they are visible */
    color: black; /* Arrow color */
   
    font-size: 18px !important; /* Arrow size chhota */
    width: 30px !important; /* Button width */
    height: 30px !important; /* Button height */
}

        .testimonial-section {
            text-align: center;
            padding: 50px 0;
            background-color: #f4f4f4; /* Light Gray */
        }
        .testimonial-section h2 {
            font-size: 28px;
            font-weight: bold;
        }
        .underline {
            border-bottom: 3px solid blue;
            display: inline-block;
            padding-bottom: 2px;
        }
        .swiper {
            width: 100%;
            margin: auto;
            padding: 20px 0;
        }
        .swiper-wrapper {
            display: flex;
            align-items: center;
        }
        .testimonial-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .quote-icon {
            background: black;
            color: white;
            width: 35px;
            height: 35px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .stars {
            color: red;
            font-size: 18px;
            margin-bottom: 10px;
        }
        .profile {
            display: flex;
            align-items: center;
            margin-top: 15px;
        }
        .profile img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
        }
        /* Custom Navigation Buttons */
        .swiper-button-next, .swiper-button-prev {
            color: blue;
        }
        .heading-light{
            font-size: 48px;
            font-weight: 400;
            line-height: 64px;
        }
        .heading-bold{
            font-size: 48px;
            font-weight: 700;
            line-height: 64px;
        }
        .heading-bold::after {
    content: "";
    display: block;
    width: 30%; /* Pura text ke neeche line */
    height: 3px; /* Line ki thickness */
    background-color: blue; /* Blue color */
    margin-top: 4px; /* Text se thoda gap */
    margin-left: 476px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Ensure full height */
    min-height: 280px; /* Adjust this if needed */
}
.swiper-slide {
    display: flex;
    height: auto;
}
.testimonial-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

  @media screen and (max-width: 767px) {
    .swiper {
        width: 100%; /* Full width */
    }
    .swiper-slide {
        width: 100% !important; /* рд╣рд░ slide рдкреВрд░реЗ width рдореЗрдВ рджрд┐рдЦреЗ */
        justify-content: center;
    }
    .heading-light, .heading-bold {
        font-size: 24px; /* Mobile рдкрд░ smaller font */
        line-height: 32px;
    }
    .heading-bold::after {
        width: 50%; /* Line рдХреЛ рдЫреЛрдЯрд╛ рдХрд┐рдпрд╛ */
        margin-left: 25%;
    }
}

.wpcf7-submit {
  background-color: #3B5CFF;
  color: #fff;
  width: 100%;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.swiper-slide {
    margin-right: 10px; /* Adjust the value to control the gap */
}

/* Optional: Add space around the individual testimonial card if needed */
.testimonial-card {
    margin: 5px;
}
.fullwidth-wrapper-1320 {
  max-width: 1320px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
/*====================================================================================================*/
 body.home .meeting-container {
    max-width: 1320px;
}

 .footer-text {
    text-align: left;
}
   
   .col-lg-3.col-md-6.col-sm-6.reveal {
    text-align: left;
}
.col-lg-3.col-md-6.col-sm-12.reveal {
    text-align: left;
}

.col-lg-3.col-md-6.col-sm-12.reveal p {
    text-align: left;
}

.col-lg-3.col-md-6.col-sm-12.reveal a {
    text-align: left;
}
@media only screen and (max-width: 768px) {
  .connect-btn {
    background: #007bff;
    color: white;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 30px;
    border: none;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
  }
}


@media (max-width: 768px) {
  .image-right {
    margin-top: 15px !important;
  }
}

.text-primary {
  color: inherit !important;
}

/*====================================================*/
.form-container {
    display: flex;
    flex-direction: column;
   /* gap: 15px;*/
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.half-width {
    flex: 1 1 48%;
}

.full-width {
    flex: 1 1 100%;
}

@media (max-width: 768px) {
    .half-width {
        flex: 1 1 100%;
    }
}

@media (max-width: 768px) {
  .contact-left {
    padding-top: 55px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 40px !important;
  }
}


@media (max-width: 768px) {
  .contact-right {
    display: flex !important;
    flex-direction: column !important;
    padding-top: 0px !important;
    padding-right: 25px !important;
    padding-bottom: 40px !important;
    padding-left: 25px !important;
  }
}

.wpcf7-response-output {
  color: #ffffff !important;
}

.section-header {
    text-align: center;
}
    