/* Responsive Enhancements */
@media (min-width: 992px) {
    /* 1. Mouse hover par dropdown menu show karein */
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* 2. Hover par arrow icon ko bhi rotate/active styling dein (Bootstrap show effect) */
    .navbar-nav .nav-item.dropdown:hover > .nav-link.dropdown-toggle::after {
        transform: rotate(180deg);
    }

    /* Gap ki wajah se hover loose na ho uske liye top reset */
    .navbar-nav .dropdown-menu {
        margin-top: 0;
    }
}
@media (min-width: 1599px) {
    .container-fluid {
        max-width: 1320px;
        margin: 0 auto;
    }
}
@media (max-width: 1200px) {
    .hero-heading {
        font-size: 4rem;
    }
}

@media (max-width: 991.98px) {
 .row-mobile-reverse {
    flex-direction: column-reverse;
  }
        .pre-agreement-content {
        padding-right: 0;
        padding-top: 40px;
    }
    #topics-title {
    padding-top: 40px;
}
#conversation-topics ul {
    padding-top: 40px;
}

    .pre-agreement-image-wrapper {
        height: 400px;
        min-height: 400px;
    }
.cta-heading {
    text-align: center;
}

    .hero-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .hero-heading {
        font-size: 3rem;
    }

    .coffee-img {
        width: 250px;
        height: 250px;
        margin-top: 1.5rem;
    }

    .invitation-section .min-vh-50 {
        min-height: 350px;
    }

    .closing-quote {
        font-size: 2rem;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
.primary-btn {
    font-size: 11px !important;
}
.page-id-506 .fs-5, .page-id-523 .fs-5, .page-id-522 .fs-5, .page-id-492 .fs-5 {
    font-size: 16px !important;
}
#faqAccordion .accordion-button {
    font-size: 18px !important;
}
#faqAccordion .accordion-body p {
    font-size: 16px;
}
    .hero-section {
    min-height: 400px;
}
.promises-section {
    text-align: center;
}
    .hero-heading {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }
.audience-section {
    text-align: center;
}
    .hero-subtitle {
        font-size: 1rem !important;
    }

    .section-heading {
        font-size: 2.2rem;
                text-align: center;
    }

    .cta-heading {
        font-size: 1.8rem;
    }

    .invitation-heading {
                text-align: center;
        font-size: 2.2rem;
    }
    .invitation-desc {
    text-align: center;
}

    .coffee-img {
        width: 200px;
        height: 200px;
    }
}