/****************************************
GLOBAL STYLES
****************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');

html {
    font-family: 'Inter', sans-serif;
}

body{
    background-color: #ffffff;
    color: white;
}

h2{
    color: #505560;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
}

h5{
    font-size: 24px;
    margin-top: 40px;
}

p{
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 2rem;
    color: #505560;
    padding-top: 17px;
}

.test-p{
    padding-top: 0px;
}

.referral-text-purple{
    color: #55549d;
}

.refer-image-smaller.img-fluid {
  	width: 400px!important;
	height: auto!important;
}

.referral-btn{
  background-color: #049A91;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 10px;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
}

.referral-btn:hover {
  background-color: #027a72;
  color: #fff;
}

.purple-bold {
  color: #55549d;
  font-weight: bold;
}

.contact-referral {
  background-color: #049A91;
  color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}


.hero-offset {
  margin-top: 475px;
}

.referral-heading{
  font-size: 42px;
  margin: 0 auto;
  text-align: center;
  width: 45%;
}

.text-left {
  text-align: left !important;
}

.hero-logo-link {
  top: 0;
  left: 15%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
}

.hero-logo {
  max-width: 120px;
  height: auto;
  display: block;
}

/* Responsive sizing */
@media (max-width: 992px) {
  .hero-logo {
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .hero-logo {
    max-width: 90px;
  }
	
}

@media (max-width: 576px) {
  .hero-logo {
    max-width: 80px;
  }
}

.branch-left-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: auto;
  z-index: 1;
}

.branch-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: auto;
  transform: scaleX(-1); /* flip for symmetry */
  z-index: 1;
}

@media (max-width: 992px) {
  .branch-left-top,
  .branch-right-bottom {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .branch-left-top,
  .branch-right-bottom {
    width: 70px;
  }
}

.how-it-works-section,
.gratitude-section {
  background-color: #ededf6; 
  position: relative;
  overflow: hidden;
}

.leaf-left,
.leaf-right {
  position: absolute;
  width: 120px;
  height: auto;
  z-index: 0;
  opacity: 1;
}

.leaf-left {
  bottom: 0;
  left: 0;
}

.leaf-right {
  bottom: 0;
  right: 0;
  transform: scaleX(1); /* flip horizontally for symmetry */
}


@media (max-width: 768px) {
  .leaf-left,
  .leaf-right {
    width: 100px;
  }
}


/* Hero heading size adjustment */
@media (max-width: 992px) {
  .referral-heading {
    font-size: 36px;
    width: 70%;
  }

  .referral-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 768px) {
  .referral-heading {
    font-size: 38px;
    width: 80%;
  }

  .referral-btn {
    font-size: 13px;
    padding: 8px 18px;
  }
}

@media (max-width: 1000px) {
  .referral-heading {
    font-size: 28px;
    width: 90%;
  }

  .referral-btn {
    font-size: 12px;
    padding: 6px 14px;
  }

  #referral-form .row > div {
    flex-direction: column !important;
    text-align: center;
  }

  #referral-form i.contact-referral {
    margin-bottom: 8px;
    margin-right: 0;
  }

  #referral-form .contact-referral + div {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .referral-heading {
    font-size: 28px;
    width: 90%;
  }

  .referral-btn {
    font-size: 12px;
    padding: 6px 14px;
  }
}

/****************************************
REFERRAL PAGE - HOW IT WORKS CARDS
****************************************/
.referral-hiw-card {
  border: none;
  background-color: #f5f5fa;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 1.5rem;
}

.referral-hiw-card i {
  font-size: 40px;
  color: #55549D;
  margin-bottom: 1rem;
}

.referral-hiw-card .card-title {
  font-size: 22px;
  font-weight: bold;
  color: #55549D;
}

.referral-hiw-card .card-text {
  font-size: 16px;
}

/****************************************
1. HEADER STYLES
****************************************/
.cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
  
  
  .card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #475D6C 1px solid;
    padding: 10px;
    display: flex;
    justify-content: center;
    max-width: 250px;
    height: 350px;
    font-family: 'Lora', serif;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.2);
    transform: scale(0.8);
    transition: transform 0.3s ease;
  }

  .card:hover {
    transform: scale(1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  }

  .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #475D6C;
    justify-content: center;
    height: 250px;
  }

  .card-description{
    font-size: 14px;
  }
  
  .card-title {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
  }

  .card-content .card-title,
  .card-content .bi {
    display: block;
    text-align: center;
  }
  
  .card-content .card-description {
    display: none;
  }
  
  .card-content.clicked .card-title,
  .card-content.clicked .bi {
    display: none;
  }
  
  .card-content.clicked .card-description {
    display: block;
  }

  .card-content .bi, .fa-brands, .fa-solid{
    font-size: 36px; /* Adjust the size as per your preference */
    margin-bottom: 15px;
  }

  @media (max-width: 1201px){
    .cards-container {
        flex-wrap: wrap;
      }
    
      .card {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        margin-bottom: 10px;
      }
    
      .card-title {
        font-size: 12px;
      }
    
      .card-icon {
        font-size: 24px;
      }

      .description{
        font-size: 14px;
      }
  }

  @media (max-width: 601px) {
    .cards-container {
      flex-wrap: wrap;
    }
  
    .card {
      flex: 0 0 calc(100% - 10px); /* One card per row with 10px gap between them */
      max-width: calc(100% - 10px);
      margin-bottom: 10px;
    }
  
    .card-title {
      font-size: 12px;
    }
  
    .card-content .bi,
    .fa-brands,
    .fa-solid {
      font-size: 24px; /* Adjust the size of the icon for smaller screens */
      margin-bottom: 10px;
    }
  
    .card-description {
      font-size: 14px;
    }

  }

  .carousel-item{
    height: 370px;
    margin-top: 25px;
  }

  .carousel-item .bi-person-fill {
  font-size: 36px; /* Adjust the size as per your preference */
  background-color: white;
  border-radius: 50%;
  padding: 30px;
}

  .carousel-container{
    margin-top: 7rem;
    margin-bottom: 7rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  transform: translateY(-50%);
  width: 5%;
}


/****************************************
2. NAVIGATION STYLES
****************************************/
nav{
    font-weight: bold;
    font-size: 12px;
    background-color: rgba(121, 118, 224, 0.05);
}

.nav-link{
    text-transform: uppercase;
}

.cbtn {
  background-color: #079992;
  border: 3px solid #079992;
  display: inline-block;
  font-weight: 400;
  color: white;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.lbtn{
  background-color: #079992;
  border: 3px solid #079992;
  color: #252327;
}

.btn{
    background-color: #079992;
    border: 3px solid #079992;
}

.btn-apply{
    background-color: #079992;
}

.btn-apply:hover{
    background-color: #038079;
}

.nav-apply{
    font-weight: bold;
    color: white;
    font-size: 12px;
}

.nav-apply:hover{
    color: white;
}

.btn-listings{
    background-color: #ffffff;
    color: #252327;
}

.btn-listings:hover{
    background-color: #079992;
}

.nav-listings{
    font-weight: bold;
    color: #505560;
    font-size: 12px;
}

.nav-listings:hover{
    color: white;
}





/****************************************
3. HEADING STYLES
****************************************/


/****************************************
4. BODY STYLES
****************************************/
h1{
    color: #505560;
    font-size: 64px;
    font-weight: bolder;
}

.heading-p{
    padding-top: 5px;;
    text-align: left;
}

.test-section{
    position: relative;
    overflow: hidden;
    background-color: rgba(121, 118, 224, 0.05);
}

.hero-btn{
    padding: 10px;
}

/*ABOUT SECTION*/

.about{
    padding: 100px 0 100px 0;
}

.about-section{
    margin: 10rem 0 7rem 0;
    background-color: rgba(121, 118, 224, 0.05);
}

.purple-lettering{
    color: #7976E0;
}

.blue-lettering{
    color: #079992;
}

.about-section p{
    font-size: 16px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    line-height: 1.8rem;
    color: #505560;
    padding-top: 17px;
}

/*INFO SECTION*/

.col-md-6.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-fluid{
    max-width: 60%;
    height: auto;
}

.info-s1{
    margin-bottom: 3.125rem;
}

.info-s2{
    margin-bottom: 7rem;
    margin-top: 6rem;
}

.info-s1t{
    margin: auto;
}

.info-st{
    margin: auto;
}


.container {
    position: relative;
    z-index: 1;
}

.info-section {
    position: relative;
    overflow: hidden;
  }
  
  .background-circle {
    position: absolute;
    background-color: rgba(7, 153, 146, 0.05);
    border-radius: 50%;
    pointer-events: none;
  }

  .background-test-circle {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    pointer-events: none;
  }


  .circle-1 {
    top: 10%;
    right: 0;
    width: 200px;
    height: 200px;
    transform: translate(50%, -50%);
    background-color: rgba(121, 118, 224, 0.05);
  }
  
  .circle-2 {
    top: 75%;
    /* right: 0; */
    left: -400px;
    width: 400px;
    height: 400px;
    transform: translate(50%, -50%);
  }

  .circle-3 {
    top: 80%;
    right: 0;
    width: 200px;
    height: 200px;
    transform: translate(50%, -50%);
    background-color: rgba(255, 255, 255, 1);
  }
  
  .circle-4 {
    top: 40%;
    /* right: 0; */
    left: -300px;
    width: 300px;
    height: 300px;
    transform: translate(50%, -50%);
  }


  .circle-6 {
    top: -30%;
    /* right: 0; */
    left: -700px;
    width: 300px;
    height: 300px;
    transform: translate(50%, -50%);
  }

  
  .circle-7 {
    top: 60%;
    /* right: 0; */
    left: -350px;
    width: 300px;
    height: 300px;
    transform: translate(50%, -50%);
  }

  .circle-8 {
    top: 90%;
    /* right: 0; */
    left: 1700px;
    width: 100px;
    height: 100px;
    transform: translate(50%, -50%);
  }


  @media (max-width: 768px) {
    .circle-1 {
      width: 150px;
      height: 150px;
    }
  
    .circle-2 {
      width: 300px;
      height: 300px;
    }
  }
  
.services-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 7rem;
}

.background-plant {
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    width: 230px; /* Adjust the size as needed */
    height: 230px; /* Adjust the size as needed */
    background-image: url('../assets/backgroundLeafRight.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; /* Adjust the opacity as needed */
}

.background-plant-2 {
    position: absolute;
    top: 90%;
    left: 0;
    transform: translateY(-50%);
    width: 180px; /* Adjust the size as needed */
    height: 180px; /* Adjust the size as needed */
    background-image: url('../assets/backgroundLeafLeft.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; /* Adjust the opacity as needed */
}

.background-plant-3 {
  position: absolute;
  top: 71%;
  left: -300px;
  transform: translateY(-50%);
  width: 580px; /* Adjust the size as needed */
  height: 580px; /* Adjust the size as needed */
  background-image: url('../assets/contactPlantLeft.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1; /* Adjust the opacity as needed */
}

.background-plant-4 {
  position: absolute;
  top: 97%;
  right: -150px;
  transform: translateY(-50%);
  width: 280px; /* Adjust the size as needed */
  height: 280px; /* Adjust the size as needed */
  background-image: url('../assets/contactPlantRight.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1; /* Adjust the opacity as needed */
}

.contact-wrap {
  background: #e4e4f9;
}

.ftco-section {
  padding-bottom: 7em;
  padding-top: 3rem;
}

.contact-form-image {
  display: block;
  margin: 0 auto; /* Centers the image horizontally */
  max-width: 100%; /* Adjust the size as needed */
  height: auto; /* Maintain the aspect ratio */
}


.form-title{
  color: #252327;
}

.form{
  font-family: "inter", sans-serif;
}

.faq{
  margin-bottom: 7rem;
}

.accordion-body{
  text-align: left;
}

.custom-icon-color {
  color: #079992;
}


.custom-dropdown {
  position: relative;
}

.custom-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  border: 1px solid #ced4da;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  width: 100%;
}

.custom-dropdown .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  pointer-events: none;
}


/****************************************
5. FOOTER STYLES
****************************************/

.footer {
    font-size: 12px;
    background-color: #ffffff;
    font-weight: bold;
}

.footer-bg{
    background-color: #ffffff;
}

.footer-bg-contact{
  background-color: rgba(121, 118, 224, 0.05);
}

.footer a{
    color:#079992;

    text-decoration: none;
}

.footer a:hover{
    text-decoration: underline;
}

.footer img{
    max-width: 18px; /* Adjust the size of the logo as needed */
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.footer-bg-referral {
  background-color: #55549d !important;
}


@media (max-width: 636px){
    .background-plant {
        position: absolute;
        top: 30%;
        right: 0;
        transform: translateY(-50%);
        width: 80px; /* Adjust the size as needed */
        height: 80px; /* Adjust the size as needed */
        background-image: url('../assets/backgroundLeafRight.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1; /* Adjust the opacity as needed */
    }
}

@media (max-width: 606px){
    .footer {
        font-size: 8px;
        background-color: #ffffff;
        font-weight: bold;
    }
    
    .footer-bg{
        background-color: #ffffff;
    }
    
    .footer a{
        color:#079992;
    
        text-decoration: none;
    }
    
    .footer a:hover{
        text-decoration: underline;
    }
    
    .footer img{
        max-width: 14px; /* Adjust the size of the logo as needed */
        padding-bottom: 0px;
        margin-bottom: 3px;
    }
}

@media (max-width: 992px){
    .listings-btn {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .listings-btn:hover {
        background-color: transparent;
        border: none;
        padding: 0;
        color: black;
    }

    .apply-btn {
        background-color: transparent;
        border: none;
        padding: 0;
    }

    .apply-btn:hover {
        background-color: transparent;
        border: none;
        padding: 0;
        color: black;
    }

    .listings-nav:hover{
        color: #252327;
    }

    .apply-nav{
        color:#505560;
    }

    .apply-nav:hover{
        color: #252327;
    }

    .contact-btn, .apply-btn {
      border: none;
      padding: 8px 20px;
      border-radius: 20px;
      font-size: 14px;
    }
    
}

@media (max-width: 768px){
    .heading-p{
        text-align: center;
    }

    .background-plant-3,
    .background-plant-4 {
      display: none;
    }
}

@media (max-width: 1272px){
    .background-plant {
        position: absolute;
        top: 30%;
        right: 0;
        transform: translateY(-50%);
        width: 130px; /* Adjust the size as needed */
        height: 130px; /* Adjust the size as needed */
        background-image: url('../assets/backgroundLeafRight.svg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1; /* Adjust the opacity as needed */
    }
}

@media (max-width: 568px) {
    .carousel-item {
      height: 560px;
      margin: 25px auto;
      width: 250px;
      position: relative; /* Add position relative to the carousel items */
    }
  
    .carousel-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  
    .carousel-control-next,
    .carousel-control-prev {
      width: 5%;
    }
  }

