
:root{
    /* Core brand */
    --accent: #2f2e74;              /* Primary (indigo) */
    --accent-contrast: #ffffff;      /* Text on primary */
    --accent-hover: #44439a;         /* Slightly brighter for hover */
    --accent-active: #24235a;        /* Slightly darker for active */
    --accent-soft: #ebeaf8;          /* Tinted soft bg (chips, subtle states) */

    /* Base surfaces */
    --bg: #f6f7fb;                   /* App background (cool, clean) */
    --surface: #ffffff;              /* Cards, panels */
    --beige: #f0eef8;                /* Secondary section bg (optional) */

    /* Text colors */
    --ink: #1f224a;                  /* Headings (AAA on white) */
    --muted: #495479;                /* Body text (AA on white) */
    --subtle: #62709a;               /* Secondary text / metadata */

    /* Lines & depth */
    --line: #e4e7f0;                 /* Dividers, borders */
    --shadow: 0 8px 24px rgba(31,34,74,0.08);

    /* Radius & layout */
    --radius: 14px;
    --radius-lg: 22px;
    --container: 1180px;

    /* Semantic states */
    --success: #2e7d6b;
    --success-contrast: #ffffff;
    --warning: #b7791f;
    --warning-contrast: #ffffff;
    --danger: #b42318;
    --danger-contrast: #ffffff;

    /* Focus ring */
    --focus: rgba(47,46,116,0.35);   /* Accessible focus halo */
}

/* Resets */
*,*::before,*::after{ box-sizing: border-box; }
html,body{ height:100%; font-size: 14px !important;}
body{
    margin:0;
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji","Segoe UI Emoji";
    color: var(--muted);
    background: var(--bg);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
img{ max-width:100%; display:block; }
a{ color: var(--accent); text-decoration: none; }
h1,h2,h3{ color: var(--ink); line-height:1.2; margin: 0 0 0.5rem;     font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji";
    font-weight: bold;}
h1.heading-h1 {font-size: 32px;    margin: 0 0 0.5rem; }
p{ margin: 0 0 1rem; }
.containers{ width:100%; max-width: var(--container); margin:0 auto; padding: 0 20px; }


/* Colors */
body{ color: var(--muted); }
h1,h2,h3{ color: var(--ink); }

/* Links */
a{
    color: var(--accent);
    text-decoration: none;
    transition: color .15s ease, text-underline-offset .15s ease;
}
a:hover{
    color: var(--accent-hover);
}
a:active{ color: var(--accent-active); }
a:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px var(--focus);
    border-radius: 6px;
}

/* Subtle text utility */
.text-subtle{ color: var(--subtle); }

.btn{
    display:inline-flex; align-items:center; justify-content:center;
    height:46px; padding:0 18px; border-radius:12px; border:0;
    font-weight:700; cursor:pointer; box-shadow: var(--shadow);
    transition: transform .04s ease, box-shadow .2s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
a.btn:hover{
    color: var(--accent-contrast) !important;
    background: var(--accent-hover)  !important;
}
/* Primary */
.btn-primary{
    background: var(--accent); color: var(--accent-contrast);
}
.btn-primary:hover{ background: var(--accent-hover); }
.btn-primary:active{ background: var(--accent-active); transform: translateY(1px); }
.btn-primary:disabled{ opacity:.55; cursor:not-allowed; }

/* Outline */
.btn-outline{
    background: transparent; color: var(--accent);
    border: 1.5px solid var(--accent);
}
.btn-outline:hover{
    background: var(--accent-soft);
    border-color: var(--accent-hover);
    color: var(--accent-hover);
}
.btn-outline:active{ color: var(--accent-active); border-color: var(--accent-active); }

/* Subtle (soft filled) */
.btn-subtle{
    background: var(--accent-soft);
    color: var(--accent);
    border: 1px solid transparent;
}
.btn-subtle:hover{ background: #e2e0f5; color: var(--accent-hover); }

/* Ghost (text button) */
.btn-ghost{
    background: transparent; color: var(--accent);
    border: 1px solid transparent;
}
.btn-ghost:hover{ background: rgba(47,46,116,0.06); }

/* Danger (destructive) */
.btn-danger{
    background: var(--danger); color: var(--danger-contrast);
}
.btn-danger:hover{ background: #9a1f16; }

/* Focus for all buttons */
.btn:focus-visible{
    outline: none;
    box-shadow: 0 0 0 3px var(--focus);
}
input, select, textarea{
    color: var(--ink);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 0 12px;
    transition: border-color .15s ease, box-shadow .15s ease;
}
input::placeholder, textarea::placeholder{ color: var(--subtle); }
input:focus, select:focus, textarea:focus{
    outline: none;
    border-color: var(--accent-hover);
    box-shadow: 0 0 0 3px var(--focus);
}

.card{
    background: var(--surface);
    border:1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.nav a{ color: var(--muted); }
.nav a:hover{ color: var(--accent-hover); }

.badge, .chip{
    background: var(--accent-soft);
    color: var(--accent);
    border: 1px solid rgba(47,46,116,0.15);
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
}

/* Common */
.text-center { text-align: center !important; }
.hidden { display: none !important; }
.animate-gradle:before,
.property_item:hover .listing-thumb.animate-gradle:before {
    animation: animategradle 2s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    content: '';
    top: 0;
    left: 0;
}
.animate-gradle{
    position:relative;
    overflow: hidden;
}
@keyframes animategradle {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}




/* Header */
.site-header{
    position: sticky; top:0; z-index: 40;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid var(--line);
    z-index: 95;
}
.nav{
    display:flex; align-items:center; justify-content:space-between;
    height: 68px;
}
.nav:after, .nav:before{ content: inherit}
.brand{
    display:flex; align-items:center; gap:10px; font-weight: 800; letter-spacing: .2px;
    color: var(--ink); font-size: 16px;
    width: auto;
}
.brand .logo{
    width:34px; height:34px; display:inline-grid; place-items:center;
    border-radius: 9px; background: var(--accent); color: var(--accent-contrast);
    font-weight: 900;
}
.menu{ display:flex; gap: 26px; align-items:center; }
.menu a{ font-size: 16px; color: var(--muted); font-weight: 500; }
.menu .cta{
    background: var(--accent); color: var(--accent-contrast);
    padding: 10px 14px; border-radius: 10px; box-shadow: var(--shadow);
    display: none;
}


.hamburger{ display:none; background:none; border:0; font-size: 26px; color: var(--ink); }

.header-icons {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-left: 18px;
}
.header-icons .cta {
    background: var(--accent);
    color: var(--accent-contrast);
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    font-size: 16px;
    /* color: var(--muted); */
    font-weight: 500;

}
.header-icons .cta:hover {
    background: var(--accent-hover);   /* lighter indigo tone */
    color: var(--accent-contrast);
    box-shadow: 0 6px 20px rgba(47,46,116,0.25);
}

.header-icons .cta:active {
    background: var(--accent-active);
    color: var(--accent-contrast);
    box-shadow: 0 4px 10px rgba(47,46,116,0.2);
}

.header-icons .cta:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus);
}

.icons-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: var(--accent);
    background: transparent;
    transition: background 0.2s, color 0.2s;
    margin-right: 5px;
}

.icons-btn:hover {
    color: var(--accent-hover);
    background: rgba(32, 109, 115, 0.08);
}

.icons-btn i {
    font-size: 18px;
}

/* Keep icons visible even on mobile */
@media (max-width: 640px) {
    .header-icons {
        margin-left: auto;
    }
}

/* Hero */
.hero{
    background: linear-gradient(180deg, #f5efe6 0%, #faf7f2 100%);
    padding: 56px 0 34px;
    border-bottom: 1px solid var(--line);
}
.hero-wrap{ display:grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items:center; }
.hero h1{ font-size: clamp(32px, 4vw, 52px); margin-bottom: 12px; }
.hero p.lead{ font-size: clamp(16px, 2vw, 20px); color: var(--muted); }
.hero-visual{
    border-radius: var(--radius-lg); overflow:hidden; box-shadow: var(--shadow);
    background: #e9e1d7;
    min-height: 300px;
    position: relative;
}
/* Placeholder hero image (replace with real <img>) */
.hero-visual::before{
    content: "";
    position:absolute; inset:0;
    background:
            radial-gradient(40% 60% at 20% 30%, rgba(255,255,255,.8), transparent 60%),
            url('https://images.unsplash.com/photo-1615873968403-89e068629265?q=80&w=1600&auto=format&fit=crop') center/cover no-repeat;
    filter: saturate(.95) contrast(.94);
}
.search{
    margin-top: 22px; background: var(--surface); padding: 12px; border-radius: var(--radius-lg);
    box-shadow: var(--shadow); border: 1px solid var(--line);
    display:grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 8px;
}
.search input, .search select{
    width:100%; height: 46px; border: 1px solid var(--line);
    background: var(--bg); border-radius: 10px; padding: 0 12px; color: var(--muted); font-size: 15px;
}
.mast{color: var(--accent); padding:26px 0 12px;background:linear-gradient(180deg,#f5efe6 0%,#faf7f2 100%);border-bottom:1px solid var(--line);}
.crumbs,.breadcrumbs{font-size:14px;color:#6b848a;}
.meta-row{
    display: flex;
    gap: 14px;
    font-size: 14px;
    color: var(--accent);
    align-items: center;
    flex-wrap: wrap;
}

.page-head{padding:30px 0 14px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f5efe6 0%,#faf7f2 100%)}
.page-head h1{font-size:clamp(26px,3.4vw,42px)}.breadcrumbs{font-size:14px;color:#6b848a}.chips{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.chip{background:#eef5f6;color:var(--ink);padding:6px 10px;border-radius:999px;font-size:13px;border:1px solid #d8e7e9}


.btn{
    display:inline-flex; align-items:center; justify-content:center;
    border:0; height:46px; padding: 0 18px; border-radius: 12px;
    background: var(--accent); color: var(--accent-contrast); cursor:pointer;
    box-shadow: var(--shadow);
}
.btn.solid,.primary{background:var(--accent);color:#fff;box-shadow:var(--shadow);}
.btn.outline,.outline{background:transparent;color:var(--accent);border:1.5px solid var(--accent);}
.ghost{background:#fff;border:1.5px solid var(--accent);color:var(--accent);}
.solid{background:var(--accent);color:#fff;box-shadow:var(--shadow);}


/* Layout grids */
.grid-filters{display:grid;grid-template-columns:290px 1fr;gap:26px;padding:24px 0 50px}
.grid{display:grid;grid-template-columns:1.1fr .9fr;gap:26px;padding:22px 0 40px;}
.split{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.card,.card-mini{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;}
.card .body,.card-mini .body{padding:14px 16px;}
.meta{font-size:13px;color:#59777e;display:flex;gap:10px;flex-wrap:wrap;}
.price,.price-sm{font-weight:800;color:var(--ink);}
.stat{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px;}
.list{margin:0;padding:0 0 0 18px;}
.info{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;}

/* Components */
.gallery{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);}
.hero-img{aspect-ratio:16/9;background:#e7ded3;position:relative;}
.hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:8px;background:#fff;border-top:1px solid var(--line);}
.thumbs img{aspect-ratio:16/10;object-fit:cover;border-radius:8px;border:1px solid var(--line);}
.card .media,.card-mini .thumb{aspect-ratio:16/10;background:#e7ded3;position:relative;}
.card .media img,.card-mini .thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.map{height:280px;background:#d9d1c8;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;color:#556d73;font-weight:700;}


section{ padding: 60px 0; }
.section-title{ font-size: clamp(24px, 2.6vw, 36px); margin-bottom: 22px; }
.show-case {
    padding: 0px 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
}
.innerpage-title {
    background: linear-gradient(180deg, #f5efe6 0%, #faf7f2 100%) !important;
    padding: 30px 0 30px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 0px !important;
}
.innerpage-title h1 { color: var(--ink) !important;}
.content {     padding: 20px 0;}
/* Reviews */
.reviews{ background: #fff; }
.reviews-list{ display:grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.review{
    background: var(--surface); border:1px solid var(--line); border-radius: var(--radius);
    padding: 18px; box-shadow: var(--shadow); display:grid; grid-template-columns: 56px 1fr; gap:14px;
}
.avatar{
    width:56px; height:56px; border-radius:100px; overflow:hidden; background:#d7cec3;
}

/* Awards */
.awards{ background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.award-row{ display:grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items:center; }
.award-row .badge{
    background: var(--surface); border:1px dashed var(--line); border-radius: 14px; padding: 18px; text-align:center;
    box-shadow: var(--shadow);
    position: inherit;
    color: #000;
}
.award-row .badge img{ margin: 0px auto;}
.award-row .badge small{display:block;color:#7a6f63;}

/* Tiles */
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.tile{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:140px;background:#e7ded3;}
.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(.95) saturate(.92);}
.tile .label{position:absolute;left:12px;bottom:12px;background: var(--accent);color:var(--accent-contrast);padding:6px 10px;border-radius:10px;font-weight:700;font-size:14px;}
.tile .sub{position:absolute;right:12px;bottom:12px;background:rgba(255,255,255,.9);color:#2c4b52;padding:6px 10px;border-radius:10px;font-size:12px;}

/* Filters / Listings */
aside{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;position:sticky;top:88px;align-self:start;}
.filter h3{font-size:16px;margin:12px 0 8px;}
.filter .row{display:grid;gap:8px;margin-bottom:12px;}
.filter label{font-size:13px;}
.filter input,.filter select{height:40px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;color:#2f4f56;}
.range{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.check{display:flex;align-items:center;gap:8px;font-size:14px;}
.toolbar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:10px 12px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:12px;}
.fac{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#6e8b90;}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:20px;}
.page{min-width:38px;height:38px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;color:#2f4f56;font-weight:600;}
.page.active{background:var(--accent);color:#fff;border-color:var(--accent);}

/* Footer */
.site-footer{background:#fff;border-top:1px solid var(--line);}
.foot{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:20px;padding-top:34px;padding-bottom:24px;}
.foot h3{font-size:16px;margin-bottom:10px;}
.foot a{color:var(--muted);display:block;padding:6px 0;font-size:15px;}
.newsletter{display:flex;gap:8px;margin-top:10px;}
.newsletter input{flex:1;height:42px;border:1px solid var(--line);border-radius:10px;padding:0 12px;}
.copyright{font-size:14px;color:#6d878d;padding:14px 0;text-align:center;display:flex;justify-content:space-between;align-items:center;}

/* Responsive */
@media (max-width:1100px){.cards{grid-template-columns:1fr 1fr;}.award-row{grid-template-columns:1fr 1fr;}}
@media (max-width:1024px){.hero-wrap{grid-template-columns:1fr;}.search{grid-template-columns:1fr 1fr;}.reviews-list{grid-template-columns:1fr 1fr;}.tiles{grid-template-columns:1fr 1fr;}.foot{grid-template-columns:1fr 1fr;}}
@media (max-width:980px){.grid{grid-template-columns:1fr;}.split{grid-template-columns:1fr;}}
@media (max-width:860px){.grid{grid-template-columns:1fr;}aside{position:static;}}
@media (max-width:640px){.menu{display:none;}.hamburger{display:block;}.search{grid-template-columns:1fr;}.reviews-list{grid-template-columns:1fr;}.cards{grid-template-columns:1fr;}.award-row{grid-template-columns:1fr;}.tiles{grid-template-columns:1fr;}.foot{grid-template-columns:1fr;}}
@media (max-width:560px){.thumbs{grid-template-columns:repeat(3,1fr);}.cards{grid-template-columns:1fr;}.toolbar{flex-direction:column;align-items:stretch;}}
@media (max-width:560px){.site-title{display: none}h1.heading-h1{font-size: 22px}}

/* Featured Rooms */
.cards{ display:grid; grid-template-columns: repeat(3,1fr); gap: 20px; padding: 0 }
.card{
    background: var(--surface); border:1px solid var(--line); border-radius: var(--radius);
    overflow:hidden; box-shadow: var(--shadow);
}
.card .media{ aspect-ratio: 16/10; background:#e7ded3; position:relative; }
.card .media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.card .body{ padding: 14px 16px; }
.meta{ display:flex; gap:10px; flex-wrap:wrap; font-size: 13px; color:#59777e; }
.price{ font-weight: 800; color: var(--ink); }
.card .actions{ padding: 0 16px 16px; }
.outline{
    background: transparent; color: var(--accent); border: 1.5px solid var(--accent); height: 42px;
    padding: 0 14px; border-radius: 10px; font-weight:700; cursor:pointer;
}



/* Top Locations */
.tiles{ display:grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.tile{
    position:relative; border-radius: 16px; overflow:hidden; border:1px solid var(--line); box-shadow: var(--shadow);
    min-height: 250px; background:#e7ded3;
}
.tile img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter: contrast(.95) saturate(.92); }
.tile .label{
    position:absolute; left:12px; bottom:12px; background: var(--accent); color:var(--accent-contrast); padding: 6px 10px; border-radius: 10px;
    font-weight: 700; font-size: 14px;
}
.tile .sub{ position:absolute; right:12px; bottom:12px; background: rgba(255,255,255,.9); color:#2c4b52; padding: 6px 10px; border-radius: 10px; font-size: 12px; }

/* Footer */
.site-footer{
    background: #ffffff; border-top: 1px solid var(--line);
}
.foot{
    display:grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 20px; padding-top: 34px; padding-bottom: 24px;
}
.foot h3{ font-size: 16px; margin-bottom: 10px; }
.foot a{ color:var(--muted); display:block; padding: 6px 0; font-size: 15px; }
.newsletter{ display:flex; gap: 8px; margin-top: 10px; }
.newsletter input{ flex:1; height: 42px; border:1px solid var(--line); border-radius: 10px; padding:0 12px; }
.copyright{
    border-top: 1px solid var(--line); font-size: 14px; padding: 12px 0; color:#657f85;
    display:flex; justify-content:space-between; align-items:center;
}
.whatspp-float-btn {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-whatspp-float-btn {
    margin-top: 16px;
}

/* Responsive */
@media (max-width: 1024px){
    .hero-wrap{ grid-template-columns: 1fr; }
    .search{ grid-template-columns: 1fr 1fr; }
    .reviews-list{ grid-template-columns: 1fr 1fr; }
    .cards{ grid-template-columns: 1fr 1fr; }
    .award-row{ grid-template-columns: 1fr 1fr; }
    .tiles{ grid-template-columns: 1fr 1fr; }
    .foot{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px){
    .menu{ display:none; }
    .hamburger{ display:block; }
    .header-icons .cta {
        display: none;
    }
    .menu .cta{
        display: block;
    }
    .search{ grid-template-columns: 1fr; }
    .reviews-list{ grid-template-columns: 1fr; }
    .cards{ grid-template-columns: 1fr; }
    .award-row{ grid-template-columns: 1fr; }
    .tiles{ grid-template-columns: 1fr; }
    .foot{ grid-template-columns: 1fr  }
}


aside{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;position:sticky;top:88px;align-self:start}
.filter h3{font-size:16px;margin:12px 0 8px}.filter .row{display:grid;gap:8px;margin-bottom:12px}.filter label{font-size:13px;}
.filter input,.filter select{height:40px;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff;color:#2f4f56}
.filter .price-input{ width:100px}
.custom-checkbox-container {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    margin-left: 10px;
}

.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid var(--line);
    border-radius: 5px;
    padding: 0 10px;
    background: #fff;
    color: #2f4f56;
}

.custom-checkbox-container input:checked ~ .checkmark {
    background-color: var(--accent);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.check{display:flex;align-items:center;gap:8px;font-size:14px}
.actions{display:flex;gap:8px;margin-top:10px}.btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 14px;border-radius:10px;border:0;cursor:pointer;font-weight:700}
.primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.ghost{background:var(--accent-contrast);border:1.5px solid var(--ink);color:var(--ink)}
.toolbar{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:10px 12px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:12px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.thumb{position:relative;aspect-ratio:16/10;background:#e7ded3}.thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:contrast(.97) saturate(.95)}
.badge{z-index:1;left:12px;top:12px;background:var(--accent);color:#fff;padding:6px 8px;border-radius:999px;font-size:12px;font-weight: normal;line-height: unset;}
.card .badge, .card-mini .badge{position:absolute;}
.badge small{ display:block; color:#7a6f63; }
.body{padding:14px}.meta{display:flex;gap:10px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin:6px 0 8px}.price{margin-left:auto;font-weight:800;color:#143a44}
.fac{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#6e8b90}.actions{padding:12px 14px 16px;display:flex;gap:8px}
.outline{background:transparent;border:1.5px solid var(--ink);color:var(--accent);height:40px;padding:0 12px;border-radius:10px;font-weight:700;cursor:pointer;line-height: 35px;}
.solid{background:#206d73;color:#fff;height:40px;padding:0 12px;border:0;border-radius:10px;font-weight:700;cursor:pointer;box-shadow:var(--shadow)}
.pagination{display:flex;gap:8px;justify-content:center;margin-top:20px}.page{min-width:38px;height:38px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;color:#2f4f56;font-weight:600}
.page.active{background:var(--accent);color:#fff;border-color:var(--ink)}.site-footer{background:#fff;border-top:1px solid var(--line);margin-top:30px}.copyright{font-size:14px;color:#6d878d;padding:14px 0;text-align:center}
@media (max-width:1100px){.cards{grid-template-columns:1fr 1fr}}
@media (max-width:860px){.grid, .grid-filters{grid-template-columns:1fr}aside{position:static}}
@media (max-width:560px){.menu{display:none}.cards{grid-template-columns:1fr}.toolbar{flex-direction:column;align-items:stretch}}

@media screen and (max-width: 768px) {
    .menu {
        display: none;
        position: absolute;
        top: 70px;
        right: 0px;
        background: white;
        flex-direction: column;
        width: 100%;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        padding: 10px;
    }
    nav.show {
        display: flex !important;
    }
    .hamburger {
        display: block;
    }
}

/* Popup Css Start */
.ontop {
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    color: #aaaaaa;
    opacity: 1;
    filter: alpha(opacity = 50);
    overflow: auto;
}
#popup {
    position: absolute;
    color: #000000;
    background-color: #ffffff;
    top: 0px;
    left: 0;
    right: 0;
    width: 50%;
    margin:30px auto;
}
.popupHeader {
    /*padding: 30px;*/
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--muted);
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,249,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,249,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9ff', GradientType=0 );
    position: relative;
    display: inline-block;
    width: 100%;
}
.popupContainer .popupHeader .header_title {
    width: 100%;
    /* text-align: center;*/
    text-align: left;
    font-size: 20px;
}
.popup-close {
    background: var(--ink);
    padding: 5px 6px;
    color: var(--accent-contrast);
    font-size: 20px;
    height: 55px;
    width: 40px;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 0;
    text-align: center;
    line-height: 35px;
}

#popup .popupBody {
    width: 100% !important;
    padding: 20px !important;
    display: inline-block !important;
}
.formMain {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.header_title .has-photo {
    background-size: 40px auto;
    background-repeat: no-repeat;
    /*padding-left: 60px;*/
    padding-top: 0;
    /*height: 50px;*/
    vertical-align: middle;
    position: relative;
    display: inline-block;
    line-height: 50px;
}
.header_title .has-photo img {
    height: 50px;
    /*position: absolute;
    left: 0;
    top: 0;*/
    border: 1px solid #000;
    padding: 2px;
    width: 50px;
    border-radius: 5px;
}