/* -------------------------------------------------------------
   Siddheswari Travels - Pixel-Perfect & Mobile Friendly Stylesheet
------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@700;800;900&family=Hind+Siliguri:wght@400;500;600;700;800;900&family=Noto+Sans+Bengali:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --primary-navy: #0B2B5C;
    --dark-navy: #051636;
    --brand-red: #DC2626;
    --brand-yellow: #F5B301;
    --brand-blue: #0F2C59;
    --white: #FFFFFF;
    --light-bg: #F0F4FA;
    --text-dark: #1E293B;
    --text-muted: #64748B;
    --border-color: #E2E8F0;
    --radius-lg: 16px;
    --radius-md: 10px;
    --radius-sm: 6px;
    --font-heading: 'Anek Bangla', 'Hind Siliguri', sans-serif;
    --font-body: 'Noto Sans Bengali', sans-serif;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--light-bg);
    color: var(--text-dark);
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 800;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
}

/* -------------------------------------------------------------
   Top Bar & Header Navigation (Clean White Theme)
------------------------------------------------------------- */
.header-wrapper {
    background: #FFFFFF;
    color: var(--text-dark);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-bottom: 1px solid #E2E8F0;
}

.top-bar-strip {
    background: #F8FAFC;
    padding: 6px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid #E2E8F0;
}

.top-bar-inner {
    max-width: 100%;
    margin: 0;
    padding: 0 5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.top-info-link {
    color: #0B2B5C;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
}

.top-info-link i {
    color: #DC2626;
}

.top-info-link:hover {
    color: #DC2626;
}

.top-social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.top-social-icons a {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #0B2B5C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #FFF;
}

.top-social-icons a:hover {
    background: #DC2626;
    color: #FFF;
}

/* Main Navigation Bar */
.main-nav-bar {
    max-width: 100%;
    margin: 0;
    padding: 8px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-box {
    display: flex;
    align-items: center;
}

.header-main-logo {
    height: 56px;
    width: auto;
    object-fit: contain;
    display: block;
}

.nav-links-list {
    display: flex;
    gap: 4px;
    background: #F1F5F9;
    padding: 5px;
    border-radius: 30px;
    border: 1px solid #E2E8F0;
}

.nav-item {
    color: #0F2C59;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

.nav-item:hover {
    color: #DC2626;
}

.nav-item.active {
    background: #DC2626;
    color: #FFFFFF;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.35);
}

.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #0F2C59;
    font-size: 1.6rem;
    cursor: pointer;
}

/* -------------------------------------------------------------
   HERO SECTION (Responsive Desktop Layout)
------------------------------------------------------------- */
.hero-banner-section {
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0) 65%), url('../images/hero_banner.jpg') center center/cover no-repeat;
    padding: 85px 0 95px;
    min-height: 660px;
    display: flex;
    align-items: center;
}

.hero-inner-container {
    max-width: 100%;
    margin: 0;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    position: relative;
    width: 100%;
}

.hero-left-content {
    max-width: 440px;
    margin-left: 0;
}

.hero-title-split {
    margin-bottom: 16px;
}

.hero-title-split .title-red {
    color: #DC2626;
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    display: block;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9), 0 3px 6px rgba(0, 0, 0, 0.25);
    letter-spacing: -1px;
}

.hero-title-split .title-navy {
    color: #0B2B5C;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
    display: block;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9), 0 3px 6px rgba(0, 0, 0, 0.25);
    letter-spacing: -0.5px;
    margin-bottom: 14px;
}

.hero-desc-bold {
    color: #0B2B5C;
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.55;
    margin-bottom: 24px;
    max-width: 420px;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.95);
}

.hero-desc-bold span {
    font-weight: 800;
    color: #051636;
}

/* Trust Badges Grid - Compact 2x2 Layout */
.trust-badges-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 28px;
    max-width: 410px;
}

.trust-badge-pill {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #CBD5E1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}

.trust-badge-pill i {
    font-size: 1.25rem;
    color: #D97706; /* Golden icon */
}

.trust-badge-pill .badge-text {
    font-size: 0.85rem;
    font-weight: 800;
    color: #0B2B5C;
    line-height: 1.2;
}

.trust-badge-pill .badge-subtext {
    font-size: 0.7rem;
    color: var(--text-muted);
    font-weight: 600;
    display: block;
}

/* Buttons */
.hero-cta-buttons {
    display: flex;
    gap: 14px;
}

.btn-hero-red {
    background: linear-gradient(135deg, #DC2626, #B91C1C);
    color: #FFF;
    padding: 12px 26px;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 18px rgba(220, 38, 38, 0.45);
    transition: all 0.2s ease;
}

.btn-hero-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(220, 38, 38, 0.65);
}

.btn-hero-blue {
    background: #0F2C59;
    color: #FFF;
    padding: 12px 26px;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.05rem;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 18px rgba(15, 44, 89, 0.35);
    transition: all 0.2s ease;
}

.btn-hero-blue:hover {
    background: var(--dark-navy);
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
   Section Title Banner (With Ornamental Golden Flourish)
------------------------------------------------------------- */
.section-banner-title {
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.section-banner-title h2 {
    font-size: 2.2rem;
    color: var(--primary-navy);
    font-weight: 800;
    margin-bottom: 6px;
}

.title-flourish {
    display: block;
    width: 140px;
    height: 12px;
    margin: 0 auto;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0 5 Q 25 0, 50 5 Q 75 10, 100 5" stroke="%23F5B301" stroke-width="3" fill="none"/></svg>') center center no-repeat;
}

/* -------------------------------------------------------------
   Our Services Section ("আমাদের পরিষেবা")
------------------------------------------------------------- */
.services-section {
    padding: 50px 0;
    background: #FFF;
}

.services-cards-row {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 14px;
}

.service-item-card {
    background: #FFF;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-item-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(11, 43, 92, 0.12);
    border-color: var(--brand-yellow);
}

.service-item-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: var(--primary-navy);
}

.service-item-card h3 {
    font-size: 1.05rem;
    color: var(--primary-navy);
    font-weight: 700;
    margin-bottom: 8px;
}

.service-item-card p {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* -------------------------------------------------------------
   EXACT BUS CARD LAYOUT (1:1 Match to Attached Screenshot)
------------------------------------------------------------- */
.bus-fleet-section {
    padding: 50px 0;
    background: #F0F4FA;
}

.bus-fleet-grid-row {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.bus-card-exact {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.bus-card-exact:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(11, 43, 92, 0.12);
}

.bus-card-img-wrap {
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.bus-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bus-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.bus-card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.bus-card-header-row h3 {
    font-size: 1.3rem;
    color: #0F2C59;
    font-weight: 800;
}

.bus-card-header-row .seat-count {
    font-size: 0.95rem;
    color: #64748B;
    font-weight: 600;
}

.bus-card-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.88rem;
    color: #334155;
    margin-bottom: 12px;
    font-weight: 500;
}

.bus-card-amenities span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.bus-card-desc {
    font-size: 0.88rem;
    color: #64748B;
    line-height: 1.5;
    margin-bottom: 16px;
    flex-grow: 1;
}

.bus-card-divider {
    border-top: 1px solid #E2E8F0;
    margin-bottom: 14px;
}

.bus-card-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.bus-card-offer-text {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0F2C59;
    line-height: 1.35;
    max-width: 60%;
}

.btn-book-square {
    background: #0F2C59;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 10px 22px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(15, 44, 89, 0.25);
}

.btn-book-square:hover {
    background: #061E47;
    transform: translateY(-2px);
}

/* -------------------------------------------------------------
   Hotel Booking Search Engine Container
------------------------------------------------------------- */
.hotel-booking-section {
    padding: 50px 0 30px;
    background: #FFF;
}

.hotel-booking-box {
    max-width: 1240px;
    margin: 0 auto;
    background: var(--dark-navy);
    border-radius: 16px;
    padding: 28px 30px;
    color: #FFF;
    box-shadow: 0 15px 35px rgba(5, 22, 54, 0.3);
}

.hotel-box-header {
    text-align: center;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.hotel-box-header h3 {
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 700;
}

.hotel-filter-form {
    display: grid;
    grid-template-columns: 2fr 1.3fr 1.3fr 1fr 1fr auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 20px;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.filter-group label {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.85);
    font-family: var(--font-heading);
}

.filter-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: none;
    background: #FFFFFF;
    color: var(--text-dark);
    font-size: 0.9rem;
    outline: none;
    font-family: var(--font-body);
}

.btn-search-yellow {
    background: var(--brand-yellow);
    color: var(--dark-navy);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 40px;
    transition: all 0.2s ease;
}

.btn-search-yellow:hover {
    background: #E5A500;
    transform: translateY(-2px);
}

.hotel-guarantee-row {
    display: flex;
    justify-content: space-around;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 0.88rem;
    color: rgba(255,255,255,0.9);
}

.hotel-guarantee-row span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.hotel-guarantee-row i {
    color: var(--brand-yellow);
}

/* -------------------------------------------------------------
   Popular Hotel Deals Grid ("জনপ্রিয় হোটেল ডিল")
------------------------------------------------------------- */
.hotels-deals-grid {
    max-width: 1240px;
    margin: 30px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.hotel-deal-card {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    border: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
}

.hotel-card-thumb {
    height: 140px;
    width: 100%;
    overflow: hidden;
}

.hotel-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-card-info {
    padding: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.hotel-card-info h4 {
    font-size: 1rem;
    color: var(--primary-navy);
    margin-bottom: 2px;
    font-weight: 700;
}

.hotel-card-info .city {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.hotel-card-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.78rem;
    color: var(--text-muted);
}

.price-row strong {
    font-size: 1.05rem;
    color: #16A34A;
}

.btn-card-blue {
    background: var(--brand-blue);
    color: #FFF;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: var(--font-heading);
}

.btn-card-blue:hover {
    background: var(--primary-navy);
}

/* -------------------------------------------------------------
   Why Choose Us Section
------------------------------------------------------------- */
.why-us-banner-section {
    background: var(--dark-navy);
    color: #FFF;
    padding: 40px 0;
}

.why-us-grid-row {
    max-width: 1240px;
    margin: 25px auto 0;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
}

.why-us-card-pill {
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    padding: 14px 6px;
    text-align: center;
    background: rgba(255,255,255,0.04);
    transition: all 0.2s ease;
}

.why-us-card-pill:hover {
    border-color: var(--brand-yellow);
    background: var(--brand-yellow);
    color: var(--dark-navy);
    transform: translateY(-4px);
}

.why-us-card-pill i {
    font-size: 1.4rem;
    color: var(--brand-yellow);
    margin-bottom: 6px;
    display: block;
}

.why-us-card-pill:hover i {
    color: var(--dark-navy);
}

.why-us-card-pill span {
    font-size: 0.8rem;
    font-weight: 700;
    font-family: var(--font-heading);
    display: block;
}

/* -------------------------------------------------------------
   Footer Section
------------------------------------------------------------- */
.footer-main-dark {
    background: #030E26;
    color: #FFF;
    padding: 40px 0 20px;
    border-top: 4px solid var(--brand-yellow);
}

.footer-grid-3col {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 30px;
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 30px;
}

.footer-contact-info h3, .footer-form-box h3, .footer-map-box h3 {
    font-size: 1.25rem;
    color: #FFF;
    margin-bottom: 16px;
    font-weight: 700;
}

.contact-detail-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.88rem;
    color: rgba(255,255,255,0.85);
}

.contact-detail-line i {
    color: var(--brand-yellow);
    margin-top: 3px;
}

.footer-inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-row-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.footer-input {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(255,255,255,0.1);
    color: #FFF;
    font-size: 0.85rem;
    outline: none;
    font-family: var(--font-body);
}

.footer-input::placeholder {
    color: rgba(255,255,255,0.6);
}

.btn-submit-yellow {
    background: var(--brand-yellow);
    color: var(--dark-navy);
    padding: 10px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 0.95rem;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: var(--font-heading);
}

/* -------------------------------------------------------------
   Modals & Lightbox (Strictly Hidden by Default)
------------------------------------------------------------- */
.modal-overlay, .lightbox-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-card {
    background: var(--white);
    width: 100%;
    max-width: 540px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.modal-header {
    background: var(--dark-navy);
    color: var(--white);
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    color: var(--brand-yellow);
    font-size: 1.3rem;
}

.modal-close, .lightbox-close {
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
}

.modal-body {
    padding: 24px;
}

.lightbox-content {
    max-width: 90vw;
    max-height: 85vh;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

/* Floating Actions Widgets */
.sticky-floating-widgets {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2000;
}

.widget-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 1.4rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}

.widget-btn:hover {
    transform: scale(1.1);
}

.widget-whatsapp { background: #25D366; }
.widget-call { background: #007AFF; }

/* -------------------------------------------------------------
   COMPREHENSIVE MOBILE RESPONSIVE BREAKPOINTS
------------------------------------------------------------- */
@media (max-width: 1024px) {
    .services-cards-row { grid-template-columns: repeat(4, 1fr); }
    .hotels-deals-grid { grid-template-columns: repeat(3, 1fr); }
    .bus-fleet-grid-row { grid-template-columns: repeat(2, 1fr); }
    .why-us-grid-row { grid-template-columns: repeat(4, 1fr); }
    .hotel-filter-form { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    /* Mobile Top Bar - Single Row Alignment */
    .top-bar-strip {
        padding: 4px 0;
    }
    
    .top-bar-inner {
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .top-info-link:nth-child(2),
    .top-info-link:nth-child(3) {
        display: none; /* Hide 2nd phone & email on mobile top bar for ultra-clean single row */
    }

    .main-nav-bar {
        position: relative;
        padding: 8px 16px;
    }

    .header-main-logo {
        height: 40px;
        max-width: 220px;
    }
    
    .nav-links-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        flex-direction: column;
        padding: 16px;
        border-radius: 0 0 16px 16px;
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
        gap: 8px;
        z-index: 1001;
        border-top: 1px solid #E2E8F0;
    }
    
    .nav-links-list.active {
        display: flex;
    }
    
    .nav-item {
        width: 100%;
        text-align: center;
        padding: 12px;
        border-radius: 8px;
        color: #0B2B5C;
    }

    .mobile-nav-toggle {
        display: block;
    }
    
    /* Reduced Hero Background Image Opacity / Stronger Soft Overlay on Mobile */
    .hero-banner-section {
        padding: 45px 0 55px;
        min-height: auto;
        background-position: center right;
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.4) 100%), url('../images/hero_banner.jpg');
    }

    .hero-inner-container {
        padding: 0 16px;
        text-align: center;
    }

    .hero-left-content {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero-title-split .title-red {
        font-size: 2.9rem;
    }

    .hero-title-split .title-navy {
        font-size: 2.3rem;
        margin-bottom: 12px;
    }

    .hero-desc-bold {
        font-size: 1.05rem;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .trust-badges-grid {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        gap: 8px;
        margin-bottom: 22px;
    }

    .trust-badge-pill {
        padding: 8px 10px;
    }

    .trust-badge-pill i {
        font-size: 1.1rem;
    }

    .trust-badge-pill .badge-text {
        font-size: 0.8rem;
    }

    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .btn-hero-red, .btn-hero-blue {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 1.05rem;
    }

    .services-cards-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 16px;
    }

    .service-item-card {
        padding: 16px 8px;
    }

    .service-item-icon {
        font-size: 1.8rem;
        width: 48px;
        height: 48px;
        margin-bottom: 8px;
    }

    .service-item-card h3 {
        font-size: 0.95rem;
    }

    .bus-fleet-grid-row {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .hotel-booking-box {
        margin: 0 16px;
        padding: 20px 16px;
    }

    .hotel-filter-form {
        grid-template-columns: 1fr;
    }

    .hotel-guarantee-row {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .hotels-deals-grid {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .why-us-grid-row {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 16px;
    }

    .footer-grid-3col {
        grid-template-columns: 1fr;
        padding: 0 16px 20px;
        text-align: center;
    }

    .contact-detail-line {
        justify-content: center;
    }

    .top-social-icons {
        justify-content: center;
    }
}
