 
    .floating-buttons {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1000
}

.floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    transition: transform 0.2s
}

.call-btn {
    background-color: #2f2583
}

.whatsapp-btn {
    background-color: #2f2583
}

.floating-buttons a img {
    width: 31px
}
        /* ===== FONT SETUP ===== */

/* Headings */
#hero-section h1,
#hero-section h2,
#hero-section h3,
#hero-section h4,
#hero-section h5,
#hero-section h6 {
    font-family: 'Playfair Display', serif;
}

/* Paragraphs + form text */
#hero-section p,
#hero-section input,
#hero-section textarea,
#hero-section button,
#hero-section a {
    font-family: 'Outfit', sans-serif;
}


/* ===== HEADER SECTION ===== */
        #header {
            width: 100%;
        }

        /* Top bar */
        #header .top-bar {
            background-color: #334373;
            color: #fff;
            font-size: 14px;
        }
        #header .top-bar i {
            margin-right: 6px;
        }
        /* Logo base style */
.site-logo {
    max-height: 60px;        /* height control */
    width: auto;
    transition: all 0.3s ease;
}

/* Hover effect */
.navbar-brand:hover .site-logo {
    transform: scale(1.08);
    filter: brightness(1.1);
}
.topsocailicon a {
    margin-right: 16px;
}
/* Navbar alignment fix */
.main-navbar {
    padding: 12px 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .site-logo {
        max-height: 45px;
    }
}

        /* Main Navbar */
        #header .main-navbar {
            background-color: #fff;
        }
       
           #header .nav-link {
                color: #000000 !important;
                margin: 0 4px;
                font-weight: 500;
                font-weight: 600 !important;
                font-size: 18px;
                font-family: 'Outfit';
            }
        
        #header .nav-link:hover {
            color: #334373 !important;
        }
        #header .navbar-brand {
            font-size: 28px;
            font-weight: 700;
            color: #000000 !important;
        }

/* HERO SECTION */
#hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* Slider */
.hero-slider .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}
.hero-slider .slide.active {
    opacity: 1;
}
.hero-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Hero Text */
.hero-text h1 {
    font-size: 52px;
    font-weight: 700;
    animation: slideRight 1.2s ease;
}
.hero-text h1 span {
    color: #ffffff;
}
.hero-text p {
    font-size: 18px;
    margin: 15px 0 30px;
    animation: fadeUp 1.5s ease;
}

/* ===== HERO BUTTONS ===== */
.hero-buttons {
    display: flex;
    gap: 18px;
    /*justify-content: flex-end;*/
    margin-top: 30px;
    flex-wrap: wrap;
}

/* Common pill */
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 34px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.35s ease;
}

/* Primary */
.hero-pill.primary {
        background: #334373;
    color: #f9fafb;
}

.hero-pill.primary .arrow {
    font-size: 18px;
    transition: transform 0.35s ease;
}

.hero-pill.primary:hover {
    background: #cc4743;
    box-shadow: 0 12px 30px #a5413d;
    transform: translateY(-3px);
}

.hero-pill.primary:hover .arrow {
    transform: translateX(6px);
}

/* Outline */
.hero-pill.outline {
    border: 1.5px solid #fff;
    color: #fff;
    background: transparent;
}

.hero-pill.outline:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.25);
}

/* Mobile */
@media (max-width: 991px) {
    .hero-buttons {
        justify-content: flex-start;
    }
}


/* Booking Form (Glass Effect) */
.booking-form {
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 10px;
    animation: slideLeft 1.2s ease;
}
.booking-form h4 {
    margin-bottom: 20px;
}
.booking-form input,
.booking-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px;
    margin-bottom: 12px;
    color: #fff;
}
.booking-form textarea {
    height: 90px;
}
.booking-form button {
    width: 100%;
    background: #334373;
    border: none;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    transition: 0.4s;
}
.booking-form button:hover {
    background: #c9302c;
    letter-spacing: 1px;
}

/* Animations */
@keyframes slideRight {
    from {transform: translateX(60px); opacity:0;}
    to {transform: translateX(0); opacity:1;}
}
@keyframes slideLeft {
    from {transform: translateX(-60px); opacity:0;}
    to {transform: translateX(0); opacity:1;}
}
@keyframes fadeUp {
    from {transform: translateY(40px); opacity:0;}
    to {transform: translateY(0); opacity:1;}
}
/* ===== ABOUT SECTION ===== */
#about-section {
    background: #fff;
}

/* ===== CONTENT ===== */
.about-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin-bottom: 15px;
}

.about-content p {
    font-family: 'Outfit', sans-serif;
    color: #555;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* ===== PILL BUTTON ===== */
.pill-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 34px;
    background: #334373;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s ease;
}

.pill-btn .arrow {
    font-size: 18px;
    transition: transform 0.4s ease;
}

.pill-btn:hover {
    background: #334373;
    box-shadow: 0 10px 30px #a3423e;
    transform: translateY(-3px);
    color: #fff;
}

.pill-btn:hover .arrow {
    transform: translateX(6px);
}

/* =====================================================
   EDITORIAL IMAGE STYLE (NEW – replaces old grid)
===================================================== */

.about-image-style {
    display: flex;
    gap: 5px;
    justify-content: center;
    position: relative;
}

/* Frame */
.img-frame {
    background: #f6f1e9;
    padding: 10px;
    transition: all 0.6s ease;
}

/* Image */
.img-frame img {
    width: 100%;
    max-width: 320px;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Offset layout */
.img-frame.left {
    margin-top: 80px;
}

.img-frame.right {
    margin-top: 0;
}

/* Hover effect */
.img-frame:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.2);
}

.img-frame:hover img {
    transform: scale(1.06);
}

/* ===== ANIMATION ===== */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .about-content h2 {
        font-size: 24px;
    }

    .about-image-style {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .img-frame.left {
        margin-top: 0;
    }

    .img-frame img {
        max-width: 100%;
        height: 360px;
    }
}
/* ===== PACKAGES SECTION ===== */

/* ===== WHY CHOOSE US ===== */
#why-choose-us {
    background: #fff;
}

/* LEFT COLUMN */
.why-left {
    display: flex;
    align-items: center;        /* vertical center */
    padding: 80px 30px;         /* controlled spacing */
}

/* Content */
.why-content {
    max-width: 520px;
}

.why-content .small-title {
    font-size: 13px;
    letter-spacing: 2px;
    color: #334373;
    font-family: 'Outfit', sans-serif;
}

.why-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    margin: 12px 0;
}

.why-content .intro {
    font-family: 'Outfit', sans-serif;
    color: #555;
    line-height: 1.6;
    margin-bottom: 26px;
}

/* RIGHT IMAGE (EDGE TO EDGE) */
.why-right {
    padding: 0;                 /* VERY IMPORTANT */
}

.why-right img {
    width: 100%;
    height: 100%;
    min-height: 600px;
    object-fit: cover;
    display: block;
}

/* FEATURES (spacing already tight) */
.why-features {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .why-left {
        padding: 50px 30px;
    }

    .why-right img {
        min-height: 380px;
    }
}
/* ===== WHY FEATURES (LEFT SIDE) ===== */

.why-features-clean {
    display: grid;
    grid-template-columns: repeat(2, minmax(260px, 1fr));
    gap: 20px 20px;
    margin-top: 35px;
}

.why-feature {
    text-align: center;
    padding: 10px 12px;
    max-width: 280px;
    margin: 0 auto;
    transition: 
        transform 0.35s ease,
        box-shadow 0.35s ease;
}
.why-feature:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.why-feature h4,
.why-feature p {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
}

.why-icon {
    font-size: 32px;
    margin-bottom: 8px;
}

.why-feature h4 {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 6px;
}

.why-feature p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #666;
    margin: 0;
}

/* Hover animation (clean & professional) */
.why-feature:hover {
    transform: translateY(-6px);
}

.why-feature:hover .why-icon {
    transform: scale(1.15);
    color: #b84642;
}

/* Responsive */
@media (max-width: 991px) {
    .why-features-clean {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .why-feature {
        max-width: 100%;
        text-align: left;
        display: flex;
        gap: 14px;
        align-items: flex-start;
    }
    @media (max-width: 991px) {
    .why-feature:hover {
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }
}
    .why-icon {
        font-size: 26px;
        margin-bottom: 0;
    }
}

/* ===== NEED US SECTION ===== */
#need-us-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #fff;
}

/* Background image */
.needus-bg {
    position: absolute;
    inset: 0;
    background: url('./images/needbg.png')
        center / cover no-repeat;
    z-index: 1;
}

/* Dark overlay */
.needus-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

/* Content layer */
#need-us-section .container {
    position: relative;
    z-index: 2;
}

/* ================= CONTENT ALIGNMENT FIX ================= */

/* Content wrapper (LOCK LEFT EDGE) */
.needus-content {
    max-width: 100%;
    padding-left: 0;     /* IMPORTANT */
}

/* Small tag */
.needus-content .small-tag {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    opacity: 0.85;
    display: inline-block;
    margin: 0 0 14px 0;  /* neat spacing */
}

/* Heading (NO EXTRA TOP GAP) */
.needus-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 65px;
    line-height: 1.1;
    margin: 0 0 22px 0;  /* exact indentation */
}

/* Text */
.needus-text {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    max-width: 520px;
    line-height: 1.6;
    opacity: 0.9;
    margin: 0 0 26px 0;
}

/* Call */
.needus-call {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    margin: 0 0 28px 0;
}
.needus-call a {
    color: #89a534;
    text-decoration: none;
}

/* Button */
.needus-btn {
    margin: 0 0 60px 0;
}

/* ================= STATS ================= */

.needus-stats {
    display: flex;
    align-items: center;
    gap: 50px;
}

.stat h3 {
    font-family: 'Playfair Display', serif;
    font-size: 90px;
    color: #89a534;
    margin: 0 0 4px 0;
}

.stat p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    opacity: 0.85;
    margin: 0;
    text-align: center;
}

/* Divider */
.divider {
    width: 1px;
    height: 80px;
    background: rgba(255,255,255,0.3);
}

/* Hover animation */
.stat {
    transition: transform 0.4s ease;
}
.stat:hover {
    transform: translateY(-6px);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    #need-us-section {
        padding: 90px 0;
    }

    .needus-content {
        max-width: 100%;
    }

    .needus-content h2 {
        font-size: 36px;
        line-height: 1.15;
    }

    .needus-stats {
        gap: 30px;
    }

    .stat h3 {
        font-size: 42px;
    }
}
/* ===== HOW IT WORKS / WHY CHOOSE US ===== */
.how-it-works {
    /* padding: 90px 0; */
    background: #fff;
}
.how-content{
    margin:48px;
}
/* LEFT IMAGE */
/* HOW IT WORKS IMAGE BACKGROUND */
.how-image-bg {
    min-height: 480px;                 /* control height */
    /* border-radius: 22px; */
    background-image: url('./images/hwlfty.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}
@media (max-width: 991px) {
    .how-image-bg {
        min-height: 320px;
        margin-bottom: 0px;
    }
}


/* RIGHT CONTENT */
.how-content .small-title {
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    color: #334373;
}

.how-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    margin: 10px 0 15px;
}

.how-content .intro {
    font-family: 'Outfit', sans-serif;
    color: #666;
    max-width: 480px;
    margin-bottom: 35px;
}

/* STEPS */
.how-steps {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.how-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.how-step:hover {
    transform: translateX(6px);
}

/* ICON */
.step-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(217,83,79,0.1);
    color: #334373;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

/* TEXT */
.step-text h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin-bottom: 4px;
}

.step-text p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .how-it-works {
        padding: 0px 0;
    }

    .how-content h2 {
        font-size: 32px;
    }
}
/* ===== TESTIMONIAL SECTION ===== */
#testimonial-section {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
    color: #fff;
}
.testicontain{
    margin:40px;
}
/* Fixed background */
.testimonial-bg {
    position: absolute;
    inset: 0;
    background: url('images/testibg.jpg')
        center / cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

/* Overlay */
.testimonial-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

/* Content layer */
.testimonial-overlay {
    position: relative;
    z-index: 2;
    /* height: 100%; */
    display: flex;
    align-items: center;
}

/* Title */
.testimonial-title {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-title span {
    font-family: 'Outfit', sans-serif;
    letter-spacing: 2px;
    font-size: 13px;
    opacity: 0.85;
}

.testimonial-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    margin-top: 10px;
}

/* Slider */
.testimonial-slider {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

/* Slides */
.testimonial-slide {
    display: none;
    animation: fadeSlide 1s ease;
}

.testimonial-slide.active {
    display: block;
}

/* Text */
.testimonial-slide p {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    max-width: 780px;
    margin: auto;
    margin-bottom: 30px;
}

/* Name */
.testimonial-slide h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin-bottom: 4px;
}

.testimonial-slide span {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    opacity: 0.8;
}

/* Animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    #testimonial-section {
        height: auto;
        padding: 90px 0;
    }

    .testimonial-title h2 {
        font-size: 34px;
    }

    .testimonial-slide p {
        font-size: 16px;
    }

    .testimonial-bg {
        background-attachment: scroll;
    }
}
/* ===== CATEGORY SECTION ===== */
#car-category-section {
    padding: 90px 0;
    background: #fff;
}

/* Title */
.sectionn-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #000;
}
.section-title p {
    font-family: 'Outfit', sans-serif;
    color: #777;
    margin-top: 8px;
}

/* Tabs */
.car-tabs {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 10px 22px;
    border-radius: 6px;
    border: 1px solid #89a534;
    background: transparent;
    color: #000;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
    background: #89a534;
    color: #fff;
}

/* Content */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

/* Cars Grid */
.car-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Car Card */
.car-card {
    border: 1px solid #e8c08a;
    padding: 25px;
    text-align: center;
    transition: all 0.35s ease;
}

.car-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.car-card h4 {
    margin-top: 18px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 1px;
}

/* Hover */
.car-card:hover {
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    transform: translateY(-6px);
}
.car-card:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
    .car-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 575px) {
    .car-grid {
        grid-template-columns: 1fr;
    }
}
/* ===== FOOTER ===== */
#site-footer {
    position: relative;
    color: #fff;
    overflow: hidden;
}

/* Background image */
.footer-bg {
    position: absolute;
    inset: 0;
    background: url('./images/footerbg.jpg')
        center / cover no-repeat;
    z-index: 1;
}

/* Overlay */
.footer-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
}

/* Content */
#site-footer .container {
    position: relative;
    z-index: 2;
    padding: 90px 0 60px;
}

/* Columns */
.footer-col h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-bottom: 22px;
}

.footer-col p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
}

/* Links */
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
}

.footer-col ul li a:hover {
    color: #89a534;
    padding-left: 6px;
}

/* Icons */
.footer-col i {
    color: #85a42e;
    margin-right: 8px;
    padding-left: 7px;
}

/* Social */
.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #89a534;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-4px);
}

/* Bottom bar */
.footer-bottom {
    position: relative;
    z-index: 2;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding: 18px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    color: #aaa;
}
/* Footer bottom */
.footer-bottom {
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    color: #ccc;
}

/* Footer text */
.footer-bottom p {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* Footer logo image */
.footer-logo {
    height: 18px;          /* clean & small */
    width: auto;
    vertical-align: middle;
    object-fit: contain;
    margin: 0 4px;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

/* Hover effect */
.footer-logo:hover {
    opacity: 1;
}

/* Responsive */
@media (max-width: 991px) {
    #site-footer .container {
        padding: 70px 0 40px;
    }

    .footer-col {
        margin-bottom: 40px;
    }
}
/* ========================================================================= */
/* about page============================== */

/* ===== ABOUT HERO SECTION ===== */
#about-hero-section {
    position: relative;
    height: 320px;
    overflow: hidden;
}

/* Background image */
.about-hero-bg {
    position: absolute;
    inset: 0;
    background: url('./images/needbg.png')
        center / cover no-repeat;
    z-index: 1;
}

/* Dark overlay */
.about-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* Content */
#about-hero-section .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text */
.about-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

/* Responsive */
@media (max-width: 768px) {
    #about-hero-section {
        height: 240px;
    }

    .about-hero-content h1 {
        font-size: 34px;
    }
}
/* ===== MISSION VISION SECTION ===== */
#about-mvv-section {
    padding: 90px 0;
    background: #ebebeb;
}

/* Section title */
#about-mvv-section .section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin-bottom: 10px;
    color: #000;
}

#about-mvv-section .section-title p {
    font-family: 'Outfit', sans-serif;
    color: #8ead30;
    margin-bottom: 55px;
}

/* Cards row */
.mvv-row {
    row-gap: 30px;
}

/* Card */
.mvv-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}

/* Icon */
.mvv-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(217,83,79,0.1);
    color: #334373;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
}

/* Heading */
.mvv-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    margin-bottom: 14px;
    
}

/* Text */
.mvv-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Hover Effects */
.mvv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.mvv-card:hover .mvv-icon {
    background: #334373;
    color: #fff;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 991px) {
    #about-mvv-section {
        padding: 70px 0;
    }

    #about-mvv-section .section-title h2 {
        font-size: 32px;
    }
}
.Section-hero-bg {
    position: absolute;
    inset: 0;
    background: url('./images/testibg.jpg')
        center / cover no-repeat;
    z-index: 1;
}

/* Dark overlay */
.Section-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.Section-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}


/* ===== SERVICES FEATURE LIST ===== */


.services-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 5px 10px;
    margin-bottom: 14px;
    border-radius: 10px;
    transition: all 0.35s ease;
}

/* Hover effect */
.services-feature-item:hover {
    background: #faf7f2;
    transform: translateX(6px);
}

/* Icon */
.services-feature-item i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(217,83,79,0.12);
    color: #334373;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

/* Icon hover */
.services-feature-item:hover i {
    background: #334373;
    color: #fff;
}

/* Text */
.services-feature-item span {
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
/* ===== SERVICES IMAGE SECTION ===== */
.services-image-wrapper {
    display: flex;
    gap: 22px;
    align-items: center;
}

/* Image box */
.services-image-box {
    position: relative;
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Image */
.services-image-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Hover effect */
.services-image-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.services-image-box:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 991px) {
    .services-image-wrapper {
        flex-direction: column;
    }

    .services-image-box img {
        height: 240px;
    }
}
.gallery-hero-bg {
    position: absolute;
    inset: 0;
    background: url('./images/gallery.jpeg')
        center / cover no-repeat;
    z-index: 1;
}

/* Dark overlay */
.gallery-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.gallery-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
/* ===== MASONRY GALLERY ===== */
#gallery-masonry-section {
    padding: 70px 0;
    background: #fff;
}

/* Masonry layout */
.gallery-masonry {
    column-count: 4;
    column-gap: 18px;
}

/* Item */
.gallery-masonry-item {
    break-inside: avoid;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Image */
.gallery-masonry-item img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Hover effect */
.gallery-masonry-item:hover {
    box-shadow: 0 30px 60px rgba(0,0,0,0.3);
}

.gallery-masonry-item:hover img {
    transform: scale(1.12);
}

/* ===== LIGHTBOX ===== */
.gallery-masonry-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 9999;
}

.gallery-masonry-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.gallery-masonry-preview {
    max-width: 85%;
    max-height: 85%;
    transform: scale(0.85);
    transition: transform 0.4s ease;
}

.gallery-masonry-lightbox.active .gallery-masonry-preview {
    transform: scale(1);
}

.gallery-masonry-close {
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 1200px) {
    .gallery-masonry {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .gallery-masonry {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .gallery-masonry {
        column-count: 1;
    }
}
.servicerate-hero-bg {
    position: absolute;
    inset: 0;
    background: url('./images/banner2.png')
        center / cover no-repeat;
    z-index: 1;
}

/* Dark overlay */
.servicerate-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.servicerate-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
/* ===== CONTACT LAYOUT ===== */
#contact-layout-section {
    background: #dfdcdc52;
}

/* LEFT */
.contact-left-area {
    padding: 60px;
}

/* Map */
.contact-map-box iframe {
    width: 100%;
    height: 280px;
    border: 0;
    margin-bottom: 40px;
}

/* Form */
.contact-form-area h3 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin-bottom: 10px;
}

.contact-form-area p {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 25px;
}

.contact-form-area textarea {
    width: 100%;
    height: 140px;
    padding: 14px;
    border: none;
    margin-bottom: 18px;
}

.contact-input-row {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
}

.contact-input-row input {
    width: 100%;
    padding: 12px;
    border: none;
}

.contact-save {
    font-size: 13px;
    display: block;
    margin-bottom: 18px;
    color: #666;
}

/* Button */
.contact-form-area button {
    background: #334373;
    border: none;
    padding: 12px 26px;
    border-radius: 25px;
    font-size: 13px;
    transition: 0.3s;
    color: #fff;
}

.contact-form-area button:hover {
    background: #334373;
    color: #fff;
}

/* RIGHT */
/* ===== CONTACT INFO COLUMN ===== */
.contact-info-area {
    background: #dfdfdf;
    padding: 60px 40px;
}

/* Heading */
.contact-info-area h4 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.contact-sub {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    color: #555;
}

/* Info block */
.contact-info-block {
    display: flex;
    gap: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    margin-bottom: 18px;
    background: rgba(255,255,255,0.6);
    transition: all 0.35s ease;
}

/* Hover effect */
.contact-info-block.contact-hover:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

/* Icon */
.contact-info-block i {
    font-size: 18px;
    color: #334373;
    margin-top: 4px;
    min-width: 22px;
}

/* Text */
.contact-info-block p,
.contact-info-block strong {
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0;
}

/* Highlight phone */
.contact-info-block.highlight strong {
    color: #000;
}

.contact-info-block.highlight p {
    color: #334373;
    font-weight: 500;
}


/* Responsive */
@media (max-width: 991px) {
    .contact-left-area,
    .contact-info-area {
        padding: 30px;
    }

    .contact-input-row {
        flex-direction: column;
    }
}
.car-card {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}

.car-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.car-price {
    margin: 10px 0;
    font-weight: 600;
    color: #2c7be5;
    display: none;
}

.view-btn {
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.view-btn:hover {
    background: #2c7be5;
}
.price-details {
    display: none;
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.price-row:nth-child(even) {
    background: #faf6f1;
}

.price-label {
    font-weight: 600;
    color: #333;
}

.price-value {
    color: #334373;
    font-weight: 700;
}

/* Book Now button */
.book-btn {
    display: block;
    text-align: center;
    margin: 15px;
    padding: 10px;
    background: #334373;
    color: #fff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.book-btn:hover {
    background: #000;
}
/* ================================================== */



.car-price-section {
    padding: 60px 0;
    background: #f9f9f9;

}

.section-title {
    text-align: center;
    font-size: 42px;
    margin-bottom: 40px;
    font-family: 'Playfair Display';
    /* font-weight: 800; */
    color: #000;
}

.car-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.price-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
}

.price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.price-card img {
    max-width: 100%;
    height: 140px;
    object-fit: contain;
    margin-bottom: 15px;
}

.price-card h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.main-price {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #334373;
    margin-bottom: 15px;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.price-list li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px dashed #ddd;
}

.book-now {
    display: inline-block;
    padding: 10px 20px;
    background: #334373;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

.book-now:hover {
        background: #8ba82d;
    color: #fff !important;
}

/* Featured card */
.price-card.featured {
    border: 2px solid #334373;
}


/* ===== HEADER RESPONSIVE FIX ===== */
@media (max-width: 991px) {

    .main-navbar {
        padding: 8px 0;
    }

    .navbar-brand img.site-logo {
        max-height: 42px;
    }

    .navbar-toggler {
        border: 1px solid #000;
        padding: 4px 8px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

    .navbar-nav .nav-link {
        padding: 10px 0;
        margin: 0;
        font-size: 15px;
    }
}
@media (max-width: 991px) {

    .hero-text h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .hero-text p {
    font-size: 16px;
    text-align: left;
}

    .booking-form {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {

    .hero-text h1 {
        font-size: 23px;
    }

    .hero-buttons {
        justify-content: flex-start;
    }
}
@media (max-width: 575px) {
    .car-card {
        padding: 18px;
    }

    .car-card img {
        height: 150px;
    }
}
@media (max-width: 575px) {

    .price-card {
        padding: 18px;
    }

    .price-card h3 {
        font-size: 18px;
    }

    .main-price {
        font-size: 20px;
    }

    .price-list li {
        font-size: 13px;
    }
}
@media (max-width: 768px) {

    .table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .packages-table {
        min-width: 720px;
    }
}
@media (max-width: 991px) {

    .about-content h2,
    .why-content h2,
    .how-content h2 {
        font-size: 32px;
    }

    .why-right img {
        min-height: 320px;
    }
}
@media (max-width: 575px) {

    .needus-content h2 {
        font-size: 21px;
    }

    .needus-stats {
        flex-direction: column;
        gap: 25px;
    }

    .divider {
        display: none;
    }
}
@media (max-width: 991px) {

    .footer-col {
        padding-left: 30px;
    }

    .footer-social {
        justify-content: center;
    }
}
/* ===== FOOTER LOGO FIX ===== */
.footer-logo-main {
    max-width: 180px;     /* perfect footer size */
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect (soft & premium) */
.footer-logo-main:hover {
    transform: scale(1.05);
    opacity: 0.95;
}

/* Mobile center align */
@media (max-width: 991px) {
    .footer-col {
        /*text-align: center;*/
    }

    .footer-logo-main {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
/* ===== FOOTER LOGO FIX ===== */
.footer-logo-main {
    max-width: 180px;     /* perfect footer size */
    width: 100%;
    height: auto;
    margin-bottom: 18px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Hover effect (soft & premium) */
.footer-logo-main:hover {
    transform: scale(1.05);
    opacity: 0.95;
}

/* Mobile center align */
@media (max-width: 991px) {
    .footer-col {
        /*text-align: center;*/
    }

    .footer-logo-main {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}


/* ===== BOOKING POPUP ===== */
.booking-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.booking-box {
    background: #fff;
    width: 100%;
    max-width: 460px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    animation: popupScale 0.35s ease;
}

@keyframes popupScale {
    from { transform: scale(0.85); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.close-popup {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.form-group textarea {
    height: 80px;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: #334373;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.submit-btn:hover {
    background: #000;
}
.form-group {
    margin-bottom: 10px;   /* pehle zyada tha */
}

.form-group input,
.form-group textarea {
    padding: 12px;        /* balanced height */
    font-size: 14px;
}

/* Mobile */
@media (max-width: 480px) {
    .booking-box {
        margin: 0 15px;
    }
}
@media(max-width:767px){
    
   .sectionn-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #000;
}
#car-category-section {
    padding: 45px 0;
}
.testicontain {
    margin: 8px;
}
.testimonial-title h2 {
    font-size: 28px;
}
.testimonial-title {
     margin-bottom: 0px; 
}
.how-content {
    margin: 12px;
}
.how-content h2 {
    font-size: 27px;
}
.section-title {
    font-size: 31px;

}
.about-image-style {
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.booking-form {
    display: none;
}
 .min-vh-100 {
    min-height: 56vh!important;
}
.topsocailicon a {
    margin-right: 2px;
}
span.toptimie {
    display: none;
}
.section-title.text-center p {
    font-size: 20px;
}
.gallery-hero-content h1 {
    font-size: 28px;
}
.servicerate-hero-content h1{
     font-size: 28px;
}
.section-title {

    font-size: 29px;
}
    