/* =================================================================
   SHEKHAWAT TOURS & TRAVELS — LUXURY RAJASTHANI DESIGN SYSTEM (2026)
   Kota's No. 1 Taxi Service & Rajasthan Tours
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --color-navy-dark: #070D1B;
    --color-navy: #0F172A;
    --color-navy-light: #1E293B;
    --color-saffron: #D97706;
    --color-saffron-bright: #F59E0B;
    --color-gold: #EAB308;
    --color-gold-light: #FEF08A;
    --color-gold-dark: #B45309;
    --color-cream: #FFFDF7;
    --color-ivory: #FAF7EF;
    --color-bg-light: #F8FAFC;
    --color-text-dark: #0F172A;
    --color-text-muted: #64748B;
    --color-white: #FFFFFF;
    --color-border: #E2E8F0;
    --color-border-gold: rgba(234, 179, 8, 0.3);
    
    --font-royal: 'Cinzel', serif;
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

    --shadow-sm: 0 2px 8px rgba(7, 13, 27, 0.06);
    --shadow-md: 0 6px 20px rgba(7, 13, 27, 0.09);
    --shadow-lg: 0 16px 36px rgba(7, 13, 27, 0.14);
    --shadow-gold: 0 10px 25px rgba(217, 119, 6, 0.25);
    
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --radius-jharokha: 160px 160px 20px 20px;
    --transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Global Resets & Base Styles */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--color-text-dark);
    background-color: var(--color-cream);
    line-height: 1.65;
    overflow-x: hidden;
    padding-bottom: 70px;
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-navy);
}

.font-royal {
    font-family: var(--font-royal);
}

a {
    color: var(--color-saffron);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--color-gold-dark);
}

/* Prominent Logo & Header Styling */
.top-bar {
    background: var(--color-navy-dark);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
    padding: 9px 0;
    border-bottom: 2px solid var(--color-gold-dark);
}

.top-bar a {
    color: #FFFFFF;
}
.top-bar a:hover {
    color: var(--color-gold);
}

/* Header & Navigation — Prominent Logo (250px Width / 75px Height) */
.stt-navbar {
    background: var(--color-white);
    box-shadow: 0 4px 20px rgba(7, 13, 27, 0.08);
    padding: 14px 0 !important;
    z-index: 1030;
    border-bottom: 3px solid var(--color-gold);
}

.navbar-brand-img {
    height: 75px !important;
    max-height: 75px !important;
    width: auto !important;
    min-width: 200px;
    max-width: 270px;
    object-fit: contain;
    transition: var(--transition);
}

/* Responsive Mobile Logo & Header Sizing */
@media (max-width: 991px) {
    .stt-navbar {
        padding: 8px 0 !important;
    }
    .navbar-brand-img {
        height: 48px !important;
        max-height: 48px !important;
        width: auto !important;
        min-width: 140px;
        max-width: 175px;
        object-fit: contain;
    }
    .stt-navbar .navbar-collapse {
        background: var(--color-white);
        padding: 16px;
        border-radius: var(--radius-sm);
        box-shadow: 0 10px 30px rgba(7, 13, 27, 0.12);
        margin-top: 10px;
        border: 1px solid var(--color-border);
    }
    .stt-navbar .btn-stt-primary {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    .stt-navbar {
        padding: 6px 0 !important;
    }
    .navbar-brand-img {
        height: 46px !important;
        max-height: 46px !important;
        width: auto !important;
        min-width: 130px;
        max-width: 160px;
    }
}

@media (max-width: 360px) {
    .navbar-brand-img {
        height: 42px !important;
        max-height: 42px !important;
        width: auto !important;
        min-width: 115px;
        max-width: 140px;
    }
}

.stt-navbar .nav-link {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--color-navy-dark);
    padding: 8px 10px !important;
    font-size: 0.95rem;
    position: relative;
    letter-spacing: 0.1px;
    white-space: nowrap !important;
    flex-shrink: 0;
}

@media (min-width: 1200px) {
    .stt-navbar .nav-link {
        padding: 8px 14px !important;
        font-size: 0.98rem;
    }
}

.stt-navbar .nav-link:hover,
.stt-navbar .nav-link.active {
    color: var(--color-saffron);
}

.stt-navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-saffron), var(--color-gold));
    transition: var(--transition);
    transform: translateX(-50%);
    border-radius: 3px;
}

.stt-navbar .nav-link:hover::after,
.stt-navbar .nav-link.active::after {
    width: 70%;
}

/* Custom Luxury Buttons */
.btn-stt-primary {
    background: linear-gradient(135deg, var(--color-saffron), var(--color-saffron-bright));
    color: var(--color-white) !important;
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    border: none;
    box-shadow: var(--shadow-gold);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
    cursor: pointer;
    letter-spacing: 0.3px;
}

.btn-stt-primary:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(217, 119, 6, 0.45);
    color: var(--color-white) !important;
}

.btn-stt-outline {
    border: 2px solid var(--color-saffron);
    color: var(--color-saffron) !important;
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 50px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: var(--transition);
}

.btn-stt-outline:hover {
    background: var(--color-saffron);
    color: var(--color-white) !important;
    transform: translateY(-2px);
}

.btn-stt-navy {
    background: var(--color-navy-dark);
    color: var(--color-white) !important;
    font-family: var(--font-heading);
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: var(--transition);
    border: 1px solid var(--color-border-gold);
}

.btn-stt-navy:hover {
    background: var(--color-navy-light);
    transform: translateY(-2px);
    color: var(--color-gold) !important;
}

/* Rajasthani Heritage Divider & Motifs */
.rajasthani-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 18px 0 24px 0;
}

.rajasthani-divider::before,
.rajasthani-divider::after {
    content: '';
    height: 2px;
    width: 80px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.rajasthani-symbol {
    color: var(--color-saffron);
    font-size: 1.4rem;
}

/* Section Header Styling */
.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px auto;
}

.section-subtitle {
    display: inline-block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: var(--color-saffron);
    background: rgba(217, 119, 6, 0.1);
    border: 1px solid rgba(217, 119, 6, 0.2);
    padding: 7px 20px;
    border-radius: 50px;
    margin-bottom: 14px;
}

.section-title {
    font-size: 2.3rem;
    color: var(--color-navy-dark);
}

@media (min-width: 768px) {
    .section-title {
        font-size: 2.8rem;
    }
}

/* Complete Redesigned Hero Section */
.stt-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(7, 13, 27, 0.94), rgba(15, 23, 42, 0.92)), url('../images/hero/hero-bg.jpg') center/cover no-repeat;
    color: var(--color-white);
    padding: 70px 0 100px 0;
    border-bottom: 5px solid var(--color-gold);
    overflow: hidden;
}

/* Rajasthani Heritage Background Decorative Layers */
.stt-hero-bg-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.rajasthani-jaali-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/rajasthani/rajasthani-jaali.svg');
    background-repeat: repeat;
    opacity: 0.16;
    animation: jaaliPulse 14s ease-in-out infinite alternate;
}

.rajasthani-fort-silhouette {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 220px;
    background: url('../images/rajasthani/rajasthani-fort.svg') bottom center/cover no-repeat;
    opacity: 0.35;
    animation: fortFloat 20s ease-in-out infinite alternate;
}

.rajasthani-jharokha-frame {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    width: 440px;
    height: 520px;
    background: url('../images/rajasthani/rajasthani-jharokha.svg') center/contain no-repeat;
    opacity: 0.28;
    animation: jharokhaFloat 16s ease-in-out infinite alternate;
}

.rajasthani-camel-caravan {
    position: absolute;
    bottom: 5px;
    left: 2%;
    width: 420px;
    height: 100px;
    background: url('../images/rajasthani/rajasthani-camel.svg') bottom left/contain no-repeat;
    opacity: 0.30;
    animation: camelDrift 25s ease-in-out infinite alternate;
}

/* Subtle Slow CSS Keyframe Animations */
@keyframes jaaliPulse {
    0% { opacity: 0.12; }
    100% { opacity: 0.22; }
}

@keyframes fortFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}

@keyframes jharokhaFloat {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-53%) rotate(0.8deg); }
}

@keyframes camelDrift {
    0% { transform: translateX(0); }
    100% { transform: translateX(18px); }
}

/* Responsive Handling: Subtle on Tablet, Clean on Mobile */
@media (max-width: 991px) {
    .rajasthani-jharokha-frame {
        display: none;
    }
    .rajasthani-fort-silhouette {
        height: 120px;
        opacity: 0.22;
    }
    .rajasthani-camel-caravan {
        width: 220px;
        opacity: 0.25;
    }
}

@media (max-width: 576px) {
    .rajasthani-camel-caravan {
        display: none;
    }
}

/* Accessibility: Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .rajasthani-jaali-bg,
    .rajasthani-fort-silhouette,
    .rajasthani-jharokha-frame,
    .rajasthani-camel-caravan {
        animation: none !important;
    }
}

.stt-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: radial-gradient(circle, var(--color-gold) 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.15;
}

.stt-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(234, 179, 8, 0.18);
    border: 1px solid var(--color-gold);
    color: var(--color-gold-light);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.92rem;
}

.stt-hero h1 {
    color: var(--color-white);
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 18px;
}

@media (min-width: 992px) {
    .stt-hero h1 {
        font-size: 3.8rem;
    }
}

.text-gradient-gold {
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold), var(--color-saffron-bright));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stt-hero p.lead {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 30px;
    max-width: 640px;
}

/* Innova Vector Hero Visual Wrapper */
.innova-visual-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--color-border-gold);
    border-radius: var(--radius-md);
    padding: 20px;
    backdrop-filter: blur(10px);
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.innova-icon-box {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-saffron), var(--color-gold));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #FFF;
    flex-shrink: 0;
    box-shadow: var(--shadow-gold);
}

/* Floating Quick Booking Enquiry Card */
.booking-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    border-top: 5px solid var(--color-saffron);
    position: relative;
}

.booking-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 5px;
    background: var(--color-gold);
    border-radius: 0 0 4px 4px;
}

.booking-card h3 {
    font-size: 1.5rem;
    margin-bottom: 22px;
    color: var(--color-navy-dark);
    display: flex;
    align-items: center;
    gap: 12px;
}

.form-control, .form-select {
    border-radius: var(--radius-sm);
    padding: 11px 15px;
    border: 1px solid var(--color-border);
    font-size: 0.95rem;
    font-family: var(--font-body);
}

.form-control:focus, .form-select:focus {
    border-color: var(--color-saffron);
    box-shadow: 0 0 0 0.22rem rgba(217, 119, 6, 0.18);
}

/* Feature Cards (Why Choose Us) */
.feature-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    padding: 34px 26px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    transition: var(--transition);
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--color-saffron), var(--color-gold));
    opacity: 0;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--color-gold);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(217, 119, 6, 0.12), rgba(234, 179, 8, 0.25));
    color: var(--color-saffron);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 22px auto;
    border: 1px solid var(--color-border-gold);
}

/* Service & Vehicle Cards */
.stt-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stt-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-saffron);
}

.stt-card-body {
    padding: 28px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.stt-card-title {
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.stt-card-price {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-saffron);
    margin-bottom: 14px;
}

.vehicle-specs {
    display: flex;
    gap: 16px;
    background: var(--color-ivory);
    padding: 12px 16px;
    border-radius: var(--radius-sm);
    font-size: 0.88rem;
    margin-bottom: 18px;
    border: 1px solid rgba(234, 179, 8, 0.2);
}

.vehicle-spec-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--color-text-dark);
    font-weight: 600;
}

/* Rajasthan Tour Cards */
.tour-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--color-white);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    transition: var(--transition);
}

.tour-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--color-gold);
}

.tour-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: var(--color-saffron);
    color: var(--color-white);
    font-weight: 700;
    font-size: 0.82rem;
    padding: 5px 14px;
    border-radius: 50px;
    z-index: 2;
}

/* How It Works Timeline */
.timeline-step {
    text-align: center;
    padding: 24px 16px;
    position: relative;
}

.step-number {
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, var(--color-saffron), var(--color-gold));
    color: var(--color-white);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: var(--shadow-gold);
}

/* Testimonial Cards */
.testimonial-card {
    background: var(--color-white);
    border-radius: var(--radius-md);
    padding: 30px;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--color-border);
    position: relative;
    height: 100%;
}

.testimonial-card::before {
    content: '“';
    font-family: var(--font-royal);
    font-size: 4.5rem;
    color: rgba(217, 119, 6, 0.18);
    position: absolute;
    top: 10px;
    right: 22px;
    line-height: 1;
}

.star-rating {
    color: var(--color-gold);
    margin-bottom: 14px;
    font-size: 1.1rem;
}

/* Footer Styling */
.stt-footer {
    background: var(--color-navy-dark);
    color: rgba(255, 255, 255, 0.82);
    padding: 75px 0 0 0;
    border-top: 5px solid var(--color-gold);
}

.stt-footer h4 {
    color: var(--color-white);
    font-size: 1.3rem;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
}

.stt-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 3px;
    background: var(--color-saffron);
    border-radius: 2px;
}

.stt-footer-links {
    list-style: none;
}

.stt-footer-links li {
    margin-bottom: 11px;
}

.stt-footer-links a {
    color: rgba(255, 255, 255, 0.78);
    transition: var(--transition);
}

.stt-footer-links a:hover {
    color: var(--color-gold);
    padding-left: 6px;
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.4);
    padding: 22px 0;
    margin-top: 55px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.92rem;
}

/* Mobile Sticky Bottom CTA Bar */
.mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--color-navy-dark);
    z-index: 1040;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.25);
    border-top: 2px solid var(--color-gold);
}

.mobile-cta-btn {
    flex: 1;
    text-align: center;
    padding: 13px 6px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.88rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-cta-btn:last-child {
    border-right: none;
}

.mobile-cta-btn.call-btn {
    background: var(--color-navy);
}

.mobile-cta-btn.whatsapp-btn {
    background: #25D366;
    color: #FFF;
}

.mobile-cta-btn.book-btn {
    background: var(--color-saffron);
}

@media (min-width: 992px) {
    .mobile-sticky-cta {
        display: none;
    }
}

/* Floating WhatsApp Widget */
.floating-whatsapp {
    position: fixed;
    bottom: 85px;
    right: 22px;
    width: 56px;
    height: 56px;
    background: #25D366;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
    z-index: 1030;
    transition: var(--transition);
}

.floating-whatsapp:hover {
    transform: scale(1.12);
    color: #FFF;
}

@media (min-width: 992px) {
    .floating-whatsapp {
        bottom: 32px;
    }
}

/* =================================================================
   KOTA'S PREFERRED TAXI CHOICE — RAJASTHANI HERITAGE STYLING
   ================================================================= */
.stt-preferred-taxi-section {
    background: linear-gradient(180deg, var(--color-cream) 0%, var(--color-ivory) 100%);
    overflow: hidden;
    border-top: 1px solid rgba(234, 179, 8, 0.2);
    border-bottom: 1px solid rgba(234, 179, 8, 0.2);
}

/* Scoped Background Layer */
.stt-preferred-taxi-bg-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.stt-preferred-taxi-jaali {
    position: absolute;
    inset: 0;
    background-image: url('../images/rajasthani/preferred-taxi/rajasthani-jaali-border.svg');
    background-repeat: repeat;
    opacity: 0.12;
}

.stt-preferred-taxi-fort {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: url('../images/rajasthani/preferred-taxi/rajasthani-palace-line.svg') bottom center/cover no-repeat;
    opacity: 0.22;
    animation: preferredFortFloat 22s ease-in-out infinite alternate;
}

.stt-preferred-taxi-jharokha-left {
    position: absolute;
    top: 15%;
    left: -20px;
    width: 180px;
    height: 280px;
    background: url('../images/rajasthani/preferred-taxi/rajasthani-jharokha-small.svg') center/contain no-repeat;
    opacity: 0.22;
    animation: preferredJharokhaFloat 16s ease-in-out infinite alternate;
}

.stt-preferred-taxi-jharokha-right {
    position: absolute;
    top: 15%;
    right: -20px;
    width: 180px;
    height: 280px;
    background: url('../images/rajasthani/preferred-taxi/rajasthani-jharokha-small.svg') center/contain no-repeat;
    opacity: 0.22;
    animation: preferredJharokhaFloat 18s ease-in-out infinite alternate-reverse;
}

.stt-preferred-taxi-mandana-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    height: 480px;
    background: url('../images/rajasthani/preferred-taxi/rajasthani-mandana.svg') center/contain no-repeat;
    opacity: 0.10;
    animation: preferredMandanaBreathe 18s ease-in-out infinite alternate;
}

/* Scoped Divider Ornament */
.stt-preferred-taxi-divider {
    background: url('../images/rajasthani/preferred-taxi/rajasthani-ornament.svg') center/contain no-repeat;
    height: 36px;
    width: 280px;
    margin: 12px auto 20px auto;
}

.stt-preferred-taxi-divider .rajasthani-symbol {
    display: none;
}

/* Card Styling Enhancements */
.stt-preferred-taxi-card {
    border-top: 4px solid var(--color-gold) !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 24px rgba(7, 13, 27, 0.06);
    position: relative;
    z-index: 2;
    transition: var(--transition);
}

.stt-preferred-taxi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(217, 119, 6, 0.18), 0 0 20px rgba(234, 179, 8, 0.2);
    border-top-color: var(--color-saffron) !important;
}

.stt-preferred-taxi-card:hover .feature-icon {
    transform: scale(1.06);
    background: linear-gradient(135deg, var(--color-saffron), var(--color-gold));
    color: #FFFFFF;
}

.stt-preferred-taxi-card .feature-icon {
    transition: var(--transition);
}

/* Preferred Taxi Keyframe Animations */
@keyframes preferredFortFloat {
    0% { transform: translateY(0); }
    100% { transform: translateY(-6px); }
}

@keyframes preferredJharokhaFloat {
    0% { transform: translateY(0) rotate(0deg); }
    100% { transform: translateY(-10px) rotate(0.5deg); }
}

@keyframes preferredMandanaBreathe {
    0% { opacity: 0.07; transform: translate(-50%, -50%) scale(0.98); }
    100% { opacity: 0.14; transform: translate(-50%, -50%) scale(1.02); }
}

/* Responsive Rules for Mobile & Tablet */
@media (max-width: 991px) {
    .stt-preferred-taxi-jharokha-left,
    .stt-preferred-taxi-jharokha-right {
        display: none;
    }
    .stt-preferred-taxi-mandana-bg {
        width: 300px;
        height: 300px;
        opacity: 0.08;
    }
    .stt-preferred-taxi-fort {
        height: 120px;
        opacity: 0.15;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .stt-preferred-taxi-fort,
    .stt-preferred-taxi-jharokha-left,
    .stt-preferred-taxi-jharokha-right,
    .stt-preferred-taxi-mandana-bg {
        animation: none !important;
    }
}

/* =================================================================
   RAJASTHAN TAXI VISUAL BANNER SEPARATOR (Images/raj-bg.png)
   ================================================================= */
.stt-preferred-taxi-section {
    padding-bottom: 1rem !important;
}

.stt-preferred-taxi-section .container {
    padding-bottom: 0.5rem !important;
}

.stt-raj-banner-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
    background: #070D1B;
    line-height: 0;
    display: block;
}

.stt-raj-banner-wrapper + section {
    padding-top: 1rem !important;
}

.stt-raj-banner-wrapper + section .container {
    padding-top: 0.75rem !important;
}

.stt-raj-banner-inner {
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: 0;
}

.stt-raj-banner-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
    transform: scale(1.0);
    animation: rajBannerPan 25s ease-in-out infinite alternate;
}

@keyframes rajBannerPan {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .stt-raj-banner-img {
        animation: none !important;
        transform: none !important;
    }
}

/* =================================================================
   COMPREHENSIVE MOBILE RESPONSIVE SAFEGUARDS (320px - 768px)
   ================================================================= */
html, body {
    overflow-x: hidden !important;
    width: 100%;
}

img, video, iframe, embed, object {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .section-title {
        font-size: 2.0rem;
    }
    .stt-hero h1 {
        font-size: 2.2rem;
    }
    .stt-card-body, .feature-card, .testimonial-card {
        padding: 20px 16px;
    }
    .booking-card {
        padding: 22px 18px;
    }
    .modal-body {
        padding: 16px;
    }
}

@media (max-width: 575.98px) {
    .section-title {
        font-size: 1.75rem;
    }
    .stt-hero h1 {
        font-size: 1.95rem;
    }
    .stt-hero p.lead {
        font-size: 1.0rem;
    }
    .btn-stt-primary, .btn-stt-navy, .btn-stt-outline {
        padding: 11px 20px;
        font-size: 0.92rem;
    }
    .innova-visual-card {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 14px;
    }
    .innova-icon-box {
        width: 56px;
        height: 56px;
        font-size: 1.7rem;
    }
}

@media (max-width: 360px) {
    .section-title {
        font-size: 1.55rem;
    }
    .stt-hero h1 {
        font-size: 1.75rem;
    }
    .booking-card {
        padding: 16px 12px;
    }
    .form-control, .form-select {
        font-size: 0.88rem;
        padding: 9px 12px;
    }
    .btn-stt-primary, .btn-stt-navy, .btn-stt-outline {
        padding: 10px 16px;
        font-size: 0.88rem;
    }
}
