:root {
    --theme-color: #F78633;
    --secondary-color: #F78633;
    --body-font: "Rubik", sans-serif;
    --aspect-ratio: calc(204 / 360* 100%);
    --aspect-ratio1: calc(202 / 220* 100%);
    --aspect-ratio-mobile: calc(288 / 220* 100%);
}

html {
    overflow-x: hidden;
}

body,
html {
    height: 100%;
    color: #2d333f;
    font-family: var(--body-font);
    max-width: 100rem;
    margin: 0 auto;
    background: #f7f7f7;
    font-size: 14px;
}


/* width */

::-webkit-scrollbar {
    width: 7px;
    border-radius: 20px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 20px;
}

.text-theme {
    color: var(--theme-color);
}

a {
    color: #2d333f;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    /* color: #373f50; */
}

a {
    text-decoration: none;
}

.navbar-brand img {
    width: 104px;
}

.bg-header {
    background: var(--body-bg-color);
    padding: 5px 0;
}

.bg-top {
    background: rgb(255 137 64 / 10%);
}

.btn {
    transition: all 150ms linear 0s;
    border-radius: 0;
    font-size: 14px;
}

.z-index-9 {
    z-index: 9;
}

.btn:hover,
.btn:focus {
    opacity: 0.9;
    box-shadow: unset;
}

.btn-theme {
    color: var(--white-color);
    background-color: var(--secondary-color);
    font-size: 14px;
    margin: 0 8px;
    border: 0.0625rem var(--secondary-color) solid;
}

.btn-theme:hover {
    color: var(--white-color);
    background-color: var(--secondary-color);
}


/* dropdown */

ul.dropdown-menu a {
    color: #2d333f;
}

ul.dropdown-menu a:hover {
    color: var(--secondary-color);
}

.navbar-toggle-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 10px;
}

.navbar-toggle-box i {
    line-height: 0;
}

.navbar-tool-profile {
    color: #4b566b;
}

.bg-secondary {
    background-color: #f3f5f9 !important;
}

.bg-secondary1 {
    background-color: #F3F3F3 !important;
    padding: 4px;
    border-radius: 500px;
}

.navbar-tool-profile {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
}

.navbar-tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}

.navbar-light .navbar-tool-text {
    color: #4b566b;
}

.navbar-tool-profile a small {
    color: #4b566b;
}

.navbar-tool-text {
    display: none;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color .25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
    color: var(--secondary-color);
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
    color: #4b566b;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -0.3125rem;
    right: -0.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: var(--theme-color);
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-light .navbar-tool-text>small,
.navbar-light .navbar-tool-text>.small {
    color: #7d879c;
}

.navbar-tool-text>small,
.navbar-tool-text>.small {
    display: block;
    margin-bottom: -0.125rem;
    color: #4b566b;
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-tool .dropdown-toggle::after {
    display: none;
}

.navbar-tool .dropdown-menu {
    top: 100%;
    /* margin-top: .5rem !important; */
    right: 0;
}

.dropdown .navbar-tool-text::after {
    display: inline-block;
    margin-left: .23375rem;
    vertical-align: .23375rem;
    content: "";
    border-top: .275rem solid;
    border-right: .275rem solid rgba(0, 0, 0, 0);
    border-bottom: 0;
    border-left: .275rem solid rgba(0, 0, 0, 0);
}

.mainbtn {
    background: var(--secondary-color);
    color: rgb(255, 255, 255);
    padding: 6px 15px;
}

.mainbtn:hover {
    background: var(--theme-color);
    color: #fff
}

.widget ul a {
    color: #4b566b;
    font-size: 15px;
}

.z-6 {
    z-index: 6;
}

:focus {
    /* background-color: #fff; */
    border-color: var(--theme-color) !important;
    outline: 0;
    box-shadow: unset !important;
}

.topbtn .btn-check:checked+.btn {
    padding: 0 14px;
    border-radius: 500px !important;
    background: #fff;
    color: var(--theme-color);
    font-weight: 600;
}

.topbtn .btn-check:not(:checked)+.btn {
    padding: 0 14px;
    border-radius: 500px !important;
    color: #000;
    font-weight: 600;
}


/* dropdown end */


/* main banner search */

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    /* position: relative; */
}

.homesearch_form .form-group {
    position: relative;
}

.homesearch_form .form-control {
    font-size: 15px;
    height: 50px;
    padding-right: 106px;
    border-radius: 0;
    /* position: relative; */
}

.locate-me {
    background: #ececec none repeat scroll 0 0;
    color: #666;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 3px;
    position: absolute;
    right: 14px;
    top: 9px;
}

.homesearch_form .btn {
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 13px 5px;
}

.btn {
    border-radius: 2px;
}

.btn-lg {
    font-size: 15px;
    font-weight: 700;
    padding: 14px 35px;
    letter-spacing: 1px;
}

.btn-primary,
.badge-danger {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.section-title {
    /* margin: 0 0 35px; */
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.section-header {
    margin: 0 0 25px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.btn-link:hover {
    color: var(--theme-color);
    background: transparent;
}

.btn-link {
    background: transparent;
}


/* new location css */

.card-metro-hover {
    overflow: hidden;
    height: 227px;
    z-index: 0;
}

.card-metro-hover .card-text {
    background: transparent;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    z-index: 2;
}

.card-metro-hover .card-text a {
    color: #fff;
}

.card-metro-hover .card-text a:hover {
    color: var(--secondary-color);
}

.card-metro-hover img {
    height: 100%;
    object-fit: cover;
}

.card.card-element-hover:hover .hover-element {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
}

.card-metro-hover:hover::after {
    opacity: 1;
}

.card-metro-hover::after {
    content: "";
    opacity: 1;
    position: absolute;
    z-index: 1;
    inset: 0px;
    transition: all 0.3s ease-in-out 0s;
    background-image: linear-gradient(transparent, rgb(0, 0, 0));
}

.fill-white {
    fill: rgb(255, 255, 255);
}


/* faq */

.faqsection .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
}

.faqsection .accordion-item {
    border: 0;
    border-bottom: 1px solid #e0e5eb;
}

.faqsection .accordion-button {
    font-size: 1rem;
    font-weight: 600;
    padding: 1.5rem;
}

footer a.nav-link {
    color: #fff;
}

footer a.nav-link:hover {
    color: var(--theme-color);
}


/* Inner Section css */


/* Swiper carousel */

.swiper-prev,
.swiper-next {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #F1F1F1;
    color: #222222;
    padding: 0;
    text-align: center;
    border-radius: 10px;
    --bs-btn-border-color: transparent;
    --bs-btn-active-bg: #ec9b22;
    --bs-btn-active-border-color: transparent;
    --bs-btn-hover-bg: #38A69E;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-color: #ccc;
    --bs-btn-disabled-bg: #eaeaea;
    --bs-btn-disabled-border-color: #eaeaea
}

.swiper-prev:hover,
.swiper-next:hover {
    background: #38A69E;
}

.swiper {
    height: 100% !important;
}

.swiper .swiper-slide {
    height: auto !important;
    /* padding: 1em 0; */
}

.topcusines img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.topcusines .btn-icon.btn-lg,
.topcusines .btn-group-lg>.btn-icon.btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    border-radius: 100% !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.topcusines .swiper-button-next {
    padding-left: 0;
    padding-right: 0;
}

.topcusines .swiper-button-prev {
    padding-left: 0;
    padding-right: 0;
}

.topcusines .swiper-button-next:after,
.topcusines .swiper-button-prev:after {
    display: none;
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.fs-12 {
    font-size: 12px;
}

.filterbtn .btn-check:checked+.btn {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.filterbtn .btn {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #2d333f;
    font-weight: 500;
}

.filterbtn .btn:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-dropdown {
    background-color: #F3F3F3;
    border-color: #F3F3F3;
    color: #2d333f;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}


/* card box */

.toprestaurants .card {
    height: 100%;
    padding-bottom: 0.5rem;
}

.toprestaurants .card {
    border: 1px solid #eee !important;
}

.toprestaurants .ratio:before {
    content: "";
    display: block;
    padding-top: var(--aspect-ratio);
}

.toprestaurants img {
    /* min-height: 132px; */
    object-fit: cover;
}

.toprestaurants .card-body {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 10px;
}

.toprestaurants p {
    font-size: 14px;
}

.text-muted {
    color: #7d879c !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.fs-ms {
    font-size: 0.8125rem !important;
}

.star-rating .star-rating-icon.active {
    color: #fea569;
}

.star-rating .star-rating-icon {
    display: inline-block;
    margin-right: 0.1875rem;
    color: #aeb4be;
    font-size: .75rem;
    vertical-align: middle;
}

.star-rating {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}

.w-50 {
    width: 50px !important;
    height: 50px !important;
}

.bg-theme-light {
    background: #051d5966;
}

.fs-25 {
    font-size: 25px;
}

.text-yellow {
    color: #E79C1C !important;
}

.res_open {
    color: #267878 !important;
}

.res_close {
    color: rgb(194, 36, 39) !important;
}

.p_list li {
    margin-right: 2px;
    font-size: 13px;
    line-height: 13px;
    color: #2d333f;
    font-weight: 500;
    display: inline-block;
}

.p_dots {
    position: relative;
    width: 4px;
    height: 4px;
}

.p_dots:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #7d8d9c;
    border-radius: 50%;
    position: absolute;
    top: -1px;
}

ul.p_list {
    padding: 0;
}

.cl_logo img {
    opacity: 0.7;
    width: 115px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.cl_logo:hover img {
    opacity: 1;
}

.contact-doctors li a {
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.avatar-xxl {
    height: 5.125rem;
    width: 5.125rem;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bginfo {
    background: var(--theme-color);
}

.hos-title {
    font-size: 25px;
}

.product-floating-btn {
    position: absolute;
    right: .75rem;
    bottom: .75rem;
    z-index: 10
}

.product-floating-btn .btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-floating-btn .btn i {
    font-size: 25px;
    line-height: 0;
}

.itemcolor {
    color: #606060;
}

.fs-20 {
    font-size: 20px;
}

.lineclamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* new css */

.product_box {
    margin-bottom: 12px;
    padding-bottom: 12px;
    background: #fff;
    border-bottom: 1px solid #e8eefc;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
}

.image_text {
    margin-right: 12px;
    width: 400px;
    height: 120px;
    border-radius: 8px;
    display: block;
    overflow: hidden;
    position: relative;
}

.image_text .product_img,
.image_text img {
    height: 100%;
}

.image_text img {
    height: 100%;
}

.image_text img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.product_details {
    min-height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rounded_card {
    border-radius: 14px;
}


/* demo */

.booktable_right .nav-pills .nav-link.active,
.booktable_right .nav-pills .show>.nav-link {
    color: var(--secondary-color) !important;
    background-color: transparent;
}

.booktable_right .nav-link {
    color: #000;
    font-weight: 600;
    width: max-content;
}

.scrollable-tabs::-webkit-scrollbar {
    display: none;
}

.scrollable-tabs {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0.5rem;
    background-color: #f8f9fa;
    /* Light background */
}

.scrollable-tabs .nav-link {
    display: inline-block;
    /* padding: 0.75rem 1.5rem; */
    color: #2d333f;
    border-radius: 20px;
    white-space: nowrap;
    margin-right: 0.5rem;
    font-weight: 500;
    font-size: 15px;
}

.scrollable-tabs .nav-link.active {
    background-color: transparent;
    /* Use your custom color */
    color: var(--theme-color) !important;
    border-bottom: 5px solid !important;
    border-radius: 0;
}

.menucard h3 {
    font-size: 20px;
}


/* modal card */

.form-element {
    position: relative;
}

.form-element input {
    display: none;
}

.form-element label {
    transition: all 200ms ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 227, 227);
    box-shadow: rgba(186, 149, 181, 0.15) 10px 10px 30px;
    border-radius: 16px;
    flex: 0 0 auto;
    order: 0;
    cursor: pointer;
}

.form-element .title {
    font-size: 13px;
    color: var(--dark-color);
    padding: 2px 0px;
    transition: all 200ms ease-in-out 0s;
}

.form-element input:checked+label::before {
    opacity: 1;
    transform: scale(1);
}

.form-element input:checked+label .title {
    color: var(--secondary-color);
}

.form-element input:checked+label {
    border: 2px solid var(--secondary-color);
}

.fs-13 {
    font-size: 14px;
}

.count-input {
    background-color: #fff;
    border: 1px solid #cad0d9;
    border-radius: 0.5px;
    display: inline-flex;
    overflow: hidden;
    transform: translateZ(0);
}

.btn-icon {
    flex-shrink: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    background: #eee;
}

.count-input .btn-group-sm>.btn+.form-control,
.count-input .btn-sm+.form-control {
    width: 2rem;
}

.count-input .form-control {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    padding: 0 .25rem;
    text-align: center;
    width: 2.5rem;
}

.navbar-brand img {
    width: 80px;
}

.swiper-buttons {
    display: none;
}

.pt-50 {
    padding-top: 30px;
}

.hos-title {
    font-size: 18px;
}

.delivery-address a:hover {
    color: var(--theme-color);
}


/* my profile */

.myaccount .nav-pills .nav-link.active,
.myaccount .nav-pills .show>.nav-link {
    background-color: #eef1f6;
    color: var(--secondary-color);
}

.bg-primary-subtle {
    background-color: #feeef0 !important;
    color: var(--theme-color) !important;
}

.myaccount .nav-pills .nav-link {
    padding: 0.75rem 0.625rem;
    font-size: 18px;
    color: var(--dark-color);
}

.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #7d879c;
    font-family: "bootstrap-icons";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "\f341"
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "\f340"
}

.page-link {
    background-color: transparent;
    border: 0;
    color: #333d4c;
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0.9375rem;
    position: relative;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.active>.page-link,
.page-link.active,
.page-link:focus,
.page-link:hover {
    z-index: 0;
}

.page-item .page-link {
    border-radius: 0.5rem;
}

.active>.page-link,
.page-link.active {
    background-color: #eef1fc;
    border-color: #eef1fc;
    color: #181d25;
    z-index: 3;
}

.disabled>.page-link,
.page-link.disabled {
    background-color: transparent;
    border-color: #e0e5eb;
    color: #9ca3af;
    pointer-events: none;
}

.nextavl {
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    border-radius: 3px !important;
    font-size: 12px;
}

.nextavl:hover {
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.bestdinner .nav-link {
    font-weight: 600;
    color: var(--dark-color);
}

.bestdinner .nav-tabs .nav-item.show .nav-link,
.bestdinner .nav-tabs .nav-link.active {
    color: var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color) !important;
    border: 0;
}

.bestdinner .nav-tabs .nav-link:focus,
.bestdinner .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: transparent;
}

.scrollnone::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari and Opera */
}


/* Top search start */

.popularareas ul {
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 24px;
    gap: 20px 24px;
    list-style: none;
    padding: 0;
}

.popularareas ul li span {
    border-width: 1px;
    border-color: #0059a3;
}

.popularareas span {
    min-width: 90px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #f5f5f5;
    border-radius: 16px;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s, -webkit-filter .3s;
    transition: -webkit-transform .2s, -webkit-filter .3s;
    transition: transform .2s, filter .3s;
    transition: transform .2s, filter .3s, -webkit-transform .2s, -webkit-filter .3s;
}

.popularareas ul li span img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.popularareas li h6 {
    margin: 10px 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .01em;
    color: #002441;
}