* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cantora One", sans-serif;
}
body {
  background-color: #e8ffeb6f;
}
/* Navbar */
/* .navbar {
    position: sticky;
    top: 0;
  } */
.navbar-bg {
  /* height: 80px;  */
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}

.navbar-sticky {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Banner */
.banner {
  position: relative;
  z-index: 0;
}

.container-fluid.white-bg {
  background-color: white;
}

.navbar a {
  color: #000;
  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;
}
.arrow {
  width: 20px;
}
.breadcrumb__bg {
  position: absolute;
  top: 0rem;
  left: -5px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.breadcrumb__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.breadcrumb__content h3 {
  color: #fff !important;
}
.breadcrumb-area {
  margin-top: 4rem;
}
.z-index-1 {
  z-index: 1;
}
.fix {
  overflow: hidden;
}
.breadcrumb__list a {
  text-decoration: none;
  color: #ffffffaa;
}
.breadcrumb__list span:not(:last-child) {
  padding-right: 10px;
}
.breadcrumb__list span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: var(--bs-black);
}
.breadcrumb__list span a:hover {
  color: #61ce70;
}
.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;
}
.about {
  margin-top: 30px;
  margin-bottom: 30px;
}
.about-us span {
  color: #6ccc44 !important;
}
.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: 0px;
  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-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;
  margin-bottom: 0px;
}
.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;
}
