*,
*::after,
*::before {
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    font-family: 'Figtree';
}

a {
    text-decoration: none;
}

header {
    position: relative;
    margin-top: 15px;
    margin-left: 15px;
    padding-bottom: 20px;
    z-index: 99;
}

header .logo {
    width: 200px;
}

header .logo img {
    width: 100%;
}

.hero-section {
    height: 100%;
    overflow: hidden;
}



.mid-section img {
    width: 300px;
}

.direction-section {
    padding: 30px 0;
    /* position: relative;
    background: url(../img/background_2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom; */
}

/* .direction-section::after {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.direction-section::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */


.bav_bg_image {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 450px;
    background-position: center !important;
}

.share-whatsapp {
    background: #f8fafc;
    padding: 30px 0;
    display: grid;
    place-content: center;
}

.share-whatsapp a .icon img {
    width: 30px;
    margin-right: 10px;
}

.share-whatsapp a .icon img {
    font-size: 30px;
}

.share-whatsapp a {
    font-size: 20px;
    color: #0EB64E;
    text-align: center;
    font-weight: bold;
}

footer {
    background-color: #e9eaeb;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;

}

.breadcrumb {
    width: 100%;
    position: relative;
    height: 260px;
    margin: 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
}

.breadcrumb h3 {
    font-size: 80px;
    font-weight: bold;
}

.project-list {
    background: url(../img/background.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50px 0;
    background-size: cover;
}

.project-list .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #000;
}

.project-list .accordion-item .accordion-button {
    border-bottom: 1px solid #000;
    background: transparent;
    color: #0E6DB6;
    font-weight: bold;
}

.project-list .accordion-item .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 30px;
    font-weight: 100;
    display: grid;
    place-content: center;
}

.project-list .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    font-size: 40px;
    display: grid;
    place-content: center;
    font-weight: 100;
}


.project-list .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}

.project-list .project_lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    padding: 0;
}

.project-list .project_lists li .icons {
    border: 3px solid #1672b9;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 50%;
}

.project-list .project_lists li .icons img {
    width: 100%;
    height: 100%;
}

.project-list .project_lists .title {
    color: #1672b9;
    font-weight: bold;
}

.project-list .project_lists .download_icon img {
    width: 24px;
}
.project-list .project_lists .whatsapp_icon img {
    width: 20px;
}
.project-list .project_lists .buttons_list{
        position: absolute;
    top: 4px;
    right: 10px;
}
.project-list .project_lists .whatsapp_icon {
    /* position: absolute;
    top: 40px;
    right: 10px; */
    width: 28px;
    height: 28px;
    background: rgba(0, 55, 146, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.project-list .accordion-button:focus {
    box-shadow: none;
}


.breadcrumb-inner {
    position: relative;
    z-index: 2;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: end;
    height: 100%;
    gap: 8px;
}

.breadcrumb-inner .eyebrow {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 600;
}

.breadcrumb-inner h3 {
    color: black;
    font-size: clamp(48px, 7vw, 80px);
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.breadcrumb-inner .back-link {
    margin-top: 10px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1px;
    transition: 0.2s;
}

.breadcrumb-inner .back-link:hover {
    color: #fff;
    border-bottom-color: #fff;
}



.section-label {
    display: inline-block;
    background: rgba(0, 55, 146, 0.08);
    color: #003792;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 100px;
    margin-bottom: 10px;
}

.section-title {
    font-size: 22px;
    font-weight: 900;
    color: #0E6DB6;
    margin-bottom: 6px;
}

.section-sub {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 32px;
}

.project-list .accordion {
    border-radius: 16px;
    border: 1px solid #154194;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 4px 32px rgba(0, 55, 146, 0.08);
}

.project-list .accordion-item {
    border: 0 !important;
    background: transparent;
    border-bottom: 1px solid rgba(0, 55, 146, 0.1) !important;
}

.project-list .accordion-item:last-child {
    border-bottom: 0 !important;
}

.project-list .accordion-item .accordion-button {
    background: transparent;
    text-transform: uppercase;
    color: #003792;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.03em;
    padding: 18px 24px;
    border-bottom: 0;
    transition: background 0.2s;
}

.project-list .accordion-item .accordion-button:hover {
    background: rgba(0, 55, 146, 0.04);
}

.project-list .accordion-item .accordion-button:not(.collapsed) {
    background: rgba(0, 55, 146, 0.06);
    color: #003792;
    box-shadow: none;
    border-bottom: 0;
}

.project-list .accordion-item .accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 24px;
    font-weight: 300;
    display: grid;
    place-content: center;
    color: #003792;
    width: 28px;
    height: 28px;
    border: 1.5px solid rgba(0, 55, 146, 0.3);
    border-radius: 50%;
    line-height: 1;
}

.project-list .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    font-size: 24px;
    font-weight: 300;
    display: grid;
    place-content: center;
    background: #003792;
    color: #fff;
    border-color: #003792;
}

.project-list .accordion-button:focus {
    box-shadow: none;
}

/* PROJECT NUMBER BADGE */
.proj-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(0, 55, 146, 0.1);
    color: #003792;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    margin-right: 12px;
    flex-shrink: 0;
}


.project-list .project_lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
}

.project-list .project_lists li {
    background: #fff;
    border: 1px solid rgba(0, 55, 146, 0.1);
    border-radius: 12px;
    padding: 16px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 10px;
    transition: 0.25s;
    position: relative;
}

.project-list .project_lists li:hover {
    border-color: #003792;
    box-shadow: 0 4px 16px rgba(0, 55, 146, 0.12);
    transform: translateY(-2px);
}

.project-list .project_lists li .icons {
    border: 2px solid #1672b9;
    width: 64px;
    height: 64px;
    padding: 14px;
    border-radius: 50%;
    transition: 0.25s;
    margin: 0 auto;
}

.project-list .project_lists li:hover .icons {
    background: #1672b9;
}

.project-list .project_lists li:hover .icons img {
    filter: brightness(0) invert(1);
}

.project-list .project_lists li .icons img {
    width: 100%;
    height: 100%;
    transition: 0.25s;
}

.project-list .project_lists .title {
    color: #1672b9;
    font-weight: 700;
    font-size: 13px;
}

.project-list .project_lists .download_icon {
    /* position: absolute;
    top: 10px;
    right: 10px; */
    width: 28px;
    height: 28px;
    background: rgba(0, 55, 146, 0.07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.project-list .project_lists .download_icon:hover {
    background: #003792;
}

.project-list .project_lists .download_icon:hover img {
    filter: brightness(0) invert(1);
}

.project-list .project_lists .download_icon img {
    width: 14px;
    transition: 0.2s;
}



.wa-card {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 5px 16px;
    display: inline-flex;
    align-items: center;
    gap: 0;
    transition: 0.25s;
    cursor: pointer;
}

.wa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(14, 182, 78, 0.18);
}

.wa-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.wa-icon img {
    width: 22px;
}

.wa-text .title {
    font-size: 14px;
    font-weight: 700;
    color: #065f46;
}

.wa-text .sub {
    font-size: 12px;
    color: #059669;
    margin-top: 2px;
}


.hero-section {
    height: 100%;
    position: relative;
}

.hero-section img {
    width: 100%;
    height: 70vh;
    object-fit: fill;
    display: block;
}

/* MID SECTION */
.mid-section {
    background: #f4f8ff;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mid-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgb(30 64 175 / 2%);
    pointer-events: none;
}

.mid-section::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgb(30 64 175 / 2%);
    pointer-events: none;
}

.mid-section h3 {
    transform: translate(6px, 12px);
    color: #164294;
    font-size: clamp(16px, 7vw, 24px);
    font-weight: 600;
    line-height: 1;
}

.mid-section .brand-logo {
    width: 280px;
    max-width: 100%;
}

.direction-section::before,
.direction-section::after {
    z-index: 1;
}

.direction-section .nav-grid {
    position: relative;
    z-index: 2;
}

.direction-section .navbutton {

    display: flex;
    transform: translateY(90px);
    justify-content: center;
    padding: 0;
}

.direction-section .navbutton span {
    color: #073b50;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* .direction-section .navbutton span::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-100%);
    transition: 0.3s ease;
}

.direction-section .navbutton span:hover {
    background-color: #1E40AF;
    border-color: #fff;
}

.direction-section .navbutton span:hover::before {
    transform: translateX(0);
} */

.direction-section .navbutton .compass-label {
    position: absolute;
    font-size: 10px;
    letter-spacing: 0.15em;
    opacity: 0.55;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
}


.content-block {
    background: #f8fafc;
    border-radius: 0 12px 12px 0;
    padding: 24px 28px;
    text-align: left;
}

.content-block p {
    color: #475569;
    font-size: 14px;
    text-align: justify;
    line-height: 1.75;
    margin: 0;
}

.content-block p+p {
    margin-top: 12px;
}

.viewContent a,
.onclickvewhide {
    font-size: inherit !important;
    color: #003792 !important;
    text-align: start !important;
    font-weight: normal !important;
    text-decoration: underline;
}

@media (max-width: 1395px) {
    .bav_bg_image {
        height: 390px;
    }
}

@media (max-width: 1230px) {
    .project-list .project_lists {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .bav_bg_image {
        height: 325px;
    }

    .direction-section .navbutton {
        transform: translateY(40px);
    }


}

@media (max-width: 991px) {
    .bav_bg_image {
        height: 242px;
    }

    .hero-section img {
        height: 100%;
        object-fit: cover;
    }

    .hero-section {
        height: 100%;
        min-height: 100%;
        position: relative;
    }
}

@media (max-width: 790px) {
    .breadcrumb {
        height: 180px;
    }

    .direction-section .navbutton {
        transform: translateY(45px);
    }

    .breadcrumb-inner {
        flex-direction: column;
    }

    .bav_bg_image {
        height: 234px;
    }

    .hero-caption h1 {
        font-size: 36px;
    }
.project-list .project_lists .buttons_list {
   align-items: center;
    display: flex;
    gap: 5px;
}
    .stat-divider {
        display: none;
    }

    .direction-section .navbutton {
        height: auto;
        aspect-ratio: 1;
        width: 100%;
    }

    .direction-section .navbutton span {
        font-size: 20px;
        font-weight: 400;
    }

    .project-list .project_lists {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .project-list .project_lists li {
        flex-direction: row;
        justify-content: space-between;
        border-radius: 8px;
        padding: 12px 14px;
        margin-bottom: 8px;
        transform: none !important;
    }

    .project-list .project_lists li .icons {
        display: none;
    }

    .project-list .project_lists .title {
        color: #1e293b;
        font-weight: 500;
        font-size: 14px;
    }

    .project-list .project_lists .download_icon {
        position: static;
        width: 32px;
        height: 32px;
    }

}




@media (max-width:768px) {
    header .logo {
        width: 150px;
    }

    .project-list .project_lists {
        display: block;
    }

    .project-list .project_lists li {
        flex-direction: row;
        justify-content: space-between;
        border-radius: 8px;
        padding: 8px 14px;
        margin-bottom: 0;
        transform: none !important;
    }

    .project-list .project_lists .title {
        color: #000;
        font-weight: 500;
    }

    .project-list .project_lists .download_icon img {
        width: 16px;
    }

    .project-list .project_lists li .icons {
        display: none;
    }

    .breadcrumb {
        height: 150px;
    }

    .breadcrumb h3 {
        font-size: 40px;
    }

    .mid-section img {
        width: 180px;
    }

    .direction-section .navbutton {
        height: auto;
        aspect-ratio: 1;
        width: 100%;
    }

    .direction-section .navbutton span {
        font-size: 22px;
        font-weight: 300;
    }

    footer p {
        font-size: 12px;
    }


}

@media (max-width: 740px) {
    .bav_bg_image {
        height: 364px;
    }
}

@media (max-width: 530px) {
    .bav_bg_image {
        height: 346px;
    }
}

@media (max-width: 450px) {
    .bav_bg_image {
        height: 285px;
    }
}

@media (max-width: 400px) {
    .bav_bg_image {
        height: 275px;
    }
}

@media (max-width: 360px) {
    .bav_bg_image {
        height: 226px;
    }
}