.section-badge {
    background: #198754;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.begin-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    text-align: center;
    height: 100%;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
    border-top: 5px solid transparent;
}

.begin-card:hover {
    transform: translateY(-10px);
    border-top: 5px solid #198754;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.begin-card h5 {
    margin-top: 20px;
    font-weight: 700;
}

.begin-card p {
    color: #666;
    line-height: 1.7;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 32px;
    color: #fff;
}

.green {
    background: #198754;
}

.red {
    background: #dc3545;
}

.yellow {
    background: #ffc107;
    color: #222;
}

.ready-box {
    background: linear-gradient(135deg, #198754, #0b6b40);
    border-radius: 25px;
    color: #fff;
    padding: 45px;
    box-shadow: 0 20px 45px rgba(25, 135, 84, .25);
}

.time-circle {
    width: 150px;
    height: 150px;
    background: #fff;
    color: #198754;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
}

.time-circle i {
    font-size: 36px;
}

/*=========================================
WHY SECTION
=========================================*/

.why-section {

    padding: 100px 0;

    background: linear-gradient(135deg, #0c7b3b, #198754, #2E8B57);

    position: relative;

    overflow: hidden;

}

.why-section::before {

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    background: rgba(255, 255, 255, .05);

    border-radius: 50%;

    top: -250px;

    right: -200px;

}

.why-section::after {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    background: rgba(255, 193, 7, .08);

    border-radius: 50%;

    bottom: -150px;

    left: -150px;

}

.why-badge {

    background: #fff;

    color: #198754;

    padding: 10px 25px;

    border-radius: 50px;

    font-weight: 700;

}

.glass-card {

    background: rgba(255, 255, 255, .12);

    backdrop-filter: blur(15px);

    border: 1px solid rgba(255, 255, 255, .18);

    border-radius: 25px;

    padding: 40px 30px;

    color: #fff;

    transition: .35s;

    height: 100%;

}

.glass-card:hover {

    transform: translateY(-10px);

    background: rgba(255, 255, 255, .18);

}

.glass-icon {

    width: 75px;

    height: 75px;

    border-radius: 50%;

    background: #fff;

    color: #198754;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 30px;

    margin-bottom: 25px;

}

.glass-card h4 {

    font-weight: 700;

    margin-bottom: 15px;

}

.glass-card p {

    opacity: .9;

    line-height: 1.8;

}

/*======================================
PROCESS
======================================*/

.process-section {

    background: #f8faf9;

}

.timeline {

    position: relative;

    max-width: 1100px;

    margin: auto;

}

.timeline::before {

    content: "";

    position: absolute;

    left: 50%;

    width: 6px;

    background: #198754;

    top: 0;

    bottom: 0;

    transform: translateX(-50%);

    border-radius: 20px;

}

.timeline-item {

    position: relative;

    width: 50%;

    margin-bottom: 60px;

}

.timeline-item.left {

    left: 0;

    padding-right: 60px;

}

.timeline-item.right {

    left: 50%;

    padding-left: 60px;

}

.timeline-content {

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .3s;

    position: relative;

}

.timeline-content:hover {

    transform: translateY(-8px);

}

.step-number {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #198754;

    color: #fff;

    font-weight: bold;

    font-size: 22px;

    margin-bottom: 20px;

}

.timeline-item::after {

    content: "";

    position: absolute;

    width: 26px;

    height: 26px;

    background: #ffc107;

    border: 5px solid white;

    border-radius: 50%;

    top: 40px;

    z-index: 10;

}

.timeline-item.left::after {

    right: -13px;

}

.timeline-item.right::after {

    left: -13px;

}

@media(max-width:991px) {

    .timeline::before {

        left: 25px;

    }

    .timeline-item {

        width: 100%;

        padding-left: 70px !important;

        padding-right: 0 !important;

        left: 0 !important;

    }

    .timeline-item::after {

        left: 12px !important;

    }

}

/*=====================================
PARTICIPATING INSTITUTIONS
======================================*/

.agency-card {

    background: #fff;

    border-radius: 22px;

    padding: 35px;

    height: 100%;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    border-top: 5px solid transparent;

}

.agency-card:hover {

    transform: translateY(-10px);

    border-top: 5px solid #198754;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);

}

.agency-icon {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 34px;

    margin-bottom: 20px;

    background: #198754;

}

.green-bg {
    background: #198754;
}

.red-bg {
    background: #dc3545;
}

.yellow-bg {
    background: #ffc107;
    color: #222;
}

.agency-card h4 {

    font-weight: 700;

    margin-bottom: 15px;

}

.agency-card p {

    color: #666;

    line-height: 1.8;

}

.wide-card {

    display: flex;

    align-items: center;

    gap: 25px;

}

.ict-card {

    background: linear-gradient(135deg, #ffffff, #f7fff9);

    border-left: 6px solid #198754;

}

/*=====================================
HELP SECTION
=====================================*/

.help-section {

    background: #f8fafc;

}

.help-card {

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    text-align: center;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.help-card:hover {

    transform: translateY(-10px);

}

.help-icon {

    width: 85px;

    height: 85px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: auto;

    font-size: 34px;

    color: white;

    margin-bottom: 25px;

}

.support-banner {

    background: linear-gradient(135deg, #198754, #0d6d3f);

    color: white;

    border-radius: 25px;

    padding: 45px;

    box-shadow: 0 20px 40px rgba(25, 135, 84, .25);

}

/*=====================================
FAQ
=====================================*/

.faq-section {

    background: #f6f9f7;

}

.faq-card {

    background: white;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    height: 100%;

}

.faq-header {

    padding: 22px;

    color: white;

    display: flex;

    align-items: center;

    gap: 15px;

}

.faq-header i {

    font-size: 30px;

}

.accordion-item {

    border: none;

}

.accordion-button {

    font-weight: 600;

}

.accordion-button:not(.collapsed) {

    background: #eef8f2;

    color: #198754;

}

/*====================================
READY TO START
====================================*/

.start-section {

    background: #ffffff;

    padding: 100px 0;

}

.start-box {

    background: linear-gradient(135deg, #198754, #157347);

    color: #fff;

    padding: 70px;

    border-radius: 35px;

    position: relative;

    overflow: hidden;

    box-shadow: 0 30px 60px rgba(25, 135, 84, .25);

}

.start-box::before {

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    background: rgba(255, 255, 255, .08);

    border-radius: 50%;

    top: -220px;

    right: -180px;

}

.start-badge {

    display: inline-block;

    background: white;

    color: #198754;

    padding: 10px 22px;

    border-radius: 40px;

    font-weight: 700;

}

.trust-badges {

    display: flex;

    flex-wrap: wrap;

    gap: 15px;

}

.trust-badges span {

    background: rgba(255, 255, 255, .12);

    padding: 10px 18px;

    border-radius: 30px;

    backdrop-filter: blur(10px);

}

.trust-badges i {

    margin-right: 8px;

}

.service-buttons {

    display: flex;

    flex-direction: column;

    gap: 18px;

}

.service-btn {

    display: flex;

    align-items: center;

    gap: 20px;

    text-decoration: none;

    padding: 22px;

    border-radius: 18px;

    font-size: 18px;

    transition: .35s;

    color: white;

}

.service-btn i {

    font-size: 35px;

}

.service-btn div {

    display: flex;

    flex-direction: column;

}

.service-btn small {

    opacity: .85;

}

.service-btn:hover {

    transform: translateX(10px) scale(1.02);

    color: white;

}

.green {

    background: #198754;

}

.red {

    background: #dc3545;

}

.yellow {

    background: #ffc107;

    color: #222;

}

.yellow:hover {

    color: #222;

}

/*====================================
CONTACT
====================================*/

.contact-section {

    background: #f7faf8;

}

.contact-card {

    background: #fff;

    border-radius: 20px;

    padding: 35px;

    text-align: center;

    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);

    transition: .35s;

    height: 100%;

}

.contact-card:hover {

    transform: translateY(-10px);

}

.contact-icon {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    color: white;

    font-size: 32px;

    margin: auto auto 20px;

}

/*====================================
FOOTER
====================================*/

.footer-section {

    background: #0b4424;

    color: white;

    padding: 80px 0 30px;

}

.footer-links {

    list-style: none;

    padding: 0;

}

.footer-links li {

    margin-bottom: 12px;

}

.footer-links a {

    color: #ddd;

    text-decoration: none;

}

.footer-links a:hover {

    color: #ffc107;

}

.social-links {

    display: flex;

    gap: 15px;

}

.social-links a {

    width: 45px;

    height: 45px;

    background: rgba(255, 255, 255, .12);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    transition: .3s;

}

.social-links a:hover {

    background: #ffc107;

    color: #222;

}