﻿body {
    background-image: url(/img/bg_line.png);
    background-repeat: no-repeat;
    background-position: center 100px;
    font-family: "Open Sans", sans-serif;
}


#scrollDownBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    transition: transform 0.3s, box-shadow 0.3s;
}

    #scrollDownBtn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 18px rgba(0, 132, 212, 0.3);
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

#scrollDownBtn svg {
    width: 28px;
    height: 28px;
    stroke: #0084D4;
}


.feature-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-box-black {
    background: linear-gradient(90.86deg, #494949 3.67%, #262626 30.53%, #646464 97.68%, #2E2E2E 135.45%);
    border-radius: 12px;
    padding: 20px;
    width: calc(33.333% - 13.33px);
    box-sizing: border-box;
}

    .feature-box-black .title {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 1.1em;
        color: white;
        font-weight: bold;
        text-align: left;
    }

        .feature-box-black .title i {
            margin-right: 10px;
            color: white;
        }

    .feature-box-black p {
        margin: 0;
        color: white;
        text-align: left;
    }

.feature-box {
    background-color: #E9ECF0;
    border-radius: 12px;
    padding: 20px;
    width: calc(33.333% - 13.33px);
    box-sizing: border-box;
}

    .feature-box .title {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        font-size: 1.1em;
        color: #064A74;
        font-weight: bold;
        text-align: left;
    }

        .feature-box .title i {
            margin-right: 10px;
            color: #064A74;
        }

    .feature-box p {
        margin: 0;
        color: #76839A;
        text-align: left;
    }

@media (max-width: 768px) {
    .feature-box,.feature-box-black {
        width: 100%;
    }
}


.ellipse-bg {
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
    filter: blur(40%);
    position: relative;
}



    .ellipse-bg::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
        filter: blur(20px);
        z-index: -1;
    }


.noBg {
    background-image: none !important;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left !important;
    }
}

a {
    cursor: pointer;
}

.formInputText {
    border: 1px solid #D9DFE4 !important;
    box-shadow: none !important;
    border-radius: 10px 10px 10px 10px;
    height: 38px !important;
}

.leftRegisterDiv {
    position: relative;
    top: 8%;
}

.input-group-addon {
    background-color: white;
    color: #AEBAC6;
}



.formInputs {
    text-align: left;
}

.registerBrandArea {
    background-color: #EFF9FF;
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100vh - 30px);
    border-radius: 16px 16px 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.SMSCodes {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 50px !important;
    transition: all 0.2s ease;
}

    .SMSCodes:focus {
        border: 2px solid #0084D4 !important;
        box-shadow: 0px 0px 0px 4px #B6E6FF !important;
        box-shadow: 0px 0px 0px 2px #FFFFFF !important;
    }

@media (max-width: 768px) {
    .financialSpan {
        margin-left: 0px !important;
    }

    body {
        background-position: center 300px;
    }

    .leftRegisterDiv {
        position: relative;
        top: 10%;
    }
}

.mm-menu .mm-list > li:after {
    border-color: white !important;
}

.reportImage {
    width: 100%;
}

@media (max-width: 992px) {

    .financialSpan {
        margin-left: 0px !important;
    }
}

.mm-ismenu {
    background: white !important;
    color: black !important;
    font-weight: bold;
}

.lineBox {
    height: 4px;
    background-color: black;
    width: 30px;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    margin-bottom: 2px;
}

.mainHeader {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -2px;
    margin-bottom: 15px;
    margin-top: 60px;
}

.registerBrand {
    font-size: 22px;
    font-weight: bold;
}

.mainOptionsDivDetail {
    font-size: 14px;
    text-align: left;
    color: #76839A;
    margin-bottom: 10px;
}

.mainOptionsDivWarning {
    color: #5E400D;
    background-color: #FFEED1;
    padding: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.mainOptionsDivCaption {
    font-weight: 600;
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    letter-spacing: -1px;
}


.mainOptionsDiv {
    margin-bottom: 50px;
}

.mainOptionsDivBg {
    background-color: #E9ECF0;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
}

    .mainOptionsDivBg img {
        margin-top: 30px;
        margin-bottom: 30px;
        width: 150px;
    }

.gaugeItemHeader {
    margin-bottom: 20px;
}

.gaugeDiv {
    background-color: #EFF9FF;
    border: 2px solid #00A4F4;
    border-radius: 32px;
    margin-top: 40px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.gaugeContainer {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.gaugeCircle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 13px solid transparent;
    border-top-color: #0077c0;
    border-bottom-color: #0077c0;
    border-left-color: #0077c0;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
}

.gaugeText {
    position: relative;
    top: 35%;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    text-align: center;
}

.gaugeLabel {
    font-size: 15px;
    color: #555;
    width: 100%;
    text-align: center;
}

.slideButtons {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    border: 2px solid #E9ECF0;
    border-radius: 12px;
    border-width: 2px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    float: left;
    font-size: 13px;
}


.slideButtonsCenter {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 100%);
    border: 2px solid #E9ECF0;
    border-radius: 12px;
    border-width: 2px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 13px;
    display: inline-block;
}


.sliderContainer {
    margin-top: 50px;
}

.slogan, .sloganSecond {
    color: #111827;
}

.sloganContainer {
    margin-top: 30px;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -2px;
}

.financialSpan {
    color: white;
    background: linear-gradient(97.53deg, #2CBEFF 1.19%, #0069AB 99.83%);
    border-radius: 10px 10px 10px 10px;
    padding-top: 6px;
    padding-right: 24px;
    padding-bottom: 6px;
    padding-left: 24px;
    margin-left: 7px;
}

.buttonContainer {
    margin-top: 10px;
}

.navbar-default {
    background-color: transparent !important;
    border: none !important;
}

.mobileHref, .mobileHrefToggle {
    font-weight: bold;
    color: black !important;
    display: inline-block !important;
    margin-top: 3px !important;
    font-weight: 500;
    font-size: 14px;
}

.mainButtonsUl {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

    .mainButtonsUl li {
        font-weight: 500;
        float: left;
        margin-top: 25px;
        font-size: 13px !important;
    }


.faqUl {
    padding: 0;
    margin: 0;
    list-style: none;
}

.faqLi {
    box-shadow: 0px 4px 16px 0px #042F4D14;
    background-color: white;
    border-radius: 12px 12px 12px 12px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 10px;
}

.faqContent {
    text-align: left;
    color: #76839A;
    font-weight: normal;
    padding-top: 10px;
    border-top: 1px solid #E9ECF0;
    margin-top: 10px;
    display: none;
    min-height: 100px;
}

.faqHeader {
    margin-top: 20px;
    cursor: pointer;
}

.faqLiHeader {
    text-align: left;
    font-weight: 600;
}

.footer {
    background-color: #042F4D;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerText {
    font-size: 13px;
    margin-top: 20px;
    color: #B6E6FF;
    padding-bottom: 30px;
    border-bottom: 1px solid #00A4F4;
}

.footerTextWhite {
    color: white;
}

.footerUl {
    list-style: none;
    padding-left: 0px;
}

.footerUlDiv {
    padding-left: 0px !important;
}

.footerUl li {
    padding: 5px 5px 5px 5px;
}

.footerUlSub {
    color: #76839A;
}

.footerUlParent {
    color: #00A4F4;
}

.socialBottom {
    border-top: 1px solid #00A4F4;
}

.socialImages {
    margin-top: 10px;
    margin-right: 5px;
    width: 27px;
}

.bold {
    font-weight: bold;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}
