.homepage {
    background-color: #FFFFFF;
    font-family: Montserrat;
}

.primary1,
.primary2,
.primary3 {
    color: var(--blue-secondary, #2A2C7D);
    font-family: Montserrat;
}

.hero-section {
    background-color: #ffffff;
}

/* hero new */

.image-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.img-hero-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.main-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--blue-secondary, #2A2C7D);
    line-height: 1.2;
}

.badge-custom {
    background: var(--blue-secondary, #2A2C7D);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    font-size: 0.875rem;
    font-weight: 500;
}

.feature-card {
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(11, 59, 106, 0.1);
    padding: 1.75rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(11, 59, 106, 0.08);
}

.accent-text {
    color: var(--blue-secondary, #2A2C7D);
    font-weight: 600;
}

.image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(11, 59, 106, 0.1);
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(11, 59, 106, 0.9), rgba(27, 107, 179, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.image-container:hover .image-overlay {
    opacity: 1;
}



.text-center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
}

.text-center-screen h2 {
    font-size: 32px;
    font-weight: 400;
}

.text-center-screen span {
    background-color: #ffc1057c;
    font-weight: bolder;
}

.animated-text {
    opacity: 0;
    transform: translateX(100px);
    animation: slideIn 0.8s ease-in-out forwards;
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    70% {
        opacity: 1;
        transform: translateX(0px);
    }

    90% {
        opacity: 1;
        transform: translateX(5px);
    }

    100% {
        opacity: 1;
        transform: translateX(7px);
    }
}

.carousel-item.active .animated-text {
    animation: slideIn 0.8s ease-in-out forwards;
}

.carousel-item.active .animated-text {
    animation: slideIn 0.8s ease-in-out forwards;
}

/* end hero new*/

/* section our program */
.flex-col {
    flex-direction: column;
}

.icon-header {
    height: 4rem;
    color: #E8ECF3;
}

.text-header-program {
    font-size: 32px;
    color: #E8ECF3;
}

/* end section */

.hero-image {
    text-align: right;
}

.hero-image img {
    max-width: 100%;
}

.hero-content {
    text-align: left;
    height: auto;
    padding-top: 100px;

}

.hero-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #434343;
}

.hero-section .hero-content span {
    background-color: #E0BB4C;
    font-weight: bold;
}

.hero-content button {
    width: 273px;
    height: 64px;
    border: 1px solid #434343;
    border-radius: 12px;
}


.hero-content h6 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 20px;
}

.EAI .container {
    background: linear-gradient(to right, #F8FAFC, #EEF6FF);
    position: relative;
    overflow: hidden;
}



.EAI .content-eai .primary1,
.EAI .content-eai .primary2 {
    color: var(--blue-secondary, #2A2C7D);
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.EAI .content-eai .primary3 {
    color: var(--blue-secondary, #2A2C7D);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.EAI .content-eai {
    margin-bottom: 2rem;
}

.EAI p {
    color: var(--blue-secondary, #2A2C7D);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.counter .container-fluid {
    background-image: url('../../img/homepage/counter.webp');
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.5);
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.counter .covered {
    font-weight: 660;
}

.counter .container-fluid .caption {
    color: #FFF;
    font-family: Montserrat;
    font-weight: bold;
}


/* card komentar*/

.card {
    overflow: hidden;
    border-radius: 15px;
}

.img1 img {
    height: 30vh;
    width: 100%;
    margin-bottom: 1rem;
    object-fit: cover;
    background: #2A2C7D;
}

.img2 img {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 140px;
    height: 180px;
    object-fit: cover;
    border-radius: 5%;
    border: 7 solid #fff;
    margin-top: -80px;
    background: #2A2C7D;
}



.main-text {
    padding: 30px 0;
    text-align: center;
}

.main-text h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 0 0 20px;
}

.main-text p {
    font-size: 16px;
    padding: 0 35px;
}

.socials {
    text-align: center;
    padding-bottom: 20px;
}

#komentar .user-card {
    width: 90%;
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    height: 100%;
}

#komentar .user-image {
    width: 90%;
    min-height: 53%;
    margin-top: 10px;
    align-self: center;
    object-fit: cover;
    overflow: hidden;
}

#komentar .card-text {
    height: 12rem;
    text-align: center;
    overflow-y: auto;
}

.slider {
    width: 100% !important;
    background: #E8ECF3;
}

.slider .btn {
    height: 64px;
    padding: 10px 26px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 35px;
    border: 1px solid var(--blue-secondary, #2A2C7D);
    color: var(--blue-secondary, #2A2C7D);
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    margin-top: 50px;
    padding-top: 17px;
    margin-right: 80px;
}

.slider h3 {
    color: var(--blue-secondary, #2A2C7D);
    font-size: 40px;
    font-family: Montserrat;
    font-weight: 600;
}

.slider .subhead {
    color: var(--blue-secondary, #2A2C7D);
    font-size: 20px;
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
}

.slider .card {
    text-align: left;
    padding: 20px;
}

.slider .card img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

.border-right {
    overflow: hidden;
    max-width: 100%;
}

svg {
    width: 100%;
    height: auto;
    display: block;
}
