 
 section.solution {
    background-color: #454545 !important; 
    padding: 60px 0;
    color: white;
    text-align: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #454545;
    border-radius: 50%;
    padding: 20px;
}
  .contact-info i {
      color:white !important;
  }
    :root {
      --navbar-brown: #8b2e03;
      --secondary-brown: #a9744f;
      --accent-green: #4caf50;
      --accent-orange: #f37021;
        --sandal-bg: #fefbf6; 
    }

    /* Navbar */
    .navbar {
      background-color: #219f69 !important;
      padding: 5px 0 !important;
    }
    .navbar-brand img {
      height: 45px;
    }
    .nav-link {
        position: relative;
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
    text-decoration: none;
    }
      .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* Thickness of the underline */
    background-color: #f37021; /* Accent color */
    transition: width 0.3s ease;
  }
  .nav-link:hover::after {
    width: 100%; /* Expands underline from left to right */
  }
    .nav-link:hover {
      color: var(--secondary-brown) !important;
    }
    .contact-btn {
      background-color: var(--accent-green);
      color: white !important;
      border-radius: 30px;
      padding: 8px 20px;
      font-weight: 600;
    }

    /* Hero Carousel */
    .ci{
      min-height: 100vh;
      min-height: 400px;
      background: no-repeat center center/cover;
      position: relative;
      background-size: cover;
      background-position: center;

    }
    .ci::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.4);
    }
    .carousel-caption {
      top: 50%;
      transform: translateY(-50%);
      text-align: left;
      left: 10%;
      right: auto;
      z-index: 2;
    }
    .carousel-caption h1 {
      font-size: 3.5rem;
      font-weight: 700;
      color: #fff;
    }
    .carousel-caption p {
      font-size: 1.2rem;
      margin: 20px 0;
      color: #ddd;
    }
    .btn-hero {
      background-color: #219f69;
      color: #fff;
      padding: 12px 30px;
      border-radius: 30px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
    }
    .btn-hero:hover {
      background-color: #d65c15;
    }
    .carousel-indicators [data-bs-target] {
      background-color: #219f69;
      width: 40px;
      height: 4px;
      border-radius: 2px;
      margin: 0 6px;
    }
/* Fix unwanted horizontal scroll / right-side gap */
html, body {

  width: 100%;
}

.carousel,
.carousel-inner,
.ci {
  width: 100%;
  margin: 0;
  padding: 0;
}

    /* Stats Section */
    .stats {
      text-align: center;
      padding: 60px 0 30px;
    }
    .stats h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #219f69;
    }
    .stats p {
      font-size: 1rem;
      font-weight: 500;
      color: #444;
      margin-top: -5px;
      letter-spacing: 1px;
    }

    /* About Section */
    .about-section {
      padding: 60px 0;
    }
    .about-text h6 {
      color: #219f69;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .about-text h2 {
      font-size: 2.2rem;
      font-weight: 700;
      color: #222;
    }
    .about-text p {
      font-size: 1rem;
      color: #555;
      margin-top: 15px;
      line-height: 1.7;
    }
    .about-btn {
      background-color: #219f69;
      color: #fff;
      font-weight: 600;
      border: none;
      padding: 12px 30px;
      border-radius: 25px;
      margin-top: 20px;
      transition: 0.3s;
    }
    .about-btn:hover {
      background-color: #d65c15;
    }
    .about-img {
      position: relative;
      display: inline-block;
    }
    .about-img img {
      width: 100%;
      border-radius: 8px;
      position: relative;
      z-index: 2;
    }
    .about-img::before {
      content: "";
      position: absolute;
      top: 20px;
      left: -20px;
      width: 100%;
      height: 100%;
      background-color: #219f69;
      z-index: 1;
      border-radius: 8px;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .carousel-caption h1 {
        font-size: 2.5rem;
      }
      .carousel-caption p {
        font-size: 1rem;
      }
    }
    @media (max-width: 576px) {
      .carousel-caption {
        left: 5%;
        right: 5%;
        text-align: center;
      }
      .carousel-caption h1 {
        font-size: 1.8rem;
      }
      .carousel-caption p {
        font-size: 0.9rem;
      }
      .about-text h2 {
        font-size: 1.5rem;
      }
      .stats h2 {
        font-size: 1.8rem;
      }
    }
    /* 1 */
    /* Section styles */
section.solution {
  background-color: var(--navbar-brown);
  padding: 60px 0;
  color: white;
  text-align: center;
}

section.solution h2 {
  font-size: 2.5rem;
  font-weight: 700;
}

section.solution p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #ddd;
}

/* Card layout */
.solution-card {
  display: flex;
  flex-direction: row;
  background: #f3f6f8;
  border-radius: 15px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  height: 350px; /* Increased card height */
  padding: 10px;
}

/* Card content */
.solution-card .card-text {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.solution-card h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--navbar-brown);
}

.solution-card p {
  color: #333;
  font-size: 1rem;
}

/* Card image */
.solution-card img {
  width: 40%;
  height: 100%; /* Match card height */
  object-fit: cover;
  margin: 6px;
}

/* Carousel indicators */
.carousel-indicators [data-bs-target] {
  background-color: #219f69;
  width: 40px;
  height: 4px;
  border-radius: 2px;
}

.feature-icon { 
    background-color:#219f69 !important;
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #219f69;
  border-radius: 50%;
  padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .solution-card {
    flex-direction: column;
    height: auto; /* Allow auto height on mobile */
  }
  .solution-card img {
    width: 100%;
    height: 250px; /* Mobile image height */
  }
}
 
.footer {
            background-color: #f8f9fa;
            color: #333;
            padding: 60px 0 30px;
            font-family: Arial, sans-serif;
        }

        .footer h4, .footer h5 {
            color: #8b2e03;
            font-weight: 700;
        }

        .footer p, .footer a {
            color: #8b2e03;
            margin: 5px 0;
        }

        .footer a:hover {
            color: #000;
        }

        .contact-info i {
            color: #8b2e03; /* accent icon color */
            margin-right: 10px;
        }

        .social-icons a {
            color: #555;
            margin-right: 10px;
            font-size: 1.5rem;
            transition: 0.3s;
        }

        .social-icons a:hover {
            color: #8b2e03;
        }

        .map-container {
            margin-top: 15px;
            border-radius: 8px;
            overflow: hidden;
        }

        .footer-line {
            border-top: 1px solid #8b2e03;
            margin: 25px 0;
        }

        @media (max-width: 768px) {
            .footer .row > div {
                margin-bottom: 25px;
                text-align: center;
            }
            .map-container iframe {
                width: 100%;
                height: 200px;
            }
        }
    /* service */
    .service-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 10px;
}

/* Image zoom on hover */
.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease; /* smooth zoom */
}

.service-card:hover img {
    transform: scale(1.1); /* zoom in */
}

/* Icon stays attached to card body */
.service-icon {
    width: 60px;
    height: 60px;
    background-color: #f37021;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    top: 220px;   /* half overlap */
    right: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

/* Optional: icon slightly lifts on hover */
.service-card:hover .service-icon {
    transform: translateY(-5px);
}

.card-body {
    position: relative;
    padding-top: 40px; /* space for icon */
}
/* y */
   .feature-icon {
            width: 50px;
            height: 50px;
            background-color: #f37021;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
        }
        .feature-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        .left-content {
    padding: 30px;
    margin-top: -100px; /* moves content slightly up */
}

       .right-image img {
        width: 100%;
        max-height: 600px; /* reduce height */
        object-fit: cover; /* crop to fit nicely */
        border-radius: 8px; /* optional: rounded corners */
    }
    /* form */
       .left-side {
            height: 100%;
            overflow: hidden;
        }
        .left-side img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Makes the image cover the entire column */
        }
        .right-side {
            padding: 40px;
        }
        .btn-primary {
            background-color: #ff4c68;
            border-color: #ff4c68;
        }
        .btn-primary:hover {
            background-color: #e03e5f;
            border-color: #e03e5f;
        }