@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/FloatingContactStrip.razor.rz.scp.css */
/* FLOATING CONTACT STRIP */

.floating-contact-strip[b-r4wxsvm3yr] {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-btn[b-r4wxsvm3yr] {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

    .contact-btn:hover[b-r4wxsvm3yr] {
        transform: scale(1.12);
    }

/* COLORS */

.call[b-r4wxsvm3yr] {
    background: #007bff;
}

.whatsapp[b-r4wxsvm3yr] {
    background: #25D366;
}

.facebook[b-r4wxsvm3yr] {
    background: #1877F2;
}

.instagram[b-r4wxsvm3yr] {
    background: linear-gradient( 45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888 );
}

/* MOBILE */

@media (max-width: 768px) {

    .floating-contact-strip[b-r4wxsvm3yr] {
        right: 10px;
        gap: 10px;
    }

    .contact-btn[b-r4wxsvm3yr] {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.footer[b-xvqlrpcy2x] {
    background: linear-gradient(to right, #0f4c81, #5dade2);
    color: white;
    padding-top: 50px;
    margin-top: 60px;
}

.footer-container[b-xvqlrpcy2x] {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px 40px;
}

.footer-section[b-xvqlrpcy2x] {
    flex: 1;
    min-width: 250px;
}

    .footer-section h2[b-xvqlrpcy2x],
    .footer-section h3[b-xvqlrpcy2x] {
        margin-bottom: 18px;
        font-weight: 700;
    }

    .footer-section p[b-xvqlrpcy2x] {
        margin-bottom: 12px;
        line-height: 1.7;
    }

    .footer-section a[b-xvqlrpcy2x] {
        display: block;
        color: white;
        text-decoration: none;
        margin-bottom: 10px;
        transition: 0.3s ease;
    }

        .footer-section a:hover[b-xvqlrpcy2x] {
            color: #d6ecff;
            transform: translateX(5px);
        }

.footer-bottom[b-xvqlrpcy2x] {
    text-align: center;
    padding: 18px;
    border-top: 1px solid rgba(255,255,255,0.2);
    background-color: rgba(0,0,0,0.1);
    font-size: 0.95rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .footer-container[b-xvqlrpcy2x] {
        flex-direction: column;
        text-align: start;
    }

    .footer-section a:hover[b-xvqlrpcy2x] {
        transform: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-x8rubfjsdc] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-x8rubfjsdc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/Navbar.razor.rz.scp.css */
.logo-image[b-d7gyztafyi] {
    height: 40px;
}

.custom-navbar[b-d7gyztafyi] {
    background: linear-gradient(90deg, #dff6ff, #ffffff);
    padding: 12px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

    .custom-navbar .navbar-brand[b-d7gyztafyi] {
        color: #0b3d91;
        font-weight: 700;
    }

    .custom-navbar .nav-link[b-d7gyztafyi] {
        color: #0b3d91;
        font-weight: 500;
    }

        .custom-navbar .nav-link:hover[b-d7gyztafyi] {
            color: #2563eb;
        }

.logo-image[b-d7gyztafyi] {
    height: 45px;
    width: auto;
    margin-right: 10px;
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-page[b-mlv20v198h] {
    background: #f5f9ff;
    min-height: 100vh;
    font-family: Arial, sans-serif;
}

/* HERO SECTION */
.about-hero[b-mlv20v198h] {
    height: 400px;
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/images/ganpati-travels-office.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

    .about-hero .overlay[b-mlv20v198h] {
        max-width: 850px;
        padding: 20px;
    }

    .about-hero h1[b-mlv20v198h] {
        font-size: 3.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .about-hero p[b-mlv20v198h] {
        font-size: 1.2rem;
        line-height: 1.8;
    }

/* CONTENT */
.about-content[b-mlv20v198h] {
    padding: 60px 20px;
}

.about-card[b-mlv20v198h] {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 50px;
}

    .about-card h2[b-mlv20v198h],
    .services-section h2[b-mlv20v198h],
    .contact-section h2[b-mlv20v198h] {
        text-align: center;
        margin-bottom: 30px;
        color: #0d3b66;
        font-weight: bold;
    }

    .about-card p[b-mlv20v198h] {
        font-size: 1.05rem;
        line-height: 2;
        color: #444;
    }

.quote-box[b-mlv20v198h] {
    background: linear-gradient(135deg, #dbeeff, #eef7ff);
    border-left: 5px solid #1e88e5;
    padding: 25px;
    margin-top: 30px;
    border-radius: 12px;
    font-style: italic;
    color: #0d3b66;
}

/* SERVICES */
.services-grid[b-mlv20v198h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.service-box[b-mlv20v198h] {
    background: white;
    padding: 30px 20px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

    .service-box:hover[b-mlv20v198h] {
        transform: translateY(-6px);
    }

    .service-box span[b-mlv20v198h] {
        font-size: 2.5rem;
    }

    .service-box h4[b-mlv20v198h] {
        margin-top: 15px;
        color: #0d3b66;
    }

/* CONTACT */
.contact-section[b-mlv20v198h] {
    margin-top: 60px;
}

.contact-grid[b-mlv20v198h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.contact-card[b-mlv20v198h] {
    background: white;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

    .contact-card h4[b-mlv20v198h] {
        color: #0d3b66;
        margin-bottom: 20px;
    }

    .contact-card p[b-mlv20v198h] {
        margin-bottom: 12px;
        color: #444;
        font-size: 1rem;
    }

/* RESPONSIVE */
@media (max-width: 768px) {

    .about-hero[b-mlv20v198h] {
        height: 320px;
    }

        .about-hero h1[b-mlv20v198h] {
            font-size: 2.3rem;
        }

        .about-hero p[b-mlv20v198h] {
            font-size: 1rem;
        }

    .about-card[b-mlv20v198h] {
        padding: 25px;
    }
}
/* /Components/Pages/Adventure.razor.rz.scp.css */
.adventure-page[b-jatqf62uot] {
    padding: 40px 20px;
    background: #f7fbff;
}

.section-header[b-jatqf62uot] {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h1[b-jatqf62uot] {
        font-size: 42px;
        color: #0d3b66;
        font-weight: bold;
    }

    .section-header p[b-jatqf62uot] {
        color: #555;
        font-size: 18px;
    }

.activity-grid[b-jatqf62uot] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.activity-card[b-jatqf62uot] {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    height: 320px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .activity-card:hover[b-jatqf62uot] {
        transform: translateY(-8px);
    }

    .activity-card img[b-jatqf62uot] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.activity-overlay[b-jatqf62uot] {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

    .activity-overlay h3[b-jatqf62uot] {
        color: white;
        margin: 0;
        font-size: 24px;
        font-weight: bold;
    }
/* /Components/Pages/Airlines.razor.rz.scp.css */

.container[b-okxwbo6ukc] {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.air-banner[b-okxwbo6ukc] {
    position: relative;
    height: 420px;
    overflow: hidden;
}

    .air-banner img[b-okxwbo6ukc] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner-overlay[b-okxwbo6ukc] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner-content[b-okxwbo6ukc] {
    color: white;
    max-width: 700px;
    padding: 20px;
}

    .banner-content h1[b-okxwbo6ukc] {
        font-size: 58px;
        margin-bottom: 18px;
        font-weight: 700;
    }

    .banner-content p[b-okxwbo6ukc] {
        font-size: 20px;
        line-height: 1.7;
    }

.service-intro[b-okxwbo6ukc] {
    padding: 90px 20px;
}

.intro-grid[b-okxwbo6ukc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px;
    align-items: center;
}

.intro-content h2[b-okxwbo6ukc] {
    font-size: 40px;
    margin-bottom: 25px;
}

.intro-content p[b-okxwbo6ukc] {
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
}

.feature-list[b-okxwbo6ukc] {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.feature-item[b-okxwbo6ukc] {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

    .feature-item i[b-okxwbo6ukc] {
        color: #0d6efd;
        font-size: 24px;
        margin-top: 5px;
    }

    .feature-item h4[b-okxwbo6ukc] {
        margin-bottom: 6px;
    }

    .feature-item p[b-okxwbo6ukc] {
        margin: 0;
        color: #666;
    }

.intro-image img[b-okxwbo6ukc] {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.routes-section[b-okxwbo6ukc] {
    background: #f8f9fa;
    padding: 90px 20px;
}

.section-title[b-okxwbo6ukc] {
    text-align: center;
    margin-bottom: 50px;
}

    .section-title h2[b-okxwbo6ukc] {
        font-size: 38px;
        margin-bottom: 12px;
    }

    .section-title p[b-okxwbo6ukc] {
        color: #666;
    }

.routes-grid[b-okxwbo6ukc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.route-card[b-okxwbo6ukc] {
    background: white;
    padding: 24px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
    transition: 0.3s;
}

    .route-card:hover[b-okxwbo6ukc] {
        transform: translateY(-4px);
    }

    .route-card i[b-okxwbo6ukc] {
        color: #0d6efd;
        font-size: 20px;
    }

    .route-card span[b-okxwbo6ukc] {
        font-weight: 600;
    }

.form-section[b-okxwbo6ukc] {
    padding: 90px 20px;
}

@@media(max-width: 768px) {

    .banner-content h1[b-okxwbo6ukc] {
        font-size: 42px;
    }

    .intro-content h2[b-okxwbo6ukc],
    .section-title h2[b-okxwbo6ukc] {
        font-size: 30px;
    }

    .service-intro[b-okxwbo6ukc],
    .routes-section[b-okxwbo6ukc],
    .form-section[b-okxwbo6ukc] {
        padding: 70px 20px;
    }
}
/* /Components/Pages/Buses.razor.rz.scp.css */
.bus-hero[b-30tectnely] {
    background: url('/images/buses-banner.png') center/cover no-repeat;
    min-height: 75vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay[b-30tectnely] {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.hero-content[b-30tectnely] {
    text-align: center;
    color: white;
    max-width: 800px;
}

    .hero-content h1[b-30tectnely] {
        font-size: 3rem;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .hero-content p[b-30tectnely] {
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

.book-btn[b-30tectnely] {
    display: inline-block;
    padding: 14px 30px;
    background: #ff9800;
    color: white;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

    .book-btn:hover[b-30tectnely] {
        background: #e68900;
        transform: translateY(-2px);
    }

.routes-section[b-30tectnely] {
    padding: 80px 20px;
    background: #f8f9fb;
}

.section-header[b-30tectnely] {
    text-align: center;
    margin-bottom: 50px;
}

    .section-header h2[b-30tectnely] {
        font-size: 2.4rem;
        margin-bottom: 15px;
        color: #222;
    }

    .section-header p[b-30tectnely] {
        color: #666;
        font-size: 1rem;
    }

.routes-list[b-30tectnely] {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.route-card[b-30tectnely] {
    background: white;
    padding: 22px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    font-weight: 600;
    color: #333;
}

    .route-card:hover[b-30tectnely] {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

.enquiry-wrapper[b-30tectnely] {
    padding: 80px 20px;
    background: white;
}

@media(max-width: 768px) {

    .hero-content h1[b-30tectnely] {
        font-size: 2.2rem;
    }

    .hero-content p[b-30tectnely] {
        font-size: 1rem;
    }

    .routes-section[b-30tectnely] {
        padding: 60px 15px;
    }
}
/* /Components/Pages/Cabs.razor.rz.scp.css */
.cab-hero[b-fp87g55e9q] {
    background: url('/images/cab-banner.png') center/cover no-repeat;
    height: 420px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay[b-fp87g55e9q] {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content[b-fp87g55e9q] {
    text-align: center;
    color: white;
    padding: 20px;
    max-width: 700px;
}

    .hero-content h1[b-fp87g55e9q] {
        font-size: 3rem;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .hero-content p[b-fp87g55e9q] {
        font-size: 1.1rem;
        line-height: 1.8;
    }

.cab-section[b-fp87g55e9q] {
    padding: 70px 20px;
    background: #f8f9fa;
}

.section-title[b-fp87g55e9q] {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 50px;
    color: #222;
    font-weight: 700;
}

.cab-grid[b-fp87g55e9q] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.cab-card[b-fp87g55e9q] {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

    .cab-card:hover[b-fp87g55e9q] {
        transform: translateY(-5px);
    }

    .cab-card img[b-fp87g55e9q] {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

.card-content[b-fp87g55e9q] {
    padding: 20px;
}

    .card-content h3[b-fp87g55e9q] {
        margin-bottom: 10px;
        color: #222;
    }

    .card-content p[b-fp87g55e9q] {
        color: #666;
        line-height: 1.6;
    }

.form-section[b-fp87g55e9q] {
    padding: 70px 20px;
    background: white;
}

@@media(max-width:768px) {

    .hero-content h1[b-fp87g55e9q] {
        font-size: 2.2rem;
    }

    .hero-content p[b-fp87g55e9q] {
        font-size: 1rem;
    }
}
/* /Components/Pages/Charter.razor.rz.scp.css */

.charter-page[b-sgq35mp0q7] {
    font-family: Arial, sans-serif;
    color: #222;
    background: #f8f9fb;
}

/* HERO SECTION */

.hero-section[b-sgq35mp0q7] {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.hero-image[b-sgq35mp0q7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay[b-sgq35mp0q7] {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero-content[b-sgq35mp0q7] {
    max-width: 850px;
    color: white;
}

    .hero-content h1[b-sgq35mp0q7] {
        font-size: 4rem;
        margin-bottom: 20px;
        font-weight: bold;
    }

.hero-subtitle[b-sgq35mp0q7] {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #f1c40f;
}

.hero-description[b-sgq35mp0q7] {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 35px;
}

.hero-buttons[b-sgq35mp0q7] {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.primary-btn[b-sgq35mp0q7],
.secondary-btn[b-sgq35mp0q7] {
    padding: 14px 32px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s;
}

.primary-btn[b-sgq35mp0q7] {
    background: #f1c40f;
    color: black;
    font-weight: bold;
}

    .primary-btn:hover[b-sgq35mp0q7] {
        background: #ffd84d;
    }

.secondary-btn[b-sgq35mp0q7] {
    background: transparent;
    border: 2px solid white;
    color: white;
}

    .secondary-btn:hover[b-sgq35mp0q7] {
        background: white;
        color: black;
    }

/* HIGHLIGHTS */

.highlights-section[b-sgq35mp0q7] {
    padding: 80px 8%;
    text-align: center;
}

    .highlights-section h2[b-sgq35mp0q7] {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

.highlights-grid[b-sgq35mp0q7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.highlight-card[b-sgq35mp0q7] {
    background: white;
    padding: 35px 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .highlight-card:hover[b-sgq35mp0q7] {
        transform: translateY(-8px);
    }

.icon[b-sgq35mp0q7] {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.highlight-card h3[b-sgq35mp0q7] {
    margin-bottom: 12px;
}

/* ABOUT */

.about-section[b-sgq35mp0q7] {
    padding: 80px 10%;
    background: white;
}

.about-content[b-sgq35mp0q7] {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

    .about-content h2[b-sgq35mp0q7] {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }

    .about-content p[b-sgq35mp0q7] {
        font-size: 1.1rem;
        line-height: 1.9;
        margin-bottom: 20px;
    }

/* ROUTE */

.route-section[b-sgq35mp0q7] {
    padding: 80px 8%;
    text-align: center;
}

    .route-section h2[b-sgq35mp0q7] {
        font-size: 2.5rem;
        margin-bottom: 50px;
    }

.route-grid[b-sgq35mp0q7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.route-card[b-sgq35mp0q7] {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

    .route-card h3[b-sgq35mp0q7] {
        margin-bottom: 20px;
        color: #0f4c81;
    }

    .route-card p[b-sgq35mp0q7] {
        line-height: 1.8;
        font-size: 1.05rem;
    }

/* ENQUIRY */

.enquiry-section[b-sgq35mp0q7] {
    padding: 80px 8%;
    background: #0f172a;
    color: white;
    text-align: center;
}

    .enquiry-section h2[b-sgq35mp0q7] {
        font-size: 2.5rem;
        margin-bottom: 40px;
    }

.enquiry-box[b-sgq35mp0q7] {
    max-width: 800px;
    margin: auto;
    background: rgba(255,255,255,0.08);
    padding: 40px;
    border-radius: 25px;
    backdrop-filter: blur(10px);
}

/* RESPONSIVE */

@@media(max-width: 768px) {

    .hero-content h1[b-sgq35mp0q7] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-sgq35mp0q7] {
        font-size: 1.1rem;
    }

    .hero-description[b-sgq35mp0q7] {
        font-size: 1rem;
    }

    .highlights-section h2[b-sgq35mp0q7],
    .about-content h2[b-sgq35mp0q7],
    .route-section h2[b-sgq35mp0q7],
    .enquiry-section h2[b-sgq35mp0q7] {
        font-size: 2rem;
    }
}

html[b-sgq35mp0q7] {
    scroll-behavior: smooth;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-stbv2dqbsc] {
    min-height: 100vh;
    background: #f5f9ff;
    font-family: Arial, sans-serif;
}

/* HERO SECTION */
.contact-hero[b-stbv2dqbsc] {
    height: 320px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/chaardhaam.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

    .contact-hero .overlay h1[b-stbv2dqbsc] {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact-hero .overlay p[b-stbv2dqbsc] {
        font-size: 1.2rem;
        opacity: 0.95;
    }

/* CONTACT SECTION */
.contact-container[b-stbv2dqbsc] {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.contact-card[b-stbv2dqbsc] {
    background: white;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

    .contact-card:hover[b-stbv2dqbsc] {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }

.icon[b-stbv2dqbsc] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.contact-card h2[b-stbv2dqbsc] {
    color: #0d6efd;
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.contact-card a[b-stbv2dqbsc] {
    display: block;
    margin: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.3s ease;
    word-break: break-word;
}

    .contact-card a:hover[b-stbv2dqbsc] {
        color: #0d6efd;
    }

/* MOBILE RESPONSIVE */
@@media (max-width: 768px) {

    .contact-hero[b-stbv2dqbsc] {
        height: 250px;
        padding: 20px;
    }

        .contact-hero .overlay h1[b-stbv2dqbsc] {
            font-size: 2.2rem;
        }

        .contact-hero .overlay p[b-stbv2dqbsc] {
            font-size: 1rem;
        }

    .contact-container[b-stbv2dqbsc] {
        padding: 40px 15px;
    }
}

.address-text[b-stbv2dqbsc] {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* RESET */
body[b-r8yi6o0npg] {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* HERO SECTION */
.hero[b-r8yi6o0npg] {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.hero-img[b-r8yi6o0npg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay[b-r8yi6o0npg] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}

    .hero-overlay h1[b-r8yi6o0npg] {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .hero-overlay p[b-r8yi6o0npg] {
        font-size: 1rem;
        margin-bottom: 15px;
    }

.cta-btn[b-r8yi6o0npg] {
    background: #ff7a00;
    border: none;
    padding: 10px 18px;
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
}

/* HERO IMAGE ZOOM ANIMATION */
.hero-img[b-r8yi6o0npg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomEffect-b-r8yi6o0npg 10s ease-in-out infinite alternate;
}

@keyframes zoomEffect-b-r8yi6o0npg {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/* HERO OVERLAY FADE IN */
.hero-overlay[b-r8yi6o0npg] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    animation: fadeIn-b-r8yi6o0npg 1.2s ease-in-out;
}

@keyframes fadeIn-b-r8yi6o0npg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* TEXT SLIDE ANIMATION */
.hero-overlay h1[b-r8yi6o0npg] {
    font-size: 1.8rem;
    margin-bottom: 10px;
    animation: slideUp-b-r8yi6o0npg 1s ease forwards;
}

.hero-overlay p[b-r8yi6o0npg] {
    font-size: 1rem;
    margin-bottom: 15px;
    animation: slideUp-b-r8yi6o0npg 1.2s ease forwards;
}

.cta-btn[b-r8yi6o0npg] {
    background: #ff7a00;
    border: none;
    padding: 10px 18px;
    color: white;
    border-radius: 20px;
    font-size: 0.9rem;
    animation: slideUp-b-r8yi6o0npg 1.4s ease forwards;
    transition: all 0.3s ease;
}

/* SLIDE KEYFRAME */
@keyframes slideUp-b-r8yi6o0npg {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* BUTTON HOVER EFFECT */
.cta-btn:hover[b-r8yi6o0npg] {
    background: #ff9500;
    transform: scale(1.05);
}


/* SERVICES SECTION */
.services[b-r8yi6o0npg] {
    padding: 20px;
}

    .services h2[b-r8yi6o0npg] {
        text-align: center;
        margin-bottom: 20px;
    }

/* CARD GRID (MOBILE FIRST) */
.card-grid[b-r8yi6o0npg] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}

/* CARD */
.card[b-r8yi6o0npg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    width: 100%;
    max-width: 280px;
}

    .card:hover[b-r8yi6o0npg] {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    }

    .card img[b-r8yi6o0npg] {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .card h3[b-r8yi6o0npg] {
        padding: 16px;
        margin: 0;
        color: #222;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .card-grid[b-r8yi6o0npg] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .card-grid[b-r8yi6o0npg] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* TABLET */
@media (min-width: 600px) {
    
    .hero-overlay h1[b-r8yi6o0npg] {
        font-size: 2.2rem;
    }
}

/* DESKTOP */
@media (min-width: 900px) {
    
    .hero[b-r8yi6o0npg] {
        height: 75vh;
    }

    .hero-overlay h1[b-r8yi6o0npg] {
        font-size: 3rem;
    }

    .hero-overlay p[b-r8yi6o0npg] {
        font-size: 1.2rem;
    }
}
/* /Components/Pages/Hotels.razor.rz.scp.css */
.hotel-page[b-262dfgzbix] {
    width: 100%;
    background-color: #f8f9fa;
}

/* HERO SECTION */

.hero-section[b-262dfgzbix] {
    height: 45vh;
    background-image: url('/images/hotel-banner.png');
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay[b-262dfgzbix] {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

    .hero-overlay h1[b-262dfgzbix] {
        font-size: 3rem;
        margin-bottom: 10px;
    }

    .hero-overlay p[b-262dfgzbix] {
        max-width: 700px;
        font-size: 1.1rem;
    }

/* LOCATIONS SECTION */

.locations-section[b-262dfgzbix] {
    padding: 60px 8%;
}

.section-title[b-262dfgzbix] {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #222;
}

.locations-grid[b-262dfgzbix] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

.location-card[b-262dfgzbix] {
    background: white;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .location-card:hover[b-262dfgzbix] {
        transform: translateY(-5px);
    }

    .location-card img[b-262dfgzbix] {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .location-card h3[b-262dfgzbix] {
        padding: 18px;
        text-align: center;
        font-size: 1.2rem;
        color: #333;
    }

/* FORM SECTION */

.form-section[b-262dfgzbix] {
    padding: 50px 8%;
    background-color: white;
}

/* MOBILE */

@media(max-width:768px) {

    .hero-overlay h1[b-262dfgzbix] {
        font-size: 2.2rem;
    }

    .hero-overlay p[b-262dfgzbix] {
        font-size: 1rem;
    }

    .locations-section[b-262dfgzbix] {
        padding: 40px 5%;
    }

    .form-section[b-262dfgzbix] {
        padding: 40px 5%;
    }
}
/* /Components/Pages/Packages.razor.rz.scp.css */
.packages-page[b-zxyg98qemj] {
    font-family: 'Segoe UI', sans-serif;
    background: #f5f9ff;
    color: #222;
}

/* HERO SECTION */

.packages-hero[b-zxyg98qemj] {
    height: 60vh;
    background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url('/images/chaardhaam.png') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.hero-overlay h1[b-zxyg98qemj] {
    font-size: 3rem;
    color: white;
    margin-bottom: 15px;
}

.hero-overlay p[b-zxyg98qemj] {
    color: #f2f2f2;
    max-width: 750px;
    font-size: 1.1rem;
    line-height: 1.7;
}

/* SECTION STYLING */

.package-section[b-zxyg98qemj] {
    padding: 70px 8%;
}

.alt-bg[b-zxyg98qemj] {
    background: #eef5ff;
}

.section-header[b-zxyg98qemj] {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h2[b-zxyg98qemj] {
        font-size: 2.4rem;
        color: #0f4c81;
        margin-bottom: 10px;
    }

    .section-header p[b-zxyg98qemj] {
        color: #555;
        font-size: 1.1rem;
    }

/* PACKAGE CARD */

.package-card[b-zxyg98qemj] {
    background: white;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

    .package-card h3[b-zxyg98qemj] {
        margin-top: 20px;
        margin-bottom: 15px;
        color: #0f4c81;
    }

/* DHAM LIST */

.dham-list[b-zxyg98qemj] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

    .dham-list span[b-zxyg98qemj] {
        background: linear-gradient(to right, #4facfe, #00c6fb);
        color: white;
        padding: 12px 22px;
        border-radius: 50px;
        font-weight: 600;
        box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    }

/* ITINERARY */

.itinerary[b-zxyg98qemj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.day-card[b-zxyg98qemj] {
    background: #f8fbff;
    border-left: 5px solid #2196f3;
    padding: 20px;
    border-radius: 16px;
    transition: 0.3s ease;
}

    .day-card:hover[b-zxyg98qemj] {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .day-card h4[b-zxyg98qemj] {
        color: #1565c0;
        margin-bottom: 10px;
    }

/* INFO BOX */

.info-box[b-zxyg98qemj] {
    margin-top: 20px;
    background: #f4faff;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #dbeeff;
}

    .info-box p[b-zxyg98qemj] {
        margin: 10px 0;
        font-weight: 500;
    }

/* INCLUDED SECTION */

.included-section[b-zxyg98qemj] {
    padding: 70px 8%;
    background: white;
}

    .included-section h2[b-zxyg98qemj] {
        text-align: center;
        font-size: 2.5rem;
        color: #0f4c81;
        margin-bottom: 50px;
    }

.included-grid[b-zxyg98qemj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.included-card[b-zxyg98qemj] {
    background: #f7fbff;
    padding: 25px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s ease;
}

    .included-card:hover[b-zxyg98qemj] {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    .included-card h3[b-zxyg98qemj] {
        color: #1565c0;
        margin-bottom: 12px;
    }

/* CONDITIONS */

.conditions-section[b-zxyg98qemj] {
    padding: 60px 8%;
}

.conditions-card[b-zxyg98qemj] {
    background: linear-gradient(to right, #1565c0, #42a5f5);
    color: white;
    padding: 35px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

    .conditions-card h2[b-zxyg98qemj] {
        margin-bottom: 15px;
    }

/* MOBILE RESPONSIVE */

@media(max-width:768px) {

    .hero-overlay h1[b-zxyg98qemj] {
        font-size: 2.2rem;
    }

    .section-header h2[b-zxyg98qemj] {
        font-size: 2rem;
    }

    .package-card[b-zxyg98qemj] {
        padding: 25px;
    }

    .packages-hero[b-zxyg98qemj] {
        height: 50vh;
    }
}

/* OTHER TOUR PACKAGES */

.tour-grid[b-zxyg98qemj] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.tour-card[b-zxyg98qemj] {
    background: white;
    padding: 30px;
    border-radius: 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

    .tour-card:hover[b-zxyg98qemj] {
        transform: translateY(-8px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    }

    .tour-card h3[b-zxyg98qemj] {
        color: #0f4c81;
        margin-bottom: 15px;
        font-size: 1.4rem;
    }

    .tour-card p[b-zxyg98qemj] {
        color: #555;
        line-height: 1.7;
        margin-bottom: 20px;
    }

.tour-tags[b-zxyg98qemj] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .tour-tags span[b-zxyg98qemj] {
        background: #eef6ff;
        color: #1565c0;
        padding: 10px 16px;
        border-radius: 40px;
        font-weight: 600;
        font-size: 0.95rem;
    }

.special-card[b-zxyg98qemj] {
    background: linear-gradient(to right, #1565c0, #42a5f5);
    color: white;
}

    .special-card h3[b-zxyg98qemj],
    .special-card p[b-zxyg98qemj],
    .special-card ul[b-zxyg98qemj] {
        color: white;
    }

    .special-card ul[b-zxyg98qemj] {
        margin-top: 15px;
        padding-left: 20px;
    }

    .special-card li[b-zxyg98qemj] {
        margin-bottom: 10px;
    }

.or-divider[b-zxyg98qemj] {
    text-align: center;
    margin: 20px 0;
    color: #666;
    font-weight: 600;
}

.see-packages-btn[b-zxyg98qemj] {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 14px 28px;
    border: none;
    border-radius: 12px;
    background: #f5f7fa;
    color: #0d47a1;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .see-packages-btn:hover[b-zxyg98qemj] {
        background: #e3f2fd;
        transform: translateY(-2px);
    }

html[b-zxyg98qemj] {
    scroll-behavior: smooth;
}

#packages-section[b-zxyg98qemj] {
    padding: 80px 20px;
}

.packages-title[b-zxyg98qemj] {
    text-align: center;
    margin-bottom: 40px;
    color: #0d47a1;
    font-size: 36px;
}

.enquiry-container[b-zxyg98qemj] {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.enquiry-form[b-zxyg98qemj] {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.form-title[b-zxyg98qemj] {
    text-align: center;
    margin-bottom: 25px;
    color: #0d47a1;
    font-size: 32px;
    font-weight: 700;
}

.form-group[b-zxyg98qemj] {
    margin-bottom: 18px;
}

.form-control[b-zxyg98qemj],
.form-select[b-zxyg98qemj] {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: white;
}

    .form-control:focus[b-zxyg98qemj],
    .form-select:focus[b-zxyg98qemj] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 4px rgba(33,150,243,0.15);
    }

.message-box[b-zxyg98qemj] {
    min-height: 120px;
    resize: vertical;
}

.submit-btn[b-zxyg98qemj] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2196f3, #0d47a1);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit-btn:hover[b-zxyg98qemj] {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(33,150,243,0.35);
    }
/* /Components/Pages/Safari.razor.rz.scp.css */
/* MAIN PAGE */
.jungle-safari-page[b-1t4r9s60jm] {
    width: 100%;
    padding: 60px 8%;
    background: #f7f7f7;
    box-sizing: border-box;
}

/* HERO SECTION */
.safari-hero[b-1t4r9s60jm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* LEFT CONTENT */
.hero-content[b-1t4r9s60jm] {
    flex: 1;
    min-width: 300px;
}

    .hero-content h1[b-1t4r9s60jm] {
        font-size: 3rem;
        color: #1d3b2f;
        margin-bottom: 20px;
    }

    .hero-content p[b-1t4r9s60jm] {
        font-size: 1.1rem;
        color: #444;
        line-height: 1.8;
        margin-bottom: 15px;
    }

.park-list[b-1t4r9s60jm] {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

    .park-list li[b-1t4r9s60jm] {
        font-size: 1.1rem;
        margin-bottom: 12px;
        color: #2d2d2d;
        font-weight: 500;
    }

/* BUTTON */
.book-btn[b-1t4r9s60jm] {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 28px;
    background: #2e7d32;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

    .book-btn:hover[b-1t4r9s60jm] {
        background: #1b5e20;
        transform: translateY(-2px);
    }

/* IMAGE */
.hero-image[b-1t4r9s60jm] {
    flex: 1;
    min-width: 300px;
}

    .hero-image img[b-1t4r9s60jm] {
        width: 100%;
        border-radius: 18px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        object-fit: cover;
    }

/* ENQUIRY SECTION */
.enquiry-section[b-1t4r9s60jm] {
    padding: 70px 8%;
    background: white;
}

/* MOBILE */
@media(max-width: 768px) {

    .safari-hero[b-1t4r9s60jm] {
        flex-direction: column-reverse;
    }

    .hero-content h1[b-1t4r9s60jm] {
        font-size: 2.2rem;
    }
}
/* /Components/Pages/Trains.razor.rz.scp.css */

.train-hero[b-7pbekdgppp] {
    background: url('/images/train-servies-banner.png') center/cover no-repeat;
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay[b-7pbekdgppp] {
    background: rgba(0,0,0,0.55);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content[b-7pbekdgppp] {
    text-align: center;
    color: white;
    max-width: 700px;
    padding: 20px;
}

    .hero-content h1[b-7pbekdgppp] {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .hero-content p[b-7pbekdgppp] {
        font-size: 1.1rem;
        line-height: 1.7;
    }

.routes-section[b-7pbekdgppp] {
    padding: 70px 8%;
    background: #f8fafc;
}

.section-header[b-7pbekdgppp] {
    text-align: center;
    margin-bottom: 40px;
}

    .section-header h2[b-7pbekdgppp] {
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #0f172a;
    }

    .section-header p[b-7pbekdgppp] {
        color: #555;
    }

.routes-list[b-7pbekdgppp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.route-item[b-7pbekdgppp] {
    background: white;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: 0.3s;
}

    .route-item:hover[b-7pbekdgppp] {
        transform: translateY(-4px);
    }

.enquiry-section[b-7pbekdgppp] {
    padding: 80px 8%;
    background: white;
}

.enquiry-wrapper[b-7pbekdgppp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    align-items: center;
}

.enquiry-text h2[b-7pbekdgppp] {
    font-size: 2.2rem;
    margin-bottom: 15px;
    color: #0f172a;
}

.enquiry-text p[b-7pbekdgppp] {
    color: #555;
    line-height: 1.8;
}

.form-container[b-7pbekdgppp] {
    background: #f8fafc;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

@@media(max-width:768px) {

    .hero-content h1[b-7pbekdgppp] {
        font-size: 2.2rem;
    }

    .train-hero[b-7pbekdgppp] {
        height: 50vh;
    }

    .route-item[b-7pbekdgppp] {
        width: 100%;
        text-align: center;
    }
}

.enquiry-container[b-7pbekdgppp] {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.enquiry-form[b-7pbekdgppp] {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.form-title[b-7pbekdgppp] {
    text-align: center;
    margin-bottom: 25px;
    color: #0d47a1;
    font-size: 32px;
    font-weight: 700;
}

.form-group[b-7pbekdgppp] {
    margin-bottom: 18px;
}

.form-control[b-7pbekdgppp],
.form-select[b-7pbekdgppp] {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: white;
}

    .form-control:focus[b-7pbekdgppp],
    .form-select:focus[b-7pbekdgppp] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 4px rgba(33,150,243,0.15);
    }

.message-box[b-7pbekdgppp] {
    min-height: 120px;
    resize: vertical;
}

.submit-btn[b-7pbekdgppp] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2196f3, #0d47a1);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit-btn:hover[b-7pbekdgppp] {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(33,150,243,0.35);
    }
/* /Components/Shared/EnquiryForm.razor.rz.scp.css */
.enquiry-container[b-0x9xs01aa5] {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.enquiry-form[b-0x9xs01aa5] {
    width: 100%;
    max-width: 550px;
    background: #ffffff;
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.form-title[b-0x9xs01aa5] {
    text-align: center;
    margin-bottom: 25px;
    color: #0d47a1;
    font-size: 32px;
    font-weight: 700;
}

.form-group[b-0x9xs01aa5] {
    margin-bottom: 18px;
}

.form-control[b-0x9xs01aa5],
.form-select[b-0x9xs01aa5] {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d0d7de;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: white;
}

    .form-control:focus[b-0x9xs01aa5],
    .form-select:focus[b-0x9xs01aa5] {
        outline: none;
        border-color: #2196f3;
        box-shadow: 0 0 0 4px rgba(33,150,243,0.15);
    }

.message-box[b-0x9xs01aa5] {
    min-height: 120px;
    resize: vertical;
}

.submit-btn[b-0x9xs01aa5] {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2196f3, #0d47a1);
    color: white;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .submit-btn:hover[b-0x9xs01aa5] {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(33,150,243,0.35);
    }
