/* Reset and base styles (from Wix) */
body,
html {
    margin: 0;
    padding: 0;
    font-family: "Fahkwang", sans-serif;
    height: 100%;
    color: #06103c;
    text-align: justify;
}


.container-fluid {
    max-width: 1600px;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    color: #06103c;
    line-height: 1.1em;
    text-align: start;
}

h2 {
    font-size: 64px;
    font-weight: normal;
    color: #06103c;
    line-height: 1.4em;
    text-align: start;
}

.header {
    background: #ffffff;
    padding-top: 48px;

    /* border-bottom: 1px solid #eee; */
}



/* body {
    padding-top: 90px;
} */

.header,
section {
    scroll-margin-top: 100px;
    /* adjust to your header height */
}

.header.shrink {
    padding-block: 6px;
    background: rgba(255, 255, 255, 0.95);
    transition: 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    /* or your transparent / blurred theme */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.header-inner {
    margin: 0 auto;
    padding: 0 16px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.logo-wrapper {
    width: auto;
    display: flex;
    /* justify-content: center; */
}

/* Logo */
.logo {
    font-size: 1.4rem;
    font-weight: 700;
}

.logo img {
    width: 200px;
    height: auto;
}

/* Desktop Nav */
.nav {
    display: flex;
    gap: 24px;
}

.nav a {
    text-decoration: none;
    color: #222;
    font-weight: normal;
    color: rgb(22, 22, 63);
    font-size: 16px;
    height: 30px;
    display: flex;
    align-items: center;
}

.nav a:active,
.nav a:hover {

    color: rgb(158, 63, 253);
}

/* MOBILE STYLES */

/* Hamburger default */
.menu-toggle {
    width: 32px;
    height: 21px;
    display: none;
    /* Hidden on desktop */
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.menu-toggle span {
    display: block;
    height: 3px;
    background: #111;
    border-radius: 3px;
    transition: 0.4s;
}


section#hero {
    padding: 80px 16px 0;
}

section#hero .divider {
    background-color: #06103c;
    margin-top: 60px;
    height: 1px;
}

section#hero .hero-content h1 {
    color: #06103c;
    font-size: 51px;
    margin-bottom: 60px;
    max-width: 490px;
    font-weight: normal;
    text-align: start;
}

section#hero .hero-content p {
    max-width: 490px;
    margin-bottom: 50px;

}

section#partner .second-row a,
section#hero .hero-content a {
    border: 1px solid #06103c;
    background: #06103c;
    color: #fff;
    padding: 12px 43px;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

section#partner .second-row a:hover,
section#hero .hero-content a:hover {
    border: 1px solid #06103c;
    background: #fff;
    color: #06103c;
}

section#hero .hero-image {
    width: 100%;
    height: 100%;
}

section#hero .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



section#partner {
    padding: 60px 16px 48px;
}

section#partner h2 {
    margin: 80px 0 50px;
    text-transform: uppercase;
}

section#partner p {
    font-size: 2rem;
    max-width: 900px;
}

section#partner .divider {
    background-color: #06103c;
    margin-top: 44px;
    margin-bottom: 44px;
    height: 1px;
}

section#partner .second-row {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

section#partner .second-row p {
    font-size: 16px;
    max-width: 633px;
    text-align: justify;
}

section#partner .second-row a {
    font-size: 14px;
}


section#services {
    padding: 80px 16px 48px;
}

section#services h2 {
    margin-bottom: 48px;
}

section#services .sub-title-row {
    margin-bottom: 42px;
}

section#services .sub-title-row p {
    max-width: 630px;
}

section#services h3 {
    font-size: 22px;
}

section#services .divider {
    background-color: #06103c;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 1px;
}

section#services .service-cards .card {
    border: none;
    border-bottom: 1px solid #06103c;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    padding: 16px;
    text-transform: uppercase;
    flex-direction: row;
}

section#services .service-cards h2 {
    margin-bottom: 0;
    font-size: 48px;
}

section#services .service-cards p {
    max-width: 200px;
    text-transform: none;
    margin-top: 32px;
    color: #06103c;
}




#testimonials {
    background-color: #fff;
    padding: 80px 0;
    color: #06103c;
}

.testimonials {
    text-align: center;
    padding: 50px 16px;
}



.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 980px;
    margin: 0px auto 100px;
}

.slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.slide {
    min-width: 100%;
    padding: 0;
    border-radius: 16px;
    /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1); */
}

.slide .text {
    font-size: 51px;
    margin-bottom: 20px;
    /* font-style: italic; */
    color: #06103c;
    line-height: 1.2;
    margin-top: 40px;
    font-weight: normal;
}

.slide .author {
    font-size: 16px;
    color: #06103c;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 10px;
}

/* Bullets */
.slider-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.slider-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    background-color: #06103c;
    border-radius: 102%;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
    margin: 0;
    padding: 0;
}

.slider-dots button.active {
    border-radius: 999999999999999px;
    border: 2px solid #06103c;
    width: 14px;
    height: 14px;
    background: #fff;
}


footer#footer .divider {
    background-color: #06103c;
    margin-top: 60px;
    margin-bottom: 70px;
    height: 1px;
}

footer#footer img {
    height: auto;
    width: 200px;
    margin-bottom: 100px;
}

footer#footer a {
    text-decoration: none;
    color: #06103c;
    display: inline-block;
    margin-bottom: 32px;
}

footer#footer a:hover {
    text-decoration: underline;
}


@media (max-width: 1400px) {}

@media (max-width: 992px) {

    .hero-image {
        margin-top: 60px;
    }

    .header.shrink {
        padding-block: 16px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        /* or your transparent / blurred theme */
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    }

    section#partner img,
    section#hero .hero-image img {
        width: 100vw;
        height: auto;
        margin-left: calc((-100vw + 100%) / 2);
        object-fit: cover;
    }

    .header-inner {
        justify-content: center;
    }

    .logo-wrapper {
        width: 100%;
    }

    /* Hidden state */
    .nav {
        position: absolute;
        top: 140px;
        right: 0;
        width: 100%;

        background: white;
        flex-direction: column;
        align-items: center;

        /* Start hidden but layout-ready */
        opacity: 0;
        max-height: 0;
        overflow: hidden;

        gap: 0;
        padding: 0;

        border-top: 1px solid #eee;
        transition:
            opacity 0.35s ease,
            max-height 0.45s ease;
    }

    .header.shrink .nav {
        top: 110px;
    }

    /* OPEN STATE â **no display change**, no flex jump */
    .nav.open {
        opacity: 1;
        max-height: 100vh;
        height: 100vh;
        background-color: #fff;
        /* enough to show links */
        padding: 24px 0;
        gap: 16px;
        z-index: 9999999999;
    }

    /* Mobile hamburger */
    .menu-toggle {
        display: flex;
        z-index: 9999;
    }

    /* ANIMATION: Hamburger â X */
    .menu-toggle.open span:nth-child(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open span:nth-child(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    section#partner p {
        font-size: 24px;
        text-align: start;
    }

    section#services {
        padding-top: 60px;
    }

    section#services h2 {
        margin-bottom: 24px;
    }

    section#partner h2 {
        margin: 40px 0 20px;
        font-size: 42px;
    }

    section#services h2 {
        font-size: 42px;
    }

    section#services h3 {
        margin-bottom: 20px;
    }

    section#services h3 br {
        display: none;
    }

    .slide {
        padding: 0 16px;
    }

    .slider {
        margin: 0px auto 60px;
    }

    .slide .text {
        font-size: 40px;
        margin-bottom: 20px;
        margin-top: 24px;
        max-width: 600px;
        margin-inline: auto;
    }

    footer#footer .divider {
        background-color: #06103c;
        margin-top: 40px;
        margin-bottom: 50px;
        height: 1px;
    }

    footer#footer img {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .header {
        padding-top: 32x;
    }

    .logo img {
        width: 120px;
        height: auto;
    }


    .header-inner {
        justify-content: center;
        align-items: center;
    }

    .header.shrink .nav {
        top: 77px;
    }

    section#hero .hero-content p,
    section#hero .hero-content h1 {
        max-width: 600px;
    }


    section#partner h2 {
        margin: 32px 0 16px;
        font-size: 30px;
    }

    section#partner p {
        font-size: 18px;
        text-align: start;
    }

    section#partner .second-row {
        justify-content: flex-end;
        align-items: flex-start;
    }

    section#partner .second-row p {
        font-size: 14px;
        max-width: 100%;
        text-align: start;
    }

    section#services {
        padding-top: 40px;
    }

    section#services h2 {
        margin-bottom: 11px;
    }

    section#services .sub-title-row {
        margin-bottom: 0;
    }

    section#services .service-cards .card {

        flex-direction: column;
        padding: 16px 0;
    }

    section#services .service-cards .card h2 {
        font-size: 24px;
    }

    section#services h2 {
        font-size: 30px;

    }

    section#services .service-cards .card h2 br {
        display: none;

    }

    section#services .service-cards .card p {
        max-width: 100%;
        margin-top: 12px;
    }

    .slider {
        margin: 0px auto 30px;
    }

    .slide .text {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 24px;
        max-width: 360px;
        margin-inline: auto;
    }

}


@media (max-width: 576px) {
    section#hero .hero-content h1 {
        font-size: 30px;
    }
}