/* Google Fonts */
/* ----------------------------------------- Variables CSS ----------------------------------------- */
@import url("https://inboxifs.com/aladinss-assets/main/css/header.css");
@import url("https://inboxifs.com/aladinss-assets/main/css/header-2.css");
@import url("https://inboxifs.com/aladinss-assets/main/css/inner-pages.css");

/* Jerry Added Mar */
.top_mar {
    margin-top: 130px !important;
}

.tinymce-content {
    text-align: justify;
}

@media (max-width: 540px) {
    .display {
        display: none;
    }
}

/* Jerry Added For Video ad Popup */
.popup-video {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 300px;
    height: 200px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none;
    /* Initially hidden */
    z-index: 999;
}

.popup-video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.popup-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

/* Jerry Added For Video ad Popup ends*/
:root {
    --font-heading: 'Calibri', 'Arial', sans-serif;
    --font-body: 'Calibri', 'Arial', sans-serif;
    --font-family-fontawesome: "Font Awesome 5 Pro";
    --font-base: 16px;
    --font-sm: 14px;
    --font-xsm: 12px;
    --font-lg: 18px;
    --font-medium: 500;
    --font-normal: 400;
    --font-semi-bold: 600;
    --font-bold: 700;
    --color-primary: #f9725f;
    --color-secondary: #f9725f;
    --color-red: #EB4C4C;
    --color-green: #00D5AE;
    --color-blue: #0061DF;
    --color-cyan: #21C4DF;
    --color-pink: #FF7294;
    --color-purple: #6231F0;
    --color-yellow: #FFC800;
    --color-orange: #F59872;
    --color-white: #ffffff;
    --color-dark: #181B1D;
    --color-medium: #757575;
    --color-light: #F5F5F5;
    --color-primary-rgb: 249, 114, 95;
    --color-secondary-rgb: 247, 71, 46;
    --color-red-rgb: 235, 76, 76;
    --color-green-rgb: 0, 213, 174;
    --color-blue-rgb: 0, 97, 223;
    --color-cyan-rgb: 33, 196, 223;
    --color-pink-rgb: 255, 114, 148;
    --color-purple-rgb: 98, 49, 240;
    --color-yellow-rgb: 253, 192, 64;
    --color-orange-rgb: 245, 152, 114;
    --color-white-rgb: 255, 255, 255;
    --color-dark-rgb: 25, 27, 30;
    --color-medium-rgb: 141, 141, 141;
    --color-light-rgb: 242, 242, 242;
    --border-color: #eaeaea;
    --bg-light: #F7F7F7;
    --gradient-bg: linear-gradient(90deg, var(--color-primary) 14.17%, var(--color-primary-shade) 94.83%);
    --shadow-md: 0px 4px 80px rgba(0, 0, 0, 0.08);
    --shadow-sm: 0px 10px 40px rgb(0, 0, 0, .06);
}

/* margin CSS*/
.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-11 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px;
}

/* Padding CSS*/
.pt-10 {
    padding-top: 10px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-90 {
    padding-top: 90px;
}

.ptb-100 {
    padding-top: 100px !important;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.spacer-x {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.spacer-x .swiper-slide {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

/* Sticky Form Div by jerry */
.sticky {
    position: fixed;
    top: 80px;
    /* Adjust to match the navbar height */
    width: calc(25%);
    /* Adjust to match the padding */
    z-index: 999;
}

/* Border */
.border,
.border-top,
.border-bottom,
.border-end,
.border-start {
    border-color: var(--border-color) !important;
}

/* Border Radius */
.radius-0 {
    border-radius: 0 !important;
}

.radius-sm {
    border-radius: 5px !important;
}

.radius-md {
    border-radius: 10px !important;
}

.radius-lg {
    border-radius: 15px !important;
}

.radius-xl {
    border-radius: 20px !important;
}

.opacity-65 {
    opacity: 0.65 !important;
}

.opacity-80 {
    opacity: 0.8 !important;
}

@media (max-width: 991.98px) {
    .fluid-left {
        padding-inline: 0;
    }

    .fluid-right {
        padding-inline: 0;
    }
}

@media (min-width: 992px) {
    .img-left {
        margin-inline-start: -20px;
    }

    .img-right {
        margin-inline-end: -20px;
    }

    .container-lg-fluid {
        max-width: 100%;
    }

    .fluid-left {
        padding-inline-start: calc((100vw - 960px) / 2);
        padding-inline-end: 0;
    }

    .fluid-right {
        padding-inline-end: calc((100vw - 960px) / 2);
        padding-inline-start: 0;
    }

    .border-lg-end {
        border-inline-end: 1px solid var(--border-color) !important;
    }

    .mt-11 {
        margin-top: 115px !important;
    }
}

@media (min-width: 1200px) {
    .img-left {
        margin-inline-start: -30px;
    }

    .img-right {
        margin-inline-end: -30px;
    }

    .fluid-left {
        padding-inline-start: calc((100vw - 1140px) / 2);
    }

    .fluid-right {
        padding-inline-end: calc((100vw - 1140px) / 2);
    }

    .border-xl-end {
        border-inline-end: 1px solid var(--border-color) !important;
    }
}

@media (min-width: 1300px) {
    .img-left {
        margin-inline-start: -50px;
    }

    .img-right {
        margin-inline-end: -50px;
    }
}

@media (min-width: 1400px) {
    .fluid-left {
        padding-inline-start: calc((100vw - 1320px) / 2);
    }

    .fluid-right {
        padding-inline-end: calc((100vw - 1320px) / 2);
    }

    .img-left {
        margin-inline-start: -40px;
    }

    .img-right {
        margin-inline-end: -40px;
    }

    .mt-11 {
        margin-top: 90px !important;
    }

    .mt-60 {
        margin-top: 100px !important;
    }
}

@media (min-width: 1500px) {
    .img-left {
        margin-inline-start: -80px;
    }

    .img-right {
        margin-inline-end: -80px;
    }
}

/* Tooltip CSS */
.tooltip {
    --bs-tooltip-bg: var(--color-primary);
    --bs-tooltip-opacity: 1;
}

.no-animation {
    transform: none;
    -webkit-animation: none;
    animation: none;
}

/* Badge CSS */
.badge {
    padding: 8px 16px;
    font-size: var(--font-xsm);
}

.badge.bg-success {
    color: var(--color-green);
    background: rgba(var(--color-green-rgb), 0.2) !important;
}

.badge.bg-info {
    color: var(--color-blue);
    background: rgba(var(--color-blue-rgb), 0.2) !important;
}

.badge.bg-danger {
    color: var(--color-red);
    background: rgba(var(--color-red-rgb), 0.2) !important;
}

.badge.bg-warning {
    color: var(--color-yellow);
    background: rgba(var(--color-yellow), 0.2) !important;
}

/* Card CSS */
.card {
    border: none;
    border-radius: 10px;
}

.card .card-title {
    margin-bottom: 20px;
}

.card .card-text {
    color: var(--color-medium);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-dark);
    /* background: #181b1db8; */
    opacity: 0.4;
    z-index: -1;
}

.overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-dark);
    /* background: #181b1db8; */
    opacity: 0.4;
    z-index: -1;
}

@media only screen and (min-width: 1200px) {
    .img-left {
        -webkit-margin-start: -100px;
        margin-inline-start: -100px;
    }

    .img-right {
        -webkit-margin-end: -100px;
        margin-inline-end: -100px;
    }
}

@media only screen and (min-width: 992px) {
    .img-left {
        -webkit-margin-start: -60px;
        margin-inline-start: -60px;
    }

    .img-right {
        -webkit-margin-end: -60px;
        margin-inline-end: -60px;
    }
}

.shadow-md {
    box-shadow: var(--shadow-md);
}

.shadow-lg {
    box-shadow: var(--shadow-lg);
}

.click-show {
    position: relative;
    overflow: hidden;
    max-height: 70px !important;
}

.click-show.show {
    max-height: 100% !important;
}

.click-show.show::after {
    opacity: 0;
}

.read-more-btn {
    color: var(--color-dark);
    cursor: pointer;
    margin-top: 8px;
    font-weight: var(--font-medium);
}

.dropdown-menu {
    text-align: start;
}

/* ----------------------------------------- Typography CSS ----------------------------------------- */
body {
    font-family: var(--font-body);
    font-size: var(--font-base);
    font-weight: var(--font-medium);
    color: var(--color-medium);
    overflow-x: hidden;
}

a {
    color: var(--color-dark);
    text-decoration: none;
    outline: 0 !important;
    transition: all 0.3s ease-out;
}

a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-family: var(--font-heading);
    color: var(--color-dark);
    font-weight: var(--font-bold);
    line-height: 1.3;
}

h1 {
    /* font-size: 44px !important; */
}

h2,
.h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 24px;
}

p {
    color: var(--color-medium);
    line-height: 1.8;
}

.font-lg {
    font-size: var(--font-lg) !important;
}

.font-sm {
    font-size: var(--font-sm) !important;
}

.font-xsm {
    font-size: var(--font-xsm) !important;
}

/* ----------------------------------------- Reset CSS ----------------------------------------- */
:focus {
    outline: none;
}

.jen {
    max-width: 120px;
}

img {
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}

ul {
    padding: 0;
}

figure,
blockquote,
ul {
    margin-bottom: 0;
}

table,
th,
td {
    vertical-align: middle;
}

/* ----------------------------------------- Color CSS ----------------------------------------- */
/* Theme Color CSS */
/* Color CSS */
.color-primary {
    color: var(--color-primary) !important;
}

.color-white {
    color: var(--color-white) !important;
}

.color-light {
    color: var(--color-light) !important;
}

.color-dark {
    color: var(--color-dark) !important;
}

.color-medium {
    color: var(--color-medium) !important;
}

.color-secondary {
    color: var(--color-secondary) !important;
}

.color-blue {
    color: var(--color-blue) !important;
}

.color-green {
    color: var(--color-green) !important;
}

.color-red {
    color: var(--color-red) !important;
}

.color-yellow {
    color: var(--color-yellow) !important;
}

.color-purple {
    color: var(--color-primary) !important;
}

.color-orange {
    color: var(--color-orange) !important;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-primary-light {
    background: rgba(var(--color-primary-rgb), 0.04) !important;
}

.bg-secondary {
    background: var(--color-secondary) !important;
}

.bg-light {
    background: var(--bg-light) !important;
}

.border-primary {
    border-color: var(--color-primary) !important;
}

.fill-primary {
    fill: var(--color-primary) !important;
}

.stroke-primary {
    stroke: var(--color-primary);
}

.fill-primary-light {
    fill: rgba(var(--color-primary-rgb), 0.5);
}

/* ----------------------------------------- Button CSS ----------------------------------------- */
button,
.btn {
    cursor: pointer;
    border: none;
    background: inherit;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

button:hover,
.btn:hover {
    outline: none;
}

.btn {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 0;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-out;
}

.icon-start i {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.icon-end i {
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
}

.btn-lg {
    border-radius: 8px;
    padding: 15px 34px;
}

.btn-md {
    border-radius: 5px;
    padding: 8px 24px;
    font-size: var(--font-sm);
}

.btn-sm {
    padding: 6px 14px;
    font-size: var(--font-xsm);
}

.btn-primary {
    color: var(--color-white);
    background-color: var(--color-primary) !important;
    box-shadow: 0px 14px 35px rgba(var(--color-primary-rgb), 0.12);
    transition: background 0.3s ease-out;
    border: 1px solid var(--color-primary);
    z-index: 1;
}

.btn-primary:hover {
    color: var(--color-primary) !important;
    border-color: var(--color-primary);
    background-color: #ffffff !important;
}

.small-btn {
  font-size: 12px;        /* smaller text */
  padding: 3px 6px;       /* reduce button padding */
  line-height: 1;         /* keep it tight */
  border-radius: 6px;     /* small rounded corners */
  margin-left: 5px;       /* little gap from icon */
}

.btn-danger {
    border: 1px solid var(--color-red);
    background-color: var(--color-red);
    transition: background 0.3s ease-out;
}

.btn-danger:hover {
    border-color: var(--color-red);
    background-color: var(--color-red);
}

.btn-outline {
    /*border: 1px solid var(--color-primary) !important;*/
    color: var(--color-primary);
}

.btn-outline:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-remove {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: var(--color-primary);
    color: var(--color-white);
}

.btn-text {
    line-height: 1;
    text-decoration: underline;
}

.disabled {
    border: none;
    cursor: not-allowed !important;
    pointer-events: initial !important;
}

/* Video Btn CSS */
.video-btn {
    position: relative;
    width: 75px;
    height: 75px;
    padding: 0;
    font-size: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--color-white);
    background: var(--color-primary);
}

.video-btn:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.video-btn::after {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    -webkit-animation: ripple 3s linear infinite;
    animation: ripple 3s linear infinite;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: -2;
}

.video-btn::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    -webkit-animation: ripple 3s 1s linear infinite;
    animation: ripple 3s 1s linear infinite;
    background: var(--color-primary);
    border-radius: 50%;
    z-index: -1;
}

/* ----------------------------------------- Form CSS ----------------------------------------- */
.form-control {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    height: 55px;
    line-height: 55px;
    padding: 0 0 0 18px;
    font-size: 16px;
}

.form-control:focus {
    color: var(--color-dark);
}

:is(input:not([type=radio], [type=checkbox]), textarea, .nice-select):is(:focus, :visited, :focus-within, :focus-visible) {
    border-color: #ff7400 !important;
}

select.form-select {
    background-size: 11px !important;
}

textarea {
    height: auto;
    line-height: 1.4 !important;
}

textarea.form-control {
    min-height: 50px;
    padding-top: 15px;
    line-height: 1.4 !important;
}

::-moz-placeholder {
    color: var(--color-medium) !important;
}

:-ms-input-placeholder {
    color: var(--color-medium) !important;
}

::placeholder {
    color: var(--color-medium) !important;
}

.custom-radio .form-radio-label {
    position: relative;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.custom-radio .form-radio-label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 14px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
}

.custom-radio input[type=radio]:checked+.form-radio-label::after {
    opacity: 1;
}

.custom-radio input[type=radio]+.form-radio-label::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
    opacity: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-primary);
    transition: all 0.2s ease-out;
}

.custom-radio .input-radio {
    display: none;
}

.custom-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
}

.custom-checkbox .form-check-label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    border: 1px solid var(--color-primary);
    border-radius: 2px;
}

.custom-checkbox input[type=checkbox]:checked+.form-check-label::after {
    opacity: 1;
}

.custom-checkbox input[type=checkbox]+.form-check-label::after {
    content: "";
    width: 11px;
    position: absolute;
    top: 50%;
    left: 2px;
    opacity: 0;
    height: 5px;
    border-left: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    transform: translateY(-65%) rotate(-45deg);
    transition: all 0.2s ease-out;
}

.custom-checkbox .input-checkbox {
    display: none;
}

input[type=checkbox]:checked+.form-check-label::before,
input[type=radio]:checked+.form-check-label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

input[type=checkbox]:checked+.form-check-label::after,
input[type=radio]:checked+.form-check-label::after {
    opacity: 1;
}

.form-group,
.input-group {
    position: relative;
}

.product-default .product-details h6 {
    font-size: 20px;
    width: max-content;
}

.form-group.icon-end label,
.input-group.icon-end label {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 18px;
    font-size: var(--font-sm);
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    transform: translateY(-50%);
}

.form-group.icon-start .form-control,
.input-group.icon-start .form-control {
    -webkit-padding-start: 44px;
    padding-inline-start: 44px;
}

.form-group.icon-start label,
.form-group.icon-start .icon,
.input-group.icon-start label,
.input-group.icon-start .icon {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 18px;
    font-size: var(--font-sm);
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: 20px !important;
    margin-inline-start: 20px !important;
    transform: translateY(-50%);
    z-index: 1;
}

.form-inline .input-group {
    flex-wrap: nowrap;
    padding: 3px;
    background-color: rgba(255, 255, 255, 0.259);
}

.form-inline .input-group .form-control {
    height: auto;
    line-height: 1;
    border: none;
    padding: 15px 25px;
    background-color: transparent;
}

.show-password-field {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.show-password-field .show-icon {
    font-family: var(--font-family-fontawesome);
    font-style: normal;
}

.show-password-field .show-icon::before {
    content: "\f06e";
}

.show-password-field .show-icon.show::before {
    content: "\f070";
}

.search-form {
    display: flex;
    padding: 6px 5px 6px 15px;
    border: 1px solid var(--border-color);
}

.search-form .search-input {
    display: block;
    width: 100%;
    border: none;
    outline: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 5px 0 0 5px;
    background: transparent;
}

.search-form .btn-search {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: var(--color-medium);
    background: var(--color-white);
}

.filter-form {
    padding: 30px 30px 10px;
    border: 1px solid var(--color-primary);
    background: var(--color-white);
}

.filter-form .grid {
    display: grid;
    grid-template-columns: repeat(1, 250px) repeat(3, 160px) repeat(1, 250px) 1fr;
    grid-gap: 20px;
    align-items: center;
}

.filter-form .grid .grid-item {
    margin-bottom: 20px;
}

.filter-form .form-group {
    position: relative;
}

.filter-form .form-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: var(--color-primary);
    z-index: 5;
}

.filter-form .price-value {
    margin-bottom: 5px;
}

.filter-form .price-value span {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    color: var(--color-primary);
}

.filter-form .form-control,
.filter-form .nice-select {
    border: 0;
    background: var(--bg-light);
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    color: var(--color-medium);
}

.filter-form .nice-select::after {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

/* ----------------------------------------- Lazyload CSS ----------------------------------------- */
.lazy-container {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: var(--color-light);
    z-index: 1;
}

.lazy-container::after {
    position: absolute;
    content: "\f03e";
    font-family: "Font Awesome 5 Pro";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    font-size: 30px;
    color: var(--color-normal);
    z-index: -1;
}

.lazy-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
}

.education .lazy-container img {
    object-fit: cover;
}

.ratio::before {
    content: "";
    display: block;
    padding-bottom: 66.25%;
}

.education .ratio::before,
.featured_listings .ratio::before {
    padding-bottom: 56.25%;
}

.lazy-container img.lazy-load {
    filter: blur(5px);
    transition: filter 400ms;
}

.lazy-container img.lazyloaded {
    filter: blur(0);
}

.ratio.ratio-1-1::before {
    padding-bottom: 100%;
}

.ratio.ratio-1-2::before {
    padding-bottom: 114%;
}

.ratio.ratio-1-3::before {
    padding-bottom: 126.14%;
}

/* .ratio.ratio-2-3::before { padding-bottom: 66.67%; } */
.ratio.ratio-16-11::before {
    padding-bottom: 53.57%;
}

.ratio.ratio-16-8::before {
    padding-bottom: 50%;
}

.ratio.ratio-21-9::before {
    padding-bottom: 42.85%;
}

.ratio.ratio-21-8::before {
    padding-bottom: 38.0952380952%;
}

.ratio.ratio-5-3::before {
    padding-bottom: 60%;
}

.ratio.ratio-5-4::before {
    padding-bottom: 80%;
}

.ratio.ratio-4-3::before {
    padding-bottom: 75%;
}

.ratio.ratio-3-4::before {
    padding-bottom: 75%;
}

.ratio.ratio-vertical::before {
    padding-bottom: 150%;
}

/* .blur-up { filter: blur(5px); transition: filter 400ms; } */
/* .lazyloaded.blur-up { filter: blur(0); } */
/* ----------------------------------------- Nice Select CSS ----------------------------------------- */
.nice-select {
    float: unset;
}

.nice-select:after {
    right: 0;
    left: 0;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
}

.nice-select.form-control:after {
    -webkit-margin-end: 12px;
    margin-inline-end: 12px;
}

.nice-select .list {
    z-index: 777;
}

.nice-select .list::-webkit-scrollbar {
    width: 5px;
}

.nice-select .list::-webkit-scrollbar-track {
    background-color: var(--color-light);
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: rgba(var(--color-dark-rgb), 0.2);
}

.nice-select.open .list {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
}

.nice-select .option {
    display: block;
}

/* ----------------------------------------- Preloader CSS ----------------------------------------- */
#preLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1000;
}

#preLoader .loader {
    width: 54px;
    height: 54px;
    position: relative;
}

#preLoader .loader svg {
    display: block;
    width: 100%;
    height: 100%;
}

#preLoader .loader svg rect {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 6px;
    stroke-linejoin: round;
    stroke-linecap: round;
}

#preLoader .loader svg rect {
    stroke-dasharray: 192 64 192 64;
    stroke-dashoffset: 0;
    -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

#preLoader .loader .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: pulse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
    animation: pulse 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@-webkit-keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }

    50% {
        stroke-dashoffset: 128;
    }

    75% {
        stroke-dashoffset: 192;
    }

    100% {
        stroke-dashoffset: 256;
    }
}

@keyframes pathRect {
    25% {
        stroke-dashoffset: 64;
    }

    50% {
        stroke-dashoffset: 128;
    }

    75% {
        stroke-dashoffset: 192;
    }

    100% {
        stroke-dashoffset: 256;
    }
}

/* ----------------------------------------- Price Range Slider CSS ----------------------------------------- */
.noUi-target {
    border: none;
    box-shadow: none;
    border-radius: 30px;
    height: 8px;
    background: rgba(var(--color-primary-rgb), 0.3);
}

.noUi-connect {
    background: var(--color-primary);
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -1px;
    border-radius: 50%;
    border-width: 3px;
    box-shadow: none;
    background: var(--color-primary);
    border: 3px solid var(--color-light);
    cursor: -webkit-grab;
    cursor: grab;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    content: none;
}

/* ----------------------------------------- Swiper Slider CSS ----------------------------------------- */
.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    opacity: 1;
    background-color: #e9e9e9;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--color-primary);
}

.pagination-fraction .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0;
    margin-inline: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: var(--font-lg);
    color: var(--color-medium);
    background: transparent;
}

.pagination-fraction .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    border-radius: 5px;
    background: var(--color-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
}

.pagination-fraction .swiper-pagination-bullet-active {
    color: var(--color-primary);
}

.pagination-fraction .swiper-pagination-bullet-active::before {
    transform: none;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    line-height: 1;
    bottom: 0;
    margin-bottom: 5px;
}

.slider-navigation {
    z-index: 3;
}

.slider-navigation .slider-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border: transparent;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 24px;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
}

.slider-navigation .slider-btn:last-child {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}

.slider-navigation .slider-btn i {
    transition: transform 0.3s ease-out;
}

.slider-navigation .slider-btn.btn-outline {
    background: transparent;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.slider-navigation .slider-btn.btn-outline:hover {
    color: var(--color-white);
    background: var(--color-primary);
}

.slider-navigation .slider-btn:disabled {
    cursor: not-allowed;
}

/* ----------------------------------------- Nav Tabs CSS ----------------------------------------- */
.tabs-navigation::-webkit-scrollbar {
    height: 5px;
}

.tabs-navigation .nav {
    display: inline-flex;
    border: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.tabs-navigation .nav li {
    flex: 0 0 auto;
}

.tabs-navigation .nav .nav-link {
    color: var(--color-medium);
    font-weight: var(--font-medium);
    border: 2px solid transparent;
    margin: 0;
    z-index: 999;
    border-radius: 0;
    cursor: pointer;
}

.tabs-navigation .nav .nav-item:not(:last-child, :first-child, .active) .nav-link {
    border-inline-start-color: var(--border-color);
}

.tabs-navigation .nav[data-hover=fancyHover] .nav-item:is(.active) .nav-link:is(:hover) {
    background: transparent !important;
}

.tabs-navigation .target {
    position: absolute;
    background: var(--color-primary);
    z-index: -1;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.tabs-navigation.tabs-navigation-3 {
    border-bottom: 3px solid var(--color-light);
}

.tabs-navigation.tabs-navigation-3 .nav {
    display: inline-flex;
    overflow: hidden;
    width: 100%;
}

.tabs-navigation.tabs-navigation-3 .nav .nav-link {
    border-radius: 0;
    padding: 12px 30px;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 0.4s ease-out;
    color: var(--color-dark);
}

.tabs-navigation.tabs-navigation-3 .nav .nav-link:is(.active, :hover) {
    color: var(--color-primary);
    background: buttonface;
    border-bottom-color: var(--primary-color);
}

.tabs-navigation-2 .nav {
    display: inline-flex;
    padding: 10px;
    gap: 0;
    background-color: rgba(var(--color-primary-rgb), 0.13);
}

.tabs-navigation-2 .nav .nav-link {
    color: var(--color-dark);
    padding: 12px 33px;
    margin: 0;
    border-width: 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .tabs-navigation-2 .nav .nav-link {
        padding: 10px 10px !important;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .tabs-navigation-2 .nav .nav-link {
        padding: 25px 25px !important;
    }
}

a.nav-link.radius-sm.btn.btn-danger {
    color: white;
}

.tab-pane.fade {
    transition: all 0.2s;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
}

.tab-pane.slide.show {
    animation: slideUp 1 0.4s;
}

.tab-switch .text {
    font-size: 18px;
    color: var(--color-dark);
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    margin: 0 10px;
}

.switch-toggle .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background-color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    transition: 0.4s;
}

.switch-toggle .toggle-slider::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: var(--color-white);
    transition: 0.4s;
}

.switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-toggle input:checked+.toggle-slider::before {
    transform: translateX(40px);
}

.tab-pane.fade {
    transition: all 0.2s;
    transform: translateY(1rem);
}

.tab-pane.fade.show {
    transform: translateY(0rem);
}

/* ----------------------------------------- Go top CSS ----------------------------------------- */
.go-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3%;
    left: 3%;
    width: 45px;
    height: 45px;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--color-light);
    font-size: 28px;
    border-radius: 50%;
    background-color: var(--color-primary);
    background-image: var(--gradient-bg);
    transition: 0.4s;
    transform: translateY(15%);
    z-index: 100;
}

.go-top.active {
    opacity: 0;
    transform: none;
}

.go-top:hover {
    transform: translateY(-3px);
}

/* ----------------------------------------- Title CSS ----------------------------------------- */
.section-title .title {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

.section-title.title-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.section-title.title-center {
    text-align: center;
}

.section-title.title-center .subtitle {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.section-title.title-center .subtitle::before {
    content: none;
}

.section-title.title-center .title {
    max-width: 600px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.content-title {
    text-align: center;
}

.content-title h2 {
    margin-bottom: 10px;
    margin-top: -8px;
    width: 100% !important;
    text-align: center;
}

.content-title p {
    margin-bottom: 0;
    text-align: center;
    width: 60% !important;
    margin: auto;
}

.line {
    position: relative;
    overflow: hidden;
    padding-bottom: 6px;
}

/* .line::after { position: absolute; content: ""; bottom: 0; left: 0; right: 0; width: 100%; height: 16px; mask: url(../images/line.svg) no-repeat center/contain; -webkit-mask: url(../images/line.svg) no-repeat center/contain; background: var(--color-primary); } */
.line-2 {
    position: relative;
    overflow: hidden;
}

.line-2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 16px;
    mask: url(../images/line-2.svg) no-repeat center/contain;
    -webkit-mask: url(../images/line-2.svg) no-repeat center/contain;
    background: var(--color-primary);
}

/* ----------------------------------------- Animation CSS ----------------------------------------- */
@-webkit-keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.2, 1.2, 1.2);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes moveAround {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveAround {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0.45;
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes ripple {
    0% {
        opacity: 0.45;
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

/* ----------------------------------------- Social Link CSS ----------------------------------------- */
.social-link a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    color: var(--color-primary);
    margin-right: 15px !importend;
}

.social-link a:last-child {
    margin: 0;
}


/* ----------------------------------------- Datepicker CSS ----------------------------------------- */
.datepicker {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-width: 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.datepicker td,
.datepicker th {
    cursor: pointer;
    line-height: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.datepicker td,
.datepicker td span {
    border-radius: 5px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled],
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background: var(--color-primary) !important;
}

.datepicker.datepicker-dropdown:before {
    border-color: transparent;
}

/* ----------------------------------------- Cookiebar CSS ----------------------------------------- */
.cookie-bar {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: var(--color-dark);
    padding: 20px 20px 0;
    transition: all 2s linear;
    z-index: 999;
}

.cookie-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookie-bar .btn:not(:last-child) {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.cookie-bar .btn::before {
    content: none;
}

.cookie-bar.show {
    bottom: 0;
    transition: all 2s linear;
}

/* ----------------------------------------- Hero Banner CSS ----------------------------------------- */
.hero-banner {
    position: relative;
    overflow: hidden;
}

.hero-banner.hero-banner-1 .banner-img img {
    width: 96%;
}

.hero-banner .content .text {
    font-size: var(--font-lg);
    max-width: 540px;
    margin-bottom: 0;
}

.banner-filter-form .form-wrapper {
    padding: 25px 25px;
    background: var(--color-white);
}

.banner-filter-form .custom-col-1 {
    width: 30%;
}

.banner-filter-form .custom-col-2 {
    width: 20%;
}

.banner-filter-form .custom-col-3 {
    width: 30%;
}

.banner-filter-form .with-border {
    position: relative;
}

.banner-filter-form .with-border::after {
    position: absolute;
    content: "";
    top: 0;
    right: 15px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: var(--border-color);
}

.banner-filter-form .input-group {
    align-items: center;
    height: 40px;
    line-height: 40px;
    flex-wrap: nowrap;
}

.banner-filter-form label {
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 0;
    line-height: 1;
    display: none;
}

.banner-filter-form .select2-container {
    width: calc(100% - 30px) !important;
    flex: 0 0 auto;
}

.banner-filter-form .select2-container--default .select2-selection--single {
    border: unset;
    padding: 0;
    background-color: transparent;
}

.banner-filter-form .select2-container .select2-selection--single .select2-selection__rendered,
.banner-filter-form .form-control {
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    -webkit-padding-start: 8px;
    padding-inline-start: 8px;
    font-size: var(--font-base);
    font-weight: 600;
    line-height: 45px;
    color: var(--color-medium);
    background: transparent;
}

.select2-dropdown {
    min-width: 200px;
    color: var(--color-dark);
    border-radius: 3px;
    border: unset;
    box-shadow: 0px 0px 30px 0px rgba(var(--color-dark-rgb), 0.15);
}

.select2-results__option {
    padding-inline: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: var(--border-color);
}

.select2-container ::-webkit-scrollbar {
    width: 5px;
}

.hero-banner .banner-filter-form .nice-select .list li,
.hero-banner .banner-filter-form .form-control .list li {
    line-height: 30px;
    min-height: 30px;
}

.hero-banner .banner-filter-form .nice-select::after {
    position: static;
    display: inline-block;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    vertical-align: middle;
}

.hero-banner .banner-filter-form .price-value {
    margin-bottom: 20px;
}

.hero-banner .banner-filter-form .price-value span {
    color: var(--color-primary);
    font-size: var(--font-sm);
}

.hero-banner .banner-filter-form .btn-filter {
    font-size: 24px;
    color: var(--color-primary);
}

.hero-banner .banner-tags a {
    position: relative;
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
    color: var(--color-medium);
}

.hero-banner .banner-tags a:hover {
    color: var(--color-primary);
}

.hero-banner .banner-tags a i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-margin-end: auto;
    margin-inline-end: auto;
}

.hero-banner .banner-tags a:not(:last-child) {
    -webkit-margin-end: 16px;
    margin-inline-end: 16px;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
}

.hero-banner .banner-tags a:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.3;
    background: var(--color-medium);
}

.hero-banner .shape img {
    position: absolute;
    z-index: -1;
}

.hero-banner .shape img.shape-1 {
    top: 13%;
    left: -3%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
    display: none;
}

.hero-banner .shape img.shape-2 {
    top: 15%;
    left: 20%;
    -webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;
    display: none;
}

.hero-banner .shape img.shape-3 {
    top: 10%;
    left: 55%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
    display: none;
}

.hero-banner .shape img.shape-4 {
    bottom: 20%;
    left: 5%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
    display: none;
}

.hero-banner .shape img.shape-5 {
    top: 40%;
    left: 50%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
    display: none;
}

.hero-banner.hero-banner-1 .content {
    max-width: 600px;
}

.hero-banner.hero-banner-1 .content-left {
    padding-block: 40px 40px;
}

.hero-banner.hero-banner-2 {
    padding-top: 200px;
    padding-bottom: 270px;
}

.hero-banner.hero-banner-2.no-city {
    padding-bottom: 170px;
}

.hero-banner.hero-banner-3 {
    padding-top: 200px;
    padding-bottom: 160px;
}

.hero-banner.hero-banner-4 .content-left {
    padding-block: 100px 60px;
}

.hero-banner.hero-banner-4 .content-right {
    position: absolute;
    top: 100px;
    right: 0;
    width: 45%;
    z-index: -1;
}

.hero-banner.hero-banner-4 .content-right .img {
    -webkit-animation: moveUpDown 6s infinite;
    animation: moveUpDown 6s infinite;
}

/* ----------------------------------------- Category CSS ----------------------------------------- */
.counter-area .card {
    background: transparent;
}

.counter-area .card-icon {
    font-size: 70px;
    line-height: 1;
    color: var(--color-primary);
}

.counter-area .card h2 {
    line-height: 1;
    color: var(--color-primary);
}

.counter-area .card-content {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.counter-area.with-radius {
    border-radius: 50px 50px 0 0;
}

/* ----------------------------------------- Category CSS ----------------------------------------- */
.category-area {
    position: relative;
    overflow: hidden;
}

.category-area .category-item {
    padding: 10px;
    background: var(--color-white);
    margin-bottom: 20px;
    min-height: 120px;
    transition: all 0.4s ease-out;
    position: relative;
}

.category-area .category-item .category-icon {
    position: relative;
    margin-inline: auto;
    width: 35px;
    height: auto;
    z-index: 1;
    font-size: 25px;
    color: var(--color-primary);
}

.category-area .category-item .category-icon i {
    display: inline-block;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: 0.5s;
}

.category-area .category-item .category-qty {
    display: block;
    margin-inline: auto;
    font-size: var(--font-sm);
    transition: all 0.3s ease-out;
}

.category-area .category-item .hover-primary {
    transition: 0.3s all ease-out;
}

.category-area .category-item:hover .category-icon i {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.category-area .category-item:hover .category-icon.hover-primary {
    color: var(--color-white);
    background: var(--color-primary) !important;
}

.category-area.category-1 .category-item {
    box-shadow: var(--shadow-sm);
}

.category-area.category-1 .category-item .category-icon {
    margin-bottom: 15px;
}

.category-area.category-1 .category-item .category-icon img {
    border-radius: 50%;
}

.category-area.category-1 .category-item .category-icon::after {
    position: absolute;
    content: "";
    bottom: -0px;
    left: 50%;
    opacity: 0;
    width: 100px;
    height: 100%;
    transform: translateX(-50%);
    mask: url(../images/shape/blob.svg) no-repeat center/contain;
    -webkit-mask: url(../images/shape/blob.svg) no-repeat center/contain;
    background: rgba(var(--color-primary-rgb), 0.13);
    z-index: -1;
}

.category-area.category-1 .category-item .category-title {
    font-size: 12px;
}

.category-area.category-1 .category-item .category-qty {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: rgba(var(--color-primary-rgb), 0.13);
}

.category-area.category-1 .category-item:hover .category-qty {
    background: var(--color-primary);
    color: var(--color-white);
}

.category-area.category-1 .swiper-slide:nth-child(even) {
    margin-top: 30px;
}

.category-area.category-1 .shape img.shape-1 {
    top: 13%;
    right: 5%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
    display: none;
}

.category-area.category-1 .shape img.shape-2 {
    top: 70%;
    left: 4%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
    display: none;
}

.category-area.category-1 .shape img.shape-3 {
    bottom: 10%;
    right: 8%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
    display: none;
}

.category-area.category-1 .shape img.shape-4 {
    top: 14%;
    left: 6%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
    display: none;
}

.category-area.category-1 .shape img.shape-5 {
    top: 18%;
    left: 50%;
    -webkit-animation: moveAround 20s linear infinite;
    animation: moveAround 20s linear infinite;
    display: none;
}

.category-area.category-2 .category-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.category-area.category-2 .category-item .category-icon {
    display: grid;
    place-items: center;
    margin-top: -30px;
    margin-bottom: 15px;
    background: var(--color-white);
    box-shadow: 0px 8px 45px rgba(65, 65, 65, 0.09);
    border-radius: 50%;
    font-size: 40px;
}

.category-area.category-2 .category-item .category-qty {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    line-height: 80px;
    color: var(--color-medium);
    margin-top: -15px;
    margin-bottom: -1px;
    z-index: 2;
}

.category-area.category-2 .category-item .category-qty::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    z-index: -1;
    transition: all 0.3s ease-out;
}

.category-area.category-2 .category-item:hover {
    border-color: var(--color-primary) !important;
}

.category-area.category-2 .category-item:hover .category-qty {
    color: var(--color-white);
}

.category-area.category-2 .category-item:hover .category-qty::after {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.category-area.category-2 .shape img.shape-1 {
    left: -7%;
    top: 40%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.category-area.category-2 .shape img.shape-2 {
    right: -7%;
    top: 40%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.category-area.category-3 .category-item {
    padding-bottom: 0;
    border: 1px solid transparent;
}

.category-area.category-3 .category-item .category-qty {
    width: 60px;
    height: 45px;
    line-height: 45px;
    margin-bottom: -20px;
    color: var(--color-primary);
    border-radius: 5px;
    background: var(--color-white);
    box-shadow: 0px 8px 45px rgba(65, 65, 65, 0.05);
}

.category-area.category-3 .category-item:hover .category-qty {
    color: var(--color-white);
    background: var(--color-primary);
}

.category-area.category-4 .category-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}

.category-area.category-4 .category-item .category-icon {
    display: grid;
    place-items: center;
    height: 80px;
    margin-top: -30px;
    margin-bottom: 20px;
    background: var(--color-white);
    box-shadow: 0px 8px 45px rgba(65, 65, 65, 0.09);
    border-radius: 50%;
    font-size: 40px;
}

.category-area.category-4 .category-item .category-qty {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    line-height: 80px;
    color: var(--color-medium);
    margin-bottom: -1px;
    z-index: 2;
}

.category-area.category-4 .category-item .category-qty::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    z-index: -1;
    transition: all 0.3s ease-out;
}

.category-area.category-4 .category-item:hover {
    border-color: var(--color-primary) !important;
}

.category-area.category-4 .category-item:hover .category-qty {
    color: var(--color-white);
}

.category-area.category-4 .category-item:hover .category-qty::after {
    background: var(--color-primary);
    border-color: var(--color-primary);
}

.category-area .shape img {
    position: absolute;
    z-index: -1;
}

/* ----------------------------------------- Gallery CSS ----------------------------------------- */
.gallery-area .card {
    overflow: hidden;
}

.gallery-area .card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180.25deg, rgba(255, 255, 255, 0) -4.6%, rgba(18, 18, 18, 0.56) 74.16%, rgba(12, 12, 12, 0.7) 99.79%);
    z-index: 2;
}

.gallery-area .card .card-img {
    overflow: hidden;
}

.gallery-area .card .card-img img {
    transition: transform 0.3s ease-out;
}

.gallery-area .card .card-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.gallery-area .card .card-text .card-title,
.gallery-area .card .card-text span {
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s, opacity 0.4s;
}

.gallery-area .card .card-text span {
    transition-delay: 0.1s;
}

.gallery-area .card:hover .card-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.gallery-area .card:hover .card-text .card-title,
.gallery-area .card:hover .card-text span {
    opacity: 1;
    transform: none;
}

/* ----------------------------------------- Testimonial CSS ----------------------------------------- */
.testimonial-area {
    position: relative;
    overflow: hidden;
}

.testimonial-area .slider-item {
    position: relative;
    background: var(--color-white);
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.11);
}

.testimonial-area .slider-item .client-content {
    border: 1px solid var(--border-color);
    background: var(--color-white);
    transition: box-shadow 0.3s ease-out;
}

.testimonial-area .slider-item .quote {
    padding: 25px 25px 23px 25px;
    border-bottom: 1px solid var(--border-color);
}

.testimonial-area .slider-item .icon {
    display: block;
    font-size: 22px;
    color: rgba(var(--color-primary-rgb), 0.19);
}

.testimonial-area .slider-item p {
    margin-bottom: 0;
}

.testimonial-area .slider-item .client-info {
    padding: 25px;
}

.testimonial-area .slider-item .client-info h6 {
    margin-bottom: 2px;
}

.testimonial-area .slider-item .client-info .designation {
    font-size: var(--font-sm);
}

.testimonial-area .slider-item .client-img {
    max-width: 50px;
    -webkit-margin-end: 16px;
    margin-inline-end: 16px;
}

.testimonial-area .slider-item .ratings {
    font-size: var(--font-sm);
}

.testimonial-area .slider-item .ratings i {
    color: var(--color-yellow);
}

.testimonial-area .swiper-slide:hover .client-content,
.testimonial-area .swiper-slide-active .client-content {
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.11);
}

.testimonial-area .clients .client-img {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.testimonial-area .clients img {
    max-width: 40px;
    border-radius: 50%;
}

.testimonial-area .clients img:not(:first-child) {
    margin-left: -16px;
}

.testimonial-area.testimonial-1 .img-content {
    position: relative;
}

.testimonial-area.testimonial-1 .img-content::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 50%;
    width: calc(100% + 100px);
    height: 100%;
    transform: translateX(-50%);
    mask: url(../images/testimonial-img-bg.svg) no-repeat center/contain;
    -webkit-mask: url(../images/testimonial-img-bg.svg) no-repeat center/contain;
    background: var(--color-primary);
    z-index: -1;
}

.testimonial-area.testimonial-1 .img-content::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    left: 50%;
    width: calc(100% + 100px);
    height: 100%;
    transform: translateX(-50%);
    background: url(../images/testimonial-img-bg-shape.png) no-repeat;
    background-size: cover;
}

.testimonial-area.testimonial-1 .img-content img {
    display: block;
    margin-inline: auto;
}

.testimonial-area.testimonial-1 .shape img {
    position: absolute;
    z-index: -1;
    display: none;
}

.testimonial-area.testimonial-1 .shape img.shape-1 {
    left: -5%;
    top: 10%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
    display: none;
}

.testimonial-area.testimonial-1 .shape img.shape-2 {
    right: -5%;
    bottom: 2%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
    display: none;
}

.testimonial-area.testimonial-1 .shape img.shape-3 {
    left: -4%;
    bottom: 0%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
    display: none;
}

.testimonial-area.testimonial-1 .shape img.shape-4 {
    right: -5%;
    top: 0%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
    display: none;
}

.testimonial-area.testimonial-2 {
    position: relative;
}

.testimonial-area.testimonial-2 .swiper-pagination {
    bottom: unset;
    left: unset;
    width: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: unset;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.testimonial-area.testimonial-2 .swiper-pagination span {
    display: block;
    margin: 5px 0;
}

.testimonial-area.testimonial-2 .swiper-slide {
    -webkit-padding-end: 50px;
    padding-inline-end: 50px;
}

.testimonial-area.testimonial-2 .img-content .img {
    position: relative;
}

.testimonial-area.testimonial-2 .img-content .img img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.testimonial-area.testimonial-2 .img-content .img::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    transform: translateX(-50%) skewX(-5deg);
    background: var(--color-white);
    z-index: 1;
}

.testimonial-area.testimonial-2 .shape img {
    position: absolute;
    z-index: -1;
}

.testimonial-area.testimonial-2 .shape img.shape-1 {
    left: 0%;
    top: 10%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.testimonial-area.testimonial-2 .shape img.shape-2 {
    right: 0%;
    bottom: 2%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.testimonial-area.testimonial-2 .shape img.shape-3 {
    left: 45%;
    top: 20%;
    -webkit-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite;
}

.testimonial-area.testimonial-2 .shape img.shape-4 {
    right: 0%;
    top: 5%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.testimonial-area.testimonial-2 .shape img.shape-5 {
    right: 10%;
    bottom: 15%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

/* ----------------------------------------- Newsletter CSS ----------------------------------------- */
.newsletter-area .newsletter-inner {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    border-radius: 30px;
}

.newsletter-area .newsletter-inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color-dark);
    opacity: 0.5;
    z-index: -1;
}

.newsletter-area .newsletter-form .input-group {
    padding: 0;
    background-color: transparent;
    border: 2px solid var(--color-white);
}

.newsletter-area .newsletter-form .input-group :-ms-input-placeholder {
    color: var(--color-white);
}

.newsletter-area .newsletter-form .input-group ::-moz-placeholder {
    color: var(--color-white);
}

.newsletter-area .newsletter-form .input-group ::placeholder {
    color: var(--color-white);
}

.newsletter-area .newsletter-form .input-group .btn {
    border-radius: 5px !important;
    color: var(--color-dark);
    background: var(--color-white);
}

.newsletter-area .newsletter-form .input-group .form-control {
    background-color: transparent;
    padding: 20px;
    color: var(--color-white);
}

/* ----------------------------------------- Product CSS ----------------------------------------- */
.product-default {
    position: relative;
    overflow: hidden;
    background: var(--color-white);
    transition: all 0.3s ease-out;
}

.product-default:hover {
    border-color: var(--color-primary) !important;
    background-color: rgba(var(--color-primary-rgb), 0.04) !important;
}

.product-default .product-img {
    /* position: relative; */
}

@media(min-width : 1024px) {
    .product-default .product-img {
        max-height: 200px;
        /* max-width: 400px; */
    }

    .product-default.custom_page {
        display: flex;
        max-height: 200px;
    }

    .product-default.custom_page .product-img {
        max-height: 100%;
        overflow-y: hidden;
        max-width: 450px;
    }

    .product-default.custom_page .product-img .lazy-container {
        height: 100%;
    }
}

.page-title-area.blur-up.lazyloaded {
    background-image: none !important;
}

  .page-title-area {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .page-title-area img {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    width: 100%;
  }

  .page-title-area .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .page-title-area .content {
    padding-top: 10px; /* Adjust as needed */
    padding-bottom: 10px; /* Adjust as needed */
  }
  @media(max-width:568px){
      .extra-page{
      font-size: 17px !important;
      }
  }

@media(min-width:568px) {
    .page-title-area.text-center.breadcrumb-section{
        padding-top:90px !important;
    }
}

.page-title-area.blur-up.lazyloaded h1 {
    text-transform: capitalize;
    position: relative;
}

.blog-area.blog-1.custom .ad-banner img {
    width: 100% !important;
}

.page-title-area::before {
    display: none !important;
}

.product-default .badge {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-inline-start: auto;
    margin-inline-end: 10px;
    padding: 7px 12px;
    border-radius: 3px;
    color: var(--color-white);
    background-color: var(--color-primary);
    width: fit-content;
    z-index: 5;
}

.product-default .btn-icon {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-inline-start: auto;
    margin-inline-end: 10px;
    z-index: 4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color-primary);
    border-radius: 4px;
    background-color: var(--color-white);
}

.product-default .product-img img {
    transition: transform 0.3s ease-out;
    width: 100%;
}

.product-default .product-details {
    padding: 6px;
}

.product-default.custom_page .product-details {
    width: 100%;
}

.product-default .product-details .product-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-default .author span {
    font-size: var(--font-sm);
}

.product-default .author img {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    object-fit: cover;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    background-color: var(--bg-light);
}

.product-default .product-category {
    font-size: var(--font-sm);
    font-weight: var(--font-medium);
    color: var(--color-medium);
}

.product-default .btn-wishlist i,
.product-default .product-category i {
    color: var(--color-primary);
}

.wishlist-active i {
    color: var(--color-red) !important;
    font-weight: 900;
}

.product-default .product-title {
    margin-bottom: 5px;
    overflow: hidden;
    display: none !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-date {
    color: #aaa;
    font-weight: 400;
}

.product-default .product-location {
    font-weight: var(--font-medium);
}

.product-default .product-location i {
    font-size: var(--font-sm);
}

.product-default:hover {
    border-color: transparent !important;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
}

.product-default:hover .btn-wishlist i {
    font-weight: 700;
}

.product-default:hover .product-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-price .price {
    font-weight: var(--font-semi-bold);
}

.product-location i {
    color: var(--color-primary);
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-price .price .prev-price {
    font-size: 80%;
    text-decoration: line-through;
    margin-inline-start: 5px;
    color: #969696 !important;
}

.product-info {
    margin-bottom: 0;
    font-weight: 500;
    font-size: var(--font-sm);
    color: var(--color-primary);
}

.product-info i {
    font-size: 20px;
}

.product-info span {
    color: var(--color-medium);
}

.product-info li:not(:last-child) {
    -webkit-padding-end: 10px;
    padding-inline-end: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    border-right: 1px solid var(--border-color);
}

.product-column {
    border-radius: 0 15px 15px 0;
}

.product-column .btn-icon {
    margin-inline-start: 10px;
    margin-inline-end: auto;
}

.product-column .product-img {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 0 15px 15px 0;
}

.product-column .product-title {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
}

.product-column .product-details {
    padding: 0;
    -webkit-padding-start: 22px;
    padding-inline-start: 22px;
}

.product-column .product-list-group {
    margin-top: 15px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.product-column .product-list-group li {
    list-style-type: disc;
}

.product-column .product-list-group li:not(:last-child) {
    margin-bottom: 5px;
}

.product-column .product-info {
    margin-top: 20px;
}

.product-inline {
    display: flex;
    border-width: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.product-inline .product-img {
    flex: 0 0 35%;
    max-width: 35%;
    overflow: hidden;
}

.product-inline .product-img img {
    background-color: var(--color-light-1);
}

.product-inline .product-title {
    -webkit-line-clamp: 1;
    margin-bottom: 0;
}

.product-inline .product-details {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}

.product-inline .product-location {
    font-size: var(--font-sm);
}

.product-inline .product-location i {
    font-size: var(--font-sm);
}

.product-inline .product-price {
    margin: 0;
    font-size: var(--font-xsm);
}

.product-inline .product-price .new-price {
    font-size: 12px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

.product-inline .product-info {
    margin-top: 5px;
}

.product-inline .product-info i {
    font-size: 12px;
}

.product-inline:hover {
    box-shadow: none;
}

.listing-single .product-single-gallery {
    position: relative;
    /* padding-bottom: 30px; */
}

.listing-single .product-single-gallery .swiper-slide {
    overflow: hidden;
}

.listing-single .product-single-gallery .slider-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    z-index: 4;
}

.listing-single .product-single-gallery .slider-btn.slider-btn-prev {
    left: 1%;
}

.listing-single .product-single-gallery .slider-btn.slider-btn-next {
    right: 1%;
}

.listing-single .slider-thumbnails {
    position: relative;
    bottom: 0;
    max-width: 60%;
    margin-inline: auto;
    margin-top: -40px;
    z-index: 1;
}

.listing-single .slider-thumbnails .swiper-wrapper {
    justify-content: center;
}

.listing-single .slider-thumbnails .swiper-slide {
    height: 100%;
    overflow: hidden;
}

.listing-single .slider-thumbnails .thumbnail-img {
    cursor: pointer;
}

.listing-single .slider-thumbnails .thumbnail-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.listing-single .product-full-screen {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.listing-single .product-single-details h2.product-title {
    font-size: 32px;
}

.listing-single .product-single-details .product-price h3 {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.listing-single .product-single-details .info-list {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.listing-single .product-single-details .info-list li *:not(i) {
    font-size: var(--font-sm);
}

.listing-single .product-single-details .info-list li:not(:last-child) {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
}

@media only screen and (max-width : 575.98px) {

    /* .listing-single .product-single-details .info-list li:not(:last-child){ margin: auto; } */
    .listing-single .product-single-details .info-list {
        justify-content: center;
    }

    .listing-single .product-single-details .info-list {
        text-align: center;
    }

    .listing-single .product-single-details .info-list .btn {
        font-size: 15px;
        padding: 0px 10px !important;
        color: #3c3c3c;
    }

    .listing-single .product-single-details .info-list .btn.blue i {
        margin-left: 5px;
    }
}

.listing-single .product-single-details .info-list .btn {
    padding: 0;
    font-weight: normal;
    color: #3a3a3a;
}

.listing-single .product-single-details .info-list .btn.blue i {
    color: var(--color-blue);
}

.listing-single .product-single-details .info-list .btn.red i {
    color: var(--color-red);
}

.listing-single .product-single-details .product-desc p:last-child {
    margin-bottom: 0;
}

.listing-single .product-single-details .progress {
    height: 10px;
    border-radius: 30px;
}

.listing-single .product-single-details .progress .progress-bar {
    border-radius: 30px;
    background: var(--color-primary);
}

.listing-single .form-group ul.rating li {
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.listing-single .form-group ul.rating li:after {
    display: inline-block;
    content: "|";
    margin-left: 10px;
    margin-right: 7px;
}

.listing-single .form-group ul.rating li:last-child:after {
    display: none;
}

.listing-single .form-group ul.rating li:hover span {
    color: var(--color-primary);
}

.product-sort-area p {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
}

.product-sort-area .product-sort-list {
    text-align: end;
}

.product-sort-area .item label {
    line-height: 2;
    margin-inline-end: 10px;
    margin-bottom: 0;
}

.product-sort-area .item {
    display: inline-block;
}

.product-sort-area .item:not(:last-child) {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.product-sort-area .item form {
    display: flex;
    align-items: center;
}

.product-sort-area .nice-select {
    border: 0;
    padding: 0;
    line-height: 1.2;
    height: auto;
    background-color: var(--bg-light);
    border-radius: 3px;
    padding: 10px 15px;
    padding-inline-end: 20px;
}

.product-sort-area .nice-select::after {
    right: 6px;
}

.product-sort-area .nice-select .list {
    min-width: 150px;
    width: fit-content;
}

.product-sort-area .btn-icon {
    width: auto;
    height: auto;
    background: transparent;
    color: var(--color-gray-1);
    color: #fff !important;
}

.product-sort-area .btn-icon.active,
.product-sort-area .btn-icon:hover {
    color: var(--color-primary);
}

.featured-list li {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    margin-bottom: 10px;
}

.featured-list li i {
    color: var(--color-primary);
}

.amenities-list {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.amenities-list li {
    padding: 8px 16px;
    border: 1px solid var(--border-color);
    font-size: var(--font-sm);
    line-height: 1.3;
}

.amenities-list i {
    color: var(--color-primary);
}

.product-area {
    position: relative;
    overflow: hidden;
}

.product-area .shape img {
    position: absolute;
    z-index: -1;
}

.product-area .shape img.shape-1 {
    left: -5%;
    top: 10%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.product-area .shape img.shape-2 {
    right: -5%;
    bottom: 2%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.product-area .shape img.shape-3 {
    left: -4%;
    bottom: 0%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.product-area .shape img.shape-4 {
    right: -5%;
    top: 10%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

/* ----------------------------------------- Footer CSS ----------------------------------------- */
.footer-area {
    position: relative;
    overflow: hidden;
}

.footer-area .footer-widget {
    margin-bottom: 0px;
}

.footer-area .footer-widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-area .footer-widget .navbar-brand {
    margin: 0;
    margin-bottom: 28px;
    padding: 0;
}

.footer-area .footer-widget h3 {
    text-transform: capitalize;
    margin-bottom: 25px;
}

.footer-area .footer-widget p {
    margin-bottom: 25px;
    text-align: justify;
}

.footer-area .footer-widget .info-list li {
    display: flex;
    align-items: center;
}

.footer-area .footer-widget .info-list i {
    color: var(--color-primary);
    font-size: 20px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.footer-area .footer-widget .footer-links li,
.footer-area .footer-widget .info-list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    color: var(--color-medium);
}

.footer-area .footer-widget .footer-links li a,
.footer-area .footer-widget .info-list li a {
    color: var(--color-medium);
}

.footer-area .footer-widget .footer-links li a:hover,
.footer-area .footer-widget .info-list li a:hover {
    color: var(--color-primary);
}

.footer-area .footer-widget .footer-links li:last-child,
.footer-area .footer-widget .info-list li:last-child {
    /* margin-bottom: 0; */
}

.footer-area .copy-right-area {
    text-align: center;
    padding: 30px 0;
}

.footer-area .newsletter-form input {
    height: 55px;
    border-color: rgba(var(--color-white-rgb), 0.1);
}

.footer-area .newsletter-form .btn {
    top: 5px;
    right: 5px;
    /*height: calc(100% - 10px);*/
    position: absolute;
}

@keyframes cluster-animation {

    0%,
    100% {
        transform: scale(1.3);
    }

    50% {
        transform: scale(1.5);
    }
}

.leaflet-container {
    height: 100%;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
}

.marker-cluster {
    background: transparent;
}

.marker-cluster div {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: var(--font-lg);
    text-align: center;
}

.marker-cluster div:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    box-shadow: inset 0 0 0 10px var(--color-primary);
    content: "";
    border-radius: 50%;
    animation: cluster-animation 2.5s infinite;
    z-index: -1;
}

.cluster img {
    display: none;
}

.map-marker-container {
    position: absolute;
    margin-top: 10px;
    transform: translate3d(-50%, -100%, 0);
}

.marker-container {
    position: relative;
    margin: 10px auto;
    width: 40px;
    height: 40px;
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    top: -5px;
}

.marker-container .marker-card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
    transition: all 0.3s linear;
}

.marker-container .marker-arrow {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 15px 0;
    border-color: var(--color-primary) transparent transparent;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    z-index: 1;
}

.marker-container:hover .marker-card {
    transform: translateY(-5px);
}

.map-marker-container.clicked .marker-card {
    transform: rotateY(-180deg) translateY(0px);
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 10%;
    border-radius: 50px;
    background-color: #fff;
    border: 6px solid var(--color-primary);
    color: var(--color-primary);
    transition: all 1s linear;
    z-index: 100;
}

.face i {
    line-height: 28px;
    font-size: var(--font-sm);
}

.leaflet-popup {
    transition: all 0.3s linear;
}

.leaflet-popup .leaflet-popup-content-wrapper,
.leaflet-popup .leaflet-popup-tip {
    padding: 0;
    overflow: hidden;
}

.leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: var(--radius-sm);
}

.leaflet-popup a {
    color: var(--text-dark);
}

.leaflet-popup .leaflet-popup-content {
    position: relative;
    margin: 0;
    border-radius: 0;
}

.leaflet-popup .product-default {
    width: 280px;
    border: 0;
    color: var(--text-medium);
}

.leaflet-popup a.leaflet-popup-close-button {
    width: 25px;
    height: 25px;
    border-radius: 0 0 0 10px;
    background: var(--bg-white);
    z-index: 5;
}

.leaflet-popup .label {
    padding: 3px 10px;
    font-size: var(--font-sm);
}

.leaflet-touch .leaflet-control-attribution {
    font-size: 10px;
}

.leaflet-top,
.leaflet-bottom {
    z-index: 777;
}

/* ----------------------------------------- Banner CSS ----------------------------------------- */
.video-banner,
.action-banner {
    position: relative;
    overflow: hidden;
}

.action-banner .image .img-1,
.action-banner .image .img-2 {
    padding: 10px;
    position: relative;
}

.action-banner .image .img-1::after,
.action-banner .image .img-2::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-white);
    border-radius: 10px;
    z-index: -1;
}

.action-banner .image .img-1 {
    transform: rotateZ(-10deg);
}

.action-banner .image .img-2 {
    transform: rotateZ(10deg);
}

.banner-sm {
    position: relative;
    overflow: hidden;
}

.banner-sm .banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 60%;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.banner-sm.content-center .banner-content {
    max-width: 100%;
    text-align: center;
    padding: 30px 10px;
}

/* ----------------------------------------- Work Process CSS ----------------------------------------- */
.work-area {
    position: relative;
    overflow: hidden;
}

.work-area .shape img {
    position: absolute;
    z-index: -1;
}

.work-area .shape img.shape-1 {
    top: 13%;
    right: 5%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.work-area .shape img.shape-2 {
    top: 70%;
    left: 4%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
}

.work-area .shape img.shape-3 {
    bottom: 10%;
    right: 8%;
    -webkit-animation: moveAround 20s linear infinite;
    animation: moveAround 20s linear infinite;
}

.work-area .shape img.shape-4 {
    top: 14%;
    left: 6%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.work-area .shape img.shape-5 {
    top: 18%;
    left: 50%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.work-process-1 .card {
    padding: 20px;
    margin-top: 42px;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.work-process-1 .card-content {
    position: relative;
    padding: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(var(--color-primary-rgb), 0.1);
    transition: all 0.3s ease-out;
}

.work-process-1 .card-content .card .card-title {
    font-size: 18px;
}

.work-process-1 .card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 45px;
    color: var(--color-primary);
    background: white;
    box-shadow: rgba(50, 50, 93, 0.073) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.177) 0px 18px 36px -18px inset;
}

@media(max-width : 768px) {
    .listing-map-area {
        margin-top: 0px !important;
    }
}

A.JavaScript.library.for.interactive.maps {
    display: none;
}

#map.leaflet-touch .leaflet-control-attribution {
    display: none;
}

.close-btn1 {
    position: relative;
    z-index: 99;
}

.work-process-1 .card-step {
    position: absolute;
    top: -50px;
    left: 30px;
    right: 0;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
}

.work-process-1 .card-step:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    right: 0;
    transform: translateY(-50%);
    width: calc(100% + 20px);
    height: 20px;
    background: var(--color-white);
    z-index: -1;
}

.work-process-1 .card-step span {
    position: relative;
    font-weight: 800;
    font-size: 115px;
    line-height: 1;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px var(--color-medium);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transition: transform 0.3s linear;
}

.work-process-1 .card-step span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    -webkit-text-fill-color: var(--color-primary);
    -webkit-text-stroke: 0;
}

.work-process-1 .card:hover {
    border-color: rgba(var(--color-primary-rgb), 0.4);
}

.work-process-1 .card:hover .card-content {
    background: var(--color-white);
    box-shadow: var(--shadow-sm);
}

.work-process-1 .card:hover .card-step span {
    transform: rotateX(90deg) translateY(-22px);
}

.work-process-2 .card {
    padding: 0 30px 30px;
    transition: all 0.4s ease-out;
    z-index: 1;
}

.work-process-2 .card::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    border-bottom: 2px solid var(--color-primary);
    transform: scaleX(0);
    transition: transform 0.4s ease-out;
    z-index: -1;
}

.work-process-2 .card .card-icon {
    width: 64px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 32px;
    border-radius: 0 0 5px 5px;
    color: var(--color-primary);
    background-color: rgba(var(--color-primary-rgb), 0.13);
    transition: all 0.3s ease-out;
}

.work-process-2 .card .card-content {
    position: relative;
}

.work-process-2 .card .card-content .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.work-process-2 .card:hover {
    border-color: transparent !important;
    box-shadow: 0px 4px 80px rgba(17, 16, 33, 0.08);
    transform: none;
}

.work-process-2 .card:hover::after {
    transform: scaleX(1);
}

.work-process-2 .card:hover .card-icon {
    color: var(--color-white);
    background: var(--color-primary);
}

/* ----------------------------------------- Pricing CSS ----------------------------------------- */
.pricing-item {
    position: relative;
    overflow: hidden;
    padding: 50px 40px;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    transition: all 0.3s ease-out;
    z-index: 1;
}

.pricing-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-primary);
    transform: translateY(calc(-100% - 2px));
    transition: transform 0.5s ease-out;
    z-index: -1;
}

.pricing-item .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    font-size: 32px;
    text-align: center;
    border-radius: 10px;
    color: var(--color-primary);
    background: rgba(var(--color-primary-rgb), 0.13);
}

.pricing-item .icon i {
    font-weight: var(--font-semi-bold);
}

.pricing-item .label {
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
}

.pricing-item .label span {
    display: inline-block;
    padding: 5px 18px;
    border-radius: 30px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    background-color: var(--color-white);
    color: var(--color-primary);
    display: none;
}

.pricing-item h3 {
    margin-bottom: 0;
}

.pricing-item .text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.pricing-item .price {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--color-dark);
    font-size: 48px;
    line-height: 1;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}

.pricing-item h5 {
    margin-top: 5px;
    margin-bottom: 30px;
}

.pricing-item .item-list {
    margin-bottom: 0;
    color: var(--color-dark);
}

.pricing-item .item-list li {
    margin-bottom: 10px;
}

.pricing-item .item-list i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--color-green);
    -webkit-margin-end: 10px;
    /* border: 1px solid var(--border-color); */
    margin-inline-end: 10px;
}

.pricing-item .item-list i.not-active {
    background-color: var(--color-red);
}

.pricing-item .btn {
    margin-top: 35px;
}

.pricing-item .show-more {
    display: block;
    color: var(--color-dark);
    margin-top: 5px;
    cursor: pointer;
    transition: transform 0.4s ease-out;
}

.pricing-item .show-more:hover {
    transform: translateX(5px);
}

.pricing-item .disabled {
    background: transparent !important;
}

.pricing-item :is(h3, .text, .price, .period, h5, .item-list) {
    transition: color 0.2s linear;
    transition-delay: 0.1s;
}

.pricing-item .btn-outline:hover {
    background: var(--color-white);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) {
    box-shadow: 0px 20px 80px rgba(var(--color-primary-rgb), 0.24);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active)::after {
    transform: none;
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) :is(h3, .text, .price, .period, h5, .item-list, .show-more) {
    color: var(--color-white);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .icon {
    color: var(--color-primary);
    background: var(--color-white);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .label span {
    display: inline-block;
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .disabled i {
    border-color: transparent;
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .item-list i {
    color: var(--color-green);
    background-color: var(--color-white);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .item-list i.not-active {
    color: var(--color-red);
}

.pricing-item:is(.pricing-item:hover, .pricing-item.active) .btn-outline {
    color: var(--color-primary) !important;
    background: unset;
    background-color: var(--color-white);
}

.pricing-item:hover {
    border-color: transparent;
    transform: none;
}

.pricing-area {
    position: relative;
    overflow: hidden;
    padding-top: 0px !important;
}

.pricing-area .tab-pane {
    -webkit-animation: none;
    animation: none;
}

.pricing-area .tab-pane.active {
    -webkit-animation: slideUp 0.3s ease-out 1;
    animation: slideUp 0.3s ease-out 1;
}

.pricing-area .shape img {
    position: absolute;
    z-index: -1;
}

.pricing-area .shape img.shape-1 {
    top: 13%;
    right: 5%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.pricing-area .shape img.shape-2 {
    top: 70%;
    left: 4%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
}

.pricing-area .shape img.shape-3 {
    bottom: 10%;
    right: 8%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.pricing-area .shape img.shape-4 {
    top: 14%;
    left: 6%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.pricing-area .shape img.shape-5 {
    top: 18%;
    left: 50%;
    -webkit-animation: moveAround 20s linear infinite;
    animation: moveAround 20s linear infinite;
}

/* ----------------------------------------- Blog CSS ----------------------------------------- */
.blog-area {
    position: relative;
    overflow: hidden;
}

.blog-area .card .card-img {
    overflow: hidden;
}

.blog-area .card img {
    transition: transform 0.3s ease-out;
}

.blog-area .card .content {
    padding-top: 25px;
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}

.blog-area .card .card-title {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-area .card .card-text {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-area .card .card-btn {
    line-height: 1;
    font-weight: var(--font-bold);
    text-decoration: underline;
    color: var(--color-primary);
}

.blog-area .card:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.blog-area.blog-2 .card {
    padding-top: 12px;
    transition: all 0.4s ease-out;
}

.blog-area.blog-2 .card .card-img {
    position: relative;
    overflow: unset;
    padding: 0 12px 0 12px;
    z-index: 2;
}

.blog-area.blog-2 .card .card-img::after {
    position: absolute;
    content: "";
    top: -12px;
    right: 0;
    bottom: 0;
    width: 33.3333333333%;
    height: calc(100% + 24px);
    border-radius: 10px;
    background: var(--color-primary);
    transition: width 0.4s ease-out;
    z-index: -1;
}

.blog-area.blog-2 .card .card-img .lazy-container {
    left: -12px;
    width: calc(100% + 12px);
}

.blog-area.blog-2 .card .content {
    border-top: 0 !important;
    border-radius: 0 0 10px 10px;
    padding: 25px;
}

.blog-area.blog-2 .card:hover {
    box-shadow: 0px 24px 80px rgba(49, 49, 49, 0.12);
}

.blog-area.blog-2 .card:hover .card-img::after {
    width: 100%;
}

.blog-area.blog-2 .card:hover .content {
    border-color: transparent !important;
}

.blog-area.blog-2 .card:hover .lazy-container {
    left: 0;
    width: 100%;
}

.blog-area.blog-3 .card {
    transition: all 0.4s ease-out;
}

.blog-area.blog-3 .card .card-img {
    border: 10px solid var(--color-primary);
}

.blog-area.blog-3 .card .content {
    padding: 25px;
}

.blog-area.blog-3 .card:hover {
    border-color: transparent !important;
    box-shadow: 0px 24px 80px rgba(49, 49, 49, 0.12);
}

.blog-area .shape img {
    position: absolute;
    z-index: -1;
}

.blog-area .shape img.shape-1 {
    left: -7%;
    top: 10%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.blog-area .shape img.shape-2 {
    right: 0%;
    top: 40%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.blog-area .shape img.shape-3 {
    left: -4%;
    bottom: 0%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

.blog-area .shape img.shape-4 {
    right: 14%;
    bottom: 0%;
    -webkit-animation: moveUpDown 10s linear infinite;
    animation: moveUpDown 10s linear infinite;
}

/* ----------------------------------------- City CSS ----------------------------------------- */
.city-area {
    position: relative;
    overflow: hidden;
}

.city-area.spacer-negative {
    /* margin-top: -0px; */
    padding-bottom: 70px;
}

.city-area .card {
    overflow: hidden;
}

.city-area .card::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(179.93deg, rgba(255, 255, 255, 0) 0.06%, rgba(0, 0, 0, 0.72) 83.9%, rgba(0, 0, 0, 0.8) 99.94%);
    z-index: 2;
}

.city-area .card .card-img {
    position: relative;
    overflow: hidden;
}

.city-area .card .card-img img {
    transition: transform 0.3s ease-out;
}

.city-area .card .card-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.city-area .card .card-text span {
    color: rgba(var(--color-white-rgb), 0.9);
}

.city-area .card:hover .card-img img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.city-area .slider-navigation .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-color: transparent;
    background: var(--color-white);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.city-area .slider-navigation .slider-btn#city-slider-btn-prev {
    left: 5px;
}

.city-area .slider-navigation .slider-btn#city-slider-btn-next {
    right: 5px;
}

.city-area .shape img {
    position: absolute;
    z-index: -1;
}

.city-area .shape img.shape-1 {
    top: 13%;
    right: 5%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.city-area .shape img.shape-2 {
    top: 70%;
    left: 4%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
}

.city-area .shape img.shape-3 {
    bottom: 10%;
    right: 8%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.city-area .shape img.shape-4 {
    top: 14%;
    left: 6%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.city-area .shape img.shape-5 {
    top: 18%;
    left: 50%;
    -webkit-animation: moveAround 20s linear infinite;
    animation: moveAround 20s linear infinite;
}

/* ----------------------------------------- Explore CSS ----------------------------------------- */
.explore-area {
    position: relative;
    overflow: hidden;
}

.explore-area .shape img {
    position: absolute;
    z-index: -1;
}

.explore-area .shape img.shape-1 {
    top: 13%;
    right: 5%;
    -webkit-animation: moveLeftRight 10s linear infinite;
    animation: moveLeftRight 10s linear infinite;
}

.explore-area .shape img.shape-2 {
    top: 70%;
    left: 4%;
    -webkit-animation: moveLeftRight 5s linear infinite;
    animation: moveLeftRight 5s linear infinite;
}

.explore-area .shape img.shape-3 {
    bottom: 10%;
    right: 8%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.explore-area .shape img.shape-4 {
    top: 14%;
    left: 6%;
    -webkit-animation: moveUpDown 5s linear infinite;
    animation: moveUpDown 5s linear infinite;
}

.explore-area .shape img.shape-5 {
    top: 18%;
    left: 50%;
    -webkit-animation: moveAround 20s linear infinite;
    animation: moveAround 20s linear infinite;
}

.product-single-details .video-banner {
    overflow: hidden;
}

.product-single-details .video-banner .video-btn {
    z-index: 3;
}

.product-single-details .video-banner .overlay {
    z-index: 2;
}

.product-single-details .video-banner .overlay-1 {
    z-index: 2;
}

/*# sourceMappingURL=style.css.map */
a#cartIcon {
    position: fixed;
    z-index: 401;
    top: 50%;
    right: 0;
    left: 0;
    margin-inline-start: auto;
    margin-inline-end: 0;
    width: fit-content;
    transform: translateY(-50%);
    border-right: none;
    font-size: 12px;
    text-align: center;
    color: inherit;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    line-height: 1.5;
}

a#cartIcon span.length {
    display: block;
}

a#cartIcon .cart-length {
    background: #242323;
    padding: 10px;
    font-weight: 500;
    color: #fff;
}

a#cartIcon .cart-length i {
    font-size: 16px;
}

a#cartIcon .cart-total {
    background-color: #fff;
    text-align: center;
    font-weight: 600;
    color: inherit;
}

.stripe-errors {
    color: red;
    ;
}

/* popup css start */
/* Popup css */
.popup-wrapper {
    display: none;
}

.popup_main-content h1 {
    font-size: 40px;
    line-height: 50px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    background: #FFF;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 32px;
    right: -1px;
    top: -1px;
}

.popup-wrapper {
    position: relative;
    width: auto;
    max-width: 960px;
    margin: 0 auto;
}

.popup-wrapper .form_control {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    line-height: 70px;
}

/* Popup-one */
.popup-one {
    position: relative;
    padding: 138px 120px;
}

.popup-one .popup_main-content {
    position: relative;
    text-align: center;
    background-color: rgba(69, 29, 83, 0.8);
    border-radius: 10px;
    padding: 90px 55px;
}

.popup-one .popup_main-content h1,
.popup-one .popup_main-content p {
    color: #fff;
}

.popup-one .popup_main-content h1 {
    margin-bottom: 20px;
}

.popup-one .popup_main-content p {
    margin-bottom: 30px;
}

.popup-one .popup_main-content .popup-main-btn {
    padding: 15px 100px;
    display: inline-block;
    color: #fff;
    border-radius: 40px;
    border: 1px solid #fff;
    text-decoration: none;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.popup-one .popup_main-content .popup-main-btn:hover,
.popup-one .popup_main-content .popup-main-btn:focus {
    background-color: #451D53;
    color: #fff;
    border-color: transparent;
}

/* Popup-two */
.popup-two {
    position: relative;
    padding: 120px;
}

.popup-two .popup_main-content {
    position: relative;
    text-align: center;
    background-color: rgba(255, 40, 101, 0.7);
    border-radius: 10px;
    padding: 90px 55px;
}

.popup-two .popup_main-content h1,
.popup-two .popup_main-content p {
    color: #fff;
}

.popup-two .popup_main-content h1 {
    margin-bottom: 20px;
}

.popup-two .popup_main-content p {
    margin-bottom: 30px;
}

.popup-two .popup_main-content .subscribe-form {
    padding: 0 70px;
}

.popup-two .popup_main-content .subscribe-form .form_control {
    border: none;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    height: 70px;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s;
}

.popup-two .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-two .popup_main-content .subscribe-form .popup-main-btn:focus {
    background-color: #FF2865;
    color: #fff;
    border-color: transparent;
}

/* Popup-three */
.popup-three .popup_main-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.popup-three .popup_main-content .left-bg {
    width: 45%;
    height: 100%;
    min-height: 670px;
}

.popup-three .popup_main-content .right-content {
    width: 55%;
    padding: 30px 15px;
    text-align: center;
}

.popup-three .popup_main-content .right-content h1 {
    font-weight: 400;
    margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content p {
    margin-bottom: 20px;
}

.popup-three .popup_main-content .right-content .popup-main-btn {
    padding: 15px 70px;
    background-color: #FF2865;
    color: #fff;
    font-size: 19px;
    border-radius: 35px;
    display: inline-block;
    text-decoration: none;
}

/* Popup-four */
.popup-four .popup_main-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.popup-four .popup_main-content .left-bg {
    width: 55%;
    height: 100%;
    min-height: 670px;
}

.popup-four .popup_main-content .right-content {
    width: 45%;
    padding: 30px 30px;
    text-align: center;
}

.popup-four .popup_main-content .right-content h1 {
    font-weight: 400;
    margin-bottom: 20px;
}

.popup-four .popup_main-content .right-content p {
    margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form {
    padding: 0 70px;
}

.popup-four .popup_main-content .subscribe-form .form_control {
    border: 2px solid #C5C5C5;
    border-radius: 5px;
    font-size: 15px;
    padding: 0px 30px !important;
    height: 50px;
    margin-bottom: 20px;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn {
    width: 100%;
    background-color: #F8960D;
    color: #fff;
    font-size: 20px;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all .3s;
}

.popup-four .popup_main-content .subscribe-form .popup-main-btn:hover,
.popup-four .popup_main-content .subscribe-form .popup-main-btn:focus {
    background-color: #F8960D;
    color: #fff;
    border-color: transparent;
}

/* Popup-five */
.popup-five .popup_main-content {
    text-align: center;
    padding: 75px;
}

.popup-five .popup_main-content h1 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
    margin: 0 auto 20px;
    max-width: 600px;
}

.popup-five .popup_main-content h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 35px;
    margin-bottom: 40px;
    font-weight: 400;
}

.popup-five .popup_main-content .popup-main-btn {
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    background-color: #29A19C;
    border-radius: 40px;
    text-decoration: none;
}

/* Popup-six */
.popup-six .popup_main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
    text-decoration: none;
}

.popup-six .popup_main-content .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.popup-six .popup_main-content .right-content {
    background-color: #930077;
    width: 50%;
    height: 100%;
    padding: 120px 15px;
    text-align: center;
    margin-left: 50%;
}

.popup-six .popup_main-content .right-content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.popup-six .popup_main-content h4 {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 400;
}

.popup-six .popup_main-content .right-content .popup-main-btn {
    padding: 15px 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #494949;
    border-radius: 40px;
    text-decoration: none;
}

/* syotimer css */
.popup-wrapper .syotimer__body {
    max-width: 420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.popup-wrapper .syotimer__body p {
    color: #fff;
}

.popup-wrapper .syotimer-cell {
    flex: 0 0 24%;
    padding-left: 10px;
    padding-right: 10px;
}

.popup-wrapper .syotimer-cell__value {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F3A52;
    border-radius: 10px;
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
    border: 0;
}

.popup-wrapper .syotimer-cell__value:after {
    content: none;
}

.popup-wrapper .syotimer-cell__unit {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

/*Large Device*/
@media only screen and (min-width: 1200px) and (max-width : 1400px) {}

/*Large Device*/
@media only screen and (min-width: 992px) and (max-width : 1199px) {}

/*Medium Device*/
@media only screen and (min-width: 768px) and (max-width : 991px) {

    .popup-one .popup_main-content h1,
    .popup-three .popup_main-content .right-content h1,
    .popup-four .popup_main-content .right-content h1,
    .popup-five .popup_main-content h1,
    .popup-six .popup_main-content .right-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .popup-wrapper {
        max-width: 720px;
    }

    .popup-two .popup_main-content .subscribe-form,
    .popup-four .popup_main-content .subscribe-form {
        padding: 0 15px;
    }

    .popup-one,
    .popup-two {
        padding: 80px 30px;
    }

    .syotimer__body {
        margin-bottom: 0px;
    }

    .syotimer-cell {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 991px) {
    .popup-wrapper .syotimer-cell {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width : 768px) {
    .popup-four .popup_main-content .left-bg {
        width: 100%;
        height: 250px;
        min-height: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .popup-wrapper {
        max-width: 500px;
    }

    .popup-five .popup_main-content {
        text-align: center;
        padding: 50px 15px;
    }

    .popup-one,
    .popup-two {
        padding: 30px 15px;
    }

    .popup-one .popup_main-content,
    .popup-two .popup_main-content {
        padding: 20px 15px;
    }

    .popup-one .popup_main-content .main-btn {
        padding: 15px 30px;
    }

    .popup-three .popup_main-content .right-content,
    .popup-four .popup_main-content .right-content,
    .popup-six .popup_main-content .right-content {
        width: 100%;
        padding: 10px;
        padding-bottom: 20px;
        padding-top: 30px;
    }

    .popup-four .popup_main-content .right-content p {
        display: none;
    }

    .popup-four .popup_main-content .subscribe-form .form_control {
        height: 30px;
        font-size: 20px;
    }

    .popup-two .popup_main-content .subscribe-form,
    .popup-four .popup_main-content .subscribe-form {
        padding: 0 15px;
    }

    .popup-two .popup_main-content .subscribe-form .form_control,
    .popup-four .popup_main-content .subscribe-form .form_control {
        font-size: 15px;
        padding: 20px !important;
    }

    .popup-two .popup_main-content h1,
    .popup-one .popup_main-content h1,
    .popup-three .popup_main-content .right-content h1,
    .popup-four .popup_main-content .right-content h1,
    .popup-five .popup_main-content h1,
    .popup-six .popup_main-content .right-content h1 {
        font-size: 24px !important;
        line-height: 34px;
    }

    .popup-six .popup_main-content .right-content {
        margin-left: 0%;
    }

    .syotimer__body {
        max-width: 380px;
        margin-bottom: 0px;
    }

    .syotimer-cell {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}

/* Mobile Devices, Tablets */
@media only screen and (max-width: 400px) {
    .popup-wrapper {
        max-width: 300px;
    }

    .syotimer__body {
        max-width: 300px;
        margin-bottom: 0px;
    }

    .syotimer-cell {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
}

/* Wide mobile Devices */
@media only screen and (min-width: 401px) and (max-width : 767px) {
    .popup-wrapper {
        max-width: 380px;
    }
}

/* wide mobile devices */
@media only screen and (min-width: 401px) and (max-width : 767px) {
    .popup-wrapper {
        max-width: 380px;
    }
}

/* popup css end */
.social-media-modal .actions .action-btn a i {
    --size: 35px;
    display: block;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    border-radius: 50%;
    text-align: center;
    margin-inline: auto;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    background-color: var(--color-primary);
}

.social-media-modal .actions {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: space-between;
    font-size: 14px;
}

/* ----------------------------------------- Shop Single CSS ----------------------------------------- */
.products-modal .btn-groups {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.products-modal .product-modal-gallery {
    position: relative;
}

.products-modal .product-modal-single-slider .slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: var(--color-primary);
    background: var(--color-white);
}

.products-modal .product-modal-single-slider .slider-btn.slider-btn-prev {
    left: 0;
}

.products-modal .product-modal-single-slider .slider-btn.slider-btn-next {
    right: 0;
}

.product-modal-single-slider .img-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    position: static;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.product-modal-single-slider .img-pagination img {
    flex: 0 0 auto;
    max-width: calc(100% / 3 - 10px);
    border-radius: 5px;
}

.products-modal .product-modal-thumb {
    margin-inline: auto;
    margin-top: 10px;
    z-index: 5;
}

.products-modal .product-modal-thumbnails .thumbnail-img {
    cursor: pointer;
    border: 1px solid var(--color-primary);
}

.products-modal .product-modal-thumbnails .thumbnail-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.products-modal .product-price span {
    display: inline-block;
}

.products-modal .product-price {
    gap: 5px;
}

.products-modal .product-price .h6 {
    color: var(--color-medium);
    text-decoration: line-through;
}

body.modal-open .mfp-bg {
    z-index: 1092;
}

body.modal-open .mfp-wrap {
    z-index: 1093;
}

.modal-header .btn-close {
    margin-inline-start: auto;
    margin-inline-end: 0;
}

.show-more {
    cursor: pointer;
}

/* ----------------------------------------- Ratings CSS ----------------------------------------- */
.ratings {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-inline-start: -3px;
    gap: 5px;
}

.ratings .rate {
    background-position: 0 -13px;
    background-repeat: repeat-x !important;
    height: 13px;
    transition: all 0.5s ease-out 0s;
    width: 90px;
}

.ratings .rating-icon {
    background-position: 0 0;
    background-repeat: repeat-x !important;
    height: 13px;
}

.ratings .ratings-total {
    font-size: 12px;
    line-height: 1;
}

.ratings.size-md .rate {
    background-position: 0 -15px;
    height: 15px;
    width: 115px;
}

.ratings.size-md .rating-icon {
    height: 15px;
}

.ratings.size-md .ratings-total {
    font-size: 14px;
}

.ratings.size-lg .rate {
    background-position: 0 -20px;
    height: 20px;
    width: 145px;
}

.ratings.size-lg .rating-icon {
    height: 20px;
}

.ratings.size-lg .ratings-total {
    font-size: 16px;
}

/* ----------------------------------------- Telegram Button CSS ----------------------------------------- */
.floating-btns {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 150px;
    z-index: 402;
}

@media(max-width : 768px) {
    .floating-btns {
        transform: scale(0.7);
        bottom: 200px;
    }
}

.telegram-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100;
}

.facebook-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100;
}

.floating-wpp:not(.whatsapp-btn-1) {
    position: relative;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
}

.floating-wpp .floating-wpp-popup.active {
    right: 0;
}

.whatsapp-btn-1.floating-wpp {
    left: unset;
    right: 15px;
    z-index: 402;
}

.widget-visible iframe {
    bottom: 100px !important;
}

.request-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000007a;
    z-index: 10000;
    display: none;
}

.request-loader img {
    position: fixed;
    display: none;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.request-loader.show {
    display: block;
}

.request-loader.show img {
    display: block;
}

.pagination.pagination-item {
    margin-right: 15px;
}

.bg-facebook {
    color: #fff;
    background: #4267B2;
}

.bg-google {
    color: #fff;
    background: #DB4437;
}

/*---========================= Start Cookie Alert =========================---*/
.cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #262938;
    z-index: 99999;
    animation: slideUp .4s linear;
    transition: bottom 2s linear;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.cookie-consent.hide {
    bottom: -100%;
}

.cookie-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.cookie-consent__agree {
    padding: 5px 16px;
    border: none;
    background-color: var(--color-primary);
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
}

p.cookie-consent__message {
    background-color: transparent !important;
    font-size: 14px;
    color: #fff;
}

.js-cookie-consent .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.js-cookie-consent p.cookie-consent__message {
    margin: unset !important;
}

.cookie-consent {
    padding: 20px 20px !important;
    bottom: 0;
}

.cookie-consent .mt-2 {
    margin-top: 0 !important;
}

.js-cookie-consent>div {
    max-width: 1200px;
    margin-inline: auto;
}

.leaflet-pane.leaflet-shadow-pane {
    display: none;
}

/* ----------------------------------------- Choose CSS ----------------------------------------- */
.choose-area {
    position: relative;
    overflow: hidden;
}

.choose-area .info-list {
    -webkit-border-start: 5px solid var(--color-primary);
    border-inline-start: 5px solid var(--color-primary);
}

.choose-area .info-list>div {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.choose-area .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 42px;
    color: var(--color-primary);
    box-shadow: 0px 8px 20px rgba(39, 39, 39, 0.08);
    border-bottom: 1px solid var(--color-primary);
}

.choose-area .card-content {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.choose-area .shape {
    position: absolute;
    top: 100px;
    left: 0;
    height: calc(100% - 200px);
    z-index: -1;
    overflow: hidden;
}

.choose-area .shape img {
    border-radius: 0 30px 30px 0;
    height: 100%;
}

.choose-2 .info-list {
    -webkit-border-start: unset;
    border-inline-start: unset;
}

.choose-2 .info-list>div {
    -webkit-padding-start: unset;
    padding-inline-start: unset;
}

.choose-3 .info-list {
    -webkit-border-start: unset;
    border-inline-start: unset;
    border: 2px solid var(--color-primary);
    padding: 0 25px 30px;
}

.choose-3 .info-list>div {
    -webkit-padding-start: unset;
    padding-inline-start: unset;
}

.choose-3 .card-icon {
    border: unset;
    width: 60px;
    height: 60px;
    font-size: 42px;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    box-shadow: unset;
}

.choose-3 .card-icon i {
    -webkit-margin-end: -40px;
    margin-inline-end: -40px;
}

/* ----------------------------------------- Steps CSS ----------------------------------------- */
.steps-area {
    position: relative;
    overflow: hidden;
}

.steps-area .card {
    -webkit-margin-start: 100px;
    margin-inline-start: 100px;
    margin-top: 50px;
    border: 1px solid var(--border-color);
    background-color: var(--color-white);
    transition: all 0.3s;
}

.steps-area .card .card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 42px;
    color: var(--color-primary);
    background-color: rgba(var(--color-primary-rgb), 0.1);
    transition: all 0.3s;
}

.steps-area .card .text-stroke {
    position: absolute;
    top: -50px;
    left: -100px;
    font-weight: 800;
    font-size: 100px;
    line-height: 1;
    opacity: 0.2;
    z-index: -1;
}

.steps-area .card:hover {
    border-color: transparent;
    border-bottom-color: var(--color-primary);
    box-shadow: var(--shadow-lg);
}

.steps-area .card:hover .card-icon {
    color: var(--color-white);
    background-color: var(--color-primary);
}

.purchase-message,
.booking-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.purchase-success,
.booking-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.purchase-success .icon,
.booking-success .icon {
    display: block;
    margin-bottom: 20px;
}

.purchase-success .icon i,
.booking-success .icon i {
    font-size: 60px !important;
}

.purchase-success h2,
.booking-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.purchase-success p,
.booking-success p {
    line-height: 26px;
}

td.title {
    min-width: 250px;
}

.header-area.header-1 .banner-filter-form .form-wrapper {
    max-width: 650px;
    margin: auto;
    box-shadow: 0px 0px;
    display: block;
    position: absolute;
    border: 1px solid;
    padding: 10px 20px;
    transition: all 0.5s ease-in-out;
}

.banner-filter-form .form-wrapper {
    display: block;
}

.header-area.header-1.aos-init.aos-animate.is-sticky .banner-filter-form .form-wrapper {
    display: block !important;
}

.header-area.header-1 .banner-filter-form .select2.js-example-basic-single1 {
    margin-left: 10px !important;
    outline: 0 !important;
}

@media(max-width : 1024px) {
    .header-area.header-1 .banner-filter-form .form-wrapper {
        display: none !important;
        opacity: 0;
    }
}

.select2-container--open .select2-dropdown--below {
    z-index: 10 !important;
}

.btn.btn-primary.new_heading {
    position: absolute !important;
    bottom: 40px !important;
    transition: all 0.3s ease;
}

.btn.btn-primary.new_heading:hover {
    color: var(--color-white);
    background-color: var(--color-primary);
    box-shadow: 0px 14px 35px rgba(var(--color-primary-rgb), 0.12);
    transition: background 0.3s ease-out;
    border: 1px solid var(--color-primary);
    z-index: 1;
    transform: scale(0.95);
}

@media(min-width : 1124px) {
    @keyframes slideUp {
        0% {
            margin: auto;
            width: fit-content;
            left: -50px;
            right: 0;
            transform: scale(1);
        }

        100% {
            top: -0px;
            margin: auto;
            width: fit-content;
            left: -100px;
            right: 0;
            transform: scale(0.85);
        }
    }

    .banner-filter-form.bgc {
        animation: slideUp 0.5s ease-in-out forwards;
        position: fixed;
        top: 15vh;
        z-index: 9999 !important;
        transform: scale(0.95);
    }
}

.vendor-area {
    padding-top: 0px !important;
}

.page-title-area {
    padding-top: 0px;
    padding-bottom: 50px;
}

@media(min-width : 1110px) {
    @keyframes slideUp {
        0% {
            margin: auto;
            width: fit-content;
            left: -50px;
            right: 0;
            transform: scale(1);
        }

        100% {
            top: -0px;
            margin: auto;
            width: fit-content;
            left: -180px;
            right: 0;
            transform: scale(0.95);
        }
    }

    .banner-filter-form.bgc {
        animation: slideUp 0.5s ease-in-out forwards;
        position: fixed;
        top: 15vh;
        z-index: 9999 !important;
        transform: scale(0.95);
    }
}

html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    height: 80px;
    background: white;
}

.banner-filter-form.bgc .form-wrapper {
    box-shadow: 0px 0px;
    background: transparent !important;
}

.banner-filter-form.bgc .form-wrapper form {
    background: white;
    border-radius: 20px;
    margin-top: 10px;
}

.list-group-index {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.list-group-index .list-item-index {
    padding: 10px 5px;
    padding-bottom: 40px;
}

.home_banner_explorearw {
    position: absolute;
    left: 0;
    right: 0;
    min-width: 26px;
    height: 26px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home_banner_exploretxt {
    width: 0;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    text-align: end;
    transition: all .3s linear;
}

.home_banner_explorearw {
    display: inline-block;
    font-weight: 500;
    width: 8px;
    height: 14px;
    background: url(https://akam.cdn.jdmagicbox.com/images/icontent/newwap/web2022/web_whiteright_arrow.svg) no-repeat;
    /* margin: 0 2px 0 2px; */
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 10px;
    padding: 15px;
    background-position: center;
}

.home_banner_explore {
    position: absolute;
    bottom: -65px;
    left: 0;
    min-width: 36px;
    height: 36px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    background-color: rgb(38, 84, 161);
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.explore_a:hover .home_banner_exploretxt {
    width: 80px;
    padding: 0 0 0 5px;
    padding-right: 10px;
}

.explore_a {
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.lazyloaded.blur-up {
    transition: all 0.5s ease;
    border-radius: 10px;
}

.banner-img .swiper-slide {
    overflow: hidden;
    border-radius: 20px;
}

.explore_a:hover .lazyloaded.blur-up {
    transform: scale(1.05);
}

.explore {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: flex;
    flex-direction: row;
    height: 50px;
}

.explore .explore_img {
    position: relative;
    left: 30px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.07) url(https://akam.cdn.jdmagicbox.com/images/icontent/newwap/web2022/web_whiteright_arrow.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.explore .explore_text {
    top: -8px;
    position: relative;
    left: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    /* Adjust color as needed */
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    border-radius: 50%;
    /* Make buttons circular */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    /* Adjust icon size */
}

.swiper-button-next {
    right: 10px;
    /* Adjust position as needed */
}

.swiper-button-prev {
    left: 10px;
    /* Adjust position as needed */
}

.banner-img img {
    border-radius: 10px;
}

.swiper-wrapper .explore_categories {
    width: 200px;
    min-width: 200px;
}

.explore_categories_head {
    display: flex;
    flex-wrap: wrap;
}

.explore_category {
    display: flex;
    flex-wrap: wrap;
    max-width: 89vw;
}

.explore_category_slide {
    width: 190px;
    margin-right: 25px;
    max-height: 200px;
    margin-bottom: 30px;
}

@media(max-width : 768px) {
    .explore_category_slide {
        width: 115px;
        margin: auto;
        max-height: 200px;
        margin-bottom: 30px;
    }

    .explore_category {
        min-width: 95vw;
    }

    .category-area .category-item {
        padding: 5px;
    }

    .counter-area {
        max-width: 100vw;
        margin: auto;
    }

    .counter-area .container .row .col-12.col-lg-3 {
        margin: auto !important;
    }

    .category-area .category-item .category-icon {
        font-size: 1px;
    }

    .category-area .category-item .category-icon i {
        font-size: 25px;
    }

    .category-area.category-1 .category-item .category-icon {
        margin-bottom: 0px;
        width: 26px;
        height: 26px;
    }

    .category-area.category-1 .category-item .category-icon::after {
        display: none;
    }

    .category-area.category-1 .category-item .category-title {
        font-size: 7px;
        margin-top: 5px;
        font-weight: 600;
    }

    .category-area.category-1 .category-item {
        height: fit-content;
        min-height: auto;
        padding: 1px;
        border-radius: 5px !important;
        background-color: white;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .category-area .category-item {
        background-color: transparent;
    }

    .hero-banner.hero-banner-1.header-next.border-top {
        padding-top: 0px;
    }

    .hero-banner.hero-banner-1 .content-left h1 {
        font-size: 20px !important;
        text-align: center;
        margin-top: 10px;
    }

    .hero-banner.hero-banner-1 .content-left {
        padding-block: 3px !important;
    }

    .banner-filter-form .form-wrapper {
        padding-top: 5px;
        padding-bottom: 0px !important;
    }
}

@media(max-width : 840px) {
    .category-area .category-item {
        padding: 8px;
    }

    .category-area .category-item .category-icon {
        font-size: 1px;
    }

    .category-area .category-item .category-icon i {
        font-size: 25px;
    }

    .category-area.category-1 .category-item .category-icon {
        margin-bottom: 0px;
        width: 28px;
        height: 28px;
    }

    .category-area.category-1 .category-item .category-icon::after {
        display: none;
    }

    .category-area.category-1 .category-item .category-title {
        font-size: 6px;
        margin-top: 5px;
        font-weight: 600;
    }

    .top-banne {
        margin-top: 30px !important;
    }

    .category-area.category-1 .category-item {
        height: fit-content;
        min-height: auto;
        padding: 1px;
        border-radius: 5px !important;
        background-color: white;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    }

    .category-area .category-item {
        background-color: transparent;
    }

    /* .page-title-area {
        padding-block: 90px !important;
    } */
}

.popular-searches .search-img .ls-is-cached.lazyloaded {
    min-height: 300px;
}

.popular-searches .product-default {
    min-height: 200px;
    background: transparent;
}

.popular-searches .lazy-container {
    overflow: auto;
}

.categories-area {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.category-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
}

.categories-list {
    padding: 10px;
    font-size: 15px;
}

.category-icon i {
    font-size: 20px;
    color: #FF7400;
}

.category-title {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
}

.sidemenu_heading {
    padding: 10px 15px;
    /* Adjust padding as necessary */
    margin-top: 20px;
    padding-top: 40px;
    border-bottom: 1px solid #ddd;
    /* Optional: add a bottom border for visual separation */
}

.categories-area .row {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

.sidemenu_title {
    display: flex;
    align-items: center;
}

.side_menu_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    /* Adjust width as necessary */
    height: 24px;
    /* Adjust height as necessary */
}

.sidemenu_title h2 {
    margin-bottom: 0;
    font-size: 18px;
    /* Adjust font size as necessary */
    font-weight: 600;
    /* Adjust font weight as necessary */
}

.sidemenu_searchbox {
    display: flex;
    padding: 0;
    align-items: center;
    background-color: #fff;
    /* Optional: background color for the search box */
    border: 1px solid #ddd;
    /* Optional: border for the search box */
    border-radius: 4px;
    /* Optional: rounded corners for the search box */
}

.sidemenu_search_input {
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: #111;
}

.sidemenu_search_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    /* Adjust width as necessary */
    height: 24px;
    /* Adjust height as necessary */
    margin-left: 8px;
    /* Adjust margin between input and icon */
}

.pointer {
    cursor: pointer;
}

.mr-2 {
    margin-right: 8px;
}

.ml-2 {
    margin-left: 8px;
    padding-right: 30px;
}

.news-area {
    padding-top: 10px;
    border-top: 1px solid #ccc;
    min-height: 30vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.news-area .news_letter {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.news-area .tags.first p {
    background-color: #0061DF;
}

.news-area .tags p {
    background-color: #FF7400;
    border: 0;
    padding: 5px 20px;
    border-radius: 10px;
    color: white;
}

.news_letter_card_area .news_letter_card {
    display: flex;
    background-color: #ffe9d7;
    padding: 10px;
    padding-left: 10px;
    border-radius: 15px;
    width: 95%;
}

.news_letter_card_area .news_letter_card .news_card_text .heading {
    width: fit-content;
    font-size: 14px;
    font-weight: 600;
}

.news_letter_card_area .news_letter_card .news_img img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
}

.News_Grid {
    background-color: #f2f9fb;
    padding: 40px;
}

.NewsGrid_news_heading__B4i8m {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.News_Grid .NewsGrid_related_list {
    display: inline-grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(calc((100%/3) - 15px), 1fr));
    grid-gap: 20px;
    margin-top: 20px
}

.NewsGrid_news_headtext {
    min-height: 38px
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) and (-webkit-min-device-pixel-ratio:2) {
    .News_Grid .NewsGrid_related_list {
        grid-template-columns: repeat(2, minmax(calc((100%/2) - 15px), 1fr))
    }
}

@media only screen and (orientation: portrait) and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) and (-webkit-min-device-pixel-ratio:2) {
    .News_Grid .NewsGrid_related_list {
        grid-template-columns: repeat(2, minmax(calc((100%/2) - 15px), 1fr))
    }
}

@media only screen and (orientation: landscape) and (min-device-width:768px) and (max-device-width:1024px) and (-webkit-min-device-pixel-ratio:1) and (-webkit-min-device-pixel-ratio:2) {
    .News_Grid .NewsGrid_related_list {
        grid-template-columns: repeat(2, minmax(calc((100%/2) - 15px), 1fr))
    }
}

.NewsCard_related_item {
    display: inline-flex;
    width: 100%;
    align-items: center;
    position: relative;
    flex-flow: row nowrap;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    background: #fff
}

.NewsCard_related_item_image {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    flex: none;
    border-radius: 5px
}

.NewsCard_related_image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0
}

.NewsCard_related_play_icon {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1
}

.NewsCard_related_item_content {
    line-height: 1.45;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 100%;
    height: 100%;
    padding-left: 10px;
    position: relative
}

.NewsCard_related_item_author {
    display: inline-flex;
    align-items: center;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 0;
    left: 10px
}

.NewsCard_related_item {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.NewsCard_related_item_channel {
    max-width: 60%
}

.NewsCard_related_author {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    flex: 1 1 100%;
    max-width: calc(100% - 60px)
}

.NewsCard_related_action {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    flex: none
}

.NewsCard_related_item_dot {
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px;
    flex: none
}

.NewsCard_videos_play_icon {
    background-image: url(https://akam.cdn.jdmagicbox.com/images/icontent/newwap/web2022/play-button.svg);
    height: 25px;
    width: 25px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1
}

@media(max-width : 768px) {
    .News_Grid {
        padding: 0px;
    }

    .News_Grid .NewsGrid_related_list {
        display: flex;
    }

    .NewsCard_related_item_channel {
        font-size: 10px;
    }

    .NewsCard_related_item {
        font-size: 10px;
    }

    .NewsCard_related_item {
        white-space: unset;
    }

    .NewsCard_related_author {
        max-width: unset;
    }

    .home_banner_explore {
        bottom: -20px;
    }

    .category-area.category-1.pb-100 {
        padding-bottom: 20px;
    }

    .city-area .card .card-img {
        border-radius: 10px;
    }

    .category-area .pt-30 {
        padding-top: 0 !important;
    }

    .product-default .product-details .product-top {
        display: flex;
        flex-wrap: wrap;
    }

    .product-default .product-title {
        font-size: 14px;
    }

    .product-default .product-details {
        max-height: 350px;
        overflow-y: scroll;
    }

    .card_footer {
        margin-bottom: 0px !important;
    }

    .social-media-modal .actions {
        overflow-y: scroll;
    }

    .product-default .product-details.card h6 {
        font-size: 12px;
        text-align: center !important;
    }

    .listing_row .product-default .product-details h6 {
        font-size: 18px;
        text-align: start !important;
    }

    .product-default .product-details h6 {
        width: fit-content;
    }

    .product-default.featured .author img {
        width: 20px;
        height: 20px;
    }

    .product-default.featured .product-category {
        text-align: center;
        font-size: 10px !important;
    }

    .product-default.featured .product-details {
        text-align: center;
        background-color: transparent;
    }

    .product-default.featured .product-details .product-top {
        justify-content: center;
    }

    .product-default.featured .ratings {
        justify-content: center;
    }

    ::-webkit-scrollbar {
        width: 2px;
    }

    .popular-searches .product-default {
        min-height: auto;
    }

    .popular-searches .search-img .ls-is-cached.lazyloaded {
        min-height: 150px;
        border-radius: 0px;
    }

    .product-price .btn.btn-primary {
        border-radius: 10px;
    }
}

.swiper-slide .lazyloaded.blur-up {
    border-radius: 10px;
}

@media(max-width : 560px) {
    .city-area .card::before {
        background-color: transparent;
    }

    .footer-area .copy-right-area {
        display: none;
    }

    .card .card-title {
        font-size: 0.6rem;
    }

    .listing-single .product-single-details h2.product-title {
        text-align: center;
        font-size: 21px;
    }

    .popup-content1 {
        width: 90% !important;
    }

    .section-title.title-center .title {
        font-size: 20px;
    }

    .category-area.category-1.pb-100 {
        padding-bottom: 0px;
    }

    .section-title.title-inline {
        margin-bottom: 0px !important;
    }

    .city-area.spacer-negative {
        padding-bottom: 10px;
    }

    .product-area {
        padding-top: 10px !important;
    }

    .section-title.title-inline {
        display: block;
        text-align: center;
        font-size: 20px;
    }

    .section-title .title,
    .content-title h2 {
        font-size: 20px;
        text-align: center !important;
    }

    .tab-content .tab-pane h3 {
        font-size: 14px;
        text-align: center;
    }

    .listing-single .product-single-details .product-desc p:last-child {
        text-align: center;
    }

    .popular-searches {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }

    .header-area .main-responsive-nav>div {
        justify-content: space-between;
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        height: 60px;
    }

    .header-area .main-responsive-nav .logo i {
        color: white !important;
        background-color: var(--color-primary) !important;
        padding: 10px;
        border-radius: 5px;
    }

    .footer-area .footer-widget ul {
        border: 0;
        background-color: transparent;
    }

    .hero-banner.hero-banner-1.header-next.border-top {
        margin-top: 0px !important;
        padding-top: 0px;
    }

    .footer-mobile .footer-widget .footer_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        text-align: center;
    }

    .footer-mobile .dropdown-toggle::after {
        margin-top: -20px;
        margin-left: 10px;
        font-size: 30px;
        color: #757575;
    }

    .footer-area .footer-widget h3 {
        text-transform: capitalize;
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .footer-area .footer-widget {
        margin-bottom: 15px;
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        text-align: justify;
    }

    .footer-area .down_class {
        transition: all 0.5s ease-in-out;
    }

    .down_class {
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .down_class.down {
        transform: rotate(90deg);
        transition: all 0.5s;
    }

    .footer-area .heading {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
    }

    .footer-area .heading i {
        color: #777;
    }
}

.product-default,
.featured.product-default {
    background-color: rgba(var(--color-primary-rgb), 0.04) !important;
}

.featured.product-default .product-details {
    background-color: transparent !important;
}

.footer_mobile {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    opacity: 0;
    z-index: 1000;
    transition: all 0.5s ease;
    background-color: white;
}

.footer_mobile.active {
    opacity: 1;
    transform: none;
}

.gallery-popup .ratio::before {
    padding-bottom: 56.25%;
}

.footer_mobile:hover {
    transform: translateY(-3px);
}

.footer_mobile .icon {
    color: black;
}

.footer_mobile .block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

.footer_mobile .block .text {
    font-size: 10px;
}

.footer_mobile .block.active .icon {
    color: #FF7400;
}

#category-slider-2-new img {
    width: 200px;
    height: 150px;
    overflow: hidden;
    object-fit: cover;
    -o-object-fit: cover;
}

.blog_card {
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}

.blog-area .card img {
    border-radius: 20px;
}

.blog-area .card .content {
    padding-top: 10px;
}

@media(max-width : 768px) {
    .blog-area .card .card-title {
        font-size: 15px;
    }

    .blog-area .card .card-title {
        margin-bottom: 5px;
    }

    .footer-top {
        padding-bottom: 60px !important;
    }

    .widget-banner .ad-banner img {
        width: 100% !important;
    }

    .listing-single .widget-banner .ad-banner img {
        width: 100% !important;
        border-radius: 4px;
    }
}

.usefull_links {
    width: fit-content;
    border-radius: 20px;
}

.footer_mobile_1 {
    bottom: 50px;
    width: 60%;
    margin: auto;
    right: 0;
    border-radius: 20px 0 0 0px;
    padding: 10px;
    transform: scale(0) !important;
    display: flex;
    justify-content: end;
    transition: all 0.3s ease;
    vertical-align: middle;
}

.footer_mobile_1 .row {
    display: flex;
    justify-content: space-around;
    padding-right: 10px;
}

.footer_mobile_1.more {
    transform: scale(1) !important;
}

.footer_categories {
    width: fit-content;
    padding: 0px 3px;
    font-family: "Poppins", sans-serif;
}

.category-item.all_cities {
    padding: 0 3px;
}

.footer_categories .category-title {
    font-family: "Poppins", sans-serif;
}

.card_footer {
    margin-top: 10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}

.card_footer img {
    width: 35px;
}

.card_footer .enquiry .btn-primary {
    border-radius: 50px;
    transform: scale(0.9);
}

.dropdown_footer {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
}

.contacts .btn.btn-primary {
    border-radius: 20px;
    color: white;
    -webkit-text-fill-color: white;
    padding: 10px 20px;
}

.dropdown_footer .contacts .enquiry .btn.btn-primary-new {
    background-color: #0061DF;
    border-radius: 5px;
    color: white;
    -webkit-text-fill-color: white;
    padding: 10px 20px;
}

.dropdown_footer .close_icon {
    display: flex;
    justify-self: end;
    position: absolute;
    margin: auto;
    right: 40px;
    top: -45px;
    padding: 15px;
    border-radius: 5px 5px 0 0;
    background-color: white;
}

@media(max-width : 768px) {
    .dropdown_footer .close_icon {
        padding: 5px 10px;
        top: -35px;
    }
}

.dropdown_footer .close_icon i {
    font-size: 25px;
}

.dropdown_footer {
    display: none;
    /* Hidden initially */
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    /* Adjust as needed */
    z-index: 10000;
    padding: 15px;
    /* Add some padding for better appearance */
}

.dropdown_footer .row {
    display: flex;
    flex-wrap: wrap;
}

.dropdown_footer .contacts {
    justify-content: center;
}

.dropdown_footer .btn {
    margin-bottom: 10px;
    /* Add some margin for spacing */
    font-weight: 500;
}

.dropdown_footer .whatsapp_icon {
    width: 60px;
}

.dropdown_footer .whatsapp_icon img {
    max-height: 35px;
}

@media(max-width : 768px) {
    .dropdown_footer .whatsapp_icon {
        width: 20px;
        display: inline-block;
    }

    .dropdown_footer .btn {
        margin-bottom: 0px !important;
    }

    .dropdown_footer .ratings {
        justify-content: center;
    }
}

.dropdown_footer #copyUrlButton {
    font-size: 30px;
    margin-left: 10px;
    cursor: pointer;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: inherit;
}

.dropdown_footer .btn-primary-new {
    margin-top: 10px;
    /* Add some margin for spacing */
}

.close_icon {
    text-align: right;
    cursor: pointer;
}

.close_icon i {
    font-size: 20px;
}

@media (min-width: 992px) {
    .dropdown_footer .padding {
        padding: 10px 100px;
    }

    .dropdown_footer .contact_row {
        bottom: 0;
        margin: auto;
        position: relative;
    }

    .dropdown_footer .col-4 {
        display: flex;
        justify-content: end;
    }

    .dropdown_footer .col-4.enquiry {
        display: flex;
        justify-content: start;
        padding-left: 20px;
    }

    .dropdown_footer .btn {
        width: auto;
        /* Reset button width on large screens */
        margin-bottom: 0;
        /* Reset margin on large screens */
    }

    .dropdown_footer .btn-primary-new {
        margin-top: 0;
        /* Reset margin on large screens */
    }

    .categories_list {
        text-align: justify;
        justify-content: space-between;
        align-items: center;
    }

    

    .cities_row {
        text-align: justify;
        justify-content: flex-start;
        align-items: center;
        gap: 8px 16px;
    }
}

@media(max-width : 562px) {
    .dropdown_footer .head_name h1 {
        font-size: 20px !important;
    }

    .dropdown_footer #copyUrlButton {
        font-size: 20px;
    }

    #category-slider-2-new img {
        width: 100px;
        height: 100px;
    }
}

.contact_row .contacts .btn-primary_new {
    font-size: 15px;
}

/* Popup form styles */
.popup-form {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
}

.popup-form-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    /* Maximum width */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.popup-form-content h2 {
    margin-top: 0;
}

.popup-form-content input,
.popup-form-content textarea {
    width: 100%;
    padding: 10px;
    margin: 5px 0 20px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.popup-form-content button {
    background-color: #4CAF50;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.popup-form-content button:hover {
    background-color: #45a049;
}

/* Close button */
.close-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Responsive styles */
@media screen and (max-width: 600px) {
    .popup-form-content {
        width: 90%;
        /* Adjust width for smaller screens */
    }
}

.popup-form input:focus::-webkit-input-placeholder,
.popup-form textarea:focus::-webkit-input-placeholder {
    font-size: .75em;
    position: relative;
    top: -15px;
    transition: 0.2s ease-out;
}

.popup-form input::-webkit-input-placeholder,
.popup-form textarea {
    transition: 0.2s ease-in;
}

.popup-form input[type="text"]:focus,
.popup-form input[type="password"]:focus,
.popup-form textarea:focus {
    height: 50px;
    padding-bottom: 0px;
    transition: 0.2s ease-in;
}

.popup-form input[type="text"],
.popup-form input[type="password"],
.popup-form textarea {
    height: 50px;
    transition: 0.2s ease-in;
}

.dropdown_footer .padding {
    left: 20px;
    right: 20px;
    top: 15px;
    position: relative;
}

.dropdown_footer {
    margin-top: 10px;
}

.contact_row .contacts .btn-primary_new {
    background-color: #FF7400;
    border-radius: 50px;
    -webkit-text-fill-color: white;
}

.card_footer.row .phone .phone_number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_footer.row .phone .show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    margin-left: -70px;
    background-color: inherit;
    transition: all 0.5s ease-in-out;
}

.card_footer.row .phone .show_more.active {
    display: none !important;
}

.card_footer.row .phone {
    background-color: var(--color-primary);
    height: 35px;
    border-radius: 10px;
    -webkit-text-fill-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.85);
}

@media(min-width : 1024px) {
    .news-area {
        margin-top: 100px;
    }
}

.contact_row .enquiry .icons i {
    font-size: 20px;
}

.contact_row .contacts .btn-primary_new {
    width: fit-content;
    height: fit-content;
}

.dropdown_footer .contacts .enquiry .btn-primary-new {
    width: fit-content;
    height: fit-content;
    background-color: #0061DF;
    color: white;
    -webkit-text-fill-color: white;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}

@media(max-width : 768px) {
    .btn-primary_new {
        margin-bottom: 0px !important;
    }

    .vendor-area.pt-100.pb-75 {
        padding-top: 0px !important;
    }

    /* .page-title-area {
        padding-block: 90px !important;
    } */
}

.dropdown_footer .padding_new .btn-primary_new {
    background-color: var(--color-primary) !important;
    color: white;
    -webkit-text-fill-color: white;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 15px;
}

.vendor-area .card .card-details {
    display: none !important;
}

.vendor-area .card .card-info-area .card-info .title {
    text-align: center;
}

.dropdown_footer .padding_new {
    /* padding: 20px 50px; */
}

.dropdown_footer .icons {
    justify-content: start;
    align-items: center
}

.dropdown_footer .enquire_buttons {
    align-items: center;
    justify-content: end;
}

.dropdown_footer .enquire_buttons .btn-primary_new {
    margin-left: 20px;
}

.dropdown_footer .icons a {
    font-size: 25px;
    color: #efd300 !important;
}

.dropdown_footer .icons button {
    font-size: 25px;
    color: #efd300 !important;
}

@media(max-width : 768px) {
    .dropdown_footer .contacts .enquiry .btn.btn-primary-new {
        font-size: 10px;
    }

    .contact_row .contacts .btn-primary_new {
        font-size: 10px;
    }

    .dropdown_footer {
        padding-top: 0;
    }

    .dropdown_footer .icons a {
        font-size: 20px;
    }

    .dropdown_footer .icons a img {
        min-width: 25px;
    }

    .dropdown_footer .padding_new {
        padding: 10px;
        text-align: center;
    }

    .pagination:not(div.dataTables_paginate .pagination) .page-link {
        height: 30px !important;
    }

    .vendor-area .card .card-info-area {
        justify-content: start !important;
        text-align: start;
    }

    .vendor-area .card .card-info-area {
        flex-direction: row !important;
    }

    .vendor-area .card .card-info-area .btn-md {
        padding: 5px;
        width: fit-content !important;
    }

    .vendor-area .card .card-info-area .card-info .title {
        font-family: "poppins", sans-serif;
        text-transform: capitalize;
        text-align: start;
        font-size: 12px;
    }

    .btn-lg,
    .btn-md {
        font-size: 10px !important;
    }

    .dropdown_footer .head_name h4 {
        font-size: 15px;
        font-family: "Poppins", sans-serif;
    }

    .dropdown_footer .icons.row a {
        font-size: 10px;
    }

    .dropdown_footer .btn-primary_new {
        font-size: 10px !important;
    }

    .dropdown_footer .btn-primary-new {
        font-size: 10px;
    }

    .dropdown_footer .footer_icons {
        font-size: 10px;
    }

    .pagination:not(div.dataTables_paginate .pagination) .page-link {
        /* padding: 1px; */
    }
}

@media(min-width : 1024px) {
    .dropdown_footer .contacts .enquiry .btn-primary-new {
        top: 10px;
        position: relative;
    }
}

.popup-content1.with_ad {
    width: 60%;
}

@media(min-width : 1024px) {
    .footer_categorie.heading {
        margin-left: -10px;
    }

    .footer_cities.heading {
        margin-left: -10px;
    }
}

.padding_new.show {
    display: none;
}

.dropdown_footer .close_icon i.active {
    transform: rotate(180deg);
}

/* timed popup section jerry */
.popup1 {
    display: none !important;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
}

.popup-content1 {
    background-color: #fefefe;
    margin: auto;
    /* 15% from the top and centered */
    position: fixed;
    height: fit-content;
    top: 0%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    right: 0;
    padding: 20px;
    border: 1px solid #888;
    width: 45%;
    /* Could be more or less, depending on screen size */
}

.popup-content1 img {
    border-radius: 10px;
}

.close-btn1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn1:hover,
.close-btn1:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.dropdown_footer.active {
    padding: 0 !important;
}

@media (min-width: 350px) and (max-width: 570px) {
    .listing-single .product-single-details .info-list li:not(:last-child) {
        padding-inline-end: 20px !important;
        margin: 0;
    }

    /* Jerry Made Changes for listings and image size starts */
    .listing_row .product-default .product-details h6 {
        font-size: 14px;
        text-align: start !important;
        white-space: nowrap;
        /* Prevent wrapping */
        overflow: hidden;
        /* Hide overflowed text */
        text-overflow: ellipsis;
        /* Optional: Adds ellipsis if the text overflows */
    }

    .product-default .product-details h6 {
        font-size: 14px;
        text-align: start !important;
        white-space: nowrap;
        /* Prevent wrapping */
        overflow: hidden;
        /* Hide overflowed text */
        text-overflow: ellipsis;
        /* Optional: Adds ellipsis if the text overflows */
    }

    .product-default .product-img .lazy-container .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensures the image covers the full container */
        display: block;
        /* Removes extra space below the image */
    }

    .product-default .product-img .lazy-container {
        width: 100%;
        height: auto;
        /* Ensures the container height grows dynamically */
    }

    /* for the baldge section */
    .veri {
        max-width: 40px !important;
    }

    .trust {
        max-width: 40px !important;
    }

    .resp {
        max-width: 40px !important;
    }

    .head-style {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* Jerry Made Changes for listings and image size Ends */
    /* Jerry added card design */
    .product-default .product-details {
        padding-bottom: 0px !important;
        padding-top: 5px;
    }

    .product-default .product-category {
        font-size: 8px;
    }

    .product-default .jerry {
        display: none;
    }

    .product-default .product-details .product-ratings {
        margin-bottom: 1px;
    }

    .card_footer.row .phone {
        background-color: #6339f5;
        height: 30px;
        border-radius: 10px;
        -webkit-text-fill-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0.85);
    }

    .card_footer {
        margin-top: 0px;
        margin-bottom: -10px;
        display: flex;
        align-items: center;
    }

    .card_footer.row .phone,
    .card_footer.row .listing,
    .card_footer.row .icon {
        border-radius: 4px;
        padding: 2px 2px;
        /* Reduce padding for smaller size */
        font-size: 10px;
        /* Make text smaller */
    }

    .card_footer.row .phone a,
    .card_footer.row .listing a,
    .card_footer.row .icon a {
        font-size: 11px;
        /* Reduce text size */
        padding: 2px 2px 2px 2px;
        /* Reduce button padding */
        display: inline-block;
        text-align: center;
    }

    .card_footer.row .listing a i,
    .card_footer.row .icon i {
        font-size: 10px;
        /* Make icons smaller */
        margin-right: 2px;
    }

    .card_footer.row .show_more {
        font-size: 11px;
        /* Make 'show more' text smaller */
    }

    .card_footer.row .phone .show_more {
        margin-left: -40px;
    }

    /* Ensure proper alignment */
    .card_footer.row .col-6,
    .card_footer.row .col-md-6,
    .card_footer.row .col-lg-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
}

@media(max-width : 568px) {
    .categories_list {
        display: none;
        transition: all 5s ease;
    }

    .categories_list.hide {
        display: flex;
        overflow: auto !important;
        transition: all 5s ease;
        justify-content: space-between;
    }

    .footer-links.row li {
        width: fit-content;
    }

    .all_cities {
        display: none;
        overflow: hidden;
    }

    .footer_categorie {
        padding: 10px;
    }

    .footer_cities {
        padding: 10px;
    }

    .cities_row {
        padding: 0 10px;
    }

    .footer_categorie {
        display: flex;
        justify-content: space-between;
    }

    .footer_cities {
        display: flex;
        justify-content: space-between;
    }

    .banner-filter-form.listing.mobile {
        top: 0;
        z-index: 999;
        margin-top: 0px !important;
        background-color: white;
    }

    .listing-single {
        margin-top: 0px !important;
    }

    .widget-banner .ad-banner img {
        border-radius: 2px;
    }

    .categorie_page input,
    .categorie_page button {
        border-radius: 5px !important;
    }

    .details_search {
        background-color: white;
        color: var(--color-primary);
        border: 0;
        box-shadow: 0px 0px;
    }

    .details_search i {
        font-size: 15px;
    }

    .banner-filter-form.listing.mobile .form-wrapper {
        box-shadow: 0px 0px;
    }

    .direction_li .direction_div .directions-link i {
        font-size: 20px;
    }

    /* .for_mobile{ width: 100vw; } */
    .for_mobile li {
        min-width: 50px;
    }

    .direction_li .direction_div .directions-link {
        display: block;
        height: fit-content;
        color: #757575;
        font-weight: normal;
    }

    .action-banner .content-title p.text-white {
        width: 100% !important;
    }

    .action-banner {
        height: 400px;
    }

    /* Jerry Made Changes for listings and image size starts */
    .listing_row .product-default .product-details h6 {
        font-size: 14px;
        text-align: start !important;
        white-space: nowrap;
        /* Prevent wrapping */
        overflow: hidden;
        /* Hide overflowed text */
        text-overflow: ellipsis;
        /* Optional: Adds ellipsis if the text overflows */
    }

    .product-default .product-details h6 {
        font-size: 14px;
        text-align: start !important;
        white-space: nowrap;
        /* Prevent wrapping */
        overflow: hidden;
        /* Hide overflowed text */
        text-overflow: ellipsis;
        /* Optional: Adds ellipsis if the text overflows */
    }

    .product-default .product-img .lazy-container .full-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensures the image covers the full container */
        display: block;
        /* Removes extra space below the image */
    }

    .product-default .product-img .lazy-container {
        width: 100%;
        height: auto;
        /* Ensures the container height grows dynamically */
    }

    /* for the baldge section */
    .veri {
        max-width: 40px !important;
    }

    .trust {
        max-width: 40px !important;
    }

    .resp {
        max-width: 40px !important;
    }

    .head-style {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    /* Jerry Made Changes for listings and image size Ends */
    /* Jerry added card design */
    .product-default .product-details {
        padding-bottom: 0px !important;
        padding-top: 5px;
    }

    .product-default .product-category {
        font-size: 8px;
    }

    .product-default .jerry {
        display: none;
    }

    .product-default .product-details .product-ratings {
        margin-bottom: 1px;
    }

    .card_footer.row .phone {
        background-color: #6339f5;
        height: 30px;
        border-radius: 10px;
        -webkit-text-fill-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: scale(0.85);
    }

    .card_footer {
        margin-top: 0px;
        margin-bottom: -10px;
        display: flex;
        align-items: center;
    }

    .card_footer.row .phone,
    .card_footer.row .listing,
    .card_footer.row .icon {
        border-radius: 4px;
        padding: 2px 2px;
        /* Reduce padding for smaller size */
        font-size: 10px;
        /* Make text smaller */
    }

    .card_footer.row .phone a,
    .card_footer.row .listing a,
    .card_footer.row .icon a {
        font-size: 11px;
        /* Reduce text size */
        padding: 2px 2px 2px 2px;
        /* Reduce button padding */
        display: inline-block;
        text-align: center;
    }

    .card_footer.row .listing a i,
    .card_footer.row .icon i {
        font-size: 10px;
        /* Make icons smaller */
        margin-right: 2px;
    }

    .card_footer.row .show_more {
        font-size: 11px;
        /* Make 'show more' text smaller */
    }

    .card_footer.row .phone .show_more {
        margin-left: -40px;
    }

    /* Ensure proper alignment */
    .card_footer.row .col-6,
    .card_footer.row .col-md-6,
    .card_footer.row .col-lg-3 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    .product-single-details.new {
        border-radius: 20px;
        padding: 5px;
        box-shadow: 2px 2px 5px #ccc;
    }
}

.product-default.new {
    padding: 0px;
}

.icon_direction i {
    font-size: 30px;
}

.product-default .product-details .card_footer {
    display: flex;
}

.banner-filter-form.listing .form-wrapper {
    position: relative !important;
    border: none !important;
}

.header-area.is-sticky.listing {
    background: white !important;
}

.banner-filter-form.listing .form-wrapper {
    background: transparent !important;
}

.banner-filter-form.listing.mobile .form-wrapper {
    padding: 10px;
}

.mfp-content .popup-wrapper .popup-four .popup_main-content .bg-cover {
    background-size: 100% 100% !important;
    background-position: center !important;
}

.cartIconWrapper {
    display: none;
}

/* Header area issue  */
@media(max-width : 768px) {
    .main-responsive-nav .container .logo img {
        max-width: 100px;
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
        max-height: 80px;
    }

    .mfp-content .popup-wrapper .popup-four .popup_main-content .bg-cover {
        background-position: 10% 0% !important;
        background-size: 100% !important;
    }
}

.popup-form.bottom .popup-form-content input,
.popup-form.bottom .popup-form-content textarea {
    margin-bottom: 10px;
}

.popup-form.bottom .popup-form-content {
    max-width: 400px;
}

.widget-area .cta {
    width: fit-content;
    height: fit-content;
    -webkit-text-fill-color: white;
}

@media(min-width : 1010px) {
    #city-slider-1 .card.radius-5 .card-title.color-white {
        font-size: 14px;
    }

    .widget-area .widget.listings {
        width: fit-content;
        /* min-width: 150px; */
        height: 50px;
        /* background-color: #FF7400; */
        border: 1px solid #ccc;
        border-radius: 10px;
        -webkit-text-fill-color: white;
        padding: 10px;
        /* margin-right: 20px; */
        max-width: 200px;
    }

    .category_btn {
        padding: 12px !important;
    }

    .widget-area .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 28px !important;
    }

    .widget-area .widget .title {
        font-size: 15px !important;
    }

    .widget-area .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none;
    }

    .widget-area .select2-container--default .select2-selection--single {
        background-color: transparent !important;
    }

    .widget-area .form-control {
        margin-top: -10px;
        background-color: transparent;
    }

    #zx {
        /* position: sticky; */
        top: 120px;
        margin-top: 0px !important;
    }

    div.zx {
        top: 400px !important;
        width: 310px;
        background: #fff9f5;
    }

    .listing_form {
        display: flex;
        overflow: hidden;
        height: 100px;
    }
}

.sub_categories {
    background-color: transparent !important;
}

.listing_row {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.sidebar-filters {
    padding: 15px;
    border-right: 1px solid #ddd;
    /* Adds a separator between the sidebar and the main content */
}

.modal-lg .row {
    margin-left: 0;
    margin-right: 0;
}

.form-group.icon-end label {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}

.product-default {
    margin: auto;
}

.widget-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.category_btn {
    font-family: "Quicksand", sans-serif !important;
    font-size: 15px;
    padding: 5px !important;
    font-weight: 500;
    margin-top: 13px;
    min-width: 150px;
    border-radius: 5px;
}

.widget-area .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    background-color: #FF7400 !important;
    padding: 5px;
    width: fit-content;
    min-width: 150px;
    text-align: center;
    border-radius: 5px;
}

.widget-area .widget .title {
    font-size: 19px !important;
    /* padding-top: 10px; */
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    margin-top: 2px;
    -webkit-text-fill-color: white;
    background-color: #FF7400 !important;
}

.widget-area .select2-container {
    width: 100% !important;
}

.widget-area .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.widget-area .select2-container--default .select2-selection--single {
    background-color: transparent !important;
}

.widget-area .form-control {
    margin-top: -10px;
    background-color: transparent;
}

.widget-area .widget.listings {
    width: fit-content !important;
    /* min-width: 150px !important; */
    height: 50px !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 10px !important;
    -webkit-text-fill-color: white !important;
    padding: 10px !important;
    margin-right: 0px !important;
    max-width: 200px !important;
    position: relative;
}

.widget-area .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
}

.widget-area .select2-container .select2-selection--single .select2-selection__rendered::after {
    content: "";
    height: 0px;
    width: 0px;
    border: none;
    border-top: 5px solid #ffffff;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    font-family: "Bootstrap Icons";
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.widget-area .widget .title {
    position: relative;
}

.widget-area.listing_grid .widget .title::after {
    content: "";
    height: 15px;
    width: 15px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23ffffff" class="bi bi-funnel-fill" viewBox="0 0 16 16"%3E%3Cpath d="M1.5 1.5a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 .5.5v1.56a.5.5 0 0 1-.146.354L9 8.707v5.586a.5.5 0 0 1-.789.407L5 12.5V8.707L1.646 3.414A.5.5 0 0 1 1.5 3.06V1.5z"/%3E%3C/svg%3E');
    font-family: "Bootstrap Icons";
    position: absolute;
    right: 10px;
    background-size: 100% 100%;
    bottom: 9px;
    background-position: center;
    background-repeat: no-repeat;
}

.select2-container--open .select2-dropdown--below {
    margin-left: -10px;
}

.form_inner_div {
    overflow-x: scroll;
    scrollbar-width: none;
    overflow-y: hidden;
    position: relative;
}

@media(max-height : 768px) {
    .widget-area .select2-container {
        width: fit-content !important;
    }

    .widget-area .select2-container--default .select2-selection--single {
        height: 28px !important;
    }

    .widget-area .widget.listings {
        width: fit-content;
        min-width: fit-content;
        height: 50px;
        /* background-color: #FF7400; */
        border: 1px solid #ccc;
        border-radius: 10px;
        -webkit-text-fill-color: white;
        padding: 10px;
        margin-right: -45px !important;
        margin-top: -5px;
        max-width: fit-content;
        /* margin-left: -15px; */
        /* margin-right: 0px !important; */
        transform: scale(0.75);
    }

    .widget-area .widget .title {
        margin-right: 20px;
    }

    .offcanvas-body.p-3.p-xl-0 {
        padding: 0px !important;
    }

    .category_btn {
        text-wrap: nowrap;
        transform: scale(0.8);
        font-size: 15px !important;
        margin-top: 7px;
    }

    .widget-area .p-2.rounded.right.color-dark {
        transform: scale(0.8);
        margin-left: -40px;
        margin-top: -1px;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: flex-end;
    align-items: center;
}

/* Sidebar Modal */
.modal-sidebar {
    width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-sidebar h2 {
    font-size: 1.5rem;
    color: #333;
}

.modal-sidebar ul {
    list-style: none;
}

.modal-sidebar ul li {
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.modal-sidebar ul li:hover {
    background-color: transparent !important;
}

/* Close Button */
.close-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}

.close-btn:hover {
    background-color: #555;
}

/* Show Modal */
.modal-overlay.active {
    display: flex;
}

.widget-area #filter-div .widget {
    padding: 0px !important;
}

.widget-area #filter-div .widget .modal-sidebar ul li {
    padding: 0px !important;
}

.widget-area #filter-div .accordion-button::after {
    display: none;
}

.widget-area #filter-div .widget .title {
    -webkit-text-fill-color: black;
    background-color: transparent !important;
}

.widget-area #filter-div .widget .title::after {
    display: none;
}

#amenities-div .title {
    -webkit-text-fill-color: black;
}

#amenities-div .title::after {
    display: none;
}

#amenities-div .widget {
    padding: 0px !important;
}

.widget-area #amenities-div .widget .title {
    background-color: transparent !important;
}

.widget-area .accordion-button:not(.collapsed)::after {
    display: none !important;
}

.modal-sidebar ul li {
    padding: 0px !important;
}

.widget-area .accordion-button::after {
    display: none !important;
}

.modal_listingswidget .accordion-button::after {
    display: none;
    padding: 0px;
}

.widget-area .widget {
    padding: 20px !important;
}

.widget-area .accordion-body {
    max-height: 55vh;
    overflow-y: scroll;
    scrollbar-width: none;
}

.product_detail_swiper {
    overflow: visible !important;
}

.modal-backdrop.show {
    display: none !important;
}

.product-area-new .product_img {
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
}

.product-area-new .product_img::after {
    content: "";
    width: 100%;
    height: 70px;
    background-color: #FF7400;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px 20px 0px 0px;
}

.product-area-new .product_img img {
    min-height: 300px;
    max-height: 300px;
}

.product-area-new .card.radius-5 {
    background-color: transparent;
}

.product-area-new .card .card-text {
    position: absolute;
    bottom: 5px !important;
    left: 30px !important;
    color: white;
}

.section-title .title {
    position: relative;
}

@media(max-width : 768px) {
    .product-area-new .card .card-text {
        position: absolute;
        bottom: 5px !important;
        left: 10px !important;
        color: white;
        right: 0;
    }

    .product-area-new .card .card-text .card-title {
        font-size: .5rem;
    }

    /* .product-area.education .title::after, .heading_title::after, .page-title-area.blur-up.lazyloaded h1::after { position: absolute; width: 10%; min-width: 70px; margin: 0 auto; bottom: -2px; left: 0; right: 0; height: 2px; animation: rotate 80s infinite linear; -webkit-animation: rotate 80s infinite linear; content: ""; border-radius: 50px; background: rgb(255, 116, 0); background: -moz-linear-gradient(left, rgba(255, 116, 0, 1) 0%, rgba(255, 85, 0, 1) 25%, rgba(255, 130, 55, 1) 50%, rgba(255, 165, 76, 1) 75%, rgba(255, 200, 0, 1) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 116, 0, 1)), color-stop(25%, rgba(255, 85, 0, 1)), color-stop(50%, rgba(255, 130, 55, 1)), color-stop(75%, rgba(255, 165, 76, 1)), color-stop(100%, rgba(255, 200, 0, 1))); background: -webkit-linear-gradient(left, rgba(255, 116, 0, 1) 0%, rgba(255, 85, 0, 1) 25%, rgba(255, 130, 55, 1) 50%, rgba(255, 165, 76, 1) 75%, rgba(255, 200, 0, 1) 100%); background: -o-linear-gradient(left, rgba(255, 116, 0, 1) 0%, rgba(255, 85, 0, 1) 25%, rgba(255, 130, 55, 1) 50%, rgba(255, 165, 76, 1) 75%, rgba(255, 200, 0, 1) 100%); background: -ms-linear-gradient(left, rgba(255, 116, 0, 1) 0%, rgba(255, 85, 0, 1) 25%, rgba(255, 130, 55, 1) 50%, rgba(255, 165, 76, 1) 75%, rgba(255, 200, 0, 1) 100%); background: linear-gradient(to right, rgba(255, 116, 0, 1) 0%, rgba(255, 85, 0, 1) 25%, rgba(255, 130, 55, 1) 50%, rgba(255, 165, 76, 1) 75%, rgba(255, 200, 0, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7400', endColorstr='#FFC800', GradientType=1); } */
    @keyframes rotate {
        0% {
            background-position: -3000px;
        }

        100% {
            background-position: 0px;
        }
    }
}

.education .product-default .product-category {
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
    display: block;
    margin-left: -10px;
}

.pt-50 {
    padding-top: 50px;
}

@media(max-width : 568px) {

    .education .product-default .btn-wishlist i,
    .education .product-default .product-category i {
        display: none;
    }

    .product-default .product-details {
        /* padding: 5px; */
        border-bottom: 10px;
    }

    .education .product-default .product-category {
        text-align: center;
        margin-left: 0px;
    }

    .category-count {
        font-size: 10px;
    }

    .category-count button.btn.btn-primary {
        padding: 3px !important;
        font-size: 8px !important;
        border-radius: 2px !important;
        margin-top: -10px !important;
    }

    .product-default .product-details .category-count.justify-content-around {
        justify-content: space-between !important;
        padding-right: 10px;
    }

    .product-area.pt-2.pb-75 {
        padding-top: 0px !important;
    }

    .slider-navigation .slider-btn {
        transform: scale(0.7);
    }

    .listing-single .product-single-gallery .slider-btn {
        transform: scale(0.7);
        margin-top: 0px;
    }

    .slider-navigation {
        margin-top: -20px;
        position: relative;
    }

    .slider-navigation.location {
        margin-top: 0px;
    }

    .product-area.education .title,
    .heading_title {
        position: relative;
    }

    .widget-area .accordion-button:not(.collapsed) {
        color: var(--color-dark);
        margin: auto;
        position: relative;
        display: block;
        /* padding: 10px; */
    }

    .widget-area.details .accordion-button:not(.collapsed) {
        padding: 0px;
    }

    .widget-area.details .widget .title {
        margin-right: 0px;
    }

    .listing-single .product-single-details .info-list li *:not(i) {
        font-size: 10px;
    }

    .listing-single .product-single-details .info-list {
        gap: 1px !important;
    }
}

@media(min-width : 1200px) {
    .category-area .category-item .category-icon {
        width: 55px;
    }

    .category-title.explor {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }

    .product-area.education .title,
    .heading_title {
        position: relative;
    }

    .widget-area.position-sticky {
        top: 120px;
    }

    @keyframes rotate {
        0% {
            background-position: -3000px;
        }

        100% {
            background-position: 0px;
        }
    }

    .title.aos-init.aos-animate {
        font-size: 40px;
    }

    .section-title .title {
        position: relative;
    }
}

.slider-navigation {
    display: flex;
    justify-content: center;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 0;
    min-height: 50px;
    border-radius: 10px;
    width: 100% !important;
}

.input-wrapper {
    position: relative;
}

#title {
    padding: 10px;
    font-size: 16px;
    padding-top: 15px;
}

.eye {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Position for each eye */
.eye.left {
    left: 10px;
}

.eye.right {
    left: 40px;
}

.pupil {
    width: 10px;
    height: 10px;
    background-color: black;
    border-radius: 50%;
    position: relative;
    transition: transform 0.1s ease;
}

/* For Chrome, Safari, and Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* For IE and Edge */
input[type="number"] {
    appearance: textfield;
}

.widget-social ul li a {
    color: white !important;
}

.vendor-area .card .card-info-area {
    flex-direction: column;
}

/* for pws search form  */
@media(max-width : 768px) {
    .mobile-search {
        box-shadow: 2px 2px 5px #ccc;
        padding: 10px;
        border-radius: 10px;
    }

    .form_inner_div {
        background-color: rgba(var(--color-primary-rgb), 0.13);
        border-radius: 10px;
        padding-right: 15px;
    }

    .mobile-search.new {
        box-shadow: none;
        padding: 5px;
        border: 1px solid #7c7c7c;
    }

    .mobile-search i {
        display: none;
    }

    .mobile-search.new i {
        display: block !important;
        padding: 2px;
    }

    .popup-content1 {
        width: 60%;
    }

    #title {
        padding-left: 10px;
        border: 0;
        outline: 0;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border: 0;
    }

    .content-left .content .title {
        text-align: canter !important;
    }

    .city-area .slider-navigation .slider-btn {
        transform: scale(0.7) !important;
    }

    .ratio::before {
        padding-bottom: 56.25%;
    }
}

@media(max-width : 450px) {
    .content-left .content .title {
        text-align: center !important;
    }
}

@media(max-width : 380px) {
    .content-left .content .title {
        text-align: center !important;
    }
}

@media(max-width : 350px) {
    .content-left .content .title {
        text-align: center !important;
    }
}

.design_area {
    width: 100vw;
    height: 100px;
    background-image: url("{{ asset('assets/img/hero-section/AC.jpg') }}");
}

@media(min-width : 1200px) {
    .border-lg {
        /* border: 1px solid !important; */
        /* padding: 10px; */
        border-radius: 20px;
        padding: 5px 10px;
        max-width: 600px;
        position: relative;
        display: block;
        margin: auto;
        margin-right: 0;
        border: 1px solid #ff74006e !important;
        /* box-shadow: inset rgb(255 255 255 / 24%) 0px 20px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset; */
    }

    .header-area.header-1 {
        height: 80px;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        background-color: transparent;
    }

    .border-end {
        border-right: 1px solid #ccc !important;
        padding-right: 10px;
        border-radius: 5px;
    }

    /*.main-navbar {*/
    /*    margin-top: -20px !important;*/
    /*    ;*/
    /*}*/

    .main-navbar.seperate {
    }

    .banner-filter-form .form-wrapper #searchBtn2 {
        transform: scale(0.8);
    }
}

.main-navbar {
    background-color: white;
    height: 50px;
}

#searchBtn2_desktop {
    padding: 5px !important;
}

.header-btn:hover a {
    -webkit-text-fill-color: #FF7400;
}

.header-btn a {
    font-family: 'Calibri', 'Arial', sans-serif;
}

.card_footer.row .phone {
    border-radius: 5px;
    padding: 0px;
    background-color: #6339f5;
}

.card_footer.row .listing {
    padding: 4px 8px;
    background-color: rgba(255, 130, 55, 1);
    border-radius: 5px;
    margin-bottom: 0px;
    /* width: 100%; */
}

.card_footer.row .listing a {
    color: white;
    text-wrap: nowrap;
}

.card_footer.row .icon {
    background-color: #128C7E;
    border-radius: 5px;
    text-align: center;
    padding: 4px;
    color: white;
}

.card_footer.row .icon a {
    color: white;
}

.popular-searches.pt-100.pb-75 {
    padding-top: 20px;
}

@media (max-width: 576px) {
    .header-btn {
        font-size: 10px;
        padding: 3px 6px;
    }
}

.header-btn-1 a {
    -webkit-text-fill-color: #FF7400;
}

.header-btn-1:hover a {
    -webkit-text-fill-color: white;
}

/* .product-single-gallery .lazy-container img{ position: absolute; top: 0; left: 0; right: 0; width: auto; height: auto; margin: auto; max-width: auto; min-width: auto; max-height: 100%; min-height: 100%; -o-object-fit: cover; } */
.product-single-gallery .lazy-container {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-single-gallery .lazy-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensures the image covers the container without distortion */
    object-position: center;
}

.gallery-popup .ratio::before {
    background-color: #2c2c2c;
}

/* new listing page design code */
.redesigned-tabs .nav-link {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.redesigned-tabs .nav-link:hover {
    background: #ff7f50;
    color: #fff;
}

.redesigned-tabs .nav-link.active {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-icon {
    margin-right: 8px;
}

html {
    scroll-padding-top: 120px;
    /* Adjust based on the height of your navbar */
    scroll-behavior: smooth;
    /* For smooth scrolling */
}

@media (max-width:700px) {
    .gallery-container {
        display: none !important;
    }
}

@media (min-width:701px) {
    .gall-slider {
        display: none !important;
    }
}

@media (max-width:426px) {
    .product-title {
        text-align: center !important;
    }
}

.icon-color {
    color: #ff7400 !important;
}

.btn-icon {
    color: #757575 !important;
}

.image-card {
    position: relative;
    overflow: hidden;
    /* border-radius: 8px; */
}

.image-card .fst-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    /* border-radius: 8px; */
}

.image-card .gall-sec {
    width: 100%;
    height: 199px;
    object-fit: cover;
    display: block;
    /* border-radius: 8px; */
}

.collage {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2px;
    height: 300px;
}

.collage img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border-radius: 4px; */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    z-index: 1;
}

.overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    z-index: 1;
}

.image-card .overlay {
    opacity: 1;
}

@keyframes animatePlus {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.icon-start.animate-plus i {
    display: inline-block;
    animation: animatePlus 1s ease-in-out infinite;
}

.useful-link li {
    display: inline-block;
    padding: 10px;
}

/* .sticky-banner { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background-color: white; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } */
.original-banner {
    position: static;
}

.image-card {
    gap: 2px !important;
}

.padd-card {
    padding-bottom: 2px !important;
}

.gallery-container {
    gap: 2px !important;
}

/* General Styles for Pagination */
.pagination {
    display: flex;
    flex-wrap: wrap;
    /* Allows wrapping on smaller screens */
    gap: 5px;
    padding: 0;
    list-style: none;
}

.pagination .page-item {
    flex: 1 1 auto;
    /* Ensures items can shrink or grow as needed */
    text-align: center;
}

.pagination .page-link {
    display: block;
    padding: 8px 12px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
    pointer-events: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .pagination {
        justify-content: space-between;
        /* Ensures space-efficient alignment */
    }

    .pagination .page-item {
        flex: 1;
        /* Makes each item evenly distributed */
    }

    /* Hide middle pages for extremely small devices */
    .pagination .page-item:not(.active):nth-child(n+4):nth-last-child(n+4) {
        display: none;
        /* Hides pages between 4th and 2nd last */
    }

    .pagination .page-item:nth-last-child(3),
    .pagination .page-item:nth-child(3) {
        display: inline-block;
        /* Ensures boundary pages are visible */
    }
}

@media (max-width: 576px) {
    .pagination .page-link {
        font-size: 12px;
        padding: 6px 8px;
        /* Reduces padding for smaller devices */
    }
}

.placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
    color: #6c757d;
    font-size: 14px;
}

.placeholder.gall-sec {
    height: 150px;
    /* Adjust height as needed */
}

.new-ad .text-center img {
    max-width: 100% !important;
    height: auto !important;
}

@media (min-width: 768px) {
    .new-ad .text-center img {
        max-width: 80% !important;
    }
}

@media (max-width: 768px) {
    .new-ad .text-center img {
        height: 70px !important;
    }
}

@media (min-width: 1200px) {
    .new-ad .text-center img {
        max-width: 1267px !important;
    }
}

.form-ad .text-center img {
    height: 100% !important;
    width: 100% !important;
}

.form-ad {
    width: 300px !important;
    height: 100% !important;
}

@media (max-width: 768px) {
    .listing-ad img {
        height: 70px !important;
    }
}

.popup-ad a img {
    width: 250px !important;
    height: 250px !important;
}

@media(max-width:425px) {
    .order-btn {
        margin-top: 10px;
    }
}

@media (max-width:426px) {
    .verify-icon {
        justify-content: center;
    }
}

@media (min-width:427px) {
    .verify-icon {
        justify-content: start;
    }
}

.btn-book {
    font-size: 14px !important;
}

.bg-color {
    background-color: rgba(255, 116, 0, 0.3) !important;
    border-radius: 5px;
    padding-left: .25rem;
    padding-right: .25rem;
}

.review-space {
    margin-bottom: 10px;
}

.footer-link li {
    display: inline !important;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 8px;
}

.product-single-details+.ad-banner img {
    width: 100% !important;
}

@media (max-width:520px) {
    .product-single-details+.ad-banner img {
        width: 100% !important;
        height: 80px !important;
    }
}

@media (min-width:520px) {
    .hide-on-lap {
        display: none !important;
    }
}

.hide-on-lap {
    font-size: 12px !important;
}

.widget-banner .text-center .ad-container .ad-banner a img {
    border-radius: 10px !important;
}

.sponsored-ad {
    position: relative;
    top: 20px;
    left: 15px;
}

.sponsored-ad-mobile {
    position: relative;
    top: 20px;
    left: 4px;
}

/* Jerry added google 360 ad size */
.googleimg .ad-container .ad-banner a img {
    width: auto !important;
    height: auto !important;
}

@media (max-width:520px) {
    .cus-page-ad .ad-container .ad-banner a img {
        height: 70px !important;
    }
}

.mobile-v-city {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif !important;
}

.mobile-v-city::after {
    content: " |";
}

.btn-mobile {
    font-size: 13px !important;
    color: #fff !important;
}

.author-badge {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #ff7400;
    /* Adjust color for your design */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

@media(max-width:767px) {
    .lap-ad-banner {
        display: none !important;
    }
}

@media(max-width:767px) {
    .cate-banner .ad-container .ad-banner a img {
        height: 70px !important;
    }
}

.card-title a {
    color: #757575 !important;
}

.cities_row p {
    justify-content: space-between !important;
    text-align: justify !important;
    align-items: center !important;
}

@media (min-width:569px) {
    .cus-page-ad .ad-container .ad-banner a img {
        margin-top: 50px !important;
    }
}

.default-banner .ad-container .ad-banner a img {
    display: block !important;
}

.mobile-banner .ad-container .ad-banner a img {
    display: none !important;
}

@media (max-width: 520px) {
    .default-banner .ad-container .ad-banner a img {
        display: none !important;
    }

    .mobile-banner .ad-container .ad-banner a img {
        display: block !important;
    }
}

/*-------------------------------------------------------------- # Production Section --------------------------------------------------------------*/
.sec .sec-item {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px;
    transition: 0.3s;
    border: 1px solid color-mix(in srgb, #444444, transparent 90%);
    position: relative;
}

.sec .sec-item i {
    font-size: 32px;
    padding-right: 10px;
    line-height: 0;
}

.sec .sec-item h3 {
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
}

.sec .sec-item h3 a {
    color: #000000;
    transition: 0.3s;
}

.sec .sec-item:hover {
    border-color: #ff7400;
}

.sec .sec-item:hover h3 a {
    color: #ff7400;
}

.image-card img {
    object-fit: cover;
    height: 100%;
}

.gallery-grid {
    gap: 0.5rem;
}

.image-card img {
    height: 300px !important;
    object-fit: cover;
    width: 100%;
}

.overlay-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.image-card,
.overlay-card {
    position: relative;
    padding: 0.10rem;
}

@media (max-width: 767.98px) {
    .image-card img {
        height: 180px;
    }
}

.see-more-overlay {
    top: 0;
    left: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.see-more-overlay a span {
    color: #fff;
}

.see-more-overlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.mfp-close {
    cursor: pointer !important;
}

.mfp-bg,
.mfp-wrap {
    cursor: default !important;
}

.Categories-title {
    font-size: 30px !important;
}

.card-game img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.card-game h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-image-wrapper {
    height: 260px;
    overflow: hidden;
    position: relative;
}

@media(max-width:450px) {
    .custom-image-wrapper {
        height: 200px;
    }
}

@media(max-width:500px) {
    .justify-align {
        justify-content: center !important;
    }
}

@media(min-width:501px) {
    .justify-align {
        justify-content: end;
    }
}

@media(max-width:450px) {
    .mobile-align {
        justify-content: center;
        text-align: center;
    }
}

.btn-size {
    font-size: 12px !important;
}

.custom-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.png-icon {
    color: #ff7400;
}

.extra-page {
    font-size: 24px !important;
}

@media(max-width:520px){
    .extra-page{
        font-size: 14px !important;
    }
}


.retro-layout .v-height {
    height: 240px;
}

@media (max-width: 767.98px) {
    .retro-layout .img {
        height: 240px;
    }
}

.retro-layout .h-entry {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.retro-layout .h-entry .post-category {
    color: #fff;
}

.retro-layout .h-entry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.retro-layout .h-entry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.retro-layout .h-entry.mb-30 {
    margin-bottom: 30px;
}

.retro-layout .h-entry .date {
    font-size: 15px;
}

.retro-layout .h-entry.gradient {
    position: relative;
}

.retro-layout .h-entry.gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.retro-layout .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
}

.retro-layout .text h2,
.retro-layout .text .h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
}

.retro-layout .text span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.retro-layout .text.text-sm h2,
.retro-layout .text.text-sm .h2 {
    font-size: 18px;
    line-height: 1.5;
}

.retro-layout .gradient {
    position: relative;
}

.retro-layout .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

@media (max-width: 767.98px) {
    .retro-layout .img-5 {
        height: 240px !important;
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.retro-layout-alt .img-1 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .retro-layout-alt .img-1 {
        height: 240px !important;
        position: relative;
        margin-bottom: 30px;
    }
}

.retro-layout-alt .img-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
    .retro-layout-alt .img-2 {
        height: 240px !important;
    }
}

.retro-layout-alt .mb30 {
    margin-bottom: 30px;
}

.retro-layout-alt .hentry {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.retro-layout-alt .hentry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.retro-layout-alt .hentry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.retro-layout-alt .gradient {
    position: relative;
}

.retro-layout-alt .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.retro-layout-alt .post-category {
    margin-left: 20px;
    margin-top: 10px;
}

.retro-layout-alt .v-height {
    height: 300px;
}

.retro-layout-alt .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
}

.retro-layout-alt .text h2,
.retro-layout-alt .text .h2 {
    color: #fff;
    font-size: 26px;
}

.retro-layout-alt .text span {
    color: rgba(255, 255, 255, 0.7);
}

.retro-layout-alt .text.text-sm h2,
.retro-layout-alt .text.text-sm .h2 {
    font-size: 18px;
    line-height: 1.5;
}

.retro-layout-alt .two-col>a {
    width: calc(50% - 15px);
    float: left;
}

@media (max-width: 575.98px) {
    .retro-layout-alt .two-col>a {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px;
    }
}

                .scroll-container {
                    scroll-behavior: smooth;
                    overflow-x: auto;
                    padding: 1rem 0;
                }
                .scroll-container::-webkit-scrollbar {
                    display: none; /* Hide scroll bar */
                }
                .hover-btn{
                    color: #f9725f !important;
                }

                            .card {
                position: relative;
                overflow: hidden;
                border-radius: 10px;
                transition: transform 0.3s;
            }

            .card:hover {
                transform: translateY(-5px);
            }

            .card-img img {
                width: 100%;
                height: 180px; /* Landscape height */
                object-fit: cover;
                display: block;
            }

            .card-overlay {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
                opacity: 0;
                transition: opacity 0.3s ease-in-out;
                z-index: 1;
            }

            .card-hover-content {
                position: absolute;
                bottom: 20px;
                left: 0;
                width: 100%;
                text-align: center;
                opacity: 0;
                z-index: 2;
                transition: opacity 0.3s ease-in-out;
            }

            .card:hover .card-overlay,
            .card:hover .card-hover-content {
                opacity: 1;
            }

            .card-title {
                color: white;
                margin-bottom: 8px;
            }

            .card-hover-content button {
                padding: 5px 12px;
                font-size: 12px;
                border-radius: 5px;
                background-color: #ff7400;
            }
            .swiper-button-next{
                color: #ff7400;
            }

                        .animated-words {
                position: relative;
                height: 1.2em;
                /* Matches the font size */
                overflow: hidden;
                perspective: 1000px;
                /* This gives the 3D depth */
            }

            .animated-words span {
                position: absolute;
                left: 10px;
                right: 0;
                top: 0;
                color: var(--color-primary) !important;
                opacity: 0;
                transform: translateY(100%);
                /* Initially off-screen at the bottom */
                transition: opacity 0.5s ease, transform 0.5s ease;
            }

            .animated-words span.active {
                opacity: 1;
                transform: translateY(0);
                /* Moves the active word to the middle */
            }

            .animated-words span.previous {
                opacity: 0;
                transform: translateY(-50%);
                /* Moves the previous word off-screen at the top */
            }

            @media(max-width:1000px){
            .display-hide{
                    display: none !important;
                }
            }

                .custom-slider-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .custom-slider-track {
        display: flex;
        transition: transform 0.3s ease;
    }

    .custom-slide {
        flex: 0 0 auto;
        width: 100%; /* Will be dynamically set via JS */
        box-sizing: border-box;
        padding: 0 10px;
    }

    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background-color: rgba(0,0,0,0.2);
        border: none;
        color: white;
        font-size: 24px;
        padding: 10px;
        cursor: pointer;
    }

    .slider-btn.prev {
        left: 0;
    }

    .slider-btn.next {
        right: 0;
    }

        .scroll-container {
        scroll-behavior: smooth;
        overflow-x: auto;
        padding: 1rem 0;
    }
    .scroll-container::-webkit-scrollbar {
        display: none;
    }
    .hover-btn {
        color: #f9725f !important;
    }

        .custom-slider-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .custom-slider-track {
        display: flex;
        transition: transform 0.3s ease;
    }

    .custom-slide {
        flex: 0 0 auto;
        width: 100%; /* Overwritten by JS */
        box-sizing: border-box;
        padding: 0 10px;
    }

    .slider-btn {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background: #ffffff;
        border: none;
        font-size: 24px;
        z-index: 10;
        cursor: pointer;
        padding: 5px 10px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .slider-btn.prev {
        left: 0;
    }

    .slider-btn.next {
        right: 0;
    }

            .custom-slider-wrapper {
            position: relative;
            overflow: hidden;
            width: 100%;
        }

        .custom-slider-track {
            display: flex;
            transition: transform 0.3s ease;
        }

        .custom-slide {
            flex: 0 0 auto;
            width: 100%; /* Overwritten dynamically */
            box-sizing: border-box;
            padding: 0 10px;
        }

        .slider-btn {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            background: #ffffff;
            border: none;
            font-size: 24px;
            z-index: 10;
            cursor: pointer;
            padding: 5px 10px;
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }

        .slider-btn.prev {
            left: 0;
        }

        .slider-btn.next {
            right: 0;
        }

        @media (max-width:768px){
            .mobile-space{
                margin-bottom: 30px !important;
            }
        }

        @media(min-width:993px) and (max-width:1200px){
            .vendor .vendor-img{
                margin-top: 120px !important;
            }
        }