.elementor-3660 .elementor-element.elementor-element-e7f9a4b > .elementor-element-populated{padding:-9px -9px -9px -9px;}@media(min-width:768px){.elementor-3660 .elementor-element.elementor-element-e7f9a4b{width:100%;}}@media(max-width:767px){.elementor-3660 .elementor-element.elementor-element-e7f9a4b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:-2px -2px -2px -2px;}.elementor-3660 .elementor-element.elementor-element-e7f9a4b{z-index:1;}}/* Start custom CSS for text-editor, class: .elementor-element-bcea61f *//* ===== KASHMIR CAR BOOKING - FINAL CSS FILE ===== */
/* Optimized for WordPress Elementor - No JavaScript Required */

/* ===== RESET AND BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== COLOR VARIABLES ===== */
:root {
    /* Primary Colors - Complementary Blue & Orange Scheme */
    --primary-blue: #3498db;
    --secondary-blue: #2980b9;
    --accent-blue: #5dade2;
    --light-blue: #ebf3fd;
    
    --primary-orange: #e67e22;
    --secondary-orange: #d35400;
    --accent-orange: #f39c12;
    --light-orange: #fdeaa7;
    
    /* Neutral Colors */
    --neutral-dark: #2c3e50;
    --neutral-medium: #34495e;
    --neutral-light: #ecf0f1;
    --neutral-white: #ffffff;
    
    /* Accent Colors */
    --success-green: #27ae60;
    --warning-red: #e74c3c;
    --text-muted: #7f8c8d;
    --whatsapp-green: #25D366;
    
    /* Shadows */
    --shadow-light: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-medium: 0 8px 25px rgba(0,0,0,0.15);
    --shadow-heavy: 0 15px 35px rgba(0,0,0,0.2);
}

/* ===== TYPOGRAPHY HIERARCHY ===== */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--neutral-white);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: var(--neutral-dark);
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--neutral-medium);
}

h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--neutral-dark);
}

h5 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-muted);
}

h6 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--text-muted);
}

p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: var(--neutral-medium);
}

/* ===== BUTTON STYLES ===== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover:before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--secondary-orange), var(--primary-orange));
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-secondary {
    background: transparent;
    color: var(--neutral-white);
    border: 2px solid var(--neutral-white);
}

.btn-secondary:hover {
    background: var(--neutral-white);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.btn-outline:hover {
    background: var(--primary-orange);
    color: var(--neutral-white);
    transform: translateY(-2px);
}

.btn-success {
    background: linear-gradient(135deg, var(--whatsapp-green), #128C7E);
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-success:hover {
    background: linear-gradient(135deg, #22c55e, #15803d);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 10px;
}

.btn-link {
    color: var(--primary-blue);
    text-decoration: underline;
    background: none;
    border: none;
    padding: 5px 0;
    text-transform: none;
    letter-spacing: normal;
}

.btn-link:hover {
    color: var(--primary-orange);
}

/* ===== HERO SECTION ===== */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.9) 0%, 
        rgba(41, 128, 185, 0.8) 50%, 
        rgba(93, 173, 226, 0.7) 100%),
        linear-gradient(45deg, var(--primary-blue), var(--accent-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(230, 126, 34, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 50%);
    animation: gradientShift 8s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.hero-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.hero-subheadline {
    color: var(--light-orange);
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ===== SECTION COMMON STYLES ===== */
/* ===== SECTION COMMON STYLES ===== */
section {
    padding: 80px 0;
    position: relative;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 1.2rem;
}

.section-cta {
    text-align: center;
    margin-top: 50px;
}

/* ===== SERVICE OVERVIEW SECTION ===== */
.service-overview {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-light) 50%, 
        var(--light-orange) 100%);
}

.service-overview h2 {
    color: var(--neutral-dark);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    background: var(--neutral-white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    border-left: 4px solid var(--primary-blue);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(52, 152, 219, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
    border-left-color: var(--primary-orange);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.service-card:hover h4 {
    color: var(--primary-orange);
}

.service-card h5 {
    color: var(--primary-orange);
    margin-bottom: 15px;
    font-weight: 500;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}

.service-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-card:hover .service-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

/* ===== BOOKING MODULE SECTION ===== */
.booking-module {
    background: linear-gradient(135deg, 
        var(--primary-blue) 0%, 
        var(--secondary-blue) 50%, 
        var(--accent-blue) 100%);
    color: var(--neutral-white);
    position: relative;
    overflow: hidden;
}

.booking-module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path fill="rgba(255,255,255,0.1)" d="M0 100c300-50 600-30 900-10s300 20 300 10v300H0z"/></svg>');
    background-size: cover;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.booking-module h2,
.booking-module h3 {
    color: var(--neutral-white);
    position: relative;
    z-index: 2;
}

.booking-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.booking-form h4 {
    text-align: center;
    color: var(--neutral-white);
    margin-bottom: 30px;
}

.booking-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.booking-step {
    text-align: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-step:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.step-content h5 {
    color: var(--neutral-white);
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.contact-booking {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-booking h4 {
    color: var(--neutral-white);
    margin-bottom: 20px;
}

.contact-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.booking-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.booking-benefits span {
    background: rgba(255, 255, 255, 0.2);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* ===== GOOGLE REVIEWS SECTION ===== */
.google-reviews {
    background: var(--neutral-light);
    position: relative;
}

.reviews-widget {
    max-width: 900px;
    margin: 0 auto;
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
}

.reviews-header {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
    color: var(--neutral-white);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.google-logo {
    background: var(--neutral-white);
    color: #4285f4;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: var(--shadow-light);
}

.reviews-text {
    font-size: 1.3rem;
    font-weight: 500;
}

.overall-rating {
    text-align: right;
}

.overall-rating .stars {
    font-size: 1.5rem;
    color: #ffd700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.rating-text {
    font-size: 0.9rem;
    opacity: 0.9;
}

.reviews-container {
    padding: 30px;
}

.review-card {
    background: var(--light-blue);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-blue);
    transition: all 0.3s ease;
    position: relative;
}

.review-card:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-medium);
    border-left-color: var(--primary-orange);
}

.review-card:last-child {
    margin-bottom: 0;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: var(--shadow-light);
}

.reviewer-details h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
    color: var(--neutral-dark);
}

.review-date {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.review-card .stars {
    font-size: 1rem;
    color: #ffd700;
    margin-bottom: 12px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.review-card p {
    color: var(--neutral-medium);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.reviews-footer {
    padding: 25px 30px;
    background: var(--light-blue);
    text-align: center;
}

/* ===== WHY CHOOSE US - COMPARISON SECTION ===== */
.why-choose-us {
    background: linear-gradient(135deg, 
        var(--light-orange) 0%, 
        var(--neutral-light) 50%, 
        var(--light-blue) 100%);
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.comparison-item {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease;
}

.comparison-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
}

.comparison-item h4 {
    padding: 25px;
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
    color: var(--neutral-white);
    position: relative;
}

.our-service h4 {
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
}

.other-service h4 {
    background: linear-gradient(135deg, var(--text-muted), #95a5a6);
}

.feature-list {
    padding: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--neutral-light);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(52, 152, 219, 0.05);
    padding-left: 10px;
    border-radius: 8px;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-name {
    font-weight: 600;
    color: var(--neutral-dark);
    margin-bottom: 5px;
    font-size: 1rem;
    display: block;
}

.feature-value {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-muted);
}

.comparison-cta {
    text-align: center;
    background: rgba(230, 126, 34, 0.1);
    padding: 40px;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid rgba(230, 126, 34, 0.2);
}

.comparison-cta h3 {
    color: var(--neutral-dark);
    margin-bottom: 10px;
}

.comparison-cta h4 {
    color: var(--text-muted);
    margin-bottom: 25px;
    font-weight: 400;
}

/* ===== DESTINATIONS SECTION ===== */
.destinations {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-white) 50%, 
        var(--light-orange) 100%);
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.destination-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.destination-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-heavy);
}

.destination-image {
    height: 200px;
    background: linear-gradient(45deg, var(--primary-blue), var(--accent-blue));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.destination-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.2));
}

.destination-icon {
    font-size: 3.5rem;
    animation: destinationFloat 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.destination-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 3;
}

@keyframes destinationFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.destination-content {
    padding: 25px;
}

.destination-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.destination-card:hover h4 {
    color: var(--primary-orange);
}

.destination-card h5 {
    color: var(--primary-orange);
    margin-bottom: 15px;
    font-weight: 500;
}

.destination-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.destination-highlights span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.destination-card:hover .destination-highlights span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

.destination-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-orange);
    margin-top: 15px;
    padding: 10px;
    background: rgba(230, 126, 34, 0.1);
    border-radius: 8px;
    text-align: center;
}

/* ===== TOUR PACKAGES SECTION ===== */
.tour-packages {
    background: linear-gradient(135deg, 
        var(--light-orange) 0%, 
        var(--neutral-light) 50%, 
        var(--light-blue) 100%);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.package-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.package-card.featured {
    border: 3px solid var(--primary-orange);
    transform: scale(1.02);
}

.package-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.package-badge,
.package-badge-popular,
.package-badge-luxury {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-orange);
    color: var(--neutral-white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: var(--shadow-light);
}

.package-badge-popular {
    background: var(--success-green);
}

.package-badge-luxury {
    background: var(--secondary-blue);
}

.package-image {
    height: 180px;
    background: linear-gradient(45deg, var(--primary-orange), var(--accent-orange));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.package-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.1));
}

.package-icon {
    font-size: 3rem;
    animation: packageBounce 2s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes packageBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.package-content {
    padding: 25px;
}

.package-content h4 {
    color: var(--neutral-dark);
    margin-bottom: 15px;
}

.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.package-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.package-card:hover .package-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

.package-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background: var(--light-blue);
    border-radius: 10px;
}

.package-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-orange);
}

.package-duration {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* ===== FLEET OVERVIEW SECTION ===== */
.fleet-overview {
    background: var(--neutral-light);
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.car-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.car-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.car-card.popular {
    border: 3px solid var(--success-green);
}

.car-card.luxury {
    border: 3px solid var(--secondary-blue);
}

.car-badge,
.car-badge-popular,
.car-badge-luxury {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-blue);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.car-badge-popular {
    background: var(--success-green);
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: var(--shadow-light);
}

.car-badge-luxury {
    background: var(--secondary-blue);
}

.car-image {
    height: 160px;
    background: linear-gradient(45deg, var(--primary-blue), var(--secondary-blue));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.car-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.1));
}

.car-icon {
    font-size: 3rem;
    animation: carDrive 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes carDrive {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

.car-content {
    padding: 25px;
}

.car-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.car-card:hover h4 {
    color: var(--primary-orange);
}

.car-card h5 {
    color: var(--text-muted);
    margin-bottom: 15px;
    font-weight: 500;
}

.car-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.car-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.car-card:hover .car-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
}

.car-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background: var(--light-orange);
    border-radius: 10px;
}

.car-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-orange);
}

.car-minimum {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* ===== FAQS SECTION ===== */
.faqs {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-light) 100%);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: var(--neutral-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: var(--shadow-medium);
    transform: translateY(-3px);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
    color: var(--neutral-dark);
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background: var(--light-blue);
    color: var(--primary-blue);
}

.faq-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question:hover .faq-icon {
    transform: scale(1.2);
}

.faq-answer {
    padding: 0 20px 20px 55px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    border-top: 1px solid var(--neutral-light);
}

/* ===== CONTACT CTA SECTION ===== */
.contact-cta {
    background: linear-gradient(135deg, 
        var(--primary-blue) 0%, 
        var(--secondary-blue) 50%, 
        var(--accent-blue) 100%);
    color: var(--neutral-white);
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(230, 126, 34, 0.1) 0%, transparent 50%);
    animation: contactShift 10s ease-in-out infinite;
}

@keyframes contactShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.contact-info h2 {
    color: var(--neutral-white);
    text-align: left;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    color: var(--neutral-white);
    line-height: 1.6;
}

.contact-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

./* ===== KASHMIR CAR BOOKING - FINAL CSS FILE ===== */
/* Optimized for WordPress Elementor - No JavaScript Required */

/* ===== RESET AND BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== COLOR VARIABLES ===== */
:root {
    /* Primary Colors - Complementary Blue & Orange Scheme */
    --primary-blue: #3498db;
    --secondary-blue: #2980b9;
    --accent-blue: #5dade2;
    --light-blue: #ebf3fd;
    
    --primary-orange: #e67e22;
    --secondary-orange: #d35400;
    --accent-orange: #f39c12;
    --light-orange: #fdeaa7;
    
    /* Neutral Colors */
    --neutral-dark: #2c3e50;
    --neutral-medium: #34495e;
    --neutral-light: #ecf0f1;
    --neutral-white: #ffffff;
    
    /* Accent Colors */
    --success-green: #27ae60;
    --warning-red: #e74c3c;
    --text-muted: #7f8c8d;
    --whatsapp-green: #25D366;
    
    /* Shadows */
    --shadow-light: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-medium: 0 8px 25px rgba(0,0,0,0.15);
    --shadow-heavy: 0 15px 35px rgba(0,0,0,0.2);
}

/* ===== TYPOGRAPHY HIERARCHY ===== */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--neutral-white);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: var(--neutral-dark);
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--neutral-medium);
}

h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--neutral-dark);
}

h5 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-muted);
}

h6 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--text-muted);
}

p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: var(--neutral-medium);
}

/* ===== BUTTON STYLES ===== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover:before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--secondary-orange), var(--primary-orange));
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-secondary {
    background: transparent;
    color: var(--neutral-white);
    border: 2px solid var(--neutral-white);
}

.btn-secondary:hover {
    background: var(--neutral-white);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.btn-outline:hover {
    background: var(--primary-orange);
    color: var(--neutral-white);
    transform: translateY(-2px);
}

.btn-success {
    background: linear-gradient(135deg, var(--whatsapp-green), #128C7E);
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-success:hover {
    background: linear-gradient(135deg, #22c55e, #15803d);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 10px;
}

.btn-link {
    color: var(--primary-blue);
    text-decoration: underline;
    background: none;
    border: none;
    padding: 5px 0;
    text-transform: none;
    letter-spacing: normal;
}

.btn-link:hover {
    color: var(--primary-orange);
}

/* ===== HERO SECTION ===== */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.9) 0%, 
        rgba(41, 128, 185, 0.8) 50%, 
        rgba(93, 173, 226, 0.7) 100%),
        linear-gradient(45deg, var(--primary-blue), var(--accent-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(230, 126, 34, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 50%);
    animation: gradientShift 8s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.hero-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.hero-subheadline {
    color: var(--light-orange);
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ===== SECTION COMMON STYLES ===== */
/* ===== SECTION COMMON STYLES ===== */
section {
    padding: 80px 0;
    position: relative;
}

.section-subtitle {
    text-align: center;
    color: var(--text-muted);
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 1.2rem;
}

.section-cta {
    text-align: center;
    margin-top: 50px;
}

/* ===== SERVICE OVERVIEW SECTION ===== */
.service-overview {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-light) 50%, 
        var(--light-orange) 100%);
}

.service-overview h2 {
    color: var(--neutral-dark);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.service-card {
    background: var(--neutral-white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    border-left: 4px solid var(--primary-blue);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(52, 152, 219, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
    border-left-color: var(--primary-orange);
}

.service-icon {
    font-size: 3.5rem;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.service-card:hover h4 {
    color: var(--primary-orange);
}

.service-card h5 {
    color: var(--primary-orange);
    margin-bottom: 15px;
    font-weight: 500;
}

.service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
}

.service-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-card:hover .service-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

/* ===== BOOKING MODULE SECTION ===== */
.booking-module {
    background: linear-gradient(135deg, 
        var(--primary-blue) 0%, 
        var(--secondary-blue) 50%, 
        var(--accent-blue) 100%);
    color: var(--neutral-white);
    position: relative;
    overflow: hidden;
}

.booking-module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><path fill="rgba(255,255,255,0.1)" d="M0 100c300-50 600-30 900-10s300 20 300 10v300H0z"/></svg>');
    background-size: cover;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.booking-module h2,
.booking-module h3 {
    color: var(--neutral-white);
    position: relative;
    z-index: 2;
}

.booking-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.booking-form h4 {
    text-align: center;
    color: var(--neutral-white);
    margin-bottom: 30px;
}

.booking-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.booking-step {
    text-align: center;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.booking-step:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.step-content h5 {
    color: var(--neutral-white);
    margin-bottom: 10px;
    font-weight: 600;
}

.step-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.contact-booking {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-booking h4 {
    color: var(--neutral-white);
    margin-bottom: 20px;
}

.contact-options {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.booking-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 20px;
}

.booking-benefits span {
    background: rgba(255, 255, 255, 0.2);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
}

/* ===== GOOGLE REVIEWS SECTION ===== */
.google-reviews {
    background: var(--neutral-light);
    position: relative;
}

.reviews-widget {
    max-width: 900px;
    margin: 0 auto;
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
}

.reviews-header {
    background: linear-gradient(135deg, #4285f4 0%, #34a853 100%);
    color: var(--neutral-white);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.reviews-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.google-logo {
    background: var(--neutral-white);
    color: #4285f4;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: var(--shadow-light);
}

.reviews-text {
    font-size: 1.3rem;
    font-weight: 500;
}

.overall-rating {
    text-align: right;
}

.overall-rating .stars {
    font-size: 1.5rem;
    color: #ffd700;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.rating-text {
    font-size: 0.9rem;
    opacity: 0.9;
}

.reviews-container {
    padding: 30px;
}

.review-card {
    background: var(--light-blue);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-blue);
    transition: all 0.3s ease;
    position: relative;
}

.review-card:hover {
    transform: translateX(8px);
    box-shadow: var(--shadow-medium);
    border-left-color: var(--primary-orange);
}

.review-card:last-child {
    margin-bottom: 0;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviewer-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--neutral-white);
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: var(--shadow-light);
}

.reviewer-details h4 {
    font-size: 1.1rem;
    margin-bottom: 3px;
    color: var(--neutral-dark);
}

.review-date {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.review-card .stars {
    font-size: 1rem;
    color: #ffd700;
    margin-bottom: 12px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.review-card p {
    color: var(--neutral-medium);
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.reviews-footer {
    padding: 25px 30px;
    background: var(--light-blue);
    text-align: center;
}

/* ===== WHY CHOOSE US - COMPARISON SECTION ===== */
.why-choose-us {
    background: linear-gradient(135deg, 
        var(--light-orange) 0%, 
        var(--neutral-light) 50%, 
        var(--light-blue) 100%);
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.comparison-item {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease;
}

.comparison-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
}

.comparison-item h4 {
    padding: 25px;
    margin: 0;
    text-align: center;
    font-size: 1.3rem;
    color: var(--neutral-white);
    position: relative;
}

.our-service h4 {
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
}

.other-service h4 {
    background: linear-gradient(135deg, var(--text-muted), #95a5a6);
}

.feature-list {
    padding: 25px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--neutral-light);
    transition: all 0.3s ease;
}

.feature-item:hover {
    background: rgba(52, 152, 219, 0.05);
    padding-left: 10px;
    border-radius: 8px;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-icon {
    font-size: 1.2rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-name {
    font-weight: 600;
    color: var(--neutral-dark);
    margin-bottom: 5px;
    font-size: 1rem;
    display: block;
}

.feature-value {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-muted);
}

.comparison-cta {
    text-align: center;
    background: rgba(230, 126, 34, 0.1);
    padding: 40px;
    border-radius: 15px;
    max-width: 600px;
    margin: 0 auto;
    border: 2px solid rgba(230, 126, 34, 0.2);
}

.comparison-cta h3 {
    color: var(--neutral-dark);
    margin-bottom: 10px;
}

.comparison-cta h4 {
    color: var(--text-muted);
    margin-bottom: 25px;
    font-weight: 400;
}

/* ===== DESTINATIONS SECTION ===== */
.destinations {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-white) 50%, 
        var(--light-orange) 100%);
}

.destinations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.destination-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.destination-card:hover {
    transform: translateY(-12px);
    box-shadow: var(--shadow-heavy);
}

.destination-image {
    height: 200px;
    background: linear-gradient(45deg, var(--primary-blue), var(--accent-blue));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.destination-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.2));
}

.destination-icon {
    font-size: 3.5rem;
    animation: destinationFloat 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

.destination-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 3;
}

@keyframes destinationFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.destination-content {
    padding: 25px;
}

.destination-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.destination-card:hover h4 {
    color: var(--primary-orange);
}

.destination-card h5 {
    color: var(--primary-orange);
    margin-bottom: 15px;
    font-weight: 500;
}

.destination-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.destination-highlights span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.destination-card:hover .destination-highlights span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

.destination-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-orange);
    margin-top: 15px;
    padding: 10px;
    background: rgba(230, 126, 34, 0.1);
    border-radius: 8px;
    text-align: center;
}

/* ===== TOUR PACKAGES SECTION ===== */
.tour-packages {
    background: linear-gradient(135deg, 
        var(--light-orange) 0%, 
        var(--neutral-light) 50%, 
        var(--light-blue) 100%);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.package-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.package-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.package-card.featured {
    border: 3px solid var(--primary-orange);
    transform: scale(1.02);
}

.package-card.featured:hover {
    transform: scale(1.02) translateY(-10px);
}

.package-badge,
.package-badge-popular,
.package-badge-luxury {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-orange);
    color: var(--neutral-white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: var(--shadow-light);
}

.package-badge-popular {
    background: var(--success-green);
}

.package-badge-luxury {
    background: var(--secondary-blue);
}

.package-image {
    height: 180px;
    background: linear-gradient(45deg, var(--primary-orange), var(--accent-orange));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.package-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.1));
}

.package-icon {
    font-size: 3rem;
    animation: packageBounce 2s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes packageBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.package-content {
    padding: 25px;
}

.package-content h4 {
    color: var(--neutral-dark);
    margin-bottom: 15px;
}

.package-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.package-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.package-card:hover .package-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
}

.package-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background: var(--light-blue);
    border-radius: 10px;
}

.package-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-orange);
}

.package-duration {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* ===== FLEET OVERVIEW SECTION ===== */
.fleet-overview {
    background: var(--neutral-light);
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.car-card {
    background: var(--neutral-white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.4s ease;
    position: relative;
}

.car-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-heavy);
}

.car-card.popular {
    border: 3px solid var(--success-green);
}

.car-card.luxury {
    border: 3px solid var(--secondary-blue);
}

.car-badge,
.car-badge-popular,
.car-badge-luxury {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary-blue);
    color: var(--neutral-white);
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}

.car-badge-popular {
    background: var(--success-green);
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: var(--shadow-light);
}

.car-badge-luxury {
    background: var(--secondary-blue);
}

.car-image {
    height: 160px;
    background: linear-gradient(45deg, var(--primary-blue), var(--secondary-blue));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.car-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent, rgba(0,0,0,0.1));
}

.car-icon {
    font-size: 3rem;
    animation: carDrive 4s ease-in-out infinite;
    position: relative;
    z-index: 2;
}

@keyframes carDrive {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

.car-content {
    padding: 25px;
}

.car-card h4 {
    color: var(--primary-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.car-card:hover h4 {
    color: var(--primary-orange);
}

.car-card h5 {
    color: var(--text-muted);
    margin-bottom: 15px;
    font-weight: 500;
}

.car-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0;
}

.car-features span {
    background: var(--light-orange);
    color: var(--primary-orange);
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.car-card:hover .car-features span {
    background: var(--light-blue);
    color: var(--primary-blue);
}

.car-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background: var(--light-orange);
    border-radius: 10px;
}

.car-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-orange);
}

.car-minimum {
    font-size: 0.9rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* ===== FAQS SECTION ===== */
.faqs {
    background: linear-gradient(135deg, 
        var(--light-blue) 0%, 
        var(--neutral-light) 100%);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: var(--neutral-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-light);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: var(--shadow-medium);
    transform: translateY(-3px);
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    margin: 0;
    color: var(--neutral-dark);
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.faq-question:hover {
    background: var(--light-blue);
    color: var(--primary-blue);
}

.faq-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-question:hover .faq-icon {
    transform: scale(1.2);
}

.faq-answer {
    padding: 0 20px 20px 55px;
    color: var(--text-muted);
    line-height: 1.7;
    margin: 0;
    border-top: 1px solid var(--neutral-light);
}

/* ===== CONTACT CTA SECTION ===== */
.contact-cta {
    background: linear-gradient(135deg, 
        var(--primary-blue) 0%, 
        var(--secondary-blue) 50%, 
        var(--accent-blue) 100%);
    color: var(--neutral-white);
    position: relative;
    overflow: hidden;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 70%, rgba(230, 126, 34, 0.1) 0%, transparent 50%);
    animation: contactShift 10s ease-in-out infinite;
}

@keyframes contactShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.contact-info h2 {
    color: var(--neutral-white);
    text-align: left;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
    color: var(--neutral-white);
    line-height: 1.6;
}

.contact-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

./* ===== KASHMIR CAR BOOKING - FINAL CSS FILE ===== */
/* Optimized for WordPress Elementor - No JavaScript Required */

/* ===== RESET AND BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    font-weight: 400;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== COLOR VARIABLES ===== */
:root {
    /* Primary Colors - Complementary Blue & Orange Scheme */
    --primary-blue: #3498db;
    --secondary-blue: #2980b9;
    --accent-blue: #5dade2;
    --light-blue: #ebf3fd;
    
    --primary-orange: #e67e22;
    --secondary-orange: #d35400;
    --accent-orange: #f39c12;
    --light-orange: #fdeaa7;
    
    /* Neutral Colors */
    --neutral-dark: #2c3e50;
    --neutral-medium: #34495e;
    --neutral-light: #ecf0f1;
    --neutral-white: #ffffff;
    
    /* Accent Colors */
    --success-green: #27ae60;
    --warning-red: #e74c3c;
    --text-muted: #7f8c8d;
    --whatsapp-green: #25D366;
    
    /* Shadows */
    --shadow-light: 0 2px 10px rgba(0,0,0,0.1);
    --shadow-medium: 0 8px 25px rgba(0,0,0,0.15);
    --shadow-heavy: 0 15px 35px rgba(0,0,0,0.2);
}

/* ===== TYPOGRAPHY HIERARCHY ===== */
h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--neutral-white);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    line-height: 1.2;
}

h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    color: var(--neutral-dark);
}

h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--neutral-medium);
}

h4 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--neutral-dark);
}

h5 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--text-muted);
}

h6 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--text-muted);
}

p {
    margin-bottom: 16px;
    line-height: 1.7;
    color: var(--neutral-medium);
}

/* ===== BUTTON STYLES ===== */
.btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover:before {
    left: 100%;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-orange), var(--secondary-orange));
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--secondary-orange), var(--primary-orange));
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-secondary {
    background: transparent;
    color: var(--neutral-white);
    border: 2px solid var(--neutral-white);
}

.btn-secondary:hover {
    background: var(--neutral-white);
    color: var(--primary-blue);
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: var(--primary-orange);
    border: 2px solid var(--primary-orange);
}

.btn-outline:hover {
    background: var(--primary-orange);
    color: var(--neutral-white);
    transform: translateY(-2px);
}

.btn-success {
    background: linear-gradient(135deg, var(--whatsapp-green), #128C7E);
    color: var(--neutral-white);
    box-shadow: var(--shadow-light);
}

.btn-success:hover {
    background: linear-gradient(135deg, #22c55e, #15803d);
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 10px;
}

.btn-link {
    color: var(--primary-blue);
    text-decoration: underline;
    background: none;
    border: none;
    padding: 5px 0;
    text-transform: none;
    letter-spacing: normal;
}

.btn-link:hover {
    color: var(--primary-orange);
}

/* ===== HERO SECTION ===== */
.hero-section {
    height: 100vh;
    min-height: 600px;
    background: linear-gradient(135deg, 
        rgba(52, 152, 219, 0.9) 0%, 
        rgba(41, 128, 185, 0.8) 50%, 
        rgba(93, 173, 226, 0.7) 100%),
        linear-gradient(45deg, var(--primary-blue), var(--accent-blue));
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(230, 126, 34, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 50%);
    animation: gradientShift 8s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

.hero-overlay {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.hero-subheadline {
    color: var(--light-orange);
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

/* ===== SECTION COMMON STYLES ===== */
section {/* End custom CSS */