/* ============================================================
   RESPONSIVE.CSS — Magical Events By Crystal
   Breakpoints: 1199px | 991px | 767px | 575px | 480px
============================================================ */


/* ===========================
   LARGE TABLET (max 1199px)
=========================== */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .hero-subtitle {
        font-size: 3rem;
    }

    .section-title,
    .mission-title {
        font-size: 2rem;
    }

    .gallery-item img {
        height: 260px;
    }
}


/* ===========================
   TABLET (max 991px)
=========================== */
@media (max-width: 991px) {

    /* NAVBAR */
    #mainNav .navbar-collapse {
        background: rgba(10, 10, 20, 0.97);
        padding: 16px 20px;
        border-radius: 12px;
        margin-top: 10px;
        border: 1px solid rgba(255,255,255,0.08);
    }

    #mainNav .navbar-nav {
        margin-bottom: 12px;
    }

    #mainNav .nav-link {
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .btn-book {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }

    /* HERO */
    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 2.8rem;
    }

    .hero-logo {
        width: 120px;
        height: 120px;
    }

    /* SECTION TITLES */
    .section-title,
    .mission-title {
        font-size: 1.9rem;
    }

    /* SERVICES — 2 columns */
    .services-section .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* GALLERY — 2 columns */
    .gallery-section .col-lg-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-item img {
        height: 240px;
    }

    /* CONTACT */
    .contact-box {
        padding: 36px 28px;
    }

    .contact-title {
        font-size: 1.7rem;
    }

    .contact-title .script {
        font-size: 2.3rem;
    }
}


/* ===========================
   MOBILE LANDSCAPE / SMALL TABLET (max 767px)
=========================== */
@media (max-width: 767px) {

    /* HERO */
    .hero-content {
        padding: 100px 16px 50px;
    }

    .hero-logo {
        width: 100px;
        height: 100px;
    }

    .hero-tagline {
        font-size: 0.7rem;
        letter-spacing: 3px;
    }

    .hero-title {
        font-size: 2.4rem;
    }

    .hero-subtitle {
        font-size: 2.2rem;
    }

    .hero-desc {
        font-size: 0.9rem;
        padding: 0 8px;
    }

    .hero-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-btns .btn {
        width: 220px;
        margin: 0 !important;
    }

    /* SECTION TITLES */
    .section-title,
    .mission-title {
        font-size: 1.7rem;
    }

    .section-label {
        font-size: 0.7rem;
    }

    /* MISSION */
    .mission-section {
        padding: 60px 16px;
    }

    .mission-title {
        font-size: 1.8rem;
    }

    .mission-text {
        font-size: 0.95rem;
    }

    /* SERVICES */
    .services-section {
        padding: 60px 16px;
    }

    .services-section .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .service-card {
        padding: 24px 18px;
    }

    /* GALLERY */
    .gallery-section {
        padding: 60px 16px;
    }

    .gallery-section .col-lg-3,
    .gallery-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-item img {
        height: 220px;
    }

    /* CONTACT */
    .contact-section {
        padding: 60px 16px;
    }

    .contact-box {
        padding: 28px 18px;
    }

    .contact-title {
        font-size: 1.5rem;
        text-align: center;
    }

    .contact-title .script {
        font-size: 2rem;
    }

    .contact-desc,
    .contact-info {
        text-align: center;
    }

    /* FOOTER */
    .site-footer {
        padding: 30px 16px;
    }
}


/* ===========================
   MOBILE PORTRAIT (max 575px)
=========================== */
@media (max-width: 575px) {

    /* HERO */
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.9rem;
    }

    .hero-logo {
        width: 90px;
        height: 90px;
    }

    .hero-btns .btn {
        width: 100%;
        max-width: 280px;
    }

    /* MISSION */
    .mission-icon {
        width: 54px;
        height: 54px;
        font-size: 1.2rem;
    }

    .mission-title {
        font-size: 1.6rem;
    }

    /* SERVICES */
    .service-icon {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    /* GALLERY — 2 columns on small phones */
    .gallery-section .col-lg-3,
    .gallery-section .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .gallery-item img {
        height: 160px;
    }

    .gallery-label {
        font-size: 0.78rem;
    }

    /* CONTACT */
    .contact-box {
        padding: 22px 14px;
        border-radius: 14px;
    }

    .contact-title {
        font-size: 1.3rem;
    }

    .contact-title .script {
        font-size: 1.8rem;
    }
}


/* ===========================
   SMALL MOBILE (max 480px)
=========================== */
@media (max-width: 480px) {

    /* NAVBAR */
    #mainNav .navbar-brand img {
        height: 38px;
    }

    /* HERO */
    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1.7rem;
    }

    .hero-desc {
        font-size: 0.85rem;
    }

    /* SECTION TITLES */
    .section-title,
    .mission-title {
        font-size: 1.5rem;
    }

    /* SERVICES */
    .service-card {
        padding: 20px 14px;
    }

    .service-card h5 {
        font-size: 0.95rem;
    }

    /* GALLERY — single column on very small screens */
    .gallery-section .col-lg-3,
    .gallery-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-item img {
        height: 200px;
    }

    /* CONTACT */
    .contact-form .form-control {
        font-size: 0.85rem;
        padding: 10px 14px;
    }

    .btn-pink,
    .btn-gold {
        padding: 10px 22px;
        font-size: 0.9rem;
    }
}
