.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: 0.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;
}

/* banner images and hero section adjustment like astrotalk and services box added */

/* ================= HERO SECTION ================= */

.home-hero-section {
     max-width: 960px;
    margin: 20px auto;
  
}





/* Controlled banner height */
.hero-wrapper {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    padding: 0; /* important */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
   
}

/* Owl slider item height */
.hero-slider .item {
    height: 350px;
}

/* Image fit properly */
.hero-slider .item img {
     width: 100%;
    height: 100%; */
    border-radius: 16px;
    /* max-height: 350px; controls visual height */
    /* max-width: 1280px; */

    /* display: block; */
}

/* ================= QUICK SERVICES ================= */

.quick-services .container {
    max-width: 950px;
    /* background:  #c1dcf6; */
    margin: auto;
    
}

.quick-services {
    margin-top: 20px; /* Pull boxes upward like Astrotalk */
    padding-bottom: 15px;
}

.quick-box-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.quick-box {
    background: rgb(58,70,118);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);

    flex: 1;
    padding: 10px 10px;
    text-align: center;
    border-radius: 15px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s ease;
     
}

.quick-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: rgb(255, 227, 116);
    border-width:3px;

}

.quick-box .icon {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 15px;
}

.quick-box p {
    color: #fff;
    font-weight:500;
}

.pink {
    background: #ff6fa5;
}
.green {
    background: #1abc9c;
}
.blue {
    background: #3498db;
}
.orange {
    background: #f39c12;
}

.quick-box p {
    font-weight: 600;
    margin: 0;
}

.quick-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.quick-link:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .hero-wrapper,
    .hero-slider .item {
        height: 280px;
    }

    .quick-box-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .home-hero-section {
        padding: 10px 15px;
    }

    

    .hero-wrapper,
    .hero-slider .item {
        height: 180px;
        border-radius: 12px;
    }

    .quick-box-wrapper {
        grid-template-columns: 2fr 2fr;
        gap: 15px;
    }

    .quick-box {
        padding: 18px;
        
    }
    
    .quick-box p {
        font-size: 12px;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .home-hero-section .container {
        max-width: 1250px;
    }
}

/* play store links in footer */
/* App Download Section */
.app-download-footer {
    display: flex;
    flex-direction: row; /* stack vertically like your design */
    gap: 5px;
    margin-top: 15px;
    align-items: flex-start; /* align left */
}

/* App Store & Play Store Images */
.app-download-footer img {
    height: 60px; /* same height for both */
    width: auto; /* maintain ratio */
    border-radius: 6px;
    transition: transform 0.2s ease;
}

/* Hover Effect */
.app-download-footer img:hover {
    transform: scale(1.05);
}

/* Responsive (Mobile Fix) */
@media (max-width: 768px) {
    .app-download-footer {
        align-items: left; /* left on mobile */
    }

    .app-download-footer img {
        height: 40px;
    }
}


/* Founder Highlight */

.founder-highlight{
    display: inline-block;
    background: linear-gradient(135deg,#f7e6b5,#d6a44c);
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    padding: 12px 24px;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(214,164,76,.25);
}

/* Tablet */

@media (max-width: 991px){

    .founder-highlight{
        font-size: 20px;
        padding: 10px 20px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

}

/* Mobile */

@media (max-width: 767px){

    .founder-highlight{
        display: block;
        text-align: center;
        font-size: 18px;
        padding: 12px 15px;
        border-radius: 12px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

/* Small Mobile */

@media (max-width: 480px){

    .founder-highlight{
        font-size: 16px;
        padding: 10px 12px;
    }

}

/* Founder Name */

.founder-info h4{
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.3;
}

/* Founder Designation */

.founder-info p{
    font-size: 20px;
    font-weight: 600;
    color: #AB7425;
    
    letter-spacing: 0.5px;
}

/* Tablet */

@media (max-width: 991px){

    .founder-info h4{
        font-size: 26px;
    }

    .founder-info p{
        font-size: 16px;
    }

}

/* Mobile */

@media (max-width: 767px){

    .founder-info h4{
        font-size: 22px;
    }

    .founder-info p{
        font-size: 15px;
    }

}

