﻿/* ---------------- LOGO ---------------- */
.logo-header {
    margin-top: -5px;
}

/* ---------------- SLIDER HEIGHT ---------------- */
.default-banner,
.rev_slider_wrapper,
.rev_slider {
    height: 465px !important;
    max-height: 465px !important;
    position: relative;
    overflow: hidden;
}

.rev-slidebg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------------- OVERLAY ---------------- */
.overlay-layer {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ---------------- CAPTION BASE ---------------- */
.title-small,
.title-big,
.paragraph,
.button-layer {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    z-index: 3;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

/* ---------------- CAPTION TEXT ---------------- */
.aks-caption-cont {
    display: block;
    width: 960px;
    height: 100%;
    margin-top: 68px;
    text-align: center;
    position: relative;
}

    .aks-caption-cont .title-small {
        font-size: 23px;
        font-weight: 600;
        color: #61adff;
    }

    .aks-caption-cont .title-big {
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
        color: #f5fb9d;
    }

    .aks-caption-cont .paragraph {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        position: relative;
    }

    .aks-caption-cont .button-layer {
        position: relative;
    }

/* ---------------- ACTIVE SLIDE ANIMATION ---------------- */
.rev_slider li.active .title-small {
    opacity: 1;
    transition-delay: 0.3s;
}

.rev_slider li.active .title-big {
    opacity: 1;
    transition-delay: 0.6s;
}

.rev_slider li.active .paragraph {
    opacity: 1;
    transition-delay: 0.9s;
}

.rev_slider li.active .button-layer {
    opacity: 1;
    transition-delay: 1.2s;
}

/* ---------------- CENTER BOX ---------------- */
.box-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---------------- HEADER ---------------- */
.header-style-1 .main-bar {
    /* background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 9.13%, rgba(4, 75, 228, 0.13) 87.02% ), #010329c2; */
    background: rgb(1 3 41);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 6, 71, 0.64) 89.42%), #00050c;
    box-shadow: 0 34px 81.998px 0 rgb(0 136 206 / 17%);
}

.header-style-1 .is-fixed.color-fill .main-bar {
    background: #002b6a;
    box-shadow: 0 17px 58px rgb(0 0 0 / 75%); /* horizontal offset, vertical offset, blur, color */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgb(0 4 46 / 64%) 89.42%), #003075;
}

/* ---------------- CATEGORY SECTION ---------------- */
.catagory-aks {
    padding: 38px 0;
    background: #eaf4ff;
    position: relative;
    min-height: 107px;
    z-index: 9;
}

/* ---------------- CATEGORY SLIDER ---------------- */
.main-categories-slider {
    width: 100%;
    padding: 20px 25px;
    text-align: center;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100% );
    border-radius: 6px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

/* ---------------- SEARCH FORM ---------------- */
.cat-aks-form {
    max-width: 1000px;
    margin: 12px auto 23px;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 9.13%, rgb(37 106 255 / 37%) 87.02% ), #005ec2;
    /* z-index: 9; */
}

/* ---------------- UTILITIES ---------------- */
.site-bg-primary {
    background-color: #020010;
}

button.scroltop {
    background: var(--blue);
}


/* Make icons bigger */
.main-categories-icon ion-icon {
    font-size: 31px; /* adjust size as needed */
    /* display: inline-block; */
    /* width: 60px; */ /* optional to give a fixed box */
    /* height: 60px; */
    /* line-height: 60px; */
    /* Gradient fill */
    /* background: linear-gradient(135deg, #ff6a00, #ee0979); */ /* example gradient */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* Smooth animation on hover */
    /* transition: transform 0.3s ease, filter 0.3s ease; */
}

/* Optional: hover effect */

/* Center icon in the box */
.main-categories-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 80px; */ /* adjust box size */
    /* height: 80px; */
}

/* Add this at the very top of your CSS file */
.wt-bnr-inr-aks, .wt-bnr-inr {
    height: 271px;
    width: 100%;
    display: table;
    background-image: url('../images/banner/2.jpg'); /* use relative path */
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
}

.masonry-filter {
    display: inline-block;
    margin-bottom: 0;
    overflow-x: scroll;
}




.masonry-filter {
    display: block; /* allow overflow scrolling */
    overflow-x: auto; /* horizontal scroll */
    overflow-y: hidden; /* hide vertical scroll */
    white-space: nowrap; /* keep items in one line */
    padding: 0 10px; /* optional: spacing on sides */
    margin-bottom: 0;
}

    .masonry-filter li {
        display: inline-block; /* keep li in row */
        margin-right: 15px; /* spacing between items */
    }

        .masonry-filter li:last-child {
            margin-right: 0; /* no extra margin at end */
        }

    /* Optional: hide scrollbar for webkit */
    .masonry-filter::-webkit-scrollbar {
        height: 6px;
    }

    .masonry-filter::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .masonry-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
/* ===== CITY DROPDOWN FIXED HEIGHT + ARROW ===== */
/* Container for Isotope */

.cities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center; /* or flex-start */
    background: #0000005c;
    border: 1px solid #002b6a4d;
    border-radius: 10px;
}

.cities-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    /* Base spacing */
    .cities-grid .masonry-item {
        width: 25%; /* ✅ 4 tiles per row */
        padding: 8px; /* spacing around tiles */
        box-sizing: border-box;
    }

/* Tablet (3 tiles) */
@media (max-width: 992px) {
    .cities-grid .masonry-item {
        width: 33.333%;
    }
}

/* Mobile (2 tiles) */
@media (max-width: 576px) {
    .cities-grid .masonry-item {
        width: 50%;
    }
}

/* Small mobile (1 tile) */
@media (max-width: 360px) {
    .cities-grid .masonry-item {
        width: 100%;
    }
}

/*.cities-grid .masonry-item {*/
/*width: 220px;*/
/*width: 33.33%;
    }*/

/*.cities-grid {
    position: relative; 
    display: block; 
}*/

/* Desktop */
/*.cities-grid .masonry-item {
        width: 220px; 
        margin: 0 12px 22px 0;
        float: left;
    }*/

.cities-grid .masonry-item .cities-slide-box {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Mobile: 1 grid = 100% width */
@media (max-width: 576px) {
    .cities-grid .masonry-item {
        width: 100% !important; /* full width on mobile */
        margin: 0 0 18px 0; /* no horizontal spacing */
        float: none; /* full width needs block-level */
    }

        .cities-grid .masonry-item .cities-slide-box {
            height: 220px; /* adjust height if needed */
        }
}




/* Slider Height */
#mainSlider .carousel-item {
    height: 490px;
    position: relative;
}

    /* Slider Image */
    #mainSlider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Center Caption */
#mainSlider .carousel-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    z-index: 2;
}

/* Caption Fade-in Animation */
#mainSlider .caption-blur {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Overlay Animation */
#mainSlider .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    animation: overlayCycle 9s infinite ease-in-out;
}

/* 3-Color Loop Overlay */
@keyframes overlayCycle {
    0% {
        background: rgba(0, 33, 30, 0.3);
    }

    33% {
        background: rgba(50, 0, 50, 0.3);
    }

    66% {
        background: rgba(100, 20, 10, 0.15);
    }

    100% {
        background: rgba(0, 33, 30, 0.3);
    }
}
/* Smooth Zoom + Fade Effect */
#mainSlider .carousel-item img {
    transform: scale(1);
    transition: transform 6s ease;
}

/* Fix positioning */
.carousel-item {
    position: relative;
}

/* FULL SCREEN OVERLAY */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%); /* edit darkness */
    z-index: 1;
}

/* Keep image behind overlay */
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Caption above overlay */
.carousel-caption {
    z-index: 2 !important;
}

/* Optional caption box */
.bgc {
    background: rgb(0 0 0 / 87%);
    border-radius: 10px;
}


#mainSlider .carousel-item.active img {
    transform: scale(1.15); /* Slow zoom */
}

/* Soft Fade Between Slides */
#mainSlider.carousel-fade .carousel-item {
    opacity: .1;
    transition: opacity 1.2s ease-in-out;
}

    #mainSlider.carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel {
    position: relative;
    background: black;
}
/* Text Gradient */
#mainSlider .text-white {
    /* color: #d0ff5ab8 !important; */
    color: rgba(182, 255, 0, 0.72) !important;
    /* background: linear-gradient(39deg, var(--bs-yellow), var(--bs-orange)); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-shadow: 2px 2px 4px rgb(0 0 0 / 34%);
}

/* Optional box background (if you want translucent box) */
/* Remove comment to enable */
/*
.bgc {
    background: #ffffffad;
}
*/

/* H1 Size */
#mainSlider h1 {
    font-size: 38px;
    /* max-width: 450px; */
    /* margin: auto; */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.page-content {
    position: relative;
    margin-top: 91px;
}
/* OVERLAY */
/*.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}*/
.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgb(58 24 2 / 54%) url(images/main-slider/slider3/patterns.png) repeat;
    background-size: auto; /* or adjust to 'contain' / 'cover' if needed */
    z-index: 1;
    backdrop-filter: grayscale(100%) contrast(1.2);
}

/* CAPTION CONTAINER */
.caption-blur {
    position: relative;
    z-index: 2;
}

    /* BLUR ANIMATION FOR HEADINGS */
    .caption-blur h1 {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
        animation: blurIn 1.2s ease forwards;
    }

    /* BLUR ANIMATION FOR PARAGRAPH */
    .caption-blur p {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
        animation: blurIn 1.4s ease forwards;
    }

/* ANIMATION KEYFRAMES */
@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.city-dorpdown {
    max-width: 550px;
    min-width: 320px;
    margin: auto;
}

.cities-slide-user {
    position: absolute;
    left: unset;
    right: 0px;
    bottom: -1px;
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background: transparent;
    color: #ffb398;
    border-radius: 10px;
    top: unset;
    font-size: 9px;
    letter-spacing: 0.2em;
}

#mainSlider p.text-white {
    color: #ffffff !important;
    width: 417px;
    margin: auto;
    text-align: center;
    padding: 3px;
    line-height: 1.8em;
    padding-bottom: 44px;
}

/* Slide caption fixed width */
.slide-caption {
    max-width: 500px; /* Limit width */
    width: 100%; /* Responsive width for smaller screens */
    min-height: 254px;
    margin: 0 auto; /* Center horizontally */
    text-align: left; /* Align text left or change to center if needed */
    position: relative; /* Keeps z-index stacking correct */
    z-index: 2; /* Above overlay */
    background: #010329f2;
    border-radius: 16px;
    padding: 19px;
}

    /* Optional animation spacing */
    .slide-caption h1 {
        margin-bottom: 15px;
        font-size: 2.5rem; /* Adjust as needed */
    }

    .slide-caption p {
        font-size: 1.1rem;
        line-height: 1.5;
    }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
    color: #ffba39;
}


.section-bg-city-filter {
    background-color: #020010;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9.13%, rgb(9 87 255 / 37%) 87.02%), #020010; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9.13%, rgb(0 45 143 / 37%) 87.02%), #020010;
}





/*======================== busines page==================================*/

/* Categories Tile Scoped */
.business-page-catagory-jbp .main-categories-box-outer {
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #002b6a;
    text-decoration: none;
    height: 148px;
}

    .business-page-catagory-jbp .main-categories-box-outer:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.business-page-catagory-jbp .main-categories-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #e6f0ff;
    transition: all 0.3s ease;
}

.business-page-catagory-jbp .main-categories-box-outer:hover .main-categories-box {
    background: #cce0ff;
}

.business-page-catagory-jbp .main-categories-icon {
    font-size: 28px;
    line-height: 1;
    color: #002b6a;
}

.business-page-catagory-jbp .main-categories-box-outer span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

/* Master Category Box */
.main-categories-box {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    transition: 0.3s;
}

.main-categories-box-outer {
    display: block;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

    .main-categories-box-outer:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.main-categories-icon {
    font-size: 32px;
    color: #fff;
}

.business-page-catagory-jbp .main-categories-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #e6f0ff;
    transition: all 0.3s ease;
}

    /* --- LIGHT COLOR CLASSES (SOLID COLORS, NO GRADIENTS) --- */
    /* Category Colors — Uniform Light Pastel Palette */

    .business-page-catagory-jbp .main-categories-box.cat-1 {
        background-color: #EAF3FF;
    }
    /* ice blue */
    .business-page-catagory-jbp .main-categories-box.cat-2 {
        background-color: #FFF2F2;
    }
    /* soft pink */
    .business-page-catagory-jbp .main-categories-box.cat-3 {
        background-color: #FFF8E6;
    }
    /* cream */
    .business-page-catagory-jbp .main-categories-box.cat-4 {
        background-color: #E9FFE9;
    }
    /* mint */
    .business-page-catagory-jbp .main-categories-box.cat-5 {
        background-color: #F3E8FF;
    }
    /* baby purple */
    .business-page-catagory-jbp .main-categories-box.cat-6 {
        background-color: #FFEFE0;
    }
    /* peach */
    .business-page-catagory-jbp .main-categories-box.cat-7 {
        background-color: #E7FDFE;
    }
    /* aqua */
    .business-page-catagory-jbp .main-categories-box.cat-8 {
        background-color: #FDF0FF;
    }
    /* lavender pink */
    .business-page-catagory-jbp .main-categories-box.cat-9 {
        background-color: #F4F9E8;
    }
    /* lemon tint */
    .business-page-catagory-jbp .main-categories-box.cat-10 {
        background-color: #EBF6FF;
    }
    /* soft sky */
    .business-page-catagory-jbp .main-categories-box.cat-11 {
        background-color: #FFF4EA;
    }
    /* apricot */
    .business-page-catagory-jbp .main-categories-box.cat-12 {
        background-color: #EAF7FF;
    }
    /* light cyan */
    .business-page-catagory-jbp .main-categories-box.cat-13 {
        background-color: #FFF0F8;
    }
    /* pastel rose */
    .business-page-catagory-jbp .main-categories-box.cat-14 {
        background-color: #F3FFE9;
    }
    /* spring green */
    .business-page-catagory-jbp .main-categories-box.cat-15 {
        background-color: #F8EFFF;
    }
    /* pastel lavender */
    .business-page-catagory-jbp .main-categories-box.cat-16 {
        background-color: #EFFFF7;
    }
    /* mint white */
    .business-page-catagory-jbp .main-categories-box.cat-17 {
        background-color: #FFF7E9;
    }
    /* mellow biscuit */
    .business-page-catagory-jbp .main-categories-box.cat-18 {
        background-color: #E9EEFF;
    }
    /* periwinkle */
    .business-page-catagory-jbp .main-categories-box.cat-19 {
        background-color: #FFE9F2;
    }
    /* blush */
    .business-page-catagory-jbp .main-categories-box.cat-20 {
        background-color: #E9FFF3;
    }
    /* cool mint */
    .business-page-catagory-jbp .main-categories-box.cat-21 {
        background-color: #FFEFEF;
    }
    /* cotton pink */
    .business-page-catagory-jbp .main-categories-box.cat-22 {
        background-color: #F0FFF6;
    }
    /* pastel teal */
    .business-page-catagory-jbp .main-categories-box.cat-23 {
        background-color: #ECF8FF;
    }
    /* baby blue */
    .business-page-catagory-jbp .main-categories-box.cat-24 {
        background-color: #FFF6E8;
    }
    /* pale orange */
    .business-page-catagory-jbp .main-categories-box.cat-25 {
        background-color: #F2E9FF;
    }
    /* soft violet */
    .business-page-catagory-jbp .main-categories-box.cat-26 {
        background-color: #E9FFF9;
    }
    /* mint aqua */
    .business-page-catagory-jbp .main-categories-box.cat-27 {
        background-color: #FFE9EA;
    }
    /* gentle red */
    .business-page-catagory-jbp .main-categories-box.cat-28 {
        background-color: #F7FFE9;
    }
    /* fresh lime */
    .business-page-catagory-jbp .main-categories-box.cat-29 {
        background-color: #E9F4FF;
    }
    /* bluish ice */
    .business-page-catagory-jbp .main-categories-box.cat-30 {
        background-color: #FFE9FD;
    }
/* baby magenta */
.main-categories-box span {
    background-color: yellow;
    display: block;
}

.business-page-catagory-jbp .col,
.business-page-catagory-jbp .col-1,
.business-page-catagory-jbp .col-2,
.business-page-catagory-jbp .col-3,
.business-page-catagory-jbp .col-4,
.business-page-catagory-jbp .col-5,
.business-page-catagory-jbp .col-6,
.business-page-catagory-jbp .col-7,
.business-page-catagory-jbp .col-8,
.business-page-catagory-jbp .col-9,
.business-page-catagory-jbp .col-10,
.business-page-catagory-jbp .col-11,
.business-page-catagory-jbp .col-12,
.business-page-catagory-jbp .col-sm,
.business-page-catagory-jbp .col-sm-1,
.business-page-catagory-jbp .col-sm-2,
.business-page-catagory-jbp .col-sm-3,
.business-page-catagory-jbp .col-sm-4,
.business-page-catagory-jbp .col-sm-5,
.business-page-catagory-jbp .col-sm-6,
.business-page-catagory-jbp .col-sm-7,
.business-page-catagory-jbp .col-sm-8,
.business-page-catagory-jbp .col-sm-9,
.business-page-catagory-jbp .col-sm-10,
.business-page-catagory-jbp .col-sm-11,
.business-page-catagory-jbp .col-sm-12,
.business-page-catagory-jbp .col-md,
.business-page-catagory-jbp .col-md-1,
.business-page-catagory-jbp .col-md-2,
.business-page-catagory-jbp .col-md-3,
.business-page-catagory-jbp .col-md-4,
.business-page-catagory-jbp .col-md-5,
.business-page-catagory-jbp .col-md-6,
.business-page-catagory-jbp .col-md-7,
.business-page-catagory-jbp .col-md-8,
.business-page-catagory-jbp .col-md-9,
.business-page-catagory-jbp .col-md-10,
.business-page-catagory-jbp .col-md-11,
.business-page-catagory-jbp .col-md-12,
.business-page-catagory-jbp .col-lg,
.business-page-catagory-jbp .col-lg-1,
.business-page-catagory-jbp .col-lg-2,
.business-page-catagory-jbp .col-lg-3,
.business-page-catagory-jbp .col-lg-4,
.business-page-catagory-jbp .col-lg-5,
.business-page-catagory-jbp .col-lg-6,
.business-page-catagory-jbp .col-lg-7,
.business-page-catagory-jbp .col-lg-8,
.business-page-catagory-jbp .col-lg-9,
.business-page-catagory-jbp .col-lg-10,
.business-page-catagory-jbp .col-lg-11,
.business-page-catagory-jbp .col-lg-12 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.business-list-master .list-category-content .listing-place-timing {
    margin-top: 2px;
    display: inline-block;
    position: absolute;
    right: 2px;
}

.business-list-master .listing-cat-address {
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.business-list-master .listing-place-name {
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 4px;
}

/* Default (desktop) – keep your values */
.business-list-master .list-item-container .list-image-box, .bg-detail-page-aks .list-item-container .list-image-box {
    width: 396px;
    height: 186px;
    position: relative;
    background-color: #d0d0d0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 0;
    border-radius: 0;
    overflow: hidden;
    display: block;
    border: 1px solid #cecece;
    background-size: contain;
    background-position: center;
    /* background-repeat: no-repeat; */
}

/* Tablet view */
@media (max-width: 991px) {
    .business-list-master .list-item-container .list-image-box, .bg-detail-page-aks .list-item-container .list-image-box {
        width: 100%;
        height: 220px;
        width: 396px;
        height: 186px;
        float: none;
        margin-bottom: 15px;
        background-color: #acacac;
        margin: auto;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .business-list-master .list-item-container .list-image-box, .bg-detail-page-aks .list-item-container .list-image-box {
        width: 100%;
        height: 180px; /* auto ratio but looks best */
        float: none;
        margin-bottom: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .business-list-master .list-item-container .list-image-box, .bg-detail-page-aks .list-item-container .list-image-box {
        height: 150px;
    }
}

.list-item-container {
    position: relative;
}

.details-btn {
    position: absolute;
    right: 15px;
    bottom: 5px;
    background: #da241e;
    color: #fff;
    padding: 10px 19px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease;
    /* margin-top: 21px !important; */
    border-radius: 20px;
}

    .details-btn:hover {
        background: #004599;
        color: #fff;
    }

.main-categories-slider-outer {
    position: relative;
    margin-bottom: 60px;
    display: none;
}

.cities-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: red;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 43 106) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 );
}


/* Mobile breakpoint */
@media (max-width: 768px) {
    .slide-caption {
        height: auto; /* ✅ auto height on mobile */
        max-height: none; /* safety reset */
    }

    #mainSlider p.text-white {
        width: auto;
        padding-bottom: 60px !important;
        padding: 22px;
    }
}

.list-category-content {
    overflow: hidden;
    padding: 17px;
    padding-top: 0px;
}

.card-clickable {
    position: relative;
    cursor: pointer;
}

.card-full-link {
    /* position: absolute; */
    inset: 0;
    /* z-index: 1; */
    /* text-indent: -9999px; */
}

/* Keep real buttons & links clickable */
.card-clickable a,
.card-clickable button {
    /* position: relative; */
    z-index: 2;
}

.bg-detail-page-aks {
    /* background-color: #ffffff12; */
    /* padding-bottom: 6px; */
    /* padding-top: 6px; */
    /* margin-bottom: 15px; */
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
    /* background-image: url("/images/abhishek/mp-water-mark.png"); */
}

.list-unstyled, .wt-list-single-info-box {
    padding: 15px;
}

h3.wt-list-single-title {
    color: #fc4e1b;
}

.wt-list-single3-location-info li {
    position: relative;
    line-height: 1.2em;
    font-weight: 600;
}

p a {
    color: rgb(218 59 3);
}

.site-button-small {
    margin: 0 5px 5px 0px;
    background: #cce0ff;
    border-radius: 10px;
}

.site-button-secondry {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 51, 0, 0.00) 0%, rgb(255 51 0 / 52%) 100%), #F96B39;
}

@media (max-width: 768px) {
    .page-content {
        position: relative;
        margin-top: 70px;
    }
}

.wt-single-amenities-list li .amen-outer .ameni-icon span {
    border-radius: 49px;
}


.wt-list-single3-location-info {
    /*     background-color: #ebebeb;*/

    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    border-radius: 15px;
    padding-top: 24px;
    font-size: 13px;
}

.aks-page-list-top80 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.aks-catagory-label-social .site-button-small {
}

.star-rating-counts {
    display: inline;
    background-color: #f11749;
    color: #fff;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 20px;
    font-size: 14px;
    height: 22px;
    width: 33px;
}

.hosted-by {
    padding-bottom: 3px;
    display: block;
}

.listing-place-timing .color-lebel {
    border-radius: 15px;
}

.listing-place-name a {
    font-size: 28px;
    color: #0f1221;
    font-weight: 800;
}
/* ---------------- LOGO ---------------- */
.logo-header {
    margin-top: -5px;
}

/* ---------------- SLIDER HEIGHT ---------------- */
.default-banner,
.rev_slider_wrapper,
.rev_slider {
    height: 465px !important;
    max-height: 465px !important;
    position: relative;
    overflow: hidden;
}

.rev-slidebg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ---------------- OVERLAY ---------------- */
.overlay-layer {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/* ---------------- CAPTION BASE ---------------- */
.title-small,
.title-big,
.paragraph,
.button-layer {
    opacity: 0;
    transition: opacity 1s ease, transform 1s ease;
    z-index: 3;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

/* ---------------- CAPTION TEXT ---------------- */
.aks-caption-cont {
    display: block;
    width: 960px;
    height: 100%;
    margin-top: 68px;
    text-align: center;
    position: relative;
}

    .aks-caption-cont .title-small {
        font-size: 23px;
        font-weight: 600;
        color: #61adff;
    }

    .aks-caption-cont .title-big {
        font-size: 35px;
        font-weight: 700;
        text-transform: uppercase;
        color: #f5fb9d;
    }

    .aks-caption-cont .paragraph {
        font-size: 16px;
        line-height: 30px;
        font-weight: 500;
        position: relative;
    }

    .aks-caption-cont .button-layer {
        position: relative;
    }

/* ---------------- ACTIVE SLIDE ANIMATION ---------------- */
.rev_slider li.active .title-small {
    opacity: 1;
    transition-delay: 0.3s;
}

.rev_slider li.active .title-big {
    opacity: 1;
    transition-delay: 0.6s;
}

.rev_slider li.active .paragraph {
    opacity: 1;
    transition-delay: 0.9s;
}

.rev_slider li.active .button-layer {
    opacity: 1;
    transition-delay: 1.2s;
}

/* ---------------- CENTER BOX ---------------- */
.box-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---------------- HEADER ---------------- */
.header-style-1 .main-bar {
    /* background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 9.13%, rgba(4, 75, 228, 0.13) 87.02% ), #010329c2; */
    background: rgb(1 3 41);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 6, 71, 0.64) 89.42%), #00050c;
    box-shadow: 0 34px 81.998px 0 rgb(0 136 206 / 17%);
}

.header-style-1 .is-fixed.color-fill .main-bar {
    background: #002b6a;
    box-shadow: 0 17px 58px rgb(0 0 0 / 75%); /* horizontal offset, vertical offset, blur, color */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgb(0 4 46 / 64%) 89.42%), #003075;
}

/* ---------------- CATEGORY SECTION ---------------- */
.catagory-aks {
    padding: 38px 0;
    background: #eaf4ff;
    position: relative;
    min-height: 107px;
    z-index: 9;
}

/* ---------------- CATEGORY SLIDER ---------------- */
.main-categories-slider {
    width: 100%;
    padding: 20px 25px;
    text-align: center;
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 0) 100% );
    border-radius: 6px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
}

/* ---------------- SEARCH FORM ---------------- */
.cat-aks-form {
    max-width: 1000px;
    margin: 12px auto 23px;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0) 9.13%, rgb(37 106 255 / 37%) 87.02% ), #005ec2;
    /* z-index: 9; */
}

/* ---------------- UTILITIES ---------------- */
.site-bg-primary {
    background-color: #020010;
}

button.scroltop {
    background: var(--blue);
}


/* Make icons bigger */
.main-categories-icon ion-icon {
    font-size: 31px; /* adjust size as needed */
    /* display: inline-block; */
    /* width: 60px; */ /* optional to give a fixed box */
    /* height: 60px; */
    /* line-height: 60px; */
    /* Gradient fill */
    /* background: linear-gradient(135deg, #ff6a00, #ee0979); */ /* example gradient */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* Smooth animation on hover */
    /* transition: transform 0.3s ease, filter 0.3s ease; */
}

/* Optional: hover effect */

/* Center icon in the box */
.main-categories-box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 80px; */ /* adjust box size */
    /* height: 80px; */
}

/* Add this at the very top of your CSS file */
.wt-bnr-inr-aks, .wt-bnr-inr {
    height: 271px;
    width: 100%;
    display: table;
    background-image: url('../images/banner/2.jpg'); /* use relative path */
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
}

.masonry-filter {
    display: inline-block;
    margin-bottom: 0;
    overflow-x: scroll;
}




.masonry-filter {
    display: block; /* allow overflow scrolling */
    overflow-x: auto; /* horizontal scroll */
    overflow-y: hidden; /* hide vertical scroll */
    white-space: nowrap; /* keep items in one line */
    padding: 0 10px; /* optional: spacing on sides */
    margin-bottom: 0;
}

    .masonry-filter li {
        display: inline-block; /* keep li in row */
        margin-right: 15px; /* spacing between items */
    }

        .masonry-filter li:last-child {
            margin-right: 0; /* no extra margin at end */
        }

    /* Optional: hide scrollbar for webkit */
    .masonry-filter::-webkit-scrollbar {
        height: 6px;
    }

    .masonry-filter::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .masonry-filter::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
/* ===== CITY DROPDOWN FIXED HEIGHT + ARROW ===== */
/* Container for Isotope */

.cities-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center; /* or flex-start */
    background: #0000005c;
    border: 1px solid #002b6a4d;
    border-radius: 10px;
}

.cities-grid {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

    /* Base spacing */
    .cities-grid .masonry-item {
        width: 25%; /* ✅ 4 tiles per row */
        padding: 8px; /* spacing around tiles */
        box-sizing: border-box;
    }

/* Tablet (3 tiles) */
@media (max-width: 992px) {
    .cities-grid .masonry-item {
        width: 33.333%;
    }
}

/* Mobile (2 tiles) */
@media (max-width: 576px) {
    .cities-grid .masonry-item {
        width: 50%;
    }
}

/* Small mobile (1 tile) */
@media (max-width: 360px) {
    .cities-grid .masonry-item {
        width: 100%;
    }
}

/*.cities-grid .masonry-item {*/
/*width: 220px;*/
/*width: 33.33%;
    }*/

/*.cities-grid {
    position: relative; 
    display: block; 
}*/

/* Desktop */
/*.cities-grid .masonry-item {
        width: 220px; 
        margin: 0 12px 22px 0;
        float: left;
    }*/

.cities-grid .masonry-item .cities-slide-box {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Mobile: 1 grid = 100% width */
@media (max-width: 576px) {
    .cities-grid .masonry-item {
        width: 100% !important; /* full width on mobile */
        margin: 0 0 18px 0; /* no horizontal spacing */
        float: none; /* full width needs block-level */
    }

        .cities-grid .masonry-item .cities-slide-box {
            height: 220px; /* adjust height if needed */
        }
}




/* Slider Height */
#mainSlider .carousel-item {
    height: 490px;
    position: relative;
}

    /* Slider Image */
    #mainSlider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Center Caption */
#mainSlider .carousel-caption {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    z-index: 2;
}

/* Caption Fade-in Animation */
#mainSlider .caption-blur {
    opacity: 0;
    animation: fadeIn 1s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Overlay Animation */
#mainSlider .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    animation: overlayCycle 9s infinite ease-in-out;
}

/* 3-Color Loop Overlay */
@keyframes overlayCycle {
    0% {
        background: rgba(0, 33, 30, 0.3);
    }

    33% {
        background: rgba(50, 0, 50, 0.3);
    }

    66% {
        background: rgba(100, 20, 10, 0.15);
    }

    100% {
        background: rgba(0, 33, 30, 0.3);
    }
}
/* Smooth Zoom + Fade Effect */
#mainSlider .carousel-item img {
    transform: scale(1);
    transition: transform 6s ease;
}

/* Fix positioning */
.carousel-item {
    position: relative;
}

/* FULL SCREEN OVERLAY */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%); /* edit darkness */
    z-index: 1;
}

/* Keep image behind overlay */
.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Caption above overlay */
.carousel-caption {
    z-index: 2 !important;
}

/* Optional caption box */
.bgc {
    background: rgb(0 0 0 / 87%);
    border-radius: 10px;
}


#mainSlider .carousel-item.active img {
    transform: scale(1.15); /* Slow zoom */
}

/* Soft Fade Between Slides */
#mainSlider.carousel-fade .carousel-item {
    opacity: .1;
    transition: opacity 1.2s ease-in-out;
}

    #mainSlider.carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel {
    position: relative;
    background: black;
}
/* Text Gradient */
#mainSlider .text-white {
    /* color: #d0ff5ab8 !important; */
    color: rgba(182, 255, 0, 0.72) !important;
    /* background: linear-gradient(39deg, var(--bs-yellow), var(--bs-orange)); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-shadow: 2px 2px 4px rgb(0 0 0 / 34%);
}

/* Optional box background (if you want translucent box) */
/* Remove comment to enable */
/*
.bgc {
    background: #ffffffad;
}
*/

/* H1 Size */
#mainSlider h1 {
    font-size: 38px;
    /* max-width: 450px; */
    /* margin: auto; */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.page-content {
    position: relative;
    margin-top: 91px;
}
/* OVERLAY */
/*.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}*/
.slide-overlay {
    position: absolute;
    inset: 0;
    background: rgb(58 24 2 / 54%) url(images/main-slider/slider3/patterns.png) repeat;
    background-size: auto; /* or adjust to 'contain' / 'cover' if needed */
    z-index: 1;
    backdrop-filter: grayscale(100%) contrast(1.2);
}

/* CAPTION CONTAINER */
.caption-blur {
    position: relative;
    z-index: 2;
}

    /* BLUR ANIMATION FOR HEADINGS */
    .caption-blur h1 {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
        animation: blurIn 1.2s ease forwards;
    }

    /* BLUR ANIMATION FOR PARAGRAPH */
    .caption-blur p {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
        animation: blurIn 1.4s ease forwards;
    }

/* ANIMATION KEYFRAMES */
@keyframes blurIn {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.city-dorpdown {
    max-width: 550px;
    min-width: 320px;
    margin: auto;
}

.cities-slide-user {
    position: absolute;
    left: unset;
    right: 0px;
    bottom: -1px;
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
    background: transparent;
    color: #ffb398;
    border-radius: 10px;
    top: unset;
    font-size: 9px;
    letter-spacing: 0.2em;
}

#mainSlider p.text-white {
    color: #ffffff !important;
    width: 417px;
    margin: auto;
    text-align: center;
    padding: 3px;
    line-height: 1.8em;
    padding-bottom: 44px;
}

/* Slide caption fixed width */
.slide-caption {
    max-width: 500px; /* Limit width */
    width: 100%; /* Responsive width for smaller screens */
    min-height: 254px;
    margin: 0 auto; /* Center horizontally */
    text-align: left; /* Align text left or change to center if needed */
    position: relative; /* Keeps z-index stacking correct */
    z-index: 2; /* Above overlay */
    background: #010329f2;
    border-radius: 16px;
    padding: 19px;
}

    /* Optional animation spacing */
    .slide-caption h1 {
        margin-bottom: 15px;
        font-size: 2.5rem; /* Adjust as needed */
    }

    .slide-caption p {
        font-size: 1.1rem;
        line-height: 1.5;
    }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
    color: #ffba39;
}


.section-bg-city-filter {
    background-color: #020010;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9.13%, rgb(9 87 255 / 37%) 87.02%), #020010; */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 9.13%, rgb(0 45 143 / 37%) 87.02%), #020010;
}





/*======================== busines page==================================*/

/* Categories Tile Scoped */
.business-page-catagory-jbp .main-categories-box-outer {
    display: block;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #002b6a;
    text-decoration: none;
    height: 148px;
}

    .business-page-catagory-jbp .main-categories-box-outer:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.business-page-catagory-jbp .main-categories-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #e6f0ff;
    transition: all 0.3s ease;
}

.business-page-catagory-jbp .main-categories-box-outer:hover .main-categories-box {
    background: #cce0ff;
}

.business-page-catagory-jbp .main-categories-icon {
    font-size: 28px;
    line-height: 1;
    color: #002b6a;
}

.business-page-catagory-jbp .main-categories-box-outer span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}

/* Master Category Box */
.main-categories-box {
    width: 80px;
    height: 80px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    transition: 0.3s;
}

.main-categories-box-outer {
    display: block;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: 0.3s ease;
}

    .main-categories-box-outer:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

.main-categories-icon {
    font-size: 32px;
    color: #fff;
}

.business-page-catagory-jbp .main-categories-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background: #e6f0ff;
    transition: all 0.3s ease;
}

    /* --- LIGHT COLOR CLASSES (SOLID COLORS, NO GRADIENTS) --- */
    /* Category Colors — Uniform Light Pastel Palette */

    .business-page-catagory-jbp .main-categories-box.cat-1 {
        background-color: #EAF3FF;
    }
    /* ice blue */
    .business-page-catagory-jbp .main-categories-box.cat-2 {
        background-color: #FFF2F2;
    }
    /* soft pink */
    .business-page-catagory-jbp .main-categories-box.cat-3 {
        background-color: #FFF8E6;
    }
    /* cream */
    .business-page-catagory-jbp .main-categories-box.cat-4 {
        background-color: #E9FFE9;
    }
    /* mint */
    .business-page-catagory-jbp .main-categories-box.cat-5 {
        background-color: #F3E8FF;
    }
    /* baby purple */
    .business-page-catagory-jbp .main-categories-box.cat-6 {
        background-color: #FFEFE0;
    }
    /* peach */
    .business-page-catagory-jbp .main-categories-box.cat-7 {
        background-color: #E7FDFE;
    }
    /* aqua */
    .business-page-catagory-jbp .main-categories-box.cat-8 {
        background-color: #FDF0FF;
    }
    /* lavender pink */
    .business-page-catagory-jbp .main-categories-box.cat-9 {
        background-color: #F4F9E8;
    }
    /* lemon tint */
    .business-page-catagory-jbp .main-categories-box.cat-10 {
        background-color: #EBF6FF;
    }
    /* soft sky */
    .business-page-catagory-jbp .main-categories-box.cat-11 {
        background-color: #FFF4EA;
    }
    /* apricot */
    .business-page-catagory-jbp .main-categories-box.cat-12 {
        background-color: #EAF7FF;
    }
    /* light cyan */
    .business-page-catagory-jbp .main-categories-box.cat-13 {
        background-color: #FFF0F8;
    }
    /* pastel rose */
    .business-page-catagory-jbp .main-categories-box.cat-14 {
        background-color: #F3FFE9;
    }
    /* spring green */
    .business-page-catagory-jbp .main-categories-box.cat-15 {
        background-color: #F8EFFF;
    }
    /* pastel lavender */
    .business-page-catagory-jbp .main-categories-box.cat-16 {
        background-color: #EFFFF7;
    }
    /* mint white */
    .business-page-catagory-jbp .main-categories-box.cat-17 {
        background-color: #FFF7E9;
    }
    /* mellow biscuit */
    .business-page-catagory-jbp .main-categories-box.cat-18 {
        background-color: #E9EEFF;
    }
    /* periwinkle */
    .business-page-catagory-jbp .main-categories-box.cat-19 {
        background-color: #FFE9F2;
    }
    /* blush */
    .business-page-catagory-jbp .main-categories-box.cat-20 {
        background-color: #E9FFF3;
    }
    /* cool mint */
    .business-page-catagory-jbp .main-categories-box.cat-21 {
        background-color: #FFEFEF;
    }
    /* cotton pink */
    .business-page-catagory-jbp .main-categories-box.cat-22 {
        background-color: #F0FFF6;
    }
    /* pastel teal */
    .business-page-catagory-jbp .main-categories-box.cat-23 {
        background-color: #ECF8FF;
    }
    /* baby blue */
    .business-page-catagory-jbp .main-categories-box.cat-24 {
        background-color: #FFF6E8;
    }
    /* pale orange */
    .business-page-catagory-jbp .main-categories-box.cat-25 {
        background-color: #F2E9FF;
    }
    /* soft violet */
    .business-page-catagory-jbp .main-categories-box.cat-26 {
        background-color: #E9FFF9;
    }
    /* mint aqua */
    .business-page-catagory-jbp .main-categories-box.cat-27 {
        background-color: #FFE9EA;
    }
    /* gentle red */
    .business-page-catagory-jbp .main-categories-box.cat-28 {
        background-color: #F7FFE9;
    }
    /* fresh lime */
    .business-page-catagory-jbp .main-categories-box.cat-29 {
        background-color: #E9F4FF;
    }
    /* bluish ice */
    .business-page-catagory-jbp .main-categories-box.cat-30 {
        background-color: #FFE9FD;
    }
/* baby magenta */
.main-categories-box span {
    background-color: yellow;
    display: block;
}

.business-page-catagory-jbp .col,
.business-page-catagory-jbp .col-1,
.business-page-catagory-jbp .col-2,
.business-page-catagory-jbp .col-3,
.business-page-catagory-jbp .col-4,
.business-page-catagory-jbp .col-5,
.business-page-catagory-jbp .col-6,
.business-page-catagory-jbp .col-7,
.business-page-catagory-jbp .col-8,
.business-page-catagory-jbp .col-9,
.business-page-catagory-jbp .col-10,
.business-page-catagory-jbp .col-11,
.business-page-catagory-jbp .col-12,
.business-page-catagory-jbp .col-sm,
.business-page-catagory-jbp .col-sm-1,
.business-page-catagory-jbp .col-sm-2,
.business-page-catagory-jbp .col-sm-3,
.business-page-catagory-jbp .col-sm-4,
.business-page-catagory-jbp .col-sm-5,
.business-page-catagory-jbp .col-sm-6,
.business-page-catagory-jbp .col-sm-7,
.business-page-catagory-jbp .col-sm-8,
.business-page-catagory-jbp .col-sm-9,
.business-page-catagory-jbp .col-sm-10,
.business-page-catagory-jbp .col-sm-11,
.business-page-catagory-jbp .col-sm-12,
.business-page-catagory-jbp .col-md,
.business-page-catagory-jbp .col-md-1,
.business-page-catagory-jbp .col-md-2,
.business-page-catagory-jbp .col-md-3,
.business-page-catagory-jbp .col-md-4,
.business-page-catagory-jbp .col-md-5,
.business-page-catagory-jbp .col-md-6,
.business-page-catagory-jbp .col-md-7,
.business-page-catagory-jbp .col-md-8,
.business-page-catagory-jbp .col-md-9,
.business-page-catagory-jbp .col-md-10,
.business-page-catagory-jbp .col-md-11,
.business-page-catagory-jbp .col-md-12,
.business-page-catagory-jbp .col-lg,
.business-page-catagory-jbp .col-lg-1,
.business-page-catagory-jbp .col-lg-2,
.business-page-catagory-jbp .col-lg-3,
.business-page-catagory-jbp .col-lg-4,
.business-page-catagory-jbp .col-lg-5,
.business-page-catagory-jbp .col-lg-6,
.business-page-catagory-jbp .col-lg-7,
.business-page-catagory-jbp .col-lg-8,
.business-page-catagory-jbp .col-lg-9,
.business-page-catagory-jbp .col-lg-10,
.business-page-catagory-jbp .col-lg-11,
.business-page-catagory-jbp .col-lg-12 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.business-list-master .list-category-content .listing-place-timing, .bg-detail-page-aks .list-category-content .listing-place-timing {
    margin-top: 2px;
    display: inline-block;
    position: absolute;
    right: 2px;
}

.business-list-master .listing-cat-address, .bg-detail-page-aks .listing-cat-address {
    display: block;
    font-weight: 600;
    font-size: 12px;
}

.business-list-master .listing-place-name, .bg-detail-page-aks .listing-place-name {
    margin-top: 10px;
    padding: 0px;
    margin-bottom: 4px;
}

/* Default (desktop) – keep your values */
.business-list-master .list-item-container .list-image-box {
    width: 396px;
    height: 186px;
    position: relative;
    background-color: #dbdbdb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 0;
    border-radius: 0;
    overflow: hidden;
    display: block;
    border: 1px solid #cecece;
    background-size: contain;
    background-position: center;
    /* background-repeat: no-repeat; */
}

/* Tablet view */
@media (max-width: 991px) {
    .business-list-master .list-item-container .list-image-box {
        width: 100%;
        height: 220px;
        width: 396px;
        height: 186px;
        float: none;
        margin-bottom: 15px;
        background-color: #acacac;
        margin: auto;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .business-list-master .list-item-container .list-image-box {
        width: 100%;
        height: 180px; /* auto ratio but looks best */
        float: none;
        margin-bottom: 15px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .business-list-master .list-item-container .list-image-box {
        height: 150px;
    }
}

.list-item-container {
    position: relative;
}

.details-btn {
    position: absolute;
    right: 15px;
    bottom: 5px;
    background: #da241e;
    color: #fff;
    padding: 10px 19px;
    padding-top: 13px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease;
    /* margin-top: 21px !important; */
    border-radius: 20px;
}

    .details-btn:hover {
        background: #004599;
        color: #fff;
    }

.main-categories-slider-outer {
    position: relative;
    margin-bottom: 60px;
    display: none;
}

.cities-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: red;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 100%);
    /* background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0 43 106) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bd000000',GradientType=0 );
}


/* Mobile breakpoint */
@media (max-width: 768px) {
    .slide-caption {
        height: auto; /* ✅ auto height on mobile */
        max-height: none; /* safety reset */
    }

    #mainSlider p.text-white {
        width: auto;
        padding-bottom: 60px !important;
        padding: 22px;
    }
}

.list-category-content {
    overflow: hidden;
    padding: 17px;
    padding-top: 0px;
}

.card-clickable {
    position: relative;
    cursor: pointer;
}

.card-full-link {
    /* position: absolute; */
    inset: 0;
    z-index: 1;
    /* text-indent: -9999px; */
}

/* Keep real buttons & links clickable */
.card-clickable a,
.card-clickable button {
    /* position: relative; */
    z-index: 2;
}

.bg-detail-page-aks {
    background-color: #ffffff12;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    /* box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important; */
    background-image: url("/images/abhishek/mp-water-mark.png");
}

.list-unstyled, .wt-list-single-info-box {
    padding: 15px;
}

h3.wt-list-single-title {
    color: #fc4e1b;
}

.wt-list-single3-location-info li {
    position: relative;
    line-height: 1.2em;
    font-weight: 600;
}

p a {
    color: rgb(218 59 3);
}

.site-button-small {
    margin: 0 5px 5px 0px;
    background: #e6f0ff;
    border-radius: 10px;
}

.site-button-secondry {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 51, 0, 0.00) 0%, rgb(255 51 0 / 52%) 100%), #F96B39;
}

@media (max-width: 768px) {
    .page-content {
        position: relative;
        margin-top: 70px;
    }
}

.wt-single-amenities-list li .amen-outer .ameni-icon span {
    border-radius: 49px;
}


.wt-list-single3-location-info {
    /*     background-color: #ebebeb;*/

    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    border-radius: 15px;
    padding-top: 24px;
    font-size: 13px;
}

.aks-page-list-top80 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.aks-catagory-label-social .site-button-small {
}

.star-rating-counts {
    display: inline;
    background-color: #f11749;
    color: #fff;
    font-weight: 600;
    padding: 1px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 20px;
    font-size: 14px;
    height: 22px;
    width: 33px;
}

.hosted-by {
    padding-bottom: 3px;
    display: block;
}

.listing-place-timing .color-lebel {
    border-radius: 15px;
}

.listing-place-name a {
    font-size: 28px;
    color: #0f1221;
    font-weight: 800;
}

.bg-detail-page-aks .side-bar-opposite {
    background: #fffff6;
    padding-bottom: 2px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wt-listing-container {
    background-color: #fff;
}

.vertical-marquee-container {
    height: 250px !important;
    overflow: hidden;
    position: relative;
    background: #f9f9f9 !important;
    border-radius: 10px;
    box-shadow: unset !important;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.bg-detail-page-aks .details-btn {
    display: none;
}

@media (max-width: 767px) {
    .business-list-master .list-category-content .listing-place-timing,
    .bg-detail-page-aks .list-category-content .listing-place-timing {
        margin-top: 0; /* adjust for mobile */
        position: relative; /* absolute causes overlap on small screens */
        right: auto;
        display: block;
        margin-left: auto; /* optional alignment */
    }
}

.bg-detail-page-aks .list-item-container .list-image-box {
    margin-top: 13px;
    margin-left: 5px;
}
