.top-header {
      background: #f5f5f5;
      padding: 15px 0;
    }

    .logo img {
      height: 88px;
    }

    .header-center-text {
      text-align: center;
    }

    .header-center-text h1 {
      font-weight: 700;
      color: #8b4500;
      margin: 0;
      font-size: 2rem !important;
    }

    .header-center-text p {
      color: #d48645;
      font-weight: 600;
      margin: 0;
      font-size: 1.2rem !important;
    }
.hamburger-menu {
  position: relative;
  display: inline-block;
}

.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 10px;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.hamburger-menu:hover .dropdown-menu-custom {
  opacity: 1;
  visibility: visible;
  /* transform: translateX(0); */
}

.dropdown-menu-custom a {
  display: block;
  padding: 8px 12px;
  color: #a93300;
  text-decoration: none;
  font-weight: 600;
}

.dropdown-menu-custom a:hover {
  background-color: #f8f9fa;
  border-radius: 4px;
}

#imageCarousel .carousel-item img {
    height: 500px; /* Custom height */
    object-fit: cover;
    width: 100%;
	}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Dark overlay with 50% opacity */
    z-index: 1;
  }

  .carousel-caption {
    z-index: 2;
    position: absolute;
    top: 30%;
    left: 10%;
    right: 10%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }
 .service-section {
    background-color: #d0cccc !important;
    padding: 40px 0;
  }
 .service-box {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .service-box img {
    border-bottom: 2px solid #a93300;
    transition: transform 0.3s ease;
  }

  /* .service-box:hover img {
    transform: scale(1.00);
  } */

  .service-title {
    background: linear-gradient(to right, #a93300, #ff6f00);
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }

  .service-caption {
    background-color: #f5f5f5;
    padding: 10px 0;
    color: #a93300;
    font-weight: 600;
    font-size: 1rem;
  }
  .option-card {
      border-left: 5px solid #dc4c00;
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05);
    }
    .option-header {
      color: #dc4c00;
    }
    .rcc-header {
      color: #0d6efd;
    }
    .icon-check {
      color: #28a745;
    }
     /* h1.display-4 {
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      width: 70%;
      
    }
    .lead {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    } */


     /* Green top bar */
    .team-header-bar {
      height: 70px;
      background-color: #008b5e;
    }

    /* Main section */
    .team-section {
      background-color: #bfbdbe;
      color: white;
      padding: 120px 0;          /* Increased height */
      min-height: 100vh;         /* At least full screen height */
    }

    .team-section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 60px;
    }

    /* Card */
    .team-card {
      background-color: #2a2a2a;
      border: none;
      padding: 30px 20px;
      border-radius: 10px;
      text-align: center;
      color: white;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .team-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }

    .team-img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 6px;
      margin-bottom: 20px;
    }

    .btn-see-more {
      background-color: #008b5e;
      color: white;
      font-weight: 500;
      letter-spacing: 1px;
      width: 100%;
      margin-top: 15px;
      border: none;
      padding: 10px;
    }

    .btn-see-more:hover {
      background-color: #00714b;
    }

    .social-icons a {
      color: white;
      margin: 0 8px;
      font-size: 1.2rem;
    }

    
    .why-us-section {
      padding: 100px 0;
      background-color: #aaa0a0 !important;
    }

    .why-us-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 60px;
    }

    .why-us-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      padding: 40px 20px;
      text-align: center;
      transition: all 0.3s ease;
      height: 100%;
    }

    .why-us-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
    }

    .why-us-icon {
      font-size: 3rem;
      color: #008b5e;
      margin-bottom: 15px;
    }

    .why-us-label {
      font-weight: 600;
      color: #008b5e;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 0.9rem;
      letter-spacing: 0.5px;
    }

    .why-us-number {
      font-size: 2rem;
      font-weight: 700;
      color: #111;
    }

     .testimonial-wrapper {
    padding: 80px 0;
    background-color: #fff;
  }

  .testimonial-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e1e1e;
  }

  .testimonial-subtitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
  }

  .testimonial-card {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
  }

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

  .testimonial-card::before {
    content: "“";
    font-size: 80px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #e0e0e0;
    z-index: 0;
  }

  .testimonial-text {
    position: relative;
    font-size: 16px;
    color: #333;
    z-index: 1;
    font-style: italic;
    line-height: 1.6;
  }

  .testimonial-author {
    margin-top: 20px;
    font-weight: 600;
    color: #008b5e;
    z-index: 1;
    position: relative;
  }

  @media (max-width: 768px) {
    .testimonial-title {
      text-align: center;
    }

    .testimonial-subtitle {
      text-align: center;
    }
  }


  /* Full section */

  /* Slide-in menu and overlay */
    .menu-overlay-bg {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease;
      z-index: 999;
    }

    .menu-overlay {
      position: fixed;
      top: 0;
      right: 0;
      width: 280px;
      height: 100vh;
      background-color: #000;
      transform: translateX(100%);
      transition: transform 0.4s ease-in-out;
      z-index: 1000;
      padding: 50px 20px 20px;
      display: flex;
      flex-direction: column;
    }
.menu-overlay a {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 1rem;
  text-decoration: none;
  margin: 15px 0;
  font-weight: 700; /* BOLD */
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  /* line-height: 5px; */
}


    .menu-overlay a:hover {
      color: #ffc107;
    }

    .menu-close {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
    }

    .menu-open .menu-overlay {
      transform: translateX(0);
    }

    .menu-open .menu-overlay-bg {
      opacity: 1;
      visibility: visible;
    }

    .bi-list {
      cursor: pointer;
    } 


    /* About CSS */

    /* section {
    height: 100vh;
    position: relative;
    overflow: hidden;
  } */



  .section-dark {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('assets/images/hero-bg.jpg') center/cover no-repeat;
    color: #fff;
  }

  .image-animate {
    transform: translateX(-50px);
    opacity: 0;
    transition: all 1s ease;
  }

  .image-animate.in-view {
    transform: translateX(0);
    opacity: 1;
  }

  .card-hover:hover {
    transform: translateY(-10px);
    transition: 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .icon-box i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: #0d6efd;
    transition: 0.3s ease-in-out;
  }

  .icon-box:hover i {
    color: #198754;
    transform: rotate(10deg);
  }

  .mission-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.3);
  }

    .team-cards img {
    height: 260px;
    object-fit: cover;
  }


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

.mission-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(255, 255, 255, 0.1);
}

.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffc107;
  transition: background 0.3s ease, transform 0.3s ease;
}

.mission-card:hover .icon-circle {
  background-color: rgba(255, 193, 7, 0.2);
  transform: scale(1.1);
}


.slide-in-left {
  transform: translateX(-100px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.slide-in-left.in-view {
  transform: translateX(0);
  opacity: 1;
}

.image-container img {
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image-container img:hover {
  transform: scale(1.03);
}

/* Contact Section */

 :root {
            --primary-color: #3498db;
            --secondary-color: #2c3e50;
            --accent-color: #e74c3c;
            --light-bg: #f8f9fa;
            --dark-text: #2c3e50;
        }

     
         .hero-sections {
            background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
            color: white;
            padding: 4rem 0;
            position: relative;
            overflow: hidden;
        }

        .hero-sections::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background-image: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/14537c82-4efa-4b7e-b1c6-835616461d5e.png');*/
            background-size: cover;
            background-position: center;
            opacity: 0.2;
            z-index: 0;
        } */

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .section-title {
            position: relative;
            margin-bottom: 1.5rem;
            padding-bottom: 1rem;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--primary-color);
        }

        .contact-card {
            border: none;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            margin-bottom: 2rem;
        }

        .contact-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .contact-icon {
            font-size: 2rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
        }

        .form-control {
            border-radius: 8px;
            padding: 12px 15px;
            /* margin-bottom: 1.5rem; */
        }

        .form-label {
  margin-bottom: .5rem !important;
  margin-top: 0.5rem !important;
}

.form-check {
  display: block !important;
  min-height: 1.5rem !important;
  padding-left: 1.5em !important;
  margin-bottom: 1.125rem !important;
  margin-top: 0.7rem !important;
}

        .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
            padding: 10px 25px;
            border-radius: 8px;
            font-weight: 600;
            transition: all 0.3s;
        }

        .btn-primary:hover {
            background-color: #2980b9;
            border-color: #2980b9;
            transform: translateY(-2px);
        }

        .team-member {
            text-align: center;
            margin-bottom: 2rem;
        }

        .team-img {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 50%;
            border: 5px solid white;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 1rem;
        }

        .faq-card {
            margin-bottom: 1rem;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .faq-header button {
            font-weight: 600;
            color: var(--secondary-color);
        }

        .faq-header button:focus {
            box-shadow: none;
        }

  
  .section-location {
    background-color: #f8f9fa;
  }

  .location-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #0d3b66;
  }

  .map-container-custom {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }

  .map-container-custom iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  .visit-title,
  .hours-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
  }

  .office-details p {
    margin-bottom: 0.5rem;
  }

  .business-hours li {
    margin-bottom: 0.3rem;
  }

  .office-image img {
    max-height: 260px;
    object-fit: cover;
    width: 100%;
  }
        @media (max-width: 768px) {
            .hero-section {
                padding: 3rem 0;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
        }

        /* hero Section */


        


         .hero-section {
      padding: 50px 0;
    }
    .feature-card {
      background: linear-gradient(135deg, #007bff, #0056b3);
      color: white;
      border-radius: 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 30px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .feature-card h2 {
      font-size: 28px;
      font-weight: bold;
    }
    .feature-card p {
      font-size: 16px;
      opacity: 0.9;
    }
    .feature-card .btn {
      background: white;
      color: #007bff;
      font-weight: 600;
    }

    .service-card {
      background-color: white;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
      padding: 25px 15px;
      height: 100%;
    }

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

    .service-card img {
      height: 60px;
      margin-bottom: 15px;
    }

    .service-card h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 0;
    }

    @media (max-width: 767px) {
      .feature-card {
        padding: 20px;
      }
    }