* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: 'Segoe UI', sans-serif;

}


/* navbar section */

header {

    padding-top: 50px;
    background: #1a4d2a;



}


.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo p {
    color: #fff;
    margin-top: 10px;
    font-size: 25px;


}




/* Hero Section */

.hero {

    background: #1a4d2a;

    color: #ffffff;

    padding: 8rem 2rem;

    text-align: center;

    min-height: 100vh;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    position: relative;

}



.certification-icon {

    width: 60px;

    height: 60px;

    margin-bottom: 2rem;

    filter: brightness(0) saturate(100%) invert(100%);

}



.hero h1 {

    font-size: 2.5rem;

    font-weight: 600;

    margin-bottom: 2rem;

    max-width: 800px;

    line-height: 1.3;


}



.hero p {

    font-size: 1.1rem;

    margin-bottom: 3rem;

    max-width: 600px;

    opacity: 0.9;

    line-height: 1.6;

    text-align: center;

}



.cta-buttons {

    display: flex;

    gap: 1.5rem;

    margin-bottom: 3rem;

    flex-wrap: wrap;

    justify-content: center;

}



.button {

    padding: 1rem 2.5rem;

    border-radius: 30px;

    font-weight: 500;

    transition: all 0.3s ease;

    text-decoration: none;

    display: inline-block;

}



.button-primary {

    background: #ffffff;

    color: #1a4d2a;

    border: 2px solid #ffffff;

}



.button-secondary {

    background: transparent;

    color: #ffffff;

    border: 2px solid rgba(255, 255, 255, 0.2);

}



.button:hover {

    transform: translateY(-2px);

}



.professional-image {

    width: 100%;
    max-width: 900px;

    margin-top: 3rem;

    border-radius: 10px;

    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}



.certi-section {

    padding: 60px 20px;

    max-width: 1200px;

    margin: auto;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;



    color: #333;

}



.certi-section h2 {

    font-size: 28px;

    color: #1a1a1a;

    margin-bottom: 16px;

    text-align: center;

}

.certi-section h2::after {

    content: "";

    display: block;

    width: 60px;

    height: 3px;

    background-color: #0f9d58;

    margin: 8px auto 0;

    border-radius: 2px;

}



.certi-section p {

    font-size: 16px;

    color: #555;

    line-height: 1.6;

    text-align: center;

}



.certi-card {

    background-color: #fff;

    border-radius: 12px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    padding: 24px;

    margin-top: 30px;

}



.certi-card h3 {

    margin-bottom: 16px;

    font-size: 18px;

    color: #222;

}



.certi-list {

    list-style: none;

    padding: 0;

}



.certi-list li {

    margin-bottom: 12px;

    display: flex;

    align-items: start;

}



.certi-check {

    color: #2ecc71;

    font-size: 18px;

    margin-right: 10px;

    margin-top: 2px;

}

.certi-info-title {
    color: #1a1a1a;

    margin-top: 40px;
    margin-bottom: 40px;

    text-align: center;

}

.certi-info-title::after {
    content: "";

    display: block;

    width: 60px;

    height: 3px;

    background-color: #0f9d58;

    margin: 8px auto 0;

    border-radius: 2px;

}




.certi-info-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

    gap: 20px;

    margin-top: 20px;

}



.certi-info-box {

    background-color: #fff;

    border-radius: 12px;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

    padding: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;



}



.certi-info-icon {

    font-size: 20px;

    color: #2ecc71;

    margin-right: 12px;

    margin-top: 2px;

}



.certi-info-text p {

    margin: 4px 0;

    font-size: 15px;

}

.cpf-notice {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-left: 5px solid #f59e0b;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}

.cpf-notice-content {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.cpf-icon {
    width: 40px;
    height: 40px;
    background: #1f2a38;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.cpf-text {
    color: #1f2a38;
    font-weight: 400;
}



.pricing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.main-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}

.main-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #198754;
    display: block;
    margin: 10px auto;
    border-radius: 2px;
}

.subtitle-text {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.price-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.price-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #198754);
}

.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.card-icon {
    font-size: 3rem;
    color: #198754;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.course-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #2c5282;
    margin-bottom: 15px;
    text-align: center;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: bold;
    color: #e53e3e;
    text-align: center;
    margin-bottom: 25px;
}

.price-currency {
    font-size: 1.2rem;
    color: #666;
}

.financing-section {
    background: white;
    border-radius: 15px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.financing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: #198754;
}

.financing-title {
    font-size: 2rem;
    font-weight: bold;
    color: #2c5282;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.financing-intro {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 30px;
    text-align: center;
}

.financing-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.financing-item {
    background: #f7fafc;
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid #198754;
    transition: all 0.3s ease;
}

.financing-item:hover {
    background: #edf2f7;
    transform: translateX(5px);
}

.financing-item-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.financing-icon {
    font-size: 1.3rem;
    color: #198754;
}

.financing-name {
    font-weight: bold;
    color: #2d3748;
    font-size: 1.1rem;
}

.support-message {
    background: linear-gradient(135deg, #1f2a38, #1f2a38);
    color: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
}

.support-message i {
    font-size: 2rem;
    margin-bottom: 15px;
    display: block;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .pricing-container {
        padding: 40px 15px;
    }

    .main-title {
        font-size: 2rem;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .price-card {
        padding: 30px 20px;
    }

    .card-icon {
        font-size: 2.5rem;
    }

    .course-name {
        font-size: 1.2rem;
    }

    .price-amount {
        font-size: 2rem;
    }

    .financing-section {
        padding: 40px 25px;
    }

    .financing-title {
        font-size: 1.6rem;
        flex-direction: column;
        gap: 10px;
    }

    .financing-options {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .financing-item {
        padding: 20px;
    }

    .support-message {
        padding: 25px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 1.8rem;
    }

    .subtitle-text {
        font-size: 1rem;
    }

    .price-card {
        padding: 25px 15px;
    }

    .financing-section {
        padding: 30px 20px;
    }

    .financing-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.formation-program-section {

    padding: 60px 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    background-color: #f7f7f7;

    color: #333;

    max-width: 1200px;

    margin: auto;
    border-radius: 20px;

}







.formation-program-section h2 {

    font-size: 26px;

    color: #1a1a1a;

    margin-bottom: 20px;

    text-align: center;

    position: relative;

}



.formation-program-section h2::after {

    content: "";

    display: block;

    width: 60px;

    height: 3px;



    background-color: #0f9d58;

    margin: 8px auto 0;

    border-radius: 2px;

}

.formation-program-section h4 {
    margin-top: 60px;
    margin-bottom: 20px;
}



.formation-table {

    width: 100%;

    border-collapse: collapse;

    margin-top: 24px;

    background-color: white;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

}



.formation-table thead {

    background-color: #0f9d58;

    color: white;

}



.formation-table th,

.formation-table td {

    text-align: left;

    padding: 16px;

    font-size: 15px;

    border-bottom: 1px solid #eee;

}



.formation-table th {

    font-weight: bold;

}



.formation-table tr:last-child td {

    border-bottom: none;

}

.formation-program-section {

    padding: 60px 20px;



    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    background-color: #f7f7f7;

    color: #333;

}



.formation-program-section h2 {

    font-size: 26px;

    color: #1a1a1a;

    margin-bottom: 20px;

    position: relative;

}



.formation-program-section h2::after {

    content: "";

    display: block;

    width: 60px;

    height: 3px;

    background-color: #0f9d58;

    margin-top: 6px;

    border-radius: 2px;

}



.formation-table {

    width: 100%;

    border-collapse: collapse;

    margin-top: 24px;

    background-color: white;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

}



.formation-table thead {

    background-color: #0f9d58;

    color: white;

}



.formation-table th,

.formation-table td {

    text-align: left;

    padding: 16px;

    font-size: 15px;

    border-bottom: 1px solid #eee;

}



.formation-table th {

    font-weight: bold;

}



.formation-table tr:last-child td {

    border-bottom: none;

}



.temoignage-section {



    margin: auto;
    color: #333;
    padding: 20px;

    max-width: 1000px;

    margin-top: 50px;
    margin-bottom: 50px;

}



.temoignage-section h2 {

    font-size: 26px;

    font-weight: bold;

    color: #1a1a1a;

    text-align: center;

    margin-bottom: 40px;

    position: relative;

}



.temoignage-section h2::after {

    content: "";

    display: block;

    width: 60px;

    height: 3px;

    background-color: #0f9d58;

    margin: 8px auto 0;

    border-radius: 2px;

}



.temoignage-cards {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

    max-width: 1100px;

    margin: auto;

}



.temoignage-card {

    background-color: white;

    border-radius: 8px;

    padding: 20px;

    width: 300px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);

    display: flex;

    flex-direction: column;

    gap: 10px;

}



.temoignage-header {

    display: flex;

    align-items: center;

    gap: 12px;

}



.temoignage-avatar {

    background-color: #e0f2f1;

    color: #00695c;

    font-weight: bold;

    font-size: 14px;

    border-radius: 50%;

    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.temoignage-info {

    font-size: 14px;

    line-height: 1.3;

}



.temoignage-info strong {

    display: block;

    font-size: 15px;

}



.temoignage-stars {

    color: #fbc02d;

    font-size: 16px;

}



.temoignage-text {

    font-style: italic;

    font-size: 14px;

    color: #444;

}



.faq-section {

    background-color: #f9f9f9;

    margin: auto;

    padding: 60px 20px;

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    max-width: 1000px;

    margin: auto;
    border-radius: 20px;

}



.faq-section h2 {

    text-align: center;

    font-size: 26px;

    font-weight: bold;

    color: #1a1a1a;

    margin-bottom: 40px;

    position: relative;

}



.faq-section h2::after {

    content: "";

    display: block;

    width: 60px;

    height: 3px;

    background-color: #0f9d58;

    margin: 8px auto 0;

    border-radius: 2px;

}



.faq-container {

    max-width: 800px;

    margin: auto;

}



.faq-item {

    background: #f7f7f7;

    margin-bottom: 10px;

    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

}



.faq-question {

    cursor: pointer;

    padding: 16px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    font-weight: 600;

    color: #222;

}



.faq-icon {

    transition: transform 0.3s ease;

    color: #0f9d58;

}



.faq-answer {

    padding: 0 20px 16px 20px;

    font-size: 14px;

    color: #555;

    display: none;

}



.faq-item.active .faq-answer {

    display: block;

}



.custom-contact-container {

    max-width: 700px;

    margin: 50px auto;

    padding: 40px;

    background-color: #fff;

    border-radius: 10px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);

    font-family: 'Segoe UI', sans-serif;

}



.custom-contact-title {

    font-size: 22px;

    text-align: center;

    font-weight: bold;

    color: #1a1a1a;

    margin-bottom: 10px;

}



.custom-contact-subtitle {

    font-size: 14px;

    color: #555;

    text-align: center;

    margin-bottom: 30px;

}



.custom-contact-form {

    display: flex;

    flex-direction: column;

    gap: 20px;

}



.custom-contact-row {

    display: flex;

    gap: 20px;

    flex-wrap: wrap;

}



.custom-form-group {

    flex: 1;

    display: flex;

    flex-direction: column;

}



.custom-form-group label {

    font-size: 14px;

    color: #333;

    margin-bottom: 5px;

}



.custom-form-input,

.custom-form-textarea {

    padding: 10px 12px;

    border: 1px solid #ccc;

    border-radius: 6px;

    font-size: 14px;

    transition: border-color 0.3s;

}



.custom-form-input:focus,

.custom-form-textarea:focus {

    border-color: #007f4f;

    outline: none;

}



.custom-submit-btn {

    background-color: #198754;

    color: #fff;

    padding: 10px 20px;

    border: none;

    font-size: 14px;

    border-radius: 6px;

    cursor: pointer;

    transition: background-color 0.3s;

    align-self: center;

}



.custom-submit-btn:hover {

    background-color: #157347;

}



.custom-contact-footer {

    margin-top: 25px;

    font-size: 13px;

    text-align: center;

    color: #444;

}



.custom-contact-footer a {

    color: #198754;

    text-decoration: none;

}



.custom-contact-footer a:hover {

    text-decoration: underline;

}



.custom-footer-wrapper {

    background-color: #1f2a38;

    color: #f1f1f1;

    font-family: 'Segoe UI', sans-serif;

    padding: 40px 20px 20px;

}



.custom-footer-container {

    max-width: 1200px;

    margin: 0 auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    gap: 40px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    padding-bottom: 30px;

}



.custom-footer-column {

    flex: 1 1 250px;

}



.custom-footer-heading {

    font-size: 16px;

    font-weight: bold;

    margin-bottom: 10px;

    color: #ffffff;

}



.custom-footer-description {

    font-size: 14px;

    line-height: 1.6;

    color: #d1d1d1;

}



.custom-footer-links {

    list-style: none;

    padding: 0;

    margin: 0;

}



.custom-footer-links li {

    margin-bottom: 8px;

}



.custom-footer-links a {

    text-decoration: none;

    color: #d1d1d1;

    font-size: 14px;

    transition: color 0.3s;

}



.custom-footer-links a:hover {

    color: #ffffff;

}



.custom-footer-column a {

    color: #d1d1d1;

    text-decoration: none;

}



.custom-footer-column a:hover {

    color: #ffffff;

}



.custom-footer-socials {

    margin-top: 10px;

}



.custom-footer-socials a {

    display: inline-block;

    margin-right: 10px;

    font-size: 18px;

    color: #d1d1d1;

    transition: color 0.3s;

}



.custom-footer-socials a:hover {

    color: #ffffff;

}



.custom-footer-bottom {

    text-align: center;

    font-size: 13px;

    color: #b0b0b0;

    margin-top: 20px;

}



.faq-item.active .faq-icon {

    transform: rotate(180deg);
}


@media (max-width: 768px) {

    .hero {

        padding: 4rem 1.5rem;

    }



    .hero h1 {

        font-size: 2rem;

    }



    .certification-icon {

        width: 50px;

        height: 50px;

    }

}



@media (max-width: 600px) {

    .certi-section h2 {

        font-size: 22px;

    }

}



@media (max-width: 600px) {

    .formation-table th,
    .formation-table td {

        padding: 12px 10px;

        font-size: 14px;

    }

}

@media (max-width: 768px) {

    .temoignage-cards {

        flex-direction: column;

        align-items: center;

    }

}