@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli.ttf");
}

@font-face {
  font-family: "ArchivoBlack";
  src: url("../fonts/ArchivoBlack-Regular.ttf");
}

body {
  font-family: "Muli", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 32px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "ArchivoBlack";
  color: #3a3a3a;
}

.primary-text {
  color: #1a9717;
}

.primary-bg {
  background-color: #1a9717;
}

.secondary-text {
  color: #3a3a3a;
}

.white-text {
  color: #fff;
}

.section-padding {
  padding: 100px 0;
}

.why-choose-us {
  padding-bottom: 100px;
  position: relative;
}

.btn-secondary {
  background-color: #333;
  border-color: #333;
  color: white;
  padding: 12px 30px;
  font-weight: 500;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}

.btn:focus {
  box-shadow: none;
  outline: none !important;
}

/********************* Header styles start *********************/
header {
  background-color: #fff;
}

header .logo-image {
  max-width: 230px;
  height: auto;
}

.header-contact-info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-contact-info-wrapper > div {
  margin-right: 20px;
}

.header-contact-info-wrapper h6 {
  margin-bottom: 0px;
}

.contact-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}

.contact-info span {
  margin-right: 10px;
}

header .header-contact-info-wrapper span img {
  width: 20px;
}

.navbar {
  padding: 0px;
}

.navbar-nav {
  justify-content: space-around;
  width: 100%;
}

.navbar-nav .nav-item:hover {
  background-color: #333 !important;
}

.navbar-nav .nav-link {
  color: #fff !important;
  padding: 0.8rem 1rem;
}

/********************** Header styles end *********************/

/********************** Hero Banner styles start *********************/
.hero_area {
  color: #fff;
  overflow: hidden;
  padding: 150px 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #1a9717;
}

.hero_area .hero_left {
  font-size: 21px;
  line-height: 28px;
  padding-left: 60px;
  position: relative;
  width: 50%;
}

.hero_area .hero_follow {
  left: -50px;
  position: absolute;
  bottom: 0;
}

.hero_area .down_arrow {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.hero_area .hero_left h1 {
  color: #fff;
  display: inline-block;
  font-size: 74px;
  font-weight: 700;
  line-height: 80px;
  margin: 0;
  padding: 0;
}

.hero_area .hero_left .hero_lefttext {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
}

.hero_area .hero_bgimg img {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.home_newshap {
  position: relative;
}

.hero-shape {
  margin-bottom: -4px;
}

.home_newshap:before {
  animation: 0;
  background-color: #1a9717;
  bottom: 40%;
  clip-path: polygon(100% 64%, 0 100%, 0 0);
  content: "";
  height: 50%;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 40%;
}

.hero-shape img {
  display: block;
  width: 100%;
}

/********************** Hero Banner styles end *********************/

/********************** How it works styles start *********************/
.bottom_shape_v2v {
  position: relative;
}

.bottom_shape_v2v:before {
  background-image: url("../images/tree1.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 72%;
  content: "";
  filter: grayscale(1);
  height: 246px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.how-it-works-step {
  border: 3px solid green;
  padding: 20px;
  border-style: double;
}

.how-it-works-step:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.step-icon img {
  width: 50px;
}

.bottom-tree-house {
  height: 151px;
  position: relative;
  z-index: 11;
  float: right;
  transform: scaleX(-1);
  filter: grayscale(100%);
  margin-top: 8%;
}

.past-projects {
  position: relative;
}

.past-projects-row {
  margin-top: 60px;
  margin-bottom: 60px;
}

.past-project-img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 520px;
  min-width: 320px;
  min-height: 340px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  margin-left: 10%;
}

.past-projects-card {
  border: 1px solid #1a9717;
  background: #fff;
  padding: 48px 36px 36px 142px;
  margin-left: -101px;
  min-height: 340px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-top: 5%;
  margin-right: 10%;
}

.past-projects-corner {
  position: absolute;
  top: -18px;
  right: -22px;
  width: 120px;
  height: 120px;
  background: transparent;
  z-index: 2;
}
.past-projects-corner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 100px solid #1a9717;
  border-left: 100px solid transparent;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0.7;
}
.past-projects-content {
  position: relative;
  z-index: 3;
}

.past-projects-btn {
  background: #1a9717;
  color: #fff;
  font-size: 16px;
  border-radius: 28px;
  padding: 10px 32px;
  border: none;
  transition: background 0.2s;
  box-shadow: none;
  outline: none;
}
.past-projects-btn:hover,
.past-projects-btn:focus {
  background: #3a3a3a;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .past-projects-row {
    flex-direction: column;
  }
  .past-projects-card {
    margin-left: 0;
    margin-top: 32px;
    padding: 32px 16px 24px 16px;
  }
}

.inveetresources_cover:after {
  background: #29253a;
  color: #29253a;
  content: "";
  height: 310px;
  left: 9%;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.testimonial_icon {
  align-items: center;
  background: #1a9717;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 50px;
  height: 100px;
  justify-content: center;
  line-height: 50px;
  margin: 0 auto;
  width: 100px;
}

.carousel {
  max-width: 600px;
  margin: 0 auto;
}

.carousel-indicators [data-bs-target] {
  background-color: #1a9717;
}

.carousel-item {
  height: 400px;
}

section.testimonials {
  background: #e7f6e5;
}

.call-to-action {
  background: #1a9717;
  color: #fff;
  padding: 50px 0px;
}

.call-to-action h2,
.call-to-action h1 {
  color: #fff;
}

.btn-midway-secondary {
  background: #333;
  color: #fff;
  border-radius: 28px;
  padding: 10px 32px;
  font-size: 16px;
  border: none;
  transition: background 0.2s;
  box-shadow: none;
  outline: none;
}

.btn-midway-secondary:hover {
  background-color: #34a731;
  color: #fff;
}

/* ...existing code... */
.get-in-touch-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.get-in-touch-bg {
  background: #2a2a2a;
  position: relative;
  padding: 270px 0 270px 0;
  z-index: 1;
  clip-path: polygon(0 0%, 100% 26%, 100% 95%, 0% 84%);
}
.get-in-touch-section .form-control {
  border-radius: 1.5rem;
  border: none;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.get-in-touch-section .btn-success {
  background: #1a9717;
  border: none;
  border-radius: 1.5rem;
  font-weight: 500;
}
.get-in-touch-section .btn-success:hover {
  background: #3a3a3a;
  color: #fff;
}
.get-in-touch-section label {
  font-size: 0.95rem;
}
.get-in-touch-section .fa-check-circle {
  color: #fff;
  opacity: 0.7;
}
@media (max-width: 991.98px) {
  .get-in-touch-bg {
    padding: 40px 0;
    clip-path: none;
    border-radius: 0;
  }
}

.touch-top-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 58px 398px 50px 0px;
  border-color: transparent #066e0561 transparent transparent;
  position: absolute;
  right: 0;
  top: 17%;
}

.touch-bottom-triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0px 50px 398px;
  border-color: transparent transparent transparent #066e0561;
  position: absolute;
  left: 0;
  bottom: 11%;
  z-index: 1;
}

/* Footer Section Styles */
.footer-section {
  background: #fff;
}
.footer-title {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Montserrat", Arial, sans-serif;
  margin-bottom: 0;
}
.footer-title-underline {
  width: 70px;
  height: 4px;
  background: #1a9717;
  margin: 0 auto;
}
.footer-social-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 31px;
  border: 2px solid #1a9717;
  border-radius: 50%;
  color: #1a9717;
  text-align: center;
  margin-right: 10px;
  transition: background 0.2s, color 0.2s;
}
.footer-social-link:last-child {
  margin-right: 0;
}
.footer-social-link:hover {
  background: #1a9717;
  color: #fff;
  text-decoration: none;
}
.footer-email-input {
  border-radius: 2rem 0 0 2rem;
  border: 1px solid #222;
  height: 48px;
  font-size: 1.2rem;
  padding-left: 20px;
  box-shadow: none;
}
.footer-subscribe-btn {
  border-radius: 0 2rem 2rem 0;
  background: #1a9717;
  border: none;
  font-size: 1.3rem;
  font-weight: 500;
  height: 48px;
  padding: 0 36px;
  transition: background 0.2s;
}
.footer-subscribe-btn:hover {
  background: #1a9717;
}
@media (max-width: 991.98px) {
  .footer-title-underline {
    margin: 0 auto;
  }
  .footer-email-input,
  .footer-subscribe-btn {
    border-radius: 2rem !important;
  }
}

.footer-bottom {
  background-color: #1a9717;
  color: #fff;
  padding-bottom: 20px;
}

.immediate-phone-call-icon {
  width: 30px;
}

footer .small {
  font-size: 0.7rem;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}

.footer-nav li a {
  color: #1a9717;
  text-decoration: none;
}

.footer-nav li a:hover,
.footer-bottom a:hover {
  color: #3a3a3a !important;
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 40px 0px 80px 0;
}

.why-choose-step {
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.why-choose-step .step-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

.why-choose-step .step-icon img {
  max-width: 60px;
  max-height: 60px;
}

.why-choose-step h4 {
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 15px;
}

.why-choose-step p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Section padding utility */
.section-padding {
  padding: 80px 0;
}

/* Button styles if not already defined */
.btn-midway-primary {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-midway-secondary:hover {
  background-color: #202020;
  border-color: #202020;
  color: white;
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .why-choose-us {
    padding: 0px 0px 60px 0px;
  }

  .why-choose-step {
    margin-bottom: 30px;
  }

  .why-choose-step .step-icon {
    height: 60px;
  }

  .why-choose-step .step-icon img {
    max-width: 50px;
    max-height: 50px;
  }
}

.how-it-works {
  padding: 80px 0;
  background-color: #e7f6e5;
}

/*********************** Abou Us Page Styles ***********************/
.breadcrumb-wrapper {
  background: #e7f6e5;
  padding: 30px 0;
  color: #3a3a3a;
}

.breadcrumb-item a {
  color: #1a9717;
  text-decoration: none;
}

.who-we-are-icon {
  width: 35px;
  height: 35px;
}

.licensed-icon {
  width: 50px;
  height: 50px;
}

.about-us-why-choose-us .fa-home {
  color: #fff;
  font-size: 20px;
}

/* Team Members Section Styles */

.team-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.team-image-wrapper {
  position: relative;
  overflow: hidden;
}

.team-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.team-card:hover .team-image {
  transform: scale(1.05);
}

.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(74, 144, 226, 0.9),
    rgba(40, 167, 69, 0.9)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-card:hover .team-overlay {
  opacity: 1;
}

.team-social {
  display: flex;
  gap: 15px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: scale(1.1);
}

.team-name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.team-role {
  font-size: 0.95rem;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

.team-bio {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.team-contact {
  border-top: 1px solid #e9ecef;
  padding-top: 1rem;
}

.team-contact .btn {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.team-contact .btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  transform: translateY(-2px);
}

.team-contact .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  transform: translateY(-2px);
}

.team-cta-wrapper .btn {
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.team-cta-wrapper .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #202020;
}

/* Responsive Design */
@media (max-width: 768px) {
  .team-image {
    height: 250px;
  }

  .team-name {
    font-size: 1.1rem;
  }

  .team-role {
    font-size: 0.9rem;
  }

  .team-bio {
    font-size: 0.85rem;
  }

  .team-contact .btn {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.5rem;
  }

  .team-cta-wrapper .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .team-cta-wrapper .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .team-card {
    margin-bottom: 2rem;
  }

  .team-image {
    height: 200px;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  .team-social {
    gap: 10px;
  }
}

/* Animation for cards on scroll */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-card {
  animation: fadeInUp 0.6s ease forwards;
}

.team-card:nth-child(1) {
  animation-delay: 0.1s;
}
.team-card:nth-child(2) {
  animation-delay: 0.2s;
}
.team-card:nth-child(3) {
  animation-delay: 0.3s;
}
.team-card:nth-child(4) {
  animation-delay: 0.4s;
}
.team-card:nth-child(5) {
  animation-delay: 0.5s;
}
.team-card:nth-child(6) {
  animation-delay: 0.6s;
}

/* Custom primary color variations */

.btn-primary {
  background-color: #1a9717;
  border-color: #1a9717;
}

.btn-primary:hover {
  background-color: #202020;
  border-color: #202020;
}

.btn-primary:focus,
.btn-primary:active {
  background-color: #0f800d;
  border-color: #0f800d;
}

.btn-outline-primary {
  color: #1a9717;
  border-color: #1a9717;
}

.btn-outline-primary:hover {
  background-color: #1a9717;
  border-color: #1a9717;
  color: #ffffff;
}

.call-to-action {
  color: #fff;
}

.about-us-why-choose-us {
  background-color: #e7f6e5;
}

.about-us-why-choose-us h5 {
  color: #3a3a3a;
}

/* Gallery Page Styles */
/* Gallery Page Styles with Fancybox Integration */

/* Breadcrumb Section */
.gallery-breadcrumb {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 4rem 0 2rem;
  border-bottom: 1px solid #dee2e6;
}

.gallery-breadcrumb h1 {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 1rem;
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

/* Gallery Introduction */
.gallery-intro {
  background-color: #ffffff;
}

.gallery-intro .display-5 {
  color: #2c3e50;
  font-weight: 700;
}

/* Gallery Filter */
.gallery-filter {
  background-color: #f8f9fa;
  padding: 2rem 0;
  border-bottom: 1px solid #dee2e6;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.filter-btn {
  border-radius: 25px;
  padding: 0.6rem 1.8rem;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid #007bff;
  background: transparent;
  color: #007bff;
  position: relative;
  overflow: hidden;
}

.filter-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.filter-btn:hover::before {
  left: 100%;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: #007bff;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

/* Gallery Main Section */
.gallery-main {
  background-color: #ffffff;
  min-height: 60vh;
}

.gallery-item {
  transition: all 0.4s ease;
  opacity: 1;
  transform: translateY(0);
}

.gallery-item.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.gallery-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  background: #ffffff;
  position: relative;
}

.gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: #f8f9fa;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.gallery-card:hover .gallery-image {
  transform: scale(1.08);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 72, 5, 0.85),
    rgba(40, 167, 69, 0.85)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(2px);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-content {
  text-align: center;
  color: #ffffff;
  padding: 1.5rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-content {
  transform: translateY(0);
}

.gallery-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery-description {
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
  opacity: 0.95;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.gallery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 1.1rem;
}

.gallery-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: scale(1.15);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Load More Button */
#load-more-btn {
  border-radius: 25px;
  padding: 0.8rem 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #007bff;
  background: transparent;
  color: #007bff;
}

#load-more-btn:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
}

#load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Call to Action Section */
.gallery-cta {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-top: 1px solid #dee2e6;
}

.cta-wrapper {
  background: #ffffff;
  border: 1px solid #dee2e6;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.cta-wrapper h3 {
  color: #2c3e50;
}

.cta-wrapper .btn {
  border-radius: 25px;
  padding: 0.8rem 2.5rem;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.cta-wrapper .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/* Fancybox Customization */
.fancybox-bg {
  background: rgba(0, 0, 0, 0.9);
}

.fancybox-toolbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
  padding: 2rem;
}

.fancybox-caption h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.fancybox-caption p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  opacity: 0.9;
}

.fancybox-button {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fancybox-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.fancybox-navigation .fancybox-button {
  background: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
}

.fancybox-navigation .fancybox-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* Loading Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-item {
  animation: fadeInUp 0.6s ease forwards;
}

.gallery-item:nth-child(1) {
  animation-delay: 0.1s;
}

.gallery-item:nth-child(3) {
  animation-delay: 0.3s;
}
.gallery-item:nth-child(4) {
  animation-delay: 0.4s;
}
.gallery-item:nth-child(5) {
  animation-delay: 0.5s;
}
.gallery-item:nth-child(6) {
  animation-delay: 0.6s;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-breadcrumb {
    padding: 2rem 0 1rem;
  }

  .gallery-breadcrumb h1 {
    font-size: 2rem;
  }

  .filter-buttons {
    gap: 0.5rem;
  }

  .filter-btn {
    padding: 0.5rem 1.2rem;
    font-size: 0.9rem;
  }

  .gallery-title {
    font-size: 1.1rem;
  }

  .gallery-description {
    font-size: 0.85rem;
  }

  .gallery-link {
    width: 45px;
    height: 45px;
    font-size: 1rem;
  }

  .cta-wrapper {
    padding: 2rem !important;
  }

  .cta-wrapper h3 {
    font-size: 1.5rem;
  }

  .cta-wrapper .btn {
    padding: 0.7rem 2rem;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }

  .fancybox-caption {
    padding: 1rem;
  }

  .fancybox-caption h5 {
    font-size: 1.2rem;
  }

  .fancybox-caption p {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .gallery-intro .display-5 {
    font-size: 1.8rem;
  }

  .filter-buttons {
    flex-direction: column;
    align-items: center;
  }

  .filter-btn {
    width: 200px;
  }

  .gallery-card {
    margin-bottom: 1rem;
  }

  .gallery-content {
    padding: 1rem;
  }

  #load-more-btn {
    padding: 0.7rem 2rem;
    font-size: 0.95rem;
  }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
  .gallery-breadcrumb {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  }

  .gallery-breadcrumb h1 {
    color: #ffffff;
  }

  .gallery-filter {
    background-color: #2c3e50;
    border-color: #34495e;
  }

  .gallery-main {
    background-color: #2c3e50;
  }

  .gallery-card {
    background: #34495e;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }

  .gallery-cta {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  }

  .cta-wrapper {
    background: #34495e;
    border-color: #4a5f7a;
    color: #ffffff;
  }

  .cta-wrapper h3 {
    color: #ffffff;
  }
}

/* Print styles */
@media print {
  .gallery-filter,
  .gallery-overlay,
  .cta-wrapper .btn {
    display: none;
  }

  .gallery-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #dee2e6;
  }

  .gallery-image {
    filter: grayscale(100%);
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {
  .gallery-overlay {
    background: rgba(0, 0, 0, 0.9);
  }

  .gallery-link {
    background: #000000;
    border-color: #ffffff;
  }

  .filter-btn {
    border-width: 3px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gallery-card,
  .gallery-image,
  .gallery-overlay,
  .gallery-content,
  .gallery-link,
  .filter-btn,
  #load-more-btn {
    transition: none;
  }

  .gallery-item {
    animation: none;
  }

  .gallery-card:hover {
    transform: none;
  }

  .gallery-card:hover .gallery-image {
    transform: none;
  }
}

/* FAQ Section Background */
.faq {
  background-color: #f8f9fa;
  min-height: 60vh;
}

/* .faq h2 {
  font-family: Muli;
} */

/* Accordion Container */
.faq-accordion {
  background: transparent;
  border: none;
}

/* Accordion Items */
.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
}

.accordion-item:last-child {
  border-bottom: 1px solid #dee2e6;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Accordion Headers */
.accordion-header {
  margin-bottom: 0;
}

/* Accordion Buttons */
.accordion-button {
  background: transparent;
  border: none;
  padding: 1.5rem 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a9717;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #198754;
  box-shadow: none;
}

.accordion-button:hover {
  background: transparent;
  color: #146c43;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: 2px solid #198754;
  outline-offset: 2px;
}

/* Remove default Bootstrap accordion arrow */
.accordion-button::after {
  display: none;
}

/* Custom Plus/Minus Icon */
.accordion-icon {
  color: #1a9717;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s ease;
  margin-left: auto;
  flex-shrink: 0;
}

.accordion-button:not(.collapsed) .accordion-icon {
  content: "−";
  transform: rotate(0deg);
}

.accordion-button.collapsed .accordion-icon {
  content: "+";
}

/* Accordion Body */
.accordion-collapse {
  border: none;
}

.accordion-body {
  padding: 0 0 1.5rem 0;
  background: transparent;
  color: #6c757d;
  line-height: 1.6;
  font-size: 0.95rem;
}

.accordion-body p {
  margin-bottom: 1rem;
  color: #495057;
}

.accordion-body p:last-child {
  margin-bottom: 0;
}

.accordion-body ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.accordion-body li {
  margin-bottom: 0.5rem;
  color: #495057;
}

.accordion-body strong {
  color: #2c3e50;
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
  .accordion-button {
    padding: 1.25rem 0;
    font-size: 1rem;
  }

  .accordion-icon {
    font-size: 1.25rem;
  }

  .accordion-body {
    padding: 0 0 1.25rem 0;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .accordion-button {
    padding: 1rem 0;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .accordion-icon {
    font-size: 1.125rem;
    margin-left: 1rem;
  }

  .accordion-body {
    padding: 0 0 1rem 0;
    font-size: 0.875rem;
  }

  .accordion-body ul {
    padding-left: 1.25rem;
  }
}

/* Animation for smooth transitions */
.accordion-collapse {
  transition: height 0.35s ease;
}

/* Hover effects */
.accordion-button:hover .accordion-icon {
  color: #146c43;
}

/* Focus states for accessibility */
.accordion-button:focus .accordion-icon {
  color: #146c43;
}

/* Print styles */
@media print {
  .faq {
    background: white;
  }

  .accordion-item {
    border-bottom: 1px solid #000;
    page-break-inside: avoid;
  }

  .accordion-button {
    color: #000;
  }

  .accordion-collapse {
    display: block !important;
  }

  .accordion-body {
    display: block;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .accordion-button {
    color: #000;
    border: 2px solid #000;
  }

  .accordion-icon {
    color: #000;
  }

  .accordion-item {
    border-bottom: 2px solid #000;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  .accordion-collapse {
    transition: none;
  }

  .accordion-icon {
    transition: none;
  }
}

.contact-us {
  background-color: #f8f9fa; /* Light gray background */
  padding: 4rem 0;
}

/* Form Styles */
.contact-form {
  background: #ffffff; /* White background for the form */
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

/* Form Labels */
.contact-us .form-label {
  font-weight: 600;
  color: #2c3e50; /* Dark text color */
}

/* Form Control Styles */
.form-control {
  border: 1px solid #ced4da; /* Light border */
  border-radius: 5px;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #1a9717; /* Bootstrap success green */
  box-shadow: none; /* Green shadow */
}

/* Responsive Design */
@media (max-width: 768px) {
  .contact-us {
    padding: 2rem 0; /* Reduce padding on smaller screens */
  }

  .contact-form {
    padding: 1.5rem; /* Reduce padding on smaller screens */
  }
}

.team-photo {
  width: 350px;
  margin: 0 auto;
  display: block;
}

.before-text,
.after-text {
  background-color: #1a9717;
  color: #fff;
  padding-left: 5px;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 4px;
  width: 65px;
}

.home-form {
  color: #fff;
}

.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

input[type="radio"] {
  /* Hide the default radio button */
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */

  /* Define custom styles for the radio button */
  width: 15px;
  height: 15px;
  border: 2px solid #ccc; /* Border color when unchecked */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: white; /* Background color when unchecked */
}

input[type="radio"]:checked {
  background-color: #3a3a3a; /* Background color when checked */
  border-color: #3a3a3a; /* Border color when checked */
}

.form-check-input:checked {
  background-color: #3a3a3a; /* Example: Bootstrap primary blue */
  border-color: #3a3a3a; /* Match the background color for a consistent look */
}
