@media (max-width: 1504px) {

    .nav-head li a {
        padding: 20px 15px;
    }

    .work-card .work_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-section h2,
    .recent-section h2,
    .testimonials-section h2,
    .Projects-section h2 {
        font-size: 25px;
    }

    .project-card .work_title {
        font-size: 20px;
    }

    .about-section p {
        font-size: 14px;
    }

    .privacy-title {
        font-size: 26px;
    }

    .privacy-subtitle {
        font-size: 18px;
    }

    .privacy-text {
        font-size: 16px;
    }

    .footer-about li a {
        font-size: 14px;
    }

    .footer-detail p,
    .footer-detail span a {
        font-size: 14px;
    }

    .footer-logo h2 {
        font-size: 16px;
    }

    .footer-social a {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        font-size: 16px;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .contact-section h2 {
        font-size: 20px;
    }

    .contact-section p,
    .contact-section .address-text {
        font-size: 14px;
    }

    .contact-section .address-title {
        font-size: 16px;
    }

    .custom-input {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {

    .mega-menu li a {
        font-size: 14px;
    }

    .container {
        max-width: 90% !important;
    }

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        width: 40px;
        height: 40px;
    }

    .owl-theme .owl-nav {
        padding: 0 5px;
    }

    .about-section h2,
    .recent-section h2 {
        font-family: var(--poppins-500);
        color: var(--black);
        font-size: 20px;
        margin-bottom: 18px;
    }

    .work-card .work_title {
        font-family: var(--poppins-400);
        font-size: 16px;
        color: var(--black);
    }

    .project-card .work_title {
        font-family: var(--poppins-400);
        font-size: 20px;
        color: var(--black);
        margin-bottom: 10px;
    }

    .footer-about li a {
        font-size: 15px;
    }

    .footer-detail p,
    .footer-detail span a {
        font-size: 16px;
    }

    .footer-logo h2 {
        font-size: 20px;
    }

    .about_page_section .about_banner {
        width: 80%;
        text-align: center;
        font-size: 20px;
    }

}

@media (max-width: 992px) {

    .container {
        max-width: 95% !important;
    }

    /* .navbar-brand img {
        width: 80%;
    } */

    .about-img {
        height: 450px !important;
    }

    .client-img {
        height: 200px;
    }
}

@media (max-width: 768px) {

    .offcanvas-header {
        position: relative;
        padding: 0 20px;
        border-bottom: 1px solid #e1e1e1;
        background-color: transparent;
    }

    .accordion-header button h5,
    .footer-border h5 {
        font-size: 16px;
    }

    .p-t-100 {
        padding: 80px 0;
    }

    .about_page_section {
        height: 70vh;
    }

    .about_page_section .about_banner {
        font-size: 25px;
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }

    .privacy-subtitle {
        font-size: 18px;
    }

    .privacy-text {
        font-size: 15px;
    }

    .about-img {
        height: 250px;
    }

    .filter-btn {
        font-size: 14px;
        padding: 8px 15px;
    }

    .stats-section .stat-number {
        font-size: 25px;
    }
}

@media (max-width: 480px) {

    .p-t-80 {
        padding-top: 50px;
    }

    .p-t-100 {
        padding: 50px 0;
    }

    .item img {
        height: 300px;
        object-fit: cover;
    }

    #head .owl-nav button.owl-prev,
    #head .owl-nav button.owl-next {
        display: none;
    }

    .accordion-header button img {
        width: 50%;
    }

    .go-top {
        position: fixed;
        width: 30px;
        height: 30px;
        right: 15px;
        bottom: 80px;
        padding: 20px;
    }

    .contact-toggle {
        width: 40px;
        height: 40px;
    }

    .contact-toggle i {
        font-size: 14px;
    }

    .contact-menu {
        right: 15px;
    }

    .go-top:after {
        font-size: 16px;
    }

    .about_page_section .about_banner {
        font-size: 18px;
    }

    .filter-btn {
        font-size: 13px;
        padding: 6px 12px;
    }

    .client-img {
        height: 180px;
    }
}

@media (max-width: 320px) {

    .about-section h2 {
        font-size: 40px;
    }
}