@media (max-width:1023px) {
    .header {
        top: 20px;
    }

    .home-hero-main {
        margin-top: 50px;
    }

    .home-hero-content {
        padding: 100px 0;
    }

    .home-hero-main-inner {
        padding-left: 0;
    }

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

    .home-vision-desc {
        max-width: 100%;
    }

    .home-vision-img img {
        max-width: 100%;
        width: 100%;
    }

    .gp-slide {
        gap: 34px;
        align-items: center;
    }

    .gp-content {
        padding: 0;
    }

    .gp-pagination.swiper-pagination {
        left: 0;
        text-align: center;
        bottom: 0px;
    }

    .gp-swiper {
        padding-bottom: 50px;
    }

    .home-guiding-principles-sec {
        padding-bottom: 80px;
    }

    .home-current-site-sec {
        padding-bottom: 100px;
    }

    .proposal-features-box {
        padding: 60px 30px;
    }

    .proposal-features-list {
        gap: 40px;
        grid-template-columns: repeat(3, 1fr);
    }

    .process-box:hover {
        background: #FF7B00;
        transform: translateY(-20px);
    }

    .process-swiper {
        padding: 30px 0;
    }

    .report-box {
        padding: 100px 0;
    }

    .report-heading {
        margin-bottom: 54px;
    }

    .report-main {
        display: flex;
        flex-direction: column;

    }

    .report-main .left,
    .report-main .right {
        width: 100%;
        max-width: 100%;
    }

    .contact-box {
        padding: 100px 0;
    }
}

@media (max-width:767px) {
    .button {
        font-size: 10px;
        line-height: 12px;
        padding: 14px 15px;
    }

    .cs-heading {
        line-height: 0.7625;
    }

    .body-text {
        font-size: 20px;
        line-height: 1.25;
    }

    .header {
        position: absolute;
        top: 20px;
    }

    .header .header-inner {
        max-width: 100%;
        border-radius: 0;
        background: transparent;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    .header-logo-name {
        display: block;
        font-family: 'Bebas Neue';
        font-size: clamp(80px, 29.771vw, 117px);
        line-height: 76%;
        letter-spacing: -0.05em;
        text-transform: uppercase;
        color: #fff;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00BCD5;
        border-radius: 50%;
    }

    .menu-toggle img {
        width: 30px;
    }

    .menu-toggle.close {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .header-inner .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        min-height: 100dvh;
        z-index: 999;
        background-color: #017E99;
        transition: all 0.4s ease;
        padding: 60px 7px 30px;
        gap: 30px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .header nav ul {
        flex-direction: column;
        padding: 0 30px;
        gap: 20px;
    }

    .header nav ul li a {
        font-size: 30px;
    }

    .header nav ul li.active a,
    .header nav ul li a:hover {
        color: #00BCD5;
    }

    .header-inner .main-nav.active {
        right: 0;
    }

    .home-hero .container {
        padding: 0;
    }

    .home-hero-main {
        margin-top: 0;
        border-radius: 0;
    }

    .home-hero,
    .home-hero-wrapper {
        padding: 0;
    }


    .home-hero-content {
        min-height: 613px;
        padding: 132px 7px 132px 7px;
    }

    .home-hero-heading {
        position: static;
        font-size: clamp(80px, 29.771vw, 117px);
        text-align: left;
        margin-bottom: 13px;
        pointer-events: auto;

    }

    .home-hero-subheading {
        font-size: 26px;
        line-height: 23px;
        max-width: 308px;
    }

    .home-hero-main-inner {
        padding: 0 7px;
    }

    .home-vision-sec {
        padding: 0 0 3px 0;
    }

    .home-vision-main {
        flex-direction: column-reverse;
        gap: 27px;
    }

    .home-vision-img img {
        max-width: unset;
        width: 711px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .gp-slide {
        grid-template-columns: 1fr;
    }

    .home-guiding-principles-sec .container-sm {

        padding: 0 7.5px;
    }

    .gp-title,
    .gp-heading {
        font-size: 26px;
        line-height: 23px;
    }

    .gp-image {
        border-radius: 20px;
    }

    .gp-content {
        padding: 0 13px;
    }

    .gp-heading {
        margin-bottom: 12px;
    }

    .gp-pagination.swiper-pagination {
        text-align: left;
        padding: 0 13px;
    }

    .gp-swiper {
        padding-bottom: 35px;
    }

    .gp-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin-right: 6px !important;
    }

    .home-vision-heading {
        margin-bottom: 30px;
    }

    .home-guiding-principles-sec {
        padding-bottom: 37px;
    }

    .current-site-main {
        flex-direction: column-reverse;
        text-align: left;
        gap: 74px;
    }

    .current-site-heading {
        margin-bottom: 21px;
    }

    .current-site-map {
        margin-right: -20px;
        margin-left: -20px;
    }

    .current-site-map iframe {
        border-radius: 0;
    }

    .home-current-site-sec {
        padding-bottom: 87px;
    }

    .home-proposal-features-sec .container {
        padding: 0;
    }

    .proposal-features-box {
        border-radius: 0;
        padding: 66px 20px 58px;
    }

    .proposal-features-heading {
        font-size: 49px;
        line-height: 63px;
        margin-bottom: 25px;
    }

    .proposal-features-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 40px;
    }

    .proposal-features-list .item-img {
        width: 60px;
        height: 60px;
        margin-bottom: 11px;
    }

    .proposal-features-list .item-title {
        font-size: 20px;
        line-height: 21px;
    }

    .home-proposal-features-sec {
        padding-bottom: 86px;
    }

    .process-header {
        text-align: left;
    }

    .process-swiper-wrap {
        padding: 14px 0;
    }

    .process-scrollbar {
        margin-top: 48px;
    }

    .home-process-sec {
        padding-bottom: 28px;
    }

    .rp-item {
        background-color: #00A030;
    }


    .report-box {
        border-radius: 0;
        padding: 103px 0;
    }

    .report-heading {
        text-align: left;
    }

    .report-tab-list {
        margin-top: 36px;
    }

    .rp-item .button {
        display: none;
    }

    .rp-item-title {
        font-size: 20px;
    }

    .home-report-sec {
        padding: 0 0 136px 0;
    }

    .faq-question {
        font-size: 27px;
        line-height: 29px;
    }

    .faq-item {
        padding: 14px 0;
    }

    .faq-item.active {
        background-color: transparent;
    }

    .home-faqs-sec {
        padding-bottom: 112px;
    }

    .faqs-heading {
        margin-bottom: 18px;
        padding-left: 0;
    }

    .contact-form-wrapper .gform_required_legend,
    .contact-form-wrapper .gform_confirmation_message {
        line-height: 1.25 !important;
        font-size: 20px !important;

    }

    .contact-form-wrapper .gform_submission_error,
    .contact-form-wrapper .gfield_validation_message {
        font-size: 14px !important;
    }


    .contact-box {
        border-radius: 0;
        padding: 95px 0 116px;
    }

    .contact-desc {
        margin-bottom: 31px;
    }

    .contact-form-wrapper .gform_fields {
        grid-template-columns: 1fr !important;
        gap: 11px !important
    }

    .contact-form-wrapper .gfield {
        grid-column: span 1 !important;
    }

    .contact-form-wrapper .gfield--type-textarea {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }

    .contact-form-wrapper {
        border-radius: 20px;
        padding: 39px 34px;
    }

    .contact-form-wrapper .gform_fields .ginput_container_consent label {
        font-size: 20px !important;
        line-height: 1.25 !important;
    }

    .contact-form-wrapper .gform_fields textarea {
        min-height: 222px !important;
    }

    .contact-form-wrapper .gform_fields .gfield--type-consent {
        margin-top: 15px !important;
    }

    .contact-form-wrapper .gform_footer {
        position: static;
        margin-top: 30px !important;
    }

    .contact-sec {
        margin-bottom: -23px;
        padding: 0;
    }

    .footer {
        padding: 138px 0 50px;
    }
}