.ast-container {
    padding: 50px 0;
    background: #343A20;
}
.hhb-booking-form-wrap {
    --hhb-gold: #D4A034;
    --hhb-gold-light: #F0C868;
    --hhb-gold-dark: #B8871F;
    --hhb-bg: #141210;
    --hhb-field-bg: #1B1815;
    --hhb-border: rgba(212, 160, 52, 0.35);
    --hhb-border-soft: rgba(212, 160, 52, 0.18);
    --hhb-text: #F5EFE4;
    --hhb-text-muted: #9A9188;
    --hhb-placeholder: #6E675E;
    --hhb-error: #E4574C;
    --hhb-success: #4CAF7D;
    --hhb-radius: 6px;

    max-width: 480px;
    margin: 0 auto;
    background: #141210;
    border: 1px solid var(--hhb-gold);
    border-radius: 0;
    padding: 36px 34px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Bengali", Roboto, sans-serif;
    color: var(--hhb-text);
    box-sizing: border-box;
    position: relative;
}

.hhb-booking-form-wrap * {
    box-sizing: border-box;
}
.hhb-booking-form-wrap h3 {
    margin: 0 0 22px;
    padding-bottom: 20px;
    font-family: "Playfair Display", Georgia, "Noto Serif Bengali", serif;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--hhb-gold-light);
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--hhb-border-soft);
}

.hhb-booking-form-wrap h3::before,
.hhb-booking-form-wrap h3::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--hhb-gold);
    opacity: 0.6;
}

.hhb-booking-form-wrap h3::before {
    margin-left: 2px;
}

.hhb-booking-form-wrap h3::after {
    margin-right: 2px;
}

.hhb-booking-form-wrap .hhb-title-icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3Crect x='7' y='13' width='3' height='3' fill='%23D4A034' stroke='none'/%3E%3Crect x='13' y='13' width='3' height='3' fill='%23D4A034' stroke='none'/%3E%3C/svg%3E") center / contain no-repeat;
}
.hhb-booking-form-wrap > p.hhb-meta {
    margin: -8px 0 20px;
    text-align: center;
    font-size: 13px;
    color: var(--hhb-text-muted);
}
#hhb-booking-form p {
    margin: 0 0 20px;
    position: relative;
}

#hhb-booking-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14.5px;
    font-weight: 600;
    color: var(--hhb-text);
}
#hhb-booking-form input[type="text"],
#hhb-booking-form input[type="email"],
#hhb-booking-form input[type="date"],
#hhb-booking-form select {
    width: 100%;
    height: 52px;
    padding: 0 16px 0 46px;
    font-size: 15px;
    font-family: inherit;
    color: var(--hhb-text);
    background: var(--hhb-field-bg);
    border: 1px solid var(--hhb-border);
    border-radius: 0;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    appearance: none;
    -webkit-appearance: none;
}

#hhb-booking-form input::placeholder {
    color: var(--hhb-placeholder);
}

#hhb-booking-form input:hover,
#hhb-booking-form select:hover {
    border-color: var(--hhb-gold);
}

#hhb-booking-form input:focus,
#hhb-booking-form select:focus {
    border-color: var(--hhb-gold);
    box-shadow: 0 0 0 3px rgba(212, 160, 52, 0.18);
}
#hhb-booking-form p::before {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}
#hhb-booking-form p:nth-of-type(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21c0-4 3.6-7 8-7s8 3 8 7'/%3E%3C/svg%3E");
}

#hhb-booking-form p:nth-of-type(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1.9.3 1.8.6 2.7a2 2 0 0 1-.5 2.1L8 9.7a16 16 0 0 0 6 6l1.2-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.5 2.7.6a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}

#hhb-booking-form p:nth-of-type(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m2 7 10 6 10-6'/%3E%3C/svg%3E");
}

#hhb-booking-form p:nth-of-type(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
}

#hhb-booking-form p:nth-of-type(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpolyline points='12 7 12 12 15.5 14'/%3E%3C/svg%3E");
}
#hhb-booking-form p:nth-of-type(6)::before,
#hhb-booking-form p:nth-of-type(7)::before {
    content: none;
}
#hhb-booking-form select {
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4A034' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 18px;
    cursor: pointer;
}
#hhb-booking-form input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    filter: invert(70%) sepia(70%) saturate(500%) hue-rotate(1deg) brightness(1.1);
}

#hhb-booking-form input[type="date"] {
    color-scheme: dark;
}
#hhb-booking-msg {
    min-height: 20px;
    margin: -6px 0 16px !important;
    font-size: 13.5px;
    font-weight: 600;
}

#hhb-booking-msg:empty {
    display: none;
    margin: 0 !important;
}

#hhb-booking-msg.hhb-msg-error {
    color: var(--hhb-error);
}

#hhb-booking-msg.hhb-msg-success {
    color: var(--hhb-success);
}
button.button.hhb-submit-btn {
    background-color: #F2B54500;
    font-family: "Belleza", Sans-serif;
    font-size: 17px;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2B545;
    border-radius: 0px 0px 0px 0px;
    padding: 11px 25px 11px 25px;
}

.hhb-booking-form-wrap .hhb-submit-btn:hover {
    filter: brightness(1.08);
}

.hhb-booking-form-wrap .hhb-submit-btn:active {
    transform: scale(0.99);
}

.hhb-booking-form-wrap .hhb-submit-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(212, 160, 52, 0.35);
}

.hhb-booking-form-wrap .hhb-submit-btn:disabled {
    background: #4A4436;
    color: #8A8578;
    cursor: not-allowed;
}

.hhb-booking-form-wrap .hhb-submit-btn.is-loading {
    color: transparent;
    position: relative;
    pointer-events: none;
}

.hhb-booking-form-wrap .hhb-submit-btn.is-loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(32, 24, 3, 0.35);
    border-top-color: #201803;
    border-radius: 50%;
    animation: hhb-spin 0.7s linear infinite;
}

@keyframes hhb-spin {
    to { transform: rotate(360deg); }
}
.hhb-booking-form-wrap .hhb-secure-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 16px;
    font-size: 12.5px;
    color: var(--hhb-text-muted);
}
.hhb-booking-form-wrap .hhb-secure-note svg {
    flex-shrink: 0;
}
p.hhb-meta-data {
    text-align: center;
}
p#hhb-booking-msg {
    color: #F2B545 !important;
}


@media (max-width: 768px) {
    .ast-container {
        padding: 50px 20px;
    }
}

@media (max-width: 560px) {
    .ast-container {
        padding: 40px 15px;
    }
    .hhb-booking-form-wrap {
        max-width: 100%;
        padding: 26px 20px;
    }
    .hhb-booking-form-wrap h3 {
        font-size: 16px;
        gap: 10px;
    }
    .hhb-booking-form-wrap .hhb-title-icon {
        width: 20px;
        height: 20px;
    }
    #hhb-booking-form input[type="text"],
    #hhb-booking-form input[type="email"],
    #hhb-booking-form input[type="date"],
    #hhb-booking-form select {
        height: 48px;
        font-size: 16px;
        padding-left: 42px;
    }
    #hhb-booking-form p::before {
        left: 13px;
        width: 20px;
        height: 20px;
        bottom: 14px;
    }
    .hhb-booking-form-wrap .hhb-submit-btn {
        height: 52px;
        font-size: 14.5px;
    }
}

@media (max-width: 360px) {
    .hhb-booking-form-wrap h3 {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .hhb-booking-form-wrap h3::before,
    .hhb-booking-form-wrap h3::after {
        display: none;
    }
}