@media (width: 1366px) {

    .wrapper {
        max-width: 88%;
    }
}


@media (max-width: 1200px) {
    .page-banner .left-content h3 {
        font-size: 3rem;
    }
}


@media (max-width:1366px) {
    .wrapper {
        max-width: 90%;
    }
}

@media (max-width: 1024px) {
    /* .inner-wrapper {
    max-width: 75%;
  } */

    .home .banner .caption {
    }

    /**** Header ****/

    header .acwa-navbar {
        padding: 0 1rem;
    }

        header .acwa-navbar .primary-nav .nav-item .nav-link {
            padding: 1.2rem 0;
            margin: 0 0.5rem;
        }



    /**** General - Sections ****/

    /*---- Page-Banner ----*/
    .page-banner {
        height: 50vh;
    }

        .page-banner .overlay-number h5,
        .page-banner-inner .left-content h3 {
            font-size: 2rem;
        }

        .page-banner .overlay-number .text-wrap {
            font-size: 0.65rem;
            margin-top: 0.875rem;
        }

    .compliance .page-banner-inner,
    .legal .page-banner-inner,
    .policy .page-banner-inner {
        height: 50vh;
    }

    /*---- generic-copy ----*/
    .generic-copy p {
        width: 100%;
    }

    .generic-copy h5 {
        font-size: 1.375rem;
        width: 100%;
    }

    /*---- Guiding Principle ----*/
    .principles .principle-card .card-top p {
        font-size: 0.875rem;
    }

    .principles .principle-card .card-top h6 {
        font-size: 1.25rem;
    }

    .principles .principle-card .card-top {
        max-width: 95%;
    }

    /*---- generic cta ----*/
    .generic-cta .generic-cta-left .cta-text {
        font-size: 1rem;
    }

    /******* Home Page *******/

    /*---- who-we-are ----*/
    .home .who-we-are .who-we-are-content h5 {
        font-size: 2.25rem;
    }

    .home .who-we-are-right .box .count {
        font-size: 1.25rem;
    }

    .home .who-we-are-right .box img {
        width: 36px;
        height: 36px;
    }

    .who-we-are-right .box .count,
    .home .who-we-are-right .box {
        justify-content: center;
    }

    /*---- what we do ----*/
    .home .what-we-do .what-we-do-image {
        height: 100%;
    }

        .home .what-we-do .what-we-do-image .img-wrap {
            height: 100%;
        }

            .home .what-we-do .what-we-do-image .img-wrap img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }

    .home .what-we-do .what-we-do-content {
        max-width: 100%;
        padding: 0;
    }

    .home .what-we-do .whatwedo-info .what-we-do-links {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .home .what-we-do .what-we-do-content h5 {
        font-size: 2.25rem;
    }

    .home .what-we-do .overlay-content .card-2 h3 {
        font-size: 1.5rem;
    }

        .home .what-we-do .overlay-content .card-2 h3 span {
            font-size: 1rem;
        }

    .home .what-we-do .overlay-content .card-block {
        width: 50%;
    }

    .home .what-we-do .overlay-content .card-2 h3 {
        font-size: 1rem;
    }

    .home .what-we-do .overlay-content .card-3 h3 {
        font-size: 1rem;
    }

    .home .what-we-do .overlay-content .card-3 p {
        font-size: 0.75rem;
    }

    .home .what-we-do .overlay-content .card-block {
        padding: 1rem;
    }

    /*---- Sustainabilty ----*/
    .home .sustainability {
        padding: 5rem 0;
        min-height: 0;
    }

    /*---- home investors ----*/
    .home .investors .investors-content-left .investor-links {
        flex-wrap: wrap;
        gap: 1rem !important;
    }

    .home .investors .investors-content-left h5 {
        font-size: 2.25rem;
    }

    .home .investors .investors-content-left img {
        width: 50px;
        height: 56px;
    }

    .home .investors .investors-content-left .box .count {
        font-size: 1.25rem;
    }

    .home .investors .investors-content-left p {
        font-size: 0.875rem;
    }

    /*---- Life at acwa ----*/
    .home .life-at-acwa {
        min-height: 0;
    }

    /*---- latest news ----*/
    .acwa-news .section-heading h5 {
        font-size: 2.25rem;
    }

    /****** CSR ******/

    /*---- Focus Areas ----*/
    .csr .focus-areas .focus-heading p {
        max-width: 56%;
    }


    /*---- CSR - Sustainability ----*/
    .csr .csr-sustainablity h5 {
        font-size: 2.25rem;
    }

    /**** Investors ****/
    .acwa-accordion .accordion .accordion-item .accordion-body .map-image {
        width: 100%;
        height: 100%;
    }

        .acwa-accordion .accordion .accordion-item .accordion-body .map-image img {
            max-width: 100%;
            height: 100%;
            object-fit: fill;
        }

    .investors .recent-activity .activity .activity-heading h5 {
        font-size: 1.25rem;
    }

    .recent-activity .presentation {
        padding-left: 12%;
    }

    .recent-activity .financial {
        padding-right: 12%;
    }


    /*---- principles - 1024 ----*/
    .principles .principles-heading p {
        max-width: 100%;
    }

    .principles .principles-heading h5 {
        font-size: 1.75rem;
    }

    .hsse .principles .row .col-md-12 {
        margin-bottom: 1.5rem;
    }

        .hsse .principles .row .col-md-12 .principle-card .card-top {
            max-width: 100%;
        }

    .principles .principle-card .card-top h6 {
        font-size: 1.175rem;
    }

    .hsse .principles .principle-card .card-bottom h5 {
        font-size: 1.25rem;
    }

    .hsse .principles .principle-card .card-bottom .common-cta {
        font-size: 0.875rem;
    }

    /****** Projects ******/
    .what-we-do .projects.section-spacer {
        padding-top: 15rem;
    }

    .project-map .filter {
        bottom: -170px;
    }

        .project-map .filter .filter-bottom .check-wrap {
            flex-wrap: wrap;
        }

        .project-map .filter .filter-bottom .title {
            margin-bottom: 0.5rem;
        }



    /***** operations ******/
    .operations .operation-cards .card-content {
        padding: 2rem;
    }

    /* news */
    .news .highlighted-news .news-card .card-text h6 {
        font-size: 0.875rem;
    }

    .news .highlighted-news .news-card .card-text p {
        font-size: 1.5rem;
    }

    .news .highlighted-news .card-text {
        padding: 4% 1.5rem;
    }

    /***** news-details *****/
    .news-details .news-content .wrapper {
        max-width: 80%;
    }

    .news-details .news-content .content-card .content-author h5 {
        width: 80%;
    }

    .news-details .news-content .row .col-md-6 p {
        width: 100%;
    }

    /***** about us ******/
    .about .about-us-cards .card-content {
        padding: 2rem;
    }


    /**** History ****/
    .history .generic-copy p {
        font-size: 0.75rem;
    }

    .horizontal-timeline .timeline {
        padding-bottom: 1rem !important;
    }

    .horizontal-timeline .timeline {
        padding: 0.7rem 1rem;
    }

    .horizontal-timeline .timeline {
        padding: 0.7rem 1.2rem;
    }

    .horizontal-timeline .events-content .card .card-content h6 {
        width: 100%;
        font-size: 1rem;
    }

    .horizontal-timeline .events-content .card .card-content p {
        font-size: 0.75rem;
    }

    /**** directors ****/
    .directors .generic-copy p {
        font-size: 0.75rem;
    }

    .directors .committee-members ul {
        flex-wrap: wrap;
    }

    .directors .committee-members .directors-carousel .card .card-content p.text-muted {
        width: 100%;
    }

    .directors .committee-members .directors-carousel .card .card-content h3::after {
        right: -60px;
    }

    .directors-modal .modal-dialog .modal-content .modal-body h3::after {
        right: 0px;
    }

    /**** project-details ****/
    .project-details .key-documents .document-tab {
        padding: 2.5rem;
    }

        .project-details .key-documents .document-tab .tab-content ul li p {
            font-size: 0.875rem;
        }

            .project-details .key-documents .document-tab .tab-content ul li p::before {
                top: -8px;
            }

    .project-details .key-documents .row {
        --bs-gutter-y: 2rem;
        --bs-gutter-x: 2rem;
    }

    .related-projects .related-project-carousel .project-card .project-desc .desc-top h6 {
        width: 80%;
    }


    /**** Life-of-acwa ****/

    .acwa-life .join-to-empower .oppertunities {
        padding: 1.5rem;
    }

    .acwa-life .join-to-empower .talent-network .row .col-md-6:last-child {
        padding: 1.5rem;
    }

    .acwa-life .our-culture {
        padding: 3rem 0;
    }

    .acwa-life .find-place {
        padding-top: 3rem;
    }

    .acwa-life .develop-program {
        padding: 3rem 0;
    }

        .acwa-life .develop-program .program-card h5 {
            font-size: 1rem;
        }

        .acwa-life .develop-program .program-card .card-content {
            padding: 1.25rem;
        }

        .acwa-life .develop-program .row .col-md-4:first-child p {
            font-size: 0.875rem;
            width: 100%;
        }

        .acwa-life .develop-program .row .col-md-4:first-child h3 {
            font-size: 1.2rem;
        }

    .acwa-life .benifits .benifits-content {
        padding: 1rem 0.5rem;
    }

    .acwa-life .benifits .tab-content .tab-pane .tab-pane-content {
        width: 100%;
    }

    .acwa-life .benifits h3 {
        font-size: 1.5rem;
    }


    .acwa-life .develop-program .program-card h5 {
        font-size: 1.5rem;
    }

    .acwa-life .find-place h3 {
        font-size: 1.5rem;
    }

    .acwa-life .our-culture h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 991px) {

    /****** Header ******/

    header .navbar {
        padding: 2rem 1rem 2rem 1rem;
    }

        header .navbar .navbar-brand img {
            max-height: 72px;
        }

        header .navbar .nav-item .nav-link {
            padding: 1rem 0 !important;
            margin: 0 !important;
        }

    header .acwa-navbar .primary-nav .nav-item.dropdown-mega a.dropdown-toggle:before {
        font-family: "Line Awesome Free";
        font-weight: 900;
        content: "\f105";
        position: absolute;
        right: 0;
        top: 0;
        color: #fff;
        display: flex;
        height: 100%;
        align-items: center;
    }

    header .navbar .right-nav {
        width: 100%;
    }

        header .navbar .right-nav .nav {
            display: flex;
            position: absolute;
            top: 30px;
            right: 90px;
            gap: 0.75rem;
        }

        header .navbar .right-nav .contact {
        }

        header .navbar .right-nav .nav-link {
        }

    header .acwa-navbar .primary-nav .nav-item {
        border-bottom: 1px solid rgb(255 255 255 / 60%);
    }

        header .acwa-navbar .primary-nav .nav-item:last-child {
            border-bottom: 1px solid rgb(255 255 255 / 0%);
        }

    header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item {
        padding: 0.5rem;
    }

        header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item .icon {
            font-size: 1rem;
        }

    header .acwa-navbar .primary-nav .dropdown-menu {
        background: transparent !important;
        backdrop-filter: none;
    }

    header .acwa-navbar .navbar-collapse {
        height: calc(100vh - 138px);
        padding-top: 2rem;
        overflow-y: auto;
    }

    header .acwa-navbar .navbar-toggler {
        display: block;
        font-size: 1rem;
    }

        header .acwa-navbar .navbar-toggler[aria-expanded="true"] .hamburger-icon {
            display: none;
        }

        header .acwa-navbar .navbar-toggler[aria-expanded="true"] .close-icon {
            display: block !important;
        }

    header .search .search-input-elm {
        max-width: 250px;
        top: 9px;
        right: 50px;
    }

    .acwa-navbar .nav-item.nav-contact {
        display: none !important;
    }

    .header-expanded .acwa-navbar {
        background-color: rgba(var(--primary-shade2), 0.9) !important;
        backdrop-filter: blur(10px);
    }

        .header-expanded .acwa-navbar .nav-item.lang-sel {
        }

        .header-expanded .acwa-navbar .nav-item.accessibility {
        }

        .header-expanded .acwa-navbar .nav-item.nav-contact {
            display: flex !important;
            position: fixed;
            width: 100%;
            bottom: 0;
            left: 0;
            padding: 1.5rem 2rem;
        }

            .header-expanded .acwa-navbar .nav-item.nav-contact .btn {
                width: 100%;
            }

    /****** footer ******/

    .footer .social {
        justify-content: start !important;
        margin-top: 1.5rem;
    }

    .footer .privacy-links {
        gap: 1rem;
    }

    .footer .footer-middle .cards {
        width: 100%;
    }

    .footer .footer-middle .cta-links {
        width: 100%;
    }

    .footer .footer-middle .f-m-wrap {
        width: 100%;
    }

    /****** General - Sections ******/

    /*--- Generic Copy ---*/
    .generic-copy h5,
    .generic-copy p {
        width: 100%;
        margin-top: 0.5rem;
    }

    /*---- principles ----*/
    .principles .principle-card {
        padding: 1rem;
    }

        .principles .principle-card .card-top {
            max-width: 100%;
        }

    .principles .row .p-2 {
        padding: 5px 0px !important;
    }

    .principles .principles-heading h5 {
        font-size: 1.5rem;
    }

    /*---- quotes ----*/
    .generic-cta .generic-cta-left .quote-text {
        max-width: 100%;
        margin-left: 1.5rem;
    }

    /****** CSR ******/

    /* ---foucs areas ----*/
    .csr .focus-areas .focus-heading p {
        max-width: 100%;
    }

    .csr .focus-areas .focus-heading h5 {
        font-size: 1.8rem;
    }

    /*---- sustainability ----*/
    .csr .csr-sustainablity .section-heading .btn-wrap {
        justify-content: flex-start !important;
    }

    .csr .csr-sustainablity h5 {
        font-size: 1.8rem;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 767px) {
    .section-spacer {
        padding: 4rem 0;
    }

    .wrapper {
        width: 88%;
        margin: 0px auto;
    }

    /* .inner-wrapper {
    max-width: 80%;
  } */

    .btn-wrap {
        justify-content: start !important;
    }

    .see-all {
        width: 100%;
    }

    /***** header *****/
    header .navbar {
    }

        header .navbar .navbar-brand img {
        }

        header .navbar .nav-item .nav-link {
        }

        header .navbar .right-nav .nav-link {
        }

        header .navbar .right-nav {
        }

            header .navbar .right-nav .contact {
                margin-left: 0;
            }

    /***** Footer *****/
    .footer .footer-top .logo-wrap {
        text-align: start;
    }

    footer .logo-wrap .logo {
        max-width: 180px;
    }

    .footer .card .card-title {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .footer .privacy-links {
        gap: 1rem;
        display: flex;
        flex-direction: column;
    }

    footer .footer-top h4 {
        font-size: 2rem;
    }

    footer .footer-top .energy-transition {
        text-align: center !important;
        margin: 1rem 0;
    }

    .footer-middle .card .text-end {
        text-align: start !important;
    }

    .footer .card p {
        margin-top: 1rem;
    }

    footer .cards {
        flex-direction: column !important;
    }

    .footer .footer-last .copyright {
        margin-bottom: 1.5rem !important;
    }

    .footer .social li a {
        height: 36px;
        width: 36px;
    }

    .footer .footer-last .footer-last-wrap {
        flex-direction: column !important;
    }

    .footer .social {
        justify-content: start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /**** general - Sections ****/

    /*---- page-banner ----*/

    .page-banner {
        height: 80vh;
    }

        .page-banner .left-content h3,
        .page-banner-inner .left-content h3 {
            font-size: 1.75rem;
        }

        .page-banner .left-content p,
        .page-banner-inner .left-content p {
            color: rgb(255, 255, 255);
            font-size: 0.75rem;
        }

        .page-banner .overlay-number h5 {
            font-size: 2rem;
        }

        .page-banner .overlay-number p {
            font-size: 0.875rem;
        }

        .page-banner .banner-overlay {
            width: 100%;
            position: static;
        }

        .page-banner .overlay-number {
            padding: 1rem;
        }

            .page-banner .overlay-number h5 {
                font-size: 1.2rem;
            }

            .page-banner .overlay-number p {
                font-size: 0.75rem;
            }

            .page-banner .overlay-number .text-wrap {
                font-size: 0.6rem;
                margin-top: 0.3rem;
            }

        .page-banner .banner-overlay-wrap:first-child {
            display: none;
        }

    .hsse .page-banner {
        height: 65vh;
    }

    .page-banner-inner .left-content {
        padding-bottom: 2rem;
    }

    .compliance .page-banner-inner,
    .legal .page-banner-inner,
    .policy .page-banner-inner {
        height: 50vh;
    }

    /*---- generic-copy ----*/

    .generic-copy h5,
    .generic-copy p {
        width: 100%;
    }

    /*---- principles ----*/
    .principles .principle-card {
        padding: 1.5rem;
        height: auto;
    }

        .principles .principle-card:last-child {
            margin-bottom: 1.5rem;
        }

    .principles .row .p-2 {
        margin-left: -16px;
    }

    .principles .principle-card .card-top {
        max-width: 100%;
    }

    /***** site-info-content *****/
    .site-info-content {
        padding-top: 4rem;
        padding-bottom: 0.5rem;
    }

        .site-info-content h6 {
            font-size: 1.25rem;
        }

    /*---- Generic CTA - Above Footer ----*/

    .generic-cta {
        background-size: 483px;
        background-position: -1px 134px;
    }

    .csr .generic-cta {
        background-size: 604px;
        background-position: 29px 140px;
    }

    .generic-cta .generic-cta-left {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

        .generic-cta .generic-cta-left img {
            width: 72px;
            height: 72px;
            margin-bottom: 1rem;
        }

        .generic-cta .generic-cta-left .cta-text {
            width: 100%;
            font-size: 1.125rem;
            max-width: 100%;
            margin-left: 0;
            margin-top: 0.5rem;
        }

    .csr .generic-cta .generic-cta-left .cta-text {
        width: 100%;
    }

    .generic-cta .generic-cta-right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        margin-top: 1rem;
    }


    /****** Home Page ******/

    /*---- Home - banner carousel ----*/
    .home .banner .caption h3 {
        font-size: 2rem;
        width: 75%;
    }

    .home .banner .caption a,
    .home .banner .caption p {
        margin-left: 0;
    }

    .home .banner .owl-dots {
        bottom: 7%;
        left: 8%;
    }

    /*----- Home - Who Are We -----*/
    .home .who-we-are .who-we-are-content h5 {
        width: 93%;
        font-size: 1.8rem;
    }

    .home .who-we-are .who-we-are-content p {
        font-size: 0.875rem;
    }

    .home .who-we-are .who-we-are-content {
        padding-bottom: 3rem;
    }

    .home .who-we-are-right .box-wrap {
        width: 50%;
    }

    .home .who-we-are-right .box img {
        width: 48px;
        height: 48px;
    }

    .home .who-we-are-right .box .count,
    .home .who-we-are-right .box {
        justify-content: flex-start;
    }

        .home .who-we-are-right .box .count {
            font-size: 1.25rem;
            display: flex;
            align-items: center;
            gap: 6px;
            justify-content: flex-start;
        }

        .home .who-we-are-right .box .type {
            font-size: 0.875rem;
        }

    /*---- Home - What We Do ----*/
    .home .what-we-do .what-we-do-content {
        max-width: 100%;
        padding: 0;
    }

        .home .what-we-do .what-we-do-content h5 {
            max-width: 96%;
            font-size: 1.8rem;
        }

        .home .what-we-do .what-we-do-content p {
            max-width: 100%;
            font-size: 0.875rem;
        }

    .home .what-we-do .what-we-do-wrap .what-we-do-content {
        margin-bottom: 1.5rem;
    }

    .home .what-we-do .what-we-do-image .whatwedo-img img {
        margin-bottom: 1.5rem;
    }

    .home .what-we-do .whatwedo-info .what-we-do-links {
        gap: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .home .what-we-do .overlay-content .card-block {
        width: 70%;
    }

    .home .what-we-do .overlay-content .overlay-card-row {
        justify-content: end !important;
    }

    /*---- Home - sustainability ----*/
    .home .sustainability h5 {
        font-size: 2.5rem;
        margin-bottom: 0.625rem;
    }

    .home .sustainability .sustainability-content {
        margin-bottom: 0;
    }

    .home .sustainability p {
        margin-bottom: 1.5rem;
    }

    .home .sustainability-box .sustainability-desc {
        font-size: 0.875rem;
    }

    .sustainability .sustainability-content .sustainability-links {
        flex-wrap: wrap;
    }

    /*---- home - investors ----*/
    .home .investors .investors-content-left h6 {
        margin-top: 1rem;
    }

    .home .investors .investors-content-left h5 {
        font-size: 2rem;
    }

    .home .investors .investors-content-left .investor-links {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 1rem !important;
        margin-bottom: 1.5rem;
    }

    .home .investors .investors-content-left .box .count {
        margin: 0;
    }

    .home .investors .investors-content-left .sub-content {
        padding-left: 0rem;
    }

    .home .investors .investors-content-right {
        padding: 0;
    }

    /*---- home - life at acwa ----*/
    .home .life-at-acwa .life-at-acwa-content .life-at-acwa-links {
        flex-wrap: wrap;
    }

    /*---- Home - Latest news  ----*/
    .home .acwa-news .section-heading h5 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
        max-width: 100%;
    }

    .acwa-news .news-carousel .news-card img {
        height: 420px;
    }

    .home .acwa-news .news-card p {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .home .acwa-news .section-heading h6 {
        margin-bottom: 0.5rem;
    }

    .home .acwa-news .owl-nav {
        display: flex;
        gap: 12.5rem;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .home .acwa-news .news-carousel .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        position: static;
        margin-top: -21px;
    }

    .acwa-news .section-heading .btn-wrap {
        justify-content: flex-start !important;
        margin: 1rem 0;
    }


    /******** CSR ********/

    /* ---foucs areas ----*/
    .csr .focus-areas {
        padding-bottom: 8rem;
    }

        .csr .focus-areas .focus-heading .section-heading {
            color: rgba(var(--light-color));
        }

        .csr .focus-areas .focus-heading p {
            max-width: 100%;
            margin-top: 0.75rem;
            margin-bottom: 2rem;
        }

        .csr .focus-areas .focus-heading h3 {
            max-width: 100%;
        }

    /*---- sustainability ----*/
    .csr .csr-sustainablity .section-heading .btn-wrap {
        justify-content: flex-start !important;
    }

    /****** Investors *******/
    .investors .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.5rem;
    }

    .investors .recent-activity .presentation {
        padding-left: 5%;
        padding-right: 5%;
    }

    .investors .recent-activity .financial {
        padding-left: 5%;
        padding-right: 5%;
    }

    .investors .recent-activity .activity .activity-content ul li .content-left p {
        width: 85%;
    }

    /*---- fixed-income ----*/
    .investors .fixed-income .nav-tabs .nav-item .nav-link {
        font-size: 0.75rem;
        padding: 0.3rem;
    }

        .investors .fixed-income .nav-tabs .nav-item .nav-link.active {
            font-size: 0.75rem;
            padding: 0.3rem;
        }

    .investors .fixed-income .tab-content .tab-pane p span {
        width: 100%;
    }

    .investors .fixed-income .bond-graph-cta-wrap {
        flex-wrap: wrap !important;
        gap: 1rem !important;
    }


    /**** HSSE *****/
    .hsse .page-banner .left-content {
        margin-top: 64%;
        width: 100%;
    }

    /*---- commitments ----*/
    .hsse .commitment-content .commitment-card {
        padding: 1rem 0;
    }

    .hsse .commitment-content img {
        margin-bottom: 1rem;
    }

    .hsse .generic-copy h5 {
        width: 100%;
    }

    .hsse .generic-copy p {
        font-size: 1.25rem;
        width: 100%;
    }

    /*---- Guiding Principles - 767----*/
    .principles .principles-heading p {
        max-width: 100%;
    }

    .hsse .principles img {
        margin-top: -90%;
    }

    .hsse .principles .row .col-md-12 {
        margin-bottom: 0;
    }

        .hsse .principles .row .col-md-12 .principle-card .card-top {
            max-width: 100%;
        }


    /*---- HSSE - accordian ----*/
    .hsse .acwa-accordion .accordion .accordion-item .accordion-body {
        padding: 1rem 1rem;
    }

    .hsse .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.25rem;
    }

    /****** What we do *****/
    .what-we-do .projects.section-spacer {
        padding-top: 33rem;
    }

    .project-map .filter {
        bottom: -450px;
    }

        .project-map .filter .filter-bottom .title {
            margin-bottom: 0.75rem;
        }

        .project-map .filter .filter-bottom .filter-icon-img {
            margin-top: 0.75rem;
        }

        .project-map .filter .filter-bottom .check-btn .check-content .item-name {
            font-size: 0.625rem;
        }

        .project-map .filter .filter-bottom .check-wrap {
            flex-wrap: wrap;
        }

    /***** operations *****/

    .operations .operation-cards p {
        font-size: 0.75rem;
    }

    .operations .operation-cards h6 {
        font-size: 1.125rem;
    }

    .operations .operation-cards .row .col:has(> .card-content) {
        order: 1;
    }

    .operations .operation-cards .card-content {
        padding: 2rem;
    }

    .operations .operation-cards .order {
        order: -1;
    }

    /***** News *****/
    .news .latest-news .news-cards .card .card-content p,
    .news .latest-news .news-cards .card .card-content h6 {
        width: 100%;
    }

    .news .latest-news .news-cards .card .card-content h5 {
        font-size: 1.325rem;
    }

    .news .latest-news .pagination .page-item .page-link {
        font-size: 0.875rem;
        padding: 0.3rem 0.75rem;
    }

    .news .latest-news .pagination .page-item.prev .page-link,
    .news .latest-news .pagination .page-item.next .page-link {
        padding: 0.3rem 0.5rem;
    }

    .news .latest-news .pagination .page-item.prev,
    .news .latest-news .pagination .page-item.next {
        margin: 0 1.25rem;
    }

    /****** News Details ******/
    .news-details .news-content .wrapper {
        max-width: 80%;
        margin: 0 auto;
        gap: 2rem !important;
    }

    .news-details .news-content h6 {
        font-size: 1.25rem;
    }

    .news-details .news-content .content-card {
        padding: 1.5rem;
    }

        .news-details .news-content .content-card .content-author h5 {
            width: 100%;
            font-size: 1rem;
        }

    .news-details .news-content .row .col-md-6 p {
        width: 100%;
    }

    .news-details .news-content .row .col-md-6:has(>img) {
        order: 1;
    }

    /**** about-us *****/
    .about .about-us-cards p {
        font-size: 0.75rem;
    }

    .about .about-us-cards h6 {
        font-size: 1.125rem;
    }

    .about .about-us-cards .row .col-md-6:has(>.card-content) {
        order: -1;
    }

    .about .about-us-cards .card-content {
        padding: 1.5rem;
    }

    .about .leaders-say .content-card {
        padding: 1.5rem;
    }

        .about .leaders-say .content-card .content-author h5 {
            width: 100%;
            font-size: 1rem;
        }

    /* governance */
    .acwa-accordion .accordion .accordion-button::before {
        width: 1.25rem;
        height: 1.25rem;
    }

    .governance .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.5rem;
    }

    /**** management ****/
    .management-modal {
        --bs-modal-margin: 2rem;
    }

        .management-modal .modal-header {
            padding: 0.4rem
        }

        .management-modal .modal-dialog .modal-content .modal-body {
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 2rem;
        }


    /**** Dirctors ***/
    .directors .committee-members ul {
        flex-wrap: wrap;
    }

    .horizontal-timeline .timeline {
        padding-bottom: 0px !important;
    }

    .horizontal-timeline .events a {
        padding: 0.5rem 1.2rem !important;
    }

    .horizontal-timeline .events-content .card .card-content h6 {
        width: 100%;
    }

    .horizontal-timeline .timeline {
        padding-bottom: 0.5rem !important;
    }

    .directors .committee-members {
        padding-top: 2rem;
    }

    .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
        font-size: 1.25rem;
    }

    .directors-modal {
        --bs-modal-margin: 2rem;
    }

        .directors-modal .modal-header {
            padding: 0.4rem
        }

        .directors-modal .modal-dialog .modal-content .modal-body {
            padding-left: 2rem;
            padding-right: 2rem;
            padding-bottom: 2rem;
        }

    /***** project-details *****/
    .project-details .page-banner-inner .left-content .icon img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.2rem;
        margin-top: 0.5rem;
    }

    .project-details .page-banner-inner {
        background-position: bottom -120px right -675px;
    }

    .project-details .key-documents .document-tab {
        padding: 2rem;
    }

        .project-details .key-documents .document-tab .tab-content .row .col-md-6:first-child ul li:last-child {
            border-bottom: 1px solid #b5a5d8;
        }

        .project-details .key-documents .document-tab .tab-content ul li p {
            font-size: 0.875rem;
        }

        .project-details .key-documents .document-tab .tab-content ul li p {
            padding-left: 2rem;
        }

            .project-details .key-documents .document-tab .tab-content ul li p::before {
                top: -8px;
            }

    .project-details .key-documents img {
        width: 100%;
        height: 217px;
    }

    .project-details .key-documents .row {
        --bs-gutter-y: 1rem;
    }

    .project-details .key-facts ul li p {
        font-size: 0.875rem;
    }


    /**** life-of-acwa ****/
    .acwa-life .generic-copy .row .col-lg-6:first-child h5 {
        width: 80% !important;
    }

    .acwa-life .join-to-empower .talent-network .row .col-md-6:last-child {
        padding-right: 2rem;
    }

    .acwa-life .join-to-empower .oppertunities {
        padding: 2rem;
    }

    .acwa-life .empowering-growth .growth-card {
        right: 5%;
        bottom: 0;
        width: 90%;
        padding: 1.75rem 1.5rem;
    }

        .acwa-life .empowering-growth .growth-card .card-top p {
            font-size: 0.875rem;
        }

        .acwa-life .empowering-growth .growth-card .card-top h6 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
        }

        .acwa-life .empowering-growth .growth-card .card-bottom img {
            width: 48px;
            height: 48px;
        }

    .acwa-life .join-to-empower .oppertunities {
        padding: 1.5rem;
    }

    .acwa-life .join-to-empower .talent-network .row .col-md-6:last-child {
        padding: 1.5rem;
    }

    .acwa-life .find-place {
        padding-top: 2.5rem;
        padding-bottom: 8rem;
    }

    .acwa-life .develop-program .row .col-md-4:first-child p {
        margin-bottom: 0.5rem;
    }

    .acwa-life .develop-program {
        padding: 3rem 0;
    }

    .acwa-life .benifits .benifits-content {
        padding: 2rem 0 0 0;
    }

    .acwa-life .benifits .tab-content .tab-pane .tab-pane-content {
        width: 100%;
    }

    .acwa-life .generic-cta .btn-primary {
        width: fit-content;
    }

    .acwa-life .generic-cta {
        background-size: 632px;
        background-position: 83px 100%;
    }

    .acwa-life .benifits h3 {
        font-size: 1.5rem;
    }

    .acwa-life .develop-program .program-card h5 {
        font-size: 1.375rem;
    }

    .acwa-life .find-place h3 {
        font-size: 1.375rem;
    }

    .acwa-life .our-culture h3 {
        font-size: 1.375rem;
    }

    .acwa-life .join-to-empower .talent-network h5 {
        font-size: 1.25rem;
    }
}
