            .heading-lalezar {
        /* font-family: "Arial Black", sans-serif; */
    font-family: 'Lalezar', cursive;
        color: rgb(133, 61, 78);
        font-size: 2.5rem; /* same as Bootstrap's fs-1 */
        /* display: inline-block; */
        line-height: 1.4;
      }

    .paragraph_styles{
      font-size: 1.25rem;
       line-height: 2rem;
    }

    .h3-fontsize{
    font-size: 2rem;
    }

        .blue-button {
          background-color: #28547f !important;
          color: white;
          transition: background-color 0.3s ease;
          /* Smooth transition */
        }
    
        .blue-button:hover {
          background-color: #5B9BBF !important;
          /* Lighter blue */
          color: white;
        }

    .card-box{
      background-color: #BD9E5B;
       display: flex;
        flex-direction: column;
         justify-content: space-between;
    }
    .card-height{
      width: 85%;
       height: 385px;
    }
    .heading-blue {
      /* font-family: "Arial Black", sans-serif; */
  font-family: 'Lalezar', cursive;
      color: #2e6f86;
      font-size: 2.5rem; /* same as Bootstrap's fs-1 */
      /* display: inline-block; */
      line-height: 1.4;
    }

        .housing-counseling-section {
          background-color: #f9f9f9;
          padding: 2rem;
          border-radius: 8px;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        }
    
        .housing-counseling-section h2 {
  font-family: 'Lalezar', cursive;
          font-size: 2rem;
          color: #2e6f86;
          /* Use your site's primary color */
          margin-bottom: 1rem;
          border-left: 4px solid #2e6f86;
          padding-left: 1rem;
        }
    
        .housing-counseling-section p {
          font-size: 1.25rem;
            line-height: 2rem;
          color: #333;
        }
    
        .alert-box.info.radius {
          border-left: 5px solid #2e6f86;
          padding: 1rem;
          background-color: #ffffff;
          color: #222;
          border-radius: 6px;
          margin-top: 1.5rem;
          box-shadow: 0 1px 4px rgba(0, 114, 206, 0.1);
        }
    
        .alert-box a {
          color: #2e6f86;
          /* Secondary accent color */
          text-decoration: none;
          font-weight: bold;
        }
    
        .alert-box a:hover {
          text-decoration: underline;
        }
    
        .A211 {
          font-weight: bold;
          color: #2e6f86;;
        }

        .link_color{
          color: #2e6f86;
          text-decoration: underline;
          
        }
        
          .text-custom-blue {
                  color: #336d87 !important;
                }
        
                .accordion {
                  color: #336d87 !important;
        
                }
        
                .accordion-button::after {
                  /* filter: none !important; */
                  margin-left: 0.5rem !important;
                  margin-right: 0 !important;
                  position: relative !important;
                  right: auto !important;
                }
        
                .accordion-button {
                  box-shadow: none !important;
                  border: none !important;
                  color: rgb(51, 109, 135) !important;
        
                }
        
                .accordion-button:not(.collapsed) {
                  background-color: rgb(255, 255, 255) !important;
                  color: rgb(51, 109, 135) !important;
                  box-shadow: none !important;
                  border: none !important;
                }
        
                .accordion-button.collapsed {
                  color: rgb(51, 109, 135) !important;
                }
        
        
                .accordion-button::after,
                .accordion-button:not(.collapsed)::after {
                  background-image: url("/images/downarrow.svg") !important;
                }
        
        
                .faq-toggle-btn {
                  font-size: 2rem !important;
                }
        
                .about-img {
                  object-fit: cover;
                }
        
                /* @media (min-width: 992px) {
                .faq-toggle-btn {
                  font-size: 1.5rem;
                }
              } */
                @media (max-width :768px) {
                  .about-img {
                    object-fit: contain;
                  }
        
                  .faq-toggle-btn {
                    font-size: 1rem !important;
                  }
                }
        
                                .row-tables-wrapper {
                                  display: flex;
                                  flex-wrap: wrap;
                                  gap: 20px;
                                  /* spacing between columns */
                                }
                
                                .table-container {
                                  flex: 1 1 calc(50% - 20px);
                                  /* 2 in a row, subtracting gap */
                                  box-sizing: border-box;
                                }
                
                                /* Optional responsiveness */
                                @media (max-width: 768px) {
                                  .table-container {
                                    flex: 1 1 100%;
                                    /* stack on mobile */
                                  }
                                }

                                .blue_text{
                                  color: rgb(51, 109, 135) !important;
                                }
                                                                .read-more-btn {
                                                                  font-size: 1rem;  
                                                                  width: 200px;                             }
.grey_text{
  color: rgb(210, 210, 210) !important;
}

.btn-primary{
  background-color: rgb(51, 109, 135) !important;
  border:none !important;
  transition: background-color 0.3s ease !important;
  font-size: 1.2rem !important;
    font-weight: 400 !important;
}
.btn-primary:hover{
  background-color: #5B9BBF !important;
  
}
.btn-secondary {
  background-color: #6c757d!important;
  border: none !important;
  transition: background-color 0.3s ease !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
}
.btn-secondary:hover {
  background-color: grey !important;

}
.color-lalezar {
  /* font-family: "Arial Black", sans-serif; */
  color: rgb(133, 61, 78) !important;
}
.read-more-btn1 {
  transition: all 0.3s ease;
  width: 200px;
}

.read-more-btn1:hover {
  background-color: rgb(51, 109, 135) !important;
  /* Example hover background */
  color: white !important;
  /* Change text color */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* Optional: add depth */
  text-decoration: none;
  /* Remove underline on hover */
}

.bg-blue{
  background-color: rgb(51, 109, 135) !important;
}

#fundersSlider .carousel-inner {
  min-height: 290px;
  /* Fixed height to keep all testimonials same height */
}

#fundersSlider .slide-content {
  min-height: 100%;
  padding: 20px;
}

.slide-text {
  font-size: 1.1rem;
  line-height: 1.6;
}

.carousel-control-next {
  top: 30%;
  transform: translateY(-50%);
  bottom: auto;
  height: auto;
}

.carousel-control-next img {
  width: 40px;
  height: auto;
}

.table-active-blue {
    background-color: #5B9BBF !important; /* light blue */
  }

.blue-color-table{
  background-color: #2e6f86 !important;
}

.cflcontact .button {
  background-color: rgb(51, 109, 135) !important;
  color: white !important;
  border: 0 !important;
  border-radius: 50px !important;
  height: 50px !important;
  width: 150px;
  margin-top: 15px !important;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
}
.cflcontact .button:hover{
  background-color: #5B9BBF !important;
}

.cflcontact .required {
  margin-top: 5px !important;
  font-size: 1.2rem !important;
}

.icon-font{
  font-size: 2rem !important;
}
.custom-modal-width-M {
  max-width: 1000px;
  /* or 90%, or any value you prefer */
}

.flyer-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.flyer-section:nth-child(even) {
  flex-direction: row-reverse;
}

.flyer-image {
  flex: 1 1 300px;
}

.flyer-image img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.flyer-content {
  flex: 2 1 400px;
  background: white;
  padding: 30px;
  border-left: 5px solid rgb(133, 61, 78);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.flyer-content h4 {
  color: #0072CE;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.flyer-content p,
.flyer-content ul {
  margin-bottom: 10px;
  line-height: 1.6;
}

.flyer-content ul {
  padding-left: 20px;
}

.cta-highlight {
  background: #eafaf1;
  border: 2px dashed #28a745;
  padding: 25px;
  border-radius: 10px;
  color: #155724;
  margin-top: 20px;
}

.cta-highlight h5 {
  margin-top: 0;
}


@media (max-width: 768px) {
  .flyer-section {
    flex-direction: column !important;
  }

  .flyer-content {
    border-left: none;
    border-top: 5px solid #0072CE;
  }
}
.social-icons a {
  transition: transform 0.3s ease;
  display: inline-block;
  cursor: pointer;
}

.social-icons a:hover {
  transform: scale(1.5);
  /* Zoom in */
}

.contact-form-box .required{
  font-style: italic;
  font-size: 1.313rem !important;
    font-weight: 400;
}


.contact-form-box .txt-main{
width: 100%;
}

.contact-form-box .button {
  background-color: rgb(51, 109, 135) !important;
  color: white !important;
  border: 0 !important;
  border-radius: 50px !important;
  height: 50px !important;
  margin-top: 20px !important;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-align: center;
}

.contact-form-box .button:hover {
  background-color: #5B9BBF !important;
}

.contact-form-box .errors {
  color: red !important;
  list-style-type: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.contact-card {
  /* background-color: #f8f9fa; */
  border: 1px solid gray !important;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.contact-card h5 {
  margin-bottom: 0.5rem;
}

.contact-card a {
  word-break: break-word;
}