﻿body{
    font-family:Lato !important;
}

.cio-hero-section {
    width: 100%;
    padding: 110px 0;
    box-sizing: border-box;
}

.cio-hero-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    border-radius: 22px;
    overflow: hidden;
    gap: 35px;
    align-items: stretch; 
}

.cio-hero-left {
    width: 50%;
    background: #FAFAFA;
    padding: 40px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 31rem;
    border-radius: 17px;
}

.cio-hero-title {
    font-size: 45px;
    font-family: unset;
    font-weight: 700;
    color: #3b3b3b;
    text-align: left;
}

.cio-hero-desc {
    font-size: 20px;
    color: #3b3b3b;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: justify;
    font-family: 'Lato';
}

.cio-input-wrapper {
    position: relative;
    max-width: 420px;
    margin-top: auto;
}
.cio-input-wrapper input {
        width: 127%;
        padding: 14px 120px 14px 20px;
        border-radius: 30px;
        border: 1px solid #ddd;
        outline: none;
        font-size: 17px;
        max-width: 130%;
        margin-top: 0rem;
 }

.cio-btn {
    position: absolute;
    top: 5px;
    right: -1px;
    padding: 10px 14px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    color: #fbfbfb;
    font-size: 19px;
    background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
    width: 14rem;
    left: 317px;
    font-family: unset;
}

.cio-hero-right {
    width: 50%;
    display: flex;
    height: 31rem;
}

.cio-hero-right img {
        width: 100%;
        height: 100%; 
        object-fit: cover;
        border-radius: 17px;
    }



@media (max-width: 1280px) {
    .cio-hero-container {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: stretch;
        max-width: 95%;
        margin-top: 2rem;
    }

    .cio-hero-left, .cio-hero-right {
        width: 100%;
    }

    .cio-hero-left {
        padding: 30px 20px;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .cio-hero-left {
        padding: 25px 15px;
    }

    .cio-hero-title {
        font-size: 3.3rem;
        text-align: center;
        margin-top: 2rem;
    }

    .cio-hero-desc {
        font-size: 35px;
        margin-bottom: 20px;
        text-align: center;
        font-family: lato;
    }
    .cio-btn {
        position: absolute;
        top: 27px;
        right: -1px;
        padding: 18px 14px;
        border-radius: 25px;
        border: none;
        cursor: pointer;
        color: #fbfbfb;
        font-size: 25px;
        background: linear-gradient(92.98deg, #000000 7.29%, #333333 49.98%, #4D4D4D 71.32%, #666666 92.66%);
        width: 15rem;
        left: 610px;
    }
    .cio-input-wrapper input {
        width: 180%;
        padding: 30px 120px 30px 20px;
        border-radius: 30px;
        border: 1px solid #ddd;
        outline: none;
        font-size: 23px;
        max-width: 180%;
        margin-top: 1rem;
        margin-left: 6rem;
        font-size: 25px;
    }
}

@media (max-width: 768px) {
    .cio-hero-left {
        padding: 20px 10px;
    }

    .cio-hero-title {
        font-size: 22px;
    }

    .cio-hero-desc {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .cio-input-wrapper input {
        padding: 8px 70px 8px 10px;
    }

    .cio-btn {
        padding: 6px 16px;
        font-size: 12px;
    }

    .cio-hero-right img {
        width: 100%;
        height: auto; 
    }
}




/*Second-Section*/

.it-challenge {
    padding: 11px 2%;
    font-family: unset;
}

.it-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    gap: 60px;
}

.it-content {
    width: 50%;
}

.it-label {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #3b3b3b;
    font-family: unset;
}

.it-content h2 {
    font-size: 2.2rem;
    margin: 15px 0;
    font-weight: 700;
    line-height: 3rem;
    color: #3b3b3b !important;
    font-family: 'Lato';
}

.it-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #3b3b3b;
    font-family: 'Lato';
    text-align: justify;
}

.it-features {
    width: 50%;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 30px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 45%;
}

.feature-icon {
    width: 69px;
    height: 54px;
    background: #B8F2E6;
    color: #0aa;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}
    .feature-icon img {
        width: 2.3rem;
    }
.feature-item p {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.8rem 27px;
    margin-top: 1rem;
    font-family: 'Lato';
}

.v-line {
    width: 1px;
    height: 60px;
    background: #ddd;
}

.h-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 25px 0;
}


@media (max-width: 1024px) {
    .it-wrapper {
        flex-direction: column;
        gap: 40px;
        width: 90%;
    }

    .it-content,
    .it-features {
        width: 100%;
    }

    .feature-row {
        justify-content: space-between;
    }

    .feature-item {
        width: 48%;
    }
    .it-content p {
        font-size: 35px;
        line-height: 1.5;
        color: #3b3b3b;
        text-align: justify;
        font-family: 'Lato';
    }
    .feature-item p {
        font-size: 35px;
        color: #3b3b3b;
        line-height: 2.8rem;
        margin-top: 1rem;
        font-family: 'Lato';
    }
    .feature-icon {
        width: 115px;
        height: 80px;
        background: #B8F2E6;
        font-size: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }
        .feature-icon img {
            width: 3rem;
        }
    .it-label {
        font-size: 25px;
        letter-spacing: 1px;
        font-weight: 600;
        color: #3b3b3b;
        font-family: 'Lato';
    }
    .it-content h2 {
        font-size: 3.3rem;
        margin: 15px 0;
        font-weight: 600;
        line-height: 4rem;
        color: #3b3b3b !important;
        font-family: 'Lato';
    }
}

@media (max-width: 768px) {
    .it-wrapper {
        flex-direction: column;
        gap: 30px;
    }
    .it-content {
        width: 100%;
        text-align: left;
    }

        .it-content h2 {
            font-size: 1.9rem;
            line-height: 2.6rem;
        }

        .it-content p {
            font-size: 15px;
        }

    /* RIGHT SECTION */
    .it-features {
        width: 100%;
    }

    .feature-row {
        flex-direction: column;
        gap: 20px;
    }

    .feature-item {
        width: 100%;
    }

    .feature-icon {
        width: 56px;
        height: 48px;
    }

    .feature-item p {
        font-size: 15px;
        margin-top: 0.5rem;
    }

    .v-line {
        display: none;
    }
}



/*Third-Section*/

.empower {
    padding: 80px 5%;
    font-family: unset;
    background: #fff;
}

.empower-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

    .empower-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        font-family: unset;
        color: #3b3b3b;
        font-family: 'Lato';
    }

.nav-buttons {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}

.card-slider {
    overflow: hidden;
}

.card-track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
}

/* CARD */
.info-card {
    min-width: 342px;
    border: 2px solid #B8F2E6;
    border-radius: 14px;
    padding: 30px;
    padding-bottom: 0px;
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.info-card h4 {
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 2.3rem;
    font-family: unset;
    color: #3B3B3B;
    font-weight: 700;
    text-align: left;
}

.info-card p {
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.5;
    text-align: justify;
    font-family: 'Lato';
}

@media (min-width: 577px) and (max-width: 991px) {

    .empower {
        padding: 60px 32px;
        width: 90%;
        margin-left: 2.5rem;
    }

    .empower-header h2 {
        font-size: 44px;
        font-family: 'Lato';
        font-weight: 600;
    }

    .card-track {
        gap: 20px;
    }

    .info-card {
        min-width: 300px;
        padding: 24px;
    }

        .info-card h4 {
            font-size: 35px;
            font-family: 'Lato';
            line-height: 3rem;
        }

        .info-card p {
            font-size: 29px;
            text-align: left;
            text-align: justify;
            font-family: 'Lato';
        }
}



/*Fourth-Section*/
.benefits {
    padding: 80px 5%;
    font-family: unset;
    background: #ffffff;
}

.benefits-wrap {
    max-width: 1200px;
    margin: auto;
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.benefits-image {
    width: 45%;
}

    .benefits-image img {
        width: 100%;
        height: 100%;
        max-height: 520px;
        object-fit: cover;
        border-radius: 18px;
    }

.benefits-panel {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.benefit-item {
    background: #fafafa;
    padding: 11px 20px;
    border-radius: 14px;
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: -10px;
}

    .benefit-icon img {
        width: 40px;
        margin-top: 33px;
    }

.benefit-line {
    width: 1.5px;
    height: 55px;
    background: #3b3b3b;
    margin-top: 5px;
    flex-shrink: 0;
}

.benefit-text h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #3b3b3b;
    font-family: unset;
}

.benefit-text p {
    font-size: 18px;
    color: #3b3b3b;
    font-family: unset;
    line-height: 0px;
}

@media (max-width: 1024px) {
    .benefits {
        padding: 80px 3%;
        font-family: 'Lato', sans-serif;
        background: #ffffff;
        width: 90%;
        margin-left: 2.5rem;
    }
    .benefit-text h4 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #3b3b3b;
        font-family: 'Lato';
    }
    .benefit-text p {
        font-size: 35px;
        color: #3b3b3b;
        font-family: 'Lato';
        line-height: 40px;
    }
    .benefit-icon img {
        width: 4rem;
        margin-top: 33px;
        height: 4rem;
        max-width: 5rem;
    }
    .benefit-line {
        width: 2.5px;
        height: 80px;
        background: #3b3b3b;
        margin-top: 5px;
        flex-shrink: 0;
    }
    .benefits-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .benefits-image,
    .benefits-panel {
        width: 100%;
    }

    .benefit-item {
        gap: 32px;
    }

    .it-header h2 {
        margin-left: 0;
        white-space: normal;
        text-align: center;
    }

    .timeline-line {
        left: 30px;
        transform: none;
    }

    .timeline-step {
        justify-content: flex-start !important;
        padding-left: 60px;
    }

    .step-circle {
        left: 30px;
        transform: none;
    }

    .step-connector {
        display: none;
    }

    .step-content {
        width: 100%;
        margin: 0 !important;
        padding: 0 0 0 20px;
    }
}
@media (max-width: 768px) {

    .benefits {
        padding: 60px 20px;
    }

    .benefit-item {
        flex-direction: row;
        padding: 16px;
    }

    .benefit-text h4 {
        font-size: 17px;
    }

    .benefit-text p {
        font-size: 14px;
        line-height: 1.4;
    }

    .it-timeline-section {
        padding: 60px 20px;
    }

    .timeline-line {
        left: 22px;
    }

    .timeline-step {
        padding-left: 50px;
        margin-bottom: 60px;
    }

    .step-circle {
        width: 34px;
        height: 34px;
        font-size: 12px;
        left: 22px;
    }

    .step-content h4 {
        font-size: 18px;
    }

    .step-content p {
        font-size: 15px;
        text-align: left;
    }
}




/*Fiveth-Section*/

.bamku-timeline-zone {
    padding: 80px 20px;
    max-width: 1300px;
    margin: auto;
}

.bamku-timeline-head {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 80px;
}

    .bamku-timeline-head h2 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 18px;
        white-space: nowrap;
        font-family: 'Lato';
        width: 100%;
    }

    .bamku-timeline-head p {
        font-size: 18px;
        line-height: 1.7;
        color: #3b3b3b;
        font-family: 'Lato';
    }

.bamku-timeline-wrap {
    position: relative;
}

.bamku-center-line {
    position: absolute;
    top: -50px;
    bottom: 0px;
    left: 50%;
    width: 2.5px;
    background: #3b3b3b;
    transform: translateX(-50%);
}

.bamku-step {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 90px;
}

    .bamku-step.bamku-right {
        justify-content: flex-end;
    }

    .bamku-step.bamku-left {
        justify-content: flex-start;
        margin-top: -2rem;
    }

.bamku-dot {
    width: 42px;
    height: 42px;
    border: 2px solid #222;
    border-radius: 50%;
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.bamku-connector {
    position: absolute;
    top: 20px;
    width: 152px;
    border-top: 3px dotted #999;
}

    .bamku-connector::after {
        content: '';
        position: absolute;
        top: -5px;
        width: 9px;
        height: 9px;
        background: #000;
        border-radius: 50%;
    }


.bamku-step.bamku-right .bamku-connector {
    right: calc(50% + 25px);
}


.bamku-step.bamku-left .bamku-connector {
    left: calc(50% + 25px);
}

    .bamku-step.bamku-left .bamku-connector::after {
        right: 0rem;
    }

.bamku-card {
    width: 400px;
    padding: 0px 28px;
    border-radius: 12px;
}

.bamku-step.bamku-right .bamku-card {
    margin-right: calc(50% + 180px);
}

.bamku-step.bamku-left .bamku-card {
    margin-left: calc(50% + 180px);
}

.bamku-card h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-family: unset;
}

.bamku-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #3b3b3b;
    margin-top: -14px;
    font-family: 'Lato';
    text-align: justify;
}

@media (max-width: 1024px) {
    .bamku-timeline-zone {
        padding: 20px 0px;
        margin: auto;
        width: 90%;
    }
    .bamku-timeline-head {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 80px;
    }
        .bamku-timeline-head p {
            font-size: 35px;
            line-height: 1.7;
            color: #3b3b3b;
            /* font-family: unset; */
            text-align: justify;
            font-family: 'Lato';
        }

    .bamku-timeline-head h2 {
        font-size: 2.9rem;
        font-weight: 700;
        margin-bottom: 18px;
        margin-left: 12rem;
        white-space: nowrap;
        margin-left: -1rem;
    }
   .bamku-card p {
    font-size: 21px;
    line-height: 1.6;
    color: #3b3b3b;
    margin-top: -14px;
    font-family: 'Montserrat';
    text-align: justify;
    margin-top: 1rem;
}
    .bamku-card h4 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
        color: #3b3b3b;
        line-height: 3rem;
        font-family: 'Lato';
    }
    .bamku-card p {
        font-size: 28px;
        line-height: 1.6;
        color: #3b3b3b;
        margin-top: -14px;
        font-family: 'Montserrat';
        text-align: justify;
        margin-top: 1rem;
    }
    .bamku-center-line {
        left: 50%;
        transform: translateX(-50%);
    }

    .bamku-step {
        display: flex;
        align-items: flex-start;
        margin-bottom: 90px;
    }

        .bamku-step.bamku-right {
            justify-content: flex-end;
        }

        .bamku-step.bamku-left {
            justify-content: flex-start;
            margin-top: -2rem;
        }

    .bamku-dot {
        left: 50%;
        transform: translateX(-50%);
    }

    .bamku-connector {
        display: block;
    }

    .bamku-card {
        width: 400px;
        padding: 0px 28px;
    }

    .bamku-step.bamku-right .bamku-card {
        margin-right: calc(50% + 180px);
    }

    .bamku-step.bamku-left .bamku-card {
        margin-left: calc(50% + 180px);
    }
}





/*Last-Section*/

.action-section {
    background: #B8F2E6;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 1300px;
    margin: 0px auto 40px;
}

.action-container {
    text-align: left;
    font-family: unset;
}

    .action-container h2 {
        margin-top: -12px;
        color: #3b3b3b;
        font-size: 4.4rem;
        white-space: nowrap;
        font-family: 'Lato';
    }

    .action-container p {
        font-size: 20px;
        margin-top: -22px;
        color: #3b3b3b;
        font-family: unset;
    }

.action-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.action-card {
    background: #fff;
    display: flex;
    align-items: center; 
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    height: 6.2rem; 
}

    .action-card:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

.icon-boxs {
    width: 48px;
    height: 32px;
    background: transparent;
    border-radius: 6px;
    flex-shrink: 0;
    margin-left: 6%;
}

.vertical-line {
    border-left: 1px solid black;
    height: 40px;
    margin: 0 10px;
}

.card-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0px 3px 18px;
    color: #3b3b3b;
}

.card-content p {
    font-size: 17px;
    margin-left: 17px;
    margin-top: -10px;
    color: #3b3b3b;
    font-family: unset;
}

/* ==== Mobile & Tablet View ==== */
@media (max-width: 1024px) {
    .action-section {
        padding: 25px 15px;
        margin: 30px auto;
        max-width: 95%;
    }

    .action-container h2 {
        font-size: 4.5rem;
        white-space: normal;
        text-align: center;
        margin-bottom: 11px;
        line-height: 6rem;
    }

    .action-container p {
        font-size: 35px;
        text-align: justify;
        margin-top: 32px;
        color: #3b3b3b;
        line-height: 3rem;
    }

    .action-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .action-card {
        width: 100%;
        max-width: 900px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 17px 14px;
        height: auto;
        border-radius: 11px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-boxs {
        width: 68px;
        height: 68px;
        margin: 0 10px 0 15px;
        flex-shrink: 0;
    }

    .vertical-line {
        display: flex;
        height: 91px;
        margin: 0 10px;
    }

    .card-content {
        text-align: left;
    }

        .card-content h3 {
            font-size: 50px;
            color: #3b3b3b;
            margin-left: 0.5rem;
            margin-top: 1.1rem;
        }

        .card-content p {
            font-size: 32px;
            margin-top: 6px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 500;
            font-family: 'Lato';
        }
}







/*popup*/

#popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none; 
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-content {
    background: #fbfbfb;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    margin-left: 35rem;
    margin-top: 5rem;
}
 .popup-content h3 {
        font-size: 60px;
        color: #3b3b3b;
        font-weight: 700;
        white-space: nowrap;
    }

    .popup-content p {
        font-size: 22px;
        color: #3b3b3b;
        font-weight: 400;
    }