/* ================= GLOBAL ================= */
* { box-sizing: border-box; }
body { margin:0; padding:0; font-family:'Montserrat',sans-serif; background:#fff; color:#444; }
.rd-region-page { padding:0; }

/* ================= HEADER ================= */

/*==================

.cm-page {
    width: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
==============*/
.cm-page {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
}


/* === FIX: Full-width Header & Menu === */
#rd-header, .rd-header {
  width: 100% !important;

  
}

#rd-header .rd-inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* make sure nav stretches properly */
#rd-header .rd-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

#rd-header .rd-menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}



*{margin:0;padding:0;box-sizing:border-box}
a{text-decoration:none;color:inherit}
ul{list-style:none}

.rd-header{
  position:sticky;top:0;z-index:999;
  background:#fff;
  font-family:'Montserrat',sans-serif;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}
.rd-inner{display:flex;align-items:center;justify-content:space-between;padding:8px 30px;}
.rd-logo img{height:50px}


/* NAV */
.rd-nav{flex:1;text-align:center;}
.rd-menu{display:inline-flex;align-items:center;gap:20px;}
.rd-menu>li{position:relative;}
ul.rd-menu {
    /* padding: 0; */
    margin: 0 10px 0;
}
.rd-menu>li>a{
  color:#024542;font-size:14px;text-transform:uppercase;font-weight:500; font-family: karla, 'Open Sans';
  padding:8px 6px;transition:all .3s ease;
}
.rd-menu>li>a:hover{color:#ff6b00;transform:translateY(-2px);}

/* SUBMENU */
.rd-submenu{
  position:absolute;top:100%;left:0;background:#fff;min-width:260px;
  border-radius:6px;box-shadow:0 6px 14px rgba(0,0,0,0.1);
  padding:6px 0;opacity:0;visibility:hidden;transform:translateY(10px);
  transition:all .25s ease;z-index:1000;
}
.rd-has-sub:hover>.rd-submenu{opacity:1;visibility:visible;transform:translateY(0);}
.rd-submenu li{display:flex;justify-content:space-between;align-items:center;padding:5px 10px;position:relative;}
.rd-submenu a{font-size:12px;color:#024542; font-family: karla, 'Open Sans';}
.rd-submenu a:hover{color:#ff6b00;}
.rd-submenu button{
  background:#024542;color:#fff;border:none;font-size:12px;
  padding:3px 6px;border-radius:4px;cursor:pointer;transition:background .3s;
}
.rd-submenu li > a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px); /* leave space for button */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rd-submenu .menu-route-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999 !important;
  pointer-events: auto !important;
  background: #ff6b00;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
}
.rd-submenu button:hover{background:#ff6b00;}
.rd-nav .overlay, .rd-nav .some-overlay-class { 
  pointer-events: none; /* only if you have explicit overlay elements covering nav */
}

/* CONTACT */
.rd-contact{font-size:10px;color:#024542;display:flex;align-items:center;gap:4px;}
.rd-contact a:hover{color:#ff6b00;}

/* TOGGLE */
.rd-toggle{display:none;flex-direction:column;gap:3px;cursor:pointer;}
.rd-toggle span{width:22px;height:2px;background:#024542;}

/* HOVER PREVIEW */
.rd-preview{position:absolute;pointer-events:none;opacity:0;transition:opacity .3s ease,transform .3s ease;}
.rd-preview img{
  width:200px;height:200px;object-fit:cover;border-radius:8px;
  box-shadow:0 4px 20px rgba(0,0,0,0.15);
}


/* ===== RESPONSIVE + SIDEBAR NAVIGATION ===== */

/* --- Tablet range: keep one line, shrink spacing --- */
/* --- Tablet breakpoint (1030 → 901px) --- */
@media (max-width:1030px) and (min-width:901px){
  .rd-contact {
    display: none; /* hide phone for more space */
  }

  .rd-menu {
    gap: 12px;
  }

  .rd-menu > li > a {
    font-size: 11px;
    padding: 6px 4px;
  }
}

/* --- Mobile breakpoint (≤ 900px) --- */
/* === STICKY HEADER ON MOBILE === */
@media (max-width:900px) {
  #rd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  }

  body {
    padding-top: 60px; /* adjust for header height */
  }
}
@media (max-width:480px)
{
    ul.rd-menu {
    /* padding: 0; */
    margin: 0;
}
}
@media (max-width:900px) {

  /* HIDE PHONE + SHOW TOGGLE */
  .rd-contact {
    display: none !important;
  }

  .rd-toggle {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 40px;
    flex-direction: column;
    gap: 8px;
    z-index: 10001;
  }

  .rd-toggle span {
    width: 24px;
    height: 2px;
    background: #024542;
    border-radius: 2px;
    transition: all 0.4s ease;
  }

  /* Hamburger → X animation */
  body.menu-open .rd-toggle span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  body.menu-open .rd-toggle span:nth-child(2) {
    opacity: 0;
  }
  body.menu-open .rd-toggle span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* SIDEBAR defaults hidden offscreen */
  .rd-menu {
    position: fixed;
    top: 0;
    left: -100%; /* fully hidden */
    width: 75%;
    height: 100vh;
    background: #024542;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: left 0.6s ease;
    z-index: 9999;
    margin: 0;
    box-sizing: border-box;
  }

  /* When open, slide in smoothly */
  body.menu-open .rd-menu {
    left: 0;
  }

  /* Push only main content and footer — header stays fixed */
 /*======================
  body.menu-open main,
  body.menu-open footer {
    transform: translateX(75%);
    transition: transform 0.6s ease;
  }
  ==================*/
  
body.menu-open main,
body.menu-open footer {
    margin-left: 75% !important;
    transform: none !important;
}
  /* Keep header in place */
  #rd-header {
    transform: none !important;
    transition: none !important;
    z-index: 10000;
  }

  /* MENU LINKS */
  .rd-menu > li > a {
    color: #fff;
    padding: 10px 0;
    font-size: 13px;
    width: 100%;
    display: block;
  }


  .rd-menu > li > a:hover {
    color: #ff6b00;
  }

  /* SUBMENU accordion */
  .rd-submenu {
    display: none;
    width: 100%;
    background: #033c39;
    margin: 4px 0;
    padding: 6px 10px;
    border-radius: 4px;
  }

  .rd-submenu li {
    padding: 4px 0;
  }

  .rd-submenu a {
    color: #fff;
    font-size: .7em;
  }

  .rd-submenu a:hover {
    color: #ff6b00;
  }

  .rd-submenu button {
   background: #ff6b00;
        color: #fff;
        padding: 6px 10px;
        font-size: 12px;
    }

  .rd-has-sub.open > .rd-submenu {
    display: block;
  }

  /* Hide preview image on mobile */
  .rd-preview {
    display: none;
  }

  /* Prevent scrollbars or leftover space */
  #rd-header,
  body {
    overflow-x: hidden !important;
  }
}


/* === BLUR + DIM BACKGROUND WHEN MENU IS OPEN === */
body.menu-open main,
body.menu-open footer {
  filter: blur(4px) brightness(0.8);
  transition: transform 0.6s ease, filter 0.4s ease;
}

/* Optional: fade effect for the overlay background if you like a soft dim */
body.menu-open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  z-index: 9998;
  opacity: 1;
  transition: opacity 0.4s ease;
}

/* hide overlay when menu is closed */
body::after {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}










/* ============================================================
   PREMIUM HERO SECTION REFINEMENT
   ============================================================ */
.rd-hero-copy {
    width: 400px;
   
}
.rd-region-hero {
    width: 100%;
   padding: 30px 20px;
    background: #f5fcfa;
}

.rd-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  
}



/* HERO TEXT */
.rd-hero-copy h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: #024542;
    margin-bottom: 12px;
}

.rd-hero-copy p {
   font-size: .9em;
    color: #4f4f4f;
    margin-bottom: 20px;
    max-width: 480px;
}

/* CTAs */
.rd-hero-ctas {
  display: inline-grid;
    gap: 16px;
}

.rd-btn-outline {
   border: 1px solid #024542;
    padding: 6px 5px;
    border-radius: 5px;
    color: #024542;
    font-weight: 600;
    transition: 0.25s ease;
    font-size: 12px;
   
    text-align: center;
}

.rd-btn-outline:hover {
    background: #024542;
    color: #fff;
}

.rd-btn-primary {
    background: #ff6b00;
    color: #fff;
    padding: 6px 5px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.25s ease;
     font-size: 12px;
   
      text-align: center;
}

.rd-btn-primary:hover {
    background: #024542;
    color:#ffffff;
}

/* HERO VIDEO */
.rd-hero-video video {
    width: 700px;
    border-radius: 16px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

/* MOBILE */
@media(max-width: 900px) {
    .rd-hero-inner {
        flex-direction: column;
        text-align: center;
    }

    .rd-hero-video video {
        width: 100%;
        max-width: 450px;
    }

    .rd-hero-copy h2 {
        font-size: 28px;
    }
}




/* =======================
   PICKUP BAR PREMIUM UI
   ======================= */

.rd-pickup-bar {
    display: flex;
    gap: 15px;
    background: #ffffff;
    padding: 18px;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
   margin: 20px;
    align-items: flex-end;
}

.rd-pickup-bar .rd-field {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.rd-pickup-bar .rd-field label {
    font-size: 12px;
    color: #024542;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rd-pickup-bar input {
    padding: 12px 14px;
    border-radius: 12px !important;
    border: 1px solid #d7d7d7;
    background: #e8f7f36e !important;
    font-size: 20px;
    transition: 0.25s;
    color: #ff6b00;
    border: 1px solid #ff6b00 !important;
    height: 60px;
}

.rd-pickup-bar input:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 6px rgba(255,107,0,0.25);
    outline: none;
}

.rd-pickup-search-btn {
    padding: 13px 22px;
    background: #ff6b00;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
    height: 48px;
}

.rd-pickup-search-btn:hover {
    background: #e25e00;
}

/* MOBILE FIXES */
@media(max-width: 700px) {
    .rd-pickup-bar {
        flex-direction: column;
        align-items: stretch;
    }
    
    .rd-pickup-search-btn {
        width: 100%;
    }
}



/* ================= RATING NOTE ================= */
.rd-rating-note {
  max-width:1200px; margin: 20px;
  background:#fff; padding:12px 18px;
  border-radius:10px; border:1px solid #eee;
  text-align:center; font-size:14px;
}

/* ================= MAIN LAYOUT ================= */
.rd-region-layout {
  max-width:1200px; margin: 20px;
  display:flex; gap:20px;
}
.rd-mobile-filter-bar
{
    display:none;
}
/* ============================================================
   PREMIUM FILTER SIDEBAR UI — FULL SAFE UPGRADE
   ============================================================ */
@media(max-width: 768px){
    .rd-filter-col { display: none !important; }
}

/* FILTER SIDEBAR */
.rd-filter-col {
    background: #ffffff;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    width: 100%;
    max-width: 280px;
    position: sticky;
    top: 100px;
    height: fit-content;
}

/* HEADER */
.rd-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.rd-filter-header h4 {
    font-size: 18px;
    font-weight: 700;
    color: #024542;
    margin: 0;
}

.rd-clear-filters {
    background: #ff6b00;
    border: 1px solid #ccc;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

.rd-clear-filters:hover {
    background: #024542;
    border-color: #024542;
    color: #fff;
}

/* FILTER GROUPS */
.rd-filter-group {
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.rd-filter-group:last-child {
    border-bottom: none;
}

.rd-filter-group h5 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #024542;
}

/* RADIO STYLE BUTTONS (FILTER OPTIONS) */
.rd-radio-item {
    display: inline-block;
    padding: 2px 14px;
    margin: 4px 4px 0 0;
    background: #e8f7f36e;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    cursor: pointer;
    font-size: .7em;
    color: #4c4c4c;
    transition: all 0.2s;
}

.rd-radio-item:hover {
    background: #fff3e9;
    border-color: #ff6b00;
    color: #ff6b00;
}

/* ACTIVE STATE */
.rd-radio-item.active {
    background: #ff6b00;
    border-color: #ff6b00;
    color: #fff;
    box-shadow: 0 3px 10px rgba(255,107,0,0.35);
}

/* PRICE SLIDER */
#price-min,
#price-max {
    width: 100%;
    margin: 6px 0;
}

.rd-price-display {
  
    font-weight: 600;
    /* font-size: 14px; */
    /* color: #024542; */
    background: #f5fcfa;
    /* padding: 6px 10px; */
    border-radius: 10px;
    border: 1px solid #d7ebe5;
}

/* MOBILE RESPONSIVE */
@media(max-width: 768px){
    .rd-filter-col {
        position: relative;
        top: auto;
        max-width: 100%;
        margin-bottom: 24px;
    }
}

/*====================
.rd-filter-col {
  width:25%; background:#fff;
  padding:18px; border-radius:12px;
  border:1px solid #eee; height:fit-content;
  position:sticky; top:150px;
}
.rd-filter-header {
  display:flex; justify-content:space-between;
  margin-bottom:10px;
}

.rd-clear-filters {
  background:none; border:none;
  color:#ff6b00; cursor:pointer; font-size:12px;
} 
.rd-filter-group { margin-top:16px; }
.rd-filter-group h5 { margin:0 0 8px; font-size:14px; color:#024542; } 

.rd-radio-item {
  padding:8px 10px; border:1px solid #e6e6e6;
  border-radius:6px; margin-bottom:6px;
  font-size:14px; cursor:pointer; transition:0.25s;
}
.rd-radio-item:hover, .rd-radio-item.active {
  background:#ff6b00; color:#fff;
  border-color:#ff6b00;
}
*/
/* ================= PACKAGE CARDS ================= */

/* ============================================================
   PREMIUM SORT BAR UI
   Safe for CPT, Filters, Shimmer, JS Logic
   ============================================================ */
   /* ===========================
   INFO STRIP ABOVE CARDS
   =========================== */

.rd-info-strip h1
{
    font-size:1.4em;
    Color:#e7e7e7;
    font-weight: 900;
    text-align: center;
    
}
.rd-info-strip {
    background: #e8f7f36e;
    border: 1px solid #cce8df;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: center;
}

.rd-info-item {
    flex: 1;
}

.rd-info-item i {
    font-size: 28px;
    color: #024542;
    display: block;
    margin-bottom: 6px;
}

.rd-info-item p {
    font-size: 14px;
    color: #024542;
    font-weight: 600;
    margin: 0;
}

/*========= MOBILE 

@media(max-width: 700px){
    .rd-info-strip {
        flex-direction: column;
        gap: 14px;
        text-align: center;
    }
}
=======*/

/* Sort Bar Wrapper */
.rd-sort-bar {
    background: #ffffff;
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
   
}

/* Sort Label */
.rd-sort-bar label {
    font-size: 14px;
    font-weight: 700;
    color: #024542;
    margin-right: 8px;
}

/* Select Box */
#rd-sort-select {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;

    background: #e8f7f36e;
    font-size: 14px;
    color: #ff6b00;
    font-weight: 600;

    cursor: pointer;
    transition: 0.25s;
    min-width: 200px;
}

/* Hover effect */
#rd-sort-select:hover {
    border-color: #ff6b00;
    background: #fff5ee;
}

/* Focus highlight */
#rd-sort-select:focus {
    border-color: #ff6b00;
    box-shadow: 0 0 6px rgba(255,107,0,0.35);
    outline: none;
}

/* Mobile Responsive */
@media(max-width: 600px) {
       .rd-sort-bar {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        position: relative;
        margin-top: 10px;
    }

    #rd-sort-select {
        width: 70%;
    }
}




/*===========
.rd-sort-bar {
  display:flex; justify-content:flex-end;
  margin-bottom:10px;
}
.rd-sort-bar label {
  margin-right:10px; font-weight:600;
}
.rd-sort-bar select {
  padding:6px 10px; border:1px solid #ccc;
  border-radius:6px; font-size:14px;
}

#rd-filter-price input[type="range"] {
  width:100%; margin:6px 0;
}
*/
.rd-price-display {
 font-size: .7em;
    color: #024542;
    display: flex;
    justify-content: center;
}

.rd-smart-badge {
    display: inline-block;
    background: #fff4e6;
    color: #ff6b00;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}
.rd-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   
}

.rd-chip {
  padding: 2px 10px;
    background: #e8f7f36e;
    border-radius: 8px;
    cursor: pointer;
    font-size: .7em;
    border: 1px solid #e4e4e4;
    transition: 0.2s ease;
}
.rd-chip.active,
.rd-chip:hover {
    background: #fff3e9;
    border-color: #ff6b00;
    color: #ff6b00;
}

.rd-packages-col { width:75%; display:flex; flex-direction:column; gap:18px; }

.rd-package-card {
  display:grid; grid-template-columns:120px 1fr 180px;
  gap:16px; align-items:center;
  background:#fff; border:1px solid #eee;
  padding:14px; border-radius:10px;
  box-shadow:0 4px 16px rgba(0,0,0,0.04);
  transition:0.25s;
}
.rd-package-card:hover {
  transform:translateY(-4px);
  box-shadow:0 8px 26px rgba(0,0,0,0.08);
}
.rd-card-img-wrap { width:120px; height:90px; border-radius:8px; overflow:hidden; }
.rd-card-img-wrap img { width:100%; height:100%; object-fit:cover; }

.rd-card-info h3 { margin:0; font-size:1rem; color:#024542; font-weight: 400; }
.rd-duration-line { margin:6px 0; font-size:.75rem; color:#555; }
.rd-route-line { font-size:.75rem; color:#666; line-height:1.3; }
.rd-vibe-line {
  font-size:.75rem; background:#f7f7f7;
  padding:4px 8px; border-radius:6px;
  width:max-content; margin-top:6px;
}

.rd-card-meta { text-align:right; }
.rd-discount-tag {
  background: #fff;
    color: #ff6b00;
    /* padding: 3px 8px; */
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 8px;
    display: inline-block;
}
.rd-price-final { display:block; font-size:1rem; font-weight:600; color:#024542; }
.rd-price-old { text-decoration:line-through; font-size:.75rem; color:#888; margin-bottom:2px; }

.rd-card-meta .rd-btn-primary {
  padding: 3px 14px;
    font-size: .8rem;
    border-radius: 5px;
    display: inline-block;
}

/* ================= MODAL ================= */
.rd-callback-modal {
  position:fixed; inset:0; background:rgba(0,0,0,0.4);
  display:none; justify-content:center; align-items:center;
  z-index:9999;
}
.rd-callback-box {
  background:#fff; padding:22px; width:90%;
  max-width:380px; border-radius:12px;
}
.rd-callback-box input, .rd-callback-box textarea {
  width:100%; margin-top:6px; margin-bottom:12px;
  padding:10px; border-radius:6px;
  border:1px solid #ccc;
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
  .rd-region-layout { flex-direction:column; }
 /* .rd-filter-col { width:100%; order:2; }*/
  .rd-packages-col { width:100%; order:1; margin-bottom:90px; }
  .rd-package-card { grid-template-columns:100px 1fr; }
}
@media(max-width:540px){
     .rd-package-card {
      
        position: relative;
        margin-top: 10px;
    }
  .rd-card-img-wrap {width: 140px;}
  .rd-card-meta { text-align:center; }
  
  .rd-smart-badge {
   
    font-size: 10px;
    margin:0;
   
}
.rd-card-info {
    text-align: left;
}
.rd-card-info h3 {
    
    font-size: .8rem;
   
}
.rd-card-meta .rd-btn-primary {
  
    font-size: .7rem;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 5px;
}
.rd-duration-line {
    margin: 0; 
    font-size: .6rem;
    color: #555;
}
.rd-route-line {
    font-size: .7rem;
}
.rd-package-card {
    display: flex;
 
    gap: 10px;
padding: 5px 0 0 10px;
}
.rd-discount-tag {

    padding: 0;
}
.rd-price-line {
    display: inline-block;
    line-height: 18px;
}
.rd-region-layout {
   
    margin: 10px;
}

}
.rd-skeleton-wrapper {
    display: grid;
    gap: 20px;
}

.rd-skeleton-card {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s ease infinite;
}

@keyframes shimmer {
    0% { background-position: -400px 0; }
    100% { background-position: 400px 0; }
}


.rd-mobile-chips-row {
    display: none;
}

@media(max-width: 768px){
    
    
    #rd-header {
        overflow-x: hidden !important;
        top: 0px;
        /* background: #ff6b00; */
    }
.rd-info-strip ,
    .rd-region-hero,
    .rd-quick-filters,
    .rd-pickup-bar 
    {
        display: none;
    }
    .rd-mobile-chips-row {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 10px 16px;
        background: #ffffff;
        border-bottom: 1px solid #eee;
      position: fixed;
        bottom: 0px;
        z-index: 999;
    }

    .rd-mobile-chips-row .rd-chip {
        padding: 8px 14px;
        background: #f5f5f5;
        border-radius: 20px;
        font-size: 13px;
        border: 1px solid #ddd;
        white-space: nowrap;
    }

    .rd-chip.active {
        background: #ff6b00;
        color: #ffffff;
        border-color: #ff6b00;
    }
}


/* ================= MOBILE FILTER BAR ================= */
@media (max-width: 768px) {
.rd-mobile-filter-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /*background: #ffffff;*/
    background: #ff6b00;
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
    z-index: 99;
}

.rd-mbf-btn {
    flex: 1;
    background: none;
    border: none;
    text-align: center;
    font-size: 13px;
    color: #024542;
    padding: 10px 5px;
}

.rd-mbf-btn span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.rd-mbf-btn small {
    font-size: 12px;
    color: #666;
}
}
/* ================= BOTTOM SHEETS ================= */
.rd-sheet {
    display: none;
}
@media (max-width: 768px) {
.rd-sheet {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
    z-index: 99999;
    transition: bottom 0.35s ease;
   display: flow;
}

.rd-sheet.active {
    bottom: 0;
}

.rd-sheet-inner {
    padding: 20px;
    max-height: 70vh;
    overflow-y: auto;
}

.rd-sheet-options {
    margin-top: 15px;
}

.rd-sheet-item {
    padding: 12px;
    margin-bottom: 8px;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 14px;
}

.rd-sheet-item.active {
    background: #024542;
    color: #fff;
}

/* Apply button */
.rd-sheet-apply {
    width: 100%;
    background: #024542;
    color: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 15px;
}
}
/* ==========================================================
   MOBILE PICKUP SUMMARY BAR
   ========================================================== */
.rd-mobile-summary {
    display: none;
}
@media (max-width: 768px) {
    
    .rd-rating-note {
   
    position: relative;
    top: 80px;
    display: none;
}
.rd-sort-bar label {
    font-size: 14px;
    font-weight: 500;
    color: #024542;
    margin-right: 0px;
}
    .rd-mobile-summary {
        position: sticky;
        top: 0;
        z-index: 99;
        background:#ff6b00;
        color: #fff;
        padding: 5px 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    }

    .rd-ms-left strong {
        font-size: 15px;
        font-weight: 700;
        display: block;
        color: #ffffff;
    }

    .rd-ms-left span {
        font-size: 13px;
        opacity: 0.85;
        display: block;
        margin-top: 2px;
    }

    .rd-ms-edit {
        background: #024542;
        border: none;
        padding: 8px 12px;
        border-radius: 8px;
        color: white;
        font-weight: 600;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

    .rd-ms-edit i {
        font-size: 18px;
    }
}

/* ==========================================================
   MOBILE PICKUP SHEET (SLIDE-UP DRAWER)
   ========================================================== */

.rd-mobile-pickup-sheet {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 20px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 25px rgba(0,0,0,0.15);
    transition: all 0.30s ease-out;
    display: none;
}

.rd-mobile-pickup-sheet.active {
    bottom: 0;
}

.rd-mps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.rd-mps-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #024542;
}

.rd-mps-close {
    background: transparent;
    border: none;
    font-size: 20px;
    color: #024542;
}

.rd-mps-field {
    margin-bottom: 12px;
}

.rd-mps-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #024542;
}

.rd-mps-field input {
    width: 100%;
    padding: 12px;
    font-size: 15px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    background: #fafafa;
}

.rd-mps-save {
    width: 100%;
    padding: 14px;
    background: #ff6b00;
    color: white;
    font-size: 17px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    margin-top: 20px;
}

/* Dimmed background behind sheet */
.rd-mobile-pickup-sheet-overlay {
    display: none;
}

@media (max-width: 768px) {
    .rd-mobile-pickup-sheet-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.45);
        z-index: 99998;
        display: none;
    }

    .rd-mobile-pickup-sheet-overlay.active {
        display: block;
    }
}
/* FIX sticky breaking due to Astra wrappers */
.rd-region-page,
.rd-region-content,
.rd-packages-col,
.entry-content,
.site-content,
.ast-container,
.ast-page-container,
#content {
    overflow: visible !important;
    transform: none !important;
}



body.ast-theme,
body.ast-separate-container {
    overflow: visible !important;
    transform: none !important;
}

.rd-sheet-clear {
    width: 100%;
    background: #f2f2f2;
    color: #333;
    padding: 10px;
    border-radius: 10px;
    margin: 12px 0;
    font-size: 14px;
}
.rd-sheet-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    z-index: 99990;
}
