@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap');

/* GLOBAL RESETS ONLY FOR THIS COMPONENT */
.goa-hero-banner, .goa-page-content {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #ffffff;
    box-sizing: border-box;
}

.goa-wrap-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

/* ================================= */
/*          HERO SECTION             */
/* ================================= */
.goa-hero-banner {
    position: relative;
    padding: 80px 0;
    /* Aapki image url yahan aayegi */
    background-image: url('/images/Tempo 20 Seater1.jpeg'); 
    background-size: cover;
    background-position: center;
}
.goa-hero-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(34, 142, 175, 0.9), rgba(43, 107, 138, 0.9));
    z-index: 1;
}
.goa-hero-content {
    position: relative; z-index: 2; color: #ffffff;
}
.goa-badge-text { color: #fbd38d; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; }
.goa-main-title { font-family: 'Playfair Display', serif; font-size: 3.5rem; margin: 10px 0; }
.goa-main-desc { max-width: 600px; line-height: 1.6; margin-bottom: 30px; }

.goa-info-cards-row { display: flex; gap: 15px; }
.goa-info-box {
    background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(8px);
    border-radius: 8px; padding: 15px 20px; border: 1px solid rgba(255,255,255,0.2);
}
.goa-info-title { display: block; font-size: 0.8rem; opacity: 0.8; margin-bottom: 5px; }
.goa-info-value { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: 1.1rem; }
.goa-info-value svg { width: 18px; height: 18px; }


/* ================================= */
/*      MAIN CONTENT & TWO COLS      */
/* ================================= */
.goa-page-content {
    display: flex;
    gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    
    /* YAHI PROPERTY FORM KO STICKY BANATI HAI */
    align-items: flex-start; 
}
.goa-left-details { flex: 1 1 55%; width: 55%; }
.goa-right-form-area { 
    flex: 1 1 45%; 
    width: 45%; 
    
    /* YAHAN STICKY LAGANA HAI, INNER CARD PAR NAHI! */
    position: -webkit-sticky; 
    position: sticky;
    top: 40px; /* Navbar ke hisaab se isko kam-zyada kar lena */
}


/* ================================= */
/*          LEFT SECTION             */
/* ================================= */
.goa-section-block { margin-bottom: 50px; }
.goa-block-heading { font-family: 'Playfair Display', serif; font-size: 2rem; color: #1e293b; margin: 0 0 10px 0; }
.goa-block-subtext { color: #64748b; margin: 0 0 25px 0; line-height: 1.5; }

/* Cards List */
.goa-highlights-grid { display: flex; flex-direction: column; gap: 15px; }
.goa-hl-item { display: flex; align-items: center; gap: 15px; background: #f8fafc; padding: 15px 20px; border-radius: 10px; }
.goa-hl-icon { width: 45px; height: 45px; background: #f99b28; color: white; border-radius: 10px; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }
.goa-hl-icon svg { width: 22px; height: 22px; }
.goa-hl-info h4 { margin: 0 0 5px 0; font-family: 'Playfair Display', serif; font-size: 1.05rem; color: #1e293b; }
.goa-hl-info p { margin: 0; font-size: 0.9rem; color: #64748b; }

/* Numbered List */
.goa-numbered-list { list-style: none; counter-reset: goa-counter; padding: 0; margin: 0; }
.goa-numbered-list li { counter-increment: goa-counter; margin-bottom: 12px; display: flex; gap: 12px; font-weight: 500; font-size: 0.95rem; }
.goa-numbered-list li::before { content: counter(goa-counter) "."; color: #f99b28; font-weight: bold; }

/* Timeline */
.goa-timeline-wrapper { position: relative; padding: 10px 0; }
.goa-timeline-line { position: absolute; left: 19px; top: 20px; bottom: 20px; width: 2px; background: #cbd5e1; z-index: 1; }
.goa-timeline-node { display: flex; gap: 20px; align-items: center; margin-bottom: 15px; position: relative; z-index: 2; }
.goa-node-icon { width: 40px; height: 40px; background: #f99b28; color: white; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-shrink:0;}
.goa-node-icon svg { width: 20px; height: 20px; }
.goa-node-data { background: #ffffff; border: 1px solid #e2e8f0; padding: 10px 15px; border-radius: 10px; width: 100%; box-shadow: 0 2px 5px rgba(0,0,0,0.02);}
.goa-node-time { display: block; color: #3b82f6; font-size: 0.8rem; font-weight: bold; }
.goa-node-text { display: block; font-size: 0.95rem; font-weight: 500; color: #334155;}

/* What's Included Box */
.goa-included-container { background: #f1f5f9; padding: 25px; border-radius: 12px; }
.goa-included-heading { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin: 0 0 15px 0; color: #1e293b;}
.goa-included-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.goa-included-list li { display: flex; gap: 10px; align-items: center; font-size: 0.95rem; }
.goa-tick { width: 18px; height: 18px; color: #10b981; flex-shrink: 0; }


/* ================================= */
/*      RIGHT SECTION (STICKY)       */
/* ================================= */

/* YEHI CLASS FORM KO HILNE NAHI DEGI SCROLL PE */
/* ================================= */
/*      RIGHT SECTION (STICKY)       */
/* ================================= */

.goa-booking-card-sticky {
    /* Yahan se sticky hata diya hai, ab sirf design hai */
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.goa-form-head { text-align: center; margin-bottom: 25px; }
.goa-form-head h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin: 0 0 10px 0; color: #1e293b; }
.goa-form-head p { font-size: 0.9rem; color: #64748b; margin: 0; }

.goa-actual-form { display: flex; flex-direction: column; gap: 15px; }
.goa-form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }

.goa-input-wrapper { display: flex; flex-direction: column; gap: 6px; }
.goa-input-wrapper label { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; font-weight: 600; color: #475569; }
.goa-input-wrapper label svg { width: 15px; height: 15px; color: #3b82f6; }
.goa-input-wrapper input, .goa-input-wrapper select { 
    padding: 10px; border: 1px solid #cbd5e1; border-radius: 6px; font-family: inherit; background: #ffffff; color: #1e293b; outline: none;
}
.goa-input-wrapper input:focus, .goa-input-wrapper select:focus { border-color: #3b82f6; box-shadow: 0 0 0 2px rgba(59,130,246,0.1); }

.goa-form-buttons { display: flex; gap: 15px; margin-top: 10px; }
.goa-form-buttons button { flex: 1; padding: 12px; border-radius: 6px; font-weight: 600; cursor: pointer; transition: 0.2s; font-family: inherit;}
.goa-btn-whatsapp { background: #25d366; color: white; border: 1px solid #25d366; }
.goa-btn-whatsapp:hover { background: #20ba59; }
.goa-btn-email { background: white; color: #3b82f6; border: 1px solid #3b82f6; }
.goa-btn-email:hover { background: #f0f7ff; }

.goa-form-foot-note { text-align: center; font-size: 0.85rem; margin-top: 15px; color:#64748b;}
.goa-form-foot-note a { color: #3b82f6; text-decoration: none; font-weight: 600; }

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .goa-page-content { flex-direction: column; }
    .goa-left-details, .goa-right-form-area { width: 100%; }
    .goa-booking-card-sticky { position: static; } /* Phone me sticky jaruri nahi, warna scroll me dikkat aati hai */
    .goa-input-wrapper[style] { width: 100% !important; }
}

@media (max-width: 600px) {
    .goa-main-title { font-size: 2.5rem; }
    .goa-form-grid-2 { grid-template-columns: 1fr; }
    .goa-form-buttons { flex-direction: column; }
}