/*
Theme Name: Swychr Custom Theme
Theme URI: https://swychr.com
Author: Bertrand
Description: Custom WordPress theme converted from Vue components.
Version: 1.0.0
*/


/* FORCE HIDE DEFAULT ARCHIVE BANNER & PAGE HEADERS */
.archive-header,
.page-header,
.entry-header,
.page-title,
.archive-title,
h1.archive-title,
.ast-archive-description,
.elementor-page-title,
header.page-header {
    display: none !important;
}

/* FIX NAVBAR & HERO SECTION BACKGROUND COLOR */
.navbar-root,
.section1 {
    background-color: #28013C !important;
}

.smart,
.maths {
    color: #ffffff !important;
}

body {
    font-family: 'Inter', sans-serif;

}

.mega-dropdown {
    display: none;
}

.mobile-submenu {
    display: none;
    flex-direction: column;
}

.dropdown-arrow {
    transition: transform 0.2s ease;
}




.section1 {
    text-align: center;
    margin: 0 auto;
    padding: 0.625rem 0;
    background: linear-gradient(rgba(23, 1, 36, 0.75), rgba(40, 1, 60, 0.85)), url('assets/images/kirak.png');
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.inside1 {
    padding-top: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    margin-top: 0;
}

.tech {
    text-align: justify;
    line-height: 1;
    margin-bottom: 11rem;
    padding-left: 1rem;
}

.smart {
    margin-bottom: 1rem;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 3.2625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    padding-top: 0;
    width: 35rem;
}

.maths {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: 0.075rem;
    margin-top: 0;
}


.section1 {
    background: url('@/assets/images/kirak.png') !important;
    background-size: cover !important;
    background-position: center !important;
    height: auto !important;
    min-height: 100vh !important;
    aspect-ratio: auto !important;
    padding-bottom: 3rem !important;
    display: flex !important;
    flex-direction: column !important;
}

.inside1 {
    padding-top: 2rem !important;
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
}

.stavo {
    order: 3 !important;
    margin-right: 0 !important;
}

.navbar-root {

    display: flex;

    align-items: center;

    width: 94%;

    margin: 0 auto;

    padding: 0;

    height: 72px;

    position: relative;

    z-index: 200;

}



/* ── Logo ─────────────────────────────────────────────────────────── */

.nav-logo {
    margin: 0;
    flex-shrink: 0;
    margin-left: 3.1rem;
}

.nav-logo a {
    display: flex;
}

.dreak {

    filter: brightness(0) invert(1);

    transition: opacity 180ms ease;

}

.dreak:hover {
    opacity: 0.80;
}



/* ── Pill container ───────────────────────────────────────────────── */

.food-pill-container {

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 100px;

    height: 44px;

    padding: 3px 4px;

    background: rgba(255, 255, 255, 0.07);

    backdrop-filter: blur(14px) saturate(160%);

    -webkit-backdrop-filter: blur(14px) saturate(160%);

    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);

}



/* ── Nav list ─────────────────────────────────────────────────────── */

.mannav {

    display: flex;

    align-items: center;

    list-style: none;

    margin: 0;

    padding: 0;

    position: relative;

    gap: 0;

}



.nav-item-wrapper {

    position: relative;

    list-style: none;

}



/* ── Nav links ────────────────────────────────────────────────────── */

.nav-link {

    color: rgba(255, 255, 255, 0.82);

    font-weight: 500;

    font-size: 0.825rem;

    letter-spacing: 0.01em;

    padding: 0 10px;

    height: 36px;

    display: flex;

    align-items: center;

    border-radius: 100px;

    text-decoration: none;

    transition: color 160ms ease, background 160ms ease;

    white-space: nowrap;

}

.nav-link:hover {

    color: #ffffff;

    background: rgba(255, 255, 255, 0.12);

}

.nav-link.active {

    color: #ffffff;

    background: rgba(255, 255, 255, 0.18);

    font-weight: 700;

}



/* ── Sliding indicator ────────────────────────────────────────────── */

.nav-indicator {

    position: absolute;

    top: 0;

    height: 3px;

    border-radius: 0 0 3px 3px;

    background: rgba(255, 255, 255, 0.90);

    box-shadow: 0 0 10px rgba(255, 255, 255, 0.55);

    transition: left 280ms cubic-bezier(0.16, 1, 0.3, 1), width 280ms cubic-bezier(0.16, 1, 0.3, 1);

    pointer-events: none;

}



/* ── Dropdown arrow ───────────────────────────────────────────────── */

.dropdown-arrow {

    margin-left: 3px;

    font-size: 0.7rem;

    transition: transform 220ms ease;

    display: inline-block;

}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}



/* ── Mega dropdown ────────────────────────────────────────────────── */

.mega-dropdown {

    position: absolute;

    top: calc(100% + 12px);

    left: 50%;

    transform: translateX(-50%);

    min-width: 240px;

    background: rgba(255, 255, 255, 0.99);

    border: 1px solid rgba(0, 0, 0, 0.07);

    border-radius: 18px;

    padding: 18px;

    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 24px rgba(0, 0, 0, 0.08);

    z-index: 1000;

}

.nav-item-wrapper:nth-child(4) .mega-dropdown {

    left: auto;

    right: 0;

    transform: none;

}



.dropdown-label {

    color: #8C1BC1;

    font-size: 0.65rem;

    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    margin-bottom: 12px;

    padding-bottom: 8px;

    border-bottom: 1px solid #f3f4f6;

}



.dropdown-grid {

    display: grid;

    grid-template-columns: 1fr;

    gap: 2px;

}

.company-grid {

    grid-template-columns: 1fr;

}



.dropdown-item {

    display: flex;

    align-items: center;

    border-radius: 10px;

    padding: 8px 10px;

    gap: 10px;

    text-decoration: none;

    transition: background 160ms ease, transform 180ms cubic-bezier(0.16, 1, 0.3, 1);

}

.dropdown-item:hover {

    background: #faf5ff;

    transform: translateX(4px);

}



.item-icon {

    width: 32px;

    height: 32px;

    background: #faf5ff;

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

}

.nav-icon-img {
    width: 17px;
    height: 17px;
}

.item-text {

    font-size: 0.84rem;

    font-weight: 600;

    color: #1a1a2e;

    letter-spacing: -0.01em;

}



/* ── Desktop CTA ──────────────────────────────────────────────────── */

.nav-cta-wrap {

    display: flex;

    align-items: center;

    flex-shrink: 0;

    margin-left: auto;

}

.nav-cta-btn {

    background: #ffffff;

    height: 40px;

    padding: 0 18px;

    border-radius: 100px;

    display: flex;

    align-items: center;

    list-style: none;

    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.14), 0 1px 3px rgba(0, 0, 0, 0.08);

    transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease;

    cursor: pointer;

    white-space: nowrap;

}

.nav-cta-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);

}

.nav-cta-btn a {

    color: #8C1BC1;

    font-size: 0.825rem;

    font-weight: 700;

    letter-spacing: -0.01em;

    text-decoration: none;

    display: flex;

    align-items: center;

    gap: 5px;

}



/* ── Hamburger ────────────────────────────────────────────────────── */

.hamburger {

    display: none;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 5px;

    width: 40px;

    height: 40px;

    background: rgba(255, 255, 255, 0.1);

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 10px;

    cursor: pointer;

    padding: 0;

    flex-shrink: 0;

}

.bar {

    display: block;

    width: 20px;

    height: 2px;

    background: #ffffff;

    border-radius: 2px;

    transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1), opacity 200ms ease;

    transform-origin: center;

}

.bar:nth-child(1).open {
    transform: translateY(7px) rotate(45deg);
}

.bar:nth-child(2).open {
    opacity: 0;
    transform: scaleX(0);
}

.bar:nth-child(3).open {
    transform: translateY(-7px) rotate(-45deg);
}



/* ── Mobile overlay & drawer ──────────────────────────────────────── */

.mobile-overlay {

    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(4px);

    z-index: 300;

    opacity: 0;

    pointer-events: none;

    transition: opacity 300ms ease;

}

.mobile-overlay.open {

    opacity: 1;

    pointer-events: all;

}



.mobile-drawer {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    background: linear-gradient(160deg, #1a0a2e 0%, #2d1060 100%);

    border-bottom: 1px solid rgba(255, 255, 255, 0.12);

    padding: 80px 24px 32px;

    transform: translateY(-100%);

    transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);

    max-height: 90vh;

    overflow-y: auto;

}

.mobile-drawer.open {
    transform: translateY(0);
}



/* ── Mobile nav list ──────────────────────────────────────────────── */

.mobile-nav {

    list-style: none;

    margin: 0;

    padding: 0;

    display: flex;

    flex-direction: column;

    gap: 2px;

}



.mobile-nav-item {
    width: 100%;
}



.mobile-nav-link {

    display: flex;

    align-items: center;

    padding: 13px 16px;

    color: rgba(255, 255, 255, 0.85);

    font-size: 1rem;

    font-weight: 500;

    text-decoration: none;

    border-radius: 12px;

    transition: background 160ms ease, color 160ms ease;

}

.mobile-nav-link:hover,

.mobile-nav-link.active {

    background: rgba(255, 255, 255, 0.1);

    color: #ffffff;

}



.mobile-nav-parent {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 16px;

    background: none;

    border: none;

    color: rgba(255, 255, 255, 0.85);

    font-size: 1rem;

    font-weight: 500;

    border-radius: 12px;

    cursor: pointer;

    transition: background 160ms ease, color 160ms ease;

}

.mobile-nav-parent:hover {

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

}



.mobile-submenu {

    display: flex;

    flex-direction: column;

    gap: 2px;

    padding: 4px 0 4px 16px;

    margin-bottom: 4px;

}



.mobile-submenu-item {

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 10px 14px;

    color: rgba(255, 255, 255, 0.75);

    font-size: 0.9rem;

    font-weight: 500;

    text-decoration: none;

    border-radius: 10px;

    transition: background 160ms ease, color 160ms ease;

}

.mobile-submenu-item:hover {

    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;

}



.mobile-item-icon {

    width: 30px;

    height: 30px;

    background: rgba(255, 255, 255, 0.1);

    border-radius: 8px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

}



/* ── Mobile CTA ───────────────────────────────────────────────────── */

.mobile-cta-wrap {

    margin-top: 20px;

    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

}

.mobile-cta-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    width: 100%;

    padding: 14px;

    background: #ffffff;

    color: #8C1BC1;

    font-size: 0.95rem;

    font-weight: 700;

    border-radius: 100px;

    text-decoration: none;

    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);

    transition: transform 200ms ease, box-shadow 200ms ease;

}

.mobile-cta-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);

}



/* ── Responsive breakpoints ───────────────────────────────────────── */



/* Tablet: shrink pill text & spacing a bit */

@media (max-width: 960px) {

    .nav-link {
        font-size: 0.78rem;
        padding: 0 8px;
    }

    .nav-cta-btn {
        padding: 0 14px;
    }

}



/* Mobile: hide pill, show hamburger */

@media (max-width: 768px) {

    .navbar-root {
        width: 100%;
        padding: 0 20px;
        height: 64px;
    }

    .food-pill-container {
        display: none;
    }

    .nav-cta-wrap {
        display: none;
    }

    .hamburger {
        display: flex;
        margin-left: auto;
    }

}


.footerlay {

    font-family: 'Montserrat', sans-serif;

    margin: 0;

    background: linear-gradient(#29013E, #28013C, #170124);

    color: #fff;

    width: 100%;

    margin: 0 auto;

}





.mother-number11lay {

    font-size: 20px;

    font-weight: bold;

    display: inline-flex;

    align-items: center;

    justify-content: center;



}



.mother-pip11lay {

    flex: 1;

    text-align: justify;

    align-items: center;

    padding: 10px;

}



.icon-fb {

    width: 24px;

    height: 24px;

    aspect-ratio: 1/1;

}



.arrow-1 {

    color: white;

    width: 24px;

    height: 24px;

    margin-left: 5px;

}



.footerlay a {

    text-decoration: none;

    color: #ffffff;

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 535;

    line-height: 120%;

    text-align: justify;

}



.footerlay i {

    margin-right: 8px;

}





.span2lay {

    font-size: 25px;

    color: #ffffff;

}



.mother-pip115lay {

    margin-top: 20px !important;

    line-height: 1.6;

}









.showlay {

    color: #ffffff;

    font-family: 'Montserrat', sans-serif;

    font-size: 14px;

    font-style: normal;

    font-weight: 535;

    line-height: 120%;

    text-align: left;

}



.span1lay,
.span2lay {

    display: block;

    margin-bottom: 25px !important;

}





.mother11lay {

    margin: 1.1rem 0;

    flex: 1;

}



.footer-content {

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 40px;

}



.mothers11lay {

    width: 100% !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    padding: 0 !important;

    display: flex;

    justify-content: space-between;

    margin-bottom: 60px !important;

}



.sergiolay {

    color: #ffffff !important;

    width: 100% !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    padding: 0 !important;

}



.rufuslay {

    color: #ffffff !important;

    width: 100%;

    margin-top: 30px !important;

    width: 100% !important;

    margin-left: 0 !important;

    margin-right: 0 !important;

    padding: 0 !important;

}



.schoollay {

    border-top: 1px solid rgba(255, 255, 255, 0.3);

    width: 100%;

    margin-top: 20px !important;

    margin-bottom: 50px !important;

}



.span1lay {

    color: #FFF;

    font-size: 17px;

    font-weight: 550;

    display: block;

    margin-bottom: 15px;

}



.zoukielay {

    margin-right: 0;

    text-align: left;

    color: #FFFFFF !important;

}



.sgrouplay {

    margin-top: 25px !important;

}



.sgrouplay a {

    width: 40px;

    height: 40px;

    background-color: rgba(255, 255, 255, 0.1);

    border-radius: 50%;

    display: inline-flex !important;

    justify-content: center !important;

    align-items: center !important;

    text-decoration: none;

    margin: 0 5px;

    padding: 0 !important;

}



.sgrouplay i {

    line-height: 1 !important;

    margin: 0 !important;

    font-size: 18px;

}



.chanalay {

    margin-right: 0;

    display: flex;

    gap: 20px;

    list-style: none;

    padding: 0;

    color: #FFFFFF !important;

}



.chanalay a {

    color: #FFFFFF;

}



.zoukielay h3,
p {

    color: #FFFFFF;

}



.chana1lay {

    white-space: nowrap;

}



.seam {

    margin-top: 20px;

    margin-left: 67px;

}



@media only screen and (max-width: 820px) {

    .sergiolay {

        flex-direction: column;

        align-items: center;

        text-align: center;

        gap: 20px;

    }



    .zoukielay {

        text-align: center;

    }



    .chanalay {

        justify-content: center;

    }

}



@media only screen and (max-width: 1180px) {

    .mothers11lay {

        flex-wrap: wrap;

        margin-left: 20px;

        justify-content: space-around;

        gap: 20px;

    }



    .mother11lay {

        flex: 1 1 30%;

        margin-left: 0;

        text-align: left;

    }



    .mother-pip11lay,
    .mother-pip115lay {

        text-align: left;

    }



    .schoollay {

        width: 95%;

        margin: 20px auto;

    }



    .sergiolay {

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        padding-left: 20px;

        gap: 15px;

    }



    .zoukielay {

        margin-right: 0;

    }



    .chanalay {

        margin-right: 0;

        padding: 0;

    }



    .rufuslay {

        margin-left: 20px;

        width: 90%;

        font-size: 14px;

    }

}



@media only screen and (max-width: 430px) {

    .footerlay {

        padding-bottom: 40px;

    }



    .mothers11lay {

        flex-direction: column;

        margin-left: 20px;

        gap: 35px;

    }



    .mother11lay {

        width: 100%;

        margin: 0;

    }



    .mother-number11lay {

        justify-content: flex-start;

        margin-bottom: 10px;

    }



    .span1lay,
    .span2lay {

        margin: 0;

    }



    .mother-pip11lay br,
    .mother-pip115lay br {

        display: none;

    }



    .sgrouplay {

        margin-top: 15px;

        display: flex;

        gap: 20px;

    }



    .schoollay {

        width: 90%;

        margin: 30px auto;

    }



    .sergiolay {

        display: flex;

        flex-direction: column;

        padding: 0 20px;

    }



    .chanalay {

        flex-direction: column;

        gap: 10px;

    }



    .chana1lay {

        font-size: 14px;

    }



    .rufuslay {

        margin: 25px 20px 0 20px;

        font-size: 12px;

        line-height: 1.5;

        width: auto;

    }

}





@media only screen and (max-width: 430px) {

    .mothers11lay {

        margin-left: 0 !important;

        padding: 0 1rem;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        width: 100%;

        gap: 3rem;

    }





    .mother11lay {

        margin: 0 auto !important;

        padding: 0;

        width: 90%;

        text-align: center !important;

    }





    .mother-number1lay {

        display: flex !important;

        justify-content: center !important;

        width: 100%;

        margin-bottom: 0.625rem;

    }



    .span1lay,
    .span2lay {

        margin: 0 !important;

        font-size: 1.5rem !important;

        line-height: 1.1;

    }





    .sgrouplay {

        margin: 1rem auto 0 auto !important;

        display: flex;

        justify-content: center;

        gap: 1.5rem;

    }





    .showlay {

        margin: 1.25rem 0;

        text-align: center;

        font-size: 0.9rem;

        line-height: 1.5;

        width: 100%;

        display: block;

        margin-left: 0 !important;

    }





    .mother-pip11lay {

        margin: 0 auto !important;

        padding: 0;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        gap: 0.75rem;

        width: 100%;

    }





    .mother-pip11lay a {

        display: block !important;

        width: 100%;

        text-align: center !important;

        padding: 0.5rem 0;

        font-size: 1rem;

    }



    .mother-pip11lay br {

        display: none !important;

    }

}





.footer-download-highlight {

    color: #FFFFFF !important;

    font-weight: 700;

    display: inline-flex;

    align-items: center;

    gap: 0.3rem;

    transition: transform 0.2s ease, color 0.2s ease;

}



.footer-download-highlight:hover {

    color: #ffffff !important;

    transform: translateX(4px);

}