/*
Theme Name:   Flatsome Child
Theme URI:
Description:  Flatsome Child Theme
Author:       KTech
Author URI:
Template:     flatsome
Version:      1.0.0
Text Domain:  flatsome-child
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700;800&display=swap');

.button.primary {
    color: #FAF8F4;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.68px;
    min-height: 36px;
    line-height: 36px !important;
}

.button.primary.is-outline {
    border: 1px solid rgba(5, 12, 19, 0.25);
}

.bannerHome .button.white.is-link {
    color: #FAF8F4;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.68px;
    min-height: 36px;
    line-height: 36px !important;
}

ul.header-nav.header-nav-main.nav.nav-left.nav-spacing-medium {
    justify-content: center;
}

.header .menu-item a {
    font-size: 15px;
}

.header-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    justify-content: center;
}

.header-logo-wrapper a {
    display: flex !important;
    align-items: center !important;
}

.header-logo-wrapper .header-logo,
.header-logo-wrapper .header-logo-dark,
.header-logo-wrapper .header-logo-sticky {
    max-height: 44px !important;
    height: 44px !important;
    width: auto !important;
    object-fit: contain !important;
}

.logo-left .logo {
    margin-right: 0 !important;
}

.header-secondary-logo {
    display: flex !important;
    align-items: center !important;
}

.header-secondary-logo img {
    max-height: 44px !important;
    height: 44px !important;
    width: auto !important;
    object-fit: contain !important;
    display: block !important;
}

.header-logo-divider {
    display: inline-block !important;
    width: 1px !important;
    height: 44px !important;
    background-color: #dcdcdc !important;
    flex-shrink: 0 !important;
}

@media (max-width: 1200px) and (min-width: 769px) {

    .header .menu-item a,
    .wynthor-header-nav a,
    .nav>li>a {
        font-size: 13px;
        padding-left: 6px;
        padding-right: 6px;
    }

    ul.header-nav.nav>li {
        margin-left: 2px;
        margin-right: 2px;
    }

    .header-logo-wrapper .header-logo,
    .header-logo-wrapper .header-logo-dark,
    .header-logo-wrapper .header-logo-sticky,
    .header-secondary-logo img {
        max-height: 38px;
        height: 38px;
    }

    .header-logo-divider {
        height: 24px;
    }

    .header-button .button {
        padding: 0 12px;
        font-size: 12px;
        min-height: 34px;
        line-height: 34px;
    }
}

@media (max-width: 1024px) {

    .wynthor-contact-left,
    .wynthor-contact-left .col-inner {
        padding: 40px 32px !important;
    }
}

@media (max-width: 768px) {

    .header-logo-wrapper .header-logo,
    .header-logo-wrapper .header-logo-dark,
    .header-secondary-logo img {
        max-height: 35px !important;
        height: 35px !important;
    }

    .header-logo-divider {
        height: 20px !important;
    }
}

/* Page about */

.ab-hero-label p {
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0 !important;
}

.ab-hero-heading p,
.ab-hero-heading h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 64.4px;
    letter-spacing: -1px;
    margin: 20px 0 !important;
}

.ab-hero-desc {
    max-width: 820px;
}

.ab-hero-desc p {
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 27.2px !important;
}

.ab-hero-desc span {
    color: #D6A453 !important;
}

.ab-intro-section {
    padding: 60px 0;
}

.ab-intro-text p {
    font-size: 20px;
    line-height: 40px;
    color: #3D4550;
    margin-bottom: 24px;
}

.ab-intro-text strong {
    color: #092244;
    font-weight: 600;
}

.ab-intro-text a,
.ab-intro-text .highlight-gold {
    color: #D6A453;
    font-weight: 700;
    text-decoration: underline;
}

.row-ab-info {
    background: #fff;
    padding: 35px 25px 15px;
}

.ab-info-card>.col-inner {
    background-color: rgba(9, 34, 68, 0.06) !important;
    padding: 24px !important;
    border-radius: 4px !important;
}

.ab-info-item {
    padding-bottom: 16px !important;
    margin-bottom: 16px !important;
    border-bottom: 1px solid rgba(9, 34, 68, 0.1) !important;
}

.ab-info-item:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.ab-info-label,
.ab-info-item p:first-child {
    font-size: 13px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #5D646C !important;
    margin-bottom: 4px !important;
    font-weight: 400 !important;
}

.ab-info-val,
.ab-info-item p:last-child {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #0B121A !important;
    margin-bottom: 0 !important;
    line-height: 28px !important;
}

.ab-values-section {
    padding: 60px 0;
}

.ab-values-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ab-value-card {
    background-color: #FCFAF6;
    padding: 20px 24px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.ab-value-card:last-child {
    margin-bottom: 0 !important;
}

.ab-value-card h3,
.ab-value-card .ab-value-title,
.ab-value-card p:first-child {
    font-size: 24px;
    font-weight: 700;
    color: #3D4550;
    margin-bottom: 8px;
    line-height: 32px;
}

.ab-value-card p:last-child,
.ab-value-card .ab-value-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #5D646C;
    margin-bottom: 0;
}

/* Vision & Mission Section (Figma node 282:307) */
.ab-vm-section {
    padding: 60px 0;
}

.ab-vm-title-wrap {
    margin-bottom: 30px;
}

.ab-vm-sub {
    font-size: 14px;
    color: #223146;
    margin-bottom: 8px !important;
}

.ab-vm-main-title {
    font-size: 40px;
    font-weight: 700;
    color: #092244;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 0;
}

/* Vision & Mission Cards */
.ab-card-vision>.col-inner {
    background-color: #8D8C8A !important;
    border-top: 16px solid #092244 !important;
    padding: 32px 30px !important;
    height: 100%;
}

.ab-card-mission>.col-inner {
    background-color: #092244 !important;
    border-top: 12px solid #8D8C8A !important;
    padding: 32px 30px !important;
    height: 100%;
}


.ab-card-vision h3,
.ab-card-mission h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #FFF !important;
    margin-bottom: 16px !important;
}

.ab-card-vision p,
.ab-card-mission p {
    font-size: 15px !important;
    line-height: 26.25px !important;
    color: #FFF !important;
    margin-bottom: 0 !important;
}

/* Strategy Card */
.ab-strategy-card>.col-inner {
    background-color: #E2B76E;
    padding: 44px 40px 36px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.ab-strategy-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0B1723 !important;
    margin-bottom: 36px !important;
}

.row-strategy-r1 {
    margin-bottom: 30px !important;
}

.row-strategy-r2 {
    margin-bottom: 0 !important;
}

.ab-strategy-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

.ab-strategy-num {
    font-size: 30px;
    font-weight: 400;
    color: #3D4550;
    line-height: 36px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 90px;
    flex-shrink: 0;
}

.ab-strategy-num::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #3D4550;
}

.ab-strategy-desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    color: #3D4550;
    margin-bottom: 0;
}

.ab-cert-section {
    padding: 60px 0;
}

.ab-cert-sub {
    font-size: 14px;
    color: #223146;
    margin-bottom: 8px !important;
}

.ab-cert-title {
    font-size: 48px;
    font-weight: 500;
    color: #0B121A;
    line-height: 63px;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
}

.ab-cert-item .img-inner {
    border-radius: 4px;
    overflow: hidden;
}

.ab-cert-item img {
    height: 367px;
    object-fit: cover;
    width: 100%;
}

/* ── Contact Section ─────────────────────────────────────────────────────── */

.wynthor-contact,
.wynthor-contact-page {
    margin-bottom: -352px;
    z-index: 2;
}

.wynthor-contact-left {
    background-color: #092244;
    border-right: 1px solid rgba(26, 26, 22, 0.15);
    padding: 96px 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px 0 0 8px !important;
    overflow: hidden !important;
}


.wynthor-contact-label p {
    color: #FFF;
    font-size: 11.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.8px;
    letter-spacing: 1.568px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wynthor-contact-heading p {
    color: #FFF;
    font-size: 58.55px;
    font-weight: 400;
    line-height: 64.405px;
    letter-spacing: -1.171px;
    margin-bottom: 30px;
}

.wynthor-contact-info-desc {
    color: #FFF;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 25.92px;
    margin-bottom: 30px;
}

.wynthor-contact-left .icon-box-text p {
    color: #FFF;
    font-size: 13.6px;
    font-weight: 400;
    line-height: 23.12px;
}

.wynthor-contact-left .icon-box {
    margin-bottom: 20px;
}

/* Contact Right - Form */
.wynthor-contact-right {
    background-color: #ffffff;
    padding: 96px 64px;
    display: flex;
    align-items: center;
    border-radius: 0 8px 8px 0 !important;
    overflow: hidden !important;
}

.wynthor-contact-form-wrap {
    max-width: 448px;
    width: 100%;
}

.wynthor-form-label-heading {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2b2b2a;
    letter-spacing: 1.568px;
    text-transform: uppercase;
    margin-bottom: 32px;
}


.wynthor-form-field {
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(26, 26, 22, 0.15);
    padding-bottom: 4px;
    transition: border-color 0.2s ease;
}

.wynthor-form-field:focus-within {
    border-bottom-color: #092244;
}

.wynthor-form-field .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.wynthor-form-field input,
.wynthor-form-field select,
.wynthor-form-field textarea {
    width: 100% !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.wynthor-form-field select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #000000 !important;
}

.wynthor-form-field select option {
    color: #000000 !important;
}

.wynthor-form-field textarea {
    height: 90px !important;
    resize: none !important;
}

.wynthor-form-field input::placeholder,
.wynthor-form-field textarea::placeholder {
    color: #777777 !important;
    opacity: 1 !important;
}

.wynthor-form-submit {
    margin-top: 40px;
}

.wynthor-form-btn,
.wynthor-form-submit input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #1c2b3e !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    padding: 10px 36px !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    margin: 0;
    min-height: 2rem;
}

.wynthor-form-btn:hover,
.wynthor-form-submit input[type="submit"]:hover {
    background-color: #092244 !important;
}

.wynthor-form-disclaimer {
    font-size: 11.5px !important;
    font-weight: 300 !important;
    color: #7a7769 !important;
    line-height: 1.6 !important;
    margin-top: 28px !important;
    margin-bottom: 0 !important;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.wynthor-footer-copy p,
.wynthor-footer-motto p {
    color: #FCFAF6;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 3.3px;
    text-transform: uppercase;
}

.wynthor-footer .ux-menu-link__link {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: max-content;
    padding-bottom: 8px !important;
}

.wynthor-footer .ux-menu-link__link:hover {
    color: #C9A84C !important;
}

@media (max-width: 768px) {

    html body #header.show-on-scroll,
    html body .stuck .header-main,
    html body .header.show-on-scroll,
    html body.stuck #header .header-main {
        height: 60px !important;
    }

    .sidebar-menu .nav-uppercase>li>a {
        letter-spacing: 0;
        text-transform: none;
        font-size: 16px;
        font-weight: 500;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .header-inner .nav {
        margin-bottom: 0 !important;
    }

    /* .medium-logo-center .logo {
        margin: 0 !important;
    } */


    .sidebar-menu .button {
        width: 100%;
    }

    .nav:not(.nav-slide) .active>.children {
        padding-bottom: 0 !important;
    }

    .wp-block-button__link {
        font-size: 10px !important;
    }

    .wynthor-contact {
        width: 90% !important;
        margin: 0px auto -330px;
    }

    .wynthor-contact-page {
        width: 100% !important;
    }

    .wynthor-contact-left {
        border-radius: 8px 8px 0 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(26, 26, 22, 0.15);
    }

    .wynthor-contact-right {
        border-radius: 0 0 8px 8px !important;
    }


    .wynthor-contact-info-desc {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .wynthor-contact-left .icon-box-text p {
        font-size: 12px;
    }

    .wynthor-contact-left .icon-box {
        margin-bottom: 10px;
    }

    .wynthor-contact .is-divider {
        margin-top: 1em !important;
        margin-bottom: 1em !important;
    }

    .off-canvas:not(.off-canvas-center) li.html {
        padding: 5px 20px !important;
    }

    .ab-hero-heading p,
    .ab-hero-heading h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 10px 0 !important;
    }

    .row-ab-info {
        background: #fff;
        padding: 10px 10px 0px;
    }

    .ab-intro-text p {
        font-size: 17px;
        line-height: 28px;
        text-align: justify;
    }

    .ab-value-card {
        margin-bottom: 0;
        padding: 10px 0px 0;
    }

    .ab-value-card h3,
    .ab-value-card .ab-value-title,
    .ab-value-card p:first-child {
        font-size: 18px;
        line-height: 24px;
    }

    .ab-value-card p:last-child,
    .ab-value-card .ab-value-desc {
        font-size: 15px;
        line-height: 23px;
    }

    .ab-vm-main-title {
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .ab-vm-title-wrap {
        margin-bottom: 0;
    }

    .ab-strategy-card>.col-inner {
        padding: 30px 20px 10px !important;
    }

    .ab-strategy-desc {
        font-size: 16px;
        line-height: 25px;
        text-align: justify;
    }

    .ab-cert-title {
        font-size: 35px;
        line-height: 35px;
    }

    .ab-cert-item img {
        height: 100% !important;
    }
}

/* ── Products Page Hero & Benefits ─────────────────── */

.wynthor-product-hero-sub p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #e5433a;
    line-height: 18px;
    margin-bottom: 8px;
}

.wynthor-product-hero-title p {
    font-size: 36px;
    font-weight: 700;
    color: #0f172b;
    line-height: 45px;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.wynthor-product-hero-desc p {
    font-size: 14px;
    font-weight: 400;
    color: #0f172b;
    line-height: 22.75px;
    margin-bottom: 10px;
}

.wynthor-benefit-card {
    background: #ffffff;
    border-top: 6px solid #050c13;
    border-radius: 0px;
    padding: 24px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wynthor-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.wynthor-benefit-card .icon-box-img,
.wynthor-benefit-card-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
}

.wynthor-benefit-card h3,
.wynthor-benefit-card .wynthor-benefit-title {
    font-size: 20px;
    font-weight: 700;
    color: #050c13;
    text-transform: uppercase;
    line-height: 19.5px;
    margin-bottom: 12px;
}

.wynthor-benefit-card p,
.wynthor-benefit-card .wynthor-benefit-desc {
    font-size: 16px;
    font-weight: 400;
    color: #5d646c;
    line-height: 32px;
    margin-bottom: 0;
}

@media (max-width: 768px) {

    .wynthor-product-hero-title,
    .wynthor-product-hero-title p {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.4px;
        margin-bottom: 10px;
    }

    .wynthor-product-hero-desc,
    .wynthor-product-hero-desc p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .wynthor-benefit-card {
        padding: 20px 16px;
        margin-bottom: 16px;
        gap: 0;
        text-align: center !important;
        align-items: center;
    }

    .wynthor-benefit-card h3,
    .wynthor-benefit-card .wynthor-benefit-title {
        font-size: 18px;
        line-height: 22px;
    }

    .wynthor-benefit-card p,
    .wynthor-benefit-card .wynthor-benefit-desc {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ── Withdrawal Page / Rút tiền ───────────────────── */
.wynthor-step-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 12px;
}

.wynthor-step-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #001838;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}

.wynthor-step-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    line-height: 28px;
    margin: 0;
}

.wynthor-step-body {
    padding-left: 44px;
    font-size: 14px;
    color: #374151;
    line-height: 22px;
}

.wynthor-step-body p {
    font-size: 14px;
    color: #374151;
    line-height: 22px;
    margin-bottom: 8px;
}

.wynthor-step-body a.wynthor-link {
    color: #2563eb;
    font-weight: 500;
    text-decoration: underline;
}

.wynthor-step-body .wynthor-hotline {
    color: #001838;
    font-weight: 700;
}

.wynthor-step-list {
    margin: 8px 0 0 0;
    padding-left: 18px;
    list-style-type: decimal;
}

.wynthor-step-list li {
    font-size: 14px;
    color: #374151;
    line-height: 22px;
    margin-bottom: 6px;
}

.wynthor-rut-note-box {
    background-color: #fdf8f0;
    border: 1px solid #e8d9b5;
    border-radius: 4px;
    padding: 24px;
    margin-top: 24px;
}

.wynthor-rut-note-box .wynthor-note-title {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 16px;
    line-height: 20px;
}

.wynthor-rut-note-box .wynthor-note-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wynthor-rut-note-box .wynthor-note-list>li {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    color: #374151;
    line-height: 20px;
}

.wynthor-rut-note-box .wynthor-note-list>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 8px;
    border-left: 2px solid #16a34a;
    border-bottom: 2px solid #16a34a;
    transform: rotate(-45deg);
}

.wynthor-rut-note-box .wynthor-note-list ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding-left: 12px;
}

.wynthor-rut-note-box .wynthor-note-list ul li {
    font-size: 13px;
    color: #374151;
    line-height: 20px;
    margin-bottom: 4px;
}

@media (max-width: 768px) {
    .wynthor-step-body {
        padding-left: 0;
        margin-top: 8px;
    }
}