@font-face {
    font-family: ralewayMedium;
    src: url('../fonts/source-sans-pro-400.ttf');
}

:root {
    --site-ink: #213242;
    --site-muted: #5d6d7d;
    --site-panel: rgba(255, 255, 255, 0.8);
    --site-panel-border: rgba(17, 63, 84, 0.12);
    --site-shadow: 0 16px 36px rgba(37, 59, 79, 0.12);
    --site-radius: 18px;
}

body {
    color: var(--site-ink);
    background: linear-gradient(180deg, #d6e3ef 0%, #edf4f9 24%, #f7fafc 100%);
}

section.section.pd-15 {
    padding-top: 18px;
    padding-bottom: 18px;
}

.descriptionWrap p {
    margin-bottom: 8px;
    color: #24323f;
    font-size: 17px !important;
    line-height: 1.6;
}

.whats-app {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 60px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 15px;
}



.nav_shadow {
    box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
    -webkit-box-shadow: 0 1px 10px rgba(54, 54, 54, 0.18);
}

.site-topbar {
    background: linear-gradient(180deg, #0d4b63 0%, #0a3f56 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header-intro {
    background: linear-gradient(180deg, #c9d9e7 0%, #bfd1e2 42%, #b3c8dc 100%);
    padding-bottom: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.header-market-strip {
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #1348db 0%, #2b66ff 52%, #1d4ed8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.header-market-strip .marquee-style {
    margin: 0;
    padding: 16px 0 14px;
    color: #f8fbff;
    font-size: 18px;
    font-family: ralewayMedium;
    letter-spacing: 0.2px;
}

.header-intro-panel {
    max-width: 1440px;
    margin: 0 auto;
    padding: 28px 22px 0;
}

.header-intro-inner {
    max-width: 1460px;
    margin: 0 auto;
    padding: 28px 32px 4px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(244, 248, 252, 0.68) 100%);
    box-shadow: 0 18px 44px rgba(41, 64, 90, 0.12);
    backdrop-filter: blur(2px);
}

.header-kicker {
    margin: 0 0 8px;
    color: #0e4d63;
    font-size: 13px;
    font-family: ralewayMedium;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-align: center;
    text-transform: uppercase;
}

.header-title {
    margin: 0;
    color: #0f1922;
    font-size: 42px;
    font-family: ralewayMedium;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.header-subtitle {
    max-width: 1240px;
    margin: 18px auto 26px;
    padding: 14px 24px;
    border: 1px solid rgba(13, 75, 99, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.42) 0%, rgba(240, 246, 251, 0.55) 100%);
    color: rgba(39, 51, 64, 0.78);
    font-size: 24px;
    font-family: ralewayMedium;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 6px 18px rgba(54, 78, 104, 0.05);
}

@media only screen and (max-width: 992px) {
    .noBorderEdits {
        border: none;
        width: 100%;
        display: flex;
    }
}

.custom-navbar li a:hover {
    color: #999 !important;
}

.custom-navbar li a {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.ads_button {
    min-height: 42px;
    width: 160px;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(22, 36, 48, 0.12);
    font-family: ralewayMedium;
    font-weight: 800;
    letter-spacing: 0.2px;
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.ads_button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(22, 36, 48, 0.16);
}

.ads_button.cta-chat {
    background: linear-gradient(180deg, #0dbb3f 0%, #0a922f 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(12, 133, 49, 0.28);
}

.ads_button.cta-save {
    background: linear-gradient(180deg, #ffd82e 0%, #f4b400 100%) !important;
    color: #1f2125 !important;
    box-shadow: 0 14px 28px rgba(184, 139, 12, 0.24);
}

.ads_button.cta-chat font,
.ads_button.cta-save font,
.ads_button.cta-chat b,
.ads_button.cta-save b {
    color: inherit !important;
    font-weight: 900 !important;
}

.block_title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
    margin: 15px 0 5px;
}

.whatsapp-warning-note {
    max-width: 1280px;
    margin: 0 auto 18px;
    padding: 16px 20px;
    border: 1px solid #e59a9a;
    border-left: 6px solid #cc2f2f;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff3f3 0%, #ffe3e3 100%);
    box-shadow: 0 8px 22px rgba(164, 36, 36, 0.12);
    text-align: center;
}

.whatsapp-warning-note p {
    margin: 0;
    color: #7a1e1e;
    font-size: 19px;
    line-height: 1.5;
    font-family: ralewayMedium;
    font-weight: 700;
}

.whatsapp-warning-note p + p {
    margin-top: 8px;
}

.whatsapp-modal-content {
    border: 0;
    border-radius: 8px;
    overflow: hidden;
}

.whatsapp-modal-header {
    background: #004159;
    color: #fff;
    align-items: center;
}

.whatsapp-modal-close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.whatsapp-modal-body {
    color: #111;
    font-size: 16px;
}

.whatsapp-modal-number {
    margin: 0 0 12px;
    padding: 10px;
    border: 1px solid #28be1e;
    border-radius: 6px;
    background: #efffed;
    color: #004159;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.whatsapp-modal-note {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-left: 4px solid #004159;
    border-radius: 4px;
    background: #f3f8fb;
    color: #183642;
    font-size: 17px;
    font-family: ralewayMedium;
    line-height: 1.5;
}

.whatsapp-steps {
    margin: 0;
    padding-left: 20px;
}

.whatsapp-steps li {
    margin-bottom: 8px;
}

.step-english {
    color: #777;
    font-size: 14px;
}

.whatsapp-modal-footer {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.whatsapp-save-btn {
    min-width: 145px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.2px;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(16, 41, 56, 0.16);
}

.whatsapp-save-btn {
    background: #004159;
}

.whatsapp-chat-btn {
    min-width: 145px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.2px;
    background: #28be1e;
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(20, 110, 42, 0.18);
}

.whatsapp-save-btn:hover {
    color: #fff;
    opacity: 0.9;
}

.whatsapp-chat-btn:hover {
    color: #fff;
    opacity: 0.9;
}

@media only screen and (max-width: 480px) {
    .whatsapp-modal-footer {
        flex-direction: column;
    }

    .whatsapp-save-btn {
        width: 100%;
    }

    .whatsapp-chat-btn {
        width: 100%;
    }

    .whatsapp-warning-note {
        margin: 0 10px 18px;
        padding: 12px 14px;
    }

    .whatsapp-warning-note p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header-intro {
        padding-bottom: 18px;
    }

    .header-market-strip .marquee-style {
        padding: 12px 0;
        font-size: 14px;
    }

    .header-intro-panel {
        padding: 18px 14px 0;
    }

    .header-intro-inner {
        padding: 22px 18px 2px;
        border-radius: 14px;
    }

    .header-kicker {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .header-title {
        font-size: 28px;
    }

    .header-subtitle {
        margin: 12px auto 18px;
        padding: 12px 14px;
        font-size: 17px;
        line-height: 1.55;
        border-radius: 12px;
    }

    .whatsapp-warning-note {
        max-width: 100%;
    }
}

.custom-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.custom-navbar li a {
    color: #333;
    font-size: 16px;
    font-family: ralewayMedium;
    font-weight: 400 !important;
}

.web-logo {
    text-align: center;
    margin-bottom: 0px;
}

@media only screen and (min-width: 992px) {
    .hideondesktop {
        display: none !important;
    }
}

p {
    font-size: 16px;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .hideonmobile {
        display: none !important;
    }
}


@media only screen and (max-width: 768px) {
    .custom-navbar li a {
        color: #333;
        font-size: 15px;
        padding: 10px 5px;
        font-weight: 600;
    }
}

@media only screen and (max-width: 580px) {
    .custom-navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .custom-navbar {
        margin-bottom: 15px;
    }

    .web-logo {
        text-align: center;
        margin-bottom: 10px;
    }

    .custom-navbar li a {
        color: #fff;
        font-size: 15px;
        padding: 7px 5px;
        background: #0c5b68;
        margin: 5px 10px;
        border-radius: 6px;
        font-family: inherit;
    }

    .custom-navbar li {
        width: 33%;
        text-align: center;
        border: 0px solid #eee;
    }
}

@media only screen and (max-width: 340px) {
    .custom-navbar li a {

        font-size: 13px;

    }
}

.box-white {
    background-color: #fff;
    box-shadow: 0px 0px 5px -1px #999;
    border-radius: 10px;
    padding: 20px;
}

.navbar .brand .brand-img {
    border: 0 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #f7f7f7;
    font-family: ralewayMedium;
    font-weight: 400 !important;
    font-size: 20px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #999;
}
.social-icons-wrap {
    position: fixed;
    z-index: 99999;
    bottom: 45px;
    left: 25px;
    padding-right: 20px;
    display: grid;
}

.my-float {
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
}

.site-topbar .brand-img,
.site-topbar .brand-img21,
.web-logo img {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
}

.info-box-wrap {
    border: 1px solid var(--site-panel-border);
    border-radius: var(--site-radius);
    box-shadow: var(--site-shadow);
    padding: 28px 26px !important;
    overflow: hidden;
    backdrop-filter: blur(1px);
}

.info-box-wrap > p {
    margin-bottom: 10px;
    color: #334657;
    font-family: ralewayMedium;
}

.info-box-wrap a {
    text-decoration: none;
}

.info-box-wrap .descriptionWrap {
    margin-bottom: 16px;
}

.info-box-wrap .descriptionWrap p strong {
    color: #1f2d3a;
}

.darkbg {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(135deg, #14324a 0%, #1d4a68 100%);
    box-shadow: 0 18px 34px rgba(20, 50, 74, 0.2);
    padding: 12px 16px;
}

.column {
    border-radius: 16px;
    box-shadow: 0 14px 26px rgba(16, 36, 54, 0.15);
    overflow: hidden;
}

.block_title {
    letter-spacing: 0.8px;
}

.social-icons-wrap {
    bottom: 26px;
    left: 22px;
    padding-right: 0;
}

.social-icons-wrap .icons-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 30px rgba(16, 34, 49, 0.2);
    backdrop-filter: blur(6px);
}

.my-float {
    width: 52px;
    height: 52px;
    margin-bottom: 0;
    border-radius: 16px;
}

.footer {
    background: linear-gradient(180deg, #091f2b 0%, #0f2a39 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.footer .large {
    max-width: 980px;
    margin: 0 auto;
    color: rgba(244, 248, 251, 0.82) !important;
    font-size: 15px;
    line-height: 1.6;
}

.section .text-center > a > button {
    min-height: 46px;
    padding: 0 18px !important;
    border: 0;
    border-radius: 999px !important;
    box-shadow: 0 14px 24px rgba(166, 39, 39, 0.16);
    font-family: ralewayMedium;
}

@media only screen and (max-width: 991px) {
    .info-box-wrap {
        padding: 22px 18px !important;
        border-radius: 16px;
    }

    .descriptionWrap p {
        font-size: 15px !important;
    }

    .info-box-wrap > p {
        font-size: 16px !important;
    }

    .ads_button {
        min-height: 40px;
        width: 148px;
    }

    .social-icons-wrap {
        bottom: 18px;
        left: 16px;
    }

    .my-float {
        width: 46px;
        height: 46px;
    }
}
