/* @media (max-width: 1400px) {

} */

/* @media (max-width: 1200px) {

} */

@media (max-width: 992px) {
    .why-choose-us .why-choose-us-cards {
        flex-wrap: wrap;
        gap: 20px;
    }
    .why-choose-us .header-section {
        padding: 0;
    }

    .navbar-actions button,
    .navbar-links,
    nav .lang {
        display: none;
    }

    .menu-div,
    .menu-div a {
        display: flex;
    }

    .navbar-logo {
        height: 80px;
    }

    .lang a {
        padding: 10px;
        font-size: 14px;
    }
    .main-btn,
    .secondary-btn {
        font-size: 14px;
    }

    .hero-content {
        justify-content: start;
    }

    .hero .main-title {
        padding: 40px 20px;
    }

    .statistics-item-icon {
        width: 40px;
        height: 40px;
    }
    .statistics-item-icon img {
        width: 20px;
        height: 20px;
    }
    .statistics-item h3 {
        font-size: 18px;
    }
    .statistics-item p {
        font-size: 14px;
    }

    footer .main-container {
        gap: 24px;
    }

    .why-choose-us .why-choose-us-cards {
        position: static;
        transform: none;
        left: auto;
    }

    .why-choose-us .why-choose-us-cards .row {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .card-project figure .iconImg {
        top: 54%;
    }

    header.header {
        background-position: left;
    }

    .footer-logo {
        height: 110px;
        z-index: 1;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .footer-links {
        font-size: 14px;
    }
    .footer-copyright {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer-copyright p {
        font-size: 14px;
    }

    .about-us .about-us-cards {
        flex-direction: column;
        align-items: center;
    }
    .about-us .about-us-cards .col-sm-12 {
        display: flex;
        justify-content: center;
    }

    .why-choose-us {
        padding-bottom: 50px;
    }

    .services-cards .card .card-image {
        left: 84%;
    }

    .card-project figure .iconImg {
        bottom: 22%;
        width: 80px;
        height: 80px;
    }
    .card-project figure .iconImg img {
        width: 40px;
        height: 40px;
    }
    .card-project figure figcaption h3 {
        font-size: 20px;
    }
    .card-project figure figcaption p {
        font-size: 14px;
    }
    .card-project figure figcaption .main-btn {
        font-size: 14px;
    }
    .card-project figure figcaption .main-btn i {
        font-size: 14px;
    }
    .card-project figure figcaption .main-btn:hover {
        transform: none;
    }

    .contact-us {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }
    .contact-us .main-container {
        width: 100%;
        padding: 10px;
    }
    .contact-map {
        display: flex;
        justify-content: center;
        padding: 0;
        width: 90%;
        margin: 48px auto 0;
    }
    .contact-map .main-container {
        width: 100%;
        margin: 0 auto;
    }
    .map-wrapper {
        height: 300px;
    }
    .map-place-label {
        top: 12px;
        inset-inline-start: 12px;
        max-width: calc(100% - 24px);
        padding: 8px 12px;
    }
    .map-place-label__text {
        font-size: 12px;
    }
    .heading-title .content h2 {
        font-size: clamp(16px, 5vw, 24px);
    }
    .services-cards .card {
        max-width: 100%;
    }
    .contact-us .main-container::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .footer-links {
        font-size: 12px;
        flex-direction: column;
    }

    .services-cards .card .card-image {
        left: 78%;
        top: -70px;
    }
}

@media (max-width: 425px) {
    .statistics {
        padding: 20px 8px;
        gap: 10px;
    }
    .projects .projects-deatails-box .iconImg {
        width: 55px;
        height: 55px;
    }
    .projects .projects-deatails-box .iconImg img {
        width: 25px;
        height: 25px;
    }

    .statistics-item {
        width: calc(50% - 5px);
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .statistics-item h3 {
        font-size: 16px;
    }
    .statistics-item p {
        font-size: 12px;
    }

    .hero .main-title {
        padding: 30px 20px;
        border-left: 6px solid var(--main-color);
    }
    .hero .main-title::before,
    .hero .main-title::after {
        height: 6px;
    }

    .head-title h2 {
        font-size: 24px;
    }
    .head-title .head-content p,
    .header-section p {
        font-size: 16px;
    }
}
