.hm-ape h1, .hm-ape h2, .hm-ape h3, .hm-ape h4, .hm-ape h5, .hm-ape h6 {
    color: #1e1e1e;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
}
.hm-ape .sec-heading {
    margin-bottom: 0.9em;
}
.hm-text-primary{
    color: #4CAF50;
}
.hm-ape-hero{
    background-size: cover;
    background-position: center;
    background-color: #0C1F16;
}

.hm-ape-hero h1{
    font-size: var(--fs-display-4);
    color: #fff;   
    line-height: 1.1;
}

.hm-ape-hero .ligt-fw{
    margin-top: 8px;
    color: #8FC740;
    font-size: var(--fs-4);
    line-height: 1.2;
    margin-bottom: 16px;
}

.hm-ape-hero .lead{
    font-size: var(--fs-6);
    color: #ffffffd3;
    line-height: 1.4;
}

.hm-ape-hero-right{
    text-align: center;
    align-content: center;
    margin-block: 60px;
}
.hm-ape-hero-right img{
    width: 90%;
}
 .hm-ape-hero-left{
    margin-block: 60px;
    text-align: left;
    align-content: center;
 }
 .text-card{
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.text-card h3{
    font-size: var(--fs-6);
    margin-bottom: 0.5em;
}
.text-card .card-icon{
    background-color: #4CAF50;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.card-icon-lg{
    background-color: #4CAF50;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.card-icon-lg img{
    width: 50%;
}

.text-card .card-icon img{
    width: 50%;
}
.hm-geo-bg-grey{
    background-color: #F7F7F7;
    border: none;
}

.hm-fu-card{
    background-color: #174A24;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}
.hm-fu-card .hm-fu-card-left{
    padding: 40px 55px;
    align-content: center;
}
.hm-fu-card .hm-fu-card-left-2{
    padding: 40px;
    align-content: center;
}

@media (min-width: 768px) {
    .lifecycle-row { 
        position: relative; 
        margin-top: 30px;
    }
    .lifecycle-row::before {
        content: "" !important;
        position: absolute;
        top: 40px; 
        left: 12.5%; 
        right: 12.5%;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent,
            #4CAF50,
            transparent
        );
        z-index: 0;
    }
    .lifecycle-row .step-item { 
        position: relative; 
        z-index: 1; 
        text-align: center; 
    }
    
    .lifecycle-row .step-item p{
        line-height: 1.4;
    }
    .lifecycle-row .icon-circle { 
        margin: 0 auto 20px;
    }
}

.lifecycle-row .icon-circle {
    width: 90px;
    height: 90px;
    background-color: #4CAF50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    z-index: 2;
}
.lifecycle-row .icon-circle img{
    width: 50%;
}

.lifecycle-row .step-number {
    position: absolute;
    bottom: 0px;
    transform: translateY(40%);
    background: #fff;
    color: #43a047;
    border: 1px solid #43a047;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.hm-ape-dgreen-vct{
    background-color: #103319;
    background-image: url("../images/ai-proctored/bg-vector.png");
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: right center;
}
@media screen and (max-width: 996px) {
    .hm-ape-dgreen-vct{
        background-image: none;
    }

}
.hm-ape-dgreen-vct p,
.hm-ape-dgreen-vct li{
    color: #fff;
    font-weight: 300;
}

.list-box{
    display: flex;
    row-gap: 12px;
    flex-direction: column;
}
.list-box li{
    border: 1px solid #4CAF50;
    color: #4CAF50;
    border-radius: 12px;
    padding: 13px;
    font-weight: 500;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.list-box li:hover{
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}


@media (max-width: 767px) {
    
    .lifecycle-row {
        margin-top: 20px;
    }
    .lifecycle-row .step-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: left;
        margin-bottom: 35px;
        position: relative;
    }
    .lifecycle-row .step-item::after {
        content: "";
        position: absolute;
        left: 44px; 
        top: 60px;  
        width: 1px;
        height: 50px; 
        background-color: #dee2e6;
        z-index: 1;
    }
    .lifecycle-row .step-item:last-child::after { display: none; }
    .lifecycle-row .icon-circle {
        margin-right: 16px;
        width: 60px;
        height: 60px;
    }
    .hm-fu-card .hm-fu-card-left,
    .hm-fu-card .hm-fu-card-left-2{
        padding: 20px 35px;
    }
    .card-icon-lg{
        width: 70px;
        height: 70px;
    }
    .hm-ape-hero-right{
        margin-top: 0px;
    }
}

.hm-ape-hero-right img {
    animation: floatY 6s ease-in-out infinite;
}

@keyframes floatY {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.text-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

.text-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}


.fade-up-1, .fade-up-2, .fade-up-3, .fade-up-4{
    opacity: 0;
    transform: translateY(20px);
}
.fade-up-1{
    animation: fadeUp 0.8s ease forwards;
}
.fade-up-2{
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.2s;
}
.fade-up-3{
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.3s;
}
.fade-up-4{
    animation: fadeUp 0.8s ease forwards;
    animation-delay: 0.4s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
