﻿.top-section {
    background-color: var(--ma-type-primary);
    height: 76px;
}

.section-spacing {
    padding: 5rem 0;
}

:root {
    
    --mc-border: rgba(15, 23, 42, .10);
    --mc-shadow: 0 16px 36px rgba(2,6,23,.08);
}

body {
    background: radial-gradient(1200px 750px at 10% -10%, rgba(37,99,235,.10), transparent 60%), radial-gradient(900px 650px at 105% 0%, rgba(6,182,212,.08), transparent 55%), var(--ma-white);
    color: var(--ma-tag-black);
}

.mc-topbar {
    backdrop-filter: blur(10px);
    background: rgba(246,248,252,.86);
    border-bottom: 1px solid var(--mc-border);
}

.mc-hero {
    border: 1px solid var(--mc-border);
    box-shadow: var(--mc-shadow);
    background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(6,182,212,.06)), #fff;
}

.mc-card {
    border: 1px solid var(--mc-border);
    border-radius: 1rem;
    background: #fff;
    box-shadow: var(--mc-shadow);
}

.mc-soft-card {
    border: 1px solid var(--mc-border);
    border-radius: 1rem;
    background: rgba(255,255,255,.86);
    box-shadow: 0 12px 28px rgba(2,6,23,.06);
}

.mc-chip {
    border: 1px solid var(--mc-border);
    background: #fff;
    border-radius: 999px;
    padding: .35rem .65rem;
    font-size: .85rem;
    display: inline-flex;
    gap: .45rem;
    align-items: center;
}

.mc-muted {
    color: var(--ma-grey90);
}

.mc-pill {
    border: 1px solid var(--mc-border);
    background: #fff;
    border-radius: 999px;
    padding: .35rem .55rem;
    font-weight: 700;
    font-size: .82rem;
    color: #0b1220;
}

.mc-letter {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: var(--ma-type-primary);
    background: rgba(37,99,235,.08);
    border: 1px solid rgba(37,99,235,.18);
    flex: 0 0 auto;
}

.term-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37,99,235,.06);
    border: 1px solid rgba(37,99,235,.16);
    color: var(--ma-type-primary);
    flex: 0 0 auto;
}

.anchor {
    scroll-margin-top: 96px;
}

.mc-search {
    border: 1px solid var(--mc-border);
    border-radius: 1rem;
    background: #fff;
}

.mc-index .btn {
    border: 1px solid var(--mc-border);
    background: #fff;
    border-radius: .9rem;
    padding: .35rem .55rem;
    font-weight: 800;
}

    .mc-index .btn:hover {
        border-color: rgba(37,99,235,.35);
        background: rgba(37,99,235,.04);
    }

    .mc-index .btn.active {
        border-color: rgba(37,99,235,.35);
        background: rgba(37,99,235,.10);
        color: var(--ma-type-primary);
    }

.mc-side {
    position: sticky;
    top: 90px;
}

    .mc-side .list-group-item {
        border: 1px solid var(--mc-border);
        border-radius: .9rem !important;
        margin-bottom: .5rem;
    }

        .mc-side .list-group-item:hover {
            border-color: rgba(37,99,235,.35);
            background: rgba(37,99,235,.04);
        }

.mc-term {
    border-top: 1px dashed rgba(15,23,42,.12);
    padding-top: 1rem;
    margin-top: 1rem;
}

    .mc-term:first-child {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }

.highlight {
    background: rgba(255, 235, 59, .26);
    padding: 0 .15rem;
    border-radius: .25rem;
}

.small-note {
    font-size: .92rem;
    color: var(--ma-grey90);
}

.kbd {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: .8rem;
    padding: .15rem .35rem;
    border-radius: .4rem;
    background: rgba(2,6,23,.06);
    border: 1px solid rgba(2,6,23,.08);
}

.mc-badge {
    border: 1px solid rgba(6,182,212,.28);
    background: rgba(6,182,212,.10);
    color: #0b5b6a;
}

.mc-divider {
    height: 1px;
    background: rgba(15,23,42,.10);
    margin: .75rem 0;
}

.toast-lite {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 2000;
    background: rgba(2,6,23,.92);
    color: #fff;
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(2,6,23,.25);
    font-size: 13px;
    max-width: 360px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

    .toast-lite.show {
        opacity: 1;
        transform: translateY(0);
    }


/* ----------------mobile_apps_section--------------- */
.inquiry_now_bg_section {
    position: relative;
    overflow: hidden;
    background-color: var(--ma-tag-black);
    padding: 100px;
}

    .inquiry_now_bg_section:before {
        content: "";
        background-image: url('../../../images/pages/inquiry-now-bg.jpg');
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        z-index: 1;
    }

    .inquiry_now_bg_section:after {
        content: "";
        position: absolute;
        z-index: 2;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background-color: var(--ma-tag-black);
        opacity: 0.5;
    }

    .inquiry_now_bg_section .container {
        position: relative;
        z-index: 10;
    }

    .inquiry_now_bg_section h2 {
        color: var(--ma-white) !important;
        margin-bottom: 0px;
    }

.inquiry_now_align {
    text-align: right;
}

.inquiry_now_btn {
    background-color: transparent;
    border: 1px dashed var(--ma-white);
    color: var(--ma-white);
    padding: 20px 60px 20px 20px;
    border-radius: 5px;
    font-size: 15px;
    background-image: url('data:image/svg+xml;utf8,<svg width="60" height="60" viewBox="0 0 60 60" fill="rgb(255, 255, 255)"  xmlns="http://www.w3.org/2000/svg"><path d="M44.4,33.9H4.9c-.2,0-1.3-.5-1.6-.7-2.3-1.5-2.3-5.1,0-6.6s1.3-.7,1.6-.7h39.4l-13.4-12.2c-2.6-3.5,1.3-8.2,5.2-5.8,6.6,6.1,13.7,11.8,20.1,18s3.5,3.8,1.3,6.6l-20.7,19.2c-4.1,2.6-8.4-2.3-5.2-6l12.8-11.9Z"/></svg>');
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    /*------------*/
    animation-name: fade-bg;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes fade-bg {
    0% {
        background-position: center right 20px;
    }

    100% {
        background-position: center right 10px;
    }
}

.inquiry_now_btn:hover,
.inquiry_now_btn:focus,
.inquiry_now_btn:active {
    background-color: transparent;
    border: 1px solid var(--ma-white);
    color: var(--ma-white);
    outline: none;
    text-decoration: underline;
}

.captcha_failed_box {
    font-size: 14px;
    color: red;
    visibility: hidden;
}
