.main-container{
  height: auto;
  min-height: 1408px !important;
  background-color: #9CC6B5;
  padding-top: 170px;
}

.main-container-dark-bg{
  height: auto;
  min-height: 824px !important;
  background-color: #008e62;
  padding-top: 170px;
}

.hero-row-container{
  /* min-height: 1450px !important; */
  /* height: 100dvh; */
  /* padding-top: 120px;
  padding-bottom: 300px; */
}

.inner-page .section-wrap{
  margin-top: 0px !important;
}

.sustainability-wrap{
  background-image: url(images-vianaar/a4.png) !important;
}

.hero-top-container{
  padding: 50px !important;
  /* max-width: 1500px; */
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb li {
  white-space: normal !important; /* allow wrapping */
  word-break: break-word;
  max-width: 100%;
}

.section-container:first-child{
padding-left: 1.5rem;
padding-right: 1.5rem;
}

.header-text{
  /* border: 1px solid; */
  width: 100%;
  /* max-width: 736px; */
  max-width: 685px;
  /* margin-top: 0 !important; */
}
.header-text h1{
  font-size: 70px !important;
  color: #226F56 !important;
  text-align: left;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 2% !important
}

.header-text .mobile {
    display: none !important;
}
.header-text .desktop {
    display: block !important;
}

.header-text-light{
  width: 100%;
  max-width: 688px;
}

.header-text-light h1{
  font-size: 70px !important;
  color: #fff !important;
  text-align: left;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 2%
}

.row .bottom-grid img{
  width: 208px;
  height: 208px;
  margin-top: 85px;
  /* left: 294px; */
}

.row .bottom-grid p {
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 75px;
  /* line-height: 100%; */
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 0px;
  color: #226F56;
  margin: -5px;
}

.row .bottom-grid span {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 48px;
  /* line-height: 100%; */
  letter-spacing: 2%;
  text-align: center;
  color: #226F56;
  
}
.row .bottom-grid .smallText {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 19px;
  /* line-height: 140%; */
  letter-spacing: -1%;
  text-align: center;
  color: #226F56;
}

.row-bottom-text{
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 18px;
  margin-top: 57px;
}

.section-home-container{
  background-color: #008e62 !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.section-home-container.bg-white{
  background-color: #fff !important;
}

.section-home-container .mobile{
  display: none;
}

.section-home-container .heading{
    max-width: 750px;
    margin: auto;
}
.section-home-container .heading p{
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 25px;
  line-height: 1.8;
  letter-spacing: 2%;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  /* padding-left: 120px;
  padding-right: 120px; */
}

.homes-bottom{
  padding-top: 100px;
}

.homes-bottom-card {
  /* width: 862px; */
  max-width: 750px;
  height: 480px;
  margin: auto;
  position: relative;
  /* top: 0;
  left: 0;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: auto; */
  background-color: #fff;
  border-radius: 20px;
}

.homes-bottom-card .bg-one{
  background-image: url(./images-vianaar/new-sustainability/2.5.\ Sustainability-Main\ Page-Small\ Steps\ for\ Change\ Tile.png);
    position: absolute;
  top: 0;
  left: 0;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: auto;
}
.homes-bottom-card .bg-three{
  background-image: url(./images-vianaar/new-sustainability/2.7.\ Sustainability-Main\ Page-Community\ Heroes\ Tile.png);
    position: absolute;
  top: 0;
  left: 0;
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: auto;
}

.card{
  border-radius: 20px!important;
  background-color: #fff!important;
  margin-top: 100px;

  overflow: hidden;
  position: relative;
   /* min-height: 480px; */
  height: 480px;
}


.card .image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card .img-1{
  width: 287px !important;
  border-radius: 20px;
}



.card .img-2{
  /* width: 725px !important;
  height: auto; */
  border-radius: 20px;
  /* border: 1px solid; */

  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
   object-position: right;
  /* border-radius: 20px; */


  display: block;
  margin-left: auto; /* aligns image to the far right */
  margin-right: 0;
  position: relative;
  /* z-index: 1; */
}

.card .img-3{
  width: 400px !important;
  /* border: 1px solid; */
  /* border-radius: 20px; */
}

.card.card-image-left .img-2 {
  margin-left: 0;
  margin-right: auto;
}

.card.card-image-left .img-3 {
  margin-left: 0;
  margin-right: auto;
}

.card.card-image-left .content {
  left: auto;
  right: 0;
}

.card .content{
  padding-left: 50px;
  /* padding-right: 50px; */
  padding-bottom: 20px;
  /* border: 1px solid; */
  /* width: 440px; */
  /* position: absolute;
  top: 0;
  right: 0; */
  /* margin-top: 65px;
  margin-bottom: 65px;
  margin-right: 50px; */

  padding-right: 50px;
  /* padding-bottom: 20px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  /* max-width: 60%; */
  max-width: 547px;
}

/* .homes-bottom-card .content h2{
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000;
} */
.card .content h2{
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.1;
}

.card .content :nth-child(2){
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 19px;
  line-height: 1.3;
  padding-top: 0px;
  padding-bottom: 50px;
}

.card .content a{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 19px;
  text-decoration: underline;
  text-underline-offset: 5px;
}


.dark-bg{
  max-height: 824px !important;
  background-color: #008e62;
}

.section-one{
  border-bottom: 1px solid;
  padding-top: 20px;
  padding-bottom: 100px;
}

.mid-section-container{
  text-align: left !important;
}
.section-home-container .mid-section-container{
    max-width: 100%;
    margin: auto;
    /* border: 1px solid; */
}

.section-home-container .mid-section-container h2{
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 50px;
}

.section-home-container .mid-section-container h6{
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
}

.section-home-container .mid-section-container p{
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 19px;
  width: 100%;
  /* max-width: 503px; */
  color: #121212;
  line-height: 1.5;
}

.section-home-container .mid-1 p {
  max-width: 503px;
}

.section-home-container .mid-2 p {
  max-width: 503px;
}

.section-home-container .mid-section-container .small-img-1 img {
  max-width: 212px !important;
  height: auto;
}


.content-img-1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.content-img-1 img{
  width: 100%;
  max-width: 522px;
  height: 644px;
  border-radius: 20px;
  /* object-fit: contain; */
}


.section-two{
  border-bottom: 1px solid;
  padding-top: 90px;
  padding-bottom: 100px;
}

.section-two h2{
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.1;
}

/* .section-two.simple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
} */

.section-home-container .mid-3 p {
  max-width: 503px;
}

.content-img-2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-right: 10px;
}

.content-img-2 img{
  width: 100%;
  /* max-width: 522px; */
  height: 320px;
  border-radius: 20px;
  /* object-fit: contain; */
}


.section-two .mid-section-container > .last-div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid;
  height: 100%;
}

.section-two .small-img-2 {
  margin-top: 80px;
}

.section-two .small-img-2 img{
  max-width: 100px !important;
  height: auto;

}


.section-three{
  border-bottom: 1px solid;
  padding-top: 90px;
  padding-bottom: 100px;
}

.section-three .mid-4{
  /* display: flex; */
  /* gap: 36px; */
}

.section-three .mid-4 .content-img-3{
  width: 100%;
  margin-right: 10px;
}
.section-three .mid-4 .content-3{
  width: 100%;
}

.content-img-3 img{
  width: 100%;
  /* max-width: 522px; */
  height: 443px;
  border-radius: 20px;
  object-fit: cover;
}

.section-three .mid-4 .content-3 h2{
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 50px;
}





.section-four {
  border-bottom: 1px solid;
  padding-top: 90px;
  padding-bottom: 100px;
}

/* .section-four .mid-5{
  display: flex;
  gap: 36px;
} */


/* .content-img-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}

.content-img-4 img{
  width: 100%;
  max-width: 522px;
  height: 384px;
  border-radius: 20px;
  object-fit: contain;
} */

.simple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.simple-grid .content-4{
  padding-right: 10px;
}

.simple-grid h6 {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.simple-grid p {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 19px;
  line-height: 1.5;
  color: #121212;
  margin-bottom: 30px;
}

.section-four .small-img-3 {
  padding-top: 20px;
  text-align: center;
}

.section-four .small-img-3 img{
  max-width: 182px !important;
  height: auto;
}

.content-img-4 img {
  width: 100%;
  /* max-width: 522px; */
  height: 384px;
  border-radius: 20px;
  margin-top: 20px;
}


/* .section-five .mid-6 .card{
  background-color: #008e62 !important;
  height: 320px;
  display: flex;
} */

.section-five > p{
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -1%;
  margin-top: 16px;
}

.section-five p > a{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 19px;
  color: #008E62;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.no-hover-underline:hover {
  text-decoration: none !important;
}

.simple-grid-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.simple-grid-cards .card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  /* padding-left: 40px; */
  background-repeat: no-repeat;
  /* background-size: 360px auto; */
  /* background-position: left center; */
  object-fit: cover;
  border-radius: 20px;
  /* background-color: #f5f5f5; */
    background-color: #008e62 !important;
  height: 320px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.simple-grid-cards .card-title {
  color: #fff;
  margin: 0;
  overflow: hidden;
  line-height: 1;
}

/* Set background images */
.bg-img-1 {
  background-image: url('./images-vianaar/new-sustainability/change-living-with-nature-tile.png');
  background-position: -65px;
  background-size: 265px auto;
  background-position: left center;
}

.bg-img-2 {
  background-image: url('./images-vianaar/new-sustainability/change-community-heroes-tile.png');
  background-position: left center;
  background-size: 335px auto;
  background-position: left center;
}

.bg-img-3 {
  background-image: url('./images-vianaar/new-sustainability/living-with-nature-community-heroes-tile-2.png');
  background-position: left center;
  background-size: 335px auto;
  background-position: left center;
}

.bg-img-4 {
  background-image: url('./images-vianaar/new-sustainability/living-with-nature-small-steps-for-change-tile-2.png');
  background-position: left center;
  background-size: 240px auto;
  background-position: left center;
}

.bg-img-5 {
  background-image: url('./images-vianaar/new-sustainability/community-heroes-small-steps-for-change-tile-2.png');
  background-position: -65px;
  background-size: 240px auto;
  background-position: left center;
}

.bg-img-6 {
  background-image: url('./images-vianaar/new-sustainability/living-with-nature-tile-3.png');
  background-position: left center;
  background-size: 265px auto;
  background-position: left center;
}

/* Optional: Responsive */
/* @media (max-width: 768px) {
  .simple-grid-cards {
    grid-template-columns: 1fr;
  }

  .card {
    padding-left: 160px;
    background-size: 140px auto;
    height: auto;
    min-height: 180px;
  }

  .card-title {
    font-size: 22px;
  }
} */


/* .simple-grid-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
} */

.section-six{
  border-bottom: 1px solid;
  padding-top: 20px;
  padding-bottom: 100px;
}

.section-six .mid-section-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 12px;
  padding-right: 12px;
  gap: 32px;
}

.section-six .mid-section-container > div > div:last-child{
  margin-top: 32px;
}


.section-seven{
  border-bottom: 1px solid;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-seven .mid-7 .small-img-4 img{
  max-width: 343px !important;
  height: auto;
}


.custom-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px; /* space between columns */
  padding-left: 0;
  padding-right: 0;
}

.custom-col {
  padding: 0;
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Responsive: stack columns on small screens */
@media (max-width: 768px) {
  .custom-grid-container {
    grid-template-columns: 1fr;
  }
}


.section-eight{
  border-bottom: 1px solid;
  padding-bottom: 70px;
}

.content-img-5 img {
  width: 100%;
  /* max-width: 522px; */
  height: 520px;
  border-radius: 20px;
  margin-top: 20px;
}

.small-img-5{
  text-align: end;
  padding-right: 30px;
}

.small-img-5 img{
  max-width: 150px !important;
  height: auto;
}


.section-nine{
  padding-top: 80px;
  padding-bottom: 40px;
}

/* .small-img-6{
  text-align: end;
  padding-right: 30px;
} */

.small-img-6 img{
  max-width: 211px !important;
  height: auto;
}

.section-ten{
  border-bottom: 1px solid;
  padding-bottom: 70px;
}

.section-ten .mid-section-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 12px;
  padding-right: 12px;
  gap: 32px;
}

.section-ten .mid-section-container img{
  border-radius: 20px;
}

.section-ten .mid-section-container > div > div:last-child{
  margin-top: 32px;
}





.animated-container-1{
  /* position: absolute;
  top: 0;
  left: 0; */
  /* background-image: url(./include-small-steps.php); */
}


/* .section.home-intro {
  position: relative;
  padding-top: 160px;
  padding-bottom: 80px;
  overflow: hidden;
} */

.svg-background {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.svg-background svg {
  width: 100%;
  /* height: 100%; */
  /* display: block; */
}


.two-leaves-container{
  position: absolute;
  top: 20rem;
  left: -12rem;
  /* width: 100%;
  height: 100%; */
  width: auto;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

.two-leaves-container svg{
  width: 500px;
}

.palm-trees-container{
  position: absolute;
  /* top: 20rem; */
  /* right: -12rem; */
  top: 8rem;
  right: -15rem;
  /* width: 100%; */
  /* height: 100%; */
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.palm-trees-container svg{
  width: 100%;
  min-width: 1000px;
  
  /* background-color: red; */
}


.left-leaves-3-1-container{
  position: absolute;
  top: 13rem;
  left: -4rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.left-leaves-3-1-container svg{
  width: 100%;
  min-width: 208px;
  
  /* background-color: red; */
}

.right-leaves-3-1-container{
  position: absolute;
  top: 7rem;
  right: 0rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.right-leaves-3-1-container svg{
  width: 100%;
  min-width: 402px;
  
  /* background-color: red; */
}

.left-leaves-4-1-container{
  position: absolute;
  top: 16rem;
  left: -5rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.left-leaves-4-1-container svg{
  width: 100%;
  min-width: 210px;
  
  /* background-color: red; */
}

.right-leaves-4-1-container{
  position: absolute;
  top: -6rem;
  right: 0rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.right-leaves-4-1-container svg{
  width: 100%;
  min-width: 865px;
  
  /* background-color: red; */
}

.left-leaves-5-1-container{
  position: absolute;
  top: 32rem;
  left: -6rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.left-leaves-5-1-container svg{
  width: 100%;
  min-width: 279px;
  
  /* background-color: red; */
}

.right-leaves-5-1-container{
  position: absolute;
  top: 8rem;
  right: -15rem;
  width: auto;
  height: auto;
  z-index: 0;
  pointer-events: none;
}

.right-leaves-5-1-container svg{
  width: 100%;
  min-width: 805px;
  
  /* background-color: red; */
}


.svg-container .cb-body{
  background-color: #9CC6B5;
}

.svg-container .cb-body {
  position: relative;
  overflow: hidden;
}

.hover-image-container {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none; /* ensures it doesn’t interfere with hover */
  z-index: 0;
  background-position: 0 -50px;
  background-repeat: repeat;
}

.hover-image-container .hover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Show image only on hover */
.svg-container .cb-body:hover .hover-image-container {
  opacity: 0.6;
}


.girl-hair-container{
  position: absolute;
  top: 3rem;
  right: 3rem;
  z-index: 0;
  pointer-events: none;
}

.girl-hair-container svg{
  /* width: 100%; */
  min-width: 141px;
}
.plain-text{
  padding-top: 47px;
  padding-left: 30px;
  padding-right: 30px;
}
.plain-text p{
  font-family: 'Raleway';
  font-weight: 400 !important;
  font-size: 19px;
}

.card-footer.know-more-link {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  /* display: flex;
  align-items: center; */
  /* gap: 70px; */
}
.know-more-link  a{
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 19px;
  color: #121212;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.know-more-link span i{
  color: #121212 !important;
}

.bottom-text{
  display: flex;
  justify-content: flex-end;
  padding-right: 25px;
  padding-bottom: 25px;
}
.bottom-text span{
  font-family: 'Raleway';
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #226F56;
}

.card.index-card {
  border-radius: 0 !important;
  background-color: transparent !important;
  margin-top: 0 !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
}

.custom-bullets {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.custom-bullets li {
  position: relative !important;
  padding-left: 15px !important; /* controls space between bullet and text */
  margin-bottom: 0.5rem !important;
}

.custom-bullets li::before {
  /* content: "•" !important; */
  position: absolute !important;
  left: 0 !important;
  top: 15px !important;
  font-size: 1.2rem !important;
  color: #226F56 !important; /* use your brand color */
  line-height: 1.5 !important;
}


.row .home-grid p {
  font-family: 'Dala Prisma';
  font-weight: 700;
  font-size: 75px;
  /* line-height: 100%; */
  letter-spacing: 2%;
  text-align: center;
  margin-bottom: 0px;
  color: #226F56;
  margin: -5px;
}

.row .home-grid span {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 48px;
  /* line-height: 100%; */
  letter-spacing: 2%;
  text-align: center;
  color: #226F56;
  
}

.row .home-grid .smallText {
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 19px;
  /* line-height: 140%; */
  letter-spacing: -1%;
  text-align: center;
  color: #226F56;
}


@media (max-width: 575px) {
  .main-container {
    padding-top: 100px;
    padding-bottom: 0px;
    height: auto;
    min-height: 1145px !important;
  }
  .hero-top-container{
    padding: 5px !important;
    padding-top: 15px !important;
  }
  .section-container{
    margin-top: 0px;
    /* padding-top: 80px; */
  }
  .breadcrumb > ul > li{
    display: flex;
  } 
  .header-text{
    max-width: 315px !important;
    padding-top: 15px !important;
  }
  .header-text h1 {
      font-size: 30px !important;
  }
  .header-text-light{
    max-width: 315px !important;
  }
  .header-text-light h1 {
      font-size: 30px !important;
      line-height: 1.2 !important;
  }
  .header-text .mobile {
      display: block !important;
  }
  .header-text .desktop {
      display: none !important;
  }
  .row .bottom-grid > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 20px; */
  }
  .row .bottom-grid > div:nth-child(2){
    flex-direction: row-reverse;
  }
  .row .bottom-grid img{
    width: 153px;
    height: 153px;
    margin-top: 30px;
  }

  .row .bottom-grid p {
    font-size: 50px;
    margin-bottom: 0px;
    margin: 0px;
  }

  .row .bottom-grid span {
    font-size: 35px;
  }
  .row .bottom-grid .smallText {
    font-size: 18px;
  }
  .row-bottom-text{
    font-size: 16px;
    margin-top: 45px;
  }
  .two-leaves-container{
    display: none;
  }
  .palm-trees-container{
    top: 6.5rem !important;
    right: -8rem !important;
    z-index: 0;
    pointer-events: none;
  }
  .palm-trees-container svg{
    min-width: 340px !important;
  }
  .section-home-container{
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
  .section-home-container .desktop{
    display: none;
  }
  .section-home-container .mobile{
    display: block;
  }

  .section-home-container .mobile > .italic-para{
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Raleway';
    font-style: italic !important;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .section-home-container .heading p{
    font-size: 26px !important;
    text-align: left !important;
    line-height: 1.5 !important;
  }

  .card{
    /* margin-top: 55px !important; */
    margin-top: 20px !important;
    height: 210px !important;
  }
  .card .img-1{
    width: 125px !important;
    height: auto;
  }

  .card .img-2{
    width: 232px !important;
    height: auto;
    border-radius: 0;
    left: -57px;
  }

  .card .img-3{
    width: 185px !important;
    height: auto;
  }

  .section-home-container .mobile .card:nth-child(3) .content{
    padding-right: 60px !important;
  }

  .section-home-container .mobile .card .content {
    padding-left: 20px;
    padding-right: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-38%);
    max-width: 246px;
  }

  .section-home-container .mobile .card .content a{
    text-decoration: none;
  }
  .section-home-container .mobile .card .content a h2 {
    color: #226F56 !important;
    font-size: 38px !important;
    /* width: 135px !important; */
  }


  .main-container-dark-bg{
    padding-top: 95px !important;
  }

  .section-container div{
    padding-left: 0;
    padding-right: 0;
  }

  .left-leaves-3-1-container{
    top: 37rem !important;
    left: -1rem !important;
  }

  .left-leaves-3-1-container svg{
    min-width: 110px !important;
    width: 100px !important;
  } 

  .right-leaves-3-1-container{
    top: 29rem !important;
    right: 0rem !important;
  }

  .right-leaves-3-1-container svg{
    min-width: 200px !important;
    width: 100px !important;
  } 

  .section-home-container .mid-section-container h2{
    font-size: 38px !important;
    color: #226F56 !important;
  }

  .section-home-container .mid-section-container h6{
    font-size: 16px;
  }

  .section-home-container .mid-section-container p{
    font-size: 18px;
  }

  .section-home-container .mid-section-container .small-img-1 {
    display: none;
  }

  .small-img-2 {
    display: none;
  }

  .section-one {
    padding-bottom: 50px;
  }

  .content-img-1{
    padding-bottom: 50px;
  }
  .content-img-1 img{
    height: 328px;
  }


  .section-two {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-two h2{
    font-size: 38px;
    color: #226F56;
  }
  .content-img-2{
    margin-right: 0px;
  }

  .simple-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }


  .section-three {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /* Reverse column order */
  .section-two .simple-grid > :nth-child(1) {
    order: 2;
  }

  .section-two .simple-grid > :nth-child(2) {
    order: 1;
  }

  .content-img-3 img{
    height: 208px
  }


  .section-four {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .small-img-3{
    display: none;
  }

  .content-img-4 img{
    height: 208px
  }

  .simple-grid-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* .simple-grid-cards .card-title h2 {
    color: #fff !important;
    margin: 0;
    overflow: hidden;
    line-height: 1;
  } */

  .section-five .card-title.text-white {
    color: #fff !important;
    line-height: 1.2;
      transform: translateY(-18%);
  }

  .bg-img-1 {
    background-position: -65px;
    background-size: 180px auto;
    background-position: left center;
  }

  .bg-img-2 {
    background-position: left center;
    background-size: 220px auto;
    background-position: left center;
  }

  .bg-img-3 {
    background-position: left center;
    background-size: 220px auto;
    background-position: left center;
  }

  .bg-img-4 {
    background-position: left center;
    background-size: 158px auto;
    background-position: left center;
  }

  .bg-img-5 {
    background-position: -65px;
    background-size: 158px auto;
    background-position: left center;
  }

  .bg-img-6 {
    background-position: left center;
    background-size: 180px auto;
    background-position: left center;
  }


  .right-leaves-4-1-container{
    top: 25rem !important;
    right: -1rem !important;
  }

  .right-leaves-4-1-container svg{
    min-width: 411px !important;
    /* width: 100px !important; */
  }

  .left-leaves-4-1-container{
    top: 36rem;
    left: -2rem;
  }

  .left-leaves-4-1-container svg{
    min-width: 100px !important;
    width: 100px;
  }

  .section-six{
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .section-six .mid-section-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .section-six .mid-section-container img{
    height: 208px !important;
    width: 100% !important;
    border-radius: 20px !important;
  }

  .section-six .mid-section-container > div > div:last-child{
    margin-top: 32px;
  }

  .section-seven{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-seven .mid-7 .small-img-4 img{
    display: none;
  }


  .image-col img {
    height: 328px !important;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .left-leaves-5-1-container{
    top: 38rem;
    left: -3rem;
  }

  .left-leaves-5-1-container svg{
    width: 100px;
    min-width: 175px !important;
  }

  .right-leaves-5-1-container{
    top: 25rem;
    right: -9rem;
  }

  .right-leaves-5-1-container svg{
    width: 100px;
    min-width: 474px;
  }

  .small-img-5{
    display: none;
  }
  
  .content-img-5 img{
    height: 328px;
  }

  .section-nine{
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .small-img-6{
    display: none;
  }

  .section-ten{
    padding-bottom: 70px;
  }

  .section-ten .mid-section-container {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .section-ten .mid-section-container img{
    border-radius: 20px;
  }

  .section-ten .mid-section-container > div > div:last-child{
    margin-top: 32px;
  }


  .bottom-text{
    justify-content: flex-start;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .bottom-text span{
    font-family: 'Raleway';
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #226F56;
  }


  .row .home-grid p {
    font-size: 50px;
  }

  .row .home-grid span {
    font-size: 32px;
  }

  .row .home-grid .smallText {
    font-size: 18px;
  }
  .plain-text {
    /* padding-top: 47px; */
    padding-left: 0px;
    padding-right: 0px;
    color: #121212;
    font-style: italic !important;
  }
  .card-footer.know-more-link {
    /* padding-top: 30px; */
    padding-left: 0px;
    padding-right: 0px;
  }

  .girl-hair-section{
    /* top: 3rem;
    right: 3rem; */
    /* border: 1px solid; */
    margin-top: 20px;
  }

  .girl-hair-section svg{
    width: 100px;
    min-width: 111px;
    transform: translateX(89%);
  }

  .bottom-text{
    margin-top: -68px
  }
}


@media (max-width: 767px){
  .two-leaves-container{
    display: none;
  }
  .hero-top-container {
    /* padding: 20px !important; */
  }
  .palm-trees-container{
    top: 4.5rem !important;
    right: -23rem !important;
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 1199px){
  .two-leaves-container{
    display: none;
  }
  .hero-top-container {
    /* padding: 20px !important; */
  }
  .palm-trees-container{
    top: 4.5rem !important;
    right: -23rem !important;
    z-index: 0;
    pointer-events: none;
  }
}