.section-badge span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.section-badge::before,
.section-badge::after {
    content: "";
    width: 60px;
    height: 3px;
    border-radius: 20px;
    background: var(--gradient-main);
}

.section-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--dark-text);
}

.section-title span {
    color: var(--primary);
}

.section-desc {
    color: var(--gray-text);
    line-height: 1.9;
    font-size: 1.05rem;
}

/* =========================
   HERO SECTION
========================= */

.voucher-hero {
    background-image: url("../images/traning/banners/banner1.jpg");
    padding: 80px 0 90px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feature-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: 36px;
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow-lg);
    position: relative;
}

.hero-shape {
    position: absolute;
    border-radius: 50%;
    opacity: .12;
}

.hero-shape-1 {
    width: 350px;
    height: 350px;
    background: #fff;
    top: -120px;
    left: -120px;
}

.hero-shape-2 {
    width: 250px;
    height: 250px;
    background: var(--accent);
    right: -80px;
    bottom: -80px;
}

.hero-content {
    color: var(--white);
}

.aws-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    margin-bottom: 25px;
}

.aws-badge img {
    width: 32px;
}

.aws-badge span {
    font-weight: 600;
    color: var(--white);
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.12;
    margin-bottom: 25px;
}

.hero-description {
    color: rgba(255, 255, 255, .85);
    font-size: 1.08rem;
    line-height: 2;
    margin-bottom: 35px;
}

/* HERO FEATURES */
.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 40px;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
    padding: 14px 18px;
    border-radius: 16px;
}

.hero-feature i {
    color: var(--accent);
}

.hero-feature span {
    font-weight: 600;
}

/* CTA */
.hero-btn-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: 16px;
    background: var(--white);
    color: var(--primary-dark);
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.primary-btn:hover {
    transform: translateY(-5px);
    color: var(--primary-dark);
}

.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    transition: var(--transition);
}

.secondary-btn:hover {
    background: rgba(255, 255, 255, .1);
    color: var(--white);
}

/* =========================
   HERO FORM
========================= */

.hero-form-wrapper {
    position: relative;
}

.hero-form-card {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
    border-radius: 32px;
    padding: 30px;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.hero-form-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(6, 187, 204, .04),
            transparent);
}

.form-content {
    position: relative;
    z-index: 2;
}

.form-top {
    text-align: center;
    margin-bottom: 30px;
}

.form-top h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 12px;
    color: var(--dark-text);
}

.form-top p {
    color: var(--gray-text);
    line-height: 1.8;
    margin: 0;
}

/* FORM */
.custom-form .form-control,
.custom-form .form-select {
    height: 60px;
    border-radius: 16px;
    border: 1px solid #e9ecef;
    padding: 15px 20px;
    font-size: 15px;
    box-shadow: none;
    transition: var(--transition);
}

.custom-form textarea.form-control {
    height: 140px;
    resize: none;
    padding-top: 18px;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(6, 187, 204, .12);
}

.submit-btn {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 16px;
    background: var(--gradient-main);
    color: var(--white);
    font-weight: 700;
    transition: var(--transition);
    box-shadow: var(--shadow-md);
}

.submit-btn:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

/* TRUST */
.form-trust {
    margin-top: 25px;
    text-align: center;
    color: var(--gray-text);
    font-size: 14px;
}

.form-trust i {
    color: var(--primary);
    margin-right: 6px;
}

/* =========================
   EXAM OVERVIEW
========================= */

.exam-overview {
    /* padding: 60px 0; */
    background: var(--white);
}

.overview-card {
    background: var(--light-bg);
    border-radius: 30px;
    padding: 40px;
    transition: var(--transition);
    height: 100%;
}

.overview-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    background: var(--white);
}

.overview-icon {
    width: 80px;
    height: 80px;
    border-radius: 22px;
    background: rgba(6, 187, 204, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.overview-icon i {
    color: var(--primary);
    font-size: 34px;
}

.overview-card h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.overview-card p {
    color: var(--gray-text);
    line-height: 1.8;
    margin: 0;
}

/* =========================
   INCLUDED SECTION
========================= */

.included-section {
    padding: 100px 0;
    background: var(--light-bg);
}

.included-wrapper {
    background: var(--white);
    border-radius: 35px;
    padding: 60px;
    box-shadow: var(--shadow-lg);
}

.included-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.included-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
}

.included-list li i {
    width: 55px;
    height: 55px;
    border-radius: 16px;
    background: rgba(6, 187, 204, .1);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}

.included-list h6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.included-list p {
    color: var(--gray-text);
    line-height: 1.8;
    margin: 0;
}

.included-image {
    width: 100%;
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
}

/* =========================
   CTA
========================= */

.bottom-cta {
    padding: 100px 0;
    background: var(--gradient-main);
    overflow: hidden;
}

.cta-box {
    text-align: center;
    color: var(--white);
}

.cta-box h2 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-box p {
    max-width: 760px;
    margin: auto;
    line-height: 2;
    color: rgba(255, 255, 255, .85);
    margin-bottom: 35px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1199px) {

    .hero-title {
        font-size: 3.2rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

}

@media(max-width:991px) {

    .voucher-hero {
        padding: 100px 0 80px;
    }

    .hero-content {
        text-align: center;
        margin-bottom: 60px;
    }

    .hero-title {
        font-size: 2.6rem;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-btn-group {
        justify-content: center;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .included-wrapper {
        padding: 40px;
    }

}

@media(max-width:767px) {

    .hero-title {
        font-size: 2.1rem;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .hero-form-card {
        padding: 30px 24px;
    }

    .included-wrapper {
        padding: 30px 24px;
    }

    .cta-box h2 {
        font-size: 2rem;
    }

}

@media(max-width:576px) {

    .hero-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .hero-btn-group {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        width: 100%;
    }

    .hero-features {
        flex-direction: column;
    }

}

/* =========================
   ANIMATION
========================= */

@keyframes floatCard {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.course-features-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: var(--dark-text);
    font-weight: 500;
}

.our-price-wrapper {
    /* color: var(--gray-text); */
    font-size: 14px;
}

.our-price-wrapper span {
    color: var(--primary);
    font-weight: 700;
    font-size: 18px;
}