body {
  background-image: url("/assets/img/bg-image.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: poppins;
}



/* our brand section */

.tabs-list {
  display: flex;
  flex-direction: row;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1rem;
  border-bottom: 2px solid #ccc;
  margin-top: 50px;
}

.tabs__tab {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  color: #555;
}

.tabs__tab[aria-selected="true"] {
  border-bottom-color: #85673D;
  /* Active tab color */
  color: #000;
  font-weight: bold;
}

.tabs__tab:focus {
  outline: 2px solid #85673D;
  outline-offset: 2px;
}

.bg-product-list {
  background-image: url("/assets/img/productFrame-1.png");
  padding: 59px;
  background-repeat: no-repeat;
  background-size: cover;
}


/* Footer Section */

.newsletter-bg {
  background-color: #79C142;
}

.footer-bottom {
  background-color: #79C142;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

footer.bg-primary {
  background-color: #1961AC !important;
}

.footer-wrapper {
  position: relative;
  padding-top: 10px;
  /* Creates space above footer for the overlapping newsletter */
}

.newsletter-section {
  top: -60px;
  /* Controls how much the newsletter overlaps */
  max-width: 1100px;
}

.list-link {
  line-height: 30px;
}

.footer-bottom-stripe {
  border-radius: 30px;
  clip-path: ellipse(800px 120% at bottom);
  width: 100%;
}



/* Our brand */

.product-image {
  max-height: 180px;
  object-fit: contain;
}

.curve-bg {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  border-top-left-radius: 100% 100px;
  border-top-right-radius: 100% 100px;
}

.product-image-wrapper {
  padding: 30px !important;
}

.product-title {
  color: #1961AC;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 25px;
}

.product-desc {
  color: #5B5B5B;
  font-weight: 400;
  font-family: "Poppins";
}

.common-tab {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Poppins";
  border: 2px solid transparent;
  border-radius: 15px;
  font-weight: bold;
  color: #000;
}

.common-tab.active {
  border-color: #198754 !important;
  /* Bootstrap 'success' color */
  color: #198754 !important;
}

.card {
  background: #96cc3f;
  border-radius: 10px;
}

.mission-icon {
  width: 30px;
  height: 30px;
}

.news-title {
  font-family: "Outfit";
}

.news-content {
  font-family: "Poppins";
}


@media (min-width: 768px) {
  .mission-icon {
    width: 40px;
    height: 40px;
  }
}


@media(max-width:578px) {
  .mission-vision-section {
    margin-left: 15px !important;
    margin-bottom: 10px !important;
  }
}

.infra-label-box {
  top: -55px;
  left: -162px;
  width: 376px;
  font-family: 'Poppins';
  z-index: 2;
  padding: 6px;
}

.smc-service-offer {
  font-family: 'Poppins';
  font-size: 16px;
  margin-top: -20px;
}

.infrastrucutre-content {
  font-family: 'Poppins' !important;
  color: #1E1E1E;
  line-height: 32px;
  margin-top: 30px !important;
  text-align: justify;
}

.infra-top-box {
  background-color: #1961AC;
  padding: 25px !important;
  border-top-left-radius: 50px;
}

.infra-box-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px !important;
  font-family: 'Poppins';
}

.infra-box-content {
  font-family: 'Outfit';
  font-size: 15px;
  letter-spacing: 1px;
}

.infrastrucutre-section {
  padding-top: 7rem !important;
  margin-top: 30px;
}

.vision-title {
  font-family: 'Outfit';
  color: #1961AC !important;
}

.mision-title {
  font-family: 'Outfit';
}

.mission-vision-content {
  font-family: 'Poppins';
  font-size: 18px;
}

.our-service-read-more-btn {
  font-family: "Poppins";

}

/* Responsive: hide label and stack naturally on small screens */
@media (max-width: 767.98px) {
  .infra-label-box {
    display: none !important;
  }
}


@media(max-width: 1091px) {
  .infra-label-box {
    top: -50px;
    left: -62px;
    width: 376px;
    font-family: "Poppins";
    z-index: 2;
    padding: 6px;
  }

  .infra-top-box {
    padding: 18px;
  }

  .infra-box-title {
    font-size: 25px !important;

  }

}

@media(max-width: 991px) {
  .infra-label-box {
    display: none !important;
  }
}