/* ------------------------------------------------------------------------------
   Single Form Page Styles - Optimized and Isolated
-------------------------------------------------------------------------------*/
/* 1. Global & Resets */

@font-face {
    font-family: "Chronical Display";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Chronicle-Display-Semibold.woff2") format("woff2");
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

body,
html {
    height: 100%;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    background-color: #fff;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Inter", sans-serif;
    color: #07234B;
    margin: 0.5em 0;
}

h2,
.h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    color: #35373C;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #35373C;
}

input,
select,
textarea {
    width: 100%;
    padding: 12px 18px;
    border: none;
    border-bottom: 1px solid #00000022;
    font-size: 15px;
    outline: none;
    background: transparent;
    transition: border-color 0.3s ease;
    color: #35373C;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #07234B;
}
input::placeholder,
select::placeholder,
textarea::placeholder{
    font-style: italic;
}
textarea {
    height: 100px;
    resize: vertical;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}


@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 105rem;
    }
}

.container-fluid {
    width: 100%;
}

/* Vist Area (Form Section) */
#vist-area {
    min-height: 100vh;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

#vist-area>.container {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 1;
}

.visit-content {
    width: 100%;
}

.booking-form-area {
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    width: 1200px;
}

.section-head {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff22;
}

.section-head h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.section-head p {
    font-size: 18px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.section-head img {
    max-width: 42%;
}

.section-venue-details {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff22;
    padding: 25px 0;
    gap: 30px;
}

.event-title {
    width: 30%;
}

.section-venue-details h2 {
    color: #000;
    margin: 0;
    font-size: 30px;
    font-family: "Chronical Display";
}


.venue-details {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    align-items: center;
    gap: 10px;
}

.venue-details-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.event-detail {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.event-detail img {
    max-width: 25px;
}

.event-detail p {
    color: #35373C;
    font-weight: 300;
    text-transform: uppercase;
}

.event-detail a {
    color: #35373C;
    font-weight: 300;
    text-transform: uppercase;
}

.event-date-options {
    display: flex;
    gap: 16px;
}
.event-date-options > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.event-date-option {
    display: inline-flex !important;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    font-weight: 400;
    color: #35373C;
    margin-bottom: 0;
    padding: 10px 20px;
    border: 1px solid #E1E8ED;
    border-radius: 4px;
    transition: border-color 0.2s, background 0.2s;
}

.event-date-option input[type="checkbox"] {
    display: none !important;
    width: auto;
}

.event-date-option:has(input:checked) {
    border-color: #000;
    background: #fff;
}

.event-date-option:has(input:checked) span {
    color: #000;
}

.event-date-option span {
    font-size: 13px;
    color: #35373C;
}
.event-date-options > div > span{
    font-size: 12px;
    color: #A6A6A8;
}
/* Form Helpers */
#visitPop {
    margin-top: 30px;
}

.footer-flex {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

@media (max-width: 1440px) {
    .booking-form-area {
        width: 100%;
    }

    .form-container {
        width: 100%;
    }

    .event-title {
        width: 20%;
    }

    .venue-details {
        width: 80%;
    }
}

@media (max-width: 991px) {
    .section-head h2 {
        font-size: 25px;
    }

    .section-venue-details {
        flex-direction: column;
        align-items: center;
    }

    .venue-details {
        flex-direction: column;
    }

    .event-title {
        width: 100%;
    }

    .venue-details {
        width: 100%;
    }

    .section-venue-details h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #vist-area {
        background: url(../images/banner-mob.jpg);
    }

    .footer-flex {
        flex-direction: column;
        gap: 20px;
    }

    #vist-area>.container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .booking-form-area {
        padding: 30px 20px;
    }

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

    .event-detail p {
        font-size: 13px;
    }

    .submit-btn button {
        margin-top: 12px;
    }

    .section-head img {
        max-width: 60%;
    }

    .section-venue-details h2 {
        font-size: 25px;
    }
}

/* Submit Button */
.submit-btn {
    margin-top: 10px;
}

.submit-btn button {
    width: 100%;
    color: #fff;
    background: #000;
    padding: 16px 0;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
}

.submit-btn button:hover {
    background-color: #000;
    color: #fff;
}

/* Bottom Bar */
#bottom-bar {
    background-color: #111111;
    padding: 20px 0;
    color: #fff;
    width: 100%;
    margin-top: auto;
}

#bottom-bar p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.7;
    opacity: 0.9;
}

#bottom-bar p strong {
    color: #fff;
    font-weight: 700;
}

#bottom-bar p:nth-child(2) {
    margin-top: 20px;
    font-size: 12px;
    opacity: 0.7;
}

#bottom-bar .container {
    text-align: center;
}

#bottom-bar a {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    opacity: 0.9;
}

#bottom-bar a:hover {
    opacity: 1;
}

/* Animation Support */
.wow {
    opacity: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

/* Loader */
.lds-dual-ring {
    display: block;
    width: 40px;
    height: 40px;
    margin: 20px auto 0;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 50%;
    border: 3px solid #07234B;
    border-color: #07234B transparent #07234B transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.success-message,
.error-message {
    margin-top: 25px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    display: none;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}