/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {

    p {
        font-size: 16px;
    }

    h1 {
        font-size: 40px;

    }

    h3.banner-heading {
        font-size: 60px;

    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 22px;
    }

    header {
        .bottom-header {
            nav a {
                font-size: 12px;
                padding: 0 5px;
            }

            .primary-btn {
                a {
                    button {
                        padding: 10px 10px;
                        font-size: 16px;
                    }
                }
            }
        }
    }

    .hero-section {
        .slider-imgs {
            .item {
                img {
                    width: 100%;
                    height: 500px;
                    object-fit: cover;
                }
            }
        }
    }

    .feature {
        .main-feature {
            grid-template-columns: repeat(auto-fill, minmax(217px, 1fr));
        }
    }

    .testimonial {
        .testimonial-items {
            width: 85%;
        }
    }

    .footer {
        .top-footer {
            .main-top-footer {
                gap: 20px;
            }
        }
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .dn {
        display: block;
    }

    .contact-form,
    .contact-details {
        width: 100% !important;
    }

    .contact-main {
        .container {
            gap: 30px;
            flex-direction: column;
        }
    }

    header {
        position: inherit;
    }

    h3 {
        font-size: 35px;
    }

    h1 {
        font-size: 35px;
    }

    header {

        .top-header {
            /* background: #102034; */
            padding: 8px 0px;

            .top-tagline {
                display: none;
            }
        }

        .bottom-header {
            padding: 10px 0px;

            /* background: #102034; */
            .main-bottom-header {
                align-items: center;
            }

            .logo {
                width: 30%;
            }

            .primary-menu {
                flex-direction: column;
                padding: 150px 20px;
                position: fixed;
                background: #000000;
                width: 100%;
                max-width: 300px;
                right: -100%;
                top: 0px;
                transition: all .4s ease-in;
                z-index: 1;
                height: 100vh;
                justify-content: start;
                transition: .5s;

                ul {
                    flex-direction: column;
                    gap: 0px;
                }

                .menu-icon {
                    color: #fff;
                }

                nav {
                    text-align: center;

                    a {
                        display: block;
                        padding: 10px 0px;
                        font-size: 16px;
                    }

                    ul a {
                        color: #c1a067;
                    }
                }
            }

            .primary-menu.active {
                right: 0%;
                /* top: 0%; */
                z-index: 8;
            }

            .menu-icon {
                display: block;
                border: none;
                background: transparent;
                width: 40px;
                z-index: 9;
                font-size: 24px;
                color: #c1a067;
            }

            .fa-bars {
                color: #c1a067;
            }
        }

    }

    .hero-section {
        .banner-content {
            padding: 0px;
            max-width: 100%;
        }
    }

    .feature {
        h5 {
            font-size: 18px;
        }

        .main-feature {
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        }

        .item img {
            width: 60px;
        }

    }

    .about-us {
        .about-us-img {
            display: none;
        }

        .about-us-content {
            width: 100%;
            gap: 14px;
        }
    }

    .services {
        h4 {
            font-size: 18px;
        }

        .item {
            padding: 10px;
        }
    }

    .fleet {
        .main-fleet {
            grid-template-columns: repeat(auto-fill, minmax(329px, 1fr));
        }

        .second-btn {
            margin-top: 50px;
            text-align: center;
        }
    }

    .testimonial {
        display: flex;
        flex-direction: column;

        .testimonial-img {
            width: 100%;
            padding: 140px 0px;
        }

        .testimonial-content {
            width: 100%;
        }

        .testimonial-items {
            margin: 30px auto 0;
        }
    }

    .footer {
        .top-footer {
            .main-top-footer {
                flex-wrap: wrap;
                text-align: start;
            }

            .footer-about {
                width: 60%;
            }

            .footer-contact {
                width: 50%;
            }
        }
    }

    .page-wrapper {
        padding: 10px 0px;
    }

    .service-area-box ul li {
        margin: 12px 20px;
        padding: 10px 0px;
        font-size: 15px;
    }


}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {
    .seo_footer_content div {
        display: block;
        padding: 0px 20px;
    }

    .seo-content,
    .seo_footer_content {
        padding: 20px 0px;
    }

    .seo-content .container {
        display: block
    }

    .seo-content h4 {
        font-size: 19px;
    }

    .testimonial-box h4 {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 6px;
    }

    .text_color {
        font-size: 19px;
    }

    .reviews {
        margin-bottom: 0px;
    }

    .reviews-section {
        padding: 20px 0px;
    }

    .blog-detail h1,
    .blog-detail .heading {
        font-size: 1.5rem;
    }

    .blog-detail h2 {
        font-size: 1.2rem;
    }

    .main-about-section,
    .main-service-section,
    .main-fleet-section {
        flex-direction: column;
    }

    .main-fleet-section {
        .fleet-img {
            width: 100%;
        }
    }


    .service-content,
    .fleet-content,
    .service-img {
        width: 100% !important;
    }

    .about-section {
        .about-content {
            width: 100%;
        }
    }

    h1 {
        font-size: 30px;

    }

    h3.banner-heading {
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h5 {
        font-size: 20px;
    }

    .hero-section {
        .slider-imgs {
            .item {
                img {
                    width: 100%;
                    height: 350px;
                    object-fit: cover;
                }
            }
        }

        .banner-content {
            gap: 10px;
        }
    }

    .feature {
        .main-feature {
            grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        }
    }

    .fleet {
        .main-fleet {
            grid-template-columns: repeat(auto-fill, minmax(229px, 1fr));
        }

        .item {
            img {
                width: 100%;
            }
        }
    }

    .service-area-box ul {
        display: block;
    }

    .service-area-box ul li {
        margin: 12px 0px;
        padding: 10px 0px;
        background-color: #c1a067;
        border-radius: 12px;
        text-align: center;
        font-size: 15px;
        color: #1e1e1e;
        width: 100%;
    }

    .privacy-page h4 {
        font-size: 18px;
    }

    .card_img {
        width: 120px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 550px) {
    .fixed-whatapp {
        top: 40%;
    }

    .contact-title {
        h4 {
            font-size: 23px;
            margin-bottom: 10px;
            text-align: center;
        }
    }

    .contact-main {
        .details-items {
            .box {
                display: block !important;

                .content h5 {
                    text-align: center !important;
                }

                .content a {
                    font-size: 12px;
                }
            }
        }
    }

    .book-now-box {
        display: block;

        .form-group {
            width: 100%;
        }
    }

    h3.banner-heading {
        font-size: 30px;
    }

    header {
        .top-header {
            .limo-details ul {
                align-items: start;
                gap: 0px;
                flex-direction: column-reverse;
                font-size: 14px;
            }
        }

        .bottom-header {
            .logo {
                width: 50%;
            }
        }
    }

    .section-padding {
        padding: 20px 0px;
    }

    .hero-section {
        .banner-content {
            background: #0000004f;

            p {
                display: none;
            }
        }
    }

    .about-us {
        .about-us-content {
            gap: 10px;
        }

        .about-us-img {
            display: block;
            width: 100%;
        }

        .main-about-us {
            flex-direction: column-reverse;
        }

        .img02 {
            bottom: -48px;
        }

        .call-col {
            img {
                width: 40px;
            }
        }

        .number-call {
            a {
                font-size: 20px;
                font-weight: 700;
                color: #000;
            }
        }
    }

    .services {
        .primary-btn {
            margin-top: 20px;
        }

        .main-services {
            margin-top: 30px;
        }
    }

    .footer {
        .top-footer {
            padding: 30px 0px;

            .box {
                width: 100%;
            }

            .footer-about {
                width: 100%;
            }

            .footer-contact {
                width: 100%;
            }

            ul a {
                font-size: 14px;
            }

            ul {
                gap: 6px;
            }

            .social-media {
                justify-content: start;
                gap: 15px;
                font-size: 20px;
            }
        }
    }

    .primary-btn.pbtn-sm {
        position: fixed;
        z-index: 999;
        bottom: 0;
        display: block;
        background-color: black;
        width: 100%;
        padding: 1rem;
        border-top: 1px solid #434343;
    }

    .primary-btn.pbtn-sm button {
        width: 100%;
    }

    .primary-btn.btn-sm {
        padding: 0.5rem 0.5rem 0;
        width: 100%;
    }
    .primary-btn.btn-sm button{
        width: 100%;
    }

    .main-bottom-header {
        flex-wrap: wrap;
    }
    .limo-details a{
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 400px) {
    p {
        font-size: 14px !important;
    }

    h1 {
        font-size: 22px;
    }

    h3.banner-heading {
        font-size: 25px;
    }

    .feature {
        h5 {
            font-size: 16px;
        }
    }

    h3 {
        font-size: 22px !important;
    }

    .container {
        padding: 0px 15px;
    }

    .testimonial {
        .testimonial-items {
            width: 95%;
        }

        .item {
            .google-img {
                img {
                    width: 140px;
                }
            }

            .t-bottom {
                img {
                    width: 60px;
                }
            }
        }
    }

    .payment-heading h3 {
        font-size: 14px !important;
    }
}







/* Responsive Styles */
@media (min-width: 768px) {

    .container-blog {
        grid-template-columns: 70% 30%;
        /* Two columns layout for tablets and larger screens */
    }
}

@media (max-width: 767px) {
    .right-sidebar h3 {
        font-size: 14px !important;
    }

    .container-blog {
        grid-template-columns: 1fr;
        /* Single column layout for mobile screens */
        padding: 0;
    }
}

@media only screen and (min-width: 1500px) {
    header {
        & .bottom-header {
            nav a {
                font-size: 17px;
                padding: 0 13px;
            }
        }
    }
}