/* #custom css */

h4,
h1 {
  text-transform: uppercase;
}

.midHeading {
  font-size: 5rem !important;
}

.topHeading {
  color: #fff;
  margin-bottom: 40px !important;
}

.p-custom-font {
  font-size: 16px;
}

/* Mobile font-size */
@media (max-width: 576px) {
  .p-custom-font {
    font-size: 12px !important;
  }
}

.subHeading {
  opacity: 0.7 !important;
  margin-bottom: 20px !important;
}

.custom-btn {
  border-radius: 0 !important;
}

.youtube-video {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/*about-content */
.about-left-content {
  padding: 5rem 4rem 0 4rem;
}

.about-left-content h4,
.our-home-content h4 {
  color: #ffad33;
  margin-bottom: 1rem;
}

.about-left-content h1,
.our-home-content h1 {
  font-size: 3rem;
  /* color: #005555; */
}

.about-left-content p,
.our-home-content p {
  /* font-size: 1.2rem; */
  text-align: justify;
}

.about-right-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.about-right-content img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

/* our-home-content */
.our-home-content {
  margin: 0 0 0 10rem;
}



.our-home-content h4 {
  text-align: center;
}

/* feature-content */
.feature-content {
  text-align: center;
}

.feature-content h4 {
  margin-bottom: 1rem;
}

.feature-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.feature-content p {
  font-size: 1rem;
}

.feature-content img {
  height: 5rem;
  margin-bottom: 2rem;
}

.step:nth-child(1) {
  margin-top: 0;
}

.step:nth-child(2) {
  margin-top: 8rem;
}

.step:nth-child(3) {
  margin-top: 14rem;
}

.step:nth-child(4) {
  margin-top: 20rem;
}

.feature-btn {
  margin-top: 2rem;
  border-radius: 0 !important;
}

.bg-black {
  background-color: #000;
  color: #fff;
  font-size: large;
  padding: 20px;
}


/* Lifestyle Section Styles */
.lifestyle-content {
  padding-right: 4rem;
}

.lifestyle-heading {
  font-size: 3rem;
  margin-top: 1rem;
  text-transform: none;
}

.lifestyle-paragraph {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: justify;
  margin-top: 1.25rem;
}

.lifestyle-image {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-top: 1rem;
}

.custom-padding {
  padding: 3rem;
}


h4,
h1 {
  text-transform: uppercase;
}

.midHeading {
  font-size: 5rem !important;
}

.topHeading {
  color: #fff;
  margin-bottom: 40px !important;
}

.subHeading {
  opacity: 0.7 !important;
  margin-bottom: 20px !important;
}

.text-justify {
  text-align: justify;
}

.custom-btn {
  border-radius: 0 !important;
}

.youtube-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 3rem 0 3rem 0;
}

.youtube-box {
  height: auto;
  width: auto;
  border: 4px solid #000;
  padding: 1rem;
}

.youtube-video {
  position: relative;
  /* padding-bottom: 56.25%; */
  overflow: hidden;
}

/*about-content */
.about-left-content {
  padding: 5rem 4rem 0 4rem;
}

.about-left-content h4,
.our-home-content h4 {
  color: #ffad33 !important;
  margin-bottom: 1rem;
}

.about-left-content h1,
.our-home-content h1,
.impact-content h1 {
  font-size: 3rem;
  /* color: #005555 !important; */
}

.about-left-content p,
.our-home-content p {
  /* font-size: 1.2rem; */
  text-align: justify;
}

.about-right-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
}

.about-right-content img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

/* our-home-content */
.our-home-content {
  margin: 0 0 0 10rem;
}

.our-home-content h4 {
  text-align: center;
}

/* feature-content */
.feature-content {
  text-align: center;
}

/* .feature-content h4 {
  color: #ffad33 !important;
  margin-bottom: 1rem;
}

.feature-content h3 {
  font-size: 1.4rem;
  color: #005555 !important;
  margin-bottom: 1rem;
} */

/* .feature-content p {
  font-size: 1.2rem;
} */

.feature-content img {
  height: 5rem;
  margin-bottom: 2rem;
}

.step:nth-child(1) {
  margin-top: 0;
}

.step:nth-child(2) {
  margin-top: 8rem;
}

.step:nth-child(3) {
  margin-top: 14rem;
}

.step:nth-child(4) {
  margin-top: 20rem;
}

.feature-btn {
  margin-top: 2rem;
  border-radius: 0 !important;
}

/* impact page css */
.impact-overlay-content h4 {
  margin-top: 9rem !important;
}

.impact-overlay-content p {
  color: #fff;
  font-size: 1rem;
}

.impact-content h4 {
  /* color: #337777 !important; */
  /* margin-bottom: 1rem; */
}

.line {
  margin: 10rem 0 4rem 0;
  width: 60px;
  height: 2px;
  background-color: #fff;
  flex-grow: 1;
}



.top-right-main-image {
  display: block;
  max-width: 90%;
  margin-left: 4rem;
  height: 351px;
  position: relative;
  z-index: 1;
}








.top-heading-margin {
  margin-top: 0;
}

@media (max-width: 576px) {
  .custom-heading {
    font-size: 40px !important;

  }
}

/* Override margin for mobile (max-width: 576px) */
@media (max-width: 576px) {
  .our-home-content {
    margin: 0;
    /* You can change this to any value or keep it zero */
  }
}

@media (max-width: 576px) {
  .top-heading-margin {
    margin-top: 31%;
  }
}
