/* Landing extras — Singapore Forex education */

/* Keep slider H1 styled like the original caption */
h1.tp-caption.high_title2 {
    margin: 0;
    font-weight: inherit;
    line-height: inherit;
}

/* Topbar quick links instead of icon buttons */
#topbar .topbar-quicklinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    min-height: 42px;
}

#topbar .topbar-quicklinks a {
    display: inline-block;
    padding: 0 14px;
    line-height: 42px;
    border-right: 1px solid #f2f2f2;
    color: #888;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, background-color 0.2s ease;
}

#topbar .topbar-quicklinks a:first-child {
    border-left: 1px solid #f2f2f2;
    padding-left: 14px;
}

#topbar .topbar-quicklinks a:hover {
    color: #222;
    background: #fafafa;
}

#topbar .topbar-quicklinks a.topbar-quicklinks-cta {
    color: #222;
    background: #f7c221;
    border-right-color: #f7c221;
}

#topbar .topbar-quicklinks a.topbar-quicklinks-cta:hover {
    color: #fff;
    background: #222;
    border-right-color: #222;
}

/* Messagebox with embedded signup form */
.messagebox-with-form .messagebox-form-row {
    text-align: left;
    display: flex;
    align-items: stretch;
}

.messagebox-with-form .messagebox-aside {
    height: 100%;
    padding: 28px 24px;
    text-align: center;
    background: linear-gradient(165deg, #1a1a1c 0%, #2a2a2e 100%);
    color: #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.messagebox-with-form .messagebox-aside-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: #f7c221;
    color: #222;
    font-size: 24px;
}

.messagebox-with-form .messagebox-aside-icon .fa {
    display: block;
    line-height: 1;
    color: #222;
}

.messagebox-with-form .messagebox-aside h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.messagebox-with-form .messagebox-aside-lead {
    margin: 0 0 20px;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.6;
}

.messagebox-with-form .messagebox-aside-points {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    text-align: left;
}

.messagebox-with-form .messagebox-aside-points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    color: #eee;
    font-size: 15px;
    line-height: 1.45;
}

.messagebox-with-form .messagebox-aside-points li i {
    flex-shrink: 0;
    width: 18px;
    margin-top: 2px;
    color: #f7c221;
    text-align: center;
}

.messagebox-with-form .messagebox-actions {
    margin-top: 8px;
}

.messagebox-with-form .messagebox-actions .btn {
    margin: 0 6px 8px;
}

.messagebox-with-form .messagebox-actions .btn-default {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
}

.messagebox-with-form .messagebox-actions .btn-default:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}

.messagebox-with-form .landing-form-card {
    margin-top: 0;
    height: 100%;
}

.messagebox-with-form .landing-form-card h3 {
    margin-top: 0;
}

.messagebox-with-form .landing-form-card > p {
    margin-bottom: 16px;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

/* Audience cards — consultation section */
.audience-grid > [class*="col-"] {
    margin-bottom: 24px;
}

.audience-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    min-height: 168px;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.audience-card:hover {
    border-color: #f7c221;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.audience-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7c221;
    color: #222;
    font-size: 22px;
}

.audience-card-icon .fa {
    line-height: 1;
}

.audience-card-body {
    min-width: 0;
    text-align: left;
}

.audience-card-body h3 {
    margin: 2px 0 10px;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
}

.audience-card-body p {
    margin: 0 0 14px;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

.audience-card-link {
    display: inline-block;
    color: #222;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #f7c221;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.audience-card-link:hover {
    color: #f7c221;
    border-bottom-color: #222;
    text-decoration: none;
}

.audience-card-link .fa {
    margin-left: 4px;
}

.audience-cta {
    margin-top: 8px;
    padding-top: 10px;
}

.hero-expert-slide {
    max-height: 440px;
    max-width: 320px;
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

#slider-in-laptop img,
#slider-in-laptop .rsImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

.landing-form-visual img {
    border: 1px solid #eee;
    background: #000;
    width: 100%;
    height: auto;
    display: block;
}

/* Registration split: After the call | Form */
.registration-split {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Bootstrap 3 clearfix pseudo-elements break equal-height flex */
.registration-split:before,
.registration-split:after {
    display: none;
}

.registration-split > [class*="col-"] {
    display: flex;
    flex-direction: column;
    float: none;
    margin-bottom: 20px;
}

.after-call-band-inner {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    padding: 24px 22px;
    background: linear-gradient(165deg, #1a1a1c 0%, #2a2a2e 100%);
    color: #eee;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.after-call-top {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.after-call-visual {
    width: 100%;
    max-width: none;
    margin: 0;
}

.after-call-visual img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(247, 194, 33, 0.35);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.after-call-copy {
    text-align: left;
    padding: 0;
}

.after-call-label {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 10px;
    background: #f7c221;
    color: #222;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.after-call-copy h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.after-call-copy p {
    margin: 0;
    color: #cfcfcf;
    font-size: 14px;
    line-height: 1.5;
}

.after-call-benefits {
    margin-top: auto;
    padding-top: 16px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
}

.after-call-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #eee;
    font-size: 14px;
    line-height: 1.45;
}

.after-call-benefit:last-child {
    margin-bottom: 0;
}

.after-call-benefit .fa {
    flex-shrink: 0;
    margin-top: 2px;
    color: #f7c221;
    font-size: 18px;
}

.registration-form-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.registration-form-card > p {
    margin-bottom: 16px;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
}

.registration-form-card form-preland {
    display: block;
    margin-top: auto;
}

/* Why us — thematic cards */
.why-grid > [class*="col-"] {
    margin-bottom: 24px;
}

.why-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    height: 100%;
    min-height: 170px;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.why-card:hover {
    border-color: #f7c221;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.why-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #f7c221;
    color: #222;
    font-size: 22px;
}

.why-card-icon .fa {
    line-height: 1;
}

.why-card-body {
    min-width: 0;
    text-align: left;
}

.why-card-body h3 {
    margin: 2px 0 10px;
    color: #222;
    font-size: 20px;
    line-height: 1.3;
}

.why-card-body p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.55;
}

.why-focus {
    margin-top: 8px;
    padding: 28px 24px;
    text-align: center;
    background: linear-gradient(165deg, #1a1a1c 0%, #2a2a2e 100%);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.why-focus-label {
    margin-bottom: 16px;
    color: #f7c221;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.why-focus-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}

.why-focus-items span {
    display: inline-block;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(247, 194, 33, 0.35);
    color: #eee;
    font-size: 14px;
    line-height: 1.4;
}

.landing-card-desc {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    margin: 8px 12px 0;
    padding: 0 10px;
}

.landing-form-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 28px 24px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.landing-form-card h3 {
    margin-top: 0;
}

.footer-brand-title {
    color: #f7c221;
    font-size: 22px;
    margin-bottom: 15px;
}

.footer_nav_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_nav_list li {
    margin-bottom: 8px;
}

.footer_nav_list a {
    color: #c3c3c3;
}

.footer_nav_list a:hover {
    color: #f7c221;
}

.footer-payments {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.footer-payments img {
    height: 28px;
    width: auto;
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
}

.fixed-risk-warning {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 14px 0;
    background: rgba(18, 18, 20, 0.96);
    color: #fff;
    border-top: 1px solid rgba(247, 194, 33, 0.55);
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.fixed-risk-warning.is-hiding {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

.risk-warning-content {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.risk-warning-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(247, 194, 33, 0.15);
    border: 1px solid rgba(247, 194, 33, 0.45);
    color: #f7c221;
    font-size: 18px;
}

.risk-warning-body {
    flex: 1;
    min-width: 0;
}

.risk-warning-badge {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 9px;
    background: #f7c221;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.3;
}

.risk-warning-text {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #d8d8d8;
}

.risk-warning-close {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.risk-warning-close:hover {
    background: #f7c221;
    border-color: #f7c221;
    color: #222;
}

.risk-warning-spacer {
    height: 88px;
}

#header-style-1 .navbar-brand {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0.5px;
}

@media (max-width: 991px) {
    .messagebox-with-form .messagebox-form-row {
        display: block;
    }

    .messagebox-with-form .messagebox-aside {
        margin-bottom: 20px;
    }

    .messagebox-with-form .messagebox-aside-points {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .after-call-band-top {
        display: block;
    }

    .registration-split {
        display: block;
    }

    .registration-split > [class*="col-"] {
        display: block;
    }

}

@media (max-width: 767px) {
    .hero-expert-slide {
        display: none !important;
    }

    .audience-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .audience-card-body h3 {
        font-size: 18px;
    }

    .after-call-band-inner {
        padding: 22px 18px 16px;
    }

    .after-call-copy h3 {
        font-size: 22px;
    }

    .after-call-copy p {
        font-size: 15px;
    }

    .why-card {
        min-height: 0;
        padding: 20px 18px;
    }

    .why-card-body h3 {
        font-size: 18px;
    }

    .why-focus {
        padding: 22px 16px;
    }

    .landing-form-card {
        margin-top: 20px;
        padding: 20px 16px;
    }

    .risk-warning-content {
        gap: 10px;
    }

    .risk-warning-icon {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .risk-warning-text {
        font-size: 12px;
    }

    .risk-warning-spacer {
        height: 110px;
    }

    .tp-caption.high_title2,
    .tp-caption.big_title,
    .tp-caption.big_title_slider {
        font-size: 22px !important;
        line-height: 1.25 !important;
    }
}
