@media (max-width:1280px) {
    .header-logo {
        width: 104px;
    }

    .header-btn {
        padding: 17px 20px;

    }

    .header-phone {
        font-size: 16px;
    }

    .header .header-right .menu,
    .header-action {
        gap: 16px;
    }

    .header .header-right {
        gap: 30px;
    }

    .service-stats-main {
        padding: 40px 24px;
    }

    .ctas-box {
        padding: 60px 24px;
    }

    .footer-main .column-1 {
        width: 35%;
    }

    .footer-main .column-2 {
        width: 20%;
    }

    .footer-main .column-3 {
        width: 30%;
    }

}

@media (max-width:1023px) {

    .header-open-menu,
    .header-open-close {
        display: block;
        width: 56px;
        height: 56px;
        border: 1px solid #fff;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
        position: relative;
    }

    .header-open-close {
        border-color: #5A5A5A;
        display: none;
    }

    .header-inner {
        align-items: center;
    }

    .header .header-right {
        position: fixed;
        top: 0;
        left: -40%;
        width: 40%;
        height: 100%;
        background: #fff;
        padding: 48px 24px;
        transition: left 0.35s ease;
        z-index: 100;
        display: flex;
        flex-direction: column;
        gap: 36px;
        align-items: start;
    }

    .header-right.active {
        left: 0 !important;
    }

    .header-right.active .header-open-close {
        display: flex;
    }

    .header-right .menu-primary_menu-container {
        width: 100%;
        padding-top: 24px;
        border-top: 1px solid #7E7E7E4D;
    }

    .header-phone-mb {
        display: block;
        width: 56px;
        height: 56px;
        background-color: #45AD4A;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
    }

    .header .header-right .menu {
        flex-direction: column;
        gap: 32px;
    }

    .header .header-right .menu li a {
        color: #484848;
    }

    .header-phone {
        color: #484848;
        gap: 3px;
        font-size: 20px;
    }

    .header-action {
        flex-direction: column;
        align-items: start;
        margin-top: 44px;
    }

    .header-btn {
        display: none;
    }

    .header-mail-mb {
        display: flex;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-decoration: underline;
    }

    .home-hero {
        padding: 250px 0 193px;
    }

    .home-hero-heading {
        font-size: 48px;
        line-height: 1.25;
    }

    .cs-section {
        padding: 60px 0;
    }

    .coverage-sec {
        padding: 60px 0;
    }

    .home-about-main .left,
    .home-about-main .right {
        width: 100%;
        padding: 0;
    }

    .home-about-content {
        margin-top: 0;
    }

    .home-about-heading {
        line-height: 1.25;
        font-size: 36px;
    }

    .home-about-heading span {
        line-height: 1.25;
        font-size: 32px;
    }

    .home-services-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-stats-main .left,
    .service-stats-main .right {
        width: 100%;
        padding: 0;
    }

    .service-stats-main .stat-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .service-stats-main .heading {
        text-align: center;
        font-size: 30px;
        line-height: 1.33;
    }

    .coverage-list .item .content .left {
        width: 70px;
        padding: 20px 20px 16px 20px;
    }

    .coverage-list .item .content .right {
        width: calc(100% - 70px);
        padding: 16px;
    }

    .coverage-list .item .title {
        font-size: 30px;
        line-height: 1.33;
    }

    .process-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .step-item {
        flex-direction: column-reverse;
    }

    .clients-slider-container .item {
        margin: 0 30px;
    }

    .flexible-solutions-main .inner {
        flex-direction: column-reverse;
    }

    .flexible-solutions-main .inner .left,
    .flexible-solutions-main .inner .right {
        width: 100%;
    }

    .flexible-solutions-main {
        padding: 40px 24px;
    }

    .news-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .clients-slider-container .item {
        margin: 0 20px;
    }

    .certificate-slider .item {
        margin: 0 12px;
    }

    .ctas-box .desc {
        font-size: 20px;
        line-height: 1.5;
    }

    .footer-main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px 30px;
    }

    .footer-main .column {
        width: 100%;
    }
}

@media (max-width:767px) {
    .on-mb {
        display: block !important;
    }

    .on-pc {
        display: none !important;
    }

    .btn {
        width: 355px;
    }

    .container,
    .container-lg {
        padding: 0 10px;
    }

    .cs-section,
    .coverage-sec {
        padding: 20px 0;
    }

    .cs-heading {
        font-size: 32px;
        line-height: 1.25;
    }

    .home-hero-heading-wrapper::before {
        display: none;
    }

    .header {
        padding: 12px 0;
    }

    .header .header-right {
        width: 78%;
        left: -78%;
    }

    .home-hero {
        padding: 321px 16px 191px;
    }

    .home-hero-heading-wrapper {
        padding: 0;
        margin-bottom: 8px;
    }

    .home-hero-main {
        text-align: center;
    }

    .home-hero-heading {
        font-size: 32px;
    }

    .home-hero-desc {
        font-size: 16px;
        line-height: 1.25;
        font-weight: 400;
        margin-bottom: 8px;
    }

    .home-hero-desc p {
        margin-bottom: 22px;
    }

    .home-hero-content {
        padding-left: 0;
    }

    .home-about-main .left {
        text-align: center;
    }

    .home-about-heading {
        font-size: 28px;
        line-height: 40px;
        width: 101%;
        margin-bottom: 0;
    }

    .home-about-heading span {
        font-size: 28px;
        line-height: 40px;
        display: inline;
        color: #333333;
    }

    .home-about-main {
        row-gap: 12px;
        padding-bottom: 20px;
    }

    .home-about-content {
        margin-bottom: 10px;
    }

    .myServicesSwiper {
        padding-bottom: 38px;
    }

    .service-stats {
        padding: 12px 0;
    }

    .service-stats-main {
        padding: 24px 10px;
    }

    .service-stats-main .heading {
        font-size: 24px;
    }

    .service-stats-main .stat-list {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .service-stats-main .stat-number {
        margin-bottom: 5px;
    }

    .home-services {
        padding: 8px 0 34px;
    }

    .home-services-list {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .home-services-main {
        padding: 24px 10px;
    }

    .home-services .container-lg {
        padding: 0;
    }

    .home-services-list .item .title {
        font-size: 20px;
        line-height: 1.2;
    }

    .home-clients .heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .clients-slider-container .item {
        margin: 0 21.5px;
    }

    .clients-slider-container .item img {
        max-height: 30px;
    }

    .home-clients-header {
        margin-bottom: 24px;
    }

    .home-clients .clients-slider-container {
        padding-bottom: 16px;
        border-bottom: 1px solid #BEBEBE;
    }

    .home-clients {
        padding-bottom: 18px;
    }

    .key-benefits-main .left,
    .key-benefits-main .right {
        width: 100%;
    }

    .key-benefits-main .left {
        text-align: center;
    }

    .key-benefits-main .heading {
        line-height: 1;
    }

    .key-benefits-main .desc {
        text-align: left;
    }

    .key-benefit-box {
        padding: 16px;
    }

    .key-benefits-sec .key-benefit-box {
        align-items: center;
    }

    .key-benefits-sec .key-benefit-box .title {
        margin-bottom: 0;
    }

    .coverage-list .item {
        flex-direction: column;
    }

    .coverage-list .item .col {
        width: 100%;
    }

    .coverage-header {
        text-align: center;
    }

    .coverage-sec .cs-heading {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .coverage-list .item .image {
        height: 225px;
    }

    .coverage-list .item .title {
        font-size: 24px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .coverage-list .item .content .left {
        width: 82px;
        padding: 16px 24px;
    }

    .coverage-list .item .content .right {
        width: calc(100% - 82px);
        padding: 0 0 16px 16px;
    }

    .coverage-list .item .content .row-2 .right {
        padding: 16px 27px 16px 16px;
    }

    .coverage-list {
        gap: 16px;
    }

    .our-process-main {
        padding: 24px 0 0 0;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }


    .our-process-sec {
        padding: 20px 0 29px;
    }

    .process-steps {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 8px;
    }

    .our-process-sec .cs-heading {
        font-size: 36px;
        line-height: 1.33;
    }

    .process-wrapper .content-block {
        padding: 16px;
        gap: 24px;
    }

    .process-wrapper .content-text,
    .process-wrapper .content-image {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .process-wrapper .content-image {
        height: 197px;
    }

    .process-wrapper .content-text .title {
        font-size: 24px;
        line-height: 1.33;
    }

    .process-wrapper .process-content {
        padding-left: 0;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .process-wrapper .content-image img {
        border-radius: 20px;
    }

    .key-benefits-2-sec .key-benefits-main .heading {
        line-height: 1.25;
        margin-bottom: 16px;
    }

    .key-benefits-2-sec .key-benefit-box {
        margin-bottom: 8px;
        padding: 24px 16px;
    }

    .key-benefits-2-sec .key-benefits-main {
        gap: 8px;
    }

    .flexible-solutions {
        padding: 10px 0;
    }

    .flexible-solutions-main {
        padding: 10px;
    }

    .flexible-solutions-video {
        aspect-ratio: 335/207;
    }

    .flexible-solutions-video .video-play-btn {
        width: 60px;
        height: 60px;
    }

    .flexible-solutions-main .cs-heading {
        font-size: 28px;
        line-height: 40px;
    }

    .flexible-solutions-main .inner {
        gap: 10px;
    }

    .certificates-sec {
        padding: 24px 0;
    }

    .certificates-main .left,
    .certificates-main .right {
        width: 100%;
        padding: 0;
    }

    .certificates-main .cs-heading {
        font-size: 28px;
        line-height: 36px;
    }

    .certificates-main .btn {
        max-width: 230px;
    }

    .certificate-slider .item {
        margin: 0 8px;
    }

    .certificate-slider .item img {
        max-height: 80px;
    }

    .recent-news-sec {
        padding: 20px 0;
    }

    .recent-news-header {
        margin-bottom: 24px;
    }

    .news-card .card-title {
        min-height: 72px;
    }

    .news-swiper {
        padding-bottom: 43px;
        margin-bottom: 16px;
    }

    .ctas-sec {
        padding: 10px 0;
    }

    .ctas-box {
        padding: 20px 10px;
    }

    .ctas-box .cs-heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .ctas-box .desc {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .ctas-box .btn {
        max-width: 230px;
    }

    .footer-site {
        padding: 32px 0 40px;
    }

    .footer-title {
        display: none;
    }

    .footer-main {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-bottom: 24px;
        border-bottom: 1px solid #BFBFBF;
    }

    .footer-logo-wrapper {
        margin: 0 auto 8px;
    }

    .footer-desc {
        text-align: center;
        margin-bottom: 0;
    }

    .footer-main .column-1 {
        order: 1;
    }

    .footer-main .column-2 {
        order: 3;
        padding: 0 16px;
    }

    .footer-main .column-3 {
        order: 2;
        padding-left: 40px;
    }

    .footer-menus ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px 10px;
    }

    .footer-copyright {
        text-align: center;
        padding-top: 10px;
    }
}