body {
  color: #004524;
}

.line-15 {
  line-height: 1.5;
}

.op-05 {
  opacity: 0.5;
}

.list-green,
.list-white {
  list-style: none;
  padding-left: 0;
}

.list-green li,
.list-white li {
  position: relative;
  padding-left: 1.7rem;
  margin-bottom: 18px;
}

.list-green li::before,
.list-white li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background: no-repeat center/contain;
}

.list-green li::before {
  background-image: url("../img/Checkbox.svg");
}

.list-white li::before {
  background-image: url("../img/Checkbox-white.svg");
}

/* .list-green.list-spacing li,
.list-white.list-spacing li {
  margin-bottom: 16px;
} */

html {
  font-size: 20px !important;
}
body {
  font-size: 20px !important;
}

.hover-card {
  position: relative;
  overflow: hidden;
}

.card-img {
  filter: blur(0px);
  transition: filter 0.3s ease;
}

.hover-card:hover .card-img {
  filter: blur(5px);
}

.blur-img {
  filter: blur(5px);
}

.tab {
  color: #004524;
  font-size: 0.7rem;
}

.tab-active {
  background-color: #005F31;
  color: white;
  transition-duration: 0.3s;
}

.tab:hover {
  background-color: #005F31;
  color: white;
  transition-duration: 0.3s;
}

.text-medium-green {
  color: #005F31;
}

.bg-light-green {
  background-color: #DFF4E9;
}

.btn-outline-green {
  background-color: transparent;
  border: 1px solid #00974F;
  color: #00974F;
  transition-duration: 0.3s;
}
.btn-outline-green:hover {
  border: 1px solid #004524;
  background-color: #004524;
  color: white;
  transition-duration: 0.3s;
}

.offersSwiper .swiper-button-prev::after,
.offersSwiper .swiper-button-next::after {
  content: "";
  /* background-size: contain;
  background-repeat: no-repeat; */
  width: 0px;
  height: 0px;
}

.offersSwiper .swiper-button-prev {
  transform: rotate(180deg);
}

.offersSwiper .swiper-button-prev {
  left: calc(100% - 80px);
  top: calc(100% - 10px);
}

.offersSwiper .swiper-button-next {
  left: calc(100% - 0);
  top: calc(100% - 10px);
}

/* .offersSwiper .swiper-button-prev {
  left: calc(100% - 80px);
  top: calc(0% - 10px);
} */

/* .offersSwiper .swiper-button-next {
  left: calc(100% - 0);
  top: calc(0% - 10px);
} */

.programsSwiper .swiper-button-prev::after,
.programsSwiper .swiper-button-next::after {
  content: "";
  width: 0px;
  height: 0px;
}

.programsSwiper .swiper-button-prev {
  transform: rotate(180deg);
}

.programsSwiper .swiper-button-prev {
  left: 0;
  top: 15px;
}

.programsSwiper .swiper-button-next {
  left: 50px;
  top: 15px;
}

.swiper-button-next,
.swiper-button-prev {
  color: transparent !important;
}

[class*="two-column-cta-v1-swiper-"] .swiper-button-prev::after,
[class*="two-column-cta-v1-swiper-"] .swiper-button-next::after {
    content: "";
    width: 0;
    height: 0;
}

[class*="two-column-cta-v1-swiper-"] .swiper-button-prev {
    transform: rotate(180deg);
    left: calc(100% - 75px);
    top: 15px;
}

[class*="two-column-cta-v1-swiper-"] .swiper-button-next {
    /* left: calc(100% - 0px); */
    top: 15px;
}


[class*="two-column-cta-v2-swiper-"] .swiper-button-prev::after,
[class*="two-column-cta-v2-swiper-"] .swiper-button-next::after {
    content: "";
    width: 0;
    height: 0;
}

[class*="two-column-cta-v2-swiper-"] .swiper-button-prev {
    transform: rotate(180deg);
}

[class*="two-column-cta-v2-swiper-"] .swiper-button-prev {
    left: calc(100% - 75px);
    top: 15px;
}

[class*="two-column-cta-v2-swiper-"] .swiper-button-next {
    /* left: calc(100% - 0px); */
    top: 15px;
}



.bg-half-left {
  background-size: 200% 200%;
  background-position: left center;
}

.w-30 {
  width: 30%;
}

.hidden-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}

.hover-card:hover .hidden-content {
  max-height: 300px;
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateY(0);
}

.last-mb-0:last-child {
  margin-bottom: 0;
}


@media (max-width: 991px) {
  .decor-h {
    height: 250px;
    right: -20%;
  }

  .position-mob-absolute {
    position: absolute;
  }

  .w-mob-100 {
    width: 100%;
  }

  .min-h-mob-70vh {
    min-height: 70vh;
  }

  .tab {
    padding-inline: 18px;
  }
}


@media (min-width: 992px) {
  .decor-h {
    height: 400px;
  }
  
  .vertical-center {
    top: 50%;
    transform: translateY(-50%);
  }

  .w-lg-85 {
    width: 85%;
  }

  .w-lg-30 {
    width: 30% !important;
  }

  .h-lg-100vh {
    height: 100vh;
  }

  .columns-lg-2 {
    column-count: 2;
  }
}