/* =====================================================
   RAJASTHAN AURA TOURS
   TOUR DETAIL PAGES - MAIN STYLESHEET
   File: tours/tour-style.css
===================================================== */

/* =====================================================
   0. GLOBAL RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #222222;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

.tour-detail-container {
    width: 90%;
    max-width: 1250px;
    margin: 0 auto;
}

/* =====================================================
   1. TOUR PAGE HEADER
===================================================== */

.tour-page-header {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tour-header-container {
    width: 90%;
    max-width: 1400px;
    min-height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* ===== LOGO ===== */

.tour-page-logo {
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    white-space: nowrap;
}

/* ===== NAVIGATION ===== */

.tour-page-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tour-page-nav a {
    position: relative;
    padding: 30px 0;
    color: #444444;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.tour-page-nav a:hover {
    color: #b68b42;
}

/* =====================================================
   2. TOUR HERO
===================================================== */

.tour-detail-hero {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

/* ===== HERO IMAGE ===== */

.tour-detail-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tour-detail-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ===== DARK GRADIENT ===== */

.tour-detail-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.08) 20%,
            rgba(0, 0, 0, 0.18) 50%,
            rgba(0, 0, 0, 0.78) 100%
        );
}

/* ===== HERO CONTENT ===== */

.tour-detail-hero-content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1250px;
    margin: 0 auto 70px;
    color: #ffffff;
}

.tour-detail-label {
    display: block;
    margin-bottom: 15px;
    color: #e0bd79;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tour-detail-hero-content h1 {
    max-width: 850px;
    margin: 0 0 15px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 400;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.tour-detail-hero-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    letter-spacing: 1.5px;
}

/* =====================================================
   3. TOUR OVERVIEW
===================================================== */

.tour-overview {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.tour-overview-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

/* ===== LEFT HEADING ===== */

.tour-overview-heading span {
    display: block;
    margin-bottom: 15px;
    color: #b68b42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tour-overview-heading h2 {
    margin: 0;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
}

/* ===== OVERVIEW TEXT ===== */

.tour-overview-content p {
    margin: 0 0 20px;
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
}

.tour-overview-content p:last-child {
    margin-bottom: 0;
}

/* ===== TOUR FACTS ===== */

.tour-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 75px;
    border-top: 1px solid #ded8cd;
    border-bottom: 1px solid #ded8cd;
}

.tour-fact {
    padding: 28px 25px;
    border-right: 1px solid #ded8cd;
}

.tour-fact:last-child {
    border-right: none;
}

.tour-fact span {
    display: block;
    margin-bottom: 9px;
    color: #b68b42;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.tour-fact strong {
    color: #333333;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* =====================================================
   COMMON SECTION HEADING
===================================================== */

.tour-section-heading {
    max-width: 750px;
    margin: 0 auto 60px;
    text-align: center;
}

.tour-section-heading > span {
    display: block;
    margin-bottom: 14px;
    color: #b68b42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tour-section-heading h2 {
    margin: 0 0 17px;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 1.2;
}

.tour-section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #777777;
    font-size: 14px;
    line-height: 1.8;
}

/* =====================================================
   4. JOURNEY HIGHLIGHTS
===================================================== */

.tour-highlights {
    width: 100%;
    padding: 95px 0;
    background: #f7f5f0;
}

.tour-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid rgba(182, 139, 66, 0.3);
    border-left: 1px solid rgba(182, 139, 66, 0.3);
}

.tour-highlight-item {
    position: relative;
    padding: 0 0 35px;
    background: #ffffff;
    border-right: 1px solid rgba(182, 139, 66, 0.3);
    border-bottom: 1px solid rgba(182, 139, 66, 0.3);
    overflow: hidden;
}

/* ===== HIGHLIGHT IMAGE ===== */

.tour-highlight-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    display: block;
    margin-bottom: 28px;
}

/* ===== HIGHLIGHT GOLD LINE ===== */

.tour-highlight-item::before {
    content: "";
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 30px 22px;
    background: #b68b42;
}

.tour-highlight-item h3 {
    margin: 0 30px 14px;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.3;
}

.tour-highlight-item p {
    margin: 0 30px;
    color: #777777;
    font-size: 13px;
    line-height: 1.8;
}

/* =====================================================
   5. DAY BY DAY ITINERARY
===================================================== */

.tour-itinerary {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.itinerary-list {
    max-width: 1000px;
    margin: 0 auto;
    border-top: 1px solid #ded8cd;
}

.itinerary-day {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 35px;
    padding: 38px 0;
    border-bottom: 1px solid #ded8cd;
}

/* ===== DAY NUMBER ===== */

.itinerary-day-number {
    padding-top: 5px;
    color: #b68b42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* ===== DAY CONTENT ===== */

.itinerary-day-content h3 {
    margin: 0 0 12px;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3;
}

.itinerary-day-content p {
    max-width: 700px;
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.8;
}

/* =====================================================
   6. HOTELS & STAYS
===================================================== */

.tour-stays {
    width: 100%;
    padding: 95px 0;
    background: #f7f5f0;
}

.tour-stays-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

.tour-stay-item {
    padding: 40px 32px;
    background: #ffffff;
    border: 1px solid rgba(182, 139, 66, 0.22);
}

.tour-stay-item > span {
    display: block;
    margin-bottom: 15px;
    color: #b68b42;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tour-stay-item h3 {
    margin: 0 0 14px;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
}

.tour-stay-item p {
    margin: 0;
    color: #777777;
    font-size: 13px;
    line-height: 1.8;
}

/* =====================================================
   7. INCLUDED / NOT INCLUDED
===================================================== */

.tour-inclusions {
    width: 100%;
    padding: 100px 0;
    background: #ffffff;
}

.tour-inclusions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
    max-width: 1000px;
    margin: 0 auto;
}

.tour-inclusion-column {
    padding: 35px 0;
}

.tour-inclusion-column h3 {
    margin: 0 0 25px;
    padding-bottom: 15px;
    color: #222222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
    border-bottom: 1px solid #ded8cd;
}

.tour-inclusion-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tour-inclusion-column li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 22px;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}

.tour-inclusion-column li:last-child {
    margin-bottom: 0;
}

.tour-inclusion-column li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b68b42;
}

/* =====================================================
   8. ENQUIRY / WHATSAPP CTA
===================================================== */

.tour-enquiry-cta {
    width: 100%;
    padding: 100px 5%;
    background: #25221e;
    text-align: center;
}

.tour-enquiry-content {
    max-width: 800px;
    margin: 0 auto;
}

.tour-enquiry-content > span {
    display: block;
    margin-bottom: 16px;
    color: #d4ad63;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.tour-enquiry-content h2 {
    margin: 0 0 20px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
}

.tour-enquiry-content p {
    max-width: 620px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.8;
}

/* ===== CTA BUTTONS ===== */

.tour-enquiry-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tour-whatsapp-button,
.tour-email-button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.tour-whatsapp-button {
    color: #ffffff;
    background: #b68b42;
    border: 1px solid #b68b42;
}

.tour-email-button {
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.tour-whatsapp-button:hover {
    background: #96702f;
    border-color: #96702f;
}

.tour-email-button:hover {
    color: #222222;
    background: #ffffff;
    border-color: #ffffff;
}

/* =====================================================
   9. TOUR PAGE FOOTER
===================================================== */

.tour-page-footer {
    width: 100%;
    padding: 55px 5% 25px;
    background: #151515;
    color: #ffffff;
}

.tour-page-footer-container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.tour-footer-brand {
    text-align: center;
}

.tour-footer-brand > a {
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
}

.tour-footer-brand p {
    margin: 0;
    color: #b68b42;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ===== FOOTER CONTACT ===== */

.tour-footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-top: 30px;
}

.tour-footer-contact a {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
    transition: color 0.3s ease;
}

.tour-footer-contact a:hover {
    color: #b68b42;
}

/* ===== COPYRIGHT ===== */

.tour-footer-bottom {
    margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.tour-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
}

/* =====================================================
   10. TABLET
===================================================== */

@media (max-width: 900px) {

    .tour-header-container {
        min-height: 70px;
    }

    .tour-page-nav {
        gap: 18px;
    }

    .tour-detail-hero {
        height: 550px;
    }

    .tour-detail-hero-content h1 {
        font-size: 48px;
    }

    .tour-overview-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .tour-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-fact:nth-child(2) {
        border-right: none;
    }

    .tour-fact:nth-child(-n+2) {
        border-bottom: 1px solid #ded8cd;
    }

    .tour-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-highlight-image {
        height: 250px;
    }

    .tour-stays-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =====================================================
   11. MOBILE
===================================================== */

@media (max-width: 600px) {

    /* ===== GLOBAL ===== */

    .tour-detail-container {
        width: calc(100% - 40px);
    }

    /* =========================================
       HEADER
    ========================================= */

    .tour-page-header {
        position: relative;
    }

    .tour-header-container {
        width: calc(100% - 36px);
        min-height: 70px;
    }

    .tour-page-logo {
        font-size: 23px;
    }

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

    .tour-detail-hero {
        height: auto;
        min-height: 360px;
        display: block;
    }

    .tour-detail-hero-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }

    .tour-detail-hero-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .tour-detail-hero-overlay {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.05) 20%,
                rgba(0, 0, 0, 0.2) 50%,
                rgba(0, 0, 0, 0.82) 100%
            );
    }

    .tour-detail-hero-content {
        position: absolute;
        left: 20px;
        right: 20px;
        bottom: 25px;
        width: auto;
        margin: 0;
    }

    .tour-detail-label {
        margin-bottom: 9px;
        font-size: 9px;
        letter-spacing: 2px;
    }

    .tour-detail-hero-content h1 {
        margin-bottom: 8px;
        font-size: 31px;
        line-height: 1.15;
    }

    .tour-detail-hero-content p {
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.8px;
    }

    /* =========================================
       OVERVIEW
    ========================================= */

    .tour-overview {
        padding: 65px 0;
    }

    .tour-overview-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tour-overview-heading span {
        font-size: 10px;
    }

    .tour-overview-heading h2 {
        font-size: 31px;
    }

    .tour-overview-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    /* ===== TOUR FACTS ===== */

    .tour-facts {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .tour-fact {
        padding: 22px 5px;
        border-right: none;
        border-bottom: 1px solid #ded8cd;
    }

    .tour-fact:last-child {
        border-bottom: none;
    }

    /* =========================================
       COMMON SECTION HEADING
    ========================================= */

    .tour-section-heading {
        margin-bottom: 40px;
    }

    .tour-section-heading > span {
        font-size: 10px;
        letter-spacing: 2.5px;
    }

    .tour-section-heading h2 {
        font-size: 31px;
    }

    .tour-section-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* =========================================
       HIGHLIGHTS
    ========================================= */

    .tour-highlights {
        padding: 65px 0;
    }

    .tour-highlights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        border: none;
    }

    .tour-highlight-item {
        padding: 0 0 28px;
        background: #ffffff;
        border: 1px solid rgba(182, 139, 66, 0.25);
    }

    .tour-highlight-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-bottom: 24px;
    }

    .tour-highlight-item::before {
        margin: 0 24px 18px;
    }

    .tour-highlight-item h3 {
        margin: 0 24px 12px;
        font-size: 23px;
    }

    .tour-highlight-item p {
        margin: 0 24px;
        font-size: 13px;
    }

    /* =========================================
       ITINERARY
    ========================================= */

    .tour-itinerary {
        padding: 65px 0;
    }

    .itinerary-day {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 0;
    }

    .itinerary-day-number {
        font-size: 10px;
    }

    .itinerary-day-content h3 {
        font-size: 23px;
    }

    .itinerary-day-content p {
        font-size: 13px;
        line-height: 1.75;
    }

    /* =========================================
       HOTELS & STAYS
    ========================================= */

    .tour-stays {
        padding: 65px 0;
    }

    .tour-stays-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tour-stay-item {
        padding: 30px 24px;
    }

    .tour-stay-item h3 {
        font-size: 23px;
    }

    /* =========================================
       INCLUSIONS
    ========================================= */

    .tour-inclusions {
        padding: 65px 0;
    }

    .tour-inclusions-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .tour-inclusion-column {
        padding: 15px 0;
    }

    .tour-inclusion-column h3 {
        font-size: 25px;
    }

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

    .tour-enquiry-cta {
        padding: 70px 22px;
    }

    .tour-enquiry-content > span {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .tour-enquiry-content h2 {
        font-size: 32px;
    }

    .tour-enquiry-content p {
        font-size: 13px;
    }

    .tour-enquiry-buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 340px;
        margin: 0 auto;
    }

    .tour-whatsapp-button,
    .tour-email-button {
        width: 100%;
        padding: 15px 20px;
        text-align: center;
    }

    /* =========================================
       FOOTER
    ========================================= */

    .tour-page-footer {
        padding: 50px 20px 25px;
    }

    .tour-footer-brand > a {
        font-size: 23px;
    }

    .tour-footer-contact {
        flex-direction: column;
        gap: 12px;
        margin-top: 25px;
    }

    .tour-footer-bottom {
        margin-top: 30px;
    }
}

/* =====================================================
   12. TOUR PAGE MOBILE NAVIGATION
===================================================== */

.tour-menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    padding: 8px;
    color: #222222;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {

    .tour-header-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tour-menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1002;
    }

    .tour-page-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        padding: 18px 24px 24px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        z-index: 1001;
    }

    .tour-page-nav.active {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .tour-page-nav a {
        display: block;
        width: 100%;
        padding: 13px 0;
        border-bottom: 1px solid #e7e2d8;
        text-decoration: none;
    }

    .tour-page-nav a:last-child {
        border-bottom: 0;
    }
}

/* =====================================================
   13. SINGLE FEATURE HIGHLIGHT
===================================================== */

.tour-highlights-grid.tour-highlights-single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.tour-highlights-single .tour-highlight-image {
    height: 430px;
}

@media (max-width: 900px) {

    .tour-highlights-single .tour-highlight-image {
        height: 360px;
    }
}

@media (max-width: 600px) {

    .tour-highlights-grid.tour-highlights-single {
        max-width: 100%;
    }

    .tour-highlights-single .tour-highlight-image {
        height: 220px;
    }
}

/* =====================================================
   END OF TOUR DETAIL PAGE STYLESHEET
===================================================== */
