* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cantora One", sans-serif;
}
body {
  background-color: #e8ffeb6f;
}

.background-image {
  background-image: url("./img/banner-img.png");
  background-size: cover;
  background-position: center;
  height: 40rem;
  position: relative;
}

/* Navbar */
.navbar-bg {
  height: 80px; /* Adjust height as needed */
  position: relative;
  z-index: 1; /* Ensure navbar is above background image */
  transition: background-color 0.3s ease-in-out;
}

.navbar-sticky {
  background-color: white !important; /* Sticky white background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Banner */
.banner {
  position: relative;
  z-index: 0; /* Ensure banner is below navbar */
}

/* White background for container fluid */
.container-fluid.white-bg {
  background-color: white;
}

.navbar a {
  color: #fff;
  font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #61ce70 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #61ce70;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* banner */
.banner-text {
  padding: 100px 50px;
}

.banner h1 {
  font-size: 3.5rem;
  color: #fff;
}

.learn-more-btn {
  background-color: #6ccc44;
  margin: 20px 0;
  padding: 15px 40px;
  border: none;
  border-radius: 7px;
  font-size: medium;
  cursor: pointer;
  position: relative;
  /* pointer-events: none; */
  transition: all 1s;
  &:after,
  &:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
  }
  &:after {
    top: -1px;
    left: -1px;
    border-top: 5px solid black;
    border-left: 5px solid black;
  }
  &:before {
    bottom: -1px;
    right: -1px;
    border-bottom: 5px solid black;
    border-right: 5px solid black;
  }
  &:hover {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;

    &:before,
    &:after {
      width: 100%;
      height: 100%;
    }
  }
}
.learn-more-btn:hover {
  background-color: #395646;
  color: #fff;
  cursor: pointer;
  position: relative;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.learn-more-btn:hover:after,
.learn-more-btn:hover:before {
  width: 100%;
  height: 100%;
}

.about {
  margin-top: 70px;
  /* margin-bottom: 70px; */
}
.about-forest-ridge .about-us {
  padding: 30px;
  /* border: 2px solid rgb(118, 9, 9); */
  background-color: #6ccc44;
  border-radius: 10px;
  width: 100%;
  height: 250px;
  aspect-ratio: 1;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
  -webkit-mask: linear-gradient(
      135deg,
      rgba(47, 47, 47, 0.8) 40%,
      #000000,
      #000c 60%
    )
    100% 100%/250% 250%;
}
.about-forest-ridge {
  padding: 30px;
  text-align: center;
}
.about-forest-ridge-paragraph {
  font-size: 20px;
  padding: 1rem;
}
.more-about-us {
  padding: 100px 50px;
}
.about-us-content-data {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus-content span {
  color: #61ce70;
  text-transform: uppercase;
}
.aboutus-content h3 {
  font-size: 2rem;
}
.more-about-us-div {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #d5ffdb27;
  padding: 20px;
}
.more-about-us-data p {
  color: grey;
  font-weight: 400;
}

.about-img-1 img,
.about-img-2 img {
  width: 400px;
  height: 100%;
}
.about-img-2 img {
  width: 400px;
  height: 350px;
}
.about-img-2 {
  /* margin-top: -2rem; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}
.about-forest-ridge span {
  color: #fff;

  font-size: 2rem;
}
.about-forest-ridge .about-us:hover {
  -webkit-mask-position: 0 0;
}
.section-3-information {
  /* background: #142b1c; */
  background: linear-gradient(to right, #19251edb, #19251edb),
    url(./img/video-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  /* height: auto; */
  width: 100%;
  color: #fff;
}
.section-3 {
  background: #142b1c;
  height: auto;
  width: 100%;
  color: #fff;
}
.section-3-data {
  text-align: center;
  padding: 50px 0 0 0;
}

.section-3-data span {
  font-size: x-small;
}
.section-3-data h2 {
  font-size: 2rem;
}
.section-3-data p {
  font-size: 1.4rem;
}
.section-3-data-2 {
  padding: 0 120px 50px 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* gap: 15px; */
  font-size: 16px;
}
.available-care-data {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 10px;
  margin: 20px 0;
}
.available-care-data img {
  width: 20px;
  background-color: #61ce708e;
  padding: 2px;
  border-radius: 10px;
}
.avail-section-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.avail-section-3 li {
  list-style: none;
}
@media (max-width: 550px) {
  .background-image {
    height: 15rem;
  }

  .banner h1 {
    font-size: 1.3rem;
  }

  .banner-text {
    padding: 10px 30px;
  }

  .learn-more-btn {
    background-color: #6ccc44;
    margin: 5px 0;
    padding: 5px 12px;
    border: none;
    border-radius: 7px;
    font-size: x-small;
  }

  .navbar-nav {
    background-color: #6ccc44 !important;
  }
  .about {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .about-forest-ridge-paragraph {
    font-size: 12px;
    padding: 1rem;
  }
  .about-forest-ridge .about-us {
    height: 350px;
  }
}
@media (max-width: 325px) {
  .about-forest-ridge .about-us {
    height: 400px;
  }
}
@media (min-width: 376px) and (max-width: 550px) {
  .about-forest-ridge .about-us {
    height: 300px;
  }
}
@media (min-width: 550px) and (max-width: 880px) {
  .background-image {
    height: 30rem;
  }

  .banner h1 {
    font-size: 3rem;
    color: #fff;
  }

  .banner-text {
    padding: 20px;
  }
  .navbar-nav {
    background-color: #6ccc44 !important;
  }
  .about-forest-ridge .about-us {
    height: 460px;
  }
}
@media (max-width: 880px) {
  .navbar-nav {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.footer {
  padding: 30px 50px;
}
.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-logos a {
  text-decoration: none;
  color: #000000;
}
.social-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-logos a:hover {
  color: #6ccc44;
}
.star {
  width: 20px;
  height: 20px;
}
.testimonial-item {
  border-radius: 8px;
  background: var(--bs-white);
  height: 18rem;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
  -webkit-mask: linear-gradient(
      135deg,
      rgba(47, 47, 47, 0.8) 40%,
      #000000,
      #000c 60%
    )
    100% 100%/250% 250%;
}
.testimonial-item:hover {
  background-color: #6ccc44;
  color: white;
  .testimonial-title {
    color: white;
  }
  -webkit-mask-position: 0 0;
}
.testimonial-content {
  text-align: center;
  padding: 40px;
}
.testimonial-user-content {
  padding-top: 1rem;
}
.testimonial-rating {
  margin-bottom: 30px;
}
.testimonial-user-wrapper {
  /* margin-bottom: 30px; */
  text-align: center !important;
}
.testimonial-user-thumb {
  margin-right: 10px;
}
.testimonial-user-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #1b1d21;
  font-weight: 600;
}
.testimonial-content p {
  font-size: 10x;
}
.section-5 {
  padding: 50px;
}
.first-card {
}
.cards-section5 {
  border: 2px solid red;
  height: 10rem;
}
.about-shape {
  position: absolute;
  top: 80rem;
  left: 14%;
  z-index: 1;
}
.about-shape img {
  box-shadow: 0px 1px 10px #919191ba;
}
@media (min-width: 1280px) and (max-width: 1427px) {
  .about-shape {
    position: absolute;
    top: 80rem;
    left: 4%;
  }
}
@media (min-width: 1020px) and (max-width: 1280px) {
  .about-shape {
    position: absolute;
    top: 92rem;
    left: 14%;
  }
}
@media (min-width: 850px) and (max-width: 1000px) {
  .about-shape {
    position: absolute;
    top: 84rem;
    left: 54%;
  }
}
@media (min-width: 1600px) and (max-width: 1708px) {
  .about-shape {
    position: absolute;
    top: 80rem;
    left: 10%;
  }
}
.pt-40 {
  padding-top: 6rem;
}
.pb-120 {
  padding-bottom: 120px;
}
.section-title-pre {
  /* color: #ff6647; */
  font-weight: 700;
  font-size: 16px;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #1b1d21;
  margin-bottom: 2rem;
  border-bottom: 2px solid #e3e3e3;
  padding-bottom: 10px;
}
@media (min-width: 1023px) and (max-width: 1165px) {
  .section-title {
    font-size: 2.4rem;
  }
}
.about-left {
  font-size: 1.3rem;
}
.about-left p {
  color: rgb(54, 54, 54);
  font-weight: 400;
  font-size: 1rem;
}
.about-wrapper-list {
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  margin-left: -1.5rem;
  margin-bottom: 2rem;
  /* display: inline-block; */

  padding-bottom: 20px;
  /* display: inline-flex; */
}
.about-right {
  margin-top: 0rem;
}
@media (min-width: 1020px) and (max-width: 1280px) {
  .about-wrapper-list {
    display: inline-block !important;
  }
  .about-right {
    margin-top: -1rem;
  }
}
.about-wrapper-list ul {
  list-style: none;
}
.check {
  height: 18px;
  width: 18px;
  padding: 2px;
  background-color: #6ccc44;
  border-radius: 50%;
}
.check {
  stroke: #e3e3e3;
  stroke-width: 4px;
}
.about-point {
  display: flex;
}
.about-thumb-wrapper img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1020px) and (max-width: 1280px) {
  .about-point {
    display: block;
    margin-left: 20px;
  }
  .about-point-inner {
    margin-bottom: 26px;
  }
}
.about-point-inner {
  margin-right: 70px;
}
.about-point-icon span {
  position: relative;
  margin-right: 15px;
}
.about-point-icon span::after {
  position: absolute;
  content: "";
  left: -15px;
  bottom: -30px;
  width: 45px;
  height: 49px;
  background-color: rgba(255, 102, 71, 0.2);
}
.about-point-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
}
.about-point-content p {
  font-size: 18px;
  font-weight: 400;
  color: #333f4d;
  margin: 0;
}
.section-6-data {
  text-align: center;
  padding: 70px 0;
  margin-top: 100px;
}
@media (max-width: 550px) {
  .more-about-us-div {
    margin-top: 15px;
    display: block;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #d5ffdb27;
    padding: 20px;
    text-align: center;
  }
  .about-us-content-data {
    display: block;
  }
  .footer {
    padding: 30px 0px;
  }
  .more-about-us {
    padding: 100px 0px;
  }
}
@media (min-width: 550px) and (max-width: 880px) {
  .about-us-content-data {
    display: block;
  }
}
