.br-0 {
    border-radius: 10px !important;
}

.feature-loaction-home .feature-style1 .top-area {
    bottom: 0 !important;
    top: auto !important;
}

.feature-loaction-home .feature-style1 .bottom-area {
    left: auto !important;
    right: 25px !important;
    bottom: 21px !important;
}

.tx-main {
    color: #28abaa;
}

.bg-main {
    color: #28abaa;
}

.bg-lime {
    background: #f4f8f8;
}

.cta-bg1 {
    background-attachment: fixed;
    background-image: url("/assets/images/bg/bg-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

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

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

.faq ul li {
    list-style-type: disc !important;
    text-align: left;
}

.faq .active {
    border: 1px solid #28abaa;
}

.breadcumb-bg {
    align-items: center;
    background-image: url(/assets/images/bg/about-bg.png);
    background-size: cover;
    background-position: center;
    display: flex;
    height: 450px;
}

.filter-section .nav-tabs .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.filter-section .nav-tabs .nav-link {
    border: 0 !important;
}

.filter-section .nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 3px solid #28abaa !important;
    /* Teal color */
    color: #28abaa;
}

.filter-section__tags .badge {
    background-color: #e9ecef;
    color: #000;
    font-size: 14px;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
}

.btn-close-dark {
    color: #000 !important;
    opacity: 1;
}

.filter-section__tags .btn-close {
    margin-left: 6px;
    font-size: 10px;
    vertical-align: bottom;
}

.filter-section__user-icon {
    display: flex;
    align-items: center;
}

.filter-section__search input {
    border-radius: 0.25em;
    font-size: 14px;
    height: auto;
}

.filter-section__options .badge {
    padding: 0.5em;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;

    white-space: nowrap;
    /* No wrapping */
    overflow: hidden;
    /* Hide overflow */
    text-overflow: ellipsis;
    /* Show ... */
}

.filter-section__options .badge:hover {
    background-color: #e9ecef !important;
    color: #000 !important;
}

.filter-section__search .serch-pd {
    padding: 4px 10px 0;
}

.no-focus-style:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #dddddd;
}

.header-logo img {
    max-width: 100%;
    width: 50%;
}

.footer-logo img {
    max-width: 100%;
    width: 100%;
}

/* property-img */

.property-img .feature-style1 {
    border-radius: 0 !important;
}

.property-img .feature-style1 .top-area {
    position: absolute;
    bottom: 0;
    top: auto !important;
    width: 70%;
    left: 0px;
    padding-left: 20px !important;
    padding-bottom: 20px;
}

.property-img .feature-style1:hover .bottom-area {
    left: 0 !important;
    right: 0;
    bottom: 82px !important;
    position: absolute;
}

.property-img .feature-style1 .bottom-area .ud-btn2 {
    border: 1px solid white;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
    width: 48% !important;
    font-size: 12px !important;
    cursor: pointer;
}

.property-img .feature-style1:hover .bottom-area .ud-btn2 {
    visibility: visible;
    opacity: 1;
}

.property-img .feature-style1 .bottom-area {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.single-line-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    max-width: 80%;
}

.bottom-area-2 .text-white {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

.property-img .feature-style1:hover .bottom-area-2 .text-white {
    visibility: visible;
    opacity: 1;
}

.property-img .feature-style1:hover .bottom-area-2 {
    position: absolute;
    bottom: 1px;
    right: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.location-library .feature-style1:hover .bottom-area-2 {
    right: 0 !important;
}

@media (max-width: 767px) {
    .property-img .feature-style1:hover .bottom-area-2 .text-white {
        visibility: visible;
        opacity: 1;
    }

    .property-img .feature-style1:hover .bottom-area-2 {
        position: absolute;
        bottom: 12px;
        right: 0px !important;
    }
}

.property-img .icon-center {
    display: flex;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.property-img .bottom-area-2 .child {
    display: flex;
    gap: 10px;
    align-items: center;
}

.breadcumb-style1 .title {
    color: white !important;
}

.breadcumb-style1 .breadcumb-list a {
    color: white;
}

.property-img .feature-style1 img {
    height: 250px;
    object-fit: cover;
}
.property-img .feature-style1 {
    height: 250px;
}

.property-img .col-lg-3 {
    padding: 5px;
}

.property-img .close .btn-close-icon {
    background-color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 0;
    font-size: 14px;
}

.property-img .close .btn-close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.option-box {
    padding: 8px 16px;
    border: 1px solid #adadad;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    color: #242424;
    transition: all 0.3s ease;
}

.option-box.active {
    border-color: #28abaa;
    color: #28abaa;
}

.option-box:hover {
    border-color: #28abaa;
    color: #28abaa;
}

.subfolder .cust-review {
    background: white;
    width: max-content;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1.5px solid #28abaa;
}

.subfolder .feature-style1 .bottom-area-3 {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 20px;
}

.subfolder .feature-style1:hover .bottom-area-3 {
    display: block;
}

.subfolder .cust-review .fa-star {
    color: #efbf43;
}

.subfolder .single-line-ellipsis {
    max-width: 100%;
}

.subfolder .feature-style1 .top-area {
    width: 100%;
}

.subfolder .feature-style1 .bottom-area-4 {
    display: none;
    position: absolute;
    bottom: 80px;
    right: 20px;
}

.subfolder .feature-style1:hover .bottom-area-4 {
    display: block;
}

.subfolder .feature-style1:hover .bottom-area-4 .child {
    display: flex;
    gap: 5px;
}

.inside-slider .advance-style2 {
    /* border-radius: 10px;
    background: white;
    padding: 10px; */
}

.inside-slider .banner-text {
    position: relative;
    z-index: 1;
}

#menu .mm-navbar {
    background: #28abaa !important;
}

.gallery-section {
    background-color: #edfafe;
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in;
}

.slider-wrapper img {
    width: 100%;
    height: auto;
}

.rtl-slider .slider-wrapper {
    flex-direction: row-reverse;
}

.ltr-slider .slider-wrapper {
    flex-direction: row;
}

.mobile_logo img {
    max-width: 100%;
    width: 80%;
}

.home-one .owl-carousel {
    z-index: 0;
}

a.mm-listitem__text:hover,
a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background: #f4f8f8 !important;
}

.bootselect-multiselect .dropdown-menu .dropdown-item.active,
.bootselect-multiselect .dropdown-menu .dropdown-item:hover,
.bootselect-multiselect .dropdown-menu .dropdown-item:focus {
    background: #f4f8f8 !important;
}

.page_control_shorting .pcs_dropdown {
    margin: 0 20px 0 0;
    background: white;
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid #ced4da;
}

.view-toggle .grid-btn {
    margin: 0 10px 0 0;
    background: white;
    padding: 7px 11px 6px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    font-size: 20px;
}

.view-toggle .list-btn {
    background: white;
    padding: 7px 10px 6px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    font-size: 20px;
}

.view-toggle a.active {
    background-color: #28abaa;
    color: #fff;
}

.view-toggle a.active span {
    color: #fff;
}

.view-toggle a:hover span {
    color: #fff !important;
}

.view-toggle a:hover {
    background-color: #28abaa;
    color: #fff;
}

.view-toggle a.active span {
    color: #fff !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
}

@media (max-width: 767.98px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

section {
    padding: 50px 0;
    position: relative;
}

.breadcumb-section2 {
    align-items: end;
    display: flex;
    height: 220px;
    justify-content: center;
    background: black;
}

.breadcumb-section2 .breadcumb-style1 {
    text-align: center;
}

header.nav-homepage-style .ace-responsive-menu a:hover {
    color: #28abaa !important;
}

header.nav-homepage-style .sidemenu-btn:hover {
    color: #28abaa !important;
}

.home-one .banner-btn {
    padding: 8px 15px;
}

.sp-img-content .preview-img-1 {
    height: auto;
}

.arrow-down i {
    transform: rotate(0);
}

.arrow-down {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.booking-sec .input-icon {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}

.booking-sec .position-relative .form-control {
    padding-left: 2.5rem !important;
}

label.error {
    color: red !important;
}

.bootstrap-growl .close {
    position: absolute;
    right: 20px;
    top: 5px;
}

.folder-list {
    height: 28px;
}

.folder-list-icons {
    display: none;
}

.folder-list:hover .folder-list-icons {
    display: flex;
    transition: display 0.3s ease;
}

.folder-list {
    height: 28px;
    background-color: var(--white);
    transition: background-color 0.3s ease;
}

/* .folder-list:hover {
    background-color: #f0f0f0;
} */

.folder-list-icons {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
}

.folder-list:hover .folder-list-icons {
    opacity: 1;
    color: var(--text-dark-gray);
    visibility: visible;
}

.folder-list-icons span {
    transition: color 0.3s ease;
}

.folder-list-icons span:hover {
    color: var(--black);
}

input .error {
    color: red !important;
}

.header-gradient {
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6) 50%,
        transparent
    );
}

.h-280 {
    height: 280px;
}

.custom-h-50 {
    height: 508px !important;
}

.custom-h-25 {
    height: 24vh !important;
}

@media (max-width: 576px) {
    .h-280 {
        height: 20vh !important;
    }

    .custom-h-50 {
        height: 30vh !important;
    }

    .custom-h-25 {
        height: 18vh !important;
    }

    .serch-slider {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.bg-transparent {
    background-color: transparent !important;
}

a {
    cursor: pointer;
}

.hide-overflow {
    overflow: hidden;
}

.blog-details-content .blog-right-side ul li {
    list-style: none !important;
}

.blog-details-content .blog-right-side ul {
    padding: 0 !important;
}

.sm-main-slider {
    object-fit: cover;
    height: 860px !important;
}

.feature-loaction-home .top-area {
    padding: 0 0 20px 25px !important;
    width: 60% !important;
}

/* logo slider  */

:root {
    --gap: 2rem;
    --duration: 30s;
    --scroll-start: 0%;
    --scroll-end: -100%;
    --color-text: #000;
    --color-bg-accent: #eee;
    --size: 100px;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
        to right,
        hsl(0 0% 0% / 0),
        hsl(0 0% 0% / 1) 20%,
        hsl(0 0% 0% / 1) 80%,
        hsl(0 0% 0% / 0)
    );
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

/* SVG/image styles – optional */
.marquee img,
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
    background: var(--color-bg-accent);
    fill: var(--color-text);
}

.bottom-area a {
    transition: all 0.4s ease !important;
}

.bottom-area a:hover {
    background: #28abaa;
    color: white !important;
    border-color: #28abaa !important;
}

.property-img .feature-style1 .bottom-area .ud-btn2 {
    display: none !important;
}

.property-img .feature-style1:hover .bottom-area .ud-btn2 {
    display: inline-block !important;
}

.feature-style1 .top-area h5 {
    transition: color 0.3s ease;
}

.feature-style1 .top-area h5:hover {
    color: #28abaa !important;
}

.images-container .caption a img {
    height: 220px;
}

/* .custom-h-500 {
    height: 500px;
} */
.filter-section__search .form-control {
    padding-left: 2px !important;
}

.common-border {
    border: 1px solid #dddddd !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dddddd !important;
}

.pagination {
    justify-content: center;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #28abaa;
    border-color: #28abaa;
}

.page-link:focus {
    color: #28abaa;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

.page-link {
    color: #28abaa;
}

.page-link:hover {
    color: #28abaa;
}

.pagination .page-link[aria-label="« Previous"],
.pagination .page-link[aria-label="Next »"] {
    font-size: 1.8rem;
}

.page-item.disabled .page-link {
    font-size: 1.8rem;
}

#name-error {
    position: absolute;
    bottom: -21px;
    font-size: 13px;
}

#locationRequestForm #name-error {
    position: static;
}

.main-title,
.main-title2 {
    margin-bottom: 40px !important;
}

#ajaxPreloader {
    position: fixed;
    top: 140px;
    right: 40px;
    z-index: 9999;
}

.h-220 {
    height: 250px !important;
}

.feature-style1 .feature-content {
    background: rgba(24, 26, 32, 0.2);
}

.owl-item {
    margin-right: 0 !important;
    padding: 0 0.25rem;
}

#lightboxFilterForm h4 {
    transition: color 0.3s ease;
}

#lightboxFilterForm h4:hover {
    color: #28abaa;
}

.property-city-slider .feature-style3 img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.bootstrap-select .dropdown-menu .active {
    background: #28abaa;
    color: white;
}

.bootstrap-select .dropdown-menu .active a span {
    color: white;
}

.bootstrap-select .dropdown-menu .page-link:hover {
    background: #28abaa;
    color: white;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #28abaa;
}

.dropdown-item:active a span {
    color: white;
}

.bootstrap-select .btn-light {
    background: white !important;
    border-color: white !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select {
    padding: 0 !important;
}

.advance-feature-modal button.dropdown-toggle:before,
.sideborder-dropdown button.dropdown-toggle:before {
    all: unset;
}

.advance-feature-modal button.dropdown-toggle,
.sideborder-dropdown button.dropdown-toggle {
    height: 40px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #28abaa !important;
}

.dropdown-item:focus,
.dropdown-item:hover span {
    color: white !important;
}

.bootstrap-select .form-control {
    padding-left: 10px !important;
}

.form-control:focus {
    outline: 1px solid #28abaa;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    color: #000;
}

.bootstrap-select .form-control {
    height: 40px;
}

.eye-detail {
    background: transparent !important;
}

.eye-detail span {
    display: flex;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-family: "Font Awesome 6 Pro";
}

@media (max-width: 991px) {
    .main-title,
    .main-title2 {
        margin-bottom: 15px !important;
    }

    .breadcumb-section2 {
        height: 100px;
    }

    .breadcumb-list a {
        font-size: 12px;
    }

    .pb90 {
        padding-bottom: 40px !important;
    }

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

    .pt90 {
        padding-top: 40px !important;
    }

    .pb50-md {
        padding-bottom: 10px !important;
    }

    .p-m-o {
        padding: 0 !important;
    }

    section {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .pb30-sm {
        padding-bottom: 10px !important;
    }

    .images-download-content .text-end {
        text-align: center !important;
    }

    .images-download-content .text-end a {
        margin-bottom: 10px;
    }

    .folder-list p {
        font-size: 10px;
    }

    .pagination-wrapper {
        width: 100%;
        overflow-y: auto;
        padding-left: 14rem !important;
    }
}

.close-mobile-menu {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1001;
}

.ht-40 {
    height: 40px !important;
}

.home-serch {
    border-radius: 10px 0 0 10px;
}

.home-serch-btn {
    border-radius: 0 10px 10px 0;
}

.image-upload-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    right: -5%;
    background-color: #fff;
    border-radius: 100%;
    color: #4a5568;
    cursor: pointer;
}

.image-upload-icon i {
    position: relative;
}

.search_area label {
    top: 10px;
}

.form-style2 .bootstrap-select {
    height: 43px !important;
    border-radius: 0.25rem !important;
}

.advance-feature-modal button.dropdown-toggle,
.sideborder-dropdown button.dropdown-toggle {
    line-height: 25px;
}

.location-tag-slider .feature-style3:hover img {
    transform: none !important;
}

.form-select:focus {
    border-color: #dddddd;
    box-shadow: none;
}

.form-style2 .form-control.active,
.form-style2 .form-control:focus {
    outline: 1px solid #28abaa;
}

.bs-gx-0 {
    --bs-gutter-x: 0;
}

.fixed-bottom-on-scroll {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 1050;
    padding: 10px;
}

.mm-menu .mm-navbar__title {
    justify-content: start;
}

.mobile-menus-modal .offcanvas-body ul li a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

.mobile-menus-modal .offcanvas-body ul li a:hover {
    background-color: #f0f0f0;
}

.mobile-menus-modal .offcanvas-header {
    background-color: #28abaa;
}

.sortable-highlight {
    border: 2px dashed #ddd;
    background-color: #ffefef;
    min-height: 200px;
    border-radius: 6px;
}

.drag-handle-sort {
    cursor: move;
    font-size: 16px;
    color: #888;
    padding: 5px 10px;
}

.drag-handle-sort:hover {
    color: #000;
}

@media (min-width: 300px) {
    .filter-section__options .badge {
        width: 49%;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .filter-section__options .badge {
        width: 32.25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .filter-section__options .badge {
        width: 24.25%;
    }
}

@media (min-width: 1200px) {
    .filter-section__options .badge {
        width: 19.25%;
    }
}

@media (min-width: 1350px) {
    .filter-section__options .badge {
        width: 16.25%;
    }
}

.main-banner-wrapper .carousel-btn.right-btn {
    left: auto;
    position: absolute;
    right: 160px;
    top: 40%;
}

@media (max-width: 1600px) {
    .main-banner-wrapper .carousel-btn.right-btn {
        right: 30px;
    }
}

.mobile-menus-modal .offcanvas-body ul li a:hover {
    background: none;
}

#sub_folder-error {
    position: absolute;
    bottom: -22px;
    font-size: 13px;
}

.user-img-head {
    width: 34px;
    height: 33px;
}

.location-custom .child {
    position: absolute;
    bottom: 1px;
    top: auto !important;
    right: 0px;
    padding-right: 20px !important;
    padding-bottom: 20px;
    z-index: 99;
}

.location-custom {
    position: relative;
    overflow: hidden;
}

.location-custom .feature-style1 {
    position: relative;
    overflow: hidden;
}

.location-custom .feature-style1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 26, 32, 0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.location-custom:hover .feature-style1::after,
.location-custom .child:hover ~ .btnAddEditClick .feature-style1::after {
    opacity: 0.6;
}

.location-custom .feature-style1:hover::after {
    opacity: 0.6;
}

.location-custom:hover .bottom-area-2 .text-white {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.modal-dialog-scrollable .modal-body {
    scrollbar-width: thin;
}

.otp-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid black;
    border-radius: 0px;
    outline: none;
    transition: border-color 0.3s;
}
.otp-input:focus {
    border-color: #28abaa;
}
/* Hide number input spinners for Chrome, Safari, Edge, Opera */
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide number input spinners for Firefox */
.otp-input[type="number"] {
    -moz-appearance: textfield;
}

.login-otp-input-box .resend-otp-link {
    color: #000;
}
#signUp #name-error {
    position: static;
}

.custom-list-bg:nth-child(odd)::before {
    box-shadow: 0px 15px 10px -15px gray;
}

.custom-list-bg:nth-child(even)::before {
    box-shadow: 0px 15px 10px -15px gray;
}

.custom-list-bg {
    position: relative;
    z-index: 1;
}

.custom-list-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; /* Full viewport width */
    height: 100%;
    z-index: -1;
}

.list-badge .badge {
    font-size: 14px;
    font-weight: normal;
}
.acc-location img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.w-30 {
    width: 30%;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #28abaa;
    background: #28abaa;
    font-weight: normal;
    color: #fff;
}

#locationListMoreimagesModal {
    z-index: 99;
}

.transform-0 {
    transform: rotate(0) !important;
}

.not-found-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
}
.not-found-image {
    width: 220px;
    max-width: 100%;
    margin-bottom: 25px;
}

/* .about-slider img{
        height: 500px !important;
    } */

.w-60 {
    width: 60%;
}
.location-custom .bottom-area-5 .child {
    bottom: auto !important;
    top: 25px !important;
    right: 0 !important;
}
.sp-img-content .bottom-area-5  .child {
    top: 0 !important;
}

.location-custom:hover .bottom-area-5 .child {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.bottom-area-5 .child {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}

.clickable-card:hover .bottom-area-5 .child {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.bottom-area-5 .child {
    position: absolute;
    bottom: auto;
    top: 20px !important;
    right: 20px;
    z-index: 99;
}
.bottom-area-5 .child {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}
.bottom-area-5 .child a {
    border: 1px solid white;
    border-radius: 30px;
    padding: 2px 5px;
    height: 24px;
    gap: 5px !important;
}
.bottom-area-5 .text-white {
    font-size: 12px !important;
    width:auto;
}

/* new */

.bottom-area-6 .child {
    position: absolute;
    bottom: auto;
    top: 20px !important;
    left: 20px;
    z-index: 99;
}
.bottom-area-6 .child {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
}
.bottom-area-6 .child a {
    border: 1px solid white;
    border-radius: 30px;
    padding: 2px 5px;
    height: 24px;
    gap: 5px !important;
}
.bottom-area-6 .text-white {
    font-size: 12px !important;
    width:auto;
}
.feature-style1:hover .bottom-area-6 .child {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.feature-style1:hover .bottom-area-5 .child {
    visibility: visible !important;
    opacity: 1 !important;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}
.rating-img {
     position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
}
.detail-search-round {
    width: max-content;
    position: absolute;
    left: auto;
    right: 20px;
    top: 20px;
    z-index: 99;
}
.detail-search-round .text-white {
    border: none !important;
}
.bottom-area-5 .icon-center {
    border: none !important;
}
.bottom-area-5 .text-white {
    border: none !important;
}
.locationImageList .top-area a {
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center; /* vertical center */
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.overlay.show {
    opacity: 1;
    pointer-events: all;
}

.overlay-text {
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
}

.star-clicked {
    transform: scale(1.3);
    transition: transform 0.3s ease;
    color: #f5c518 !important;
}
.custom-tabs-wrapper {
    background: #fff; /* Parent background */
    border-radius: 10px;
    margin: 0 auto;
}

.custom-tabs-wrapper .nav-tabs {
    border-bottom: 2px solid #ddd;
    justify-content: center;
}

.custom-tabs-wrapper .nav-tabs .nav-link {
    color: #555;
    font-weight: 500;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
    transition: 0.3s;
    font-size: 20px;
}

.custom-tabs-wrapper .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
}

.custom-tabs-wrapper .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #28abaa;
    border-color: #28abaa;
}
.fs-20 {
    font-size: 20px;
}
