/*=====================================
        BANQUETS HERO
======================================*/

/*=====================================
        MODAL BODY LOCK
======================================*/

html.modal-open,
body.modal-open {
    overflow: hidden !important;
    width: 100%;
}

.banquets-hero {
    min-height: 400px;
    background:
        linear-gradient(
            rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .55)
        ),
        url("../images/clubbbb_website.jpg");

    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    overflow: hidden;

    /* animation: heroZoom 12s ease-in-out infinite alternate; */
}

/* ==========================================
        BANQUETS HERO HEADING
========================================== */

.banquets-hero .section-heading span h3 {
    font-size: 18px;
    letter-spacing: 3px;
}

.banquets-hero .section-heading > h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 52px;
    line-height: 1.15;
     color: #fff !important;
}

/*=========================
        HERO ZOOM
=========================*/

@keyframes heroZoom {

    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }

}

/*=========================
        HERO CONTENT
=========================*/

.hero-overlay {

    width: 100%;
    max-width: 1000px;

    padding: 30px 20px;

    color: #fff;

    box-sizing: border-box;

}


.hero-subtitle {

    display: inline-block;

    letter-spacing: 5px;

    color: #d4af37;

    font-size: 18px;

    margin-bottom: 18px;

    font-weight: 600;

}


.hero-overlay h1 {

    font-family: 'Cormorant Garamond', serif;

    font-size: 64px;

    line-height: 1.1;

    margin-bottom: 25px;

    font-weight: 600;

}


.hero-overlay p {

    font-size: 22px;

    line-height: 1.8;

    color: #f4f4f4;

    margin-bottom: 40px;

}


.hero-overlay .btn-primary {

    display: inline-block;

    padding: 16px 42px;

    font-size: 18px;

}


/*=====================================
        HERO - TABLET
======================================*/

@media (max-width: 991px) {

    .banquets-hero {

        height: 55vh;

        min-height: 420px;

        background-position: center;

    }


    .hero-overlay {

        max-width: 800px;

        padding: 25px;

    }


    .hero-subtitle {

        font-size: 16px;

        letter-spacing: 4px;

    }


    .hero-overlay h1 {

        font-size: 52px;

        line-height: 1.05;

    }


    .hero-overlay p {

        font-size: 19px;

        line-height: 1.6;

    }

}


/*=====================================
        HERO - MOBILE
======================================*/

@media (max-width: 768px) {

    .banquets-hero {

        height: 60vh;

        min-height: 400px;

        background-position: center;

    }


    .hero-overlay {

        padding: 20px 18px;

    }


    .hero-subtitle {

        font-size: 14px;

        letter-spacing: 3px;

        margin-bottom: 12px;

    }


    .hero-overlay h1 {

        font-size: 42px;

        line-height: 1.05;

        margin-bottom: 18px;

    }


    .hero-overlay p {

        font-size: 16px;

        line-height: 1.6;

        margin-bottom: 28px;

    }


    .hero-overlay .btn-primary {

        padding: 13px 28px;

        font-size: 15px;

    }

}


/*=====================================
        HERO - SMALL MOBILE
======================================*/

@media (max-width: 480px) {

    .banquets-hero {

        height: 65vh;

        min-height: 380px;

    }


    .hero-overlay {

        padding: 15px;

    }


    .hero-subtitle {

        font-size: 12px;

        letter-spacing: 2px;

    }


    .hero-overlay h1 {

        font-size: 34px;

        line-height: 1.05;

    }


    .hero-overlay p {

        font-size: 14px;

        line-height: 1.5;

        margin-bottom: 24px;

    }


    .hero-overlay .btn-primary {

        padding: 12px 22px;

        font-size: 14px;

    }

}

/*=========================
        BANQUETS
=========================*/

.banquets {

    padding: 100px 8%;

    background: #ffffff;

}


/*=========================
        HALL
=========================*/

.hall {

    display: flex;

    align-items: center;

    gap: 60px;

    margin-top: 80px;

}


/*=========================
        REVERSE HALL
=========================*/

.reverse {

    flex-direction: row-reverse;

}


/*=========================
        HALL IMAGE
=========================*/

.hall-image {

    flex: 1;

    min-width: 0;

}


.hall-image img {

    width: 100%;

    display: block;

    border-radius: 18px;

    transition: .5s;

}


.hall-image img:hover {

    transform: scale(1.03);

}


/*=========================
        HALL CONTENT
=========================*/

.hall-content {

    flex: 1;

    min-width: 0;

}


.hall-content h3 {

    font-size: 42px;

    margin-bottom: 15px;

    font-family: 'Cormorant Garamond', serif;

}


.hall-content h4 {

    color: #bbb615ca;

    margin-bottom: 20px;

}


.hall-content ul {

    list-style: none;

    margin-bottom: 35px;

    padding: 0;

}


.hall-content ul li {

    padding: 10px 0;

    border-bottom: 1px solid #ececec;

    color: #555;

}

/*=========================
        HALL MODAL
=========================*/

.hall-modal {

    display: none;

    position: fixed;

    inset: 0;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .75);

    justify-content: center;

    align-items: center;

    z-index: 9999;

    /* IMPORTANT */
    overflow: hidden;

    padding: 20px;

    box-sizing: border-box;
}

/*=====================================
        BANQUETS - TABLET
======================================*/

@media (max-width: 991px) {

    .banquets {

        padding: 80px 6%;

    }


    .hall {

        flex-direction: column;

        gap: 35px;

        margin-top: 60px;

        align-items: stretch;

    }


    /* IMPORTANT:
       reverse must also become column
       on tablet */

    .reverse {

        flex-direction: column;

    }


    .hall-image {

        width: 100%;

    }


    .hall-content {

        width: 100%;

    }


    .hall-content h3 {

        font-size: 36px;

    }


    .hall-content h4 {

        font-size: 18px;

    }


    .hall-content ul {

        margin-bottom: 25px;

    }

}


/*=====================================
        BANQUETS - MOBILE
======================================*/

@media (max-width: 768px) {

    .banquets {

        padding: 70px 20px;

    }


    .hall {

        gap: 25px;

        margin-top: 50px;

    }


    .hall-image img {

        border-radius: 14px;

    }


    .hall-content h3 {

        font-size: 32px;

        margin-bottom: 12px;

    }


    .hall-content h4 {

        font-size: 17px;

        margin-bottom: 15px;

    }


    .hall-content ul {

        margin-bottom: 25px;

    }


    .hall-content ul li {

        padding: 9px 0;

        font-size: 15px;

        line-height: 1.5;

    }

}


/*=====================================
        SMALL MOBILE
======================================*/

@media (max-width: 480px) {

    .banquets {

        padding: 55px 18px;

    }


    .hall {

        gap: 20px;

        margin-top: 40px;

    }


    .hall-content h3 {

        font-size: 28px;

    }


    .hall-content h4 {

        font-size: 16px;

    }


    .hall-content ul li {

        font-size: 14px;

        padding: 8px 0;

    }

}

/*=========================
        EVENTS
=========================*/

.events {

    padding: 100px 8%;

    background: #ffffff;

}


/*=========================
        EVENTS LAYOUT
=========================*/

.events-layout {

    display: flex;

    justify-content: center;

    align-items: flex-start;

    gap: 70px;

}


/*=========================
        EVENT CARD
=========================*/

.event-card {

    width: 360px;

    max-width: 100%;

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: .4s;

}


.event-card:hover {

    transform: translateY(-8px);

}


/*=========================
        EVENT IMAGE
=========================*/

.event-card img {

    width: 100%;

    height: 300px;

    object-fit: cover;

    display: block;

}


/*=========================
        EVENT CONTENT
=========================*/

.event-content {

    padding: 22px;

    text-align: center;

}


.event-content h3 {

    font-size: 28px;

    margin-bottom: 15px;

    font-weight: 700;

}


.event-content p {

    font-size: 18px;

    margin: 10px 0;

    line-height: 1.5;

}


/*=========================
        EVENT HIGHLIGHTS
=========================*/

.event-highlights {

    margin-top: 0;

    align-self: flex-start;

    flex: 1;

    min-width: 0;

}


.event-highlights h3 {

    font-size: 34px;

    color: #16304d;

    margin-bottom: 25px;

}


.event-highlights ul {

    list-style: none;

    padding: 0;

    margin: 0;

}


.event-highlights li {

    font-size: 20px;

    padding: 14px 0;

    border-bottom: 1px solid #ececec;

}


.event-highlights a {

    text-decoration: none;

    color: #16304d;

    font-weight: 500;

}


.event-highlights a:hover {

    color: #c9a14a;

}


/*=========================
        HIGHLIGHT BUTTON
=========================*/

.highlight-btn {

    display: inline-block;

    margin-top: 30px;

    padding: 14px 35px;

    background: #c9a14a;

    color: #fff;

    text-decoration: none;

    border-radius: 10px;

    font-weight: 600;

    transition: .3s;

}


.highlight-btn:hover {

    background: #16304d;

}


/*=====================================
        EVENTS - TABLET
======================================*/

@media (max-width: 991px) {

    .events {

        padding: 80px 6%;

    }


    .events-layout {

        flex-direction: column;

        align-items: center;

        gap: 45px;

    }


    .event-card {

        width: 100%;

        max-width: 500px;

    }


    .event-highlights {

        width: 100%;

        max-width: 500px;

    }


    .event-highlights h3 {

        font-size: 30px;

    }


    .event-highlights li {

        font-size: 18px;

    }

}


/*=====================================
        EVENTS - MOBILE
======================================*/

@media (max-width: 768px) {

    .events {

        padding: 70px 20px;

    }


    .events-layout {

        gap: 35px;

    }


    .event-card {

        width: 100%;

        border-radius: 16px;

    }


    .event-card img {

        height: 250px;

    }


    .event-content {

        padding: 20px;

    }


    .event-content h3 {

        font-size: 25px;

    }


    .event-content p {

        font-size: 16px;

    }


    .event-highlights {

        width: 100%;

    }


    .event-highlights h3 {

        font-size: 28px;

        margin-bottom: 20px;

    }


    .event-highlights li {

        font-size: 16px;

        padding: 12px 0;

    }


    .highlight-btn {

        padding: 12px 28px;

        font-size: 15px;

    }

}


/*=====================================
        EVENTS - SMALL MOBILE
======================================*/

@media (max-width: 480px) {

    .events {

        padding: 55px 18px;

    }


    .event-card img {

        height: 220px;

    }


    .event-content {

        padding: 18px;

    }


    .event-content h3 {

        font-size: 23px;

    }


    .event-content p {

        font-size: 15px;

    }


    .event-highlights h3 {

        font-size: 25px;

    }


    .event-highlights li {

        font-size: 15px;

    }

}

/*=========================
      EMPANELLED VENDORS
=========================*/

.vendors-section {

    padding: 100px 8%;

    background: #f8f9fb;

}


/*=========================
      VENDORS CONTAINER
=========================*/

.vendors-container {

    display: flex;

    justify-content: center;

    gap: 40px;

    margin-top: 60px;

    flex-wrap: wrap;

}


/*=========================
        VENDOR CARD
=========================*/

.vendor-card {

    width: 420px;

    max-width: 100%;

    background: #fff;

    border-radius: 20px;

    padding: 40px 30px;

    text-align: center;

    cursor: pointer;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

    box-sizing: border-box;

}


.vendor-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);

}


/*=========================
        VENDOR ICON
=========================*/

.vendor-icon {

    font-size: 55px;

    margin-bottom: 20px;

}


/*=========================
        VENDOR TITLE
=========================*/

.vendor-card h3 {

    font-size: 32px;

    color: #16304d;

    margin-bottom: 15px;

    font-family: 'Cormorant Garamond', serif;

}


/*=========================
        VENDOR TEXT
=========================*/

.vendor-card p {

    font-size: 17px;

    color: #666;

    line-height: 1.7;

    margin-bottom: 25px;

}


/*=========================
        VENDOR BUTTON
=========================*/

.vendor-card span {

    display: inline-block;

    padding: 12px 28px;

    background: #c9a14a;

    color: #fff;

    border-radius: 8px;

    font-weight: 600;

}


/*=====================================
        VENDORS - TABLET
======================================*/

@media (max-width: 991px) {

    .vendors-section {

        padding: 80px 6%;

    }


    .vendors-container {

        flex-direction: column;

        align-items: center;

        gap: 30px;

        margin-top: 45px;

    }


    .vendor-card {

        width: 100%;

        max-width: 500px;

        padding: 35px 30px;

    }


    .vendor-icon {

        font-size: 48px;

    }


    .vendor-card h3 {

        font-size: 30px;

    }


    .vendor-card p {

        font-size: 16px;

    }

}


/*=====================================
        VENDORS - MOBILE
======================================*/

@media (max-width: 768px) {

    .vendors-section {

        padding: 70px 20px;

    }


    .vendors-container {

        gap: 20px;

        margin-top: 40px;

    }


    .vendor-card {

        width: 100%;

        padding: 28px 22px;

        border-radius: 16px;

    }


    .vendor-icon {

        font-size: 42px;

        margin-bottom: 15px;

    }


    .vendor-card h3 {

        font-size: 27px;

    }


    .vendor-card p {

        font-size: 15px;

        line-height: 1.6;

    }


    .vendor-card span {

        width: 100%;

        display: block;

        padding: 12px;

        font-size: 15px;

        box-sizing: border-box;

    }

}


/*=====================================
        VENDORS - SMALL MOBILE
======================================*/

@media (max-width: 480px) {

    .vendors-section {

        padding: 55px 18px;

    }


    .vendor-card {

        padding: 25px 18px;

    }


    .vendor-icon {

        font-size: 36px;

    }


    .vendor-card h3 {

        font-size: 24px;

    }


    .vendor-card p {

        font-size: 14px;

    }

}

/*====================================
        VENDOR TABLE
====================================*/

.table-responsive {

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    margin-top: 30px;

}


.vendor-table {

    width: 100%;

    min-width: 650px;

    border-collapse: collapse;

    font-size: 16px;

    background: #fff;

}


/*=========================
        TABLE HEADER
=========================*/

.vendor-table thead {

    background: #16304d;

    color: #fff;

}


.vendor-table th {

    padding: 15px;

    text-align: left;

    font-weight: 600;

    white-space: nowrap;

}


/*=========================
        TABLE CELLS
=========================*/

.vendor-table td {

    padding: 14px 15px;

    border-bottom: 1px solid #e8e8e8;

    color: #555;

}


/*=========================
        TABLE ROWS
=========================*/

.vendor-table tbody tr:nth-child(even) {

    background: #f8f8f8;

}


.vendor-table tbody tr:hover {

    background: #f2ead8;

}


.vendor-table td:first-child {

    text-align: center;

    font-weight: 600;

    width: 70px;

}


/*=====================================
        TABLE - MOBILE
======================================*/

@media (max-width: 768px) {

    .table-responsive {

        margin-top: 25px;

    }


    .vendor-table {

        min-width: 600px;

        font-size: 14px;

    }


    .vendor-table th,
    .vendor-table td {

        padding: 10px;

    }

}


/*=====================================
        TABLE - SMALL MOBILE
======================================*/

@media (max-width: 480px) {

    .vendor-table {

        min-width: 550px;

        font-size: 13px;

    }


    .vendor-table th,
    .vendor-table td {

        padding: 9px;

    }

}

/*=====================================
        MOBILE SAFETY
======================================*/

html,
body {

    width: 100%;

    max-width: 100%;

    overflow-x: hidden;

}


img {

    max-width: 100%;

}


* {

    box-sizing: border-box;

}


/* Prevent long text from breaking layout */

h1,
h2,
h3,
h4,
p,
li,
a {

    overflow-wrap: break-word;

}


/*=====================================
    EMPANELMENT ENQUIRY SECTION
======================================*/

.empanelment-enquiry-section {
    padding: 70px 8%;
    background: #f8f6f1;
}

.empanelment-enquiry-container {
    max-width: 950px;
    margin: 40px auto 0;
}

.empanelment-enquiry-content {
    background: #ffffff;
    padding: 45px 50px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.empanelment-enquiry-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.empanelment-enquiry-content p {
    max-width: 750px;
    margin: 0 auto 18px;
    line-height: 1.7;
    color: #555;
}

.empanelment-note {
    font-size: 14px;
    font-style: italic;
    margin-top: 25px !important;
}

.empanelment-actions {
    margin-top: 30px;
}

.empanelment-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #222;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s ease;
}

.empanelment-btn:hover {
    background: #555;
    transform: translateY(-2px);
}


/*=====================================
        MOBILE RESPONSIVE
======================================*/

@media (max-width: 768px) {

    .empanelment-enquiry-section {
        padding: 50px 20px;
    }

    .empanelment-enquiry-content {
        padding: 30px 20px;
    }

    .empanelment-enquiry-content h3 {
        font-size: 23px;
    }

    .empanelment-btn {
        width: 100%;
        box-sizing: border-box;
        padding: 13px 18px;
    }

}

.empanelment-contact {
    margin-top: 25px;
    font-size: 16px;
}

.empanelment-contact strong {
    display: block;
    margin-bottom: 8px;
}

.empanelment-contact a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.empanelment-contact a:hover {
    text-decoration: underline;
}


/* ==========================================
        BANQUET MODAL - RESPONSIVE
========================================== */

/* ---------- DESKTOP ---------- */

.hall-modal-content {
    width: 95%;
    max-width: 1200px;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;

    background: #fff;
    border-radius: 18px;
    padding: 40px;

    position: relative;

    box-sizing: border-box;

    -webkit-overflow-scrolling: touch;
}


/* ---------- MODAL TITLE ---------- */

.hall-modal-content h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: 42px;
    text-align: center;
    margin: 0 0 10px;
    color: #16304d;
}

.hall-subtitle {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 35px;
}


/* ---------- CLOSE BUTTON ---------- */

.hall-close {
    position: absolute;
    top: 15px;
    right: 20px;

    font-size: 32px;
    line-height: 1;

    cursor: pointer;
    color: #333;

    z-index: 10;
}

.hall-close:hover {
    color: #c9a14a;
}


/* ---------- MODAL TWO COLUMN LAYOUT ---------- */

.hall-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}


/* ---------- GALLERY ---------- */

.hall-gallery {
    width: 100%;
}

.hall-main-image {
    width: 100%;
    height: 420px;

    object-fit: cover;

    display: block;

    border-radius: 14px;
}


.hall-thumbs {
    display: flex;
    gap: 10px;

    margin-top: 15px;

    overflow-x: auto;
}

.hall-thumbs img {
    width: 80px;
    height: 65px;

    object-fit: cover;

    border-radius: 8px;

    cursor: pointer;

    flex-shrink: 0;

    transition: .3s;
}

.hall-thumbs img:hover {
    transform: scale(1.05);
}


/* ---------- MODAL INFORMATION ---------- */

.hall-info {
    width: 100%;
}

.hall-section {
    margin-bottom: 25px;
}

.hall-section h3 {
    font-size: 22px;
    color: #16304d;
    margin-bottom: 12px;
}

.hall-section ul {
    padding-left: 20px;
    margin: 0;
}

.hall-section li {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #555;
}


/* ---------- PRICE ---------- */

.hall-price {
    margin-top: 25px;
    padding: 20px;

    background: #f8f6f1;

    border-radius: 10px;
}

.hall-price span,
.hall-price h5 {
    font-size: 20px;
    color: #16304d;
}

.hall-price p {
    line-height: 1.7;
    color: #555;
}


/* ---------- BUTTON ---------- */

.hall-buttons {
    margin-top: 25px;
}

.hall-buttons .btn-primary {
    display: inline-block;

    padding: 13px 28px;

    background: #c9a14a;
    color: #fff;

    text-decoration: none;

    border-radius: 8px;

    font-weight: 600;

    transition: .3s;
}

.hall-buttons .btn-primary:hover {
    background: #16304d;
}


/* ---------- TERMS ---------- */

.hall-terms {
    margin-top: 40px;
    padding-top: 30px;

    border-top: 1px solid #ddd;
}

.hall-terms h3 {
    color: #16304d;
    margin-bottom: 15px;
}

.hall-terms ul {
    padding-left: 22px;
}

.hall-terms li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
}


/* ==========================================
        TABLET
========================================== */

@media (max-width: 991px) {

    .hall-modal {
        padding: 15px;
        align-items: center;
    }

    .hall-modal-content {
        width: 96%;
        max-height: 92vh;

        padding: 30px;
    }

    .hall-details {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hall-main-image {
        height: 400px;
    }

    .hall-modal-content h2 {
        font-size: 38px;
    }

}


/* ==========================================
        MOBILE
========================================== */

@media (max-width: 768px) {

    /* MODAL BACKGROUND */

    .hall-modal {
        padding: 10px;

        align-items: flex-start;

        overflow: hidden;
    }


    /* MODAL BOX */

    .hall-modal-content {
        width: 100%;
        max-width: 100%;

        max-height: 95vh;

        padding: 25px 18px;

        margin-top: 10px;

        border-radius: 14px;

        overflow-y: auto;
        overflow-x: hidden;

        -webkit-overflow-scrolling: touch;
    }


    /* TITLE */

    .hall-modal-content h2 {
        font-size: 32px;

        line-height: 1.15;

        padding-right: 25px;

        margin-bottom: 8px;
    }


    /* SUBTITLE */

    .hall-subtitle {
        font-size: 14px;

        line-height: 1.5;

        margin-bottom: 25px;
    }


    /* CLOSE */

    .hall-close {
        top: 12px;
        right: 15px;

        font-size: 30px;
    }


    /* CONTENT */

    .hall-details {
        display: flex;
        flex-direction: column;

        gap: 25px;
    }


    /* IMAGE */

    .hall-main-image {
        width: 100%;

        height: 250px;

        border-radius: 12px;

        object-fit: cover;
    }


    /* THUMBNAILS */

    .hall-thumbs {
        gap: 8px;

        margin-top: 10px;

        padding-bottom: 5px;
    }

    .hall-thumbs img {
        width: 65px;
        height: 55px;

        border-radius: 7px;
    }


    /* SECTION */

    .hall-section {
        margin-bottom: 20px;
    }

    .hall-section h3 {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .hall-section ul {
        padding-left: 20px;
    }

    .hall-section li {
        font-size: 14px;

        line-height: 1.55;

        margin-bottom: 7px;
    }


    /* PRICE */

    .hall-price {
        padding: 16px;

        margin-top: 20px;
    }

    .hall-price span,
    .hall-price h5 {
        font-size: 19px;
    }

    .hall-price p {
        font-size: 14px;

        line-height: 1.6;
    }


    /* BOOK BUTTON */

    .hall-buttons {
        margin-top: 20px;
    }

    .hall-buttons .btn-primary {
        width: 100%;

        text-align: center;

        padding: 13px 15px;

        font-size: 15px;

        box-sizing: border-box;
    }


    /* TERMS */

    .hall-terms {
        margin-top: 30px;

        padding-top: 25px;
    }

    .hall-terms h3 {
        font-size: 21px;

        margin-bottom: 12px;
    }

    .hall-terms ul {
        padding-left: 20px;
    }

    .hall-terms li {
        font-size: 14px;

        line-height: 1.55;

        margin-bottom: 9px;
    }


    /* VENDOR TABLE MODALS */

    .table-responsive {
        width: 100%;

        overflow-x: auto;

        -webkit-overflow-scrolling: touch;
    }

    .vendor-table {
        min-width: 600px;
    }

}


/* ==========================================
        SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .hall-modal {
        padding: 7px;
    }

    .hall-modal-content {
        width: 100%;

        max-height: 96vh;

        padding: 22px 14px;

        border-radius: 12px;
    }


    .hall-modal-content h2 {
        font-size: 28px;

        padding-right: 25px;
    }


    .hall-subtitle {
        font-size: 13px;

        margin-bottom: 20px;
    }


    .hall-close {
        top: 10px;
        right: 12px;

        font-size: 28px;
    }


    .hall-main-image {
        height: 210px;

        border-radius: 10px;
    }


    .hall-thumbs img {
        width: 58px;
        height: 48px;
    }


    .hall-section h3 {
        font-size: 18px;
    }


    .hall-section li {
        font-size: 13px;
    }


    .hall-price {
        padding: 14px;
    }


    .hall-price span,
    .hall-price h5 {
        font-size: 18px;
    }


    .hall-price p {
        font-size: 13px;
    }


    .hall-terms h3 {
        font-size: 19px;
    }


    .hall-terms li {
        font-size: 13px;
    }


    .hall-buttons .btn-primary {
        font-size: 14px;

        padding: 12px;
    }

}

