/* assets/css/style.css
   Base styling + luxury layout for Mantri G Limo
*/

/* Global resets */

body {
    font-family: var(--font-body);
    background-color: var(--body-bg);
    color: var(--text-color);
    line-height: 1.7;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--heading-color);
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--primary-dark);
}

/* Top Bar */

.top-bar {
    background-color: #ffffff;
    font-size: 13px;
}

.top-phone-label {
    color: var(--muted-text);
    margin-right: 4px;
}

.top-phone-link,
.top-email-link {
    font-weight: 500;
}




/* Navbar / Header */

.site-header .navbar {
    border-bottom: 1px solid #e2e5f0;
}

.navbar-brand .brand-mark {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 2px solid var(--primary-color);
    position: relative;
}

.navbar-brand .brand-mark::after {
    content: "MG";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    color: var(--primary-color);
}

.navbar-brand .brand-text {
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 13px;
    text-transform: uppercase;
}

.brand-tagline {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--muted-text);
}

/* Navbar links */

.navbar-nav .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.4rem 0.9rem;
    color: #3a4256;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar .booking-btn {
    font-size: 13px;
}

/* Buttons */

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
    border-color: var(--primary-dark);
    color: #fff;
}

.btn-outline-primary {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}



/* Hide ONLY header phone number on mobile */
@media (max-width: 767px) {
    .btn-outline-primary {
        display: none !important;
    }
}

/* Hero Section (Home) */

.hero-section {
    padding: 70px 0 60px;
    background: radial-gradient(circle at top left, #fdf5e4, #f5f7fb 60%);
}

.hero-badge {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--primary-dark);
    background-color: #fff;
    border-radius: 999px;
    padding: 0.25rem 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    box-shadow: var(--shadow-subtle);
}

.hero-badge span.dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--primary-color);
}

.hero-title {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: 0.98rem;
    color: var(--muted-text);
    max-width: 520px;
}

.hero-tagline {
    font-size: 0.86rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-top: 1.2rem;
    color: #444b5f;
}

.hero-cta-group {
    margin-top: 1.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-phone-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    box-shadow: var(--shadow-subtle);
}

.hero-phone-pill span.label {
    color: var(--muted-text);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Fleet teaser cards on home */

.fleet-section {
    padding: 40px 0;
}

.fleet-card {
    background-color: var(--card-bg);
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-subtle);
    overflow: hidden;
    border: 1px solid #eceff6;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.fleet-card-body {
    padding: 1.2rem 1.35rem 1.3rem;
}

.fleet-price {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--primary-dark);
}

.fleet-name {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 0.35rem;
}

.fleet-rating {
    font-size: 0.8rem;
    color: #f4a731;
}

/* Content sections */

.section-heading {
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
}

.section-intro {
    color: var(--muted-text);
    max-width: 720px;
}

/* Services grid section on home */

.services-grid {
    margin-top: 1.5rem;
}

.service-item {
    padding: 1.1rem 1rem;
    border-radius: var(--border-radius-md);
    background-color: #ffffff;
    border: 1px solid #eceff6;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

/* Why Choose Us */

.why-section {
    padding: 60px 0;
}

.why-badge-list {
    list-style: none;
    padding-left: 0;
    columns: 2;
    column-gap: 2rem;
    margin-top: 1rem;
}

.why-badge-list li {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

/* Testimonials (simple static layout from Google reviews text) */

.testimonials-section {
    padding: 60px 0 40px;
    background-color: #ffffff;
}

.testimonial-card {
    border-radius: var(--border-radius-md);
    border: 1px solid #eceff6;
    background-color: #fdfdfd;
    padding: 1rem 1.1rem;
    height: 100%;
}

.testimonial-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.testimonial-meta {
    font-size: 0.78rem;
    color: var(--muted-text);
}

/* 10% Off CTA section */

.cta-offer {
    padding: 60px 0;
    background: radial-gradient(circle at center, #fff7e6, #f5f7fb 60%);
}

.cta-card {
    background-color: #ffffff;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-soft);
    padding: 2.1rem 2.4rem;
}

/* Footer */

.site-footer {
    background-color: #ffffff;
}

.footer-heading {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-links li a {
    font-size: 0.9rem;
    color: #4a4f60;
}

.footer-links li a:hover {
    color: var(--primary-color);
}

.footer-divider {
    border-top: 1px solid #e0e3ed;
}

.footer-copy {
    font-size: 0.8rem;
    color: var(--muted-text);
}

/* Back to top */

.back-to-top {
    position: fixed;
    bottom: 24px;
    left: 20px;
    border-radius: 999px;
    width: 38px;
    height: 38px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 18px;
}


/* Logo Image */
.logo-img {
    height: 48px;
    /* Adjust height based on your logo */
    width: auto;
}

/* Brand Text Layout */
.brand-text-block {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.brand-subtitle {
    font-size: 11px;
    color: #666;
    font-weight: 400;
    margin-top: 2px;
}

.btn-luxury {
    background: #0c1b33;
    /* deep royal navy */
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: .08em;
}

.btn-luxury:hover {
    background: #0a1629;
}



/* ===========================
   LUXURY FLEET SECTION
=========================== */

.lux-section-title {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #121212;
}

.lux-fleet-img-wrap {
    overflow: hidden;
    border-radius: 6px;
}

.lux-fleet-img {
    height: 100%;
    border-radius: 6px;
    transition: 0.4s ease;
}

.lux-fleet-img:hover {
    transform: scale(1.03);
}

.lux-fleet-name {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #111;
    margin-bottom: 15px;
}

.lux-fleet-desc {
    font-family: Inter, sans-serif;
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.lux-fleet-features {
    padding-left: 18px;
    list-style: none;
}

.lux-fleet-features li {
    font-family: Inter, sans-serif;
    font-size: 15px;
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
}

.lux-fleet-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 3px;
    color: #b48a42;
    /* luxury gold */
    font-size: 18px;
}

.lux-price span {
    font-size: 20px;
    font-weight: 600;
    color: #b48a42;
    font-family: 'Playfair Display', serif;
}

.lux-btn {
    padding: 12px 30px;
    background: #0c1b33;
    /* deep navy */
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    text-decoration: none;
}

.lux-btn:hover {
    background: #0a1629;
}

/* ===========================
   HOMEPAGE LUXURY FLEET GRID
=========================== */

.lux-home-fleet {
    background: #ffffff;
}

.lux-section-subtitle {
    font-family: Inter, sans-serif;
    font-size: 15px;
    color: #5f5f5f;
}

/* Fleet Card */
.lux-fleet-card {
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    transition: .35s ease;
}

.lux-fleet-card:hover {
    transform: translateY(-4px);
    border-color: #d7c49a;
}

/* Image */
.lux-fleet-img-wrap {
    overflow: hidden;
}

.lux-fleet-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .35s ease;
}

.lux-fleet-card:hover .lux-fleet-thumb {
    transform: scale(1.05);
}

/* Info */
.lux-fleet-info {
    padding: 16px 14px;
}

.lux-fleet-name {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: #121212;
    margin-bottom: 2px;
}

.lux-fleet-price {
    font-size: 14px;
    color: #b48a42;
    /* Luxury Gold */
    margin-bottom: 8px;
}

/* Book Now Link */
.lux-fleet-link {
    font-size: 13px;
    color: #0c1b33;
    text-decoration: none;
    font-weight: 500;
}

.lux-fleet-link:hover {
    color: #b48a42;
}

/* CTA button under grid */
.lux-btn-outline {
    padding: 10px 28px;
    border: 1px solid #0c1b33;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: transparent;
    text-decoration: none;
    color: #0c1b33;
}

.lux-btn-outline:hover {
    border-color: #b48a42;
    color: #b48a42;
}

/* ===========================
   LUXURY AUTO SLIDER IN FLEET CARD
=========================== */

.lux-fleet-slider {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    border-radius: 6px;
}

.lux-fleet-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease;
}

.lux-fleet-slide.active {
    opacity: 1;
}




/* ============================
   LUX SERVICE DESCRIPTION TOGGLE
============================ */

.lux-service-desc {
    display: none;
    background: #fff;
    padding: 15px 25px 5px 25px;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Arrow rotation */
.lux-service-card.active .lux-service-arrow {
    transform: rotate(90deg);
}


/* =====================================
   LUXURY WHY CHOOSE US - ENHANCED
===================================== */

.lux-why-section {
    background: #f7f7fa;
}

.lux-why-item {
    display: flex;
    gap: 20px;
    padding: 22px 25px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background: #ffffff;
    transition: all .35s ease;
    align-items: flex-start;
}

.lux-why-item:hover {
    border-color: #d5c3a0;
    background: #faf8f3;
    transform: translateY(-4px);
}

/* Icon Box */
.lux-why-icon-box {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #faf3e4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.luxe-icon {
    font-size: 25px;
    color: #b48a42;
}

/* Titles */
.lux-why-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #1b1b1b;
}

/* Text */
.lux-why-text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

/* Subtitle */
.lux-why-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
}



/* =============================================
   LUXURY INTERACTIVE CTA SECTION
============================================= */

.lux-cta-section {
    padding: 90px 0;
    background: #ffffff;
}

/* CTA Box */
.lux-cta-box {
    position: relative;
    padding: 60px 40px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(9px);
    border: 1px solid #e8e2d5;
    text-align: center;
    overflow: hidden;
    transition: .35s ease;
}

/* Subtle hover lift */
.lux-cta-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Glow Animation */
.lux-cta-glow {
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(210, 175, 95, 0.35);
    border-radius: 50%;
    filter: blur(60px);
    top: -40px;
    right: -40px;
    animation: glowMove 7s infinite alternate ease-in-out;
}

@keyframes glowMove {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-50px, 50px);
    }
}

/* Title */
.lux-cta-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    color: #121212;
    margin-bottom: 15px;
}

/* Subtitle */
.lux-cta-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 90vw;
    margin: 0 auto 25px auto;
}

/* Button */
.lux-cta-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 50px;
    background: #b48a42;
    color: #fff;
    font-size: 16px;
    letter-spacing: .4px;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 6px 18px rgba(180, 138, 66, 0.4);
    font-weight: 500;
}

.lux-cta-btn:hover {
    background: #a47a33;
    box-shadow: 0 8px 25px rgba(180, 138, 66, 0.55);
}


/* ============================================
   LUXURY TESTIMONIAL SECTION
============================================ */

.lux-testimonial-section {
    background: #ffffff;
}

.lux-testimonial-subtitle {
    font-size: 15px;
    color: #666;
    max-width: 650px;
    margin: 0 auto;
}

/* Card */
.lux-testimonial-card {
    background: #fafafa;
    border: 1px solid #e8e8e8;
    padding: 30px 25px;
    border-radius: 10px;
    min-height: 260px;
    transition: .35s ease;
    position: relative;
}

/* Hover effect */
.lux-testimonial-card:hover {
    border-color: #d5c3a0;
    background: #faf6ee;
    transform: translateY(-5px);
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}

/* Quote text */
.lux-testimonial-text {
    font-size: 15.5px;
    font-style: italic;
    line-height: 1.8;
    color: #444;
    margin-bottom: 25px;
}

/* Author */
.lux-testimonial-author {
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.lux-author-name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #121212;
}

.lux-author-title {
    font-size: 14px;
    color: #777;
}


/* =========================================
   LUXURY FOOTER
========================================= */

.lux-footer {
    background: #ffffff;
    border-top: 1px solid #eee;
}

.footer-logo-img {
    width: 100px;
    height: auto;
}

.lux-footer-about {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    max-width: 320px;
}

/* Titles */
.lux-footer-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: #121212;
    margin-bottom: 14px;
}

/* Links */
.lux-footer-links,
.lux-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lux-footer-links li {
    margin-bottom: 10px;
}

.lux-footer-links li a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: color .3s ease;
}

.lux-footer-links li a:hover {
    color: #b48a42;
    /* gold */
}

/* Contact */
.lux-footer-contact li {
    color: #555;
    font-size: 15px;
    margin-bottom: 10px;
}

.lux-footer-contact li i {
    color: #b48a42;
    margin-right: 6px;
}

/* Bottom bar */
.lux-footer-bottom {
    background: #fafafa;
    border-top: 1px solid #eee;
    font-size: 14px;
    color: #777;
}


/* LUXURY ANIMATION (FIXED SAFE VERSION) */
.lux-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.lux-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Elements above the fold (first sections) */
.lux-visible-initial {
    opacity: 1 !important;
    transform: translateY(0) !important;
}



/* ===========================
   ABOUT HERO
=========================== */
.about-hero-section {
    padding: 120px 0 80px;
    background: linear-gradient(to right, #ffffff, #f7f7f7);
    text-align: center;
}

.about-hero-title {
    font-size: 42px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #121212;
}

.about-hero-subtitle {
    font-size: 18px;
    color: #777;
    margin-top: 10px;
}

/* ===========================
   ABOUT STORY IMAGE
=========================== */
.about-img-wrap {
    border-radius: 12px;
    overflow: hidden;
}

.about-img {
    width: 100%;
    transition: .4s ease;
}

.about-img:hover {
    transform: scale(1.04);
}

/* ===========================
   MISSION BOXES
=========================== */
.mission-box {
    background: #fafafa;
    padding: 25px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: left;
    transition: .3s ease;
}

.mission-box:hover {
    border-color: #d5c3a0;
    background: #faf6ee;
}

.mission-box h3 {
    font-size: 22px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 12px;
}

/* ===========================
   CHAUFFEUR CARDS
=========================== */
.chauffeur-card {
    background: #fff;
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    transition: .3s ease;
}

.chauffeur-card:hover {
    border-color: #d5c3a0;
    background: #faf6ee;
}

.chauffeur-card h4 {
    font-size: 20px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.about-image img {
    height: 547px;
    padding: 30px;
}




/* ========================================
   FULL BOOKING FORM (INLINE)
======================================== */

.full-booking-section {
    padding: 0px 0;
}

.full-booking-box {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.full-booking-title {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    font-weight: 700;
    color: #b48a42;
    margin-bottom: 20px;
}

/* Form fields */
.full-booking-form input,
.full-booking-form select,
.full-booking-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    transition: 0.3s ease;
}

.full-booking-form input:focus,
.full-booking-form select:focus,
.full-booking-form textarea:focus {
    border-color: #b48a42;
    box-shadow: 0 0 0 2px rgba(180, 138, 66, 0.25);
}

.full-row {
    display: flex;
    gap: 15px;
}

.full-booking-form textarea {
    height: 120px;
}

/* Button */
.full-booking-btn {
    width: 100%;
    background: #b48a42;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.3s;
}

.full-booking-btn:hover {
    background: #a17834;
}

/* Mobile */
@media(max-width: 768px) {
    .full-row {
        flex-direction: column;
    }
}




/* ======================================================
   LUXURY BOOKING BAR (FINAL VERSION FOR YOUR THEME)
====================================================== */

.booking-bar {
    background: #efeded;
    /* pure black for luxury contrast */
    padding: 28px 0;
    position: relative;
    margin-top: -55px;
    /* overlap hero section elegantly */

    z-index: 20;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.booking-bar-form {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 22px;
    flex-wrap: wrap;
}

/* LABEL */
.booking-item label {
    color: #080707;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    letter-spacing: .4px;
}

/* INPUT CONTAINER */
.booking-input {
    background: #fffefe;
    border: 2px solid #3d3d3d;
    padding: 11px 15px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 250px;
    transition: 0.3s ease;
}

/* Hover/Focus gold effect */
.booking-input:hover,
.booking-input:focus-within {
    border-color: #b48a42;
    /* gold */
    box-shadow: 0 0 0 3px rgba(180, 138, 66, 0.25);
}

.booking-input i {
    color: #b48a42;
    /* gold icons */
    font-size: 18px;
}

.booking-input input {
    background: transparent;
    border: none;
    outline: none;
    color: #a69e9e;
    width: 100%;
    font-size: 15px;
    letter-spacing: .3px;
}

.booking-input input::placeholder {
    color: #aaa;
}

/* Submit Button */
.booking-btn {
    background: #ffffff;
    color: #000;
    border: none;
    font-weight: 700;
    font-size: 17px;
    padding: 15px 50px;
    border-radius: 40px;
    transition: .3s ease;
    box-shadow: 0 6px 18px rgba(255, 255, 255, 0.08);
}

/* Hover Gold */
.booking-btn:hover {
    background: #b48a42;
    color: #fff;
    box-shadow: 0 10px 25px rgba(180, 138, 66, 0.4);
}

/* On smaller screens */
@media (max-width: 992px) {
    .booking-bar-form {
        flex-direction: column;
        align-items: stretch;
    }

    .booking-input {
        width: 100%;
    }

    .booking-btn {
        width: 100%;
        text-align: center;
    }

    .booking-bar {
        margin-top: 0;
        border-radius: 0;
    }
}



/* ===========================
   FLEET HERO SECTION
=========================== */
.fleet-hero {
    background: linear-gradient(to bottom, #ffffff, #f6f6f6);
    padding: 100px 0 60px;
    text-align: center;
}

.fleet-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #121212;
}

.fleet-hero-subtitle {
    font-size: 17px;
    color: #666;
    margin-top: 10px;
}



/* =============================
   CONTACT HERO
============================= */
.contact-hero {
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    padding: 90px 0 50px;
    text-align: center;
}

.contact-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #121212;
}

.contact-hero-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin: 10px auto;
}

/* =============================
   CONTACT INFO PANEL
============================= */
.contact-info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.info-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    margin-bottom: 20px;
    color: #121212;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.contact-icon {
    font-size: 22px;
    color: #b48a42;
    margin-top: 3px;
}

.contact-info-card a {
    color: #121212;
    text-decoration: none;
    font-weight: 500;
}

.contact-whatsapp a {
    background: #25D366;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

/* =============================
   CTA SECTION
============================= */
.contact-cta {
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.contact-cta .cta-title {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.contact-cta .cta-subtitle {
    color: #666;
    margin-bottom: 20px;
}

.contact-cta .cta-btn {
    background: #b48a42;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.contact-cta .cta-btn:hover {
    background: #a17834;
}





/* =============================
   CONTACT MAP SECTION
============================= */
.contact-map {
    padding: 60px 0 40px;
    text-align: center;
    background: #fff;
}

.map-title {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #121212;
}

.map-subtitle {
    font-size: 15px;
    color: #777;
    margin-bottom: 25px;
}

.map-container {
    width: 100%;
    height: 420px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.map-container iframe {
    width: 100%;
    height: 420px;
    border: none;
}





/* =============================
   SERVICES HERO
============================= */
.services-hero {
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    padding: 90px 0 50px;
    text-align: center;
}

.services-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #121212;
}

.services-subtitle {
    font-size: 16px;
    color: #555;
    max-width: 680px;
    margin: 10px auto;
}

/* =============================
   SERVICE CARD GRID
============================= */
.service-card {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px 15px;
    border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: .3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: #b48a42;
    box-shadow: 0 15px 35px rgba(180, 138, 66, 0.20);
}

.service-icon img {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
}

.service-name {
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    color: #121212;
    margin-bottom: 8px;
    font-weight: 600;
}

.service-arrow {
    font-size: 14px;
    color: #b48a42;
    font-weight: 600;
}

/* =============================
   CTA SECTION
============================= */
.services-cta {
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.services-cta .cta-title {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.services-cta .cta-subtitle {
    color: #666;
    margin-bottom: 20px;
}

.services-cta .cta-btn {
    background: #b48a42;
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.services-cta .cta-btn:hover {
    background: #a17834;
}



/* =============================
   SERVICE HERO
============================= */
.service-hero {
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    padding: 90px 0 60px;
    text-align: center;
}

.service-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: #121212;
}

.service-hero-subtitle {
    max-width: 700px;
    margin: 10px auto;
    color: #555;
    font-size: 16px;
}

/* =============================
   INTRO
============================= */
.service-heading {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-text {
    color: #555;
    margin-bottom: 20px;
}

.service-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

.service-list i {
    color: #b48a42;
    margin-right: 6px;
    font-size: 17px;
}

.service-btn {
    background: #b48a42;
    color: white;
    padding: 12px 32px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.service-btn:hover {
    background: #a17834;
}

.service-image img {
    margin-left: 163px;
    width: 73%;
    height: 535px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* =============================
   WHY CHOOSE US
============================= */
.why-service {
    background: #fafafa;
}

.why-title {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.why-subtitle {
    color: #555;
}

.why-card {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.why-icon {
    font-size: 32px;
    color: #b48a42;
    margin-bottom: 10px;
}

/* =============================
   FLEET SECTION
============================= */
.service-fleet-title {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
}

.service-fleet-subtitle {
    color: #555;
}

/* =============================
   CTA
============================= */
.service-cta {
    background: #fafafa;
}

.service-cta .cta-title {
    font-size: 32px;
    font-family: 'Playfair Display', serif;
}

.service-cta .cta-btn {
    background: #b48a42;
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

.service-cta .cta-btn:hover {
    background: #a17834;
}


/* Airport FAQ */
.airport-faq .faq-item {
    margin-bottom: 18px;
    padding: 15px 18px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
}

.faq-question {
    font-weight: 600;
    margin-bottom: 6px;
}

.faq-answer {
    margin: 0;
    color: #555;
}

/* Coverage list */
.coverage-list ul {
    padding-left: 18px;
}

.coverage-list li {
    margin-bottom: 6px;
    color: #555;
}

/* Optional outline button reused */
.lux-btn-outline {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 40px;
    border: 1px solid #b48a42;
    color: #b48a42;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.lux-btn-outline:hover {
    background: #b48a42;
    color: #fff;
}




.section-type-one {
    background: #ffffff;
}

.title-one {
    font-size: 1.9rem;
    color: #1a1a1a;
}

.subtitle-one {
    color: #555;
    font-size: 1.1rem;
}

.service-box-one {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #eee;
    transition: 0.3s ease-in-out;
}

.service-box-one:hover {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    background: #fff;
}

.service-box-one h5 {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box-one p {
    color: #666;
    font-size: 0.95rem;
}

.icon-one {
    font-size: 40px;
    color: #c9a44f;
    /* soft gold */
    margin-bottom: 15px;
}


.section-type-two {
    background: #fdfdfd;
}

.title-two {
    color: #c9a44f;
    /* soft gold */
    font-size: 1.8rem;
}

.subtitle-two {
    color: #555;
    font-size: 1rem;
}

.airport-box-two {
    background: #ffffff;
    border-left: 4px solid #c9a44f;
    padding: 20px 20px 20px 28px;
    border-radius: 10px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.airport-box-two:hover {
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
    transform: translateX(4px);
}

.airport-box-two h4 {
    color: #1a1a1a;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.airport-box-two ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.airport-box-two li {
    color: #666;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.airport-box-two i {
    color: #c9a44f;
    margin-right: 6px;
}




.executive-limo-section {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-title {
    font-size: 1.9rem;
    color: #c8a24a;
    font-weight: 700;
}

.section-subtitle {
    color: #555;
    font-size: 1.05rem;
    max-width: 650px;
    margin: 10px auto 0;
    line-height: 1.6;
}

.feature-item {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    transition: 0.3s ease-in-out;
}

.feature-item:hover {
    background: #faf7ef;
    border-radius: 12px;
    padding-left: 14px;
}

.feature-icon {
    width: 45px;
    height: 45px;
    background: #f1e5cb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.feature-icon i {
    color: #c8a24a;
    font-size: 20px;
}

.feature-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.feature-text {
    color: #666;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.closing-text {
    margin-top: 20px;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.executive-image {
    border-radius: 14px;
    transition: 0.3s ease;
}

.executive-image:hover {
    transform: scale(1.03);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}






/* cruise transfer */

/* General titles */
.section-title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #c8a24a;
}

.section-subtitle {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/* HERO */
.cruise-hero {
    background: #fffaf2;
    margin-bottom: 54px;

}

.cruise-hero-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #c8962f;
}

.cruise-hero-subtitle {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 540px;
}

.cruise-hero-image {
    border-radius: 18px;
     width: 100%;
    
}

/* SECTION 1: FEATURES */
.cruise-section {
    background: #ffffff;
}

.cruise-feature {
    padding: 14px 8px;
    border-bottom: 1px solid #eee;
}

.cruise-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f4e4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.cruise-feature-icon i {
    color: #c49331;
    font-size: 20px;
}

.cruise-feature h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 3px;
}

.cruise-feature p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

.cruise-highlight-card {
    background: #faf5eb;
    border-radius: 14px;
    padding: 22px 20px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
}

.cruise-highlight-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.cruise-highlight-card p {
    color: #555;
    font-size: 0.96rem;
}

.cruise-highlight-card ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.cruise-highlight-card li {
    color: #555;
    font-size: 0.94rem;
    margin-bottom: 6px;
}

.cruise-highlight-card i {
    color: #c49331;
    margin-right: 6px;
}

/* SECTION 2: AUDIENCE (DIFFERENT STYLE) */
.cruise-audience {
    background: #fdfdfd;
}

.audience-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 18px 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    position: relative;
    border: 1px solid #f0e4cf;
    min-height: 185px;
}

.audience-card h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.audience-card p {
    font-size: 0.94rem;
    color: #666;
    margin-bottom: 0;
}

.audience-badge {
    position: absolute;
    top: -14px;
    left: 18px;
    background: #c8a24a;
    color: #fff;
    font-size: 0.8rem;
    padding: 2px 9px;
    border-radius: 20px;
}

/* SECTION 3: COVERAGE */
.cruise-coverage {
    background: #ffffff;
}

.coverage-card {
    background: #f9f6ef;
    border-radius: 12px;
    padding: 18px 18px;
    border-left: 4px solid #c8a24a;
    height: 100%;
}

.coverage-card h4 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.coverage-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.coverage-card li {
    font-size: 0.94rem;
    color: #555;
    margin-bottom: 6px;
}

.coverage-card i {
    color: #c8a24a;
    margin-right: 6px;
}

/* SECTION 4: STEPS */
.cruise-steps {
    background: #fdfaf6;
}

.step-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px 14px 16px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c8a24a;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.step-card h6 {
    font-size: 0.98rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.step-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* SECTION 5: FLEET + CTA */
.cruise-fleet-cta {
    background: #ffffff;
}

.fleet-tag {
    background: #faf5eb;
    border-radius: 10px;
    padding: 12px 10px;
    text-align: left;
}

.fleet-tag strong {
    display: block;
    font-size: 0.96rem;
    color: #1a1a1a;
}

.fleet-tag span {
    font-size: 0.86rem;
    color: #666;
}

.cruise-cta-box {
    background: #fdf5e7;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.cruise-cta-box h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cruise-cta-box p {
    font-size: 0.95rem;
    color: #555;
}



.cruise-roles-section {
    background: #ffffff;
}

.role-card {
    background: #faf7ef;
    border-radius: 14px;
    padding: 22px 20px;
    height: 100%;
    border: 1px solid #f0e8d6;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.role-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.role-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f1e5cb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.role-icon i {
    font-size: 22px;
    color: #c9a24f;
}

.role-card h5 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.role-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.role-card ul li {
    font-size: 0.93rem;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.45;
}

.section-title {
    font-size: 1.9rem;
    color: #c8a24a;
    font-weight: 700;
}

.section-subtitle {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}



/* Sticky Button Container */
.sticky-buttons {
    position: fixed;
    right: 22px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Base Button Style */
.sticky-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: 0.3s ease;
}

/* Call Button (Gold) */
.call-btn {
    background: #c9a24a;
}

/* WhatsApp Button (Green) */
.whatsapp-btn {
    background: #25D366;
}

/* Hover Effect */
.sticky-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}



/*social media */

.footer-social {
  
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin: 0 6px;
    border-radius: 50%;
   background: #c9a24a; /* gold background */
    color: #fff;         /* white icon */
    font-size: 18px;
    transition: 0.3s ease;
}

.footer-social a:hover {
     background: #1a1a1a; /* black circle */
    color: #c9a24a;       /* gold icons */
    
    transform: translateY(-3px);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
}


/*blog*/
/* Hero section */
.blog-hero {
    background: #fffaf2;
}
.blog-hero .section-title {
    color: #c8a24a;
    font-weight: 700;
    font-size: 2rem;
}
.blog-hero .section-subtitle {
    color: #555;
    max-width: 650px;
    margin: 0 auto;
}

/* Blog listing */
.blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-content {
    padding: 18px 18px 22px;
}

.blog-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.blog-excerpt {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.blog-read {
    color: #c8a24a;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.blog-read:hover {
    color: #a9822e;
    text-decoration: underline;
}

/* Pagination */
.pagination .page-link {
    color: #c8a24a;
    border: 1px solid #e3d5b5;
}
.pagination .page-item.active .page-link {
    background: #c8a24a;
    color: #fff;
    border-color: #c8a24a;
}
.pagination .page-link:hover {
    background: #f8f0da;
}



/* Blog Image */
.single-blog-img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.10);
}

/* TOC Sidebar */
.toc-box {
    position: sticky;
    top: 110px;
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    border-left: 4px solid #c8a24a;
}

.toc-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    color: #555;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.toc-list a:hover {
    color: #c8a24a;
    margin-left: 4px;
}

/* Blog Content Styling */
.blog-body h1, .blog-body h2, .blog-body h3, 
.blog-body h4, .blog-body h5, .blog-body h6 {
    margin-top: 40px;
    color: #c8a24a;
    font-weight: 700;
}

.blog-body p {
    font-size: 1rem;
    color: #444;
    line-height: 1.7;
    margin-top: 10px;
}

html {
    scroll-behavior: smooth;
}


/* =============================
   GLOBAL RESPONSIVE FIXES
============================= */

/* Fix large images, spacing, mobile padding */
@media (max-width: 576px) {

    /* Make all images responsive */
    .img-fluid,
    img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 14px !important;
        display: block;
        margin: 0 auto;
    }

    /* Reduce padding for sections */
    section,
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .mt-5, .mb-5 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    /* Fix columns so they center properly */
    .col-md-6, .col-md-5, .col-md-7, .col-lg-9, .col-lg-3 {
        text-align: center !important;
    }

    /* Ensure images inside columns are centered */
    .col-md-6 img,
    .col-md-5 img,
    .col-md-7 img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Improve text readability on mobile */
    .section-title {
        font-size: 1.4rem !important;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 1rem !important;
        padding: 0 10px;
    }
}

/* =============================
   STICKY BUTTON RESPONSIVENESS
============================= */

@media (max-width: 576px) {

    .sticky-buttons {
        bottom: 20px !important;
        right: 15px !important;
        gap: 10px !important;
    }

    .sticky-btn {
        width: 46px !important;
        height: 46px !important;
        font-size: 18px !important;
    }
}

/* =============================
   GLOBAL IMAGE FIX
============================= */

img {
    border-radius: 16px !important;
    overflow: hidden;
}


/*hide image*/


@media (max-width: 576px) {
    .mobile-hide {
        display: none !important;
    }
}


/*logo mobile*/

@media (max-width: 576px) {
    .logo-img  {
        max-width: 70px !important;
        height: auto !important;
    }
}





/* =========================
   Booking Success Popup
   ========================= */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-box {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    text-align: center;
}

.popup-box h3 {
    margin-bottom: 10px;
    color: #1a7f37;
}

.popup-box p {
    font-size: 15px;
    color: #444;
}

.popup-box button {
    margin-top: 15px;
    padding: 10px 22px;
    border: none;
    background: #b8924a;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

/* 🚨 HARD RESET FOR GOOGLE PLACES INPUTS */
.places-input {
    all: unset;
    box-sizing: border-box;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 15px;
    background: #fff;
    color: #000;
}

/* Keep layout spacing */
.full-row {
    display: flex;
    gap: 15px;
}

/* Google dropdown – force visibility */
.pac-container {
    z-index: 999999 !important;
}


/* =====================================
   MOBILE BOOKING FORM (NEW SYSTEM)
   ===================================== */

/* Hide mobile form by default (desktop) */
.mobile-booking-section {
    display: none;
}

/* Mobile only */
@media (max-width: 767px) {

    /* Hide OLD desktop form */
    .full-booking-section {
        display: none !important;
    }

    /* Show NEW mobile form */
    .mobile-booking-section {
        display: block;
        padding: 30px 0;
    }

    .mobile-booking-box {
        background: #ffffff;
        padding: 18px 14px;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    }

    .mobile-booking-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 14px;
        font-weight: 600;
    }

    /* Inputs */
    .mobile-booking-box input,
    .mobile-booking-box select,
    .mobile-booking-box textarea {
        width: 100%;
        height: 42px;
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .mobile-booking-box textarea {
        min-height: 80px;
        resize: none;
    }

    /* Buttons */
    .mobile-btn {
        width: 100%;
        height: 44px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
    }

    /* Steps */
    .mobile-step {
        display: none;
    }

    .mobile-step.active {
        display: block;
    }

    .mobile-form-message {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
    }
}




/* =====================================
   FIX MOBILE FORM WASTED SPACE
   ===================================== */
@media (max-width: 767px) {

  /* Force mobile form full width */
  .mobile-booking-section,
  .mobile-booking-section .container,
  .mobile-booking-section .row,
  .mobile-booking-section [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Add safe side padding */
  .mobile-booking-box {
    margin: 0 auto;
    width: 100%;
    padding: 18px 14px !important;
    box-sizing: border-box;
  }

  /* Prevent body centering illusion */
  body {
    overflow-x: hidden;
  }
}




/* Blog Content Table Styling */
.blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
}

.blog-content th,
.blog-content td {
    border: 1px solid #ddd;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.blog-content th {
    background-color: #0b1c2d; /* luxury dark */
    color: #ffffff;
    font-weight: 600;
}

.blog-content tr:nth-child(even) {
    background-color: #f9f9f9;
}

.blog-content tr:hover {
    background-color: #f1f1f1;
}



.blog-content {
    overflow-x: auto;
}

.blog-content table {
    min-width: 600px;
}



.corporate-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    text-align: center;
    height: 100%;
    box-shadow: 0 12px 28px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.corporate-card i {
    font-size: 34px;
    color: #c89c3c;
    margin-bottom: 15px;
}

.corporate-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.corporate-card p {
    color: #555;
    font-size: 15px;
}

.corporate-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}


.why-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}

.why-card h4 {
    font-weight: 600;
    margin-bottom: 12px;
}

.why-card ul li {
    margin-bottom: 8px;
    color: #555;
}

