.xl-text {
  font-size: 75px;
}

.btn-outline-secondary {
  color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
  color: #fff;
}

.header .decoration-star {
  top: 80px;
  left: -200px;
  width: 500px;
  opacity: 0.7;
}

.header .decoration-star-2 {
  top: 80px;
  right: -200px;
  width: 500px;
  opacity: 0.7;
}

.navbar {
  transition: all 0.5s ease-in-out;
  /* background: #90bc79; */
}

.navbar-sticky {
  background: #fff;
  /* background: #90bc79; */
  opacity: 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.details .decoration-star {
  left: -200px;
  width: 500px;
}

.details-2 .decoration-star {
  right: -200px;
  width: 500px;
}

.contact .decoration-star {
  left: -300px;
  width: 600px;
}

.to-top-btn {
  position: fixed;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  outline: none;
  /* background-color: #44434a; */
  background-color: #90bc79;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
  background-color: #1d1d21;
}

.to-top-btn img {
  margin-bottom: 0.25rem;
  width: 18px;
}

.show {
  opacity: 1;
}

@media (max-width: 992px) {
  .xl-text {
    font-size: 50px;
  }

  .navbar .btn-outline-secondary {
    margin-top: 20px;
  }

  .header {
    margin-top: 0px !important;
    text-align: center;
  }

  .header .decoration-star {
    left: -100px;
    width: 250px;
  }

  .header .decoration-star-2 {
    right: -100px;
    width: 250px;
  }

  .header .image-container {
    margin-top: 30px;
  }

  .services .col-md-4 {
    border-bottom: 1px #ccc solid;
    margin: 10px 0;
  }

  .details-2 {
    margin-top: 20px !important;
  }

  .details-2 .decoration-star {
    /* top: 300px; */
    width: 400px;
  }

  .details .decoration-star {
    /* top: 300px; */
    width: 400px;
  }

  .fa-2x {
    font-size: 1.5em;
  }

  .mx-4 {
    margin-right: .5rem !important;
    margin-left: 0rem !important;
  }

  .my-6 {
    margin-bottom: 2rem !important;
  }

  .py-6 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
}

/* custom change here */

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #90bc79;
  --bs-btn-border-color: #a2c58f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bae2a7;
  --bs-btn-hover-border-color: #bae2a7;
  --bs-btn-focus-shadow-rgb: 97, 111, 217;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bae2a7;
  --bs-btn-active-border-color: #a2c58f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #90bc79;
  --bs-btn-disabled-border-color: #90bc79;
}

.btn-outline-secondary {
  --bs-btn-color: #bae2a7;
  --bs-btn-border-color: #bae2a7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bae2a7;
  --bs-btn-hover-border-color: #bae2a7;
  --bs-btn-focus-shadow-rgb: 204, 41, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bae2a7;
  --bs-btn-active-border-color: #bae2a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bae2a7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bae2a7;
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #90bc79;
  --bs-btn-border-color: #90bc79;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bae2a7;
  --bs-btn-hover-border-color: #bae2a7;
  --bs-btn-focus-shadow-rgb: 212, 73, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bae2a7;
  --bs-btn-active-border-color: #bae2a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #90bc79;
  --bs-btn-disabled-border-color: #90bc79;
}

.btn-outline-secondary {
  color: #36700c;
}

.text-secondary {
  color: #36700c !important;
}

.text-primary {
  color: #36700c !important;
}

.text-dark {
  color: #36700c !important;
}

.to-top-btn:hover {
  background-color: #bae2a7;
}

/* .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color);
} */

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #348e38;
}


/* Active link color */
.nav-link.active {
  color: #348e38 !important;
}

/* Dropdown open on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #348E38;
}

.bg-light {
  background-color: #E8F5E9 !important;
}

.accordion-button:not(.collapsed) {
  color: #348E38;
  background-color: #E8F5E9;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #348E38;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(52 142 56 / 25%);
}

.form-control:focus {
  border-color: #bae2a7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(193, 229, 176);
}


option {
  background-color: #e8f5e9 !important;
}

option:hover {
  background-color: #90bc79 !important;
}

/* 
option:checked {
  background-color: #348E38;
  color: #fff;
} */


/* -------------------------------- CAROUSEL 2 -------------------------------- */
.carousel2 {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.carousel2-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel2-item {
  min-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.service-card {
  text-align: center;
  width: 22%;
}

.service-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.service-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2b5b;
  margin: 15px 0 10px;
}

.service-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

.carousel2-btn {
  position: absolute;
  top: 45%;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #3e4b75;
  z-index: 10;
}

.carousel2-btn.prev {
  left: 10px;
}

.carousel2-btn.next {
  right: 10px;
}

.carousel2-dots {
  text-align: center;
  margin-top: 20px;
}

.carousel2-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.carousel2-dot.active {
  background: #3e4b75;
}

@media (max-width: 768px) {
  .carousel2-item {
    flex-direction: column;
  }

  .service-card {
    width: 80%;
    margin-bottom: 30px;
  }
}

/* -------------------------------- CAROUSEL 2 -------------------------------- */

.borderRadius {
  border-radius: 30px;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(59, 74, 92, 0.88);
  color: #fff;
  padding: 20px;
  z-index: 9999;
  display: none;
  /* default hidden */
}

.cookie-consent p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .cookie-consent .container {
    flex-direction: column;
    text-align: center;
  }

  .cookie-consent button {
    margin-top: 10px;
  }
}

.container_right img {
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
  /* clip-path: inset(0px 30px 0px 0px); */
}

.container_left img {
  height: auto;
  max-height: 500px;
  object-fit: cover;
  object-position: top;
  /* clip-path: inset(0px 0px 0px 30px); */
}

.map-height {
    max-height: 300px !important;
    height: 300px !important;
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
    background: rgb(186, 226, 167) !important;
}