@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Source+Serif+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #382e89;
    --light-color: #ffd7c6;
    --light-bg-color: #f4f3ff;
    --secondary-color: #ee2706;
    --border-radius: 10px
}

body {
    font-family: 'Inter', sans-serif;
}

.section-after-header {
    background-color: var(--light-color);
    display: flex;
    align-items: center;
    height: unset;
}

.section-inner-top {
    min-height: auto;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .home .navbar-light {
        background-color: transparent;
    }
    .section-after-header {
        margin-top: 0;
        padding: 5rem 0;
    }
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.section-call-to-action,
.section-pricing .card-primary {
    background-color: var(--primary-color);
    color: #ffffff;
}

.section-call-to-action .btn-primary,
.section-pricing .card-primary .btn-primary {
    color: var(--primary-color);
}

.section-call-to-action .btn-primary:hover,
.section-pricing .card-primary .btn-primary:hover {
    background-color: #ffffff;
}

.reseller-call-to-action {
    background-image: url(/assets/images/become-a-reseller-cta-banner.jpg);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: transparent;
}

.reseller-call-to-action .section-title {
    font-size: 55px;
    margin: 0;
}

.reseller-call-to-action p {
    margin: 0;
}

.section-pricing .card-primary {
    background-color: var(--light-color);
    color: var(--primary-color);
}

.section-pricing .card-primary .pricing-feature-list li span {
    color: var(--primary-color)
}

a,
a:hover,
.accordion-button:not(.collapsed),
.section-pricing .pricing-feature-list li span {
    color: var(--primary-color)
}

.bmo-theme-template {
    margin-bottom: calc(var(--bs-gutter-x)*1);
    box-shadow: 0 0 10px #b193938c;
    border-radius: 10px;
}

.bmo-template-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.bmo-template-btn .btn-primary {
    padding: 15px 40px;
}

.blog-title {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 700;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-description {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-content {
    margin-top: 20px;
    font-size: 1.05rem;
    line-height: 1.9rem;
}

.blog-content p,
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    margin-bottom: 1.4rem;
}

.blog-content h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 600;
}

.blog-content h2 {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 600;
}

.blog-content h3 {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
}

.blog-content h4 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
}

.blog-latest {
    padding-left: 0;
    list-style: none;
}

.blog-latest a {
    color: inherit;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #cccccc;
}


/* Schedule-a-demo / Becom A reseller */

.bmo-works-card {
    height: 350px;
}

.bmo-works-card .card-description {
    min-height: 130px;
}

.section-form {
    background-color: var(--light-color);
}

.services-point {
    box-shadow: rgb(149 157 165 / 10%) 0px 8px 24px;
    padding: 9px;
    margin: 10px;
    border-radius: 40px;
    width: 220px;
    /* width: 240px; */
    font-size: 16px !important;
    background: #FFFFFF;
}

.services-point img {
    width: 35px;
}

.services-wrapper {
    display: flex;
}

input.restaurant-radio-input {
    display: none;
}

label.restaurant-radio-label {
    width: 121px;
    font-size: 16px;
    height: 48px;
    border-radius: 5px;
    position: relative;
    border: 2px solid #C7C7DD;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

input.restaurant-radio-input:checked+label {
    border: 2px solid #41B649;
    background: #F7FCF7;
    color: #41B649;
    font-weight: 500;
}

input.restaurant-radio-input:checked+label .radio-round {
    border: 2px solid #41B649;
}

label.restaurant-radio-label .radio-round {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid #E5D5E5;
    border-radius: 18px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

input.restaurant-radio-input:checked+label .filling {
    background-color: #41B649;
}

label.restaurant-radio-label .radio-round .filling {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #C7D2EB;
    outline: 0;
    box-shadow: none !important;
    font-size: 1rem;
    line-height: normal !important;
}

.form-wrapper .btn-primary {
    width: 100%;
    background-color: #41B649;
    font-weight: bold;
    font-size: 15px;
    border: none;
    padding: 8px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 14px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    height: 45px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: normal !important;
}


/* Header */

.navbar-align {
    align-items: center;
}


/* Form - */

.form-wrapper textarea {
    height: 100px !important;
}


/* Blog */

.blog--img {
    padding-bottom: 15px;
}

.share-socil-icons {
    position: absolute;
    left: 10px;
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 1rem;
}


/* About uss */

.about-sub-title {
    padding: 20px 0;
    margin: 0;
}

.about-card {
    background: #FFFFFF;
    border-radius: 10px;
}


/* Captcha */

.bmo-alert-message {
    color: #ff4b00;
    font-size: 0.8rem;
}

.captcha-code {
    background: rgb(114 114 114 / 11%);
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    padding: 14px 25px;
    margin-bottom: 0;
    font-weight: bold;
    margin-right: 10px;
    user-select: none;
}

.captcha-wrapper {
    display: flex;
    align-items: center;
}


/* Modal */

.popup-modal {
    max-width: 900px;
    display: flex;
    transition: opacity .15s linear;
    padding-top: 50px;
}

.popup {
    transition: opacity .15s linear;
    background-color: rgb(241 241 241 / 70%);
}

.popup-modal-body {
    display: flex;
    justify-content: space-between;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}

.popup-modal-form {
    padding-left: 30px;
}

.popup-form-control {
    width: 100%;
}

.popup-close-btn {
    position: absolute;
    top: 8px;
    right: 21px;
    background: rgba(255, 255, 255, 1);
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 99%;
}

.popup-modal .modal-content {
    border-radius: 20px !important;
    margin: 20px;
    border: none;
    box-shadow: 0px 20px 80px rgba(202, 211, 241, 0.25);
}

.popup-modal-body img {
    height: 550px;
}


/* Before Footer Section */

.section-before-footer {
    background-image: url(../images/cta-banner.jpg);
    background-size: 100% 100%;
    background-position: center center;
}

.bmo-sign {
    margin-top: 10px;
}

.bmo-template-img {
    width: 100%;
}

@media (max-width: 1024px) {
    .navbar-align {
        align-items: self-start;
    }
    .bmo-services-card {
        height: 530px !important;
    }
    .reseller-call-to-action {
        background-size: auto !important;
    }
}

@media (max-width:490px) {
    .popup-modal-body {
        display: block;
        padding: var(--bs-modal-padding);
    }
    .popup-modal-body img {
        display: none;
    }
    .popup-modal-form {
        padding-left: 0;
    }
    .section-after-header {
        background-color: var(--light-color);
        display: flex;
        align-items: center;
        height: unset;
    }
    .section-simple {
        padding: 1rem 0 !important;
    }
    .bmo-new-button {
        margin-bottom: 10px;
    }
    .bmo-services-card {
        height: 410px !important;
    }
    .reseller-call-to-action {
        background-size: auto !important;
    }
}


/* Home Page - Services Section */

.bmo-services-card {
    height: 410px;
}

.btn-primary,
.form-label {
    text-transform: capitalize;
}


/* saniya css injections */

.custom-modal {
    position: fixed;
    width: 350px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-click-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-head {
    padding: 0px 0px 0px 30px !important;
}

.custom-location {
    cursor: pointer;
    border: none;
    padding: 8px 30px;
    margin: 20px 10px !important;
    border-radius: 5px;
    border: none;
    color: #fff;
    margin-left: 10px;
    background-color: #ff4343;
}

.custom-scroll {
    background: #fff;
    padding: 8px 8px 8px 8px;
    margin: 12px 0px 5px 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    cursor: pointer;
}

.custom-scroll::-webkit-scrollbar {
    width: 0;
}

.custom-list {
    min-width: 20px;
}

.custom-all {
    text-transform: uppercase;
}

.checkbox-simple-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-simple-wrapper .form-label {
    margin-bottom: 0px;
    line-height: 14px;
}

.checkbox-simple-wrapper.form-switch .form-check-input.checkbox-simple:checked {
    background-position: unset !important;
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 20 20\'%3e%3cpath fill=\'none\' stroke=\'%23ee2706\' stroke-linecap=\'round\' stroke-linejoin=\'round\' stroke-width=\'2\' d=\'m6 10 3 3 6-6\'/%3e%3c/svg%3e') !important;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
}

.checkbox-simple-wrapper.form-switch .form-check-input.checkbox-simple {
    width: 1.1rem;
    height: 1.1rem;
    background-image: none;
    background-position: left center;
    border-radius: 4px !important;
    margin-top: 0px;
}

.checkbox-simple-wrapper.form-switch .form-check-input:focus {
    background-image: none;
}

.information-label {
    opacity: .4;
    margin: 10px 0;
    font-size: 13px;
    font-weight: 400;
}

.file-list {
    display: none;
}

.bmo-draggable-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0px;
    cursor: move;
    cursor: url(images/grab.cur);
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.bmo-draggable-item.sortable-chosen {
    box-shadow: 0px 0px 5px #b3b3b3;
    cursor: url(images/grabbing.cur) !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
    border-radius: 8px;
}

.sortable-ghost[draggable=true],
.sortable-ghost[data-draggable=true] {
    box-shadow: 0px 0px 10px #b3b3b3;
    cursor: url(images/grabbing.cur) !important;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: move !important;
    border-radius: 8px;
}


/* phone dial code group CSS */

.bmo-phone-group #phoneInput {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.bmo-phone-group.bmo-contact-form #phoneInput,
.bmo-phone-group.bmo-contact-form #phoneInput:focus {
    border: none;
    background-color: rgba(23, 22, 26, 0.04);
}

.bmo-phone-group .bmo-country-dropdown-wrapper {
    position: relative;
}

.bmo-phone-group .bmo-country-dropdown-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 1rem;
    font-weight: 400;
    height: 46px;
    color: #212529;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 1px solid #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal !important;
    width: 100px;
    border-radius: 5px 0px 0px 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bmo-phone-group.bmo-contact-form .bmo-country-dropdown-trigger {
    height: 45px;
}

.bmo-phone-group .bmo-dropdown-wrapper {
    height: 240px;
    padding-left: 0px;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    background: #fff;
    z-index: 111;
    top: 50px;
    left: 0;
    min-width: 340px;
}

.bmo-phone-group .bmo-country-dropdown-list {
    height: 160px;
    margin-top: 8px;
    overflow-y: scroll;
    list-style: none;
    padding-left: 0px
}

.bmo-phone-group .bmo-country-dropdown-list::-webkit-scrollbar {
    background: #fefeff;
    width: 8px;
}

.bmo-phone-group .bmo-country-dropdown-list::-webkit-scrollbar-thumb {
    background: #b7b2b2;
    height: 30px;
    border-radius: 30px;
}

.bmo-phone-group .bmo-country-dropdown-item {
    padding: 10px;
    font-size: 14px;
}


/* phone dial code group CSS END*/

.custom-register-from .login-form {
    align-items: flex-start !important;
}

.service-points-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.service-points-wrapper .services-point {
    width: 260px;
}