html {
    font-size: 14px;
}
body {
    font-family: 'Jost', sans-serif;
    background: #f2f2ff;
    line-height: 1.8;
}

p {
    color: #475569;
}

.font-15 {
    font-size: 16px;
}

.color-333 {
    color: #333333;
}

.swal-text {
    text-align:center;
}
html {
    position: relative;
    min-height: 100%;
}
.owl-carousel .item {
    background-size: cover !important;
    background-position: center !important;
}
.bg-top {
    background: linear-gradient(to left top, #acacd1, #4c4d7a);
}
.bg_primary {
    background: #0000FF !important;
}

.bg_custom {
    background: #595a89;
}

.pt-10 {
    padding-top: 5rem !important;
}

.card-item {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    box-shadow: 11px 19px 36px rgb(27 29 38 / 9%);
    border-radius: 15px;
}

.card-item .card-body {
    padding: 10px;
}

.done {
    width: 59px;
    height: 59px;
    background: #E6FFDD;
    border-radius: 8px;
}

.match-height>[class*=col] {
    display: flex;
}

.inline_card_box {
    width: calc(100% - 80px);
}

.opacity_75 {
    opacity: 0.75;
}

.banner_img {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 22px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}

.mt-10 {
    margin-top: 5rem !important;
}

.mb-10 {
    margin-bottom: 5rem !important;
}

footer ul {
    list-style: none;
    padding-left: 0px;
}

footer ul li a {
    display: block;
    padding: 4px 0px;
    text-decoration: unset;
}

.navbar-collapse {
    flex-grow: inherit;
}

.btn-success {
    color: #fff;
    background-color: #96C93D;
    border-color: #96C93D;
}

.text-default {
    color: #96C93D;
}

input[type='radio'] {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    /*    border: 1px solid darkgray;
*/
    border-radius: 50%;
    outline: none;
    /*    box-shadow: 0 0 5px 0px gray inset;
*/
}

input[type='radio']:hover {
    box-shadow: 0 0 5px 0px orange inset;
}

input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #96C93D;
}

.form-check-input:checked {
    background-color: #96C93D !important;
    border-color: #96C93D !important;
}

.form-check {
    margin-bottom: 1rem;
}

.text-warning {
    color: #F57F20 !important;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.scroll-header {
    position: fixed;
    width: 100%;
    background: -webkit-linear-gradient(98.4deg, rgba(89, 90, 137, 0.09) -7.97%, rgba(172, 172, 209, 0.15) 112.49%);
    background: linear-gradient(98.4deg, rgba(89, 90, 137, 0.09) -7.97%, rgba(172, 172, 209, 0.15) 112.49%);
    -webkit-box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    z-index: 99999;
    background: #0a54ff;
    top:0px;
}

.btn_custom {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 35px;
}
@media only screen and (max-width: 575px) {
    .navbar-expand-sm {
        background-color: #0a54ff;
    }
}
.fa-custom {
    background: #f17a54;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px !important;
    margin-left: 3px;
}

.btn-danger {
    background: #f17a54;
    border-color: #f17a54;
}

.fa-custom-blue {
    background: #595a89;
    border-radius: 50%;
    padding: 3px;
    font-size: 12px !important;
    margin-left: 3px;
}

.card-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.br_blue {
    width: 60px;
    height: 3px;
    background: #0a54ff;
}

.br_red {
    width: 50px;
    height: 2px;
    background: #f17a54;
}

.bg_grey {
    background: #f5f5f5;
}

.bg_footer {
    background: #131313;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(38 36 36);
}

.bg_transparent {
    background: transparent !important;
}

.nav-item .nav-link.active {
    border-bottom: 2px solid;
}
   
.bg_gradient_blue {
    background: #000249;
    background: -webkit-linear-gradient(98.4deg, rgba(0, 2, 73, 0.09) -7.97%, rgba(0, 0, 114, 0.15) 112.49%);
    background: #595a89 linear-gradient(98.4deg, rgba(0, 2, 73, 0.09) -7.97%, rgba(0, 0, 114, 0.15) 112.49%);
    -webkit-box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 6.4px 1.6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 6.4px 1.6px rgb(0 0 0 / 8%);
}

.breadcumb-content {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../img/bg_1.png) no-repeat center;
}

.breadcumb-area {
    position: relative;
    z-index: 1;
    height: 400px !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f17a54 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -50px !important;
    padding-bottom: 30px;
    z-index: 999;
    position: relative;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    border: 1px solid #007bff;
    border-radius: 0.25rem;
    color: #000;
}

.nav-tabs .nav-item .nav-link.active {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 0.25rem;
    color: #fff;
}

.nav-tabs .nav-item .nav-link:hover {
    border: 1px solid #007bff;
    background: #007bff;
    border-radius: 0.25rem;
    color: #fff;
}

.btn-search {
    border-radius: 50%;
    padding: 0.5rem 0.55rem;
    margin-top: 5px;
}

p {
    font-size: 18px;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-100-Hairline.woff2') format('woff2'), url('../fonts/Jost-100-Hairline.ttf') format('ttf'), url('../fonts/Jost-100-Hairline.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-200-Thin.woff2') format('woff2'), url('../fonts/Jost-200-Thin.ttf') format('ttf'), url('../fonts/Jost-200-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-300-Light.woff2') format('woff2'), url('../fonts/Jost-300-Light.ttf') format('ttf'), url('../fonts/Jost-300-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-400-Book.woff2') format('woff2'), url('../fonts/Jost-400-Book.ttf') format('ttf'), url('../fonts/Jost-400-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-500-Medium.woff2') format('woff2'), url('../fonts/Jost-500-Medium.ttf') format('ttf'), url('../fonts/Jost-500-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-600-Semi.woff2') format('woff2'), url('../fonts/Jost-600-Semi.ttf') format('ttf'), url('../fonts/Jost-600-Semi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-700-Bold.woff2') format('woff2'), url('../fonts/Jost-700-Bold.ttf') format('ttf'), url('../fonts/Jost-700-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-800-Heavy.woff2') format('woff2'), url('../fonts/Jost-800-Heavy.ttf') format('ttf'), url('../fonts/Jost-800-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-900-Black.woff2') format('woff2'), url('../fonts/Jost-900-Black.ttf') format('ttf'), url('../fonts/Jost-900-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0.5);
}

.feature_box {
    background: #E6E6FF;
}

body {
    font-family: 'Jost', sans-serif;
    background: #f2f2ff;
}

.introduce_bg {
    background: #000033;
}

.round-25 {
    border-radius: 25px;
}

html {
    position: relative;
    min-height: 100%;
}

p {
    color: #475569;
}

ul.ideal_ul, ul.plan_ul {
    list-style: none;
    padding-left: 0;
}

    ul.plan_ul li {
        position: relative;
        padding-left: 28px; /* Space for icon */
        margin-bottom: 10px;
        color: #1E293B;
        font-weight: 500;
    }

        ul.plan_ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0px;
            width: 20px;
            height: 20px;
            background-image: url('../icon/plan_circle_check.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

    ul.ideal_ul li {
        position: relative;
        padding-left: 25px; /* Space for icon */
        margin-bottom: 10px;
        color: #475569;
    }

        ul.ideal_ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 20px;
            height: 20px;
            background-image: url('../icon/check.png');
            background-size: contain;
            background-repeat: no-repeat;
        }

.btn-outline-dark {
    font-weight: 600;
    color: #1E293B;
    border-color: #1E293B;
}

.btn {
    font-weight: 600;
    padding: 10px 20px;
}

.btn-outline-primary {
    color: white;
    border-color: #fff;
    font-weight: 600;
}

.badge-primary {
    color: #fff;
    background-color: #0000FF;
    font-weight: 300;
    font-size: 13px;
    padding: 5px 10px;
}
.dark_light_bg {
    background: rgba(255, 255, 255, 0.2);
}

.dark_bg {
    background: #000000;
}

.text-blue {
    color: #8A8AFF;
}
.text-primary {
    color: #0000FF !important;
}
.btn-primary {
    color: #fff;
    background-color: #0000ff;
    border-color: #0000ff;
}

.py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-12 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
h1 {
    font-size: 45px;
    color: #1E293B;
}

h2 {
    font-size: 38px;
    color: #1E293B;
}

h3 {
    font-size: 32px;
    color: #1E293B;
}

h4 {
    font-size: 26px;
    color: #1E293B;
}

h5 {
    font-size: 22px;
    color: #1E293B;
}

h6 {
    font-size: 18px;
    color: #1E293B;
}
.text-warning {
    color: #F57F20 !important;
}
.nav-item.active {
    border-bottom: 4px solid #F57F20;
}

.nav-link {
    color: #1E293B;
    font-size: 16px;
}
.navbar-nav .active > .nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show > .nav-link {
    color: #F57F20 !important;
}
.font-800 {
    font-weight: 800 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.text-dark {
    color: #353636 !important;
}

.round {
    border-radius: 25px;
}

#loadingModal {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
#scrollTopBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: opacity 0.3s;
}

#scrollTopBtn:hover {
    background-color: #0b5ed7;
}
@media (max-width: 576px) {
    h1 {
        font-size: 50px;
    }

    header .btn-primary {
        display: none;
    }
}

.custom-icon {
    background: url('/icon/right.png') no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    /* Hide the original FA icon */
    font-size: 0;
    color: transparent;
}
.bottom-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
}

    .bottom-banner p {
        margin: 0;
        font-size: 14px;
        flex: 1;
    }

    .bottom-banner .actions {
        display: flex;
        gap: 10px;
        margin-left: 20px;
    }

    .bottom-banner button {
        border: none;
        padding: 8px 16px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }

.accept-btn {
    background: #0d6efd;
    color: #fff;
}

    .accept-btn:hover {
        background: #0b5ed7;
    }

.reject-btn {
    background: #dc3545;
    color: #fff;
}

.reject-btn:hover {
    background: #bb2d3b;
}
.line_height_13 {
    line-height: 1.3;
}

.plan .card-footer {
    background: white;
    border-top: unset;
}