.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.ml-8 {
    margin-left: 2rem
}
.message-popup {
    position: absolute;
    width: 30%;
    left: 35%;
    right: 0;
    background: #fff;
    max-width: 400px;
}
.message-popup .popup-content {
    padding: 0 0 40px 0;
    text-align: center;
}
.message-popup .popup-content .icon {
    width: 100px;
    margin: 20px auto;
}
.message-popup .popup-content .capitalize {    
    text-transform: capitalize;
}
.message-popup .popup-close-button {
    margin-bottom: 20px;
    text-align: center;
}
.bg-primary-light {
    background-color: #f5cf3691;
}
.bg-gray-800 {
    background-color: rgb(57 127 177) !important;
}
.border-gray-300 {
    border-color: rgb(57 127 177) !important;
}
.text-primary-dark {
    color: rgb(57 127 177) !important;
}
.table-word-wrap {
    white-space: normal;
    word-wrap: break-word;
}

 .why-hoose-us-section-wrapper{
    background-color: #dfdee46b;
    }
     .why-hoose-us-section-wrapper::after, .why-hoose-us-section-wrapper::before{
       /* width: 84px; */
       z-index: -1;
       opacity: .8;
     }

     .footer-wrap .happy-customers {
  font-weight: 550;
  font-size: 16px;
  color: #ffcc00; /* You can change to your brand color */
  margin: -14px 0 15px 70px;
  text-align: left; /* Optional, depending on layout */
}
@media (max-width: 768px) {
  .footer-wrap .happy-customers {
    font-size: 12px;
    margin: -14px 0 15px 50px;
  }
}
@media (max-width: 480px) {
  .footer-wrap .happy-customers {
    font-size: 12px;
    margin: -14px 0 15px 50px;
  }
}



  /* #kundaliformButton {
    background-color: #19176c; 
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
  } */

  #kundaliformButton:hover {
    /* background-color: #0056b3;  */
    color: #ffffff;
    cursor: pointer;
  }



  /* Reduce overall form height kundlali pages – SAFE GLOBAL FIX */
#services-form .form-group {
    margin-bottom: 6px;
}



.cta-bonus{
  margin-top: 5px;

  font-size: 19px !important;
  color: #1fa560 !important; /* trust green */
  font-weight: 500 !important;

}
