﻿body {
    background: #F8F8F8;
    font-family: "Inter", sans-serif;
}

.navbar-bg {
    background: #3c96ff
}
.navbar .nav-link {
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    padding: 0px 15px !important;
}

.navbar-toggler {
    padding: 0px 0;
    width: 35px;
    border: 0px;
    box-shadow: none !important;
}
.navbar-brand {
    margin: 0
}

    .navbar-brand img {
        height: 50px
    }

.support {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFF;
    text-decoration: none;
}

    .support .text {
        display: flex;
        flex-direction: column;
    }

    .support span {
        font-size: 13px;
    }

    .support img {
        width: 50px;
    }

    .support a {
        color: #FFF;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600
    }


.sub-header {
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E7EFF4 url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: right;
}

    .sub-header .title {
        color: #000;
        font-weight: 700;
        font-size: 2.5vw
    }

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
}

.filter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.title1 {
    color: #000
}

.filter-box {
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    min-height: 400px;
    max-height: 100%;
}

.filter-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.input_ui {
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid hsl(0deg 0% 0% / 20%);
}

.filter-box1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.input_ui img {
    width: 20px
}

.input_ui .form-control {
    width: 100%;
    border: 0px;
    box-shadow: none;
    outline: none
}

.price {
}

    .price .form-label {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

.price_slider {
    border-radius: 40px;
    border: 0;
    height: 8px;
    box-shadow: none;
    margin-top: 40px;
    padding: 0 10px;
}

.noUi-connect {
    background: #3C96FF !important;
}

.noUi-handle {
    background: #007bff !important;
    border: 4px solid #ffffff !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50px;
    box-shadow: none !important;
    top: -9px !important
}

.noUi-base {
    border-radius: 10px;
    background: hsl(212deg 100% 62% / 20%) !important;
}

.noUi-handle:after, .noUi-handle:before {
    display: none !important
}

.noUi-tooltip {
    box-shadow: 0px 8px 28px -6px hsl(222deg 52% 19% / 23%);
    border: 0px;
    font-size: 13px;
    bottom: 130% !important;
    font-weight: 500;
    padding: 5px 10px;
}

.btn-primary {
    background: #3C95FD;
    border-color: #3C95FD;
}

.filter_btn {
    display: flex;
    gap: 10px;
}

    .filter_btn .btn {
        width: 100%;
        border-radius: 5px;
        min-height: 50px;
        font-weight: 500;
        font-size: 14px;
        line-height: 0px;
    }


.packages {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .packages .title1 {
        color: hsl(0deg 0% 0% / 50%);
        font-weight: 700
    }

.package_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.package_item {
    display: flex;
    width: 100%;
    background: #FFF;
    padding: 25px;
    border-radius: 10px;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
}

.item_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

    .item_inner h4 {
        margin: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

.item_list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sub_text {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
}

    .sub_text span {
        font-size: 13px;
        font-weight: 500;
        color: hsl(0deg 0% 0% / 50%);
    }

.price_option {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.price_list .form-label {
    font-size: 14px;
    font-weight: 500;
    color: hsl(0deg 0% 0% / 50%);
}

.prices {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid hsl(0deg 0% 0% / 25%);
}

    .prices span {
        font-size: 13px;
        color: hsl(0deg 0% 0% / 60%);
    }

    .prices p, .prices .price-value {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

.btn-inquire {
    border-radius: 40px;
    padding: 7px 20px;
    font-size: 15px;
}

.fixed_bottom {
    background: #FFF;
    padding: 20px 0;
}

    .fixed_bottom p {
        font-size: 15px;
        color: #000;
    }

.next-button {
    padding: 10px 20px;
    font-weight: 600;
    font-size: 15px;
}


.packages_bottom {
    position: sticky;
    bottom: 0;
    background: #f3f4f4;
    padding: 10px;
    border-radius: 4px;
    backdrop-filter: blur(5px);
    background: hsl(180deg 4.35% 95.49% / 58%) !important;
}


/*CreateInquiry*/

.card-ui {
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 4px 4px hsl(0deg 0% 0% / 2%);
    padding: 15px;
}

.card_title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.pi_item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pi_item:last-child {
        margin-bottom: 0px;
    }

    .pi_item span {
        font-size: 13px;
        color: #666;
    }

    .pi_item p {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
    }

.inquiry_form .form-label {
    font-size: 14px;
    color: #000;
}

.inquiry_form .form-select, .inquiry_form .form-control {
    min-height: 45px;
}

.inquiry_form .btn {
    padding: 14px 15px;
    font-weight: 600;
    font-size: 15px;
    width: 100%
}

.top_filter {
    background: #FFF;
    padding: 10px;
    border-radius: 60px;
    display: flex;
    gap: 10px;
    align-items: center;
}

    .top_filter .input_ui {
        width: 100%;
        border: 0px;
        outline: none;
        box-shadow: none;
    }

        .top_filter .input_ui img {
            width: 30px
        }

.top_filter_btn {
    display: flex;
    gap: 10px;
}

    .top_filter_btn img {
        height: 45px;
        cursor: pointer
    }

.top_filter .input_ui .form-control {
    padding: 2px 10px;
}

.line {
    height: 40px;
    width: 3px;
    background: #000;
    opacity: 0.25;
}


.nodata {
    display: flex;
    width: 100%;
    background: #FFF;
    padding: 50px 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .nodata img {
        width: 100px;
    }

    .nodata h4 {
        font-weight: 600;
    }

    .nodata p {
        margin: 0px;
        font-size: 14px;
        color: #666;
        text-align: center
    }


.packages_image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.pi_item img {
    background: #FFF;
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000029;
}

.packages_detail h1 {
    font-weight: 700;
    color: #000;
    font-size: 30px;
}

.packages_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.description h4 {
    font-weight: 600;
    color: #000;
}

.description p {
    font-size: 15px;
    color: #444444;
    line-height: 26px;
}

.modal-ui .modal-content {
    border: 0;
    border-radius: 25px;
}

.modal-ui .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 50px 40px;
}

.modal-ui img {
    width: 90px;
}

.modal-ui h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    text-align: center
}

.modal-ui p {
    text-align: center;
    color: #666;
}

.modal-ui .btn {
    padding: 12px 30px;
    border-radius: 35px;
    font-weight: 600;
}

#CreateForm .form-label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

#CreateForm .form-control, #CreateForm .form-select {
    min-height: 45px;
}

#CreateForm .btn {
    width: 100%;
    padding: 14px 10px;
    border-radius: 30px;
    font-weight: 500;
}
/*login*/
.form_ui {
    min-height: calc(100dvh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    gap: 30px;
    flex-direction: column;
}

.form_card {
    display: flex;
    width: 400px;
    max-width: 100%;
    background: #FFF;
    padding: 50px;
    border-radius: 15px;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
    flex-direction: column;
}

    .form_card .form_header h2 {
        font-weight: 700;
        color: #000;
    }

    .form_card .form_header p {
        font-size: 15px;
        color: #666;
    }

    .form_card .form-control {
        min-height: 50px;
        font-size: 15px;
        font-weight: 500;
    }

    .form_card .form-label {
        font-size: 14px;
        font-weight: 600;
        color: #000;
    }

    .form_card .flex-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.link_text {
    text-decoration: none;
    font-size: 14px;
    color: #3c96ff;
    font-weight: 500;
}

.rememberme {
    font-size: 14px;
    font-weight: 500;
}

.btn-login {
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
}

.bottom-text {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

    .bottom-text a {
        font-weight: 600
    }

.field-validation-error {
    font-size: 12px;
    font-weight: 500;
    color: #F00
}

.error-danger ul {
    list-style: none;
    padding: 0;
}

.error-danger li {
    background: #fff5d7;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #7a5012;
    font-size: 15px;
    font-weight: 600;
}

/*form_signup*/

.form_signup {
    display: flex;
    max-width: 100%;
    background: #FFF url(../images/bg.svg);
    padding: 50px;
    border-radius: 15px;
    justify-content: space-between;
    box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
    flex-direction: column;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
}

.h-100dvh {
    padding: 25px 0;
    width: 100%;
    min-height: calc(100dvh - 76px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.form_signup .form-control {
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
}

.form_signup .form-label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.btn-signup {
    min-width: 180px;
    border-radius: 30px;
    padding: 14px 10px;
    font-weight: 600;
}

.form_signup .form_header h2 {
    font-weight: 700;
    color: #000;
}

.form_signup .form_header p {
    font-size: 15px;
    color: #666;
}


.form_signup .divider {
    width: 1px;
    height: 100%;
    display: block;
    background: #f6f6f6;
    margin: auto;
}

.why-signup h2 {
    font-weight: 700;
    color: #000;
}

.why-signup ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
    padding: 0px;
    list-style: none;
}

    .why-signup ol li {
        padding-left: 30px;
        position: relative;
        font-size: 15px;
        font-weight: 500;
    }

        .why-signup ol li:before {
            content: '';
            background-image: url('../images/checkmark.svg');
            width: 25px;
            height: 25px;
            position: absolute;
            background-size: contain;
            left: 0px;
            top: -2px;
        }

.why-signup p {
    font-size: 15px;
    font-weight: 500;
    color: #666;
}

.bottom-support {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 5px;
}

    .bottom-support img {
        width: 35px;
        filter: invert(1);
    }

    .bottom-support a {
        text-decoration: none;
        color: #3c95fd;
        display: block;
        font-size: 15px;
        font-weight: 600;
    }
/*Responsive*/
@media (min-width: 1400px) {
    .packages_list {
        width: 686px;
    }
}

@media (min-width: 992px) {

    .offcanvas_ui {
        position: relative;
        display: flex;
        top: 0;
        transform: translateY(0%) !important;
        height: auto !important;
        visibility: visible;
        border: 0px !important;
        box-shadow: none;
        background: transparent !important;
    }

        .offcanvas_ui .offcanvas-header {
            display: none
        }

        .offcanvas_ui .offcanvas-body {
            padding: 0;
            overflow: visible;
        }

    .filter-mobile {
        display: none !important
    }
}


@media (max-width: 1024px) {
    .sub-header {
        height: 250px;
        background: #E7EFF4;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        height: 40px;
    }
    .navbar-collapse {
    
    }
    .navbar .nav-link {
        padding: 10px 5px !important;
    }

    .filter-mobile {
        align-items: center;
        gap: 10px;
        background: #3c95fd;
        font-weight: 600;
        padding: 6px 20px;
        color: #FFF;
    }

    .offcanvas_ui .title1 {
        display: none
    }

    .filter-box {
        padding: 0px;
    }

    .offcanvas_ui {
        --bs-offcanvas-height: 100vh;
    }

    .support img {
        width: 40px;
    }

    .support span {
        font-size: 12px;
    }

    .support a {
        font-size: 13px;
    }

    .form_ui {
        min-height: calc(100dvh - 66px);
    }

    .form_signup {
        background: none;
        padding: 0px;
        box-shadow: none;
    }

    .why-signup {
        margin-top: 25px;
        display: flex;
        max-width: 100%;
        background: #FFF;
        padding: 25px;
        border-radius: 15px;
        justify-content: space-between;
        box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
        flex-direction: column;
    }

    .long_form {
        display: flex;
        max-width: 100%;
        background: #FFF;
        padding: 25px;
        border-radius: 15px;
        justify-content: space-between;
        box-shadow: 0px 4px 4px 0px hsl(0deg 0% 0% / 5%);
        flex-direction: column;
    }

    .form_signup .divider {
        display: none;
    }
}

@media (max-width: 768px) {
    .sub-header .title {
        font-size: 25px;
        text-align: center;
    }

    .packages_image img {
        height: auto
    }
}

@media (max-width: 550px) {

    .package_item {
        flex-direction: column;
        gap: 15px;
    }

    .sub-header {
        height: auto;
        padding: 50px 10px;
    }

    .card-ui {
        padding: 0px
    }

    .center-content {
        gap: 15px
    }

    .top_filter {
        flex-direction: column;
        width: 100%;
        border-radius: 20px;
        position: relative;
    }

    .line {
        height: 1px;
        width: 100%;
    }

    .top_filter_btn {
        position: absolute;
        right: 10px;
        top: calc(50% - 47px / 2);
        background: #FFF;
        border-radius: 150px;
    }

    .top_filter .input_ui {
        padding: 5px;
    }
}

@media (max-width: 400px) {
    .prices {
        width: 100%;
    }

    .btn-inquire {
        width: 100%;
    }

    .form_card {
        padding: 50px 25px;
    }
}

@media (max-width: 360px) {
    .navbar .container-xl {
        flex-direction: column;
    }

    .form_ui {
        min-height: calc(100dvh - 116px);
    }
}
