
/* =========================================================
   Varanasipandit.in - Booking Page
   Professional responsive CSS
   Designed for Booking.cshtml
   ========================================================= */

:root {
    --vp-primary: #8b2f1f;
    --vp-primary-dark: #5b1c13;
    --vp-primary-soft: #a84728;
    --vp-gold: #d7a03a;
    --vp-gold-light: #f4d27b;
    --vp-cream: #fffaf2;
    --vp-soft: #f8f0e5;
    --vp-text: #30251f;
    --vp-muted: #73675f;
    --vp-white: #fff;
    --vp-green: #148d58;
    --vp-green-dark: #0d7146;
    --vp-border: rgba(139,47,31,.13);
    --vp-shadow: 0 18px 50px rgba(64,35,20,.09);
    --vp-shadow-hover: 0 25px 60px rgba(64,35,20,.15);
    --vp-radius: 22px;
}

/* =========================================================
   PAGE HERO
   ========================================================= */

.booking-hero-content {
    position: relative;
    max-width: 1180px;
    margin: 28px auto 58px;
    padding: 60px 65px;
    overflow: hidden;
    border-radius: 28px;
    color: var(--vp-white);
    background:
        radial-gradient(circle at 88% 15%, rgba(244,210,123,.20), transparent 27%),
        radial-gradient(circle at 8% 100%, rgba(215,160,58,.14), transparent 30%),
        linear-gradient(135deg, var(--vp-primary-dark), var(--vp-primary) 58%, #a94929);
    box-shadow: 0 25px 60px rgba(91,28,19,.20);
}

.booking-hero-content::after {
    content: "ॐ";
    position: absolute;
    right: 25px;
    bottom: -55px;
    color: rgba(255,255,255,.06);
    font-family: serif;
    font-size: 240px;
    line-height: 1;
    pointer-events: none;
}

.booking-hero-content .section-kicker {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 12px;
    color: var(--vp-gold-light);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-hero-content h1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 0 15px;
    color: var(--vp-white);
    font-size: clamp(2.4rem, 5vw, 4.1rem);
    line-height: 1.12;
    font-weight: 900;
}

.booking-hero-content > p {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 17px;
    line-height: 1.8;
}

.breadcrumb-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.breadcrumb-wrap a {
    color: var(--vp-white);
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb-wrap a:hover {
    color: var(--vp-gold-light);
}

/* =========================================================
   LEFT INFORMATION PANEL
   ========================================================= */

.booking-info {
    position: relative;
}

.booking-info .section-kicker {
    display: inline-block;
    margin-bottom: 9px;
    color: var(--vp-primary);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.booking-info h2 {
    margin: 0 0 15px;
    color: var(--vp-text);
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.25;
    font-weight: 900;
}

.booking-info > p {
    margin-bottom: 27px;
    color: var(--vp-muted);
    line-height: 1.85;
}

/* =========================================================
   CONTACT CARDS
   ========================================================= */

.booking-info-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
    padding: 18px 20px;
    border: 1px solid var(--vp-border);
    border-radius: 17px;
    background: var(--vp-white);
    box-shadow: 0 9px 27px rgba(64,35,20,.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.booking-info-card:hover {
    transform: translateX(5px);
    box-shadow: 0 14px 32px rgba(64,35,20,.10);
}

.booking-info-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 53px;
    height: 53px;
    border-radius: 15px;
    color: var(--vp-white);
    background: linear-gradient(135deg, var(--vp-primary), var(--vp-primary-soft));
    font-size: 21px;
}

.booking-info-icon.whatsapp-icon-big {
    background: linear-gradient(135deg, var(--vp-green-dark), var(--vp-green));
}

.booking-info-card span {
    display: block;
    margin-bottom: 4px;
    color: var(--vp-muted);
    font-size: 13px;
    font-weight: 700;
}

.booking-info-card a {
    color: var(--vp-text);
    font-size: 19px;
    font-weight: 900;
    text-decoration: none;
}

.booking-info-card a:hover {
    color: var(--vp-primary);
}

/* =========================================================
   BOOKING PROCESS
   ========================================================= */

.booking-process {
    margin-top: 30px;
    padding: 25px;
    border: 1px solid var(--vp-border);
    border-radius: 20px;
    background: linear-gradient(145deg, #fffdf9, #fff6e8);
}

.booking-process h3 {
    margin: 0 0 20px;
    color: var(--vp-text);
    font-size: 20px;
    font-weight: 900;
}

.process-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
}

.process-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 54px;
    left: 20px;
    width: 2px;
    height: calc(100% - 30px);
    background: rgba(139,47,31,.14);
}

.process-item > span {
    position: relative;
    z-index: 1;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--vp-white);
    background: var(--vp-primary);
    font-size: 13px;
    font-weight: 900;
    box-shadow: 0 7px 17px rgba(139,47,31,.18);
}

.process-item strong {
    display: block;
    margin: 2px 0 4px;
    color: var(--vp-text);
    font-size: 16px;
}

.process-item p {
    margin: 0;
    color: var(--vp-muted);
    font-size: 14px;
    line-height: 1.65;
}

.booking-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(215,160,58,.25);
    border-radius: 14px;
    color: #72551d;
    background: #fff8df;
    font-size: 13px;
    line-height: 1.65;
}

.booking-note i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: var(--vp-gold);
}

/* =========================================================
   BOOKING FORM CARD
   ========================================================= */

.booking-form-card {
    padding: 34px;
    border: 1px solid var(--vp-border);
    border-radius: 25px;
    background: var(--vp-white);
    box-shadow: var(--vp-shadow);
}

.form-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(139,47,31,.10);
}

.form-card-header span {
    display: block;
    margin-bottom: 6px;
    color: var(--vp-primary);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.form-card-header h2 {
    margin: 0;
    color: var(--vp-text);
    font-size: clamp(1.7rem, 3vw, 2.25rem);
    font-weight: 900;
}

.form-om {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    color: var(--vp-white);
    background: linear-gradient(135deg, var(--vp-primary), var(--vp-gold));
    font-family: serif;
    font-size: 32px;
    box-shadow: 0 12px 28px rgba(139,47,31,.20);
}

/* =========================================================
   FORM CONTROLS
   ========================================================= */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: var(--vp-text);
    font-size: 14px;
    font-weight: 800;
}

.form-group label span {
    color: #c32828;
}

.input-with-icon {
    position: relative;
}

.input-with-icon > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 16px;
    width: 18px;
    color: var(--vp-primary);
    font-size: 16px;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-with-icon .form-control {
    padding-left: 48px;
}

.form-control {
    min-height: 52px;
    border: 1px solid #e4d8ca !important;
    border-radius: 13px !important;
    color: var(--vp-text);
    background: #fffdfa !important;
    font-size: 15px;
    box-shadow: none !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

textarea.form-control {
    min-height: 120px;
    padding: 14px 16px;
    resize: vertical;
}

.form-control::placeholder {
    color: #aaa099;
}

.form-control:hover {
    border-color: rgba(139,47,31,.30) !important;
}

.form-control:focus {
    border-color: var(--vp-primary) !important;
    background: var(--vp-white) !important;
    box-shadow: 0 0 0 4px rgba(139,47,31,.08) !important;
}

select.form-control {
    cursor: pointer;
}

/* =========================================================
   CONSENT
   ========================================================= */

.booking-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 4px 0 20px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #faf5ed;
}

.booking-check .form-check-input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--vp-primary);
}

.booking-check .form-check-label {
    margin: 0;
    color: var(--vp-muted);
    font-size: 13px;
    line-height: 1.6;
    cursor: pointer;
}

/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.booking-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 57px;
    padding: 14px 22px;
    border: 0;
    border-radius: 14px;
    color: var(--vp-white);
    background: linear-gradient(135deg, var(--vp-green-dark), var(--vp-green));
    font-size: 16px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(20,141,88,.20);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.booking-submit-btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.05);
    box-shadow: 0 17px 34px rgba(20,141,88,.28);
}

.booking-submit-btn:active {
    transform: translateY(-1px);
}

.form-security-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 14px 0 0;
    color: #8a817b;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.form-security-note i {
    color: var(--vp-green);
}

/* =========================================================
   QUICK SERVICES
   ========================================================= */

.quick-service {
    display: flex;
    align-items: center;
    gap: 11px;
    height: 100%;
    min-height: 68px;
    padding: 14px 15px;
    border: 1px solid var(--vp-border);
    border-radius: 15px;
    color: var(--vp-text);
    background: var(--vp-white);
    box-shadow: 0 8px 24px rgba(64,35,20,.05);
    text-decoration: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, color .22s ease;
}

.quick-service:hover {
    color: var(--vp-primary);
    transform: translateY(-5px);
    border-color: rgba(139,47,31,.25);
    box-shadow: 0 14px 30px rgba(64,35,20,.10);
}

.quick-service i {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: var(--vp-primary);
    background: #fff1d8;
    font-size: 17px;
}

.quick-service span {
    font-size: 14px;
    font-weight: 850;
    line-height: 1.3;
}

/* =========================================================
   FINAL CTA
   ========================================================= */

.container.text-center .cta-om {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 75px auto 20px;
    border-radius: 50%;
    color: var(--vp-white);
    background: linear-gradient(135deg, var(--vp-primary), var(--vp-gold));
    font-family: serif;
    font-size: 38px;
    box-shadow: 0 15px 35px rgba(139,47,31,.22);
}

.container.text-center .cta-om + h2 {
    margin: 0 0 10px;
    color: var(--vp-text);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
}

.container.text-center .cta-om + h2 + p {
    margin-bottom: 24px;
    color: var(--vp-muted);
    line-height: 1.75;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* =========================================================
   RESPONSIVE - TABLET
   ========================================================= */

@media (max-width: 991.98px) {
    .booking-hero-content {
        padding: 50px 42px;
        margin-bottom: 45px;
    }

    .booking-form-card {
        padding: 29px;
    }

    .booking-info {
        margin-bottom: 10px;
    }
}

/* =========================================================
   RESPONSIVE - MOBILE
   ========================================================= */

@media (max-width: 767.98px) {
    .booking-hero-content {
        margin: 18px auto 35px;
        padding: 42px 25px;
        border-radius: 21px;
    }

    .booking-hero-content::after {
        right: -25px;
        bottom: -35px;
        font-size: 160px;
    }

    .booking-hero-content h1 {
        font-size: 2.2rem;
    }

    .booking-hero-content > p {
        font-size: 15px;
        line-height: 1.7;
    }

    .booking-form-card {
        padding: 23px 18px;
        border-radius: 20px;
    }

    .form-card-header {
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .form-om {
        width: 54px;
        height: 54px;
        font-size: 27px;
    }

    .form-card-header h2 {
        font-size: 1.6rem;
    }

    .booking-process {
        padding: 20px 18px;
    }

    .booking-info-card {
        padding: 16px;
    }

    .booking-info-card a {
        font-size: 17px;
    }

    .quick-service {
        min-height: 63px;
        padding: 11px;
    }

    .quick-service i {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .quick-service span {
        font-size: 13px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .container.text-center .cta-om {
        margin-top: 55px;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575.98px) {
    .breadcrumb-wrap {
        font-size: 12px;
    }

    .booking-hero-content h1 {
        font-size: 1.9rem;
    }

    .booking-info h2 {
        font-size: 1.85rem;
    }

    .form-group {
        margin-bottom: 16px;
    }

    .form-control {
        min-height: 50px;
    }

    .booking-submit-btn {
        min-height: 54px;
        font-size: 15px;
    }

    .form-security-note {
        align-items: flex-start;
    }
}

/* =========================================================
   ACCESSIBILITY
   ========================================================= */

:focus-visible {
    outline: 3px solid rgba(215,160,58,.65);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
