/* 27 April 2026 Zeen */
.bottom_banner_overview {
    background: #262C3F36;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 16px;
    margin-top: -122px !important;
    position: relative;
    z-index: 2;
    top: -80px;
    max-width: 1200px !important;
    width: calc(100% - 80px);
}
 
.bottom_banner_overview .px-\[40px\].max-\[516px\]\:px-\[22px\] {
    padding: 0;
}
 
.bottom_banner_overview .textContentBlock {
    text-align: center;
}
 
.bottom_banner_overview .textContentBlock h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 7px;
}
 
.bottom_banner_overview .textContentBlock p {
    color: #fff;
}
 
.bottom_banner_overview .wp-block-column:not(:last-child) {
    padding: 12px 0;
    position: relative;
}
 
.bottom_banner_overview .wp-block-column:not(:last-child):after {content: '';position: absolute;top: 0;right: -20px;width: 1px;height: 100%;background: #FFFFFF36;}
.bottom_banner_overview .wp-block-columns{align-items: center !important;}

.min-h-\[850px\]{
    min-height: 850px;
}

.max-w-\[670px\] {
    max-width: 670px;
}
.text-\[48px\]{
    font-size: 48px;
}
.items-center {
  align-items: center !important;
}
.infrastructure-sec {
    max-width: 100% !important;
    margin-top: 80px !important;
}


.infrastructure-sec p {
    color: #fff;
    font-size: 16px;
}

.infrastructure-sec section:not(:last-child) {
    margin-bottom: 40px;
}

.infrastructure-sec .wp-block-columns {
    align-items: center !important;
}

.infrastructure-sec .wp-block-image img {
    border-radius: 24px;
}

/* 08 May 2026 */
.collapsee:not(.show) {
    display: none;
}
.pt-\[20px\] {
  padding-top: 20px;
}

.border-b-dash {
    border-bottom: 1px dashed;
}

.border-\[\#1A284B\] {
    border-color: #1A284B;
}
.max-w-\[800px\] {
    max-width: 800px;
}
.text-\[72px\] {
  font-size: 72px;
}
.min-width-\[18px\]{min-width: 18px;}

/* Responsive */
@media (max-width: 1040px){
    .max-\[1040px\]\:text-\[40px\] {
        font-size: 40px !important;
    }
    .max-\[1040px\]\:leading-\[50px\]{
        line-height: 50px !important;
    }
    .bottom_banner_overview .textContentBlock h3{font-size: 24px;}
}
@media (max-width: 780px){
    /* 27 April 2026 Zeen */
    .max-\[516px\]\:w-full{width: 100%;}
    .max-\[780px\]\:text-\[32px\]{font-size: 32px;}

    .infrastructure-sec {padding-left: 0 !important;padding-right: 0 !important;}
    .infrastructure-sec .wp-block-image {padding-left: 22px;padding-right: 22px;}
    .infrastructure-sec{margin-top: 40px !important;}
    /*  */
    .bottom_banner_overview .wp-block-columns .wp-block-column {
        width: 50% !important;
        flex-basis: 50% !important;
        flex: 0 0 50%;
    }
    .bottom_banner_overview .wp-block-columns {gap: 0;}
    .bottom_banner_overview {margin-top: -197px !important;}
    .max-\[780px\]\:min-h-\[1200px\]{
        min-height: 1200px;
    }
    .bottom_banner_overview .wp-block-column:not(:last-child):after{display: none !important;}
}
@media (max-width: 516px){
    .bottom_banner_overview{width: calc(100% - 44px);}
    .bottom_banner_overview .textContentBlock h3{font-size: 20px;}
    
    .bottom_banner_overview {
        margin-top: -182px !important;
    }
    .max-\[516px\]\:text-\[27px\] {
        font-size: 28px !important;
    }
    .max-\[516px\]\:leading-\[35px\]{
        line-height: 35px !important;
    }
    .max-\[516px\]\:mb-\[10px\]{
        margin-bottom: 10px !important;
    }
    .max-\[516px\]\:pb-\[40px\]{
        padding-bottom: 40px !important;
    }
    .max-\[516px\]\:py-\[15px\] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .max-\[516px\]\:min-h-\[800px\]{
        min-height: 800px;
    }
    .max-\[516px\]\:mt-\[-80px\] {
        top: -80px;
    }
    .bottom_banner_overview .textContentBlock p{font-size: 15px !important;}
    .footer_social {
        gap: 15px;
    }
}