/* =====================================================
   FILTER MOBILE
===================================================== */

@media (max-width: 991px) {

    .filter-wrapper {
        width: 95%;
        margin: 30px auto;
    }

    .filter-box {
        padding: 20px;
        border-radius: 20px;
    }

    .filter-box .row {
        gap: 14px;
    }

    .filter-box .col {
        width: 100%;
        flex: 0 0 100%;
    }

    .go-btn {
        width: 100%;
    }
}

/* Small Mobile */
@media (max-width: 576px) {

    .filter-wrapper {
        margin: 20px auto;
    }

    .filter-box {
        padding: 16px;
        border-radius: 18px;
    }

    .filter-box .form-control,
    .filter-box .form-select,
    .go-btn {
        height: 48px;
        font-size: 13px;
    }
}

/* Mobile fix */
@media (max-width: 991px) {

    .home-filter,
    .inner-filter {
        margin-top: 20px;
    }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .event-hero-img {
        height: 400px;
    }

    .event-hero-overlay {
        left: 28px;
        bottom: 28px;

        font-size: 2.2rem;
    }
}

/* =====================================================
   MOBILE EVENT CAROUSEL
===================================================== */

@media (max-width: 576px) {

    #eventAdsStyleCarousel {
        width: 94%;
        margin: 18px auto 35px;
    }

    .event-hero-card {
        border-radius: 18px;
    }

    .event-hero-img {
        height: 240px;
        object-fit: cover;
    }

    .event-hero-overlay {
        left: 16px;
        bottom: 16px;

        font-size: 1.3rem;
        line-height: 1.3;
        font-weight: 700;
    }

    /* Controls */
    #eventAdsStyleCarousel .carousel-control-prev,
    #eventAdsStyleCarousel .carousel-control-next {
        width: 46px;
    }

    #eventAdsStyleCarousel .carousel-control-prev-icon,
    #eventAdsStyleCarousel .carousel-control-next-icon {
        width: 36px;
        height: 36px;
        background-size: 13px 13px;
    }

    /* Indicators */
    #eventAdsStyleCarousel .carousel-indicators {
        margin-bottom: 10px;
    }

    #eventAdsStyleCarousel .carousel-indicators button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .help-booking {
        flex-direction: column;
    }

    .help-box {
        width: 100%;
    }
}

/* =====================================================
   MOBILE RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    /* HIDE CONTACT INFO COMPLETELY */
    .header-top {
        display: none !important;
    }

}

/* =====================================================
   MOBILE NAVBAR
===================================================== */

@media (max-width: 991px) {

    .navbar-collapse {
        background: #fff;
        padding: 20px;
        margin-top: 12px;
        border-radius: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    /* Menu items */
    .navbar-nav {
        gap: 10px;
    }

    .menu-bar .nav-link {
        width: 100%;
        text-align: center;
        padding: 14px 16px !important;
        border-radius: 12px;
    }

    /* MOBILE ACTIONS */
    .mobile-nav-actions {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #eee;

        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    /* BUTTONS */
    .mobile-action-btn {
        width: 100%;
        justify-content: center;
    }

    /* LINKS */
    .mobile-link {
        width: 100%;
        padding: 14px 16px;

        border-radius: 12px;

        display: flex;
        align-items: center;
        gap: 12px;

        text-decoration: none;
        color: #222;

        background: #f8f8f8;

        font-weight: 600;

        transition: 0.3s ease;
    }

    .mobile-link:hover {
        background: #fff1f4;
        color: #f36016;
    }

    .mobile-link i {
        font-size: 16px;
    }

    /* Logout button */
    .logout-btn {
        width: 100%;
        border: none;
        text-align: left;
        background: #fff0f0;
        color: #dc3545;
    }

}

/* Small Mobile */
@media (max-width: 576px) {

    .account-avatar {
        width: 38px;
        height: 38px;
    }

    .account-avatar i {
        font-size: 15px;
    }

    .navbar-brand {
        font-size: 22px;
    }

    .top-actions {
        gap: 6px;
    }
}


/* Mobile Fix */
@media (max-width: 576px) {

    .captcha-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .g-recaptcha {
        transform: scale(0.82);
        -webkit-transform: scale(0.82);

        transform-origin: left top;
        -webkit-transform-origin: left top;

        width: 304px;
        height: 78px;
    }

    .auth-body {
        padding: 22px 15px !important;
    }
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .premium-ads-section {
        padding: 60px 0;
    }

    #adsCarousel {
        padding: 0 20px;
    }

    .premium-ad-image img {
        height: 300px;
    }
}

@media (max-width: 576px) {

    .premium-ad-image img {
        height: 260px;
    }

    .premium-ad-content {
        padding: 18px;
    }

    .premium-ad-content h4 {
        font-size: 20px;
    }

    .premium-arrow {
        display: none;
    }

    #adsCarousel {
        padding: 0;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-venue-section {
        padding: 80px 0;
    }

    .premium-services-section {
        padding: 80px 0;
    }

    .premium-heading h2 {
        font-size: 38px;
    }

    #venuesCarousel {
        padding-inline: 20px;
    }

    .premium-service-image img {
        height: 280px;
    }

    .premium-service-content {
        padding: 22px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .premium-venue-section {
        padding: 60px 0;
    }

    .premium-services-section {
        padding: 60px 0;
    }

    .premium-heading {
        margin-bottom: 40px;
    }

    .premium-heading h2 {
        font-size: 28px;
    }

    .premium-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .premium-service-image img {
        height: 240px;
    }

    .premium-service-content {
        padding: 18px;
    }

    .premium-service-content h4 {
        font-size: 20px;
    }

    .premium-service-content p {
        min-height: auto;
    }

    .premium-service-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .explore-btn {
        width: 100%;
        justify-content: center;
    }

    .premium-service-arrow {
        display: none;
    }

    #venuesCarousel {
        padding-inline: 0;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-packages-section {
        padding: 80px 0;
    }

    .premium-heading {
        margin-bottom: 55px;
    }

    .premium-heading h2 {
        font-size: 40px;
    }

    .premium-heading p {
        font-size: 15px;
    }

    .package-card.featured-package {
        transform: scale(1);
    }

    .package-card.featured-package:hover {
        transform: translateY(-10px);
    }

    .package-header {
        padding: 35px 24px 24px;
    }

    .package-features,
    .package-btn-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }

    .package-title {
        font-size: 26px;
    }

    .package-price h3 {
        font-size: 48px;
    }

    .premium-service-arrow {
        display: none;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .premium-packages-section {
        padding: 60px 0;
    }

    .premium-heading {
        margin-bottom: 40px;
    }

    .premium-mini-title {
        font-size: 11px;
        padding: 8px 18px;
    }

    .premium-heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .premium-heading p {
        font-size: 14px;
        line-height: 1.8;
    }

    .package-card {
        border-radius: 24px;
    }

    .package-header {
        padding: 30px 20px 24px;
    }

    .package-icon {
        width: 74px;
        height: 74px;

        font-size: 28px;

        margin-bottom: 20px;
    }

    .package-title {
        font-size: 24px;
    }

    .package-price {
        padding-bottom: 24px;
    }

    .package-price h3 {
        font-size: 42px;
    }

    .package-features {
        padding: 0 20px 24px;
    }

    .package-features li {
        font-size: 13px;
        gap: 10px;
    }

    .package-btn-wrap {
        padding: 0 20px 28px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .premium-inquiry-section {
        padding: 80px 0;
    }

    .premium-inquiry-content {
        padding: 55px 40px;
    }

    .premium-inquiry-content h2 {
        font-size: 36px;
    }

    .premium-inquiry-form-wrap {
        padding: 50px 40px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .premium-inquiry-section {
        padding: 60px 0;
    }

    .premium-inquiry-card {
        border-radius: 24px;
    }

    .premium-inquiry-content {
        padding: 40px 24px;
    }

    .premium-inquiry-content h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .premium-inquiry-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .inquiry-feature {
        font-size: 14px;
    }

    .premium-inquiry-form-wrap {
        padding: 35px 22px;
    }

    .premium-form-group label {
        font-size: 13px;
    }

    .premium-form-group .form-control,
    .premium-form-group .form-select {
        min-height: 52px;

        border-radius: 14px;

        font-size: 13px;
    }

    .premium-form-group textarea.form-control {
        min-height: 120px;
    }

    .premium-inquiry-btn {
        padding: 16px 22px;

        font-size: 14px;
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 576px) {

    .breadcrumb {
        padding: 12px 16px !important;
        border-radius: 14px !important;
    }

    .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding: 0 8px;
        font-size: 10px;
    }
}

/* ============================= */

/* Desktop hide */
@media (min-width: 992px) {
    .mobile-filter-toggle {
        display: none;
    }
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 991px) {

    .footer-inner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-actions {
        align-items: center;
    }

}

@media (max-width: 576px) {

    .site-footer {
        padding: 30px 0 15px;
        border-radius: 16px 16px 0 0;
    }

    .footer-text {
        font-size: 13px;
    }

    .footer-links a {
        font-size: 13px;
    }

}