
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family: sans-serif, 'Segoe UI';
}

.website-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

main {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-content {
    width: 100%;
    margin: 75px auto 0 auto;
    padding: 0;
}

.navbar {
    padding: 15px 0;
    height: 75px;
}

.navbar-brand {
    color: #000 !important;
    letter-spacing: 1px;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
}

    .nav-link:hover {
        color: #0d6efd !important;
    }

.dropdown-menu {
    border-radius: 10px;
}

.btn-primary {
    border-radius: 30px;
    padding: 5px 13px;
}

.mid-size-banners{
    padding-top:15px;
}



/* =========================================
   FOOTER
========================================= */
.jms-footer {
    background: #00111f;
    padding-top: 60px;
    color: #fff;
}

.footer-block {
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.footer-block-header {
    margin-bottom: 20px;
}


    .footer-block-header h4 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
    }

.footer-links,
.footer-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}


    .footer-links a,
    .footer-tags a {
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        transition: 0.3s ease;
    }


        .footer-links a:hover,
        .footer-tags a:hover {
            color: #0d6efd;
        }


    .footer-links span,
    .footer-tags span {
        color: rgba(255,255,255,0.4);
    }

    .footer-links p {
        font-size: 15px;
        line-height: 1.8;
        color: rgba(255,255,255,0.88);
        margin-bottom: 15px;
    }

.footer-bottom {
    padding: 35px 0;
}

.copyright-text {
    font-size: 13px;
    margin: 0;
    color: rgba(255,255,255,0.85);
}

.footer-social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
}


    .footer-social-icons a {
        width: 48px;
        height: 48px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        transition: 0.3s ease;
        text-decoration: none;
    }


        .footer-social-icons a:hover {
            background: #0d6efd;
            border-color: #0d6efd;
            transform: translateY(-3px);
        }


/* MOBILE */

@media(max-width:991px) {

    .footer-block-header h4 {
        font-size: 24px;
    }

    .footer-links a,
    .footer-tags a,
    .footer-links p {
        font-size: 15px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-social-icons {
        justify-content: center;
    }
}

.about-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.about-content h2 {
    font-size: 42px;
    line-height: 1.3;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
}

.service-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    transition: 0.3s;
}

    .service-box i {
        font-size: 24px;
        color: #0d6efd;
    }

    .service-box:hover {
        background: #0d6efd;
        color: white;
    }

        .service-box:hover i {
            color: white;
        }

.vehicle-card {
    border-radius: 20px;
    overflow: hidden;
    transition: .4s;
    background: white;
}

    .vehicle-card img {
        height: 300px;
        object-fit: contain;
        padding: 10px;
    }

    .vehicle-card:hover {
        transform: translateY(-8px);
    }

.cta-section {
    background: linear-gradient(to right, #0d6efd, #003b99);
}

.gallery-carousel {
    width: 100%;
}

.gallery-item {
    width: 100%;
}


    .gallery-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 20px;
    }

.gallery-carousel {
    position: relative;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    width: 55px;
    height: 55px;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.95) !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    transition: 0.3s ease;
}

.owl-nav button.owl-prev {
    left: -25px;
}

.owl-nav button.owl-next {
    right: -25px;
}

    .owl-nav button.owl-prev:hover,
    .owl-nav button.owl-next:hover {
        background: #0d6efd !important;
        color: white !important;
        transform: scale(1.08);
    }

.owl-nav button span {
    font-size: 38px;
    position: relative;
    top: -4px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.feature-card {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 18px;
    font-weight: 600;
}

    .feature-card i {
        color: #0d6efd;
        margin-right: 10px;
    }

.gallery-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
}


/* VF 6 */

.vf6-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.vf6-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vf6-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
}

.vf6-hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 650px;
}

    .vf6-hero-content h1 {
        font-size: 90px;
        font-weight: 800;
        margin: 20px 0;
    }

.vf6-tagline {
    letter-spacing: 4px;
    font-size: 14px;
    color: #ddd;
}

.vf6-hero-content p {
    font-size: 22px;
    line-height: 1.8;
}

.hero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vf6-floating-stats {
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.floating-box {
    background: white;
    border-radius: 25px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}

    .floating-box h2 {
        color: #0d6efd;
        font-size: 48px;
        font-weight: 800;
    }

.vf6-about-section {
    padding: 20px 0;
}

.vf6-side-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.vf6-about-content {
    padding: 60px;
}

.section-subtitle {
    color: #0d6efd;
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: 700;
}

.vf6-about-content h2,
.interior-content h2,
.vf6-gallery-section h2,
.vf6-cta h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 20px 0;
}

.vf6-about-content p,
.interior-content p {
    font-size: 20px;
    line-height: 1.9;
    color: #666;
}

.vf6-banner-section {
    position: relative;
}

.vf6-banner-image {
    height: 85vh;
    object-fit: cover;
}

.vf6-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.vf6-banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
}

    .vf6-banner-text h2 {
        font-size: 55px;
        font-weight: 700;
    }

.vf6-interior-section {
    padding: 120px 0;
}

.vf6-spec-section {
    background: #111827;
    padding: 120px 0;
}

.vf6-gallery-section {
    padding: 120px 0;
    background: #f8f9fa;
}

.vf6-cta {
    background: linear-gradient(to right,#0d6efd,#003b99);
    padding: 120px 0;
    color: white;
}

    .vf6-cta p {
        font-size: 22px;
        margin: 25px 0;
    }

.vf6-colors-section {
    padding: 20px 0;
    background: white;
}

.car-display-wrapper {
    padding: 40px;
}

.vf6-color-car {
    max-height: 500px;
    object-fit: contain;
    transition: 0.4s ease;
}

.color-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

    .color-selector span {
        font-size: 18px;
        font-weight: 600;
    }

.color-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

    .color-btn:hover {
        transform: scale(1.1);
    }

.active-color {
    border: 4px solid #0d6efd;
    transform: scale(1.12);
}

.black {
    background: #111;
}

.white {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.red {
    background: #c40000;
}

.mint {
    background: #a6ab9a;
}

.silver {
    background: silver;
}

.grey {
    background: #6f6f71;
}
.brown {
    background: #5c4033;
}
.blue {
    background: #003b99;
}


.vf6-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.vf6-showcase-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.vf6-showcase-text {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
}

.vf6-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

    .vf6-feature-list li {
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .vf6-feature-list i {
        color: #0d6efd;
        margin-right: 12px;
        font-size: 20px;
    }


.vf6-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.vf6-showcase-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.vf6-premium-carousel-wrapper {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    overflow: hidden;
}

.vf6-premium-carousel {
    padding: 0 !important;
}


    .vf6-premium-carousel .owl-stage-outer {
        overflow: visible;
        padding: 0 !important;
        margin: 0 !important;
    }


    .vf6-premium-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .vf6-premium-carousel .premium-car-item {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 40px;
        padding-bottom: 15px;
        opacity: 0.45;
        transition: 0.4s ease;
    }

    .vf6-premium-carousel .owl-item.active.center .premium-car-item {
        opacity: 1;
    }

.premium-car-item img {
    width: 100%;
    max-width: 800px;
    height: 420px;
    object-fit: contain;
    margin: auto;
    transition: 0.4s ease;
}


.vf6-premium-carousel .owl-item:not(.center) img {
    transform: scale(0.82);
    filter: blur(1px);
    opacity: 0.7;
}

.vf6-premium-carousel .owl-nav {
    margin-top: -15px;
    text-align: center;
}


    .vf6-premium-carousel .owl-nav button.owl-prev,
    .vf6-premium-carousel .owl-nav button.owl-next {
        width: 58px;
        height: 58px;
        border-radius: 50% !important;
        background: white !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        margin: 0 10px;
        transition: 0.3s ease;
    }


        .vf6-premium-carousel .owl-nav button.owl-prev:hover,
        .vf6-premium-carousel .owl-nav button.owl-next:hover {
            background: #0d6efd !important;
        }


    .vf6-premium-carousel .owl-nav button span {
        font-size: 34px;
        color: #111;
        line-height: 30px;
    }


    .vf6-premium-carousel .owl-nav button:hover span {
        color: white;
    }

/* MOBILE */

@media(max-width:991px) {

    .premium-car-item img {
        height: 320px;
        max-width: 100%;
    }

    .vf6-showcase-title {
        font-size: 20px;
    }

    .vf6-showcase-text {
        font-size: 13px;
    }
}


/* VF 7 */

.vf7-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.vf7-hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vf7-dark-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
}

.vf7-hero-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 650px;
}

    .vf7-hero-content h1 {
        font-size: 90px;
        font-weight: 800;
        margin: 20px 0;
    }

.vf7-tagline {
    letter-spacing: 4px;
    font-size: 14px;
    color: #ddd;
}

.vf7-hero-content p {
    font-size: 22px;
    line-height: 1.8;
}

.vf7-about-section {
    padding: 20px 0;
}

.vf7-side-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.vf7-about-content {
    padding: 60px;
}

.vf7-about-content h2,
.interior-content h2,
.vf7-gallery-section h2,
.vf7-cta h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 20px 0;
}

.vf7-about-content p,
.interior-content p {
    font-size: 20px;
    line-height: 1.9;
    color: #666;
}

.vf7-banner-section {
    position: relative;
}

.vf7-banner-image {
    height: 85vh;
    object-fit: cover;
}

.vf7-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.vf7-banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
}

    .vf7-banner-text h2 {
        font-size: 55px;
        font-weight: 700;
    }

.vf7-interior-section {
    padding: 120px 0;
}

.vf7-spec-section {
    background: #111827;
    padding: 120px 0;
}

.vf7-gallery-section {
    padding: 120px 0;
    background: #f8f9fa;
}

.vf7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.vf7-colors-section {
    padding: 20px 0;
    background: white;
}

.vf7-color-car {
    max-height: 500px;
    object-fit: contain;
    transition: 0.4s ease;
}

.vf7-showcase-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
}

.vf7-showcase-text {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
}

.vf7-feature-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
}

    .vf7-feature-list li {
        margin-bottom: 18px;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

    .vf7-feature-list i {
        color: #0d6efd;
        margin-right: 12px;
        font-size: 20px;
    }

.vf7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.vf7-showcase-text {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.vf7-premium-carousel-wrapper {
    position: relative;
    margin-top: -40px;
    margin-bottom: -40px;
    overflow: hidden;
}

.vf7-premium-carousel {
    padding: 0 !important;
}


    .vf7-premium-carousel .owl-stage-outer {
        overflow: visible;
        padding: 0 !important;
        margin: 0 !important;
    }


    .vf7-premium-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .vf7-premium-carousel .premium-car-item {
        text-align: center;
        padding-top: 30px;
        margin-bottom: 40px;
        padding-bottom: 15px;
        opacity: 0.45;
        transition: 0.4s ease;
    }

    .vf7-premium-carousel .owl-item.active.center .premium-car-item {
        opacity: 1;
    }

.premium-car-item img {
    width: 100%;
    max-width: 800px;
    height: 420px;
    object-fit: contain;
    margin: auto;
    transition: 0.4s ease;
}


.vf7-premium-carousel .owl-item:not(.center) img {
    transform: scale(0.82);
    filter: blur(1px);
    opacity: 0.7;
}

.vf7-premium-carousel .owl-nav {
    margin-top: -15px;
    text-align: center;
}


    .vf7-premium-carousel .owl-nav button.owl-prev,
    .vf7-premium-carousel .owl-nav button.owl-next {
        width: 58px;
        height: 58px;
        border-radius: 50% !important;
        background: white !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.12);
        margin: 0 10px;
        transition: 0.3s ease;
    }


        .vf7-premium-carousel .owl-nav button.owl-prev:hover,
        .vf7-premium-carousel .owl-nav button.owl-next:hover {
            background: #0d6efd !important;
        }


    .vf7-premium-carousel .owl-nav button span {
        font-size: 34px;
        color: #111;
        line-height: 30px;
    }


    .vf7-premium-carousel .owl-nav button:hover span {
        color: white;
    }

/* MOBILE */

@media(max-width:991px) {

    .premium-car-item img {
        height: 320px;
        max-width: 100%;
    }

    .vf7-showcase-title {
        font-size: 20px;
    }

    .vf7-showcase-text {
        font-size: 13px;
    }
}

.mpv7-showcase-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.mpv7-premium-carousel-wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}







/* =========================================
   SPECIFICATIONS SECTION
========================================= */
.vf6-specification-section {
    padding: 50px 0;
    background: #fff;
}

.vf7-specification-section {
    padding: 50px 0;
    background: #fff;
}


.specification-title {
    font-size: 30px;
    font-weight: 700;
    color: #0f2341;
    margin-bottom: 20px;
}


.specification-label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
    color: #0f2341;
}


.specification-dropdown {
    height: 35px;
    font-size: 15px;
    border-radius: 10px;
    border: 2px solid #bec5d0;
    padding-left: 20px;
    max-width: 200px;
}


.specification-car-image-wrapper {
    margin-top: 55px;
}

.specification-car-image {
    max-width: 600px;
    width: 100%;
    object-fit: contain;
    transition: 0.4s ease;
}


.specification-table {
    background: white;
    border: 1px solid #ddd;
}


    .specification-table tr td {
        padding: 15px 13px;
        font-size: 15px;
        color: #213d63;
        border: 1px solid #d8d8d8;
    }


    .specification-table tr td:first-child {
        font-weight: 700;
        width: 42%;
    }


@media(max-width:991px) {

    .specification-title {
        font-size: 25px;
    }

    .specification-dropdown {
        font-size: 12px;
        height: 22px;
    }

    .specification-car-image {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .specification-table tr td {
        font-size: 12px;
        padding: 11px 10px;
    }
}

/* =========================================
   BREADCRUMB
========================================= */

.contact-breadcrumb {
    padding: 25px 0;
    background: #fff;
}


.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


    .breadcrumb-wrapper a {
        text-decoration: none;
        color: #555;
        font-size: 18px;
    }


.active-breadcrumb {
    font-weight: 700;
    color: #111;
    font-size: 18px;
}


/* =========================================
   CONTACT PAGE
========================================= */

.contact-page-section {
    padding-bottom: 100px;
    background: #fff;
}

.dealer-info-card {
    background: #f3f3f3;
    padding: 35px;
    height: 100%;
}


.dealer-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

.dealer-detail {
    display: flex;
    gap: 18px;
    margin-bottom: 35px;
}


    .dealer-detail i {
        font-size: 24px;
        color: #111;
        margin-top: 6px;
    }


    .dealer-detail h5 {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 12px;
    }


    .dealer-detail p {
        font-size: 16px;
        line-height: 1.8;
        color: #333;
        margin-bottom: 0;
    }


.direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}


    .direction-btn:hover {
        background: #0d6efd;
        color: #fff;
    }

.enquiry-form-card {
    background: #f3f3f3;
    padding: 45px;
}


.form-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 45px;
    color: #111;
}

.contact-input {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    font-size: 18px;
    padding-left: 18px;
}


    .contact-input:focus {
        box-shadow: none;
        border-color: #0d6efd;
    }


.custom-check {
    font-size: 17px;
}


    .custom-check a {
        color: #0d6efd;
    }

.submit-btn {
    width: 50%;
    height: 50px;
    border: none;
    background: #666;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    transition: 0.3s ease;
}

    .submit-btn:hover {
        background: #0d6efd;
    }


@media(max-width:991px) {

    .dealer-title,
    .form-title {
        font-size: 21px;
    }

    .dealer-detail h5 {
        font-size: 14px;
    }

    .dealer-detail p {
        font-size: 11px;
    }

    .contact-input {
        height: 34px;
        font-size: 13px;
    }

    .submit-btn {
        height: 35px;
        font-size: 13px;
    }
}

/* =========================================
   EXTRA DEALER INFO SECTION
========================================= */

.dealer-extra-info-section {
    padding: 20px 0 20px;
    background: #f3f3f3;
}

.extra-info-card {
    background: #fff;
    padding: 35px;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}


    .extra-info-card h3 {
        font-size: 23px;
        font-weight: 700;
        color: #111;
        margin-bottom: 28px;
    }


.business-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .business-hours-list li {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        color: #222;
    }


        .business-hours-list li span:first-child {
            width: 60px;
            font-weight: 600;
        }


.closed-text {
    color: red;
    font-weight: 600;
}

.extra-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .extra-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 11px;
        font-size: 16px;
        color: #222;
    }


        .extra-list li i {
            color: #6cd16c;
            font-size: 12px;
        }


.other-dealers-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


    .other-dealers-links a {
        text-decoration: none;
        font-size: 16px;
        color: #0d6efd;
        transition: 0.3s ease;
    }


        .other-dealers-links a:hover {
            color: #000;
        }


/* MOBILE */

@media(max-width:991px) {

    .extra-info-card {
        padding: 25px;
    }

        .extra-info-card h3 {
            font-size: 17px;
        }

    .business-hours-list li,
    .extra-list li,
    .other-dealers-links a {
        font-size: 12px;
    }
}

/* =========================================
   SHOWROOM MAP SECTION
========================================= */

.showroom-map-section {
    padding: 0 0 100px;
    background: #f3f3f3;
}

.map-card {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    height: 100%;
}

.map-content {
    padding: 15px;
}


    .map-content h3 {
        font-size: 25px;
        font-weight: 700;
        color: #111;
        margin-bottom: 18px;
    }


    .map-content p {
        font-size: 16px;
        line-height: 1.8;
        color: #444;
        margin-bottom: 28px;
    }


.map-direction-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #0d6efd;
    color: #fff;
    text-decoration: none;
    padding: 14px 26px;
    font-size: 17px;
    font-weight: 600;
    transition: 0.3s ease;
}


    .map-direction-btn:hover {
        background: #000;
        color: #fff;
    }


.map-frame iframe {
    width: 100%;
    height: 420px;
    border: 0;
}


/* MOBILE */

@media(max-width:991px) {

    .map-content {
        padding: 25px;
    }

        .map-content h3 {
            font-size: 17px;
        }

        .map-content p {
            font-size: 12px;
        }

    .map-frame iframe {
        height: 320px;
    }
}


