 .image-section {
      position: relative;
      width: 100%;
    }

    .main-image-wrapper {
      width: 100%; /* Reduced width */
      margin: 0 auto;
    }

    .main-image {
      width: 75%;
      height: auto;
      display: block;
    }

    .overlay-image-wrapper {
      position: absolute;
      bottom: -110px;;
      right: 20px;
      width: 50%;
      max-width: 500px;
    }

    .overlay-image {
      
    
      
      height: 284px;
    width: 433px;
    border: 8px solid white;
    outline: none;
    box-shadow: none;
    }

    .text-section {
      margin-top: 36px;
    }

    h1 {
      font-size: 60px;
      margin-bottom: 20px;
      margin-top: 0px;
      

      

    }

    .green {
      color: #1e6b2b;
      font-weight: bold;
    }

    p {
      margin-bottom: 16px;
      font-size: 18px;
    }
    .wixui-rich-text__text  {
        line-height: 1.4;
    }
    .wixui-rich-text__text{
        line-height: 1.4;
    }
     .help1{
        border: none !important;
        background-color: #F3F3F3 !important;
       
        color: green !important;
        border-radius: 0px !important;
        height: 55px;
        width: 300px;
        margin-top: 2rem;
    }

    .help1:hover{
        border: none !important;
        background-color:#007336 !important;
        color: white !important;
    }
      .help1:hover{
        border: none !important;
        background-color:#007336 !important;
        color: white !important;
    }
.findout{
        border: none !important;
        background-color: #00B8E0 !important;
       outline: none !important;
        color: white !important;
        border-radius: 0px !important;
        height: 55px;
        width: 300px;
        letter-spacing: 3px;
        margin-top: 2rem;
    }
    .findout:hover{
        border: none !important;
        background-color:#007336 !important;
        color: white !important;
    }

  

    .advisor-card {
      background-color: #f9f9f9;
      border-radius: 0px;
      padding: 10px;
      text-align: center;
    }
    .advisor-card img {
      width: 100%;
      height: auto;
      border-radius: 5px;
    }
    .advisor-name {
      font-weight: bold;
      font-size: 1.25rem;
      color: #00703C;
    }
    .advisor-email {
      color: #333;
      font-size: 0.95rem;
    }
    .learn-more {
      font-weight: bold;
      font-size: 0.9rem;
      color: #00703C;
      text-decoration: none;
    }
    .learn-more:hover {
      text-decoration: underline;
    }

   

    .hero-section-home {
  position: relative; /* Needed for overlay positioning */
  background-image: url('../../images/Home/NewCoverPhoto.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  min-height: 600px;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

/* 🔽 Overlay to darken background */
.hero-section-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* 50% black */
  z-index: 1;
}

/* 🔽 Make sure content appears above overlay */
.hero-section-home .container-fluid {
  position: relative;
  z-index: 2;
}


.col-md-3{
  margin-top: 1rem;
}
a:hover {
  color: #00703C !important;
}

@media (max-width: 991.98px) {@media (max-width: 991.98px) {
  .advisor-card{
    margin-top: 1rem !important;
  }

  
}}

/* @media (max-width: 768px) {
.advisor-card{
  max-width: max-content !important;
}
} */

