@media(max-width:1400px) {



    .hero-content-right img {

        max-width: 650px;

    }

    .hero-content h1 {

        font-size: 42px;

    }

    .hero-content h1 span {

        font-size: 42px;

    }



    .container {
        max-width: 1140px;

    }

    .second-section-left {
        margin-left: calc((100vw - 1140px) / -2);
    }

    .second-section-right-content h1 {
        font-size: 22px;
    }

    .third-section-content {
        gap: 120px;
        padding: 120px 20px 0;
    }

    .third-img {
        max-width: 1180px;
        padding: 0 20px;
    }

    .third-section-left-content h1,
    .third-section-left-content span {
        font-size: 32px;
    }

    .third-section-content p {
        max-width: 100%;
    }



    .fourth-container {

        padding: 0 20px;
        align-items: center;
    }

    .fourth-section-left-content h1,
    .fourth-section-left-content span {
        font-size: 32px;
    }

    .fourth-section-left-content p {
        max-width: 100%;
    }

    .fourth-img img {
        width: 100%;
        max-width: 520px;
    }


    .works-container {
        padding: 80px 20px 0;
    }

    .work-cards {
        gap: 20px;
    }


    .difference-section .fourth-section-left-content {

        padding-left: 80px;
        padding-right: 80px;

    }

    .pillars-section-container {
        padding: 80px 20px;
    }

    .pillar-cards {
        max-width: 1296px;
        gap: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pillar-card {
        width: calc(50% - 10px);
        height: auto;
        min-height: 376px;
    }

    .pillar-card1 {
        width: calc(33.333% - 14px);
        height: auto;
        min-height: 333px;
    }

    .pillar-card2 {
        height: auto;
        min-height: 227px;
    }

    .dashboard-container {
        padding: 0 30px;
    }

    .dashboard-content {
        width: 50%;
    }

    .dashboard-img {
        width: 50%;
    }

    .pointer-container {
        width: 100%;
    }

    .pointer-content {
        max-width: 100%;
    }

    .interactive-section {
        width: 100%;
        padding: 30px 40px 0;
        max-width: 1296px;
        margin: 0 auto;
    }

    .interactive-content {
        flex-wrap: wrap;
        gap: 20px;
    }

    .interactive-content h2 {
        width: 180px;
    }

    .research-container {
        max-width: 1296px;
        padding: 70px 20px;
        gap: 40px;
    }


    .research-img img {
        width: 100%;
        display: block;
    }

    .research-container .third-section-left-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    .research-container .third-section-left-content span {
        font-size: 32px;
    }

    .research-container .third-section-left-content p {
        padding-bottom: 50px;
    }

    .climate-container .fourth-section-left-content {

        padding: 80px 30px 0;
    }



    .climate-cards-container {
        max-width: 100%;
        padding: 20px 50px 50px;
        gap: 24px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .climate-card {
        width: 100%;
        height: 220px;
        background-size: cover;
    }

    .climate-card h1 {
        font-size: 56px;
        line-height: 70px;
        padding-bottom: 16px;
    }

    .climate-card h2 {
        width: 300px;
        font-size: 18px;
        line-height: 28px;
    }

    .climate-cards-container img {
        width: 100%;
        height: 220px;
        border-radius: 20px;
        object-fit: cover;
    }

    .serve-container,
    .serve-cards-container {
        max-width: 1296px;
        padding: 0 20px;
    }

    .serve-card {
        width: 100%;
    }

    .cta-container {
        max-width: 1140px;
        padding: 60px 20px 0;
    }

    .cta-content p {
        width: 760px;
    }

    .cta-btn-container {
        gap: 18px;
    }

    .cta-btn,
    .cta-content .hero-btn {
        font-size: 17px;
    }

    .commitments-section {
        padding: 80px 50px;
        height: auto;
        min-height: 0;
    }

    .commitments-container {
        max-width: 100%;
        gap: 18px;
        align-items: flex-start;
    }

    .commitments-container>.third-section-left-content {
        max-width: 42%;
        flex: 0 1 42%;
    }

    .commitment-img img {
        width: 100%;
        max-width: 470px;
        margin-bottom: -185px;
        height: auto;
    }

    .cards {
        gap: 20px;
        flex: 1;
        min-width: 0;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .commitment-card {
        width: 100%;
        height: auto;
        min-height: 240px;
    }

    .footer-container {
        max-width: 1296px;
        justify-content: space-between;
        gap: 40px;
        padding: 280px 30px 0;
    }

    body:not(.home) .footer-container {
        padding-top: 60px;
    }

    .copyright {
        max-width: 1296px;
        padding: 0 30px 40px;
    }

    .footer-content p {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-content span {
        font-size: 24px;
        line-height: 32px;
    }

    .second-section-left img {
        height: 100%;
    }

    .second-section .container {
        align-items: unset !important;
    }

    .second-section-right {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .third-section-left-content {
        padding: 0 20px;
    }

    .work-cards {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media(max-width:1399px) {
    .second-section-right-content {
        padding: 15px 30px !important;

    }

    .works-container {
        padding: 80px 40px 0;
    }

    .difference-section .fourth-section-left-content {
        padding-left: 45px;
    }

    .pillars-section-container {
        padding: 80px 40px !important;
    }

    .pillar-cards {
        max-width: 100%;
    }

    .pointer-container {
        padding-top: 20px;
    }

    .interactive-section {
        width: 100%;

    }

    .research-container {
        max-width: 100%;
        padding: 70px 50px;
    }



    .climate-cards-container img {
        width: 400px;
    }

    .serve-container,
    .serve-cards-container {
        max-width: 1296px;
    }

    .serve-section {
        padding-bottom: 80px;
    }

    .cta-content h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .commitments-section {
        padding: 80px 40px 0 !important;
        height: auto;
    }

    .footer-container,
    .copyright {
        max-width: 1296px;
    }

    .commitment-img img {
        margin-bottom: -185px;
        width: 100%;
        max-width: 100%;
    }

    .work-cards {
        padding-left: 10px;
        padding-right: 10px;
    }

    .third-section-left-content {
        padding: 0 10px;
    }

    .pillar-cards {
        padding-left: 10px;
        padding-right: 10px;
    }

    .swiper {
        padding-left: 25px !important;
    }
}


@media(max-width:1345px) {
    .second-section-right-content {
        padding: 12px 30px;

    }

    .nav-links a {
        font-size: 16px;
    }

    .climate-container .fourth-section-left-content {
        padding: 80px 50px 0 !important;
    }


    .difference-section .fourth-section-left-content {

        padding-left: 40px;
    }



    .interactive-content {
        padding: 0;
    }

    .interactive-section {
        padding: 30px 50px 30px;
    }

    .logo img {
        width: 180px;
        height: auto;
    }

    .hero-content {
        padding: 90px 30px !important;

    }

    .second-section .container {
        max-width: 100%;
        margin: 0 auto;
        padding-right: 30px;

    }

    .third-container,
    .mission-image-container {
        padding: 0 30px;

    }

    .fourth-section {
        padding-top: 80px !important;
    }

    .fourth-container {
        padding: 0 40px !important;
    }

    .works-container {
        padding: 80px 40px 80px !important;
    }

    .work-card {
        min-height: 355px !important;
    }

    .difference-section .fourth-section-left-content {
        padding-top: 0px !important;
        padding-left: 50px !important;
    }

    .dashboard-container {
        padding: 0 50px !important;
    }

    .footer-container {
        padding: 180px 50px 0 !important;
    }

    body:not(.home) .footer-container {
        padding-top: 50px;
    }


    .serve-container,
    .serve-cards-container {
        max-width: 1100px !important;
        padding: 0 !important;
    }

    .cta-content h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .dashboard-img img {
        height: 100%;
    }

    .research-img .rigth-side-content li {
        font-size: 18px;
        padding: 18px 0px;
    }

    .research-img {
        width: calc(100% - 450px - 30px);
    }

    .third-section-left-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width:1200px) {


    .container {
        max-width: 960px;
        gap: 20px;
    }

    .second-section-left {
        margin-left: 0;
    }

    .second-section-right-content {
        padding: 18px 24px;
        min-height: 85px;
    }

    .second-section-right-content h1 {
        font-size: 20px;
    }

    .second-section-right-content img {
        width: 48px;
        height: 48px;
    }


    .third-section-content {
        gap: 70px;
        padding-top: 100px;
    }

    .third-section-left-content h1,
    .third-section-left-content span {
        font-size: 30px;
    }

    .third-section-content p {
        font-size: 15px;
        line-height: 24px;
        width: 100%;
    }

    .third-img {
        padding: 0 20px;
    }

    .third-img img {
        width: 100%;
    }

    .fourth-section {
        padding-top: 470px;
    }

    .fourth-container {
        gap: 40px;
    }

    .fourth-section-left-content h1,
    .fourth-section-left-content span {
        font-size: 30px;
    }

    .fourth-section-left-content p {
        width: 100%;
        font-size: 15px;
    }

    .fourth-img img {
        max-width: 460px;
        width: 100%;
    }


    .works-container {

        height: auto;
        padding: 80px 20px 80px;

    }



    .work-cards {

        gap: 20px;
        padding-top: 35px;

    }

    .work-card {

        padding: 28px 20px;
        min-height: 390px;
        height: auto;

    }

    .work-card h1 {

        font-size: 30px;
        padding: 22px 0;

    }

    .work-card h2 {

        font-size: 19px;

    }

    .work-card p {

        font-size: 15px;
        line-height: 24px;

    }

    .difference-section .fourth-section-left-content {

        padding-top: 80px;
        padding-left: 20px;
        padding-right: 50px;
        width: 50%;

    }

    .difference-img {

        width: 50%;

    }

    .difference-img img {

        height: 100%;
        object-fit: cover;

    }

    .pillars-section-container {
        padding: 70px 20px;
    }

    .pillar-cards {
        gap: 18px;
    }

    .pillar-card {
        padding: 28px;
    }

    .pillar-card1 {
        padding: 28px;
    }

    .pillar-card2 {
        padding: 28px;
    }

    .pillar-card h2,
    .pillar-card1 h2,
    .pillar-card2 h2 {
        font-size: 22px;
    }

    .pillar-card p,
    .pillar-card1 p,
    .pillar-card2 p {
        font-size: 15px;
    }

    .bg-number {
        font-size: 110px;
    }

    .dashboard-container {
        padding: 0 20px;
        gap: 30px;
    }

    .dashboard-section .fourth-section-left-content {
        padding-top: 80px;
    }

    .dashboard-img {
        padding-top: 80px;
    }

    .pointer-content {
        height: auto;
        min-height: 70px;
        padding: 24px;
    }

    .pointer-content h1 {
        font-size: 17px;
    }

    .interactive-content h2 {
        width: 170px;
        font-size: 15px;
    }

    .research-container {
        padding: 60px 40px;
        gap: 30px;
    }



    .research-img img {
        width: 100%;
    }

    .research-container .third-section-left-content h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .research-container .third-section-left-content span {
        font-size: 28px;
    }

    .research-container .third-section-left-content p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 40px;
    }



    .climate-cards-container {
        gap: 18px;
    }

    .climate-card {
        width: 100%;
        height: 210px;
        padding: 30px 20px;
    }

    .climate-card h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .climate-card h2 {
        width: 260px;
        font-size: 17px;
        line-height: 26px;
    }

    .climate-cards-container img {
        width: 100%;
        height: 210px;
    }

    .serve-section {
        padding-top: 80px;
    }

    .serve-container,
    .serve-cards-container {
        max-width: 960px;
        padding: 0 20px;
    }

    .serve-card {
        width: 100%;
        height: 170px;
    }

    .serve-card h2 {
        font-size: 19px;
    }

    .cta-container {
        max-width: 960px;
        padding: 60px 20px 0;
    }

    .cta-section {
        height: auto;
        padding-bottom: 70px;
    }

    .cta-content h1 {
        font-size: 52px;
        line-height: 68px;
    }

    .cta-content p {
        width: 100%;
        max-width: 760px;
    }

    .cta-btn-container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .commitments-section {
        padding: 70px 25px 0;
        height: auto;
    }

    .commitments-container {
        gap: 20px;
        align-items: flex-start;
    }

    .commitments-container>.third-section-left-content {
        max-width: 40%;
        flex: 0 1 40%;
    }

    .commitment-img img {
        width: 100%;
        max-width: 430px;
    }

    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
        width: 100%;
        flex: 1;
        min-width: 0;
        height: auto;
    }

    .commitment-card {
        width: 100%;
        min-height: 235px;
        height: auto;
    }

    .commitment-card h3 {
        font-size: 18px;
    }

    .commitment-card p {
        font-size: 15px;
        line-height: 23px;
    }

    .footer-container {
        gap: 45px;
        justify-content: space-between;
        padding: 80px 50px 0;
    }

    body:not(.home) .footer-container {
        padding-top: 50px;
    }

    .footer-content {
        width: 250px;
    }

    .footer-content img {
        width: 170px;
    }

    .footer-content p,
    .footer-content span {
        font-size: 22px;
        line-height: 30px;
    }

    .footer-bottom h1 {
        font-size: 11px;
        letter-spacing: 2px;
    }

    .footer-bottom a {
        font-size: 15px;
    }

    .copyright {
        padding: 0 50px 35px;
    }

    .copyright h2 {
        font-size: 15px;
    }

    .footer-links {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

@media (max-width:1199px) {
    .nav-links {
        gap: 25px;
    }

    .nav-links a {
        padding: 10px 0px;

    }

    .cta-content h1 {
        font-size: 38px;
        line-height: 48px;
    }


    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 10px;
    }

    .commitment-img {
        margin-bottom: 0 !important;
    }

    .nav-links a {
        padding: 5px 5px;
        white-space: nowrap;
    }

    .difference-section-container {
        grid-gap: 0px;
    }

    .third-section-left-content h1,
    .third-section-left-content p {
        max-width: 100%;
    }

    .third-section-left-content h1,
    .third-section-left-content span {
        font-size: 30px;
        display: flex;
        grid-gap: 10px;
    }

    .climate-container .fourth-section-left-content {
        padding: 80px 50px 0 !important;
    }

    .climate-card {
        width: 100% !important;
    }

    .climate-cards-container img {
        width: 100% !important;
    }

    .serve-section {
        padding-left: 50px;
    }

    .cta-content p {
        padding-top: 15px;
    }

    /* Footer: prevent column overflow on medium screens */
    .footer-container {
        flex-wrap: wrap;
        gap: 70px;
        padding: 100px 40px 0;
    }

    body:not(.home) .footer-container {
        padding-top: 50px;
    }

    .footer-content {
        width: 260px;
        flex: 0 1 260px;
    }

    .footer-content p,
    .footer-content span {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .third-container,
    .mission-image-container {
        flex-direction: column;
        gap: 30px;
    }

    .third-section-right-content {
        max-width: 100%;
    }

    .mission-image {
        margin-top: -304px;
    }

    .difference-section .fourth-section-left-content {
        padding: 50px 30px;
    }

    .research-container .third-section-left-content p br {
        display: none;
    }

    .second-section .container {
        flex-direction: row;
    }

    .second-section-left,
    .second-section-right,
    .difference-section .fourth-section-left-content,
    .difference-img {
        flex: 1 !important;
    }

    .difference-section-container {
        position: relative;
        display: flex;
        align-items: unset !important;
    }

    .difference-section .fourth-section-left-content {
        width: 100%;
        padding: 60px 50px !important;
    }

    .dashboard-img img {
        width: 100%;
        height: 100%;
    }

    .second-section .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .second-section .container {
        align-items: unset;
    }

    .second-section-left img {
        height: 100%;
    }

    .second-section-right {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }

    .climate-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .third-section-left-content {
        padding: 0 0px;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-content p {
        align-items: center;
    }

    .footer-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-container .footer-content:first-child {
        grid-column: span 3 / span 3;
        width: 100%;
    }

    .commitments-section p br {
        display: none;
    }

    .footer-content p {
        max-width: 420px;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }

    .research-section .third-section-left-content h1,
    .research-section .third-section-left-content span {
        display: unset;
    }

    .research-img {
        width: 100%;
    }

    .research-container {
        flex-direction: column;
    }

    .research-container {
        padding: 60px 50px;
    }

    .nav-auth a {
        padding-inline-start: 15px;
    }

    .nav-links a {
        font-size: 15px;
    }

    .pillar-card1 {
        min-height: 360px;
    }

    .climate-card h2 {
        width: 100%;
    }

    .commitment-img img {
        margin-bottom: 0;
    }
}



    @media (max-width:991px) {

        .hero-content {
            flex-direction: column-reverse;
            text-align: center;
            gap: 0;
            padding: 70px 20px;
        }

        .hero-content h1,
        .hero-content p {

            max-width: 100%;

        }

        .hero-content-right {

            justify-content: center;

        }

        .hero-content-right img {

            max-width: 550px;

        }

        .navbar {
            flex-wrap: wrap;
            align-items: center;
        }

        .nav-links {

            gap: 0;
            flex-wrap: wrap;
            justify-content: center;

        }

        .nav-links a {

            font-size: 15px;
            padding: 8px 12px;

        }

        .logo img {

            width: 170px;

        }

        .research-container {
            flex-direction: column;
            padding: 60px 40px;
            gap: 50px;
        }

        .research-container .third-section-left-content {
            width: 100%;
            max-width: 100%;
        }

        .research-container .third-section-left-content h1 {
            max-width: 100%;
            font-size: 32px;
        }

        .research-container .third-section-left-content span {
            font-size: 32px;
        }

        .research-container .third-section-left-content p {
            padding-bottom: 35px;
        }

        .research-img {
            width: 100%;
        }

        .research-img img {
            width: 100%;
            max-width: 700px;
            margin: auto;
            display: block;
        }

        .fourth-container,
        .second-section .container,
        .difference-section-container,
        .dashboard-container {
            flex-direction: column;
        }

        .climate-cards-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .climate-card,
        .climate-cards-container img {
            width: auto !important;
            max-width: auto !important;
        }

        .climate-card h2 {
            width: 100%;
            max-width: 100%;
        }

        .serve-section {
            padding-left: 50px;
        }

        .cta-content h1 {
            font-size: 32px;
            line-height: 40px;
        }

        .cta-btn-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .cta-btn,
        .cta-content .hero-btn {
            width: 100%;
            max-width: 100%;
        }



        .footer-content p {
            display: flex;
            flex-direction: column;
            margin-bottom: 30px !important;
        }

        .second-section-left img {
            border-radius: 20px;
        }

        .second-section-left img {
            border-radius: 20px;
        }

        .second-section .container {
            padding-top: 40px;
            padding-bottom: 40px;
            padding-left: 30px;
        }

        .cards-container .pillar-card1:last-child {
            width: 100%;
        }

        .dashboard-container {
            padding: 0 30px !important;
        }

        .third-section-left-content {
            padding: 0 0px;
        }

        .research-img {
            padding: 0 0px;
        }

        .fourth-container {
            padding: 0 30px !important;
        }

        .works-container {
            padding: 80px 30px 80px !important;
        }

        .difference-section .fourth-section-left-content {
            width: 100%;
            padding: 60px 30px !important;
        }

        .pillar-cards {
            padding-left: 0;
            padding-right: 0;
        }

        .pillars-section-container {
            padding: 80px 30px !important;
        }

        .work-cards {
            padding-left: 0;
            padding-right: 0;
        }

        .interactive-section {
            padding: 40px 30px 30px !important;
        }

        .third-section-left-content h1,
        .third-section-left-content span {
            display: unset;
        }

        .research-section .third-section-left-content h1 {
            display: flex;
            align-items: center;
            padding-bottom: 10px;
        }

        .research-section .third-section-left-content h1 span br {
            display: none;
        }

    }


    @media (max-width:992px) {



        .container {
            flex-direction: column;
            padding: 40px 0px;
            gap: 35px;
        }

        .second-section-left,
        .second-section-right {
            width: 100%;
            flex: none;
        }

        .second-section-left {
            margin-left: 0;
        }



        .second-section-right {
            padding-top: 0;
        }

        .second-section-right-content h1 {
            font-size: 20px;
        }


        .third-section {
            height: auto;
        }

        .third-section-content {
            flex-direction: column;
            gap: 50px;
            padding-top: 80px;
        }

        .third-section-left-content,
        .third-section-right-content {
            width: 100%;
        }

        .third-section-content p {
            width: 100%;
            max-width: 100%;
        }

        .third-img {
            padding: 0 20px;
            margin-top: 40px;
        }

        .fourth-section {
            padding-top: 420px;
        }

        .fourth-container {
            gap: 50px;
            padding: 0 20px;
        }



        .fourth-section-left-content p {
            width: 100%;
            max-width: 100%;
        }

        .fourth-img img {
            max-width: 600px;
            width: 100%;
        }

        .works-container {

            height: auto;
            padding: 70px 20px;

        }

        .work-cards {

            flex-wrap: wrap;
            gap: 24px;

        }

        .work-card {

            width: calc(50% - 12px);
            min-height: 360px;

        }


        .difference-section .fourth-section-left-content {

            width: 100%;
            padding: 0px 20px;

        }

        .difference-img {

            width: 100%;

        }

        .difference-img img {

            width: 100%;

        }


        .pillars-section-container {
            padding: 60px 20px;
        }

        .pillar-cards {
            flex-wrap: wrap;
        }


        .pillar-card1 {
            width: calc(50% - 12px);
        }

        .pillar-card2 {
            width: 100%;
        }

        .pillar-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
        }


        .dashboard-content,
        .dashboard-img {

            width: 100%;

        }

        .dashboard-section .fourth-section-left-content {

            padding-top: 60px;

        }

        .dashboard-img {

            padding-top: 20px;

        }

        .dashboard-img img {

            width: 100%;
        }

        .pointer-container {

            width: 100%;
        }

        .interactive-section {

            padding: 40px 50px 30px;
        }



        .climate-container .fourth-section-left-content {
            padding: 70px 20px 0;
        }

        .climate-cards-container {
            justify-content: center;
            gap: 20px;
            padding: 35px 40px 70px;
        }

        .climate-card {
            width: 340px;
            height: 220px;
        }

        .climate-card h2 {
            width: 280px;
        }

        .climate-cards-container img {
            width: 100% !important;
            height: 220px;
        }

        .serve-section {
            padding-top: 70px;
        }

        .serve-container,
        .serve-cards-container {
            max-width: 720px;
        }

        .serve-container .third-section-left-content h1 {
            max-width: 100%;
        }

        .serve-card {
            width: 100%;
            height: 165px;
            padding: 30px 20px;
        }

        .serve-card svg {
            width: 46px;
            height: 46px;
        }

        .serve-card h2 {
            font-size: 18px;
            padding-top: 18px;
        }

        .cta-container {
            max-width: 720px;
            padding: 60px 20px 0;
        }


        .cta-content p {
            max-width: 650px;
            font-size: 15px;
        }

        .cta-btn-container {
            gap: 16px;
        }

        .cta-btn,
        .cta-content .hero-btn {
            font-size: 16px;
            padding: 12px 20px;
        }

        .commitments-section {
            padding: 70px 40px;
            height: auto;
        }

        .commitments-container {
            flex-direction: column;
            gap: 35px;
        }

        .commitments-container>.third-section-left-content,
        .commitment-left {
            width: 100%;
            max-width: 100%;
            flex: none;
        }

        .commitment-img {
            padding-top: 20px;
        }

        .commitment-img img {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
            display: block;
            margin-bottom: 0;
        }

        .cards {
            width: 100%;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            height: auto;
        }

        .commitment-card {
            width: 100%;
            min-height: 230px;
            height: auto;
        }

        .commitment-card h3 {
            font-size: 18px;
        }

        .commitment-card p {
            font-size: 15px;
            line-height: 24px;
        }

        .footer-container {
            flex-wrap: wrap;
            gap: 40px;
            padding: 100px 40px 0;
        }

        body:not(.home) .footer-container {
            padding-top: 40px;
        }


        .footer-content img {
            width: 180px;
            display: block;
        }

        .footer-content p {
            max-width: 420px;
            margin: 15px auto 0;
            font-size: 24px;
            line-height: 34px;
        }

        .footer-content span {
            font-size: 24px;
            line-height: 34px;
        }


        .footer-bottom h1 {
            padding-bottom: 18px;
        }

        .footer-bottom a {
            font-size: 15px;
        }


        .footer-links {
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px;
        }

    }









    @media (max-width:768px) {



        .container {
            padding: 35px 0px;
        }

        .second-section-right-content {
            padding: 18px 20px;
            gap: 16px;
            min-height: 80px;
        }

        .second-section-right-content img {
            width: 44px;
            height: 44px;
        }

        .second-section-right-content h1 {
            font-size: 18px;
            line-height: 26px;
        }

        .third-section-content {
            padding: 70px 16px 0;
        }

        .third-section-left-content h1,
        .third-section-left-content span {
            font-size: 28px;
        }

        .third-section-content p {
            font-size: 15px;
        }

        .third-img {
            padding: 0 16px;
        }

        .fourth-section {
            padding-top: 340px;
        }

        .fourth-container {
            padding: 0 16px;
        }

        .fourth-section-left-content h1,
        .fourth-section-left-content span {
            font-size: 28px;
        }

        .fourth-img img {
            max-width: 420px;
        }


        .how-it-works-section {

            padding-top: 80px;

        }

        .works-container {

            padding: 60px 16px;

        }

        .work-cards {

            flex-direction: column;
            gap: 20px;

        }

        .work-card {

            width: 100%;
            min-height: auto;

        }

        .work-card h1 {

            font-size: 28px;

        }

        .work-card h2 {

            font-size: 18px;

        }

        .work-card p {

            font-size: 15px;
            line-height: 24px;

        }

        .difference-section .fourth-section-left-content {

            padding: 50px 16px;

        }

        .difference-section .fourth-section-left-content h1,
        .difference-section .fourth-section-left-content span {

            font-size: 28px;

        }

        .difference-section .fourth-section-left-content p {

            width: 100%;

        }

        .pillars-section-container {
            padding: 50px 16px;
        }

        .pillar-cards {
            flex-direction: column;
            gap: 20px;
        }

        .pillar-card,
        .pillar-card1,
        .pillar-card2 {
            width: 100%;
            min-height: auto;
            padding: 24px;
        }

        .pillar-grid {
            grid-template-columns: 1fr;
            gap: 12px;
        }

        .pillar-card h2,
        .pillar-card1 h2,
        .pillar-card2 h2 {
            font-size: 20px;
        }

        .pillar-card p,
        .pillar-card1 p,
        .pillar-card2 p {
            font-size: 15px;
        }

        .bg-number {
            font-size: 90px;
        }

        .dashboard-container {

            padding: 0 16px;

        }

        .dashboard-section .fourth-section-left-content {

            padding-top: 50px;

        }

        .pointer-content {

            padding: 20px;
        }

        .pointer-content h1 {

            font-size: 16px;
        }



        .interactive-section h1 {

            font-size: 22px;
            line-height: 30px;
        }

        .interactive-content {

            gap: 16px;
        }

        .interactive-content h2 {

            width: calc(50% - 8px);
            height: 48px;
            font-size: 15px;
        }

        .research-container {
            padding: 50px 40px;
            gap: 40px;
        }

        .research-container .third-section-left-content h2 {
            font-size: 14px;
            letter-spacing: 2px;
        }

        .research-container .third-section-left-content h1 {
            font-size: 28px;
            line-height: 38px;
        }

        .research-container .third-section-left-content span {
            font-size: 28px;
        }

        .research-container .third-section-left-content p {
            font-size: 15px;
            line-height: 24px;
            padding-bottom: 30px;
        }

        .research-img img {
            border-radius: 20px;
        }

        .climate-container .fourth-section-left-content {
            padding: 60px 20px 0;
        }

        .climate-container .fourth-section-left-content h1 {
            max-width: 100%;
        }

        .climate-container .fourth-section-left-content p {
            max-width: 100%;
        }

        .climate-cards-container {
            padding: 30px 30px 60px;
        }

        .climate-card {
            width: 100%;
            height: 220px;
        }


        .climate-cards-container img {
            width: 100% !important;
            max-width: unset;
            border-radius: 20px;
        }

        .serve-section {
            padding-top: 60px;
        }

        .serve-container,
        .serve-cards-container {
            max-width: 540px;
            padding: 0 18px;
        }

        .serve-cards-container {
            padding-top: 35px;
            padding-bottom: 60px;
        }

        .serve-card {
            width: 100%;
            height: auto;
            min-height: 150px;
            padding: 30px 20px;
        }

        .serve-card h2 {
            font-size: 18px;
            line-height: 26px;
        }

        .cta-container {
            max-width: 100%;
            padding: 50px 18px 0;
        }

        .cta-section {
            padding-bottom: 60px;
        }


        .cta-content p {
            font-size: 15px;
            line-height: 24px;
            padding-top: 24px;
        }

        .cta-btn-container {
            flex-direction: column;
            align-items: center;
            gap: 15px;
            padding-top: 35px;
        }

        .cta-btn,
        .cta-content .hero-btn {
            justify-content: center;
            font-size: 17px;
        }

        .commitments-section {
            padding: 60px 20px;
            height: auto;
        }

        .commitments-container {
            flex-direction: column;
            gap: 35px;
        }

        .commitment-img {
            padding-top: 20px;
        }

        .commitment-img img {
            width: 100%;
            max-width: 100%;
            border-radius: 16px;
            margin-bottom: 0;
        }

        .cards {
            grid-template-columns: repeat(2, 1fr);
            gap: 18px;
        }

        .commitment-card {
            width: 100%;
            min-height: auto;
            padding: 22px;
        }

        .commitment-card img {
            width: 46px;
            height: 46px;
        }

        .commitment-card h3 {
            font-size: 18px;
            padding-top: 12px;
        }

        .commitment-card p {
            font-size: 15px;
            line-height: 24px;
        }

        .footer-container {
            flex-direction: column;
            gap: 35px;
            padding: 80px 20px 0;
        }

        body:not(.home) .footer-container {
            padding-top: 40px;
        }

        .footer-content {
            text-align: center;
        }

        .footer-content img {
            width: 170px;
            margin: auto;
        }

        .footer-content p,
        .footer-content span {
            max-width: 100%;
            font-size: 22px;
            line-height: 30px;
        }

        .footer-bottom {
            width: 100%;
            text-align: center;
        }

        .footer-bottom h1 {
            padding-bottom: 16px;
        }

        .explore {
            align-items: center;
        }

        .footer-bottom a {
            justify-content: center;
            font-size: 15px;
        }

        .footer-divider {
            margin: 35px 20px 20px;
        }

        .copyright {
            flex-direction: column;
            gap: 18px;
            text-align: center;
            padding: 0 20px 30px;
        }

        .footer-links {
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
        }

    }




    @media(max-width:992px) {

        .navbar {
            flex-direction: row;
            gap: 10px;
            padding: 15px 30px !important;
            align-items: center;
        }

        .nav-toggle {
            display: flex;
        }

        .nav-desktop {
            display: none;
        }



        /* .cards-container>.pillar-cards:nth-child(2) {
        display: inline;
    }

    .cards-container>.pillar-cards:nth-child(2) .pillar-card1 {
        width: calc(50% - 10px);
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cards-container>.pillar-cards:nth-child(3) {
        float: left;
        width: 49%;
        padding: 0;
        margin-top: 16px;
        margin-left: 18px;
    }

    .cards-container>.pillar-cards:nth-child(3) .pillar-card2 {
        min-height: 333px;
    }

    .cards-container:after {
        content: "";
        display: table;
        clear: both;
    }

    .cards-container>.pillar-cards:nth-child(2) .pillar-card1:nth-child(1) {
        margin-right: 10px;
    }

    .cards-container>.pillar-cards:nth-child(2) .pillar-card1:nth-last-child(2) {
        margin-left: 10px;
    } */
        .cards-container .pillar-card1:last-child {
            width: 100%;
        }
    }

    @media(max-width:767px) {

        .navbar {

            flex-direction: row;
            gap: 10px;
            padding: 15px 12px;
            align-items: center;

        }

        .nav-toggle {
            display: flex;
        }

        .nav-desktop {
            display: none;
        }

        .nav-links {

            flex-wrap: wrap;
            justify-content: center;

        }

        .hero-content {

            padding: 60px 20px;

        }

        .hero-content h1 {

            font-size: 34px;

        }

        .hero-content h1 span {

            font-size: 34px;

        }

        .hero-content p {

            font-size: 15px;
            line-height: 26px;

        }

        .hero-btns {

            align-items: center;

        }

        .research-container {
            padding: 50px 40px !important;
        }

        .third-section {
            padding: 120px 0 250px;
        }

        .mission-image {
            margin-top: -198px;
        }

        .hero-btn,
        .hero-btn2 {
            width: 100%;
            justify-content: center;
            max-width: fit-content;
        }

        .hero-content-right img {

            max-width: 100%;

        }

        .footer-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .footer-container .footer-content:first-child {
            grid-column: span 2 / span 2;
        }

        .climate-cards-container {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }


        .cta-container {
            padding: 40px 30px 0;
        }

        .cta-btn,
        .cta-content .hero-btn {
            font-size: 14px;
            padding: 12px 15px;
        }

        .commitments-section {
            padding: 60px 30px !important;
        }

        .second-section-right {
            padding-top: 0px !important;
            padding-bottom: 40px;
        }

        .research-img .rigth-side-content li {
            font-size: 16px;
            padding: 10px 0px;
        }
    }



    @media (max-width:576px) {


        .container {
            padding: 30px 0px;
        }

        .second-section-right-content {
            padding: 16px;
            gap: 14px;
            border-radius: 16px;
            min-height: 75px;
        }

        .second-section-right-content img {
            width: 40px;
            height: 40px;
        }

        .second-section-right-content h1 {
            font-size: 17px;
            line-height: 24px;
        }

        .third-section-content {
            gap: 35px;
        }

        .third-section-left-content h2,
        .fourth-section-left-content h2 {
            font-size: 14px;
            letter-spacing: 2px;
        }

        .third-section-left-content h1,
        .third-section-left-content span,
        .fourth-section-left-content h1,
        .fourth-section-left-content span {
            font-size: 24px;
        }

        .third-section-content p,
        .fourth-section-left-content p {
            font-size: 15px;
        }

        .fourth-section {
            padding-top: 280px;
        }

        .work-card {

            padding: 24px 18px;

        }

        .work-card h1 {

            font-size: 26px;
            padding: 20px 0;

        }

        .work-card h2 {

            font-size: 18px;

        }

        .work-card p {

            font-size: 14px;
            line-height: 22px;

        }

        .difference-section .fourth-section-left-content {

            padding: 40px 16px;

        }

        .difference-section .fourth-section-left-content h1,
        .difference-section .fourth-section-left-content span {

            font-size: 24px;

        }

        .difference-section .fourth-section-left-content p {

            font-size: 15px;
            line-height: 24px;

        }

        .pillar-card,
        .pillar-card1,
        .pillar-card2 {
            padding: 20px;
        }

        .pillar-card h2,
        .pillar-card1 h2,
        .pillar-card2 h2 {
            font-size: 18px;
            line-height: 26px;
        }

        .pillar-card p,
        .pillar-card1 p,
        .pillar-card2 p {
            font-size: 14px;
            line-height: 22px;
        }

        .bg-number {
            font-size: 55px;
            right: 15px;
        }

        .pointer-content {

            padding: 18px;
        }

        .pointer-content h1 {

            font-size: 15px;
        }

        .interactive-section h1 {

            font-size: 20px;
        }

        .interactive-content h2 {

            width: 100%;
            font-size: 15px;
        }

        .research-container {
            padding: 40px 16px;
        }

        .research-container .third-section-left-content h2 {
            font-size: 13px;
            letter-spacing: 2px;
        }

        .research-container .third-section-left-content h1 {
            font-size: 24px;
            line-height: 34px;
        }

        .research-container .third-section-left-content span {
            font-size: 24px;
        }

        .research-container .third-section-left-content p {
            font-size: 14px;
            line-height: 22px;
            padding-bottom: 25px;
        }

        .research-img img {
            width: 100%;
        }

        .hero-btn {
            padding: 14px 22px;
            font-size: 15px;
        }

        .climate-container .fourth-section-left-content {
            padding: 50px 16px 0;
        }


        .climate-card {
            height: 190px;
            padding: 25px 18px;
            border-radius: 16px;
        }

        .climate-card h1 {
            font-size: 44px;
            line-height: 52px;
            padding-bottom: 14px;
        }

        .climate-card h2 {
            width: 100%;
            font-size: 16px;
            line-height: 24px;
        }

        .climate-cards-container img {
            width: 100%;
            border-radius: 16px;
        }

        .serve-section {
            padding-top: 50px;
        }

        .serve-container,
        .serve-cards-container {
            padding: 0 15px;
        }

        .serve-cards-container {
            padding-top: 30px;
            padding-bottom: 50px;
        }

        .serve-card {
            min-height: 140px;
            border-radius: 16px;
            padding: 25px 18px;
        }

        .serve-card svg {
            width: 42px;
            height: 42px;
        }

        .serve-card h2 {
            font-size: 17px;
            line-height: 24px;
            padding-top: 16px;
        }


        .cta-section {
            padding-bottom: 50px;
        }

        .cta-content h1 {
            font-size: 32px;
            line-height: 42px;
        }

        .cta-content p {
            font-size: 15px;
            line-height: 24px;
            padding-top: 20px;
        }


        .footer-container {
            padding: 60px 16px 0;
            gap: 30px;
        }

        .footer-content img {
            width: 150px;
        }

        .footer-content p,
        .footer-content span {
            font-size: 20px;
            line-height: 28px;
        }

        .footer-bottom h1 {
            font-size: 11px;
            letter-spacing: 2px;
        }

        .footer-bottom a {
            font-size: 14px;
        }

        .copyright h2 {
            font-size: 14px;
        }

        .footer-links {
            gap: 12px;
            align-items: center;
        }



    }

    @media (max-width:575px) {
        .navbar {
            padding: 15px 20px !important;
        }

        .hero-btns {
            align-items: flex-start;
            flex-direction: column;
        }

        .hero-content {
            padding: 90px 20px !important;
        }

        .interactive-section h1 {

            text-align: center;
        }

        .second-section .container {
            padding-right: 20px;
            padding-left: 20px;
        }

        .third-section {
            padding: 60px 0 150px;
        }

        .mission-image {
            margin-top: -110px;
        }

        .third-container,
        .mission-image-container,
        .fourth-container,
        .dashboard-container {
            padding: 0 20px !important;
        }

        .dashboard-container {
            padding: 0 20px !important;
        }

        .works-container {
            padding: 80px 20px 80px !important;
        }

        .difference-section .fourth-section-left-content {
            width: 100%;
            padding: 60px 30px !important;
        }

        .pillars-section-container {
            padding: 80px 20px !important;
        }

        .interactive-section {
            padding: 50px 20px !important;
        }

        .climate-container .fourth-section-left-content {
            padding: 80px 20px 0 !important;
        }

        .serve-section {
            padding-left: 20px;
        }

        .cta-btn-container {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
        }

        .cta-container {
            padding: 40px 20px 0;
        }

        .commitments-section {
            padding: 60px 20px !important;
        }

        .commitments-container {
            padding-bottom: 0;
        }

        .work-cards {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .pillars-section .pillars-section-container {
            padding: 80px 20px !important;
        }

        .pillar-cards {
            padding-left: 0;
            padding-right: 0;
        }

        .research-container {
            padding: 50px 20px !important;
        }

        .footer-content p,
        .footer-content span {
            font-size: 18px !important;
            line-height: 26px !important;
        }

        .research-img .rigth-side-content {
            padding: 0 20px 20px;
        }

        .research-img {
            flex-direction: column;
        }

        .research-img .left-side,
        .research-img .rigth-side-content {
            width: 100%;
        }

        .research-container .third-section-left-content h1 {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 0;
        }
    }

    @media(max-width:480px) {

        .hero-content h1 {

            font-size: 28px;

        }

        .hero-content h1 span {

            font-size: 27px;

        }

        .hero-content {

            padding: 45px 15px;

        }

        .hero-btn,
        .hero-btn2 {

            font-size: 16px;
            padding: 12px 18px;

        }

        .logo img {

            width: 150px;

        }





        .container {
            padding: 25px 0px;
        }

        .second-section-right {
            gap: 8px;
        }

        .second-section-right-content {
            padding: 14px;
            gap: 12px;
            min-height: 70px;
            border-radius: 14px;
        }

        .second-section-right-content img {
            width: 36px;
            height: 36px;
        }

        .second-section-right-content h1 {
            font-size: 16px;
            line-height: 22px;
        }

        .third-section-content {
            padding: 60px 16px 0;
        }

        .third-section-left-content h1,
        .third-section-left-content span,
        .fourth-section-left-content h1,
        .fourth-section-left-content span {
            font-size: 22px;
        }

        .third-section-content p,
        .fourth-section-left-content p {
            font-size: 14px;
            line-height: 22px;
        }

        .third-section-line {
            padding-left: 15px;
        }

        .fourth-section {
            padding-top: 240px;
        }

        .how-it-works-section {

            padding-top: 60px;

        }

        .works-container {

            padding: 50px 16px;

        }

        .work-card {

            padding: 22px 16px;

        }

        .work-card svg {

            width: 56px;
            height: 56px;
            padding: 14px;

        }

        .work-card h1 {

            font-size: 24px;

        }

        .work-card h2 {

            font-size: 17px;

        }

        .work-card p {

            font-size: 14px;
            line-height: 22px;

        }

        .difference-section .fourth-section-left-content {

            padding: 35px 16px;

        }

        .difference-section .fourth-section-left-content h2 {

            font-size: 14px;
            letter-spacing: 2px;

        }

        .difference-section .fourth-section-left-content h1,
        .difference-section .fourth-section-left-content span {

            font-size: 22px;

        }

        .difference-section .fourth-section-left-content p {

            font-size: 14px;
            line-height: 22px;

        }

        .pillars-section-container {
            padding: 40px 16px;
        }

        .pillar-card,
        .pillar-card1,
        .pillar-card2 {
            padding: 18px;
        }

        .pillar-card h2,
        .pillar-card1 h2,
        .pillar-card2 h2 {
            font-size: 17px;
        }

        .pillar-card p,
        .pillar-card1 p,
        .pillar-card2 p {
            font-size: 13px;
            line-height: 21px;
        }

        .bg-number {
            font-size: 60px;
        }

        .dashboard-container {

            padding: 0 16px;
        }

        .dashboard-section .fourth-section-left-content {

            padding-top: 40px;
        }

        .pointer-content {

            padding: 16px;
        }

        .pointer-content h1 {

            font-size: 14px;
            line-height: 20px;
        }

        .interactive-section {

            padding: 30px 16px 0;
        }

        .interactive-section h1 {

            font-size: 18px;
            line-height: 28px;
        }

        .interactive-content {

            gap: 12px;
            padding-bottom: 60px;
        }

        .interactive-content h2 {

            width: 100%;
            height: 46px;
            font-size: 14px;
        }

        .research-container {
            padding: 35px 15px;
            gap: 30px;
        }

        .research-container .third-section-left-content h2 {
            font-size: 12px;
            letter-spacing: 1.8px;
            line-height: 18px;
        }

        .research-container .third-section-left-content h1 {
            font-size: 22px;
            line-height: 30px;
        }

        .research-container .third-section-left-content span {
            font-size: 22px;
            line-height: 30px;
        }

        .research-container .third-section-left-content p {
            font-size: 14px;
            line-height: 22px;
            padding-bottom: 24px;
        }

        .research-img {
            width: 100%;
        }

        .research-img img {
            width: 100%;
            border-radius: 16px;
        }

        .hero-btn {
            padding: 12px 20px;
            font-size: 14px;
            gap: 8px;
        }

        .hero-btn svg {
            width: 18px;
            height: 18px;
        }

        .climate-container .fourth-section-left-content {
            padding: 40px 15px 0;
        }

        .climate-cards-container {
            padding: 20px 20px 40px;
            gap: 15px;
        }

        .climate-card {
            height: 170px;
            padding: 20px 16px;
            border-radius: 14px;
        }

        .climate-card h1 {
            font-size: 38px;
            line-height: 44px;
            padding-bottom: 12px;
        }

        .climate-card h2 {
            font-size: 15px;
            line-height: 22px;
            width: 100%;
        }

        .climate-cards-container img {
            width: 100%;
            border-radius: 14px;
        }

        .serve-section {
            padding-top: 40px;
        }

        .serve-container,
        .serve-cards-container {
            padding: 0 12px;
        }

        .serve-cards-container {
            padding-top: 25px;
            padding-bottom: 40px;
        }

        .serve-card {
            min-height: 130px;
            padding: 20px 16px;
            border-radius: 14px;
        }

        .serve-card svg {
            width: 38px;
            height: 38px;
        }

        .serve-card h2 {
            font-size: 16px;
            line-height: 22px;
            padding-top: 14px;
        }



        .cta-section {
            padding-bottom: 40px;
        }

        .cta-content h1 {
            font-size: 23px;
            line-height: 34px;
        }

        .cta-content p {
            font-size: 14px;
            line-height: 22px;
            padding-top: 18px;
        }

        .cta-btn-container {
            padding-top: 28px;
            gap: 12px;
        }

        .cta-btn,
        .cta-content .hero-btn {
            width: 100%;
            font-size: 15px;
            padding: 12px 16px;
            justify-content: center;
            gap: 10px;
        }

        .cta-btn svg,
        .cta-content .hero-btn svg {
            width: 18px;
            height: 18px;
        }

        .commitments-section {
            padding: 50px 15px;
            height: auto;
        }

        .commitments-container {
            gap: 30px;
        }

        .commitment-img {
            padding-top: 15px;
        }

        .commitment-img img {
            width: 100%;
            max-width: 100%;
            border-radius: 14px;
            margin-bottom: 0;
        }

        .cards {
            gap: 15px;
            grid-template-columns: repeat(1, 1fr);
        }

        .commitment-card {
            padding: 18px;
            border-radius: 16px;
        }

        .commitment-card img {
            width: 42px;
            height: 42px;
        }

        .commitment-card h3 {
            font-size: 16px;
            padding-top: 10px;
        }

        .commitment-card p {
            font-size: 14px;
            line-height: 22px;
        }

        .commitment-card svg {
            width: 42px;
            height: 42px;
            padding: 8px;
        }

        .commitment-card h3 {
            font-size: 17px;
            line-height: 24px;
        }

        .commitment-card p {
            font-size: 14px;
            line-height: 22px;
        }

        .footer-container {
            padding: 50px 15px 0;
            gap: 25px;
        }

        .footer-content img {
            width: 135px;
        }

        .footer-content p,
        .footer-content span {
            font-size: 18px;
            line-height: 26px;
        }

        .footer-bottom h1 {
            font-size: 10px;
            letter-spacing: 1.5px;
        }

        .footer-bottom a {
            font-size: 13px;
            gap: 8px;
        }

        .footer-bottom a svg,
        .footer-bottom a img {
            width: 18px;
            height: 18px;
        }

        .copyright {
            gap: 15px;
            padding: 0 15px 25px;
        }

        .copyright h2 {
            font-size: 13px;
            line-height: 20px;
        }

        .footer-links {
            gap: 10px;
        }

    }

    /* 404 responsive */
    @media (max-width: 991px) {
        .error-404-title {
            font-size: 110px;
        }

        .error-404-content {
            padding: 60px 20px 80px;
        }

        .error-404-text {
            font-size: 16px;
            line-height: 26px;
        }

        /* .cta-btn-container .hero-btn:last-child {
            grid-column: span 2 /span 2;
            justify-content: center;
        } */
         /* .research-img .left-side::before{
           content: ;
         } */
    }

    @media (max-width: 767px) {
        .error-404-title {
            font-size: 80px;
        }

        .error-404-eyebrow {
            font-size: 12px;
        }

        .error-404-content {
            padding: 40px 16px 60px;
        }

        .error-404-btns {
            flex-direction: column;
            align-items: center;
        }

        .error-404-btns .hero-btn,
        .error-404-btns .hero-btn2 {
            width: 100%;
            max-width: 280px;
            justify-content: center;
        }

        .error-404-links-container h2 {
            font-size: 22px;
        }

        .error-404-quick-links {
            gap: 12px;
        }

        .error-404-quick-links a {
            font-size: 14px;
            padding: 10px 18px;
        }
    }

    @media (max-width: 480px) {
        .error-404-title {
            font-size: 64px;
        }

        .error-404-text {
            font-size: 15px;
            line-height: 24px;
        }
    }

    /* Inner pages responsive */
    @media (max-width: 991px) {
        .page-hero-title {
            font-size: 40px;
        }

        .page-hero-content {
            padding: 48px 20px 56px;
        }

        .page-content-section {
            padding: 50px 20px 70px;
        }

        .page-entry-content h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 767px) {
        .page-hero-title {
            font-size: 32px;
            line-height: 1.25;
        }

        .page-hero-eyebrow {
            font-size: 12px;
        }

        .page-hero-content {
            padding: 36px 16px 44px;
        }

        .page-content-section {
            padding: 40px 16px 60px;
        }

        .page-entry-content {
            font-size: 16px;
            line-height: 1.7;
        }

        .page-entry-content h2 {
            font-size: 22px;
        }

        .page-entry-content h3 {
            font-size: 18px;
        }
    }

    /* Contact page */
    @media (max-width: 991px) {
        .contact-section {
            padding: 60px 24px 80px;
        }

        .contact-container {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .contact-heading {
            font-size: 34px;
            max-width: none;
            margin-bottom: 32px;
        }

        .contact-follow {
            max-width: 420px;
        }
    }

    @media (max-width: 767px) {
        .contact-section {
            padding: 48px 16px 70px;
        }

        .contact-heading {
            font-size: 28px;
            margin-bottom: 28px;
        }

        .contact-list {
            gap: 22px;
        }

        .contact-item-icon {
            width: 44px;
            height: 44px;
            border-radius: 10px;
        }

        .contact-item-link {
            font-size: 15px;
        }

        .contact-follow {
            max-width: none;
            border-radius: 20px;
            padding: 28px 22px;
        }

        .contact-social-handle {
            font-size: 16px;
        }
    }