/* Avoid artificial white space at page bottom */
/* html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  height: 100%;
}

body > * {
  margin-bottom: 0 !important;
}

footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
} */

/* Optional: Use min-height instead of fixed height for better responsiveness */
/* .banner-section,
.indusry-section,
.industry-detail.active {
  min-height: auto !important;
  height: auto !important;
} */

.client-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* Centers the text horizontally */
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 2rem 0;
}

.client-heading::before,
.client-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-color-1);
}

.client-heading::before {
  margin-right: 1rem; /* space between left line and text */
}

.client-heading::after {
  margin-left: 1rem; /* space between right line and text */
}

.client-heading span {
  background: #fff; /* Match your section bg */
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}

.banner-section {
    /* background-image: linear-gradient(to bottom, #ffffff 0%, #d3eadb 20%, #1e824c 50%, #d3eadb 80%, #ffffff 100%); */
    height: 775px;
    /* background: aliceblue; */
}
.services__two-title {
    padding: 23.5% 10%;
    /* background: #2196F3; */    
    background: linear-gradient(to right, #ececec17, #31a4ff24);

}
     .img-box {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: transform 0.3s ease;
        border-radius: 15px 15px 15px 15px;
        height: 440px;
    }
    .img-box img {
      width: 100%;
      height: auto;
      /* filter: grayscale(100%); */
      display: block;
    }
    .img-box:hover {
     transform: scale(1.05);
      z-index: 2;
      /* background-color: #007a3d; */
    }
    .role-label {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background: rgba(0,0,0,0.7);
      color: white;
      font-size: 12px;
      padding: 4px 8px;
      font-weight: 500;
      border-radius: 4px;
    }
    .scroll-container {
    height: 775px;
    overflow: hidden;
    position: relative;
    bottom: 14px;
    /* top: 25px; */
}
    /* .scrolling-column {
      display: flex;
      flex-direction: column;
      gap: 16px;
      animation: scrollCardsVertical 20s linear infinite;
      
    } */
     .scrolling-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scrollCardsVertical 10s linear infinite;
}

    .scrolling-column.reverse {
      animation-direction: reverse;
    }
    .scrolling-column.paused {
      animation-play-state: paused;
    }
    @keyframes scrollCardsVertical {
      0% { transform: translateY(0); }
      100% { transform: translateY(-50%); }
    }
    .services-bar {
      border-top: 1px solid rgba(255,255,255,0.2);
      padding: 20px 0;
      background-color: #000;
      overflow: hidden;
      white-space: nowrap;
    }
    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .hero-section .display-1 {
        font-size: 2.5rem;
      }
      .padding20 {
    padding: 0px 5px !important;
}
.services__three-item-content {
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0px 6px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 15px 15px 15px 15px;
    background: var(--bg-white);
    position: relative;
}
      .banner-section {
    /* background-image: linear-gradient(to bottom, #ffffff 0%, #d3eadb 20%, #1e824c 50%, #d3eadb 80%, #ffffff 100%); */
    height: 880px !important;
    /* background: aliceblue; */
}
.synergy-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: left;
    margin-top: 5%;
}
.vertical-menu ul li a {
    padding: 14px 0;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    transition: all 0.4s 
ease;
    border-bottom: 1px solid rgba(var(--border-color-2), 0.1);
    color: #000 !important;
}
.synergy-section-title {
    font-size: 27px !important;
    font-weight: 600;
    text-align: left;
    /* margin-top: 5%; */
}
.synergy-placeholder-text {
    font-size: 15px;
    color: #666;
    float: left !important;
    /* margin-top: 5%; */
}
.section-title {
    font-size: 25px !important;
    font-weight: bold;
    color: #000;
}
.industry-subtitle {
    font-size: 15px !important;
    color: #cfcfcf;
    margin-bottom: 2rem;
    margin-top: 5% !important;
}
.synergy-placeholder-text {
    font-size: 15px;
    color: #666;
    float: left;
    margin-top: 5%;
}
h1 {
    font-size: 80px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    color: var(--text-heading-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
}
      .hero-section h1 {
        font-size: 2rem;
      }
      .scroll-container {
        height: 300px;
      }
    }
    @media (max-width: 576px) {
      .hero-section {
        padding: 40px 15px;
        text-align: center;
      }
      .scrolling-column {
        gap: 10px;
      }
    }
     .diagonal-card {
    position: relative;
    background: linear-gradient(135deg, #e6f7ec 50%, #f0fdf4 50%);
    border-radius: 16px;
    padding: 2rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .diagonal-card.alt {
    background: linear-gradient(135deg, #e8f0ff 50%, #f0f4ff 50%);
  }
  .diagonal-card::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: url('../img/Vector.svg') no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    pointer-events: none;
    transition: transform 0.5s;
  }
  .diagonal-card.alt::after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
    background: url('../img/Vector.svg') no-repeat center;
    background-size: contain;
    /* opacity: 0.08; */
    pointer-events: none;
    transition: transform 0.5s;
  }
  .diagonal-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }
  .diagonal-card:hover::after {
    transform: scale(1.2);
  }
  .diagonal-card h4 {
    font-weight: bold;
    color: #198754;
    transition: color 0.3s;
  }
  .diagonal-card.alt h4 {
    color: #2b59c3;
  }
  .diagonal-card p {
    color: #495057;
    transition: color 0.3s;
  }
   /* Team Section */
  .team-section {
    margin-top: 60px;
  }
  .team-member {
    background: #f6fffa;
    border: 1px solid #d1e7dd;
    border-radius: 16px;
    padding: 1rem;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .team-member.alt {
    background: #f0f4ff;
    border-color: #d6e4ff;
  }
  .team-member:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
  .team-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 0.5rem;
  }
  .team-name {
    font-weight: 600;
    font-size: 20px;
    color: #198754;
  }
  .team-member.alt .team-name {
    color: #2b59c3;
  }
  .team-role {
    font-size: 16px;
    color: #6c757d;
  }

  .about-us-section {
  background: linear-gradient(to bottom, #f0fdf4, #e8f0ff);
  border-radius: 24px;
  padding: 3rem 2rem;
}

.about-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: #198754;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.about-heading span {
  color: #2b59c3;
}

.about-text {
  color: #495057;
  font-size: 1rem;
  line-height: 1.7;
}

.about-img {
  max-width: 400px;
  transition: transform 0.5s ease;
}

.about-img:hover {
  transform: scale(1.05);
}
   .synergy-section-title {
      font-size: 2.5rem;
      font-weight: 600;
      text-align: left;
    }

    .synergy-card-number {
      font-weight: bold;
      background-color: #F2F9FE;
      border-radius: 0.5rem;
      display: inline-block;
      padding: 0.25rem 0.75rem;
      margin-bottom: 1rem;
      font-size: 1rem;
    }

    .synergy-custom-card {
         border: 2px solid #f7faff; /* Set border width */
  /* border-image: linear-gradient(to bottom, #f0fff4, #e6f0ff) 1; */
 
      border-radius: 1rem !important;
      /* box-shadow: 0 0 10px rgba(0,0,0,0.05); */
      padding: 2rem 1.5rem;
      height: 100%;
      transition: all 0.3s ease-in-out;
      position: relative;
    }
    

    .synergy-custom-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
       border-radius: 1rem !important;
    }

   .synergy-icon-wrapper {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    width: 100%;
    height: auto;
    border: 1px solid #f1f4f9;
}
    .synergy-custom-icon {
      /* max-width: 60px; */
      height: auto;
    }
      .synergy-custom-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 24px #E6F3FF;
          background: linear-gradient(to bottom, #f0fff4, #e6f0ff);
    }

    .synergy-custom-card:hover .synergy-card-number {
      background-color: #cfe2ff;
    }


    .synergy-placeholder-text {
      font-size: 16px;
      color: #666;
      float: right;
    }
  .industry-section-title {
      font-size: 2.5rem;
      font-weight: 600;
      color: #fff;
    }
   .btn-industry {
  background-color: green;
  color: white;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
}

.btn-industry img.industry-icon {
  transition: all 0.3s ease;
  filter: brightness(0) invert(1); /* white icon on green */
}

/* Hover, Active, and .active states */
.btn-industry:hover,
.btn-industry:active,
.btn-industry.active {
  background-color: white;
  color: #003314; /* bottle green text */
}

.btn-industry:hover img.industry-icon,
.btn-industry:active img.industry-icon,
.btn-industry.active img.industry-icon {
  filter: invert(80%) sepia(100%) saturate(700%) hue-rotate(85deg) brightness(85%) contrast(90%);
}




    .industry-subtitle {
      font-size: 1.1rem;
      color: #cfcfcf;
      margin-bottom: 2rem;
    }

    .industry-list .btn-industry {
      background-color: #013118;
      border: 1px solid rgba(255, 255, 255, 0.2);
      /* color: #007A3B; */
      border-radius: 0.75rem;
      text-align: center;
      padding: 1rem;
      height: 100%;
      transition: all 0.3s ease;
    }

    .industry-list .btn-industry:hover,
    .industry-list .btn-industry.active {
      background-color: #fff;
      color: #003314;
      font-weight: 500;
    }
   .btn-industry.active {
      background-color: #fff;
      color: #003314;
      font-weight: 500;
    }

    .industry-detail-container {
      position: relative;
      height: 667px;
    }

    .industry-detail {
      background-color: #fff;
      color: #000;
      padding: 2rem;
      border-radius: 1rem;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transform: scale(0.98);
      pointer-events: none;
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .industry-detail.active {
      opacity: 1;
      transform: scale(1);
      pointer-events: auto;
    }

    .industry-detail h5 {
      font-weight: 600;
      margin-bottom: 0px;
    }

    .industry-detail p {
      color: #444;
      margin-bottom: 0px;
    }

    .industry-detail .detail-point {
      background-color: #f3f6f6;
      padding: 1rem;
      border-radius: 0.5rem;
      margin-bottom: 1rem;
    }
    .indusry-section{
      background: #00371B;
      height: 850px;
    }
   .industry-detail.active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    width: 92%;
    height: 680px;
    margin-left: 7%;
}
.default_button1 {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background: #19361e;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 20px 15px 20px !important;
    gap: 25px;
    border:1px solid #fff !important;
  }

  .default_button1:hover {
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: 0.4s;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #19361e;
    background: #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 20px 15px 20px !important;
    gap: 25px;
    border: #ffff;
  }
.industry-button-wrap {
  display: flex;
  justify-content: end; /* center button horizontally */
  margin-top: 2rem;
  position: relative;
  z-index: 2;
}

.default_button1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  background: #19361e;
  border-radius: 50px;
  padding: 15px 30px;
  gap: 15px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
}

.default_button1:hover {
  background: #fff;
  color: #19361e;
  border-color: #19361e;
}

@media (max-width: 768px) {
  .industry-button-wrap {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
  .default_button1 {
    width: 100%;
  }
}

.section-wrapper {
      text-align: center;
      padding: 50px 20px;
          background: linear-gradient(to bottom, #f0fff4, #e6f0ff);
    }

  

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1a1a1a;
    }

    .section-subtitle {
      color: #666;
      font-size: 1rem;
      max-width: 650px;
      margin: 0 auto 30px;
    }

    .btn-custom {
      background-color: #28a745;
      color: #fff;
      border: 2px solid #28a745;
      border-radius: 50px;
      padding: 10px 20px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: all 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #fff;
      color: #28a745;
    }

    .feature-card {
      background-color: white;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    }

    .feature-icon {
      font-size: 2rem;
      color: #28a745;
      /* margin-bottom: 15px; */
    }

    .feature-title {
      font-weight: 600;
      font-size: 1.1rem;
      margin-bottom: 10px;
    }

    .feature-text {
      font-size: 0.9rem;
      color: #555;
    }

 .zigzag-row > div:nth-child(odd) .feature-card {
  margin-top: 40px;
}

.zigzag-row > div:nth-child(even) .feature-card {
  margin-top: 100px;
}

    @media (max-width: 767.98px) {
      .zigzag-row .feature-card {
        margin-top: 40px !important;
      }
    }
 .header__area-menubar-right-sidebar-popup-form input,
  .header__area-menubar-right-sidebar-popup-form textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    color: #000;
  }

  .header__area-menubar-right-sidebar-popup-form input:focus,
  .header__area-menubar-right-sidebar-popup-form textarea:focus {
    border-bottom: 1px solid #28a745;
    outline: none;
    box-shadow: none;
    background: transparent;
  }

  .header__area-menubar-right-sidebar-popup-form button {
    border-radius: 25px;
  }
  .logo-section {
    padding: 80px 0;
    background-color: #f0f4f8;
    text-align: center;
  }

  .tab-buttons {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .tab-toggle {
    cursor: pointer;
    padding: 10px 25px;
    background-color: #e9f5ee;
    border-radius: 50px;
    font-weight: 600;
    color: #28a745;
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .tab-toggle.active {
    background-color: #28a745;
    color: #fff;
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.25);
  }

  .tab-content {
    display: none;
    animation: fadeInUp 0.8s ease-in-out;
  }

  .tab-content.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    /* padding: 0 10vw; */
  }

  .logo-card {
    background: white;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100px;
  }

  .logo-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  }

  .logo-card img {
    max-height: 60px;
    max-width: 100%;
    object-fit: contain;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .casestudy-swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    display: block;
    height: 380px !important;
}
.branch-footer {
    background-color: #0a0a23;
    color: #fff;
    padding: 60px 20px;
    text-align: left;
  }

  .branch-footer h4 {
    margin-bottom: 20px;
    color: #28a745;
  }

  .branch {
    margin-bottom: 30px;
  }

  .branch iframe {
    border: 0;
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }

  .branch p {
    margin: 5px 0;
    font-size: 14px;
    color: #ddd;
  }

  /* @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  } */

  .padding20{
    padding: 0px 25px;
  }
  
  .megamenu-card {
  display: block;
  padding: 1rem 1.25rem;
  background-color: #f6faff;
  border-radius: 12px;
  margin-bottom: 1rem;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
   text-wrap: auto;
}
.megamenu-card:hover {
  background-color: #e6f0ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.megamenu-card h6 {
  font-weight: 600;
  color: #003366;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-wrap: auto;
  font-size: 18px;
}
.megamenu-card p {
  font-size: 0.875rem;
  color: #555;
  margin-bottom: 0;
   text-wrap: auto;
}
.megamenu-card .arrow {
  display: block;
  margin-top: 0.5rem;
  color: #007bff;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.megamenu-card:hover .arrow {
  transform: translateX(4px);
}
.megamenu-card .icon {
  font-size: 1rem;
  color: #007bff;
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
/* Ensure dropdown is hidden by default */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
  top: 80%;
  z-index: 999;
}


.dropdown-menu.megamenu {
  display: none;
  opacity: 0;
  visibility: hidden;
  top: 120%;

  right: 0;
  position: absolute;
  background-color: #fff;
  border: none;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.header__area-menubar {
  position: relative;
  z-index: 10;
}
.megamenu {
    max-width: 1365px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
}
.vertical-menu {
    padding-right: 6px;
    display: table-caption;
}
.nav-position-static{
  position: static;
}
.webui{
  display: block;
}
.mobui{
  display: none !important;
}
 .ai-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .ai-content {
      padding: 2rem;
    }

    .ai-heading {
      font-size: 3rem;
      font-weight: 600;
      color: #111;
    }

    .ai-subtitle {
      color: #3b82f6;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }

    .ai-text {
      font-size: 1rem;
      color: #333;
      margin-top: 1rem;
      max-width: 90%;
    }

    .cta-btn {
      margin-top: 2rem;
      padding: 0.8rem 1.5rem;
      font-size: 1rem;
      border-radius: 50px;
    }

    .ai-image-container {
      position: relative;
      overflow: hidden;
      /* border-radius: 0 0 0 100px; */
    }

    .ai-image-container img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    @media (max-width: 767.98px) {
      .ai-heading {
        font-size: 24px;
      }

      .ai-image-container {
        border-radius: 20px;
        margin-top: 2rem;
      }
    }
     .solution-section {
      padding: 60px 15px;
      background-color: #f8f9fa;
      /* background-image: url('../img/techlead/background/Frame\ 1321317510.png'); */
    }

    .solution-title {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 2.5rem;
      color: #1a1a1a;
    }

    .solution-card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      padding: 24px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s ease;
    }

    .solution-card:hover {
      box-shadow: 0 0 20px rgba(0,0,0,0.08);
      transform: translateY(-5px);
      background-color: #f0f8ff;
    }

    .solution-card-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #000;
    }

    .solution-card-text {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 1rem;
    }

    .solution-card img {
      width: 100%;
      height: auto;
      border-radius: 10px;
      object-fit: cover;
    }

    .blue-card {
      background-color: #f0f8ff;
    }

    /* Special hover effect for last card */
    .special-hover-card {
      position: relative;
      transition: all 0.4s ease;
      border: 2px solid transparent;
      background-color: #f0f8ff;
    }

    .special-hover-card:hover {
      transform: translateY(-10px) scale(1.02);
      border: 2px solid #00bfff;
      box-shadow: 0 0 20px rgba(0, 191, 255, 0.4);
      z-index: 1;
        
    }

    @media (max-width: 767.98px) {
      .solution-title {
        font-size: 1.5rem;
        text-align: center;
      }
    }
     .approach-section {
      background-color: #033d29;
      color: #ffffff;
      padding: 60px 20px;
      /* background-image: url(/assets/img/techlead/service\ page\ background\ svg\ above\ the\ right\ side\ image.svg); */
    }

    .approach-title {
      font-size: 1.8rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #fff;
    }

    .approach-card {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 30px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
    }

    .approach-card:hover {
      background-color: rgba(255, 255, 255, 0.1);
      transform: translateY(-5px);
    }

    .approach-card img {
      max-width: 150px;
      margin-bottom: 20px;
    }

    .approach-text {
      font-size: 1rem;
      color: #ffffff;
    }

    @media (max-width: 767.98px) {
      .approach-title {
        font-size: 1.5rem;
        text-align: center;
      }

      .approach-card {
        padding: 25px;
      }
    }
     .contact-section {
     
      border-radius: 30px;
      /* text-align: center; */
  
      /* margin: 40px 20px; */
      position: relative;
  width: 100%;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
    }
   
    .contact-section h2 {
      font-size: 2.5rem;
      color: #0a2342;
      margin-bottom: 20px;
      line-height: 1.3;
      /* text-align: center; */
    }

    .contact-section p {
      color: #9e9e9e;
      font-size: 1rem;
      margin-bottom: 30px;
    }

    .contact-section p a {
      color: #0a2342;
      font-weight: 600;
      text-decoration: none;
    }

    .contact-btn {
      background-color: #007b3e;
      color: #fff;
      padding: 14px 36px;
      border: none;
      border-radius: 10px;
      font-size: 1rem;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .contact-btn:hover {
      background-color: #005f2f;
    }

    @media (max-width: 768px) {
      .contact-section h2 {
        font-size: 1.8rem;
      }

      .contact-btn {
        padding: 12px 24px;
      }
    }

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  
}

.cta-content {
  z-index: 1;
  padding: 2rem;
}

.cta-button {
  background: #00aaff;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition:  0.3s;
}
.section-wrapper {
      padding: 40px 16px;
    }

    .section-header {
      max-width: 1200px;
      margin: 0 auto 30px auto;
      padding: 0 10px;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .section-subtext {
      font-size: 1rem;
      color: #333;
    }

    .ai-feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0; /* No spacing between cards */
      /* max-width: 1200px; */
      margin: 0 auto;
    }

    .ai-feature-card {
      position: relative;
      background: #ffffff;
      padding: 24px;
      border: 1px solid #c8f1df;
      transition: all 0.3s ease-in-out;
      min-height: 220px;
      overflow: hidden;
      border-radius: 20px;
    }

    .ai-feature-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url('../img/techlead/background/PredictiveMaintenance.png');
      background-size: 120px;
      opacity: 0;
      transition: opacity 0.4s ease;
      pointer-events: none;
    }

    .ai-feature-card:hover {
      background-color: #014321;
      background-image: url('../img/techlead/background/PredictiveMaintenance.png');
      background-size: cover;
      color: #ffffff;
    }

    .ai-feature-card:hover::before {
      opacity: 0.2;
    }

    .ai-feature-icon {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s ease;
    }

    .ai-feature-card:hover .ai-feature-icon {
      opacity: 0;
    }

    .ai-feature-title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 10px;
      margin-top: 10%;
      text-align: left;
    }

    .ai-feature-desc {
      font-size: 0.95rem;
      line-height: 1.5;
      text-align: left;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .ai-feature-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .ai-feature-grid {
        grid-template-columns: 1fr;
      }
 .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff !important;
    background: #00000063 !important;
    padding: 35% !important;
    border-radius: 10% !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff !important;
    background: #00000063 !important;
    padding: 35% !important;
    border-radius: 10% !important;
}
      .section-title {
        font-size: 1.5rem;
      }

      .ai-feature-card {
        padding: 20px;
      }
    }
    .custom-card-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .custom-card {
      background: #fff;
      border: 1px solid #1cd0cc;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      position: relative;
      cursor: pointer;
      min-height: 400px;
    }

    .custom-card:hover {
      border-color: #007a3b;
    }

    .custom-card-header {
      padding: 20px;
    }

    .custom-card-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 8px;
      color: #000;
    }

    .custom-card-subtitle {
      font-size: 16px;
      color: #666;
    }

    .custom-card-image {
    width: 100%;
    height: 225px;
    margin-top: 13%;
    object-fit: cover;
    border-top-left-radius: 5%;
     border-top-right-radius: 5%;
    transition: opacity 0.3s ease;
}

    .custom-card-tags {
      display: none;
      padding: 0 20px 20px;
    }

    .custom-card-tags h4 {
      margin-top: 0;
      font-size: 14px;
      font-weight: normal;
      color: #333;
    }

    .custom-tags-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-bottom: 12px;
    }

    .custom-tag {
      padding: 6px 12px;
      border: 1px solid #000;
      border-radius: 6px;
      font-size: 13px;
          font-weight: 600;
          color: #000;
    }
    .custom-tag:hover{
          background: linear-gradient(90deg, rgba(181, 228, 234, 1) 18%, rgba(194, 234, 209, 1) 64%);
color: #000;
    border: none;
}
    

    .custom-card:hover .custom-card-image {
      opacity: 0;
      height: 0;
    }

    .custom-card:hover .custom-card-tags {
      display: block;
    }

    @media (max-width: 480px) {
      .custom-card {
        min-height: auto;
      }
    }
     .visual-card-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
    }

    .visual-card {
      background: #fff;
      border: 1px solid #dcdcdc;
      border-radius: 12px;
      overflow: hidden;
      transition: all 0.3s ease;
      position: relative;
      cursor: pointer;
    }

    .visual-card:hover {
      box-shadow: 0 0 10px rgba(0, 51, 20, 0.2);
      border-color: #50C0B6;
    }

    .visual-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .visual-card-content {
      padding: 20px;
      border-top: 2px solid #cce5cc;
    }

    .visual-card-icon-title {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .visual-card-icon-title img {
      width: 32px;
      height: 32px;
    }

    .visual-card-title {
      font-weight: bold;
      font-size: 18px;
    }

    .visual-card-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 20px;
      font-size: 14px;
    }

    .visual-card-link {
      color: #000;
      border-bottom: 1px solid #50C0B6;
      padding-bottom: 2px;
      transition: color 0.3s, border-color 0.3s;
    }

    .visual-card:hover .visual-card-link {
      color: #003314;
      border-color: #003314;
    }

    @media (max-width: 768px) {
      .visual-card-links {
        grid-template-columns: 1fr;
      }
    }
    .data-card-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .data-card {
      background: #fff;
      border: 1px solid #dcdcdc;
      border-radius: 12px;
      padding: 24px;
      transition: all 0.3s ease;
    }

    .data-card h3 {
      margin-top: 0;
      font-size: 22px;
      color: #000;
    }

    .data-card p {
      font-size: 14px;
      color: #555;
      margin-bottom: 16px;
    }

    .data-feature {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px 16px;
      margin-bottom: 12px;
      border-radius: 10px;
      background: #fff;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 1px solid #50C0B6;
    }

    .data-feature.active,
    .data-feature:hover {
      background: #eaffed;
      border: 1px solid #50C0B6;
    }

    .feature-text {
      display: flex;
      flex-direction: column;
    }

    .feature-title {
      font-weight: bold;
      font-size: 16px;
      color: #000;
    }

    .feature-desc {
      font-size: 14px;
      color: #666;
    }

   .feature-icon {
  position: relative;
  bottom: -15px !important;
  right: -15px !important;
  width: 60px;
  height: auto;

  transition: all 0.3s ease;
}

   /* Tablet adjustments */
@media (max-width: 768px) {
  .data-feature {
    padding: 16px;
    max-width: 100%;
  }
  .feature-title {
    font-size: 1.1em;
  }
  .feature-desc {
    font-size: 0.9em;
  }
  .feature-icon {
    width: 50px;
    bottom: -12px;
    right: -12px;
  }
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .data-feature {
    padding: 14px;
  }
  .feature-title {
    font-size: 1em;
  }
  .feature-desc {
    font-size: 0.85em;
  }
  .feature-icon {
    width: 40px;
    bottom: -10px;
    right: -10px;
  }
}
     .layout-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .service-sidebar {
      flex: 1 1 200px;
    }

    .service-sidebar ul {
      list-style: none;
      padding: 0;
    }

    .service-sidebar li {
      font-weight: 600;
      padding: 30px 0;
      cursor: pointer;
      border-bottom: 2px solid #d3f3e4;
      position: relative;
      transition: all 0.3s ease;
      font-size: 20px;
    }

    .service-sidebar li::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 50%;
      height: 2px;
      background-color: #0b442f;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

    .service-sidebar li:hover::after,
    .service-sidebar li.active::after {
      opacity: 1;
    }

    .service-sidebar li:hover,
    .service-sidebar li.active {
      color: #000;
    }

    .service-display-area {
      flex: 3 1 600px;
      display: flex;
      flex-direction: row;
      gap: 20px;
    }

    .service-img-box {
      flex: 1;
    }

    .service-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    .service-content-box {
      flex: 1;
      background-color: #0B442F;
      color: white;
      padding: 24px;
      border-radius: 12px;
      /* overflow-y: auto; */
    }

    .service-content-box h4 {
      margin-top: 10px;
      margin-bottom: 5px;
      font-size: 18px;
      color: #fff;
    }

    .service-content-box p {
      margin: 0 0 12px;
      font-size: 14px;
      opacity: 0.85;
      margin-left: 10%;
    }

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

      .service-display-area {
        flex-direction: column;
      }
    }
    /* Modern Systems Section */
.modern-systems {
  margin-top: 60px;
  background-color: #f3fdf7;
  padding: 40px 20px;
  border-radius: 16px;
}

.modern-systems h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #111;
}

.systems-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.system-card {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
  flex: 1 1 300px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.system-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #;
    background: aliceblue;
}

.system-card img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 20px;
}

.system-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.system-card p {
  font-size: 14px;
  color: #444;
  margin-bottom: 16px;
}

.system-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.system-card ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  border-left: 3px solid #d3f3e4;
  padding-left: 12px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.system-card ul li:hover {
  border-left-color: #0b442f;
  font-weight: 500;
}

@media (max-width: 992px) {
  .systems-grid {
    flex-direction: column;
  }

  .system-card {
    width: 100%;
  }
}
.case-studies-section {
  background-color: #033d29;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

.section-subtitle {
  font-size: 14px;
  margin-bottom: 30px;
  color: #000;
}

.tab-btn {
  padding: 10px 20px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  background: #fff;
  color: #000;
}


.tab-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Outer background behind all tabs */
.tab-container {
  display: flex;
  justify-content: center;
  gap: 16px;
  background: #0f2c1e;         /* dark green background (like your image) */
  padding: 12px 20px;
  border-radius: 50px;          /* rounded container */
  width: fit-content;
  margin: 0 auto 2rem;          /* center horizontally */
}

/* Base tab style */
.tab-btn {
  background: rgba(255, 255, 255, 0.1);  /* slightly lighter pill */
  border: none;
  color: #ffffff;
  padding: 10px 26px;
  border-radius: 40px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Active tab (white pill) */
.tab-btn.active {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}
.tab-container {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;   /* Firefox hide scrollbar */
}
.tab-container::-webkit-scrollbar {
  display: none;           /* Chrome/Safari hide scrollbar */
}
.tab-btn {
  flex: 0 0 auto;          /* prevent shrinking */
}



.case-card {
  background: #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.case-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-card h5 {
 
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.case-card p {
  padding: 5px;
  margin: 0;
  font-size: 1rem;
  color: #000;
}
.case-card span {
  padding: 5px;
  margin: 0;
  font-size: 1rem;
  color: #1b1b1b;
}
.case-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.swiper-slide {
  min-height: 300px;
}


.contact-section {
  padding: 80px 20px;
  /* background-color: #fff; */
}

.contact-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.contact-left {
  flex: 1;
  /* min-width: 300px;
  max-width: 500px; */
  text-align: left;
}

.contact-left h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  color: #1b1b1b;
  position: relative;
  margin-bottom: 24px;
}

.highlight-square {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: #f0f7fe;
  margin-right: 10px;
  vertical-align: middle;
}

.contact-left p {
  font-size: 16px;
  color: #4a4a4a;
  max-width: 420px;
  line-height: 1.6;
}

.contact-right {
  flex: 1;
  min-width: 320px;
  background: #00391e;
  padding: 40px;
  border-radius: 16px;
  background-image:
    linear-gradient(0deg, transparent 24%, rgba(255,255,255,0.05) 25%, rgba(255,255,255,0.05) 26%, transparent 27%),
    linear-gradient(90deg, transparent 24%, rgba(255,255,255,0.05) 25%, rgba(255,255,255,0.05) 26%, transparent 27%);
  background-size: 40px 40px;
}

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

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
  width: 100%;
  padding: 16px;
  background: #00492a;
  border: 1px solid #aaa;
  border-radius: 12px;
  color: #fff;
  font-size: 15px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #cfcfcf;
}

.contact-form textarea {
  resize: none;
}

.upload-label {
  background: #00492a;
  border: 1px solid #aaa;
  border-radius: 12px;
  padding: 16px;
  color: #cfcfcf;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}

.upload-label input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.upload-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.consent {
  font-size: 12.5px;
  color: #cfcfcf;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}

.consent input {
  margin-top: 3px;
}

.consent a {
  color: #cfcfcf;
  text-decoration: underline;
}

.contact-form button {
  background-color: #49c765;
  border: none;
  padding: 16px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-form button:hover {
  background-color: #3db859;
}

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

  .contact-left h2 {
    font-size: 36px;
  }
}
.client-swiper img {
  max-height: 60px;
  object-fit: contain;
  width: auto;
  margin: auto;
}
.team__one-brand img{
  width: 150px;
}
.client-logo-marquee-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.client-logo-marquee {
  display: flex;
  align-items: center;
}

.logo-track {
  display: flex;
  gap: 40px;
  animation: scroll-marquee 10s linear infinite;
}

.logo-track img {
  max-height: 60px;
  object-fit: contain;
  width: auto;
}

/* Animation keyframes */
@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



.portfolio__two-item-content p {
    color: var(--text-white);
    
}
.qa-doc-card {
  background-color: #e9fdf4; /* soft green background */
  border: none;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 1.5rem;
}

.qa-doc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.qa-doc-card h5 {
  font-weight: 600;
}

.qa-doc-card ul li {
  margin-bottom: 0.5rem;
}
 .aboutus-section {
      position: relative;
      background: url('../img/techlead/aboutus.png') no-repeat center center/cover;
      color: #fff;
      border-radius: 15px;
      overflow: hidden;
    }

    .aboutus-overlay {
      /* green overlay */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .aboutus-content {
      position: relative;
      padding: 180px 20px 80px 20px;
      z-index: 2;
    }

    .aboutus-title {
      font-size:45px;
      font-weight: 700;
      color: #00411F;
    }

    .aboutus-subtitle {
      font-size: 30px;
      margin-top: 15px;
      line-height: 1.6;
    }
    .bottlegreen{
      color: #00411F;
    }

    .aboutus-note {
      font-size: 1rem;
      margin-top: 15px;
      opacity: 0.9;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .aboutus-title {
        font-size: 1.8rem;
      }
      .aboutus-subtitle {
        font-size: 1rem;
      }
    }

      .evolution-section {
      text-align: center;
      padding: 60px 20px;
    }
    .evolution-section h6 {
      color: #666;
      font-weight: 400;
      margin-bottom: 15px;
    }
    .evolution-section p {
    font-size: 30px;
    line-height: 1.5;
    color: #67CB8B;
    font-weight:400;
}
    .evolution-section p strong {
      color: #007a3b;
    }
    .card-box {
      border: 1px solid #C2EAD1;
      border-radius: 12px;
      padding: 30px 20px;
      transition: all 0.3s ease;
      height: 100%;
    }
    .card-box:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transform: translateY(-5px);
    }
    .card-box h5 {
      font-size: 1.1rem;
      margin-bottom: 10px;
      font-weight: 600;
      color: #333;
    }
    .card-box p {
      font-size: 0.95rem;
      color: #666;
    }
    .card-icon {
      font-size: 35px;
      margin-bottom: 15px;
      color: #6ca375;
    }
     .performance-section {
      background-color: #123C24; /* Dark Green background */
      color: white;
      padding: 60px 20px;
      text-align: center;
      position: relative;
    }

    .performance-section h2 {
      font-weight: 500;
      margin-bottom: 20px;
      text-align: left;
      color: #fff;
    }

    .performance-item h3 {
      font-size: 2.5rem;
      font-weight: 700;
    }

    .performance-item p {
      margin: 0;
      font-size: 1.1rem;
    }

    .performance-subtext {
      /* position: absolute; */
      top: 20px;
      right: 30px;
      /* max-width: 250px; */
      font-size: 0.9rem;
      text-align: right;
    }

    @media (max-width: 768px) {
      .performance-subtext {
        position: static;
        margin-top: 20px;
        text-align: center;
      }
    }
     .community-section {
      padding: 60px 20px;
      background: linear-gradient(to bottom, #f8fbff, #eafdf3);
    }
    .community-image {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      height: 100%;
    }
    .community-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .community-text-overlay {
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
      max-width: 85%;
    }
    .community-text-overlay p {
      font-size: 0.9rem;
      margin-bottom: 5px;
      opacity: 0.9;
    }
   .community-text-overlay h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff !important;
}
    .feature-box {
      padding: 15px 10px;
      border-left: 2px solid #3cb47c;
      margin-bottom: 25px;
    }
    .feature-box h5 {
      font-size: 1.1rem;
      font-weight: 600;
    }
    .feature-box p {
      font-size: 0.95rem;
      color: #444;
      margin: 0;
    }
    .cta-btn {
      margin-top: 20px;
    }
     
     .partnership-section {
    background-color: #00411F;
    color: #fff;
    border-radius: 12px;
    padding: 10rem 3rem 4rem 3rem;
}
    
    .partnership-section h6 {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 1rem;
      opacity: 0.9;
    }
    .partnership-section h2 {
      font-size: 2.5rem;
      font-weight: 600;
      line-height: 1.3;
      color: #6ea16e; /* Light Green Heading */
      margin-bottom: 1.5rem;
    }
    .partnership-section p {
      font-size: 1rem;
      font-weight: 300;
      max-width: 650px;
      opacity: 0.95;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .partnership-section {
        padding: 2rem;
      }
      .partnership-section h2 {
        font-size: 2rem;
      }
    }

     .partner-card {
      position: relative;
      overflow: hidden;
      border-radius: 15px;
      height: 220px; /* default height for desktop */
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .partner-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
      transition: transform 0.4s ease;
    }
    .partner-card:hover img {
      transform: scale(1.05);
    }
    .partner-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 15px;
      background: rgba(0, 0, 0, 0.3); /* slight overlay for readability */
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }
    .partner-overlay h5 {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 700;
      margin: 0;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
      .partner-card {
        height: 200px;
      }
      .partner-overlay h5 {
        font-size: 1rem;
      }
    }
    @media (max-width: 576px) {
      .partner-card {
        height: 160px; /* smaller cards on mobile */
      }
      .partner-overlay h5 {
        font-size: 0.9rem;
      }
    }
   .career-form {
    max-width: 600px;
    margin: auto;
  }

  .custom-input {
    background: transparent !important;
    border: 1px solid #888;
    border-radius: 8px;
    padding: 12px;
    font-size: 15px;
    color: #fff !important; /* input text white */
  }

  /* Placeholder white */
  .custom-input::placeholder {
    color: #fff;
    opacity: 0.8;
  }

  /* Dropdown option colors */
  .custom-input option {
    background: #1a1a1a;
    color: #fff;
  }

  .custom-input:focus {
    border-color: #00aaff;
    box-shadow: none;
  }
  .team-card {
      border: 1px solid #d3e9d7;
      border-radius: 12px;
      text-align: center;
      padding: 15px;
      background: #fff;
      transition: transform 0.3s ease;
      height: 100%;
    }
    .team-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .team-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px;
      margin-bottom: 10px;
      background: #f7f7f7;
    }
    .team-name {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 2px;
    }
    .team-designation {
      font-size: 0.9rem;
      color: #666;
      margin-bottom: 8px;
    }
    .team-links a {
    margin: 0 5px;
    color: #444;
    font-size: 1.1rem;
    transition: all 0.3s;
}
    .team-links a:hover {
      color: #198754;
    }
    .cofounder-message {
      margin-top: 60px;
      display: flex;
      align-items: center;
      gap: 25px;
      flex-wrap: wrap;
    }
    .cofounder-message img {
          width: 170px;
    height: 200px;
      object-fit: cover;
      border-radius: 12px;
      background: #f0f0f0;
    }
    .cofounder-info {
      text-align: center;
    }
    .cofounder-info .team-links {
      margin-top: 5px;
    }
   .message-text {
    font-size: 70px;
    font-style: italic;
    line-height: 80px;
    font-family: 'Georgia', serif;
    color: #000;
    flex: 1;
    min-width: 250px;
}

    /* RESPONSIVE FIXES */
    @media (max-width: 768px) {
      .team-card img {
        height: 180px;
      }
      .message-text {
        font-size: 1.2rem;
        text-align: center;
      }
      .cofounder-message {
        justify-content: center;
        text-align: center;
      }
    }

    @media (max-width: 576px) {
      .team-card img {
        height: 160px;
      }
      .message-text {
        font-size: 1rem;
      }
    }

       .sidebar {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .sidebar li {
      padding: 12px 15px;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s;
      margin-bottom: 8px;
      font-weight: 500;
    }
    .sidebar li.active, .sidebar li:hover {
      background: #dff3e5;
      color: #000;
    }
    .case-card {
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      transition: transform 0.3s;
    }
    .case-card:hover {
      transform: translateY(-5px);
    }
    .case-card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }
    .case-body {
      padding: 15px;
    }
    .case-title {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 8px;
    }
    .case-meta {
      font-size: 0.85rem;
      color: #666;
      margin-bottom: 8px;
    }
    .views {
      font-size: 0.85rem;
      color: #999;
    }
    .social-links {
  display: flex;
  flex-direction: column;  /* vertical arrangement */
  gap: 12px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}

.social-links a i {
  font-size: 20px;
  margin-right: 10px;
}

.social-links a:hover {
  color: #0d6efd; /* hover effect */
}
 .text-align-left{
      text-align: left !important;
    }
.tab-content {
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.tab-content.active {
  display: block;
  opacity: 1;
}

/* Hide mega menu on small screens */
@media (max-width: 991px) {
  .webui {
    display: none !important;
  }
  .mobui {
    display: block !important;
  }
}

/* Optional styling for dropdown look */
.sub-menu {
  list-style: none;
  padding-left: 15px;
  margin: 10px 0;
}

.sub-menu li a {
  display: block;
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
}

.sub-menu li a:hover {
  color: #00b4d8;
}
