/* ================================
   CELEBRATE SECTION
   ================================ */
.celebrate-section {
    padding: 100px 20px;
}

.line {
    width: 60px;
    height: 3px;
    background: #caa433;
    margin: 0 auto 18px;
}

.celebrate-title {
    font-weight: 600;
    color: #0f2647;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}

.celebrate-desc {
    font-family: 'Lato', sans-serif;
    max-width: 900px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #334b66;
}

/* ================================
   BANQUET SECTION
   ================================ */
.gold-line {
    width: 50px;
    height: 4px;
    background: #c5a24a;
    margin-bottom: 15px;
}

.banquet-bg {
    background: #fdf8ee;
}

.banquet-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.hall-title {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    color: #0e1a2b;
    font-weight: 600;
    margin-bottom: 20px;
}

.hall-desc {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
}

.section-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.7px;
    color: #6b5e4e;
    margin-bottom: 15px;
}

.seat-box {
    background: #fff;
    border: 1px solid #d8d2c3;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.seat-type {
    font-size: 12px;
    font-weight: 600;
    color: #6b5e4e;
    margin-bottom: 4px;
}

.seat-capacity {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #1d1e20;
}

.facilities-list {
    list-style: none;
    padding: 0;
    font-size: 15px;
    line-height: 1.9;
    color: #333;
}

.facilities-list li {
    font-family: 'Lato', sans-serif;
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.facilities-list li::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 14px;
    color: #c5a24a;
}

.enquire-btn {
    background: #D2A5AD;
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 18px;
    border: none;
    display: block;
    margin: 30px auto 0;
    transition: background 0.3s ease;
}

.enquire-btn:hover {
    background: #c59099;
}

/* Seating Cards Equal Height */
.seating-cards .col-md-4 {
    display: flex;
}

.seat-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* ================================
   PERFECT FOR SECTION
   ================================ */
.perfect-section {
    background: #0c1627;
    color: #fff;
}

.divider {
    width: 70px;
    height: 3px;
    background: #c5a24a;
    margin: 0 auto;
}

.perfect-title {
    color: #fff;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.perfect-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #c8c9cc;
}

.perfect-box {
    font-family: 'Lato', sans-serif;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(197, 162, 74, 0.25);
    height: 110px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.perfect-box i {
    font-size: 30px;
    color: #D2A5AD;
    margin-bottom: 15px;
}

.perfect-box p {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

.perfect-box:hover {
    border-color: #c5a24a;
    transform: translateY(-6px);
}

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

/* Tablet (768px - 991px) */
@media (max-width: 991px) {

    /* Celebrate Section */
    .celebrate-section {
        padding: 70px 20px;
    }

    .celebrate-title {
        font-size: 28px;
    }

    .celebrate-desc {
        font-size: 16px;
    }

    /* Banquet Section */
    .banquet-section {
        padding: 50px 20px !important;
    }

    .banquet-img {
        margin-bottom: 30px;
    }

    .hall-title {
        font-size: 28px;
        text-align: center;
    }

    .hall-desc {
        font-size: 16px;
        text-align: center;
    }

    .section-label {
        text-align: center;
        font-size: 13px;
    }

    .facilities-list {
        max-width: 400px;
        margin: 0 auto;
    }

    .enquire-btn {
        font-size: 16px;
        padding: 10px 24px;
    }

    /* Perfect Section */
    .perfect-title {
        font-size: 28px;
    }

    .perfect-subtitle {
        font-size: 16px;
    }
}

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

    /* Celebrate Section */
    .celebrate-section {
        padding: 60px 15px;
    }

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

    .celebrate-desc {
        font-size: 15px;
        padding: 0 10px;
    }

    /* Banquet Section */
    .banquet-section {
        padding: 40px 15px !important;
    }

    .hall-title {
        font-size: 26px;
        text-align: center;
    }

    .hall-desc {
        font-size: 15px;
        text-align: center;
        padding: 0 10px;
    }

    .section-label {
        font-size: 12px;
        text-align: center;
    }

    .seat-box {
        margin-bottom: 15px;
        padding: 15px;
    }

    .seat-type {
        font-size: 11px;
    }

    .seat-capacity {
        font-size: 16px;
    }

    .facilities-list {
        font-size: 14px;
        padding-left: 15px;
    }

    .facilities-list li {
        font-size: 14px;
    }

    .enquire-btn {
        font-size: 16px;
        padding: 10px 24px;
        width: 100%;
        max-width: 300px;
    }

    /* Perfect Section */
    .perfect-section {
        padding: 50px 15px !important;
    }

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

    .perfect-subtitle {
        font-size: 15px;
    }

    .perfect-box {
        height: 100px;
    }

    .perfect-box i {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .perfect-box p {
        font-size: 14px;
    }
}

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

    /* Celebrate Section */
    .celebrate-section {
        padding: 50px 15px;
    }

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

    .celebrate-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    /* Banquet Section */
    .banquet-section {
        padding: 30px 15px !important;
    }

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

    .hall-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .section-label {
        font-size: 11px;
    }

    .seat-box {
        padding: 12px;
    }

    .seat-type {
        font-size: 10px;
    }

    .seat-capacity {
        font-size: 15px;
    }

    .seating-cards .col-md-4 {
        display: block;
    }

    .facilities-list {
        font-size: 13px;
    }

    .facilities-list li {
        font-size: 13px;
        padding-left: 20px;
    }

    .enquire-btn {
        font-size: 15px;
        padding: 10px 20px;
        width: 100%;
    }

    /* Perfect Section */
    .perfect-section {
        padding: 40px 15px !important;
    }

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

    .perfect-subtitle {
        font-size: 14px;
    }

    .perfect-box {
        height: 95px;
    }

    .perfect-box i {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .perfect-box p {
        font-size: 13px;
    }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .celebrate-title {
        font-size: 22px;
    }

    .celebrate-desc {
        font-size: 13px;
    }

    .hall-title {
        font-size: 22px;
    }

    .hall-desc {
        font-size: 13px;
    }

    .seat-capacity {
        font-size: 14px;
    }

    .facilities-list li {
        font-size: 12px;
    }

    .enquire-btn {
        font-size: 14px;
        padding: 9px 18px;
    }

    .perfect-title {
        font-size: 22px;
    }

    .perfect-subtitle {
        font-size: 13px;
    }

    .perfect-box {
        height: 90px;
    }

    .perfect-box i {
        font-size: 22px;
    }

    .perfect-box p {
        font-size: 12px;
    }
}

/* Large Desktop (1200px+) - Left Alignment */
@media (min-width: 1200px) {

    .hall-title,
    .hall-desc,
    .section-label {
        text-align: left;
    }

    .facilities-list {
        text-align: left;
    }

    .enquire-btn {
        margin: 30px 0 0 0;
    }
}