.text-primary {
  color: #003131;
}

.html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.form-group.required .control-label:after {
  content: "*";
  color: red;
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .html {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
}
.banner-img {
  position: relative;
  width: 100%;
  height: auto;
}

.overlap-container {
  max-width: 500px;
  width: 90%;
}

.form-card {
  background: rgba(255, 255, 255, 0.9); /* slight transparency for style */
}

.bg-banner {
  background: url("../src/image/contact-us-banner.png") center center/cover no-repeat;
  min-height: 600px;
}

.form-card {
  background: rgba(255, 255, 255, 0.95);
  max-width: 500px;
  width: 90%;
}

.control-label:after {
  content: "*";
  color: red;
}

.text-orange {
  color: #EF7F1A;
}

.text-blue {
  color: #00a4a6;
}

.text-secondary {
  color: #96a9a7 50%;
}

.btn-primary {
  color: #003131;
  background-color: #00a4a6;
  border: none;
  cursor: pointer;
  padding: 15px 24px;
  border-radius: 34px;
  font-size: 14px;
  font-weight: 600;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #003131 50%);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  display: inline-block;
  text-decoration: none;
  background-size: 220%;
}
.btn-primary:hover {
  color: #00a4a6;
  background-position: 100%;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  color: #00a4a6;
  background-color: #003131;
  border: none;
}

.btn-secondary :hover {
  color: #00a4a6;
}

.bg-letswork {
  background-color: #00a4a6;
  color: #ffffff;
}

.btn-nav {
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  background-color: #f3f3f3;
}

.btn-nav:hover {
  background-color: #00a4a6;
}

.btn-nav.active {
  background-color: #00a4a6;
}

.alternate-color :nth-child(even) {
  background-color: #f6f6f6;
}

.bg-primary {
  background-color: #003131;
}

.bg-secondary {
  background-color: #00a4a6;
}

.badge-primary {
  border: 1px solid white;
}

.badge-secondary {
  font-size: small;
  background-color: #f3f3f3;
  color: #003131;
  padding: 0.25rem 0.75rem;
}

header .nav-link {
  color: #003131 !important;
}

header .nav-link-dropdown {
  color: #003131 !important;
}

header .nav-link:hover,
header .nav-link.active {
  color: #00a4a6 !important;
}

header .nav-link-dropdown:hover,
header .nav-link-dropdown.active {
  color: #00a4a6 !important;
}

.index-hero-section {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.index-hero-section .carousel-inner {
  height: 100%;
}

.index-hero-section .carousel-item {
  height: 100%;
}

.index-hero-section .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ensures the image covers the space without distortion */
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .index-hero-section {
    height: auto;
    /* let height adjust based on content on small screens */
    padding-top: 75px;
  }
  .index-hero-section .carousel-item {
    height: auto;
  }
  .index-hero-section .carousel-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    /* ensures the full image is visible without cropping */
  }
}
@media (max-width: 768px) {
  .hero-section {
    height: 30vh;
    /* let height adjust based on content on small screens */
  }
}
.carousel-indicators [data-bs-target] {
  background-color: #999;
  /* Default dot color (light grey) */
  width: 30px;
  height: 5px;
  border-radius: 25%;
  opacity: 1;
  /* Optional: make them fully opaque */
}

.carousel-indicators .active {
  background-color: #000;
  /* Active dot color (black) */
}

.carousel-indicators [data-bs-target]:hover {
  background-color: #333;
  /* Hover color (darker grey) */
}

.service-card-blue {
  background: #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #003131;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease-in-out;
}
.service-card-blue h4 {
  font-weight: bold;
}
.service-card-blue:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background: #00a4a6;
  color: #fff;
}
.service-card-blue .icon-circle {
  transition: transform 0.3s ease;
}
.service-card-blue .icon-circle i {
  transform: rotate(-45deg);
}
.service-card-blue:hover .icon-circle {
  transform: translateX(8px) scale(1.1);
  background: #fff;
  color: #00a4a6;
}

.service-card-orange {
  background: #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #003131;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease-in-out;
}
.service-card-orange h4 {
  font-weight: bold;
}
.service-card-orange:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background: #EF7F1A;
  color: #fff;
}
.service-card-orange .icon-circle {
  transition: transform 0.3s ease;
}
.service-card-orange .icon-circle i {
  transform: rotate(-45deg);
}
.service-card-orange:hover .icon-circle {
  transform: translateX(8px) scale(1.1);
  background: #fff;
  color: #EF7F1A;
}

.service-card h4 {
  color: #003131;
  font-weight: 600;
}

.service-card p {
  color: #96a9a7;
}

.service-card:hover {
  color: #003131;
}

@keyframes rotateInFade {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
[data-aos=rotate-in-fade] {
  opacity: 0;
  transform: rotate(-360deg) scale(0.8);
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-timing-function: ease;
}

[data-aos=rotate-in-fade].aos-animate {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.floating-whatsapp {
  position: fixed;
  overflow-x: hidden;
  display: block;
  bottom: 20px;
  /* Adjust as needed */
  right: 20px;
  /* Adjust as needed */
  z-index: 1000;
  /* Ensure it's on top */
  width: 60px;
  /* Adjust as needed */
  height: 60px;
  /* Adjust as needed */
  background-color: #25d366;
  /* WhatsApp green */
  color: #fff;
  /* White text */
  text-align: center;
  border-radius: 50%;
  /* Make it circular */
  font-size: 30px;
  /* Adjust icon size */
  text-decoration: none;
  /* Remove underline from link */
  line-height: 60px;
  /* Vertical centering */
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  /* Subtle shadow */
}

.floating-whatsapp .fa-whatsapp {
  margin: 0;
  padding: 0;
}

.service__card {
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s;
}
.service__card-button {
  cursor: pointer;
  padding: 10px 24px;
  border-radius: 34px;
  font-size: 14px;
  font-weight: 600;
  background-color: #fff;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #003131 50%);
  color: #00a4a6;
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
  display: inline-block;
  text-decoration: none;
  margin-top: auto;
  background-size: 220%;
}
.service__card-button i {
  transform: rotate(-45deg);
}
.service__card-button:hover {
  color: #00a4a6;
  background-position: 100%;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* SLIDER */
.slider {
  max-width: 100rem;
  height: 22rem;
  margin: 0 auto;
  position: relative;
  /* IN THE END */
  overflow: hidden;
}

.testimonial-slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* THIS creates the animation! */
  transition: transform 1s;
}

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 5.5rem;
  width: 5.5rem;
  font-size: 3.25rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  min-height: 0.8rem;
  min-width: auto;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;
  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #888;
  opacity: 1;
}

/* TESTIMONIALS */
.testimonial {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial__header {
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.testimonial__text {
  font-size: 1.7rem;
  margin-bottom: 3.5rem;
  color: #666;
}

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  column-gap: 2rem;
}

.testimonial__photo {
  grid-row: 1/span 2;
  width: 6.5rem;
  border-radius: 50%;
}

.testimonial__name {
  font-size: 1.7rem;
  font-weight: 500;
  align-self: end;
  margin: 0;
}

.testimonial__location {
  font-size: 1.5rem;
}

.section__title--testimonials {
  margin-bottom: 4rem;
}

.hamburger {
  width: 28px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1001;
  /* above overlay */
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #003131;
  transition: all 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger span:nth-child(3) {
  top: 16px;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.mobile-menu-overlay {
  position: fixed;
  top: 50;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem 2rem;
}
.mobile-menu-overlay.active {
  transform: translateY(0);
}
.mobile-menu-overlay .mobile-menu-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 50px;
}
.mobile-menu-overlay .mobile-menu-content a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  color: #003131;
}
.mobile-menu-overlay .mobile-menu-content a.active {
  color: #00a4a6 !important;
}
.mobile-menu-overlay .mobile-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}

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

/* Floating navbar */
.floating-navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1030;
  background-color: #f3f3f3;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.auto-service .container-fluid h2 {
  width: 50%;
}

@media (max-width: 768px) {
  .auto-service .container-fluid h2 {
    width: 100%;
  }
  .contact-card button {
    align-self: center !important;
  }
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100px;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLoop 25s linear infinite;
  gap: 3rem;
  align-items: center;
}

.logo__img {
  height: 80px;
  width: auto;
  object-fit: contain;
}

@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo__img {
    height: 60px;
    margin: 0 1rem;
  }
  .logo-track {
    gap: 2rem;
  }
}
.dropFromTop {
  animation: dropFromTop 1s ease-out forwards;
}

@keyframes dropFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  position: relative;
  padding: 3rem 1.5rem;
}

.footer .copyright {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body {
  position: relative;
}

.decorative-img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 30%;
  height: auto;
  user-select: none;
  pointer-events: none;
  z-index: 10;
  /* ensure it's behind other content */
}

@media (max-width: 768px) {
  .footer .decorative-img {
    max-width: 20%;
  }
  .why-we-are-section {
    min-height: 140vh !important;
  }
}
.footer .row {
  position: relative;
  z-index: 1;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .socials a {
  color: #003131;
  font-size: 1.25rem;
  margin: 0 0.75rem;
}

.footer .socials a:hover {
  color: #00a4a6;
}

.footer h2 {
  line-height: 1.3;
}

.custom-badge {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border: 1px solid white;
  border-radius: 9999px;
  padding: 0.5rem 0.75rem;
  color: white;
  background: #e7e4e4;
  display: inline-block;
  max-width: max-content;
}

.custom-heading {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.4;
  margin: 0;
}

.custom-paragraph {
  text-align: justify;
  max-width: 20rem;
}

.custom-section {
  border-radius: 0.75rem;
  padding: 5rem 4rem;
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .custom-paragraph {
    max-width: 20rem;
  }
}
.card-custom {
  border-radius: 1rem;
  overflow: hidden;
  margin: 1.5rem auto;
  display: flex;
  flex-wrap: nowrap;
  box-shadow: none;
}

.image-section {
  position: relative;
  flex: 1 1 33.33%;
  min-width: 220px;
  background: url("src/image/stats-1.png") center center/cover no-repeat;
  height: 190px;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.stats-section {
  position: relative;
  background-color: #003636;
  color: white;
  flex: 1 1 67%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 2.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
  overflow: hidden;
}

.stats-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("src/image/stats-bg.png") center center/cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.stats-section > div {
  position: relative;
  z-index: 1;
}

.stat-number {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 400;
}

@media (max-width: 576px) {
  .card-custom {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .image-section,
  .stats-section {
    flex: 1 1 100%;
    height: auto;
  }
  .image-section {
    height: 200px;
  }
  .stats-section {
    flex-direction: row;
    justify-content: space-evenly;
    padding: 1.5rem 1rem;
  }
}
.visionary-img {
  width: 200px;
  height: 250px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.visionary-wrapper {
  position: relative;
  overflow: hidden;
}

.visionary-card {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #f3f3f3;
  padding: 15px;
  transform: translateY(105%);
  transition: transform 0.3s ease-in-out;
  text-align: left;
  border-radius: 14px;
}

.visionary-wrapper:hover .visionary-card {
  transform: translateY(0);
}

.why-we-are-section {
  background-image: url("src/image/Brochure-Bg-1 1.png");
  background-size: cover;
  /* Cover full area */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* No tiling */
  background-attachment: scroll;
  /* Optional: fixed for parallax */
  min-height: 100vh;
  /* Ensures full screen height */
  flex-direction: column;
  justify-content: center;
  /* Vertically center content if needed */
}

/* Styles for the new ecommerce management section */
.services-section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 2rem;
}
.services-section .service-card {
  position: relative;
  border-radius: 1rem;
  padding: 2.5rem 2rem 2rem 2rem;
  flex: 1 1 300px;
  max-width: 600px;
  min-height: 260px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.services-section .service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #003333;
  margin-bottom: 1rem;
}
.services-section .service-card p {
  color: #4a6b6b;
  font-size: 0.95rem;
  line-height: 1.5;
}
.services-section .service-card .icon-container {
  position: absolute;
  top: -15;
  left: 2rem;
  transform: translateY(-50%);
  background: white;
  border: 2px solid #009ea3;
  padding: 0.6rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
}
.services-section .service-card .icon-container i {
  transform: rotate(-45deg);
  font-size: 1.2rem;
  color: #009ea3;
}
.services-section .service-card.teal {
  background-color: #00a3a3;
  color: white;
}
.services-section .service-card.teal h3,
.services-section .service-card.teal p {
  color: white;
}
.services-section .service-card.teal .icon-container {
  background-color: white;
}
.services-section .service-card.teal .icon-container i {
  color: #00a3a3;
}
.services-section .service-card.light {
  background-color: #f5f5f5;
}
.services-section .service-card.light .icon-container {
  background-color: white;
}
.services-section .service-card.light .icon-container i {
  color: #003333;
}

@media (max-width: 768px) {
  .services-section {
    flex-direction: column;
    align-items: center;
  }
  .services-section .service-card {
    max-width: 100%;
  }
}
.ecom-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem;
  padding-top: 0;
  gap: 2rem;
  flex-wrap: wrap;
}
.ecom-hero .ecom-text {
  flex: 1 1 350px;
}
.ecom-hero .ecom-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003533;
  line-height: 1.3;
  margin: 0;
}
.ecom-hero .ecom-action {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.ecom-hero .ecom-action p {
  font-size: 1rem;
  line-height: 1.6;
  color: #6c8c8c;
  margin: 0;
}
@media (max-width: 768px) {
  .ecom-hero {
    flex-direction: column;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    padding-top: 0px;
    gap: 0rem;
    flex-wrap: wrap;
  }
  .ecom-hero .ecom-text {
    flex: 1 1 250px;
  }
  .ecom-hero .ecom-text h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #003533;
    line-height: 1.3;
    margin: 0;
  }
  .ecom-hero .ecom-action {
    flex: 1 1 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .ecom-hero .ecom-action p {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c8c8c;
    margin: 0;
    text-align: center;
  }
}

.ecommerce-section {
  color: #0b2e2f;
  font-family: "Inter", sans-serif;
}

.ecommerce-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: start;
}
.ecommerce-title h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: start;
}

.top-right-p {
  font-size: 16px;
  text-wrap: balance;
  margin-left: auto;
  width: auto;
}

@media (max-width: 768px) {
  .ecommerce-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .top-right-text {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .top-right-p {
    text-align: center;
  }
}
.ecommerce-section .btn-connect {
  background-color: #008080;
  color: white;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 16px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  transition: background-color 0.3s ease;
}

.ecommerce-section .btn-connect:hover {
  background-color: #006666;
}

.ecommerce-section h2.section-title {
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  padding: 3.5rem;
  padding-bottom: 2rem;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3.5rem;
  margin-bottom: 3.5rem;
}

.offer-grid .left-card {
  background-color: #00a4a6;
  color: #003131;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
  max-width: 500px;
}

.offer-grid .left-card h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
}

.offer-grid .left-card h3 i {
  border: 1px solid white;
  border-radius: 0.25rem;
  padding: 0.15rem;
  font-size: 14px;
}

.offer-grid .left-card p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  max-width: 280px;
  color: #fff;
}

.offer-grid .right-card {
  background-color: #f3f4f5;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
  max-width: 500px;
  color: #0b2e2f;
}

.offer-grid .right-card h3 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.offer-grid .right-card h3 i {
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  padding: 0.15rem;
  font-size: 14px;
  background: white;
}

.offer-grid .right-card p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  max-width: 600px;
}

.offer-row {
  display: flex;
  gap: 3.5rem;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.offer-row .offer-card {
  background-color: #f3f4f5;
  border-radius: 0.5rem;
  padding: 1.5rem 1.75rem;
  max-width: 800px;
  color: #0b2e2f;
}

.offer-row .offer-card h4 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.offer-row .offer-card h4 i {
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  padding: 0.15rem;
  font-size: 12px;
  background: white;
}

.offer-row .offer-card p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 300;
  max-width: 260px;
}

.feature-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.feature-row .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 180px;
}
.feature-row .feature-item i {
  font-size: 2rem;
  color: #00a3a3;
  margin-bottom: 0.5rem;
}
.feature-row .feature-item p {
  font-size: 1rem;
  font-weight: 500;
  color: #042f2e;
  margin: 0;
}
.feature-row .feature-item p strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
}
.feature-row .divider {
  width: 1px;
  height: 40px;
  background-color: #5b7f7f;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .feature-row .divider {
    display: none;
  }
  .feature-row .feature-item {
    flex: 1 1 100%;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 1rem;
  }
  .feature-row .feature-item:last-of-type {
    border-bottom: none;
  }
}

.why-choose-section {
  background-color: #d9e6e5;
  padding: 2rem 1rem 3rem;
  margin-top: 3rem;
  text-align: center;
  color: #0b2e2f;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.why-choose-section h2 {
  font-size: 30px;
  margin-bottom: 2rem;
  font-weight: bold;
}

.why-choose-grid {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 1rem;
}

.why-choose-grid > div {
  flex: 1 1 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(11, 46, 47, 0.3);
  padding: 0 1rem;
  min-width: 150px;
}

.why-choose-grid > div:last-child {
  border-right: none;
}

.why-choose-grid i {
  color: #008080;
  font-size: 14px;
  margin-bottom: 0.3rem;
}

.why-choose-grid span {
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
  .offer-grid .left-card,
  .offer-grid .right-card {
    max-width: 100%;
  }
  .offer-row {
    justify-content: center;
  }
  .why-choose-grid {
    flex-direction: column;
    gap: 1.5rem;
  }
  .why-choose-grid > div {
    border-right: none;
    padding: 0;
  }
}
/* Adjust cards inside ecommerce-section to fit your design and keep your classes */
.ecommerce-section {
  max-width: 1200px;
  margin: 3rem auto 4rem;
  padding: 0 1rem;
  color: #0b2e2f;
  font-family: "Inter", sans-serif;
}

.ecommerce-section h1 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  max-width: 400px;
  margin-bottom: 0;
}

.ecommerce-section .top-right-text {
  font-size: 9px;
  color: #8b8b8b;
  max-width: 220px;
  text-align: right;
  margin-left: auto;
}

.ecommerce-section .btn-connect {
  background-color: #008080;
  color: white;
  font-weight: 600;
  font-size: 10px;
  padding: 6px 16px;
  border-radius: 9999px;
  border: none;
  cursor: pointer;
  margin-top: 6px;
  transition: background-color 0.3s ease;
}

.ecommerce-section .btn-connect:hover {
  background-color: #006666;
}

/* Container for the What We Offer cards */
.offer-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .offer-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Card base styles */
.offer-card {
  position: relative;
  border-radius: 0.75rem;
  padding: 2rem 2.5rem;
  color: #003333;
  overflow: visible;
}

/* Left card style */
.offer-card.left {
  background-color: #009999;
  color: #003131;
}

/* Right card style */
.offer-card.right {
  background-color: #f3f4f5;
  color: #0b2e2f;
}

/* Icon container */
.offer-card .icon-wrapper {
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: white;
  border-radius: 0.5rem;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-8px) scale(1.02);
  z-index: 10;
}

/* Icon inside container */
.offer-card .icon-wrapper i {
  font-size: 1.125rem;
  transform: translateY(-8px) scale(1.02);
  color: #003333;
}

/* Border colors for icons */
.offer-card.left .icon-wrapper {
  border-color: #007d7d;
}

.offer-card.right .icon-wrapper {
  border-color: #d1d5db;
  background: white;
}

/* Headings */
.offer-card h2,
.offer-card h3 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Paragraph text */
.offer-card p {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 300;
  max-width: 100%;
}

/* Text color overrides for paragraphs */
.offer-card.left p {
  color: #004d4d;
}

.offer-card.right p {
  color: #6b7a7a;
}
