/* Start custom CSS for text-editor, class: .elementor-element-9e57c6c *//* 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: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(76, 81, 191, 0.9), rgba(118, 75, 162, 0.9)),
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="mountains" patternUnits="userSpaceOnUse" width="200" height="100"><polygon fill="%23ffffff10" points="0,100 50,20 100,60 150,10 200,50 200,100"/></pattern></defs><rect width="100%" height="100%" fill="url(%23mountains)"/></svg>');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero p {
    font-size: clamp(1rem, 3vw, 1.2rem);
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-contact {
    margin-top: 2rem;
}

.contact-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.hero-btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.hero-btn.call-btn:hover {
    background: rgba(16, 185, 129, 0.8);
}

.hero-btn.whatsapp-btn:hover {
    background: rgba(37, 211, 102, 0.8);
}

.instant-booking {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}

/* Main Content */
.main-content {
    background: white;
    margin: -2rem 0 0 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem 0;
}

/* Booking Form */
.booking-form {
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(76, 81, 191, 0.1);
}

.form-title {
    font-size: 1.5rem;
    color: #4c51bf;
    margin-bottom: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4c51bf;
    box-shadow: 0 0 0 3px rgba(76, 81, 191, 0.1);
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-group label {
    margin: 0;
    font-weight: normal;
    font-size: 0.9rem;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(45deg, #4c51bf, #667eea);
    color: white;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(76, 81, 191, 0.3);
}

/* Form Contact Info */
.form-contact-info {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.contact-text {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
}

.contact-links {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-link {
    color: #4c51bf;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border: 1px solid #4c51bf;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.contact-link:hover {
    background: #4c51bf;
    color: white;
    transform: translateY(-1px);
}

/* Why Book With Us */
.why-book {
    padding: 2rem;
}

.why-book h2 {
    font-size: 1.8rem;
    color: #4c51bf;
    margin-bottom: 1.5rem;
    text-align: center;
}

.features {
    display: grid;
    gap: 1rem;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: rgba(76, 81, 191, 0.05);
    border-radius: 10px;
    transition: transform 0.3s;
}

.feature:hover {
    transform: translateX(5px);
}

.feature-icon {
    font-size: 1.5rem;
    color: #10b981;
    flex-shrink: 0;
}

.feature strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #374151;
}

.feature p {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
}

/* Popular Routes */
.popular-routes {
    padding: 3rem 0;
    background: #f8fafc;
}

.popular-routes h2 {
    text-align: center;
    font-size: 2rem;
    color: #4c51bf;
    margin-bottom: 2rem;
}

.routes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.route-card {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.route-card h3 {
    color: #4c51bf;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.route-card p {
    color: #6b7280;
    font-size: 0.9rem;
}

/* Testimonials */
.testimonials {
    padding: 3rem 0 4rem 0;
    background: white;
}

.testimonials h2 {
    text-align: center;
    font-size: 2rem;
    color: #4c51bf;
    margin-bottom: 2rem;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.testimonial {
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid rgba(76, 81, 191, 0.1);
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 1rem;
    color: #6b7280;
}

.testimonial-author {
    font-weight: 600;
    color: #4c51bf;
}

.stars {
    color: #fbbf24;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

/* Sticky Buttons */
.sticky-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.sticky-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-btn {
    background: linear-gradient(45deg, #10b981, #059669);
}

.whatsapp-btn {
    background: linear-gradient(45deg, #25d366, #128c7e);
}

.sticky-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.booking-form,
.why-book {
    animation: fadeInUp 0.6s ease-out;
}

.route-card,
.testimonial {
    animation: fadeInUp 0.6s ease-out;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }

    /* Hero Section */
    .hero {
        padding: 2rem 0;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .contact-buttons {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
    }

    .hero-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .instant-booking {
        font-size: 0.8rem;
    }

    /* Content Layout */
    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }

    .booking-form,
    .why-book {
        padding: 1.5rem;
    }

    .form-title {
        font-size: 1.3rem;
    }

    /* Form Elements */
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.6rem;
        font-size: 16px; /* Prevents zoom on iOS */
    }

    .submit-btn {
        padding: 0.8rem;
        font-size: 1rem;
    }

    /* Contact Links */
    .contact-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .contact-link {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    /* Features */
    .feature {
        padding: 0.8rem;
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }

    .feature-icon {
        font-size: 2rem;
    }

    /* Routes Grid */
    .routes-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .route-card {
        padding: 1.2rem;
    }

    .route-card h3 {
        font-size: 1.1rem;
    }

    /* Testimonials */
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .testimonial {
        padding: 1.5rem;
    }

    /* Section Padding */
    .popular-routes,
    .testimonials {
        padding: 2rem 0;
    }

    .popular-routes h2,
    .testimonials h2 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    /* Sticky Buttons */
    .sticky-buttons {
        bottom: 15px;
        right: 15px;
    }

    .sticky-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

/* Extra Small Mobile Devices */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .hero {
        padding: 1.5rem 0;
    }

    .hero h1 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .hero p {
        font-size: 0.9rem;
    }

    .booking-form,
    .why-book {
        padding: 1rem;
    }

    .form-title {
        font-size: 1.2rem;
    }

    .form-group {
        margin-bottom: 1rem;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.5rem;
    }

    .submit-btn {
        padding: 0.7rem;
        font-size: 0.95rem;
    }

    .route-card,
    .testimonial {
        padding: 1rem;
    }

    .route-card h3 {
        font-size: 1rem;
    }

    .route-card p,
    .testimonial-text {
        font-size: 0.85rem;
    }

    .sticky-btn {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }

    .sticky-buttons {
        bottom: 10px;
        right: 10px;
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 768px) and (orientation: landscape) {
    .hero {
        padding: 1rem 0;
    }

    .hero h1 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .content-wrapper {
        padding: 1.5rem 0;
    }
}

/* Large Screen Optimizations */
@media (min-width: 1200px) {
    .routes-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-wrapper {
        gap: 4rem;
    }
}

/* High DPI Displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .hero {
        background-attachment: fixed;
    }
}

/* Accessibility and Focus States */
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus,
.submit-btn:focus,
.sticky-btn:focus,
.route-card:focus {
    outline: 2px solid #4c51bf;
    outline-offset: 2px;
}

.route-card:focus {
    transform: translateY(-3px);
}

/* Print Styles */
@media print {
    .sticky-buttons,
    .testimonials {
        display: none;
    }

    .hero {
        background: #4c51bf;
        color: white;
        padding: 1rem 0;
    }

    .main-content {
        box-shadow: none;
        margin: 0;
    }

    .booking-form {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* Reduced Motion for Accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .feature:hover,
    .route-card:hover,
    .sticky-btn:hover,
    .submit-btn:hover {
        transform: none;
    }

    .sticky-btn {
        width: 55px;
        height: 55px;
    }
}/* End custom CSS */