



        body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }
    .section-bg{
      background: url('image/sectionBg.png')no-repeat center center;
    }


        img {
        max-width: 100%;
        height: auto;
      }
      .navbar-nav .nav-link {
        font-size: 1rem;
        padding: 0.5rem 1rem;
      }
    

      /* Responsive Adjustments */
      @media (max-width: 992px) {
        .navbar-nav {
          background-color: #fff;
          padding: 1rem;
          border-radius: 0.5rem;
        }
        .navbar-nav .nav-item {
          margin: 0.5rem 0;
          text-align: center;
        }
        
      }

      @media (max-width: 576px) {
        h1, h2, h3, h4, h5, h6 {
          font-size: calc(1rem + 1vw);
        }
        .container {
          padding-left: 1rem;
          padding-right: 1rem;
        }
        .navbar-brand img {
          max-width: 150px;
        }
        
      }

       /* Navbar */
    .navbar {
      padding-top: 1.2rem;
      padding-bottom: 1.2rem;
    }

    .navbar-brand img {
      height: 55px;
    }

    .navbar-nav .nav-link {
      font-size: 1.5rem;
      font-weight: 600;
      padding: 0.5rem 1rem;
      position: relative;
      color: #0b0b3b;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 3px;
      background: linear-gradient(to right, #1E22A6, #F7BE41, #ffff);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #2b2bc3;
    }

    .navbar-nav .nav-link:hover::after {
      transform: scaleX(1);
    }

    /* Active (selected) menu item */
.navbar-nav .nav-link.active {
  color: #2b2bc3;               
}

.navbar-nav .nav-link.active::after {
  transform: scaleX(1);        
}



    @media (max-width: 768px) {
  .navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }

  .navbar-brand img {
    height: 40px;
  }

  .navbar-nav .nav-link {
    font-size: 1rem; 
    padding: 0.3rem 0.7rem;
  }

  .navbar-nav .nav-link::after {
    bottom: 2px; 
    height: 2px; 
  }
}


    

    /*-------------- Hero Section---------- */
.hero-section {
  background: url('image/bg-1.png') no-repeat center center;
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: #0b0b3b;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .hero-section {
    background-position: top center;
    background-size:cover;
    height: auto;
    padding: 60px 20px 40px; /* add top & bottom space for better layout */
  }
}

    .company-logos img {
      max-height: 80px;
      margin: 20px;
    }


@media (max-width: 768px) {
  .company-logos img {
    max-height: 50px;
    margin: 4px 8px;
  }

  .company-logos .col-6,
  .company-logos .col-sm-4,
  .company-logos .col-md-auto {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    text-align: center;
  }

  .company-logos {
    margin-top: 1rem;
    row-gap: 1rem;
    flex-wrap: wrap;
  }
}

.logo-box {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
  .logo-box {
    padding: 0.7rem;
    margin: 0.3rem auto;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.04);
    max-width: 140px;
  }

  .logo-box img {
    max-width: 100%;
    height: auto;
  }
}


    .tagline {
      font-size: 2rem;
      font-weight: bold;
    }

    .brand-pill {
      background-color: #2b2bc3;
      color: white;
      padding: 8px 20px;
      border-radius: 30px;
      font-weight: 500;
      display: inline-block;
      margin-top: 25px;
    }
    .brand-pill:hover {
      background-color: #f5b50d;
      color: white;
    }

    @media (max-width: 768px) {
  .brand-pill {
    font-size: 0.8rem;
    padding: 6px 12px;
    border-radius: 25px;
    margin-top: 15px;
  }
}

    @media (max-width:768px) {
       .tagline {
        margin-top: 20pt;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 1rem;
     }
     
      
    }
/*explore services section below the hero section*/

.info-cta-section {
  background: radial-gradient(circle at center, #F7BE41 0%, #2b2bc3 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
  align-items: end;
}
.cta-split-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f7be41; /* Yellow background */
  border-radius: 999px;
  padding: 5px 3px 5px 15px;
  font-weight: 600;
  color: #2b2bc3;
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.cta-split-btn .btn-text {
  padding-right: 20px;
}

.cta-split-btn .btn-icon {
  background-color: #2b2bc3; /* Blue circle */
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.cta-split-btn:hover  {
  background-color: #2b2bc3;
  color: white;
  border: 2px solid #f5b50d; /* Add yellow border */
box-shadow: 0 8px 20px rgba(247, 190, 65, 0.5); /* yellow shadow */
transform: translateX(6px);
}
.btn-icon:hover{
    transform: translateX(6px);
}



@media (max-width: 768px) {
  .blue-section-wrapper,
  .philosophy-wrapper {
    flex-direction: column !important;
    position: relative !important;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
  }

  .blue-section-wrapper > div:first-child,
  .philosophy-wrapper > div:first-child {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .blue-section-wrapper img,
  .philosophy-wrapper img {
    width: 100% !important;
    height: auto;
    display: block;
  }

  .blue-section-wrapper .position-absolute,
  .philosophy-wrapper .position-absolute {
    position: relative !important;
    margin: 1rem auto !important;
    transform: none !important;
    text-align: center !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    padding: 1rem;
    box-sizing: border-box;
  }

  .blue-section-wrapper .bg-warning,
  .philosophy-wrapper .bg-warning,
  .blue-section-wrapper .px-4.py-2,
  .philosophy-wrapper .px-4.py-2,
  .blue-section-wrapper span,
  .philosophy-wrapper span {
    font-size: 1.5rem !important;
    display: block;
    padding: 1rem !important;
    line-height: 1.4;
    max-width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
  }
}


 /*---------About us------------*/
.about-img-box {
      position: relative;
      display: inline-block;
    }

    .about-img-bg {
      position: absolute;
      top: -15px;
      
      left: 15px;
      width: 100%;
      height: 115%;
      background-color: #ffc940;
      z-index: 1;
    }

    .about-img {
      position: relative;
      z-index: 1;
      max-width: 100%;
      display: block;
    }



    .marketing-section {
  background-color: #fff;
  color: #333;
}

.left-box {
  background: #f8f9fa;
  border-radius: 16px;
}

.stat-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.95rem;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
}

.stat-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
   background-color: #f7be41;
}


.cta-detail-btn {
  display: inline-flex;
  align-items: center;
  background-color: #2b2bc3; /* Yellow background */
  border-radius: 999px;
  padding: 0px 0px 0px 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-detail-btn:hover {
  box-shadow: 0 6px 20px rgba(30, 34, 166, 0.4);
}

/* Text */
.cta-detail-btn .cta-text {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

/* Right-side Icon */
.cta-detail-btn .cta-icon {
  background-color: #F7BE41; /* Yellow */
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  flex-shrink: 0;
  border: 2px solid #fff;
  color: #161ba1;
}

.cta-detail-btn .cta-icon img {
  width: 22px;
  height: 22px;
}

.img-wrapper {
  max-width: 500px; 
  margin: 0 auto;
  overflow: hidden;
}



/* -----------Testimonial Section(Trusted by) --------*/
.review-section {
  padding: 4rem 1rem;
  text-align: center;
  background-color: #fff;
  font-family: Arial, sans-serif;
}

.review-text {
  color: #f7be41;
  font-weight: 600;
  margin: 0;
}

.review-heading {
  color: #1E22A6;
  font-size: 2rem;
  margin: 0.5rem 0 2rem;
}

/* Logos Auto-scroll Wrapper */
.review-logos-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 3rem;
}

.review-logos {
  display: flex;
  gap: 3rem;
  animation: scroll-logos 5s linear infinite;
}

.review-logos img {
  height: 50px;
  object-fit: contain;
  flex-shrink: 0;
 
  transition: filter 0.3s ease;
}



@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Testimonials Grid */
.review-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  justify-items: center;
}

/* Wrapper for card + author */
.review-wrapper {
  text-align: left;
}

/* Testimonial Card */
.review-card {
  background: linear-gradient(135deg, #1C55E0, #1E22A6);
  color: #fff;
  padding: 2rem;
  border-radius: 12px;
  position: relative;
}

.review-card::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2563eb;
}

/* Quote text */
.review-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}

.review-quote::before {
  content: "❝";
  font-size: 3rem;
  color: #fff;
  position: absolute;
  margin-top: 10px;
  top: -50px;
  left: -5px;
}

/* Author Section BELOW card */
.review-author-box {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.review-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  padding: 5px;
}

.review-name {
  font-weight: bold;
  margin: 0;
  color: #000;
}

.review-company {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */
@media (max-width: 1024px) {
  .review-cards {
    grid-template-columns: 1fr;
  }
  .review-heading {
    font-size: 1.8rem;
  }
}



/*---------Case Studies---------*/
.industry-card {
  height: 220px;
  
}

.overlay-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 10px;
  background: linear-gradient( rgba(0, 0, 0, 0.5));
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
}

/* hero waves animation*/

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}
@media (max-width: 768px) {
  .hero-waves {
    height: 40px; 
  
  }
}


@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

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

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@media (max-width: 768px) {
  .badge {
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
  }
}


[data-aos] {
  will-change: transform, opacity;
}

[data-aos^="fade"][data-aos^="fade"]:not(.aos-animate),
[data-aos^="slide"][data-aos^="slide"]:not(.aos-animate) {
  transform: none !important;
}


/*----------------- This id for case Studies--------------------- */

.case-study-heading-wrapper {
  width: 100%;
  background: linear-gradient(90deg, #1E22A6, #F7BE41, #2b2bc3);
  color: #fff;
  padding: 5rem 1rem 1rem; /* Top padding 5rem, sides 1rem, bottom 1rem */
  text-align: center;
  box-sizing: border-box;
}

.case-study-heading-wrapper h2 {
  color: #fff;
  font-size: 2.5rem; /* Base font size */
  margin: 0;
}

/* Responsive styling */
@media (max-width: 1024px) {
  .case-study-heading-wrapper {
    padding: 4rem 1rem 1rem;
  }
  .case-study-heading-wrapper h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .case-study-heading-wrapper {
    padding: 3rem 1rem 1rem;
  }
  .case-study-heading-wrapper h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .case-study-heading-wrapper {
    padding: 2rem 0.5rem 1rem;
  }
  .case-study-heading-wrapper h2 {
    font-size: 1.5rem;
  }
}

/* Image overlay */
.industry-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Only target the background image */
.background-img {
  display: block;
  width: 100%;
  /* max-height: 200px; */
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.3s ease;
}

/* Zoom and darken background image on hover */
.industry-card:hover .background-img {
  transform: scale(1.05);
  filter: brightness(60%); /* darkens only the background */
}

/* Icon overlay stays fully white */
.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 20;
}

.icon-overlay img {
  width: 40px;
  height: 40px;
}

.industry-card:hover .icon-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

/* Text overlay */
.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  z-index: 15;
}
