﻿.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    list-style: none;
    padding: 10px;
    margin: 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown-item {
    color: #212529 !important;
    font-weight: 500; /* optional: slightly bolder */
}

 .dropdown-menu .dropdown-item:hover {
color: red !important;
}

.ptb-100 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
/*
.nested-2 {
    border: none !important;
    background: transparent !important;
}*/

.nested-1 {
    border: none !important;
    background: transparent !important;
}

.how-it-works-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.training-overview-area {
    padding: 100px 0;
    background: #f8fafc;
}

.training-overview-box {
    position: relative;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: 24px;
    background: linear-gradient(135deg, #8ec5fc 0%, #e0c3fc 100%);
    box-shadow: 0 25px 60px rgba(91,108,255,0.25);
}


    /* subtle background glow */
    .training-overview-box::before {
        content: "";
        position: absolute;
        width: 350px;
        height: 350px;
        right: -100px;
        top: -120px;
        border-radius: 50%;
        background: rgba(255,255,255,0.12);
    }


.training-overview-content h3 {
    color: #1e293b;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
}


.training-overview-content p {
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}


.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.65);
    color: #6366f1;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
}


/* Global CTA Button */
.cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 17px 34px;
    border-radius: 50px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: none;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(99,102,241,0.30);
    transition: all .35s ease;
    text-decoration: none;
    z-index: 1;
}


    /* Shine animation */
    .cta-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 80%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255,255,255,.35), transparent );
        transition: all .6s ease;
        z-index: -1;
    }


    /* Icon */
    .cta-btn i {
        font-size: 24px;
        transition: transform .35s ease;
    }


    /* Hover */
    .cta-btn:hover {
        transform: translateY(-5px);
        color: #ffffff !important;
        box-shadow: 0 20px 45px rgba(99,102,241,0.45);
    }


        .cta-btn:hover::before {
            left: 120%;
        }


        .cta-btn:hover i {
            transform: translateX(7px);
        }


    /* Click */
    .cta-btn:active {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(99,102,241,0.35);
    }


    /* Keyboard accessibility */
    .cta-btn:focus {
        outline: none;
        box-shadow: 0 0 0 4px rgba(99,102,241,.25), 0 15px 35px rgba(99,102,241,.35);
    }


    /* Disabled button support */
    .cta-btn.disabled,
    .cta-btn:disabled {
        opacity: .6;
        pointer-events: none;
    }

@media(max-width:768px) {

    .training-overview-box {
        padding: 40px 25px;
    }

    .training-overview-content h3 {
        font-size: 30px;
    }

    .training-overview-btn {
        margin-top: 30px;
        text-align: left !important;
    }
}

/* Remove arrow after the last How It Works item */
.how-it-works-area .row > div:last-child::after,
.how-it-works-area .row > div:last-child .single-work-process::after,
.how-it-works-area .row > div:last-child .single-work-process::before {
    display: none !important;
    content: none !important;
}
.black-logo {
    width: 200px;
    height: 50px;
    object-fit: contain;
    display: block;
}



.learning-capabilities {
    position: relative;
    padding: 50px 0 50px;
    background: linear-gradient(135deg, #063852 0%, #0B767A 100%);
    overflow: hidden;
}

    .learning-capabilities::before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(255,255,255,.05);
        top: -180px;
        right: -120px;
    }

    .learning-capabilities::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: rgba(255,255,255,.04);
        bottom: -120px;
        left: -100px;
    }

.section-title {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 800;
    margin-bottom: 70px;
}

.section-subtitle {
    color: rgba(255,255,255,.85);
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 760px;
    margin: auto;
    margin-bottom: 70px;
}

.feature-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 60px 25px 35px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,0,0,.05);
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: all .35s ease;
}

    .feature-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 30px 60px rgba(0,0,0,.18);
    }

.feature-icon {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,.18);
}

.feature-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    color: #1d1d1d;
}

.bg-teal {
    background: linear-gradient(135deg, #00c6c9, #0B767A);
}

.bg-purple {
    background: linear-gradient(135deg, #C084FC, #7C3AED);
}

.bg-red {
    background: linear-gradient(135deg, #FF6A88, #FF1949);
}

.bg-orange {
    background: linear-gradient(135deg, #FFC371, #F39C12);
}

@media (max-width:991px) {
    .feature-card {
        margin-top: 45px;
    }

  /*  .section-title {
        font-size: 2.2rem;
    }*/
}


.addon-services {
    padding: 80px 0;
    background: #ffffff;
}


.addon-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1d2939;
    margin-bottom: 15px;
}


.addon-subtitle {
    color: #667085;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 50px;
}


.addon-card {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid #e8ecef;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    transition: .3s;
}


    .addon-card:hover {
        transform: translateY(-6px);
        border-color: #0B767A;
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }


.addon-icon {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background: linear-gradient(135deg,#00c6c9,#0B767A);
}


    .addon-icon.purple {
        background: linear-gradient(135deg,#c084fc,#7c3aed);
    }


    .addon-icon.green {
        background: linear-gradient(135deg,#34d399,#059669);
    }


    .addon-icon.orange {
        background: linear-gradient(135deg,#ffc371,#f39c12);
    }


    .addon-icon.red {
        background: linear-gradient(135deg,#ff758c,#ff1949);
    }


.addon-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1d2939;
    margin-bottom: 10px;
}


.addon-card p {
    font-size: .92rem;
    line-height: 1.7;
    color: #667085;
    margin: 0;
}


@media(max-width:768px) {

    .addon-card {
        flex-direction: column;
    }
}


/*Enterprise*/
.business-portal-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: #0d2235;
}

.business-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(9,25,40,.30), rgba(9,25,40,.40) ), url("../img/solution-bg.jpg");
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.business-portal-section .container {
    position: relative;
    z-index: 2;
}

.business-content {
    color: #fff;
}

.section-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,.12);
    color: #7ce7f2;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 22px;
}

.business-content h2 {
    position: relative;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #F5F7FA;
    margin-bottom: 28px;
    padding-left: 22px;
}

    .business-content h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 80%;
        border-radius: 10px;
        background: linear-gradient(180deg, #00d4d8, #0B767A);
    }

.lead-text {
    font-size: 18px;
    color: rgba(255,255,255,.85);
    line-height: 1.9;
    margin-bottom: 35px;
}

.applications-box {
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 30px;
}

    .applications-box h5 {
        color: #fff;
        margin-bottom: 18px;
        font-weight: 700;
    }

    .applications-box ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .applications-box li {
        color: rgba(255,255,255,.88);
        margin-bottom: 12px;
        position: relative;
        padding-left: 28px;
    }

        .applications-box li:before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #00d5d8;
            font-weight: bold;
        }

.business-value {
    display: flex;
    gap: 22px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    color: #333;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg,#00cfd4,#0B767A);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
    flex-shrink: 0;
}

.business-value h5 {
    margin-bottom: 10px;
    font-weight: 700;
}

.business-value p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}

.business-image {
    text-align: center;
}

    .business-image img {
        border-radius: 24px;
        box-shadow: 0 35px 80px rgba(0,0,0,.35);
    }

@media(max-width:991px) {

    .business-content {
        margin-bottom: 60px;
    }

        .business-content h2 {
            font-size: 34px;
        }

    .business-value {
        flex-direction: column;
    }
}

.workforce-assurance-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #071d2d;
}


.workforce-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(7,29,45,.55), rgba(7,29,45,.75) ), url("../img/workforce-bg.jpg");
    background-size: cover;
    background-position: center;
}


.workforce-assurance-section .container {
    position: relative;
    z-index: 2;
}


.workforce-content {
    color: #fff;
}


.product-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(0,210,216,.15);
    border: 1px solid rgba(0,210,216,.35);
    color: #75e7eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
}


.workforce-content h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 10px;
    color: #f5f7fa;
}


.workforce-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #59d5d8;
    margin-bottom: 30px;
}


.workforce-description {
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,.86);
    max-width: 720px;
}


.workforce-features {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 35px 0;
}


.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: #fff;
}


    .feature-item i {
        font-size: 24px;
        color: #5ee7eb;
    }


.development-status {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    color: #1d2939;
    padding: 20px 25px;
    border-radius: 18px;
    width: max-content;
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
}


.status-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient( 135deg, #00cfd4, #0B767A );
    color: #fff;
    font-size: 28px;
}


.development-status small {
    display: block;
    color: #667085;
}


.development-status strong {
    font-size: 18px;
}


/*workforce*/
.workforce-assurance-area {
    background: linear-gradient(180deg,#f8fcfd 0%,#ffffff 100%);
}


    .workforce-assurance-area .section-title {
        max-width: 900px;
        margin: auto;
    }


.development-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 10px 22px;
    border-radius: 50px;
    background: #e8f7f8;
    color: #0B767A;
    font-size: 14px;
    font-weight: 700;
}


    .development-badge i {
        font-size: 18px;
    }



.assurance-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    border: 1px solid #edf1f3;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    transition: .3s;
}



    .assurance-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 45px rgba(0,0,0,.10);
    }



.assurance-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
    background: linear-gradient(135deg,#00cfd4,#0B767A);
}


    .assurance-icon.purple {
        background: linear-gradient(135deg,#c084fc,#7c3aed);
    }


    .assurance-icon.green {
        background: linear-gradient(135deg,#34d399,#059669);
    }


    .assurance-icon.orange {
        background: linear-gradient(135deg,#ffc371,#f39c12);
    }



.assurance-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1d2939;
}


.assurance-card p {
    color: #667085;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}



@media(max-width:991px) {

    .assurance-card {
        margin-bottom: 30px;
    }
}

/*solution*/
.branded-learning-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 760px;
    overflow: hidden;
    isolation: isolate;
}

.branded-learning-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/main-banner3.jpg");
    background-color: #071c2c;
}

.branded-learning-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient( 90deg, rgba(5, 24, 38, 0.28) 0%, rgba(5, 24, 38, 0.16) 45%, rgba(5, 24, 38, 0.05) 70%, rgba(5, 24, 38, 0.00) 100% );
}

.branded-learning-hero::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -140px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.04);
    filter: blur(4px);
}

.branded-learning-hero::after {
    content: "";
    position: absolute;
    right: 8%;
    bottom: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: -1;
}

.min-vh-75 {
    min-height: 760px;
}

.branded-learning-content {
    position: relative;
    max-width: 820px;
    padding: 70px 0 100px;
}

    .branded-learning-content .section-badge {
        display: inline-flex;
        align-items: center;
        margin-bottom: 24px;
        padding: 9px 16px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50px;
        background: rgba(255, 255, 255, 0.08);
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 1.6px;
        backdrop-filter: blur(10px);
    }

    .branded-learning-content h1 {
        max-width: 800px;
        margin: 0 0 25px;
        color: #ffffff;
        font-size: clamp(44px, 5.5vw, 72px);
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -2.2px;
    }

        .branded-learning-content h1 span {
            display: block;
            color: #fe4a55;
        }

.hero-description {
    max-width: 720px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
}

.hero-supporting-text {
    max-width: 750px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.8;
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-bottom: 36px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 600;
}

    .highlight-item i {
        color: #fe4a55;
        font-size: 21px;
    }

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.branded-learning-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 30px;
    border: 0;
    border-radius: 6px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(254, 74, 85, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

    .branded-learning-btn i {
        font-size: 21px;
        transition: transform 0.3s ease;
    }

    .branded-learning-btn:hover {
        color: #ffffff;
        background-color: #e83e49;
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(254, 74, 85, 0.4);
    }

        .branded-learning-btn:hover i {
            transform: translateX(4px);
        }

@media only screen and (max-width: 991px) {
    .branded-learning-hero,
    .min-vh-75 {
        min-height: auto;
    }

    .branded-learning-overlay {
        background: rgba(5, 24, 38, 0.9);
    }

    .branded-learning-content {
        padding: 110px 0 90px;
    }

        .branded-learning-content h1 {
            letter-spacing: -1.5px;
        }
}

@media only screen and (max-width: 767px) {
    .branded-learning-content {
        padding: 90px 0 75px;
    }

        .branded-learning-content .section-badge {
            font-size: 11px;
            letter-spacing: 1.2px;
        }

        .branded-learning-content h1 {
            margin-bottom: 20px;
            font-size: 40px;
            letter-spacing: -1px;
        }

    .hero-description {
        font-size: 17px;
        line-height: 1.65;
    }

    .hero-supporting-text {
        font-size: 15px;
    }

    .hero-highlights {
        display: grid;
        gap: 12px;
    }

    .branded-learning-btn {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .branded-learning-content h1 {
        font-size: 34px;
    }
}

/*enterprise-content*/

.enterprise-content .sub-title {
    margin-bottom: 15px;
}

.enterprise-content h3 {
    margin-bottom: 20px;
    font-size: 40px;
}

.enterprise-content p {
    margin-bottom: 35px;
    max-width: 650px;
}

.enterprise-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    transition: .35s;
    box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

    .enterprise-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0,0,0,.08);
    }

    .enterprise-card h5 {
        display: flex;
        align-items: center;
        margin-bottom: 22px;
        font-size: 20px;
        font-weight: 700;
    }

        .enterprise-card h5 i {
            color: #fe4a55;
            margin-right: 10px;
            font-size: 24px;
        }

.enterprise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .enterprise-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 14px;
        color: #555;
        line-height: 1.6;
    }

        .enterprise-list li i {
            color: #44ce6f;
            margin-right: 10px;
            margin-top: 3px;
            font-size: 18px;
        }

.enterprise-image img {
    border-radius: 18px;
}

/*partner*/
.partner-education-area {
    position: relative;
    overflow: hidden;
    background-color: #f8fafc;
}

    .partner-education-area::before {
        content: "";
        position: absolute;
        top: -140px;
        left: -140px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(254, 74, 85, 0.06);
    }

.partner-education-content {
    position: relative;
    z-index: 1;
    max-width: 650px;
    padding-right: 35px;
}

    .partner-education-content .sub-title {
        display: inline-block;
        margin-bottom: 15px;
        color: #fe4a55;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.4px;
    }

    .partner-education-content h3 {
        margin-bottom: 22px;
        color: #1f2d3d;
        font-size: 44px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -1.2px;
    }

        .partner-education-content h3 span {
            display: block;
            color: #fe4a55;
        }

    .partner-education-content > p {
        max-width: 620px;
        margin-bottom: 35px;
        color: #606060;
        font-size: 17px;
        line-height: 1.8;
    }

.partner-applications {
    padding-top: 28px;
    border-top: 1px solid #e5e9ee;
}

.applications-heading {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}

.heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(254, 74, 85, 0.1);
    color: #fe4a55;
    font-size: 22px;
}

.applications-heading h5 {
    margin: 0;
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 700;
}

.partner-application-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .partner-application-list li {
        position: relative;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 14px;
        color: #4f5964;
        font-size: 15px;
        line-height: 1.6;
    }

        .partner-application-list li i {
            flex-shrink: 0;
            margin-top: 3px;
            color: #fe4a55;
            font-size: 19px;
        }

.partner-education-visual {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

    .partner-education-visual::before {
        content: "";
        position: absolute;
        top: 24px;
        right: -24px;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(254, 74, 85, 0.2);
        border-radius: 22px;
        z-index: 0;
    }

    .partner-education-visual img {
        position: relative;
        z-index: 1;
        width: 100%;
        min-height: 500px;
        border-radius: 22px;
        object-fit: cover;
        box-shadow: 0 24px 60px rgba(28, 43, 58, 0.12);
    }

.partner-visual-label {
    position: absolute;
    left: -35px;
    bottom: 35px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 320px;
    padding: 18px 22px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 15px 40px rgba(28, 43, 58, 0.16);
}

    .partner-visual-label > i {
        color: #fe4a55;
        font-size: 34px;
    }

    .partner-visual-label span {
        display: block;
        margin-bottom: 3px;
        color: #fe4a55;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.8px;
        text-transform: uppercase;
    }

    .partner-visual-label strong {
        display: block;
        color: #1f2d3d;
        font-size: 15px;
        line-height: 1.4;
    }

@media only screen and (max-width: 991px) {
    .partner-education-content {
        max-width: none;
        padding-right: 0;
        margin-bottom: 55px;
    }

    .partner-education-visual {
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .partner-education-content h3 {
        font-size: 34px;
    }

    .partner-education-content > p {
        font-size: 16px;
    }

    .partner-education-visual::before {
        display: none;
    }

    .partner-education-visual img {
        min-height: 400px;
    }

    .partner-visual-label {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        margin: -35px 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .partner-education-content h3 {
        font-size: 30px;
    }

    .partner-education-visual img {
        min-height: 330px;
    }
}

/*delivery-enviroment*/
.delivery-environment-area {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

    .delivery-environment-area::before {
        content: "";
        position: absolute;
        top: 12%;
        right: -160px;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background-color: rgba(254, 74, 85, 0.045);
    }

.delivery-section-title {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto 60px;
}

    .delivery-section-title .sub-title {
        display: inline-block;
        margin-bottom: 14px;
        color: #fe4a55;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.4px;
    }

    .delivery-section-title h3 {
        margin-bottom: 18px;
        color: #1f2d3d;
        font-size: 44px;
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -1.2px;
    }

    .delivery-section-title p {
        max-width: 740px;
        margin: 0 auto;
        color: #606060;
        font-size: 17px;
        line-height: 1.8;
    }

.delivery-capabilities {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}

    .delivery-capabilities .col-lg-6:first-child {
        padding-right: 40px;
        border-right: 1px solid #e9edf1;
    }

    .delivery-capabilities .col-lg-6:last-child {
        padding-left: 40px;
    }

.delivery-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 22px;
    padding: 27px 0;
    border-bottom: 1px solid #e9edf1;
}

    .delivery-item:first-child {
        padding-top: 0;
    }

    .delivery-item:last-child {
        border-bottom: 0;
    }

.delivery-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(254, 74, 85, 0.08);
    color: #fe4a55;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.delivery-item:hover .delivery-number {
    background-color: #fe4a55;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(254, 74, 85, 0.22);
}

.delivery-item-content h4 {
    margin: 0 0 8px;
    color: #1f2d3d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

.delivery-item-content p {
    max-width: 440px;
    margin: 0;
    color: #606060;
    font-size: 15px;
    line-height: 1.75;
}

.delivery-cta {
    position: relative;
    z-index: 1;
    margin-top: 60px;
    padding-top: 35px;
    border-top: 1px solid #e9edf1;
}

.delivery-cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}

    .delivery-cta-content > span {
        color: #1f2d3d;
        font-size: 18px;
        font-weight: 600;
    }

.delivery-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 27px;
    border-radius: 6px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(254, 74, 85, 0.22);
    transition: all 0.3s ease;
}

    .delivery-btn i {
        font-size: 20px;
        transition: transform 0.3s ease;
    }

    .delivery-btn:hover {
        color: #ffffff;
        background-color: #e83e49;
        transform: translateY(-3px);
        box-shadow: 0 16px 34px rgba(254, 74, 85, 0.3);
    }

        .delivery-btn:hover i {
            transform: translateX(4px);
        }

@media only screen and (max-width: 991px) {
    .delivery-capabilities .col-lg-6:first-child {
        padding-right: 12px;
        border-right: 0;
    }

    .delivery-capabilities .col-lg-6:last-child {
        padding-left: 12px;
    }

    .delivery-capabilities .col-lg-6:first-child .delivery-item:last-child {
        border-bottom: 1px solid #e9edf1;
    }
}

@media only screen and (max-width: 767px) {
    .delivery-section-title {
        margin-bottom: 45px;
    }

        .delivery-section-title h3 {
            font-size: 34px;
        }

        .delivery-section-title p {
            font-size: 16px;
        }

    .delivery-item {
        gap: 16px;
        padding: 23px 0;
    }

    .delivery-number {
        width: 46px;
        height: 46px;
        font-size: 13px;
    }

    .delivery-item-content h4 {
        font-size: 18px;
    }

    .delivery-cta {
        margin-top: 45px;
    }

    .delivery-cta-content {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .delivery-section-title h3 {
        font-size: 30px;
    }

    .delivery-item {
        align-items: flex-start;
    }

    .delivery-number {
        width: 42px;
        height: 42px;
    }

    .delivery-btn {
        width: 100%;
    }
}

/* =========================================
   SHARED ABOUT PAGE STYLES
========================================= */

.aloka-section-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #fe4a55;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.aloka-section-label-light {
    color: rgba(255, 255, 255, 0.85);
}

.aloka-section-heading {
    position: relative;
    z-index: 1;
}

    .aloka-section-heading h2 {
        margin: 0 0 18px;
        color: #1f2d3d;
        font-size: 44px;
        font-weight: 800;
        line-height: 1.16;
        letter-spacing: -1.2px;
    }

        .aloka-section-heading h2 span {
            color: #fe4a55;
        }

    .aloka-section-heading > p {
        margin: 0;
        color: #606060;
        font-size: 17px;
        line-height: 1.8;
    }


/* =========================================
   ABOUT PAGE BANNER
========================================= */

.aloka-about-banner {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    isolation: isolate;
}

.aloka-about-banner-bg {
    position: absolute;
    inset: 0;
    z-index: -3;
    background-color: #f2f6f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* Replace later */
    background-image: url("../img/aboutus.jpg");
}

.aloka-about-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient( 90deg, rgba(5, 24, 38, 0.76) 0%, rgba(5, 24, 38, 0.58) 47%, rgba(5, 24, 38, 0.24) 76%, rgba(5, 24, 38, 0.04) 100% );
}

.aloka-about-banner::before {
    content: "";
    position: absolute;
    top: -230px;
    left: -180px;
    z-index: -1;
    width: 540px;
    height: 540px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
}

.aloka-about-banner::after {
    content: "";
    position: absolute;
    right: 7%;
    bottom: -250px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.035);
}

.aloka-about-banner-row {
    min-height: 650px;
}

.aloka-about-banner-content {
    max-width: 780px;
    padding: 70px 0;
}

    .aloka-about-banner-content h1 {
        margin: 0 0 25px;
        color: #ffffff;
        font-size: clamp(44px, 5vw, 68px);
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -2px;
    }

        .aloka-about-banner-content h1 span {
            display: block;
            color: #fe4a55;
        }

.aloka-about-banner-lead {
    max-width: 740px;
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.75;
}

.aloka-about-banner-text {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.8;
}

.aloka-about-banner-actions {
    margin-top: 34px;
}

.aloka-primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 28px;
    border-radius: 6px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 35px rgba(254, 74, 85, 0.28);
    transition: all 0.3s ease;
}

    .aloka-primary-btn i {
        font-size: 21px;
        transition: transform 0.3s ease;
    }

    .aloka-primary-btn:hover {
        color: #ffffff;
        background-color: #e9404b;
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(254, 74, 85, 0.38);
    }

        .aloka-primary-btn:hover i {
            transform: translateY(3px);
        }


/* =========================================
   COMPANY OVERVIEW
========================================= */

.aloka-company-overview-area {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

    .aloka-company-overview-area::before {
        content: "";
        position: absolute;
        top: 70px;
        right: -180px;
        width: 390px;
        height: 390px;
        border-radius: 50%;
        background-color: rgba(254, 74, 85, 0.045);
    }

.aloka-overview-visual {
    position: relative;
    max-width: 560px;
    padding: 0 30px 35px 0;
}

.aloka-overview-image {
    position: relative;
    z-index: 1;
}

    .aloka-overview-image::before {
        content: "";
        position: absolute;
        top: 24px;
        left: 24px;
        z-index: -1;
        width: 100%;
        height: 100%;
        border: 1px solid rgba(254, 74, 85, 0.22);
        border-radius: 22px;
    }

    .aloka-overview-image img {
        display: block;
        width: 100%;
        aspect-ratio: 6 / 5;
        object-fit: cover;
        border-radius: 22px;
        box-shadow: 0 24px 55px rgba(26, 42, 57, 0.12);
    }

.aloka-overview-accent {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 285px;
    padding: 19px 21px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 16px 42px rgba(26, 42, 57, 0.14);
}

    .aloka-overview-accent .accent-icon {
        display: inline-flex;
        flex: 0 0 48px;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgba(254, 74, 85, 0.1);
        color: #fe4a55;
        font-size: 24px;
    }

    .aloka-overview-accent strong,
    .aloka-overview-accent span {
        display: block;
    }

    .aloka-overview-accent strong {
        margin-bottom: 3px;
        color: #1f2d3d;
        font-size: 15px;
        font-weight: 700;
    }

    .aloka-overview-accent div > span {
        color: #6c747d;
        font-size: 12px;
        line-height: 1.45;
    }

.aloka-overview-content {
    position: relative;
    z-index: 1;
    padding-left: 35px;
}

    .aloka-overview-content h2 {
        margin: 0 0 22px;
        color: #1f2d3d;
        font-size: 44px;
        font-weight: 800;
        line-height: 1.16;
        letter-spacing: -1.2px;
    }

        .aloka-overview-content h2 span {
            display: block;
            color: #fe4a55;
        }

    .aloka-overview-content > p {
        margin-bottom: 16px;
        color: #606060;
        font-size: 16px;
        line-height: 1.8;
    }

    .aloka-overview-content .aloka-lead-copy {
        color: #313c47;
        font-size: 18px;
        font-weight: 500;
    }

.aloka-overview-statement {
    display: flex;
    align-items: flex-start;
    gap: 17px;
    margin-top: 27px;
    padding: 24px 0 0;
    border-top: 1px solid #e7ebef;
}

    .aloka-overview-statement > i {
        flex-shrink: 0;
        margin-top: 2px;
        color: #fe4a55;
        font-size: 32px;
    }

    .aloka-overview-statement p {
        margin: 0;
        color: #3f4a54;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.75;
    }


/* =========================================
   MISSION AND VISION
========================================= */

.aloka-purpose-area {
    position: relative;
    overflow: hidden;
    background-color: #f8fafc;
}

    .aloka-purpose-area::before {
        content: "";
        position: absolute;
        top: -160px;
        left: -170px;
        width: 390px;
        height: 390px;
        border-radius: 50%;
        background-color: rgba(254, 74, 85, 0.05);
    }

    .aloka-purpose-area .aloka-section-heading {
        margin-bottom: 55px;
    }

.aloka-purpose-layout {
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    border: 1px solid #e5eaf0;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 24px 65px rgba(28, 43, 58, 0.07);
}

.aloka-purpose-panel {
    position: relative;
    min-height: 100%;
    padding: 52px 50px;
}

.aloka-mission-panel {
    border-right: 1px solid #e5eaf0;
}

.aloka-purpose-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}

.aloka-purpose-number {
    color: rgba(254, 74, 85, 0.35);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
}

.aloka-purpose-name {
    color: #fe4a55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.aloka-purpose-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 27px;
    border-radius: 50%;
    background-color: rgba(254, 74, 85, 0.09);
    color: #fe4a55;
    font-size: 33px;
}

.aloka-purpose-panel h3 {
    margin: 0 0 17px;
    color: #1f2d3d;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.aloka-purpose-panel p {
    margin: 0;
    color: #606060;
    font-size: 16px;
    line-height: 1.85;
}

.aloka-purpose-panel::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.aloka-purpose-panel:hover::after {
    background-color: #fe4a55;
}


/* =========================================
   WHY ALOKAONE EXISTS
========================================= */

.aloka-why-area {
    position: relative;
    overflow: hidden;
    background-color: #071c2c;
}

    .aloka-why-area::before {
        content: "";
        position: absolute;
        top: -220px;
        right: -170px;
        width: 520px;
        height: 520px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 50%;
    }

    .aloka-why-area::after {
        content: "";
        position: absolute;
        left: -160px;
        bottom: -240px;
        width: 470px;
        height: 470px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.025);
    }

.aloka-why-content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding-right: 35px;
}

    .aloka-why-content h2 {
        margin: 0 0 24px;
        color: #ffffff;
        font-size: 44px;
        font-weight: 800;
        line-height: 1.16;
        letter-spacing: -1.2px;
    }

        .aloka-why-content h2 span {
            display: block;
            color: #fe4a55;
        }

    .aloka-why-content > p {
        margin-bottom: 16px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.8;
    }

    .aloka-why-content .aloka-why-lead {
        color: rgba(255, 255, 255, 0.96);
        font-size: 19px;
        font-weight: 600;
    }

.aloka-why-quote {
    position: relative;
    margin-top: 32px;
    padding: 25px 25px 25px 70px;
    border-left: 3px solid #fe4a55;
    background-color: rgba(255, 255, 255, 0.055);
}

    .aloka-why-quote .quote-mark {
        position: absolute;
        top: 25px;
        left: 24px;
        color: #fe4a55;
        font-size: 29px;
    }

    .aloka-why-quote p {
        margin: 0;
        color: rgba(255, 255, 255, 0.88);
        font-size: 15px;
        font-weight: 500;
        line-height: 1.75;
    }

.aloka-why-visual {
    position: relative;
    z-index: 2;
    max-width: 550px;
    margin-left: auto;
    padding: 35px;
}

    .aloka-why-visual > img {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 25px 70px rgba(0, 0, 0, 0.26);
    }

    .aloka-why-visual::before,
    .aloka-why-visual::after {
        content: "";
        position: absolute;
        border-radius: 50%;
    }

    .aloka-why-visual::before {
        inset: 12px;
        border: 1px solid rgba(254, 74, 85, 0.42);
    }

    .aloka-why-visual::after {
        inset: -12px;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

.aloka-why-label {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    background-color: rgba(7, 28, 44, 0.88);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    backdrop-filter: blur(8px);
}

    .aloka-why-label i {
        color: #fe4a55;
        font-size: 19px;
    }

.aloka-why-label-one {
    top: 18%;
    left: -10px;
}

.aloka-why-label-two {
    top: 50%;
    right: -20px;
}

.aloka-why-label-three {
    bottom: 14%;
    left: 10px;
}


/* =========================================
   STRUCTURE / OPERATION / EXPANSION
========================================= */

.aloka-framework-area {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.aloka-framework-heading {
    margin-bottom: 50px;
}

    .aloka-framework-heading h2 {
        margin-bottom: 0;
    }

        .aloka-framework-heading h2 span {
            display: block;
        }

.aloka-framework-intro {
    margin-bottom: 50px;
}

    .aloka-framework-intro p {
        margin: 0;
        color: #606060;
        font-size: 16px;
        line-height: 1.8;
    }

.aloka-framework-list {
    position: relative;
    border-top: 1px solid #e6eaee;
}

.aloka-framework-item {
    display: grid;
    grid-template-columns: 70px 76px minmax(0, 1fr) 55px;
    align-items: center;
    gap: 25px;
    padding: 35px 10px;
    border-bottom: 1px solid #e6eaee;
    transition: padding 0.3s ease, background-color 0.3s ease;
}

    .aloka-framework-item:hover {
        padding-right: 25px;
        padding-left: 25px;
        background-color: #f9fafb;
    }

.aloka-framework-number {
    color: #a4acb4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
}

.aloka-framework-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(254, 74, 85, 0.08);
    color: #fe4a55;
    font-size: 29px;
    transition: all 0.3s ease;
}

.aloka-framework-item:hover .aloka-framework-icon {
    background-color: #fe4a55;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(254, 74, 85, 0.22);
}

.aloka-framework-content {
    display: grid;
    grid-template-columns: 135px 210px minmax(0, 1fr);
    align-items: center;
    gap: 25px;
}

    .aloka-framework-content > span {
        color: #fe4a55;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 1.1px;
        text-transform: uppercase;
    }

    .aloka-framework-content h3 {
        margin: 0;
        color: #1f2d3d;
        font-size: 27px;
        font-weight: 750;
    }

    .aloka-framework-content p {
        max-width: 580px;
        margin: 0;
        color: #606060;
        font-size: 15px;
        line-height: 1.75;
    }

.aloka-framework-arrow {
    display: flex;
    justify-content: flex-end;
    color: #a3abb3;
    font-size: 26px;
    transition: all 0.3s ease;
}

.aloka-framework-item:hover .aloka-framework-arrow {
    color: #fe4a55;
    transform: translateX(5px);
}


/* =========================================
   ABOUT CTA
========================================= */

.aloka-about-cta-area {
    padding: 0 0 100px;
    background-color: #ffffff;
}

.aloka-about-cta {
    position: relative;
    overflow: hidden;
    padding: 55px 60px;
    border-radius: 20px;
    background-color: #071c2c;
    box-shadow: 0 24px 60px rgba(7, 28, 44, 0.15);
}

    .aloka-about-cta::before {
        content: "";
        position: absolute;
        top: -170px;
        right: -80px;
        width: 380px;
        height: 380px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
    }

    .aloka-about-cta::after {
        content: "";
        position: absolute;
        right: 110px;
        bottom: -190px;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        background-color: rgba(254, 74, 85, 0.09);
    }

.aloka-about-cta-content,
.aloka-about-cta-action {
    position: relative;
    z-index: 2;
}

    .aloka-about-cta-content > span {
        display: inline-block;
        margin-bottom: 13px;
        color: #fe4a55;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.4px;
    }

    .aloka-about-cta-content h2 {
        max-width: 760px;
        margin: 0 0 13px;
        color: #ffffff;
        font-size: 36px;
        font-weight: 750;
        line-height: 1.25;
        letter-spacing: -0.8px;
    }

    .aloka-about-cta-content p {
        max-width: 690px;
        margin: 0;
        color: rgba(255, 255, 255, 0.7);
        font-size: 15px;
        line-height: 1.75;
    }

.aloka-about-cta-action {
    display: flex;
    justify-content: flex-end;
}

.aloka-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 27px;
    border-radius: 6px;
    background-color: #fe4a55;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(254, 74, 85, 0.25);
    transition: all 0.3s ease;
}

    .aloka-cta-btn i {
        font-size: 21px;
        transition: transform 0.3s ease;
    }

    .aloka-cta-btn:hover {
        color: #ffffff;
        background-color: #e9404b;
        transform: translateY(-3px);
    }

        .aloka-cta-btn:hover i {
            transform: translateX(4px);
        }


/* =========================================
   TABLET RESPONSIVE
========================================= */

@media only screen and (max-width: 991px) {

    .aloka-about-banner,
    .aloka-about-banner-row {
        min-height: 580px;
    }

    .aloka-about-banner-overlay {
        background: rgba(5, 24, 38, 0.7);
    }

    .aloka-about-banner-content {
        padding: 90px 0;
    }

    .aloka-overview-visual {
        margin: 0 auto 65px;
    }

    .aloka-overview-content {
        padding-left: 0;
    }

    .aloka-mission-panel {
        border-right: 0;
        border-bottom: 1px solid #e5eaf0;
    }

    .aloka-why-content {
        max-width: none;
        padding-right: 0;
        margin-bottom: 65px;
    }

    .aloka-why-visual {
        margin-right: auto;
        margin-left: auto;
    }

    .aloka-framework-intro {
        margin-bottom: 45px;
    }

    .aloka-framework-item {
        grid-template-columns: 55px 70px minmax(0, 1fr);
    }

    .aloka-framework-arrow {
        display: none;
    }

    .aloka-framework-content {
        grid-template-columns: 125px minmax(0, 1fr);
    }

        .aloka-framework-content p {
            grid-column: 1 / -1;
        }

    .aloka-about-cta {
        padding: 48px 40px;
    }

    .aloka-about-cta-action {
        justify-content: flex-start;
        margin-top: 28px;
    }
}


/* =========================================
   MOBILE RESPONSIVE
========================================= */

@media only screen and (max-width: 767px) {

    .aloka-section-heading h2,
    .aloka-overview-content h2,
    .aloka-why-content h2 {
        font-size: 34px;
    }

    .aloka-about-banner {
        min-height: auto;
    }

    .aloka-about-banner-row {
        min-height: auto;
    }

    .aloka-about-banner-content {
        padding: 85px 0 75px;
    }

        .aloka-about-banner-content h1 {
            font-size: 40px;
            letter-spacing: -1px;
        }

    .aloka-about-banner-lead {
        font-size: 17px;
    }

    .aloka-about-banner-text {
        font-size: 15px;
    }

    .aloka-primary-btn {
        width: 100%;
    }

    .aloka-overview-visual {
        padding: 0 0 50px;
    }

    .aloka-overview-image::before {
        display: none;
    }

    .aloka-overview-accent {
        right: 15px;
        left: 15px;
        bottom: 0;
        width: auto;
    }

    .aloka-overview-content .aloka-lead-copy {
        font-size: 17px;
    }

    .aloka-purpose-area .aloka-section-heading {
        margin-bottom: 42px;
    }

    .aloka-purpose-panel {
        padding: 38px 30px;
    }

        .aloka-purpose-panel h3 {
            font-size: 24px;
        }

    .aloka-why-visual {
        padding: 20px;
    }

    .aloka-why-label {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: inline-flex;
        margin: 12px 7px 0 0;
    }

    .aloka-framework-heading {
        margin-bottom: 22px;
    }

        .aloka-framework-heading h2 span {
            display: inline;
        }

    .aloka-framework-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 15px;
        padding: 28px 0;
    }

        .aloka-framework-item:hover {
            padding-right: 12px;
            padding-left: 12px;
        }

    .aloka-framework-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }

    .aloka-framework-number {
        grid-row: 1 / span 2;
        align-self: flex-start;
        padding-top: 18px;
    }

    .aloka-framework-content {
        grid-column: 2;
        grid-template-columns: 1fr;
        gap: 7px;
    }

        .aloka-framework-content p {
            grid-column: auto;
        }

        .aloka-framework-content h3 {
            font-size: 23px;
        }

    .aloka-about-cta-area {
        padding-bottom: 75px;
    }

    .aloka-about-cta {
        padding: 38px 28px;
        border-radius: 16px;
    }

    .aloka-about-cta-content h2 {
        font-size: 29px;
    }

    .aloka-cta-btn {
        width: 100%;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media only screen and (max-width: 480px) {

    .aloka-about-banner-content h1 {
        font-size: 34px;
    }

    .aloka-section-heading h2,
    .aloka-overview-content h2,
    .aloka-why-content h2 {
        font-size: 30px;
    }

    .aloka-purpose-panel {
        padding: 32px 23px;
    }

    .aloka-why-quote {
        padding: 60px 22px 23px;
    }

        .aloka-why-quote .quote-mark {
            top: 20px;
            left: 22px;
        }

    .aloka-about-cta {
        padding: 34px 22px;
    }

    .aloka-about-cta-content h2 {
        font-size: 26px;
    }
}

