@import url("./local-fonts.css");
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Tahoma, Arial, sans-serif;
    background: #f4eadc;
    color: #24170f;
}

.page {
    min-height: 100vh;
}

.hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 18px;
    background:
        radial-gradient(circle at top left, rgba(193, 145, 83, .28), transparent 36%),
        linear-gradient(135deg, #0d0b09 0%, #2a1c13 55%, #6a4527 100%);
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
}

.hero-content {
    max-width: 760px;
}

.brand {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid rgba(222, 184, 114, .55);
    border-radius: 999px;
    color: #f6d18d;
    margin-bottom: 18px;
    letter-spacing: 1px;
    font-weight: 700;
}

.hero h1 {
    margin: 0;
    font-size: clamp(34px, 6vw, 62px);
    line-height: 1.25;
    font-weight: 900;
}

.hero p {
    margin: 18px auto 0;
    font-size: clamp(17px, 3vw, 24px);
    line-height: 1.8;
    color: #fff4df;
}

.hero-btn {
    margin-top: 28px;
    display: inline-flex;
    text-decoration: none;
    background: #d6a75d;
    color: #1b120c;
    padding: 14px 34px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(0,0,0,.25);
}

.booking-wrap {
    padding: 28px 14px 60px;
}

.booking-card {
    max-width: 760px;
    margin: -70px auto 0;
    background: #fffaf3;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 18px 55px rgba(43, 27, 16, .18);
    border: 1px solid rgba(120, 77, 37, .15);
    position: relative;
}

.card-head {
    text-align: center;
    margin-bottom: 24px;
}

.card-head h2 {
    margin: 0;
    font-size: 30px;
    color: #2a1c13;
}

.card-head p {
    margin: 10px 0 0;
    color: #765b43;
    line-height: 1.7;
}

.alert {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 18px;
    line-height: 1.7;
    font-weight: 700;
}

.alert.success {
    background: #e6f6e8;
    color: #155d26;
    border: 1px solid #b9e5c1;
}

.alert.error {
    background: #fff0f0;
    color: #8b1e1e;
    border: 1px solid #f0b7b7;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.field label {
    display: block;
    margin-bottom: 8px;
    color: #3a2518;
    font-weight: 800;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    border: 1px solid #d7c3a7;
    background: #fff;
    border-radius: 16px;
    padding: 14px 14px;
    font-size: 16px;
    outline: none;
    color: #24170f;
    font-family: Tahoma, Arial, sans-serif;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: #b88238;
    box-shadow: 0 0 0 4px rgba(214, 167, 93, .18);
}

.submit-btn {
    border: none;
    cursor: pointer;
    margin-top: 8px;
    background: linear-gradient(135deg, #1b120c, #5b371d);
    color: #fff6e7;
    padding: 16px 22px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(51, 29, 13, .23);
}

.submit-btn:disabled {
    opacity: .7;
    cursor: not-allowed;
}

@media (max-width: 640px) {
    .hero {
        min-height: 380px;
    }

    .booking-card {
        margin-top: -55px;
        padding: 20px;
        border-radius: 24px;
    }

    .grid {
        grid-template-columns: 1fr;
    }

    .card-head h2 {
        font-size: 26px;
    }
}

.booking-hero,
.hero.booking-hero {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 360px;
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.booking-hero h1,
.booking-hero h2,
.booking-hero p,
.hero.booking-hero h1,
.hero.booking-hero h2,
.hero.booking-hero p {
    color: #fff;
    text-shadow: 0 3px 16px rgba(0,0,0,.45);
}

@media (max-width: 768px) {
    .booking-hero,
    .hero.booking-hero {
        min-height: 280px;
        border-radius: 22px;
    }
}

.booking-hero,
.hero.booking-hero {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 360px;
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.booking-hero h1,
.booking-hero h2,
.booking-hero p,
.hero.booking-hero h1,
.hero.booking-hero h2,
.hero.booking-hero p {
    color: #fff;
    text-shadow: 0 3px 16px rgba(0,0,0,.45);
}

@media (max-width: 768px) {
    .booking-hero,
    .hero.booking-hero {
        min-height: 280px;
        border-radius: 22px;
    }
}

.booking-hero,
.hero {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* Mano Booking Hero Banner Fix */
.hero {
    aspect-ratio: 16 / 9 !important;
    min-height: unset !important;
    height: auto !important;
    max-height: 620px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 768px) {
    .hero {
        aspect-ratio: 16 / 9 !important;
        max-height: none;
        border-radius: 20px;
    }
}


/* Center Hero Banner */
.page {
    width: 100% !important;
}

.hero {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 24px auto 32px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    aspect-ratio: 16 / 9 !important;
    min-height: unset !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 28px !important;
}

.hero-content {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    text-align: center !important;
    padding: 30px !important;
}

@media (max-width: 768px) {
    .hero {
        max-width: calc(100% - 24px) !important;
        margin: 12px auto 22px auto !important;
        border-radius: 20px !important;
    }

    .hero-content {
        padding: 18px !important;
    }
}


.booking-type-help {
    margin-top: 10px;
    background: rgba(214, 167, 93, .14);
    border: 1px solid rgba(214, 167, 93, .35);
    border-radius: 16px;
    padding: 12px 14px;
    line-height: 1.8;
    color: #3a2518;
}

.booking-type-help strong {
    display: block;
    margin-bottom: 6px;
    color: #1b120c;
}

.booking-type-help div div {
    padding: 2px 0;
}


/* Mano Café Font Upgrade */

html,
body,
input,
select,
textarea,
button {
    font-family: 'ManoArabic', Tahoma, Arial, sans-serif !important;
}

.hero h1 {
    font-family: 'ManoArabic', Tahoma, Arial, sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.hero p,
.card-head p,
.booking-type-help,
.field label,
.field input,
.field select,
.field textarea {
    font-family: 'ManoArabic', Tahoma, Arial, sans-serif !important;
}

.hero-btn,
.booking-form button,
.alert {
    font-family: 'ManoArabic', Tahoma, Arial, sans-serif !important;
    font-weight: 800 !important;
}

