@media (max-width: 1399px) {
    .header-section .navbar-nav {
        gap: 36px;
    }

    .banner-section .banner-top-block .top-block-inner h1 {
        font-size: 56px;
        line-height: 62px;
    }

    .about-section .about-section-inner {
        padding: 80px 90px 80px 110px;
    }

    .service-section .service-item-image {
        height: 320px;
    }

    .project-card img {
        height: 260px;
    }
}

@media (max-width: 1199px) {
    .title-center-block h3 {
        font-size: 42px;
        line-height: 46px;
        margin-bottom: 18px;
    }

    .header-logo img {
        max-width: 230px;
    }

    .header-section .navbar-nav {
        gap: 28px;
    }

    .header-section .nav-item .nav-link {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-section {
        padding-top: 156px;
    }

    .banner-section .banner-top-block .top-block-inner h1 {
        font-size: 48px;
        line-height: 54px;
    }

    .banner-section .banner-top-block .top-block-inner p {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-section .banner-bottom-block {
        padding: 80px 15px 120px;
    }

    .banner-section .empty-cell,
    .banner-section .bottom-block-inner-content {
        min-height: 470px;
    }

    .about-section .about-section-inner {
        padding: 70px 70px 70px 80px;
    }

    .about-section .about-content h2 {
        font-size: 54px;
        line-height: 56px;
    }

    .service-section .service-items-list .service-item-detail {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    .service-section .service-item-image {
        height: 300px;
    }

    .project-card img {
        height: 240px;
    }

    .gallery-section .gallery-btn-group {
        padding-left: 0;
    }

    .footer-section .footer-column.about {
        max-width: 100%;
        padding-right: 40px;
    }

    .footer-section .footer-column.address,
    .footer-section .footer-column.menu {
        padding-right: 35px;
    }
}

@media (max-width: 991px) {
    .block-section {
        padding: 50px 15px;
    }

    .title-center-block h3 {
        font-size: 34px;
        line-height: 40px;
    }

    .header-top-row {
        padding: 12px 0 6px;
    }

    .header-bottom-row {
        padding: 6px 0 10px;
    }

    .header-logo img {
        max-width: 210px;
    }

    .header-section .navbar-nav {
        gap: 0;
        padding-top: 10px;
    }

    .header-section .navbar-collapse {
        background: var(--blue-primary);
        margin-top: 12px;
        padding: 10px 0 14px;
        border-radius: 8px;
    }

    .header-section .nav-item .nav-link {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        padding: 10px 0;
    }

    .banner-section {
        padding-top: 140px;
    }

    .banner-section .banner-top-block {
        padding: 45px 15px;
    }

    .banner-section .banner-top-block .top-block-inner h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .banner-section .banner-top-block .top-block-inner p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner-section .banner-bottom-block {
        padding: 70px 15px 90px;
    }

    .banner-section .empty-cell,
    .banner-section .bottom-block-inner-content {
        min-height: auto;
    }

    .banner-section .bottom-block-inner-content {
        padding: 30px 25px;
    }

    .banner-section .bottom-block-inner blockquote {
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 28px;
    }

    .banner-section .bottom-block-inner p {
        font-size: 16px;
        line-height: 26px;
    }

    .about-section .about-section-inner {
        padding: 50px 40px;
    }

    .about-section .about-content {
        max-width: 100%;
    }

    .about-section .about-content h2 {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 28px;
    }

    .about-section .about-content p {
        font-size: 17px;
        line-height: 28px;
    }

    .why-card {
        padding: 24px 20px;
    }

    .why-card h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .service-section .service-items-list .service-item-detail {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .service-section .service-item-image {
        height: 280px;
    }

    .projects-section .projects-carousel .item {
        padding: 10px 6px 20px;
    }

    .project-card {
        transform: scale(1);
        opacity: 1;
    }

    .project-card img {
        height: 230px;
    }

    .gallery-section .gallery-section-inner {
        padding-bottom: 40px;
    }

    .gallery-section .title-center-block {
        padding-bottom: 25px;
    }

    .gallery-section .title-center-block.line-break p {
        font-size: 20px;
        line-height: 30px;
    }

    .gallery-section .gallery-item a {
        max-width: 100%;
    }

    .cta-section {
        padding: 55px 15px;
    }

    .cta-section h3 {
        font-size: 28px;
        line-height: 38px;
    }

    .cta-section p {
        font-size: 16px;
        line-height: 26px;
    }

    .footer-section .footer-section-inner {
        padding: 24px 10px 10px;
    }

    .footer-section .footer-column.about,
    .footer-section .footer-column.address,
    .footer-section .footer-column.menu,
    .footer-section .footer-column.contact {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 20px;
    }

    .whatsapp-float {
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width: 767px) {
    .block-section {
        padding: 40px 15px;
    }

    .title-center-block h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .title-center-block p {
        font-size: 15px;
        line-height: 24px;
    }

    .header-logo img {
        max-width: 185px;
    }

    .header-bottom-row {
        padding: 4px 0 8px;
    }

    .banner-section {
        padding-top: 128px;
    }

    .banner-section .banner-top-block {
        padding: 36px 15px;
    }

    .banner-section .banner-top-block .top-block-inner h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-section .banner-top-block .top-block-inner p {
        font-size: 16px;
        line-height: 24px;
    }

    .hero-btn-group,
    .cta-btn-group {
        gap: 12px;
    }

    .hero-btn {
        min-width: auto;
        width: 100%;
        max-width: 240px;
        padding: 12px 22px;
        font-size: 15px;
    }

    .banner-section .banner-bottom-block {
        padding: 50px 15px 65px;
    }

    .banner-section .bottom-block-inner-content {
        padding: 24px 18px;
    }

    .banner-section .bottom-block-inner h4 {
        font-size: 26px;
        line-height: 34px;
    }

    .banner-section .bottom-block-inner blockquote {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .banner-section .bottom-block-inner p {
        font-size: 15px;
        line-height: 24px;
    }

    .partners-section .partner-item {
        min-height: 100px;
    }

    .about-section .about-section-inner {
        padding: 35px 24px;
    }

    .about-section .about-content h2 {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .about-section .about-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .why-card h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .why-card p {
        font-size: 14px;
        line-height: 23px;
    }

    .service-section .service-items-list .service-item-detail {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 12px 0;
    }

    .service-section .service-item-image {
        height: 260px;
    }

    .service-section .service-item .service-item-title {
        left: 24px;
        bottom: 24px;
        font-size: 18px;
        line-height: 24px;
        padding-right: 24px;
    }

    .project-card img {
        height: 210px;
    }

    .project-card h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .project-card p {
        font-size: 14px;
        line-height: 21px;
    }

    .gallery-section .title-center-block.line-break p {
        font-size: 16px;
        line-height: 24px;
    }

    .gallery-section .gallery-section-inner .title-center-block.line-break p span {
        padding: 0 16px;
    }

    .gallery-section .gallery-item a {
        padding: 20px 22px 20px 16px;
        margin-bottom: 14px;
    }

    .gallery-section .gallery-item a:after {
        right: 18px;
        width: 12px;
        height: 16px;
        margin-top: -8px;
    }

    .gallery-section .gallery-item a img {
        max-width: 24px;
        margin-right: 14px;
    }

    .gallery-section .gallery-item a p {
        font-size: 16px;
        line-height: 24px;
    }

    .gallery-section .gallery-content-overlay {
        padding: 24px;
    }

    .gallery-section .gallery-content-overlay h5 {
        font-size: 16px;
    }

    .gallery-section .gallery-content-overlay p {
        font-size: 14px;
        line-height: 20px;
    }

    .cta-section {
        padding: 45px 15px;
    }

    .cta-section h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .cta-section p {
        font-size: 15px;
        line-height: 24px;
    }

    .footer-section .footer-column.about,
    .footer-section .footer-column.address,
    .footer-section .footer-column.menu,
    .footer-section .footer-column.contact {
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 0;
    }

    .footer-section .footer-column-title {
        margin-bottom: 10px;
    }

    .footer-section .footer-column-content p,
    .footer-section .footer-column.menu .footer-column-content a,
    .footer-section .footer-column.contact .footer-contact-links li.phone a,
    .footer-section .footer-column.contact .footer-contact-links li.email a {
        font-size: 15px;
        line-height: 23px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
        padding: 12px 16px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .title-center-block h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .header-logo img {
        max-width: 170px;
    }

    .header-section .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
    }

    .banner-section .banner-top-block .top-block-inner h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-section .banner-top-block .top-block-inner p {
        font-size: 15px;
        line-height: 22px;
    }

    .banner-section .bottom-block-inner h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .about-section .about-section-inner {
        padding: 28px 18px;
        border-radius: 14px;
    }

    .about-section .about-content h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .service-section .service-item-image {
        height: 230px;
    }

    .project-card img {
        height: 190px;
    }

    .project-card-body {
        padding: 14px;
    }

    .footer-section .footer-section-inner {
        padding: 20px 6px 6px;
    }
}