.hero-content.pdp-hero-wrap {
    align-items: center;
}

.hero-content .hero-heading {
    font-size: 80px;
    line-height: 1;
}

.hero-top-para {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: -5px;
}

.pdp-map-section {
    background-color: #FFFFFF;
}

.heading-radient-wrapper {
    max-width: 480px;
}

.pdp-map-content-top {
    background-color: #FFFFFF;
    position: relative;
    top: -120px;
    z-index: 200;
    display: inline-block;
    border-top-right-radius: 20px;
    padding: 30px 80px 0 45px;
}

.pdp-map-content-top .drukgreen-container {
    max-width: 100%;
}

.map-box-adjust.drukgreen-container {
    margin-top: -100px;
}

.para-card-wrapper {
    display: flex;
    gap: 40px;
}

.map-para-wrap {
    display: flex;
    gap: 40px;
}

.map-project-card {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    overflow: hidden;
    min-width: 320px;
    position: relative;
    top: -100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.map-project-card-top {
    padding: 25px;
    background-color: #FAFAFA;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.project-card-row {
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.project-card-row:first-child {
    padding-top: 0;
}

.project-card-row:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.project-card-heading {
    color: #939393;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.project-card-desc {
    color: #404040;
    font-weight: 500;
    font-size: 22px;
}

.map-project-card-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 15px;
    color: #0B9146;
    font-size: 20px;
    font-weight: 500;
}


.map-box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
    top: -80px;
}

.map-grid-col {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 480px;
}

.map-grid-mask {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.map-grid-content {
    width: 100%;
    height: 100%;
    background-color: #00000017;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.map-grid-col iframe {
    border-radius: 20px;
}

.map-grid-para {
    font-weight: 600;
    font-size: 100px;
    line-height: 1;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.8);
    text-stroke: 1px rgba(255, 255, 255, 0.8);
}


.operational-section {
    background-color: #FAFAFA;
}

.operational-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.operation-heading {
    font-weight: 600;
    font-size: 24px;
    color: #404040;
    text-transform: capitalize;
}

.operational-para-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

    /* .operational-para-row p {
        max-width: 45%;
    } */


.operation-tech-wrapper {
    display: grid;
    grid-template-columns: 400px 1fr;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    overflow: auto;
}

/* LEFT */
.operation-tech-list {
    background: linear-gradient(90deg, #0B9146 0%, #243F80 93.86%);
    padding: 0 20px;
}

.operation-tech-list li {
    color: #fff;
    font-size: 15px;
    padding: 15px 10px;
    position: relative;
    font-weight: 500;
}


.operation-tech-list li:last-child {
    border-bottom: none;
}

.operation-tech-list li:last-child:after {
    height: 0;
}

.operation-tech-list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
    opacity: 0.4;
}


.operation-tech-list li::before {
    content: "•";
    margin-right: 10px;
}

/* RIGHT */
.operation-tech-table {
    padding: 0;
}

.operation-tech-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: 1px solid #F0F0F0;
}

.operation-tech-row div {
    text-wrap: nowrap;
    color: #404040;
    padding: 15.5px;
    font-size: 14px;
    font-weight: 400;
    min-width: 400px;
}

.operation-tech-row div:first-child {
    border-right: 1px solid #F0F0F0;

}

.operation-tech-row:last-child {
    border-bottom: none;
}

.tech-title {
    font-weight: 600;
}


/* project stat  */

.project-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 50px;
    border-radius: 12px;
    background: linear-gradient(90deg, #0B9146 0%, #2D3F8F 100%);
    margin-top: 30px;
}

/* item */
.project-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #fff;
    min-width: max-content;
}

.project-info-label {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    font-weight: 500;
    color: #FFFFFF;
}

.project-info-value {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

.project-info-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
}

.renovation-section {
    background: linear-gradient(165.52deg, #0B9146 8.44%, #243F80 118.46%);
}

.renovation-section .drukgreen-heading-primary {
    text-transform: none;
}

.renovation-para-wrap {
    margin: 30px 0;
    display: flex;
    gap: 50px;
}

.renovation-mask-visual {
    border-radius: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}

.renovation-mask-visual img {
    width: 100%;
    position: absolute;
    border-radius: 30px;
    object-fit: cover;
    height: 100%;
}

/* ── Project Gallery ─────────────────────────── */
.project-gallery {
    background-color: #FAFAFA;
}

.project-gallery .heading-radient-wrapper {
    max-width: 300px;
    display: inline-block;
}

/* Desktop: masonry-style grid */
.project-gallery-grid {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.project-grid-row {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-end;
}

.project-grid-row:last-child {
    align-items: flex-start;
}

.project-gallery-thumb {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.project-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    transition: transform 0.3s ease;
}

.project-gallery-thumb:hover img {
    transform: scale(1.03);
}

.other-top-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.other-top-wrapper .heading-radient-wrapper {
    max-width: 300px;
}

.evolution-project-card {
    padding: 0 !important;
    border: none !important;
}

.other-slider .slick-slide {
    margin-right: 20px !important;
}

/* .other-slider .slick-slide:last-child {
    margin-right: 0 !important;
} */

.other-cta-mb {
    margin-top: 20px;
    display: none;
}


@media(min-width:767px) {
    .project-gallery-thumb:nth-child(1) {
        width: 220px;
        height: 160px;
    }

    .project-gallery-thumb:nth-child(2) {
        width: 310px;
        height: 234px;
    }

    .project-gallery-thumb:nth-child(3) {
        width: 400px;
        height: 286px;
        transform: translateY(90px);
    }

    .project-grid-row:last-child .project-gallery-thumb:nth-child(1) {
        width: 177px;
        height: 176px;
        transform: translateX(-60px);
    }

    .project-grid-row:last-child .project-gallery-thumb:nth-child(2) {
        width: 237px;
        height: 232px;
        transform: translateX(-60px);
    }

    .project-grid-row:last-child .project-gallery-thumb:nth-child(3) {
        width: 165px;
        height: 165px;
        transform: translateX(-60px) translateY(90px);
    }

    .project-gallery.common-py {
        padding-bottom: 100px;
    }

}



@media(min-width:1919px) {
    .pdp-map-content-top {
        padding-left: 60px;
    }

    .map-box-grid {
        top: 0;
    }

    .pdp-map-content-top .drukgreen-container {
        max-width: calc(1920px - 20px) !important;
    }
}

@media(max-width: 1399px) {
    .pdp-map-content-top {
        padding: 30px 80px 0 30px;
    }

    .map-box-grid {
        top: -40px;
    }
}

@media(max-width: 1244px) {

    .map-para-wrap,
    .para-card-wrapper {
        gap: 30px;

    }

    .map-box-grid {
        top: 0;
        margin-top: 20px;
    }

    .project-info-value {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .para-card-wrapper {
        flex-direction: column;
    }

    .map-project-card {
        top: 0;
    }

    .project-info-value {
        font-size: 16px;
    }

    .project-gallery-thumb:nth-child(3) {
        width: 41%;
    }
}

@media(max-width:991px) {
    .map-box-grid {
        grid-template-columns: 1fr;
    }

    .map-grid-col {
        height: 300px;
    }

    .project-info-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 20px;
    }

    .project-info-divider {
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
        opacity: 0.4;
    }

    .project-info-cta {
        width: 100%;
    }

    .renovation-mask-visual {
        min-height: 400px;
    }
}

@media(max-width:767px) {
    .pdp-map-content-top {
        padding: 30px 0 0 0;
    }

    .map-para-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .map-project-card {
        min-width: auto;
    }

    .map-grid-para {
        font-size: 60px;
    }


    .operational-para-row {
        flex-direction: column;
        gap: 20px;
    }

    .operation-tech-wrapper {
        grid-template-columns: 220px 1fr;
    }

    .operation-tech-row div {
        text-wrap: wrap;
        width: 400px;
    }

    .operation-tech-list {
        padding: 0 10px;
    }

    .operational-para-row p {
        max-width: 580px;
    }

    .renovation-para-wrap {
        flex-direction: column;
        gap: 20px;
    }

    .renovation-para-wrap {
        margin: 20px 0;
    }

    .project-gallery-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-right: 10px;
        align-items: center;
        width: 100%;
    }

    .project-gallery-grid::-webkit-scrollbar {
        display: none;
    }

    .project-gallery-thumb {
        width: 397px !important;
        height: 280px !important;
        border-radius: 16px;
        flex-shrink: 0;
        scroll-snap-align: start;
    }


    .gallery-mobile-slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 12px;
        padding: 10px 0 16px 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        width: 100%;
    }

    .gallery-mobile-slider::-webkit-scrollbar {
        display: none;
    }

    .gallery-mobile-slider .project-gallery-thumb {
        width: 360px !important;
        height: 260px !important;
        flex-shrink: 0 !important;
        scroll-snap-align: start !important;
        transform: none !important;
        border-radius: 16px;
        overflow: hidden;
        display: block !important;
    }

    .project-gallery-grid {
        display: block;
        overflow: visible;
    }

    .project-grid-row {
        display: contents;
    }

    .project-gallery .drukgreen-container {
        padding-right: 0 !important;
        overflow: visible;
    }

    .other-slider .evolution-project-card:last-child {
        padding-bottom: 0 !important;
    }

    .other-slider .evolution-project-card {
        padding: 0 !important;
    }

    .other-cta-mb {
        display: block;
        padding-right: 30px;
    }

    .other-cta-mb .drukgreen-btn {
        width: 100%;
        max-width: none;
    }

    .other-top-wrapper .drukgreen-btn {
        display: none;
    }

    .other-cta-mb .btn-icon {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        transform: translateY(0);
        margin-left: 10px;
        transform: unset;
        animation: unset;
    }

    .other-project-section .drukgreen-container {
        padding-right: 0;
    }

    .other-slider .project-card-content {
        position: absolute;
        align-items: center;
        margin-top: 0;
    }

    .other-slider .project-sub-data {
        color: #ffffffcc;
    }

    .other-slider .projext-card-main-heading {
        color: #ffffff;
    }

}

@media(max-width: 620px) {
    .hero-content .hero-heading {
        font-size: 50px;
    }

    .pdp-hero-wrap .hero-para-wrap {
        margin-bottom: 0 !important;
    }

    .pdp-map-content-top {
        padding: 30px 0 0 0;
        max-width: 95%;
    }

    .map-project-card-top {
        gap: 20px;
    }

    .project-card-heading {
        font-size: 12px;
    }

    .project-card-desc {
        font-size: 20px;
    }

    .other-cta-mb {
        padding-right: 20px;
    }

}


@media(max-width: 480px) {
    .hero-content .hero-para {
        max-width: 80%;
    }
}