body {
    margin: 0;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #f9f9f9;
    font-family: "Inter", sans-serif;
}

body.page-exit-left {
    animation: slideOutLeft 0.4s forwards;
}

body.page-exit-right {
    animation: slideOutRight 0.4s forwards;
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100%);
        opacity: 0;
    }
}

.container_sedu {
    line-height: 25px;
    margin: auto;
    padding: 16px;
    background: white;
    color: #263238;
}

.section-title {
    text-align: center;
    padding-bottom: 0px;
}
.h_header {
    text-shadow: 2px 2px 1px #1d649540;
}
.section-title h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #1d6495;
    text-shadow: 2px 2px 1px #1d649540;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] summary span {
    transform: rotate(180deg);
}

summary span {
    display: inline-block;
    transition: transform 0.3s;
}

.sedu_header {
    background: linear-gradient(90deg, #4d9d37 0%, #a1c73e 100%);
    padding: 16px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sedu_index {
    margin-bottom: 24px;
    background: #f0f8ec;
    padding: 12px 16px;
    margin-top: 8px;
    border-radius: 8px;
    border-left: 4px solid #4d9d37;
}

.sedu_index h2 {
    font-size: 16px;
    color: #4d9d37;
    margin-bottom: 8px;
}

.sedu_index ol {
    padding-left: 18px;
    margin: 0;
    font-size: 14px;
}

.sedu_index ol li::marker {
    color: #1d6495;
}

.sedu_index li a {
    color: #1d6495;
    text-decoration: none;
}

.sedu_index li a:hover {
    text-decoration: underline;
}

.sedu_section {
    margin-bottom: 24px;
}

.sedu_section h3 {
    font-size: 18px;
    color: #4d9d37;
    margin-bottom: 8px;
}

.sedu_section p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin: 0 0 12px;
}
.text-center{
    font-size: 14px;
    margin: 0 16px 20px 16px;
    text-align: center;
}
.updated {
    font-size: 12px;
    color: #777;
    text-align: right;
    margin-top: 40px;
}

.bottom-nav {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #4d9d37 0%, #a1c73e 100%);
    border-top: 1px solid #ddd;
    z-index: 999;
    font-size: 14px;
    padding: 18px 0 20px 0;
}

.bottom-nav a {
    color: #ffffff;
    text-decoration: none;
}

.bottom-nav a.active {
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 768px) {
    .bottom-nav {
        display: none;
    }
}

.contact .info {
    width: 100%;
    background: #fff;
}

.contact-ft {
    width: 100%;
    padding: 50px 0;
    background: url("../img/people.jpg") center;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.contact-ft .info-ft {
    width: 100%;
    background: #fff;
    padding: 15px 15px 5px 10px;
    border-radius: 5px;
}

.contact-ft .info-ft i {
    font-size: 20px;
    color: #94c045;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info i {
    font-size: 20px;
    color: #94c045;
    float: left;
    width: 44px;
    height: 44px;
    background: #f0f6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-ft .info-ft h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #3c4133;
}

.contact-ft .info-ft p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #717a60;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #3c4133;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #717a60;
}

.contact .info .email,
.contact .info .phone {
    margin-top: 40px;
}

.contact-ft .info-ft .email,
.contact-ft .info-ft .phone {
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #94c045;
    color: #fff;
}

.contact-ft .info-ft .email:hover i,
.contact-ft .info-ft .address:hover i,
.contact-ft .info-ft .phone:hover i {
    background: #94c045;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #94c045;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #aacd6b;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
