:root {
    --theme-color: #010f1c;
    --theme-color2: #010f1c;
    --third-color: #267878;
    --title-color: #010f1c;
    --body-color: #010f1c;
    --smoke-color: rgba(1, 15, 28, 0.06);
    --smoke-color2: #faf7f2;
    --black-color: #000000;
    --gray-color: #bdbdbd;
    --white-color: #ffffff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #f2ec7;
    --bs-mode: #fff;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --aspect-ratio: calc(202 / 312* 100%);
    --aspect-ratio1: calc(202 / 220* 100%);
    --aspect-ratio-mobile: calc(288 / 220* 100%);
    --transition: .4s all ease-in-out;
}

html,
body {
    scroll-behavior: smooth !important;
}

body {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

body {
    /* color: #777777; */
    font-family: "Inter", "Noto Sans Display", sans-serif;
    /* font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-size: 15px;
    font-weight: 400;
    line-height: 1.667;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }
} */

.text-theme {
    color: var(--theme-color);
}

p {
    margin: 0px 0px 18px;
    line-height: 1.75;
    /* font-weight: 500; */
    font-size: 16px;
}

a:hover {
    color: var(--theme-color2) !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    /* font-family: "Libre Caslon Text", serif; */
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0px 15px;
}

a {
    color: var(--third-color);
    text-decoration: none;
}

a:hover {
    color: rgb(231, 102, 104);
    text-decoration: none;
}

.text-theme1 {
    color: var(--third-color);
}

.btn-primary,
.badge-danger {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--theme-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s ease 0s;
}

.back-to-top i {
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(230, 93, 95);
    color: rgb(255, 255, 255);
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.breadcrumb.breadcrumb-dots .breadcrumb-item+.breadcrumb-item::before {
    content: "•";
    font-size: 22px;
    line-height: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header {
    background: #fff;
    transition: all 0.5s ease 0s;
    z-index: 9;
    padding: 0;
    /* border-bottom: 1px solid #F3F3F3; */
    /* min-height: 85px; */
    padding-bottom: 0;
}

.scrolled {
    background: #fff !important;
    padding: 0;
    box-shadow: rgb(0 0 0 / 3%) 0px 2px 15px;
}

#header .logo {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

#header .logo a {
    color: rgb(17, 17, 17);
}

#header .logo a span {
    color: rgb(235, 72, 93);
}

#header .logo img {
    max-height: 45px;
}

.header-shape1 {
    width: 100%;
    max-width: 1680px;
    height: 124px;
    background-color: var(--theme-color);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: path("M 6.93299 11.866 C 18.108 34.16 35.985 57.951 52.323 72.275 C 85.979 101.781 123.106 118.156 167.211 122.945 C 173.923 123.674 382.207 123.99 841.711 123.969 C 1547.75 123.936 1515.41 124.142 1537 119.542 C 1574.47 111.561 1609.87 92.266 1637 65.038 C 1653.26 48.714 1664.48 32.965 1675.51 10.978 L 1681.02 0 H 841.001 H 0.984985 L 6.93299 11.866 Z");
    z-index: -1;
}

@media (max-width: 1680px) {
    .header-shape1 {
        clip-path: none;
        border-radius: 0px 0px 130% 130% / 0px 0px 999px 999px;
    }
}

.navbar {
    /* padding: 0px; */
    background: #fff;
    /* margin-bottom: 5px; */
}

.navbar ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    align-items: center;
    margin: auto;
}

.navbar li {
    position: relative;
}

.navbar a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0px 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    white-space: nowrap;
    transition: all 0.3s ease 0s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    /* line-height: 0; */
    margin-left: 0;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: var(--theme-color);
    /* font-weight: 600; */
}

.dropdown-item.active,
.dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: auto;
    top: calc(100% + 8px) !important;
    margin: 0px;
    padding: 10px 0px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgb(255, 255, 255);
    box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
    transition: all 0.3s ease 0s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 6px 19px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: start;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: rgb(235, 72, 93);
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0px;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0px;
    left: 100%;
    visibility: visible;
}

.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;
}

.nav.nav-gap-xl .nav-link {
    padding: 0 30px;
    font-size: 13px;
    /* font-weight: 400; */
}

.navbar-topbar .nav-contacts svg {
    margin-right: 15px;
    color: var(--theme-color);
}

.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);
}

.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;
    background: #f3f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

@media (min-width: 1366px) {
    .searchlist .dropdown-menu {
        top: -45px !important;
        left: 32px !important;
    }
}

.dropclose {
    background: var(--bs-gray-200) !important;
    color: #0b0a12 !important;
    margin-left: 30px;
}

.bg-gradient1 {
    background-image: linear-gradient(90deg, rgb(1 15 28) 0%, rgb(1 15 28) 35%, rgb(1 15 28) 100%);
}

.locationdrop a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.locationdrop a:hover {
    color: var(--secondary-color) !important;
}

.locationdrop ul {
    padding: 0;
    border: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    top: 10px !important;
    min-width: auto;
}


/* main banner css */

.half-section-block {
    z-index: 1;
}

.shape-parent {
    position: relative;
    z-index: 0;
}

.bg-linear-gradient {
    background-image: -webkit-linear-gradient(26.66deg, #FFF5EB 0%, #F4F2F9 100%);
    background-image: linear-gradient(63.34deg, #fcffff85 0%, #02a69e1f 100%);
}

.pb-70 {
    padding-bottom: 180px !important;
}

.pt-180 {
    padding-top: 180px !important;
}

.list {
    padding-left: 40px;
    font-weight: 500;
    color: #17161A;
}

.mainhero h1 {
    font-size: 60px;
    font-weight: 900;
    color: var(--theme-color);
}

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

.font-size-15 {
    font-size: 1em;
}

@media (min-width: 1024px) {
    .font-size-15 {
        font-size: 0.9375em;
    }
}

.list li {
    position: relative;
    list-style: none;
}

.list li.active::before {
    background-color: #000e1b;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 10'%3e%3cpath fill='%23B1B1B4' d='m10.663 2.608.609-.663L9.945.728l-.608.664 1.326 1.216ZM4.5 8l-.663.608.663.724.663-.724L4.5 8ZM2.663 4.665 2.055 4 .728 5.217l.609.664 1.326-1.216Zm6.674-3.273-5.5 6 1.326 1.216 5.5-6-1.326-1.216Zm-4.174 6-2.5-2.727L1.337 5.88l2.5 2.727 1.326-1.216Z'/%3e%3c/svg%3e");
}

.list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 24px;
    height: 24px;
    background-color: #EAEAEE;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 10'%3e%3cpath fill='%23B1B1B4' d='m10.663 2.608.609-.663L9.945.728l-.608.664 1.326 1.216ZM4.5 8l-.663.608.663.724.663-.724L4.5 8ZM2.663 4.665 2.055 4 .728 5.217l.609.664 1.326-1.216Zm6.674-3.273-5.5 6 1.326 1.216 5.5-6-1.326-1.216Zm-4.174 6-2.5-2.727L1.337 5.88l2.5 2.727 1.326-1.216Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    border-radius: 100%;
}


/* end */


/* searchbox  */

 :focus {
    box-shadow: none !important;
}

.border-end-md {
    border-right: 1px solid #efecf3;
}

.bookform {
    padding: 6px;
    margin: -6px;
    background: #0000;
    box-shadow: inset 0 0 0 6px #39a79e2e;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 64px;
    align-items: center;
}

.form_grid {
    position: relative;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    display: grid;
}

.searchbox .form-group {
    padding: 8px;
    border: 1px solid #efecf3;
    border-radius: 5px;
    background-color: #fff;
    /* box-shadow: 0 .125rem .125rem -.125rem rgba(31, 27, 45, .08), 0 .25rem .75rem rgba(31, 27, 45, .08); */
    border-right: 1px solid #eee !important;
}

.searchbox .form-group:last-child {
    border-right: 0 !important;
}

.searchbox .form-group {
    /* margin-top: .125rem; */
    /* padding-right: 0; */
    border: 0;
    background: #fff;
}

.searchbox .form-group .form-control,
.searchbox .form-group .form-select {
    font-size: 13px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    font-weight: 600;
}

.searchbox ::placeholder {
    color: #2D333F;
    font-weight: 600
}

.searchbox ::selected {
    color: #2D333F;
    font-weight: 600
}

.mt-6 {
    margin-top: 3.5rem !important;
}

@media (min-width: 768px) {
    .border-end-md {
        border-right: 1px solid #efecf3;
    }
}

@media (min-width: 768px) {
    .rounded-md-pill {
        border-radius: 50rem !important;
    }
}

@media (max-width: 768px) {
    .border-end-sm {
        border-right: 0;
    }
    .searchbox .form-group .form-control,
    .searchbox .form-group .form-select {
        font-size: 14px;
    }
}

.searchbox .btn {
    padding: 0.825rem 1.75rem;
    font-size: 1rem;
    font-weight: bold;
    /* line-height: 1; */
    color: #fff;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    background-color: var(--secondary-color);
    box-shadow: unset;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    /* border-radius: 5px !important; */
    align-items: center;
    justify-content: center;
    display: flex;
}

section.searchbox {
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
    top: 230px;
}


/* ---------------------------Advanced Search Css-------------------------- */

.advance-search {
    background: #fff;
    /* padding: 15px; */
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .15);
    /* width: 300px; */
}

.advance-search svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 1px solid #38a69e36;
    padding: 5px;
    fill: #38A69E;
    border-radius: 2px;
}

.advance-search .desc {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}

.fs-14 {
    font-size: 14.6px !important;
}

.dropdown-menu {
    padding: 20px;
    /* max-height: 300px; */
    overflow-y: auto;
    min-width: 300px;
    overflow-x: unset;
}

.min-w-auto {
    min-width: max-content;
}

.search_desc li {
    font-size: 14px;
    color: #000;
    /* padding-top: 4px; */
    font-weight: 600;
    /* margin-bottom: 3px; */
    /* line-height: 19px; */
    padding: 10px 15px;
    cursor: pointer;
}

.search_desc li:hover {
    background: #eee;
    /* padding: 15px; */
}

.search_desc li a {
    color: #000;
}


/* end */

.btn.bookbtn {
    background: transparent;
    border: 1px solid var(--theme-color2);
    color: var(--theme-color2);
    font-weight: 500;
}

.btn.bookbtn1 {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
    font-weight: 500;
    padding: 0.755rem 2rem;
    /* font-size: 1rem; */
}

.btn.bookbtn:hover {
    border: 1px solid var(--theme-color2);
    background: var(--theme-color2);
    color: #fff;
}

.btn.bookbtn1:hover {
    border: 1px solid var(--theme-color);
    background: var(--theme-color);
    color: #fff !important;
    opacity: 0.9;
}

.btn1 {
    transform: skewX(-19deg);
    background: var(--theme-color2);
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.btn-slider a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 18px;
    border: 3px solid var( --theme-color2);
    padding: 14px 36px;
}

.btn1 span,
.btn2 span {
    display: inline-block;
    transform: skewX(19deg);
    font-weight: 600;
}

.btn2 {
    transform: skewX(-19deg);
    border: 3px solid var(--theme-color);
    position: relative;
    display: inline-block;
    color: var(--theme-color2) !important;
}

.btn1:hover {
    background: transparent;
    border: 3px solid var(--theme-color);
}

.btn2:hover {
    background: var(--theme-color2);
    border: 3px solid var(--theme-color2);
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.border-color {
    border-bottom: 1px solid var(--theme-color2);
    padding-bottom: 5px;
}


/* Product card */


/* card box */

.sec_head {
    margin-bottom: 24px;
}

.sec_head h2 {
    font-size: 28px
}


/* 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: var(--theme-color);
    --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; */
}

.topservices .card {
    height: 100%;
    padding-bottom: 0.5rem;
}

.topservices .card {
    border: 1px solid #eee !important;
}

.topservices .ratio:before {
    content: "";
    display: block;
    padding-top: var(--aspect-ratio);
}

.topservices img {
    min-height: 132px;
    object-fit: cover;
    transition: var(--transition);
}

.topservices .ratio {
    overflow: hidden;
}

.topservices .card:hover img {
    transform: scale(1.03);
}

.topservices .card {
    overflow: hidden;
}

.topservices .card-body {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 10px;
}

.topservices 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: 14px;
    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;
}

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

ul.p_list {
    padding: 0;
}


/* footer */

footer a.nav-link {
    color: #fff;
}

footer .accordion-item span {
    color: #fff;
}

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


/* /contact us */

.bg-contact {
    background: #f3f6ff;
}

.zindex-2 {
    z-index: 2 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .625rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    color: #565973;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-select-lg {
    padding-top: .785rem;
    padding-bottom: .785rem;
    padding-left: 1.125rem;
    font-size: 0.875rem;
}

.btn-link {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--theme-color);
    text-decoration: none;
}

.btn-link i {
    margin-right: 5px;
}

.btn-link:hover,
.btn-link:focus {
    color: var(--theme-color);
    border-color: rgb(0, 144, 50);
    transition: all 400ms ease 0s;
}

.bg-secondary {
    background-color: #f6f9fc !important;
}


/* trending cards */


/* featured card */

.featured_card {
    border: 1px solid #eee;
    padding: 15px;
}

.trendingcards.innerone {
    position: relative;
    height: 100%;
    z-index: 0
}

.trendingcards.innerone .trendingcards__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1 */
}

.trendingcards.innerone .trendingcards__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px
}

.trendingcards.innerone .trendingcards__content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 36px;
    height: 340px;
    position: relative;
    /* z-index: 1; */
    padding-right: 80px;
}

@media (max-width: 991px) {
    .trendingcards.innerone .trendingcards__content {
        padding: 40px
    }
    .homesearch.search-box {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: -90px;
    }
}

@media (max-width: 767px) {
    .trendingcards.innerone .trendingcards__content {
        padding: 30px
    }
}

.object-fit-contain {
    object-fit: contain;
}

.p-absolute {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px 48px;
}

.trendingcards__content h4 {
    /* font-family: 'Prata', serif; */
    font-size: 23px;
}

.trendingcards__content:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    opacity: .77;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 13px;
}

.cardshadow {
    filter: blur(10px);
    -webkit-filter: blur(10);
    -moz-filter: blur(10px);
    position: absolute;
    top: 13px;
    left: -6px;
    right: -6px;
    bottom: -10px;
    z-index: -1;
    width: auto;
    opacity: 0;
    transition: all 0.21s ease-out;
    will-change: opacity;
}

a.trendingcards.innerone:hover .cardshadow {
    opacity: 1;
    transition: all 0.2s ease-out;
}

.bg-theme {
    background-color: var(--theme-color);
}

.card-lift {
    border-radius: .75rem;
    transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.card-lift:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
    transform: translateY(-.25rem);
}

.section-intro h2 {
    font-size: 54px;
}


/* service single css */

.card-grid .card-grid-lg {
    height: 400px;
}

.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

.card.card-element-hover .hover-element {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.card-overlay-hover:hover:before {
    opacity: 0.5;
}

.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

.card.card-element-hover:hover .hover-element {
    visibility: visible;
    opacity: 1;
}

.card-element-hover {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.card.overflow-hidden {
    will-change: transform;
}

.card-grid .card-grid-sm {
    height: calc(200px - var(--bs-gutter-y) / 2);
}

.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}

img {
    object-fit: cover;
}

.fs-2 {
    font-size: 3rem !important;
}

.nav-pills-dark .nav-link.active,
.nav-pills-dark .show>.nav-link {
    color: #fff;
    background-color: #0b0a12;
}

.nav-pills-dark .nav-link:hover {
    color: #fff !important;
    background-color: #0b0a12;
}

.nav-pills-dark .nav-link.active:hover {
    color: #fff !important;
    background-color: #0b0a12;
}

.nav-pills-dark .nav-link {
    background-color: var(--bs-gray-200);
    color: #0b0a12;
    border: none;
    font-weight: 600;
}

.category-swiper .nav-link.active:hover {
    color: #fff !important;
}

.category-swiper {
    overflow: hidden;
    width: 100%;
    /* border-bottom: 2px solid; */
    z-index: 0;
    /* background: rebeccapurple; */
}

.category-swiper .swiper-wrapper {
    display: flex;
}

.category-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    /* Ensure dynamic width based on content */
    padding: 0px 1px;
}

.category-swiper .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    border-radius: 50px;
    transition: background 0.3s;
    background-color: var(--bs-gray-200);
    color: #0b0a12;
    border: none;
    font-weight: 600;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14.5px;
}

.category-swiper .nav-link.active {
    background: var(--theme-color);
    color: var(--white-color);
}

.scrollable-tabs.sticky-top {
    top: 47px;
    background: #fff;
    padding: 8px 0 !important;
    z-index: 1;
}

.nav-pills .nav-link {
    cursor: pointer;
    padding: 0.5rem 1rem;
    color: #0b0a12;
    white-space: nowrap;
    border-radius: 50px;
    font-size: 14px;
}

.featured_card .ser_img img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.featured_card h5 {
    font-size: 16px;
    font-weight: 500;
}

.featured_card h5 a {
    font-size: 18px;
    color: #0d1619;
}


/* .featured_card:last-child {
    border-bottom: 0 !important;
} */

.progress.progress-sm {
    height: 5px;
}

.bg-opacity-15 {
    --bs-bg-opacity: 0.15;
}

.icon-md {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
}

.avatar-lg {
    height: 4rem;
    width: 4rem;
}

.loginavatar {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.bg-top {
    background: #eee;
    overflow: hidden;
}

.hos-title {
    font-size: 25px;
}


/* .avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
} */

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}


/* .scroll_height {
    height: 50rem;
    overflow-y: auto;
} */

.service_sticky {
    top: 60px;
    padding: 15px 0;
    z-index: 1;
}

.optionradio .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
}

.form-check-label {
    cursor: pointer;
}

.optionradio:last-child {
    border-bottom: unset !important;
}

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

.nav.nav-divider .nav-item+.nav-item:before {
    content: "•";
    color: inherit;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    opacity: 0.8;
}

.color_light {
    color: #757676;
    font-weight: 450;
}

.btn-primary.mb-0 {
    background: var(--theme-color) !important;
    border: 0;
}

.btn-primary:hover {
    background: var(--theme-color) !important;
    opacity: 0.9;
    border: 0;
    color: #fff !important;
}

.featured_card .btn-primary {
    background: var(--bs-gray-200) !important;
    color: #0b0a12 !important;
    margin-left: 30px;
}

.featured_card .btn-primary:hover {
    color: #0b0a12 !important;
}


/* services */

.viewcartbtn {
    color: var(--dark-color);
    background: #eef1f6;
    display: inline-block;
    padding: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}

.mainbtn {
    color: rgb(255, 255, 255);
    background: var(--theme-color);
    display: inline-block;
    padding: 14px;
    border-radius: 0;
    font-weight: 600;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
}

.btn-select {
    background: #d93c9028 !important;
    color: #555 !important;
}


/* service date time */

.profcard .card {
    position: relative;
    /* flex-direction: column; */
    /* align-items: center; */
    /* flex: 0 0 auto; */
    /* width: 100%; */
    /* padding: 12px; */
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    transition: .1s ease-out;
}

.profcard .card img {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    transition: .1s ease-out;
    object-fit: cover;
}

.profcard .card-radio {
    display: none;
}

.profcard .card-label {
    display: block;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    height: 100%;
}

.profcard .card-radio:checked+.card-label {
    border-color: #38A69E !important;
    /* Your preferred color */
    box-shadow: 0 0 10px rgba(56, 166, 158, 0.5);
}

.lh-20 {
    line-height: 20px;
}

.freq_card .card {
    background: #FFE5F4;
}

.serbtn {
    display: inline-flex;
    background-color: var(--theme-color);
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.datecalendar .btn-outline-primary {
    width: 100%;
}

.fs-base {
    font-size: 1rem !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 23px;
    color: var(--theme-color);
}

.product-title>a {
    transition: color .25s ease-in-out;
    color: #505e7a;
    text-decoration: none !important;
    font-weight: 500;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.text-darker {
    color: #505e7a !important;
}

.mt-n1 {
    margin-top: -0.25rem !important;
}

.btn-check:checked+.btn,
.btn.active {
    color: var(--bs-btn-active-color);
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    font-weight: 500;
}

.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: 500;
}

.btn-outline-primary {
    border-color: #e6e8ee;
    color: #505e7a;
    border-radius: 8px !important;
    padding: 4px 17px;
    margin: 0 5px;
    font-weight: 500;
}

.text_main-field li:last-child {
    border: 0px;
    border-radius: 0px 3px 3px 0px;
}


/* date and  time */

.choosefrequency {
    position: relative;
    width: 100px;
    height: 100px;
}

.choosefrequency input {
    display: none;
}

.choosefrequency label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    border: 2px solid #ddd;
    background: #fff;
    /* box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, 0.1); */
    text-align: center;
    transition: all 200ms ease-in-out;
    border-radius: 5px;
}

.choosefrequency .icon {
    margin-top: 10px;
    font-size: 30px;
    color: #555;
    transition: all 200ms ease-in-out;
}

.choosefrequency .title {
    font-size: 15px;
    color: #555;
    padding: 5px 0px;
    transition: all 200ms ease-in-out;
}

.choosefrequency label:before {
    /* content: "✓"; */
    position: absolute;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
    background: var(--theme-color);
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: all 200ms ease-in-out;
}

.choosefrequency input:checked+label:before {
    opacity: 1;
    transform: scale(1);
}

.choosefrequency input:checked+label .icon {
    color: var(--theme-color);
}

.choosefrequency input:checked+label .title {
    color: var(--theme-color);
}

.choosefrequency input:checked+label {
    border: 2px solid var(--theme-color);
}

.selectday {
    position: relative;
    width: 100px;
    height: 40px;
}

.selecttime {
    position: relative;
    width: 127px;
    height: 40px;
}

.mobileservicebtn {
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 10;
    left: 0;
    padding: 5px 10px;
    right: 0;
    box-shadow: 0 -1px 0 0 #e5e5e5, 0 -1px 0 0 #d3d3d3;
}

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

.text-google-icon {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55% / 150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.text-facebook {
    color: #5d82d1;
}

.btn-check+.btn:hover {
    color: var(--theme-color);
    background-color: var(--bs-btn-bg);
    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;
}

.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;
}

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

.breadcrumb-item.active {
    color: var(--theme-color);
}

.breadcrumb-item {
    color: var(--bs-breadcrumb-item-active-color);
}

.minheight {
    min-height: 350px;
    max-height: 250px;
    overflow-y: auto;
}

.cartheight {
    min-height: 233px;
    max-height: 233px;
    overflow-y: auto;
}

.shadow-top-bs {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15) !important;
}

.position-sticky1 {
    position: sticky;
    inset-block-end: 5px;
}

.loginlogo {
    background: #fff;
    padding: 3px;
    border-radius: 100%;
    object-fit: contain;
    width: 34px;
    height: 34px;
}


/* my profile */

.myaccount .nav-pills .nav-link.active,
.myaccount .nav-pills .show>.nav-link {
    background-color: #eef1f6;
    color: var(--theme-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);
    border-radius: 0;
}

.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"
}

.nav.nav-bottom-line .nav-link.active {
    background: transparent;
    color: var(--theme-color);
    border-bottom: 3px solid var(--theme-color);
}

.nav.nav-bottom-line .nav-link {
    background: transparent;
    border: transparent;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    padding: 0.6rem 0.75rem;
    white-space: nowrap;
    color: var(--dark-color);
    font-size: 15px;
}

small,
.small li {
    font-size: 0.875em !important;
    color: #747579;
}

.nav.nav-divider .nav-item {
    display: inline-block;
    vertical-align: middle;
}

.profilebook span {
    font-size: 14px;
}

.profilebook h6 {
    font-size: 16px;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}

small,
.small li {
    font-size: 0.875em !important;
    color: #747579;
}

.btn-primary-soft {
    color: #fff;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.bg-mode1 {
    background: #F5F5F6 !important;
}

@media(min-width:1500px) {
    .cartheight {
        min-height: 530px;
        overflow-y: auto;
    }
}


/* responsive */

@media(max-width:767px) {
    .scrollable-tabs.sticky-top {
        top: 62px;
    }
    .cardsticky {
        z-index: 99 !important;
    }
    .mainhero h1 {
        font-size: 30px;
        font-weight: 900;
    }
    .pt-180 {
        padding-top: 57px !important;
    }
    .section-intro h2 {
        font-size: 28px;
    }
    .h1,
    h1,
    .h2,
    h2,
    .h3,
    h3,
    .h4,
    h4,
    .h5,
    h5,
    .h6,
    h6 {
        font-size: 18px;
    }
    .w-75 {
        width: 100% !important;
    }
    br {
        display: none;
    }
    .contact-form {
        padding: 24px;
        backdrop-filter: unset;
    }
    footer .accordion-button {
        background: transparent;
        color: #fff;
        padding: 0;
    }
    footer .accordion-button::after {
        filter: invert(1);
    }
    footer .accordion-button:not(.collapsed) {
        color: var(--theme-color2);
        background-color: transparent;
        box-shadow: unset;
        padding: 0;
    }
    #header .logo img {
        max-height: 23px;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
}