@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
}

.kato h2 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    color: #003366;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}


.kato .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.kato .card {
    display: block;
    border: 0;
}

.kato .hero {
    margin: 0;
}

.kato .hero .carousel-inner {
    border-radius: 0;
}

.kato .hero .carousel-item {
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kato .hero .carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.kato .hero .carousel-item .carousel-caption {
    max-width: 700px;
    margin: 0 auto;
    top: 35px;
    background-color: transparent;
}

.kato .hero .carousel-item .carousel-caption h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 13px;
}

.kato .hero .carousel-item .carousel-caption p {
    margin-top: 13px;
    font-size: 20px;
    margin-bottom: 27px;
}

.kato .hero .carousel-item .carousel-caption a {
    background-color: #009966;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.kato .hero .carousel-item .carousel-caption a:hover {
    background-color: #218838;
}

.kato .hero .carousel-item .carousel-caption a:active {
    background-color: #196f3d;
    transform: scale(0.97);
}

.kato .hero .container {
    max-width: 700px;
    margin: 0 auto;
}

.kato .hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 13px;
}

.kato .hero p {
    margin-top: 13px;
    font-size: 20px;
    margin-bottom: 27px;
}

.kato .hero button {
    background-color: #009966;
    color: #fff;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.2s ease;
}

.kato .hero button:hover {
    background-color: #218838;
}

.kato .hero button:active {
    background-color: #196f3d;
    transform: scale(0.97);
}

/*  TARGET AUDIENCE  */

.kato .target-audience {
    padding: 65px;
}

.kato .target-audience .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.kato .target-audience .cards {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    gap: 32px;
    flex-wrap: wrap;
}

.kato .target-audience .card {
    background-color: #fff;
    border-radius: 16px;
    padding: 32px 50px;
    flex: 1 1 320px; 
    max-width: 350px;
    text-align: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.kato .target-audience .card svg {
    height: 36px;
    margin-bottom: 10px;
}

.kato .target-audience .card h3 {
    font-size: 18px;
    color: #003366;
    margin-bottom: 10px;
}

.kato .target-audience .card p {
    font-size: 16px; 
    color: #64748B; 
}

/*  COURSE RELEVANCE  */

.kato .course-relevance {
    padding: 50px 0;
    background-color: #F8FAFC; 
}


.kato .course-relevance .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.kato .course-relevance .relevance-content {
    display: flex;
    gap: 30px;
    align-items: start; 
    flex-wrap: wrap; 
}

.kato .course-relevance .relevance-text {
    flex: 1;
    min-width: 300px;
}

.kato .course-relevance .relevance-text p {
    font-size: 1.1em; 
    color: #334155;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-indent: 2em;
}

.kato .course-relevance .relevance-text ul {
    margin-top: 20px;
    list-style: none;
}

.kato .course-relevance .relevance-text li {
    margin-bottom: 10px;
    color: #333; 
    font-size: 1.1em;
    position: relative;
}

.kato .course-relevance .relevance-text li svg {
    margin-right: 10px;
}

.kato .course-relevance .relevance-image {
    flex: 1;
    min-width: 300px;
}

.kato .course-relevance .relevance-image img {
    max-width: 100%; 
    height: auto;
}

/* COURSE PROGRAM */

.kato .course-program {
    padding: 65px 0;
    background-color: #F8FAFC;
    font-family: "Inter", sans-serif;
}

.kato .course-program h2 {
    font-family: "Inter", sans-serif;
     margin-bottom: 20px;
}

.kato .course-program .theory-section,
.course-program .practice-section {
    flex: 1;
    min-width: 400px;
}

.kato .course-program .theory-section h3,
.course-program .practice-section h3 {
    font-family: "Inter", sans-serif;
    color: #121F46;
    margin-bottom: 20px;
    font-size: 1.8em;
    border-bottom: none;
    padding-bottom: 0;
    text-transform: none;
    text-align: left;
}

.kato .course-program .theory-section ul,
.course-program .practice-section ul {
    list-style: none;
    padding: 0;
}

.kato .course-program .theory-section ul li,
.course-program .practice-section ul li {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.1);
    padding: 17px 24px;
    margin-bottom: 20px;
}

.kato .course-program ul li h4 {
    font-family: "Inter", sans-serif;
    color: #1B0B3B;
    font-size: 18px;
    font-weight: 600;
}

.kato .course-program ul li p {
    font-family: "Inter", sans-serif;
    color: #4E4C53;
    font-size: 16px;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.3;
    text-indent: 0;
}

.kato .course-program .practice-section p {
    font-family: "Inter", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 30px;
    color: #4E4C53;
}

.kato .course-program .practice-section > p:first-of-type {
    text-transform: uppercase;
}

.kato .course-program .practice-section ul ul {
    margin-top: 5px;
    margin-left: 20px;
    font-family: "Inter", sans-serif;
    list-style-type: disc;
    padding-left: 20px;
}

.kato .course-program .practice-section ul ul li {
    font-family: "Inter", sans-serif;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 5px;
    color: #64748B;
    font-size: 1em;
    list-style-type: disc;
}

/* VIDEO PLAYER */

.kato .video-player {
    padding: 0 0 65px 0;
    background-color: #F8FAFC;
    text-align: center;
}

.kato .video-player .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.kato .video-player iframe {
    max-width: 710px;
    width: 100%;
    aspect-ratio: 16/9;
}

/* HOW IT WORKS */

.kato .how-it-works {
    background-color: #0CA672;
    padding: 52px 0;
}

.kato .how-it-works .container {
    max-width: 1024px;
}

.kato .how-it-works h2 {
    color: #FFFFFF;
}

.kato .how-it-works .content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.kato .how-it-works .card {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background-color: transparent;
}

.kato .how-it-works .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kato .how-it-works .icon-label {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* TESTIMONIALS */

.kato .testimonials {
    background-color: #F8FAFC;
    padding: 65px 0;
}

.kato .testimonials .content {
    display: flex;
    gap: 32px;
}

.kato .testimonials .content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 24px 30px;
}

.kato .testimonials-card-content {
    max-width: 210px;
    text-align: center;
}

.kato .testimonials-card-content h6 {
    font-size: 16px;
    color: #003366;
    font-weight: 600;
}

.kato .testimonials-card-content p {
    font-size: 16px;
    line-height: 1.3;
    color: #64748B;
    font-weight: 400;
    margin-top: 6px;
}

.kato .testimonials-card-content p:last-child {
    color: #009966;
    font-weight: 500;
    font-size: 12px;
}

/* EDUCATION */

.kato .education {
    background-image: url('/theme/moove/templates/custom/kato/assets/images/education.jpg');
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    padding: 90px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.kato .education::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.kato .education .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kato .education h2 {
    text-transform: unset;
    margin-bottom: 0;
    color: #fff;
}

.kato .education p {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}

.kato .education-btns {
    text-align: center;
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.kato .education-registration-btn {
    color: #009966;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 32px;
    background-color: #FFF;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kato .education-registration-btn:hover {
    background-color: #f0f0f0;
}

.kato .education-registration-btn:active {
    background-color: #e0e0e0;
    transform: scale(0.98);
}

/* ----------------------------- */

.kato .education-feedback-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kato .education-feedback-btn:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.kato .education-feedback-btn:active {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(0.98);
}

/* PARTNERS */

.kato .partners {
    padding: 65px 0;
}

.kato .partners img {
    width: 100%;
}

/* FOOTER */

.kato footer {
    background: #009966;
    padding: 40px 0;
}

.kato footer > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}


.kato .footer-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}



.kato .footer-contact {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kato .footer-contact > a {
    color: #fff;
    font-size: 16px;
}


.kato .footer-right {
    display: flex;
    align-items: center;
    gap: 50px;
}

.kato .footer-socials {
    display: flex;
    align-items: center;
    gap: 15px;
}

.kato .footer-copyright {
    flex: 1 1 100%;
}

.kato .footer-copyright > p {
    font-size: 14px;
    color: #CBD5E1;
}


/* Media Queries */
@media (max-width: 1200px) {
    .kato .container {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .kato .container {
        max-width: 720px;
    }

    .kato .target-audience .cards {
        justify-content: center;
    }

    .kato .course-relevance .relevance-content {
        flex-direction: column;
    }

    .kato .course-program .theory-section,
    .course-program .practice-section {
        min-width: 100%;
    }

    .kato .how-it-works .content {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .kato .container {
        max-width: 540px;
    }

    .kato .hero h1 {
        font-size: 36px !important;
    }

    .kato .hero p {
        font-size: 18px !important;
    }

    .kato .target-audience {
        padding: 40px 20px;
    }

    .kato .target-audience .card {
        flex: 1 1 100%;
    }

    .kato .testimonials .content {
        flex-direction: column;
    }

    .kato .education-btns {
        flex-direction: column;
    }

    .kato footer > .container {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .kato .footer-left {
        align-items: center;
    }

    .kato .footer-right {
        flex-direction: column;
        gap: 20px;
    }

    .kato .burger-toggle:checked ~ body {
        overflow: hidden;
    }

    .kato .burger-menu {
        display: flex;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1000;
    }

    .kato .close-menu {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 1001;
        cursor: pointer;
    }

    .kato .close-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #121F46;
        position: absolute;
        top: 50%;
        left: 0;
        transform-origin: center;
    }

    .kato .close-menu span:first-child {
        transform: rotate(45deg);
    }

    .kato .close-menu span:last-child {
        transform: rotate(-45deg);
    }

    .kato .burger-toggle:checked ~ nav {
        right: 0;
    }

    .kato .burger-toggle:checked ~ .burger-menu {
        display: none;
    }

    .kato .burger-toggle:checked ~ .close-menu {
        display: block;
    }

    .kato .burger-toggle:not(:checked) ~ .close-menu {
        display: none;
    }

    .kato .burger-toggle:checked ~ .user-actions {
        display: none;
    }

    .kato .burger-toggle:checked ~ nav .user-actions {
        display: flex;
    }

    .kato .burger-toggle:checked ~ .logo {
        display: none;
    }

    .kato .burger-toggle:checked ~ nav .logo {
        display: block;
    }
}

@media (max-width: 576px) {
    .kato .container {
        padding: 0 15px;
    }

    .kato .hero h1 {
        font-size: 28px !important;
    }

    .kato .hero p {
        font-size: 16px !important;
    }

    .kato .testimonials .content .card {
        padding: 20px;
    }

    .kato .education {
        height: auto;
        padding: 60px 0;
    }

    .kato .education-registration-btn,
    .education-feedback-btn {
        width: 100%;
    }
}

.kato .burger-toggle {
    display: none;
}

.kato .burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
}

.kato .burger-menu span {
    width: 100%;
    height: 3px;
    background-color: #121F46;
    border-radius: 3px;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .kato .burger-toggle:checked ~ body {
        overflow: hidden;
    }

    .kato .burger-menu {
        display: flex;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1000;
    }

    .kato .close-menu {
        display: block;
        position: fixed;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        z-index: 1001;
        cursor: pointer;
    }

    .kato .close-menu span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #121F46;
        position: absolute;
        top: 50%;
        left: 0;
        transform-origin: center;
    }

    .kato .close-menu span:first-child {
        transform: rotate(45deg);
    }

    .kato .close-menu span:last-child {
        transform: rotate(-45deg);
    }

    .kato .burger-toggle:checked ~ nav {
        right: 0;
    }

    .kato .burger-toggle:checked ~ .burger-menu {
        display: none;
    }

    .kato .burger-toggle:checked ~ .close-menu {
        display: block;
    }

    .kato .burger-toggle:not(:checked) ~ .close-menu {
        display: none;
    }

    .kato .user-actions {
        display: none;
    }
}

