/*!
Script: Restro SaaS
Author: Gravity Infotech
Support: infotechgravity@gmail.com
Version: 4.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


:root {
    --bs-primary: #000;
    --bs-secondary: #A235C7;
    --bs-offwhite: #F2F0F0;
    --bs-white: #fff;
    --bs-font-sans-serif: 'Montserrat', sans-serif !important;
    --bs-secondary-rgb: color-mix(in srgb, var(--bs-secondary), transparent 80%) !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.border-secondary-color {
    border-color: var(--bs-secondary) !important;
}

body {
    font-family: var(--bs-body-font-family);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.fs-8 {
    font-size: 12px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

/* btn-primary  */
.btn-primary {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border: none;
    min-width: max-content;
    /* padding: 12px 24px; */
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

/* btn-secondary  */
.btn-secondary {
    background-color: var(--bs-secondary);
    color: var(--bs-white);
    border: none;
    min-width: max-content;
    padding: 12px 24px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: var(--bs-secondary) !important;
    color: var(--bs-white);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.h-45 {
    height: 45px;
}

.fs-7 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fw-500 {
    font-weight: 500;
}

/*==================== main-header ====================*/
.logo img {
    height: 45px;
    object-fit: cover;
}

.main-header {
    background-color: var(--bs-primary);
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
}

.main-header h1 {
    background: linear-gradient(181.13deg, #FE902B 0.97%, #E54586 129.01%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
}

.main-menu .nav-menu li a {
    padding: 8px 20px;
    display: block;
    color: var(--bs-offwhite);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.main-header ul li a {
    padding: 8px 20px;
    display: block;
    /* color: var(--bs-offwhite); */
    font-weight: 400;
    /* font-size: 16px; */
    text-transform: capitalize;
}

.main-header ul li a:hover,
.offcanvas ul li a {
    color: var(--bs-secondary);
}

.main-header ul li .active,
.offcanvas ul li .active {
    color: var(--bs-secondary) !important;
}

.offcanvas ul li a {
    font-size: 18px;
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-primary);
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.menu_title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/*=================== home-banner ===================*/

/* .home-banner p {
    font-size: 17px;
    transition: 0.5s;
} */

.home-banner input {
    border: 1px solid #52504E;
}

.home-banner input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border: 1px solid #52504E !important;
    outline: 0;
    box-shadow: none !important;
}

/*=================== work ===================*/
.work {
    padding: 100px 0px;
}

.work .card {
    padding: 16px;
}

.work .card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

/* .work .work-img {
    position: relative;
    z-index: 2;
}

.work .work-img::before {
    content: " ";
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: -8%;
    right: -8%;
    background-color: #0F1D3C;
    z-index: -1;
} */

.numbers {
    font-weight: 500;
    font-size: 64px;
}

.card-title {
    font-size: 16px;
    color: var(--bs-primary);
    font-weight: 600;
}

.hotel-subtitle {
    font-size: 14px;
}

.work .card a {
    color: #000;
}

.work .work-img {
    position: relative;
}

/*=================== Premium Features ===================*/
.sec-title h2 {
    font-size: 38px;
    color: #000;
    font-weight: 700;
}

.sec-title .sub-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
}

.features-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.features-circle img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}

/*============================= templates-sec =============================*/
.template .templates-owl-img {
    padding: 24px 28px 0px 28px;
    padding-bottom: 0px;
    transition: 0.2s ease;
}

.templates-owl .item p {
    color: #AEB5C5;
    margin-bottom: 30px;
}

.templates-owl .owl-nav {
    margin-top: 25px;
}

.templates-owl .owl-nav button.owl-next,
.templates-owl .owl-nav button.owl-prev {
    background-color: var(--bs-secondary) !important;
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
}

.templates-owl .owl-stage-outer .owl-stage {
    display: flex;
}

.templates-owl img {
    width: 90% !important;
}

.templates-owl .item {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.all-btn {
    color: var(--bs-white);
    font-size: 16px;
    border-bottom: 1px solid var(--bs-white);
}

/*======================== order-process ========================*/
.order-process .order-process-content h2 {
    font-size: 48px;
}

.order-process .order-process-content p {
    font-size: 20px;
}

.order-process-content {
    content: " ";
    width: 100%;
    height: 100%;
    background: lightslategray;
    --tw-bg-opacity: 0.5;
}

/*=========================== menu-items =======================our-stores====*/
.our-stores-partners .menu {
    overflow-x: scroll;
    overflow-y: hidden;
}

.our-stores-partners .menu::-webkit-scrollbar {
    display: none;
}

.our-stores-partners .menu .menu-items a {
    border: 2px solid #000;
    padding: 10px 60px;
    border-radius: 50px;
    color: #000;
    min-width: max-content;
    display: inline-block;
    font-weight: 600;
}

.our-stores-partners .menu .menu-items .active {
    border-color: var(--bs-secondary);
    color: var(--bs-secondary) !important;
}

.our-stores-partners .partners-owl .owl-nav button.owl-next,
.our-stores-partners .partners-owl .owl-nav button.owl-prev {
    background-color: var(--bs-secondary) !important;
    width: 55px;
    height: 55px;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 200;
    color: var(--bs-white);
    margin-top: 0px;
}

.our-stores-partners .partners-owl .bg-partners {
    height: 550px;
    object-fit: cover;
    position: relative;
}

.our-stores-partners .owl-theme .owl-nav {
    margin-top: 30px;
}

.our-stores-partners .content-box {
    width: 100%;
    background-color: rgba(253, 110, 60, 0.8);
    color: var(--bs-white);
    padding: 20px 40px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-stores-partners .content-box p {
    font-size: 12px;
    font-weight: 400;
}

.max-scren {
    color: var(--bs-white);
    font-size: 42px;
}

.our-stores-partners .content-box img {
    width: 100%;
    object-fit: cover;
}

/*========================= app-downlode-sec =========================*/
.app-downlode-sec .play-store,
.app-downlode-sec .app-store {
    height: 60px;
}

.app-downlode-sec .app-title {
    font-size: 37px;
    font-weight: 700;
}

.app-img {
    margin-top: 80px;
}

/*============================= our plan =============================*/
.our-plan .plan-detals ul li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 400;
}

.our-plan .plan .card {
    transition: 0.5s;
    cursor: pointer;
}

.our-plan .plan .card:hover {
    background-color: var(--bs-primary);
    color: var(--bs-white);
    transform: scale(1.02);
}

.our-plan .plan .card:hover .plan-detals ul li {
    color: var(--bs-white);
}

/*============================ trusted ============================*/
.trusted .trusted-title {
    font-size: 30px;
    font-weight: 500;
}

.trusted .num {
    font-size: 40px;
    font-weight: 600;
    background-color: var(--bs-secondary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trusted .num-title {
    font-weight: 600;
    font-size: 17px;
}

.line {
    width: 100%;
    border: 1px solid var(--bs-secondary);
    opacity: .5;
}

.see-all-circle {
    width: 80px;
    height: 80px;
    background: #FAF1EE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    margin: 5px 100px;
    cursor: pointer;
}

/*============================== blog ==============================*/
.blog #blog-owl span {
    font-weight: 600;
    font-size: 14px;
    color: #43555F;
}

.blog #blog-owl p {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog span {
    font-weight: 600;
    font-size: 14px;
    color: #43555F;
}

#blog p {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}

/*============================= newsletter =============================*/
.newsletter .newsletter-title {
    font-size: 40px;
    font-weight: 600;
}

.newsletter .newsletter-subtitle {
    font-weight: 400;
    font-size: 18px;
    transition: 0.5s ease;
}

.data-pri {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #C0C5D0;
}

.newsletter .form-control:focus {
    box-shadow: none;
}

/*============================= contact us  =============================*/
.info {
    margin-bottom: 120px;
}

.contact .card-info {
    overflow: hidden;
    padding-bottom: 200px;
}

.contact .card-info::after {
    content: " ";
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    position: absolute;
    bottom: -15%;
    right: -25%;
    transition: 0.2s ease;
}

.contact .card-info::before {
    content: " ";
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--bs-secondary);
    opacity: 0.5;
    position: absolute;
    bottom: 10%;
    right: 15%;
    z-index: 2;
    transition: 0.2s ease;
}

.contact .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color: none;
    outline: 0;
    box-shadow: none !important;
}

.contact .form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.contact .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/*============================= footer =============================*/
.footer-bg-color {
    background-color: var(--bs-primary);
    width: 100%;
    padding: 30px 0px 10px 0px;
    overflow: hidden;
}

.footer-contain {
    color: var(--bs-white);
    font-weight: 300;
    font-size: 16px;
}

.footer-title {
    color: var(--bs-white);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.footer-contain p a {
    color: var(--bs-white);
    font-weight: 400;
    font-size: 14px;
}

.footer-contain p a:hover {
    color: var(--bs-secondary);
}

footer .social-icon {
    display: flex;
    align-items: center;
}

footer .social-icon a {
    color: #fff;
}

.copy-right-text {
    color: var(--bs-white);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog-image {
    height: 270px !important;
    object-fit: cover;
    object-position: center;
}

.h-30px {
    height: 30px !important;
    width: 30px !important;
}

.fb {
    background: #fff !important;
    color: rgb(0, 0, 0) !important;
}

.btn-social {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}

/* KISHOR ADD CSS START */
.blog_img {
    height: 600px !important;
}

.details {
    text-align: justify;
    padding: 20px 0 45px 0px;
}

.theme-1-margin-top {
    margin-top: 2rem !important;
}

.our_stores_images {
    height: 270px;
    object-fit: cover;
}

.other_page_title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 2.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.owl_our_stores img {
    height: 400px;
    object-fit: cover;
}

.bg-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.leyer {
    width: 100%;
    height: 100%;
    position: absolute;
    color: var(--color-white);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.616) 0, rgba(255, 255, 255, 0.086) 50%, rgba(0, 0, 0, 0.616) 100%);
}

.btn_close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_close i {
    font-size: 18px;
}

.blank-page-height {
    width: 40%;
}

/* cookie */
.js-cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    padding: 10px;
    z-index: 9999999999;
    background-color: var(--bs-secondary);
    color: #fff;
    border: solid 2px var(--bs-secondary);
    width: 100%;
    max-width: 100%;
}

.js-cookie-consent-img {
    width: 50px;
    height: 50px;
}

.js-cookie-consent-agree:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
}

.js-cookie-consent-cancel:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.js-cookie-consent-agree {
    padding: 9px 21px !important;
    border-radius: .5rem;
    background-color: var(--bs-primary);
    color: #fff;
}

.js-cookie-consent-cancel {
    padding: 9px 21px !important;
    border-radius: .5rem;
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
}

/* whatsapp chat */
.bg-msg {
    background-color: #E5DDD5;
}

.wrapper {
    position: fixed;
    right: 33px;
    bottom: 180px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 98;
    visibility: hidden;
    overflow: hidden;
}

.wrapper_rtl {
    position: fixed;
    left: 12px;
    bottom: 180px;
    width: 292px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.chat-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
}

.chat-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 100px;
    cursor: pointer
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 98;
}


.whatsapp_icon_ltr {
    position: fixed !important;
    bottom: 40px !important;
    right: 70px !important;
    z-index: 98;
}

.whatsapp_icon_rtl {
    position: fixed !important;
    bottom: 40px !important;
    left: 70px !important;
    z-index: 98;
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 26px;
    color: #fff !important
}


#check:checked~.wrapper {
    opacity: 1;
    visibility: visible;
}

#check:checked~.wrapper_rtl {
    opacity: 1;
    visibility: visible;
}

.msg_header {
    padding: 1rem;
    background-color: #075E54;
    color: #fff;
}

.msg_header h6 {
    margin: 0px;
    font-size: 16px;
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none;
    height: 70px;
}

.chat-form textarea:focus {
    border: 1px solid #dee2e6;
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

#check {
    display: none !important
}

/* whatsapp chat */


.faq-bg-color {
    padding: 65px 0px 80px 0px;
    background-color: #F5F6F7;
}

.faq-title {
    color: #000;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 40px;
    margin: auto;
}

.faq-subtitle {
    margin: auto;
    padding-bottom: 20px;
    color: #000;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding-top: 20px;
}


.collapse {
    flex-grow: 0;
}

/* accordion-button rtl css */
.accordion-button-rtl:focus {
    box-shadow: none !important;

}

.accordion-button-rtl [type="button"]:not(:disabled) {
    border: #989898 1px solid !important;
}

.accordion-button-rtl:not(.collapsed) {
    color: var(--bs-secondary) !important;
    background-color: var(--bs-primary) !important;
}

.accordion-button-rtl:not(.collapsed)::after {
    background-image: url("../../landing/images/png/down.png") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button-rtl::after {
    background-image: url("../../landing/images/png/up.png") !important;

}

.accordion-button-rtl {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button-rtl::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}


.accordion-body {
    background-color: var(--color-white);
}

.accordian-active {
    color: var(--bs-secondary);
    background-color: var(--bs-primary);
    box-shadow: none !important;
}


.accordion-button:focus {
    box-shadow: none !important;

}

.accordion-button [type="button"]:not(:disabled) {
    border: #989898 1px solid !important;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../../landing/images/png/down.png") !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
    background-image: url("../../landing/images/png/up.png") !important;

}

.language-dropdown-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.language-items-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0px;
}

.faq-accordion-lorem-text {
    font-size: 15px;
}

.border-line {
    border-right: 1px solid #000;
}

.demo_label {
    background-color: var(--bs-secondary);
    color: #fff;
    z-index: 999;
    position: fixed;
    top: 90%;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-button {
    background-color: #eb4d4b;
    border: 0;
    padding: 10px 35px;
    font-size: 20px;
    font-family: 'Open Sans';
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.main-button::after {
    background-color: #eb4d4b;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    animation-name: blink;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    /* animation-timing-function: cubic-bezier(1, 0, 0, 1); */
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

/* ======================Dhruvi desai Extra css====================== */

@media only screen and (max-width: 500px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }

    .g-recaptcha.rtl {
        transform: scale(0.77);
        transform-origin: right;
    }
}

.details p big {
    font-size: 20px;
}

.details p {
    font-size: 14px;
}

.form-select:focus {
    border-color: #dee2e6 !important;
    outline: 0;
    box-shadow: none !important;
}

/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 12px;
    bottom: 95px;
    width: 294px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 99999;
    visibility: hidden;
    overflow: hidden;
}

.quick_call_rtl {
    position: fixed;
    left: 12px;
    bottom: 95px;
    width: 294px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 99999;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 200px) and (max-width: 768px) {

    .quick-btn_ltr,
    .quick-btn {
        bottom: 20px !important;
    }

    .quick_call_rtl,
    .quick_call {
        right: 11px;
    }
}



.quick-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.quick-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer
}

.quick-btn {
    width: 50px;
    padding: 10px 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--bs-secondary);
    color: #fff;
    font-size: 16px;
    border: none;
    box-shadow: var(--bs-box-shadow);
    z-index: 500;
}

.quick-btn .close {
    display: none
}


#quick_call:checked~.quick-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(90deg)
}

#quick_call:checked~.quick-btn {
    padding: 10px;
}

#quick-btn.expanded {
    width: 50px;
}

#quick_call:checked~.quick-btn .comment {
    display: none
}

.quick-btn i {
    font-size: 26px;
    color: #fff !important
}

#quick_call:checked~.quick_call {
    opacity: 1;
    visibility: visible;
}

#quick_call:checked~.quick_call_rtl {
    opacity: 1;
    visibility: visible;
}

.call_info {
    padding: 1.5rem;
    display: grid;
    justify-content: center;
}

.call_info h6 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.caller_img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#quick_call {
    display: none !important
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: var(--bs-secondary) !important;
    color: #fff;
}


.bg-primary-rgb {
    background-color:
        color-mix(in srgb, var(--bs-primary), transparent 85%) !important;
}



.btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: var(--bs-btn-close-focus-opacity);
}

/* =========== custom scroll =========== */
/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #495057;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bg-changer {
    background-color: var(--bs-primary) !important;
    color: #fff;
}

.our-plan .plan .card:hover .bg-changer {
    background-color: var(--bs-secondary) !important;
    color: #000;
}

.theme-img {
    width: 100%;
    height: 100%;
}

.theme-img img {
    width: 100%;
    height: 100%;
}

.form-control:focus {
    border-color: #dee2e6 !important;
}

/* ============================ update css dhruvil =================================== */
.serviceBox {
    color: #000;
    text-align: center;
    padding: 60px 25px;
    position: relative;
    z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    position: absolute;
    z-index: -1;
}


.serviceBox:after {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.serviceBox .title {
    font-size: 15px;
    font-weight: 600;
}

.serviceBox .description {
    font-size: 15px;
    margin: 0;
}

.serviceBox .service-icon img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.line-2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-gradient-color {
    position: relative;
    overflow: hidden;
    background: var(--bs-primary);
    color: #fff;
    z-index: 1;
}

/* ======================================================================== */
.pricingTable {
    text-align: center;
}

.pricingTable>.pricingTable-header {
    color: #fff;
    padding: 3px 0;
    background: var(--bs-secondary);
}

.pricingTable .price-value {
    background: #353740;
    display: block;
    padding: 24px 12px;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

.pricingTable .price-value:after {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: -15px;
}

.pricingTable .price-value:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: -15px;
}

.pricingTable .price-value>span {
    font-size: 24px;
}

.pricingTable .price-value>.month {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.pricingTable .price-value>.month:before {
    content: "";
    border: 1px solid #fff;
    width: 28px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.pricingTable .icon {
    display: block;
    padding: 30px 0;
    font-size: 54px;
}

.pricingTable .icon>i {
    transform: rotateY(0deg);
    transition: all 1s ease-out 0s;
}

.pricingTable .icon:hover>i {
    transform: rotateY(360deg);
    color: #333333;
    transition: all 1s ease-out 0s;
}

.pricingTable .heading {
    padding: 12px 0;
    background: var(--bs-secondary);
    display: block;
}

.pricingTable .heading>h3 {
    margin: 0;
    text-transform: capitalize;
}

.pricingTable>.pricingContent {
    text-align: right;
}

.pricingTable>.pricingContent>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.pricingTable>.pricingContent>ul>li {
    padding: 12px;
    background: #fff;
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease-out 0s;
}

.pricingTable>.pricingContent>ul>li:before {
    content: "\f058";
    font-family: "Font Awesome 6 free";
    font-weight: 700;
    font-size: 15px;
    transition: all 0.5s ease 0s;
}

.pricingTable>.pricingContent>ul>li:hover {
    color: var(--bs-secondary);
}

.pricingTable>.pricingContent>ul>li:hover:before {
    margin-right: 10px;
}

.pricingTable.rtl>.pricingContent>ul>li:hover:before {
    margin-left: 10px;
    margin-right: 0px;
}

.pricingTable .pricingTable-sign-up {
    padding: 15px 0;
    background: #fff;
}

.pricingTable-sign-up>.btn-block {
    width: 50%;
    margin: 0 auto;
    background: var(--bs-secondary);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 0px;
    position: relative;
    transition: all 0.5s ease-out 0s;
}

.pricingTable-sign-up>.btn-block:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 30%;
    right: -10px;
    transition: all 0.8s ease 0s;
}

.pricingTable-sign-up>.btn-block:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -10px;
    transition: all 0.8s ease 0s;
}

/* ======================================================================== */

.post-slide {
    background: #fff;
}

.box-post {
    border: 1px solid #000;
    padding: 3px;
    box-shadow: 0 0 5px #fff;
}

.box-post .box-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.box-post .box-img img {
    width: 100%;
    height: 260px;
}

.box-post .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.box-img:before,
.box-img:after,
.box-img .over-layer:before,
.box-img .over-layer:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.40s ease-in-out 0s;
}

.box-img:before {
    top: 0;
    left: -100%;
}

.post-slide:hover .box-post .box-img:before {
    left: 0;
}

.box-img:after {
    top: -100%;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.post-slide:hover .box-post .box-img:after {
    top: 0;
}

.box-img .over-layer:before {
    left: 0;
    bottom: -100%;
    background: rgba(255, 255, 255, 0.8);
}

.post-slide:hover .box-post .over-layer:before {
    bottom: 0;
}

.box-img .over-layer:after {
    bottom: 0;
    right: -100%;
}

.post-slide:hover .box-post .over-layer:after {
    right: 0;
}

.post-slide .post-title:before {
    content: "";
    border: 1px solid var(--bs-secondary);
    width: 18%;
    display: block;
    margin-bottom: 15px;
}

.post-slide .post-date {
    text-transform: capitalize;
}

.them-name-images {
    width: 100%;
    transform-origin: 50% 50%;
    object-fit: cover;
    object-position: top;
    height: 540px;
    transition: 1s all ease-in-out;
}

#testimonial-slider-18 .testimonial {
    border-left: 4px solid var(--bs-secondary);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    overflow: hidden;
    position: relative;
}

#testimonial-slider-18 .testimonial.rtl {
    border-left: none;
    border-right: 4px solid var(--bs-secondary);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 130px 30px 30px;
    overflow: hidden;
    position: relative;
}

#testimonial-slider-18 .testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid var(--bs-secondary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

#testimonial-slider-18 .testimonial.rtl:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: unset;
    left: 0;
    border-top: 25px solid var(--bs-secondary);
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
    transform-origin: 24% -30% 0;
}

#testimonial-slider-18 .testimonial .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

#testimonial-slider-18 .testimonial.rtl .pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: unset;
    right: 20px;
}

#testimonial-slider-18 .testimonial .pic img {
    width: 100%;
    height: auto;
}

#testimonial-slider-18 .testimonial .description {
    font-size: 14px;
    font-style: italic;
    line-height: 25px;
    margin-bottom: 15px;
}

#testimonial-slider-18 .testimonial .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
    margin: 0;
    border: none;
    text-transform: capitalize;
}

#testimonial-slider-18 .testimonial .post {
    font-size: 14px;
}

.blog-card-hover {
    transition: 0.2s ease-in;
    object-fit: cover;
}

.blog-card-hover:hover {
    transform: scale(1.04);
}

#blog-owl p {
    margin: 0px !important;
}

#sidebarfooter {
    z-index: 9999999999999 !important;
}

.fw-600 {
    font-weight: 600;
}

.bg-primary-rgb-2 {
    background-color:
        color-mix(in srgb, var(--bs-primary), transparent 95%) !important;
}

.bg-secondary-rgb {
    background-color:
        color-mix(in srgb, var(--bs-secondary), transparent 90%) !important;
}

.provider-add {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: white;
    font-family: sans-serif;
}

.provider-add .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 1;
}

.provider-add .content {
    position: relative;
    z-index: 2;
    padding: 20px;
}

/* ================================================== */
.counter {
    color: var(--bs-secondary);
    background: var(--bs-primary);
    text-align: center;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 44px 10px;
    position: relative;
    /* margin: 0 auto; */
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #ECEBE9;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 100px 100px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 26px 58px 0 rgba(0, 0, 0, .22), 0 5px 14px 0 rgba(0, 0, 0, .18);
    z-index: -1;
}

.counter:after {
    background: #EAEAEA;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
}

.counter h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    /* margin: 0 0 10px; */
}

.counter h3:before {
    content: "";
    background: var(--bs-primary);
    width: 20px;
    height: 20px;
    transform: rotate(102deg);
    position: absolute;
    bottom: 35px;
    left: 7px;
    transition: all 0.3s ease-in-out;
    z-index: -2;
}

.counter .counter-value {
    font-size: 33px;
    font-weight: 600;
}

.lag-btn .dropdown-menu {
    --bs-dropdown-min-width: 8rem !important;
    /* padding: 0px 0px !important; */
    font-size: 12px !important;
    overflow: hidden !important;
}

.min-dropdown-ltr {
    position: absolute !important;
    left: -100px !important;
    /* top: 100% !important; */
    font-size: 12px !important;
}

.header .min-dropdowns-ltr {
    position: absolute !important;
    /* left: -100px !important; */
    /* top: 100% !important; */
    font-size: 12px !important;
}

.min-dropdown-rtl {
    position: absolute !important;
    left: 0px !important;
    /* top: 100% !important; */
    font-size: 12px !important;
}

.box {
    --size: 52px;
    --line: #373636;
    content: '';
    height: 100vh;
    width: 100vw;
    position: absolute;
    background: linear-gradient(90deg,
            var(--line) 1px,
            transparent 1px var(--size)) 50% 50% / var(--size) var(--size),
        linear-gradient(var(--line) 1px, transparent 1px var(--size)) 50% 50% / var(--size) var(--size);
    mask: linear-gradient(180deg, transparent 3%, white 30%, transparent 100%);
    top: 0;
    transform-style: flat;
    pointer-events: none;
    z-index: -1;
}

.btn-light:hover,
.btn-light:active {
    color: #000 !important;
    background-color: #ffff !important;
}

.object {
    object-fit: cover;
    object-position: center;
}

.hv-100 {
    height: 100vh;
}

.version_text {
    background-color: #ffffff40;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 12px;
    width: max-content;
    text-transform: capitalize;
}

.btn-padding {
    padding: 14px 34px;
}

.home-banner .banner-title {
    font-size: 68px;
    font-weight: 600;
    line-height: 82px;
    transition: 0.5s;
}

.bg-secondary-rgb {
    background-color: var(--bs-secondary-rgb) !important;
}

.smartphone {
    position: relative;
    width: 364px;
    height: calc(100vh - 60px);
    margin: auto;
    border: 2px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

/* The horizontal line on the top of the device */
.smartphone:before {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 10px;
}

/* The circle on the bottom of the device */
.smartphone:after {
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, -50%);
    background: #333;
    border-radius: 50%;
}

/* The screen (or content) of the device */
.smartphone .content {
    width: 100%;
    height: 100%;
    background: white;
}

.h-100vh {
    height: 100vh;
}

.logo-h-45-px {
    height: 65px;
    width: fit-content;
}

.custom-padding {
    padding: 30px 0px;
}

.arrow {
    position: absolute;
    bottom: 50%;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 190px;
    height: 20%;
}

.arrow__body {
    height: 95%;
    margin: 0px;
    border-width: 10px 0 0;
    border-style: dashed;
    border-color: var(--bs-primary);
    border-top-left-radius: 100%;
    transform: rotateZ(360deg);
}

.arrow__body::after {
    content: '';
    position: absolute;
    top: -15px;
    right: -12px;
    border-width: 20px 15px 0;
    border-style: solid;
    border-color: var(--bs-primary) transparent transparent;
    transform: rotate(-90deg);
}

.arrow__body::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: -16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-secondary) !important;
}

.arrows-flips {
    bottom: -110px;
    left: -10px;
    transform: scale(-1, -1);
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-white) !important;
    text-decoration: none;
    background-color: var(--bs-secondary) !important;
}

.breadcrumb-item-left::before {
    float: left !important;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item-right::before {
    float: right !important;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-sec {
    background-color: #eeeeee;
    padding: 1rem 0;
}

/* ======================================================================== */

.pagination .page-item.active .page-link {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary);
    color: #fff
}

.page-link:hover,
.page-link:focus,
.page-link {
    color: #000;
    font-weight: 500;
    box-shadow: none !important;
}

.pagination .page-link {
    padding: 4px 8px;
}