/*
Theme Name: Explore in Andaman
Theme URI: 
Author: 
Author URI: 
Description: Custom WordPress theme converted from the original static "Explore in Andaman" HTML site. Content (tours, islands, gallery, bookings, etc.) is fully editable from the WordPress dashboard and syncs live to every visitor via a REST API + MySQL data store.
Version: 9.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: explore-andaman
*/

  :root {
    --teal: #0a7e8c;
    --teal-dark: #065a63;
    --teal-light: #13b5c8;
    --sand: #f5ede0;
    --sand-dark: #e8d9c4;
    --coral: #e8604a;
    --coral-dark: #c94832;
    --gold: #d4a843;
    --white: #ffffff;
    --text: #1a2533;
    --text-light: #4a5568;
    --text-muted: #718096;
    --border: #dde3ec;
    --success: #2d8a4e;
    --danger: #c94832;
    --shadow: 0 4px 24px rgba(10,126,140,0.10);
    --shadow-lg: 0 8px 48px rgba(10,126,140,0.18);
  }

  /* ── DARK MODE ── */
  html.dark {
    --sand: #1e2a35;
    --sand-dark: #162028;
    --white: #0f1923;
    --text: #e8f0f7;
    --text-light: #a8bbc8;
    --text-muted: #6b8394;
    --border: #2a3a48;
    --shadow: 0 4px 24px rgba(0,0,0,0.30);
    --shadow-lg: 0 8px 48px rgba(0,0,0,0.45);
  }
  html.dark header{background:rgba(15,25,35,0.97);}
  html.dark .tour-card,html.dark .dash-card,html.dark .holiday-card,html.dark .a-card,html.dark .login-box,html.dark .booking-box,html.dark .modal{background:#162028;border-color:var(--border);}
  html.dark .enquiry-form{background:rgba(255,255,255,0.05);}
  html.dark .modal-footer,html.dark .booking-tour-info,html.dark .booking-summary,html.dark .modal-meta-grid{background:#1e2a35;}
  html.dark .search-box,html.dark .view-toggle{background:#1e2a35;border-color:var(--border);}
  html.dark .view-toggle button.active{background:#0f1923;}
  html.dark .search-box input{color:var(--text);}
  html.dark .admin-sidebar{background:#0f1923;border-color:var(--border);}
  html.dark .admin-nav-item:hover,html.dark .admin-nav-item.active{background:#162028;}
  html.dark .admin-content{background:#0f1923;}
  html.dark .items-table th{background:#1e2a35;}
  html.dark .items-table tr:hover td{background:rgba(10,126,140,0.07);}
  html.dark .a-form-group input,html.dark .a-form-group textarea,html.dark .a-form-group select{background:#0f1923;border-color:var(--border);color:var(--text);}
  html.dark .form-group input,html.dark .form-group textarea,html.dark .form-group select{background:rgba(255,255,255,0.08);}
  html.dark .pay-option{border-color:var(--border);}
  html.dark .pay-option.selected{background:rgba(10,126,140,0.15);}
  html.dark .mobile-nav{background:#0f1923;border-color:var(--border);}
  html.dark .mobile-nav a{color:var(--text);}
  html.dark .dropdown-menu{background:#162028;border-color:var(--border);}
  html.dark .dropdown-menu a{color:var(--text);}
  html.dark .dropdown-menu a:hover{background:#1e2a35;}
  html.dark ::-webkit-scrollbar-track{background:#0f1923;}
  html.dark .upi-display{background:#0d2a1a;border-color:#1a4a2e;}
  html.dark #bankBox{background:#0d1a2a;border-color:#1a2e4a;}
  html.dark .company-info-bar{background:linear-gradient(135deg,#043a40,#065a63);}
  html.dark footer{background:#060e16;}
  html.dark #userLoginModal .ulogin-box,html.dark #userPortal{background:#162028;border-color:var(--border);}
  html.dark .ulogin-tab{color:var(--text-muted);}
  html.dark .ulogin-tab.active{color:var(--teal);border-bottom-color:var(--teal);}
  html.dark .ulogin-input{background:#0f1923;border-color:var(--border);color:var(--text);}
  html.dark .up-card{background:#1e2a35;border-color:var(--border);}
  html.dark .up-sidebar{background:#0f1923;border-color:var(--border);}
  html.dark .up-nav-item:hover,.up-nav-item.active{background:#162028;}
  html.dark .up-history-row{background:#1e2a35;}

  /* ── USER LOGIN MODAL ── */
  #userLoginModal{
    position:fixed;inset:0;background:rgba(10,30,40,0.75);z-index:6700;
    display:flex;align-items:center;justify-content:center;padding:1.5rem;
    opacity:0;pointer-events:none;transition:.3s;
  }
  #userLoginModal.open{opacity:1;pointer-events:all;}
  .ulogin-box{
    background:var(--white);border-radius:24px;width:100%;max-width:440px;
    overflow:hidden;transform:translateY(30px);transition:.35s;
    box-shadow:0 24px 80px rgba(0,0,0,0.28);
  }
  #userLoginModal.open .ulogin-box{transform:translateY(0);}
  .ulogin-header{
    background:linear-gradient(135deg,#023d44,var(--teal));
    color:#fff;padding:1.5rem;text-align:center;position:relative;
  }
  .ulogin-header h3{font-family:'Playfair Display',serif;font-size:1.3rem;margin-bottom:.2rem;}
  .ulogin-header p{font-size:.8rem;opacity:.85;}
  .ulogin-close-btn{
    position:absolute;top:12px;right:12px;background:rgba(255,255,255,.2);
    border:none;color:#fff;width:30px;height:30px;border-radius:50%;
    cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;
  }
  .ulogin-tabs{display:flex;border-bottom:1px solid var(--border);padding:0 1.5rem;}
  .ulogin-tab{
    flex:1;padding:.85rem .5rem;font-size:.88rem;font-weight:600;
    cursor:pointer;text-align:center;border:none;background:none;
    font-family:inherit;color:var(--text-muted);border-bottom:2px solid transparent;
    transition:.2s;
  }
  .ulogin-tab.active{color:var(--teal);border-bottom-color:var(--teal);}
  .ulogin-body{padding:1.5rem;}
  .ulogin-input{
    width:100%;padding:.65rem .9rem;border:1px solid var(--border);border-radius:8px;
    font-size:.88rem;font-family:inherit;outline:none;transition:.2s;
    background:var(--white);color:var(--text);box-sizing:border-box;
  }
  .ulogin-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(10,126,140,.1);}
  .ulogin-label{font-size:.76rem;font-weight:600;color:var(--text-light);display:block;margin-bottom:4px;}
  .ulogin-field{margin-bottom:.85rem;}
  .ulogin-err{display:none;background:rgba(201,72,50,.08);color:var(--danger);border:1px solid rgba(201,72,50,.2);border-radius:8px;padding:.6rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.85rem;}
  .ulogin-ok{display:none;background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:.6rem .9rem;font-size:.8rem;font-weight:600;margin-bottom:.85rem;}
  .ulogin-btn{
    width:100%;padding:.8rem;background:var(--teal);color:#fff;border:none;
    border-radius:50px;font-size:.92rem;font-weight:700;cursor:pointer;transition:.2s;
    font-family:inherit;
  }
  .ulogin-btn:hover{background:var(--teal-dark);}
  .ulogin-note{font-size:.74rem;color:var(--text-muted);text-align:center;margin-top:.75rem;line-height:1.6;}
  .ulogin-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-light));display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto .6rem;color:#fff;font-weight:700;font-family:'Playfair Display',serif;}

  /* ── USER PORTAL ── */
  #userPortal{
    position:fixed;inset:0;background:var(--white);z-index:3200;
    display:none;flex-direction:column;overflow:hidden;
  }
  #userPortal.open{display:flex;}
  .up-header{
    background:linear-gradient(135deg,#023d44,var(--teal));
    color:#fff;padding:0 1.5rem;height:62px;
    display:flex;align-items:center;justify-content:space-between;flex-shrink:0;
  }
  .up-header h2{font-family:'Playfair Display',serif;font-size:1.1rem;}
  .up-header-right{display:flex;align-items:center;gap:.75rem;}
  .up-user-chip{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.15);padding:.35rem .8rem;border-radius:50px;font-size:.8rem;}
  .up-close-btn{background:rgba(255,255,255,.2);border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;}
  .up-layout{display:flex;flex:1;overflow:hidden;}
  .up-sidebar{
    width:220px;border-right:1px solid var(--border);padding:1rem .75rem;
    display:flex;flex-direction:column;gap:.25rem;overflow-y:auto;flex-shrink:0;
    background:var(--sand);
  }
  .up-nav-item{
    display:flex;align-items:center;gap:.65rem;padding:.6rem .85rem;
    border-radius:10px;cursor:pointer;font-size:.88rem;font-weight:500;
    color:var(--text);transition:.15s;
  }
  .up-nav-item:hover{background:rgba(10,126,140,.08);color:var(--teal);}
  .up-nav-item.active{background:rgba(10,126,140,.12);color:var(--teal);font-weight:700;}
  .up-content{flex:1;overflow-y:auto;padding:2rem;}
  .up-section{display:none;}
  .up-section.active{display:block;}
  .up-section h3{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:1.5rem;color:var(--text);}
  .up-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow);margin-bottom:1.25rem;}
  .up-history-row{background:var(--sand);border-radius:10px;padding:1rem 1.25rem;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;}
  .up-history-row .uhr-tour{font-weight:700;color:var(--text);font-size:.92rem;}
  .up-history-row .uhr-meta{font-size:.78rem;color:var(--text-muted);margin-top:.2rem;}
  .up-history-row .uhr-amount{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:700;color:var(--teal);}
  .up-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-top:1rem;}
  .up-media-item{border-radius:12px;overflow:hidden;aspect-ratio:1;position:relative;background:var(--sand);}
  .up-media-item img,.up-media-item video{width:100%;height:100%;object-fit:cover;}
  .up-media-del{position:absolute;top:5px;right:5px;background:rgba(201,72,50,.85);color:#fff;border:none;border-radius:50%;width:22px;height:22px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
  .up-upload-zone{border:2px dashed var(--border);border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:.2s;}
  .up-upload-zone:hover{border-color:var(--teal);background:rgba(10,126,140,.04);}
  .up-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;}
  @media(max-width:600px){.up-sidebar{display:none;}.up-profile-grid{grid-template-columns:1fr;}}
  @media(max-width:700px){.up-sidebar{width:180px;}}

  /* logged-in state badge in mobile nav */
  #mnUserLoginLink .uln-loggedin{display:none;}
  #mnUserLoginLink .uln-loggedout{display:flex;}
  body.user-logged-in #mnUserLoginLink .uln-loggedin{display:flex;}
  body.user-logged-in #mnUserLoginLink .uln-loggedout{display:none;}
  body.user-logged-in #mnMyBookingsLink{display:flex !important;}
  body.user-logged-in #mnLogoutLink{display:flex !important;}

  /* Dark mode toggle in dropdown */
  .dark-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:0.6rem 0.9rem;border-radius:8px;cursor:pointer;transition:.15s;}
  .dark-toggle-row:hover{background:var(--sand);color:var(--teal);}
  .dark-toggle-row span.di{font-size:16px;}
  .dark-toggle-label{flex:1;font-size:0.875rem;font-weight:500;color:var(--text);margin-left:10px;}
  .toggle-switch{width:36px;height:20px;background:var(--border);border-radius:50px;position:relative;transition:.3s;flex-shrink:0;}
  .toggle-switch::after{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:.3s;}
  html.dark .toggle-switch{background:var(--teal);}
  html.dark .toggle-switch::after{left:19px;}
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);overflow-x:hidden;}
  /* ── App Notification Popup ── */
  #appNotifOverlay{
    position:fixed;inset:0;z-index:9998;
    background:rgba(0,0,0,.45);
    display:flex;align-items:center;justify-content:center;
    padding:1.25rem;
    opacity:0;pointer-events:none;
    transition:opacity .3s;
  }
  #appNotifOverlay.show{opacity:1;pointer-events:all;}
  #appNotifPopup{
    background:var(--white);border-radius:20px;
    width:100%;max-width:360px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
    overflow:hidden;
    transform:scale(.88) translateY(20px);
    transition:transform .35s cubic-bezier(.34,1.56,.64,1);
  }
  #appNotifOverlay.show #appNotifPopup{transform:scale(1) translateY(0);}
  .notif-popup-head{
    padding:1.25rem 1.25rem .75rem;
    display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;
  }
  .notif-popup-icon{
    width:46px;height:46px;border-radius:14px;flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
    font-size:1.5rem;
  }
  .notif-popup-title{font-weight:800;font-size:1rem;color:var(--text);line-height:1.3;margin-bottom:.25rem;}
  .notif-popup-msg{font-size:.84rem;color:var(--text-muted);line-height:1.55;}
  .notif-popup-close{
    background:var(--sand);border:none;color:var(--text-muted);
    width:30px;height:30px;border-radius:50%;cursor:pointer;
    font-size:.85rem;display:flex;align-items:center;justify-content:center;
    flex-shrink:0;transition:.15s;margin-top:-.1rem;
  }
  .notif-popup-close:hover{background:var(--border);color:var(--text);}
  .notif-popup-footer{
    padding:.6rem 1.25rem 1.1rem;
    display:flex;align-items:center;justify-content:space-between;gap:.75rem;
  }
  .notif-popup-btn{
    background:var(--teal);color:#fff;border:none;
    border-radius:50px;padding:.55rem 1.4rem;
    font-size:.83rem;font-weight:700;cursor:pointer;transition:.15s;
  }
  .notif-popup-btn:hover{background:var(--teal-dark);}
  .notif-progress-wrap{flex:1;height:4px;background:var(--border);border-radius:50px;overflow:hidden;}
  .notif-progress-bar{height:100%;border-radius:50px;transition:width linear;}

  /* ── SCROLLBAR ── */
  ::-webkit-scrollbar{width:6px;}
  ::-webkit-scrollbar-track{background:var(--sand);}
  ::-webkit-scrollbar-thumb{background:var(--teal-light);border-radius:3px;}

  /* ── HEADER ── */
  header{
    position:fixed;top:0;left:0;right:0;z-index:1100;
    background:rgba(255,255,255,0.97);backdrop-filter:blur(12px);
    border-bottom:1px solid var(--border);
    display:flex;align-items:center;justify-content:space-between;
    padding:0 2rem;height:68px;
    box-shadow:0 2px 12px rgba(10,126,140,0.08);
  }
  .logo{display:flex;align-items:center;gap:12px;text-decoration:none;}
  .logo-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--teal),var(--teal-light));border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;}
  .logo-text{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:var(--teal-dark);line-height:1.1;}
  .logo-text span{font-size:0.7rem;font-family:'DM Sans',sans-serif;font-weight:400;color:var(--text-muted);display:block;letter-spacing:0.08em;}
  nav{display:flex;align-items:center;gap:0.25rem;}
  nav a{padding:0.45rem 0.9rem;border-radius:6px;text-decoration:none;font-size:0.875rem;font-weight:500;color:var(--text-light);transition:all .2s;}
  nav a:hover,nav a.active{color:var(--teal);background:rgba(10,126,140,0.08);}
  .header-right{display:flex;align-items:center;gap:0.75rem;}
  .hdr-user-btns{display:none;align-items:center;gap:.45rem;}
  body.user-logged-in .hdr-user-btns{display:flex;}
  .hdr-icon-btn{position:relative;background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:.95rem;cursor:pointer;transition:.2s;flex-shrink:0;color:#fff;}
  .hdr-icon-btn:hover{background:rgba(255,255,255,.25);border-color:rgba(255,255,255,.6);}
  .hdr-notif-badge{position:absolute;top:-4px;right:-4px;background:var(--coral);color:#fff;font-size:.58rem;font-weight:800;min-width:16px;height:16px;border-radius:50px;display:none;align-items:center;justify-content:center;padding:0 3px;border:2px solid var(--white);}
  .hdr-notif-badge.show{display:flex;}
  .hdr-notif-wrap,.hdr-profile-wrap{position:relative;}
  .hdr-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:var(--white);border:1px solid var(--border);border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.15);z-index:4000;overflow:hidden;display:none;min-width:280px;max-width:calc(100vw - 1rem);}
  .hdr-dropdown.open{display:block;}
  /* Notification dropdown: centered on mobile */
  #hdrNotifDropdown{right:auto;left:50%;transform:translateX(-50%);}
  @media(min-width:600px){#hdrNotifDropdown{left:0;transform:none;}}
  .hdr-drop-head{padding:.7rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--sand);}
  .hdr-drop-head span{font-weight:700;font-size:.85rem;color:var(--text);}
  .hdr-drop-head button{background:none;border:none;font-size:.75rem;color:var(--teal);cursor:pointer;font-weight:600;}
  .hdr-notif-item{padding:.7rem 1rem;border-bottom:1px solid var(--border);cursor:pointer;transition:.15s;}
  .hdr-notif-item:last-child{border-bottom:none;}
  .hdr-notif-item:hover{background:var(--sand);}
  .hdr-notif-tour{font-weight:700;font-size:.82rem;color:var(--text);margin-bottom:.2rem;}
  .hdr-notif-meta{font-size:.74rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;}
  .hdr-notif-empty{padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.84rem;line-height:1.7;}
  .hdr-profile-info{padding:1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem;background:var(--sand);}
  .hdr-profile-avatar{width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;font-weight:800;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .hdr-profile-name{font-weight:700;font-size:.88rem;color:var(--text);line-height:1.3;}
  .hdr-profile-email{font-size:.72rem;color:var(--text-muted);word-break:break-all;}
  .hdr-profile-action{padding:.65rem 1rem;font-size:.83rem;font-weight:600;cursor:pointer;transition:.15s;display:flex;align-items:center;gap:.6rem;color:var(--text);border-bottom:1px solid var(--border);}
  .hdr-profile-action:last-child{border-bottom:none;}
  .hdr-profile-action:hover{background:var(--sand);}
  .hamburger{
    display:flex;flex-direction:column;gap:5px;cursor:pointer;
    padding:8px;border:none;background:none;border-radius:8px;transition:.2s;
  }
  .hamburger:hover{background:var(--sand);}
  .hamburger span{width:24px;height:2px;background:var(--text);border-radius:2px;display:block;transition:.3s;}
  .hamburger:hover span{background:var(--teal);}

  /* Mobile nav panel */
  .mobile-nav{
    position:fixed;top:68px;right:0;width:260px;max-height:calc(100vh - 68px);overflow-y:auto;
    background:var(--white);border-left:1px solid var(--border);border-bottom:1px solid var(--border);
    border-radius:0 0 0 16px;padding:1rem 0.75rem;
    box-shadow:-4px 8px 32px rgba(10,126,140,0.12);
    z-index:1099;transform:translateX(110%);transition:transform .3s ease;
  }
  .mobile-nav.open{transform:translateX(0);}
  .mobile-nav a{
    display:flex;align-items:center;gap:10px;padding:0.65rem 0.9rem;border-radius:10px;
    text-decoration:none;font-size:0.9rem;font-weight:500;color:var(--text);transition:.15s;
  }
  .mobile-nav a:hover{background:var(--sand);color:var(--teal);}
  .mobile-nav .dark-toggle-row{border-radius:10px;}

  /* ── HERO ── */
  #home{
    padding-top:68px;
    background:linear-gradient(160deg,#023d44 0%,#0a7e8c 45%,#1aa3b5 100%);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    position:relative;overflow:hidden;z-index:0;
  }
  .hero-waves{position:absolute;bottom:0;left:0;right:0;}
  .hero-circles{position:absolute;top:0;right:-100px;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,0.04);pointer-events:none;}
  .hero-circles::after{content:'';position:absolute;top:80px;right:80px;width:320px;height:320px;border-radius:50%;background:rgba(255,255,255,0.04);}

  /* ── HERO SLIDER ── */
  #heroSlider{position:absolute;inset:0;z-index:0;overflow:hidden;}
  .hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;}
  .hero-slide-video{width:100%;height:100%;object-fit:cover;}
  .hero-slide.hs-active{opacity:1;}
  /* dark overlay so text stays readable over any image */
  #heroSlider::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.35);pointer-events:none;}
  
  .hero-content{text-align:center;color:var(--white);padding:1.5rem 1.25rem 2rem;z-index:2;max-width:760px;}
  .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.15);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.25);border-radius:50px;padding:0.4rem 1rem;font-size:0.78rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:1rem;}
  h1.hero-title{font-family:'Playfair Display',serif;font-size:clamp(1.75rem,6vw,4.5rem);font-weight:900;line-height:1.08;margin-bottom:0.9rem;}
  h1.hero-title em{font-style:italic;color:#9de8f0;}
  .hero-sub{font-size:0.95rem;color:rgba(255,255,255,0.82);max-width:520px;margin:0 auto 1.5rem;line-height:1.55;}
  .hero-btns{display:flex;gap:0.75rem;justify-content:center;flex-wrap:wrap;}
  .btn-primary{padding:0.7rem 1.5rem;background:var(--coral);color:var(--white);border:none;border-radius:50px;font-size:0.9rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.25s;box-shadow:0 4px 16px rgba(232,96,74,0.4);}
  .btn-primary:hover{background:var(--coral-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(232,96,74,0.5);}
  .btn-outline{padding:0.7rem 1.5rem;background:transparent;color:var(--white);border:2px solid rgba(255,255,255,0.5);border-radius:50px;font-size:0.9rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:.25s;}
  .btn-outline:hover{background:rgba(255,255,255,0.15);border-color:var(--white);}
  .hero-stats{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap;}
  .hero-stat{text-align:center;}
  .hero-stat .num{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:var(--white);}
  .hero-stat .lbl{font-size:0.7rem;color:rgba(255,255,255,0.7);letter-spacing:0.06em;text-transform:uppercase;}

  /* ── SECTION COMMON ── */
  section{padding:5rem 2rem;}
  .section-label{font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--teal);margin-bottom:0.6rem;}
  /* ── Why-Us / About cards ── */
  .whyus-section{padding:4rem 0;}
  .whyus-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem;}
  .whyus-card{background:var(--white);border-radius:20px;padding:2rem 2.25rem;box-shadow:var(--shadow);transition:.22s;}
  .whyus-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .whyus-pill{display:inline-flex;align-items:center;gap:.4rem;background:rgba(232,96,74,.1);color:var(--coral);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:.35rem .9rem;border-radius:50px;margin-bottom:1rem;}
  .whyus-heading{font-family:'Playfair Display',serif;font-size:1.65rem;line-height:1.25;color:var(--text);margin-bottom:.75rem;}
  .whyus-heading .accent{color:var(--teal);}
  .whyus-body{font-size:.92rem;color:var(--text-muted);line-height:1.75;text-align:justify;}
  .section-title{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--text);margin-bottom:0.75rem;}
  .section-sub{color:var(--text-muted);font-size:1rem;line-height:1.65;max-width:540px;text-align:justify;}
  .section-header{margin-bottom:3rem;}
  .section-header.center{text-align:center;}
  .section-header.center .section-sub{margin:0 auto;}
  .container{max-width:1180px;margin:0 auto;}

  /* ── DASHBOARD ── */
  #dashboard{background:var(--sand);}
  .dash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem;}
  .dash-card{background:var(--white);border-radius:16px;padding:2rem 1.75rem;box-shadow:var(--shadow);border:1px solid var(--border);position:relative;overflow:hidden;transition:.25s;}
  .dash-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .dash-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--teal),var(--teal-light));}
  .dash-card.coral::before{background:linear-gradient(90deg,var(--coral),#f4a580);}
  .dash-card.gold::before{background:linear-gradient(90deg,var(--gold),#f0c97a);}
  .dash-num{font-family:'Playfair Display',serif;font-size:3rem;font-weight:700;color:var(--teal);line-height:1;}
  .dash-card.coral .dash-num{color:var(--coral);}
  .dash-card.gold .dash-num{color:var(--gold);}
  .dash-label{font-size:0.9rem;font-weight:600;color:var(--text);margin-top:0.5rem;}
  .dash-icon{position:absolute;bottom:1.25rem;right:1.25rem;font-size:2.5rem;opacity:0.12;}
  .company-info-bar{background:linear-gradient(135deg,var(--teal-dark),var(--teal));border-radius:16px;padding:2rem 2.5rem;color:var(--white);display:flex;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem;}
  .company-info-bar h2{font-family:'Playfair Display',serif;font-size:1.6rem;}
  .company-info-bar p{opacity:0.85;font-size:0.92rem;margin-top:0.25rem;}
  .cib-meta{display:flex;gap:2rem;flex-wrap:wrap;margin-left:auto;}
  .cib-item{font-size:0.82rem;opacity:0.8;display:flex;align-items:center;gap:6px;}

  /* ── TOURS ── */
  #tours{background:var(--white);}
  .tours-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem;flex-wrap:wrap;}
  .search-box{display:flex;align-items:center;gap:8px;background:var(--sand);border:1px solid var(--border);border-radius:50px;padding:0.5rem 1rem;min-width:220px;}
  .search-box input{background:none;border:none;outline:none;font-size:0.88rem;color:var(--text);width:100%;}
  .view-toggle{display:flex;gap:4px;background:var(--sand);border-radius:8px;padding:4px;}
  .view-toggle button{border:none;background:none;cursor:pointer;padding:6px 10px;border-radius:6px;font-size:18px;transition:.2s;}
  .view-toggle button.active{background:var(--white);box-shadow:0 1px 4px rgba(0,0,0,0.1);}
  .tours-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;}
  .tours-grid.list-view{grid-template-columns:1fr;}
  .tour-card{position:relative;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);transition:transform .55s cubic-bezier(.16,1,.3,1),box-shadow .55s cubic-bezier(.16,1,.3,1),border-color .55s ease;cursor:pointer;}
  .tours-grid.list-view .tour-card{display:flex;flex-direction:row;}
  .tour-img{height:210px;overflow:hidden;position:relative;}
  .tour-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,0.32) 100%);opacity:0;transition:opacity .55s ease;pointer-events:none;}
  .tours-grid.list-view .tour-card .tour-img{width:260px;height:auto;flex-shrink:0;}
  .tour-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);will-change:transform;transform:translate3d(0,0,0) scale(1);}
  .tour-title{transition:color .45s ease;}
  .tdp-view-btn{transition:background .3s ease,transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;}
  /* Desktop: real mouse hover only (avoids "sticky hover" firing on a touch tap) */
  @media (hover:hover) and (pointer:fine){
    .tour-card:hover{transform:translate3d(0,-10px,0);box-shadow:0 24px 48px -14px rgba(10,126,140,0.32);border-color:var(--teal-light);}
    .tour-card:hover .tour-img img{transform:translate3d(0,0,0) scale(1.1);}
    .tour-card:hover .tour-img::after{opacity:1;}
    .tour-card:hover .tour-badge{transform:translateY(-2px);box-shadow:0 6px 14px rgba(10,126,140,0.35);}
    .tour-card:hover .tour-title{color:var(--teal-dark);}
    .tour-card:hover .tdp-view-btn{box-shadow:0 8px 20px -4px rgba(10,126,140,0.5);}
  }
  /* Touch: same lift/zoom effect, but only while a finger is actively swiping over the card */
  .tour-card.swipe-active{transform:translate3d(0,-10px,0);box-shadow:0 24px 48px -14px rgba(10,126,140,0.32);border-color:var(--teal-light);}
  .tour-card.swipe-active .tour-img img{transform:translate3d(0,0,0) scale(1.1);}
  .tour-card.swipe-active .tour-img::after{opacity:1;}
  .tour-card.swipe-active .tour-badge{transform:translateY(-2px);box-shadow:0 6px 14px rgba(10,126,140,0.35);}
  .tour-card.swipe-active .tour-title{color:var(--teal-dark);}
  .tour-card.swipe-active .tdp-view-btn{box-shadow:0 8px 20px -4px rgba(10,126,140,0.5);}
  .tour-badge{position:absolute;top:12px;left:12px;background:var(--teal);color:var(--white);font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:4px 10px;border-radius:50px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s ease;}
  .tour-body{padding:1.5rem;}
  .tour-code{font-size:0.7rem;color:var(--text-muted);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.4rem;}
  .tour-title{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:0.5rem;line-height:1.3;}
  .tour-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;}
  .tour-meta-item{font-size:0.78rem;color:var(--text-muted);display:flex;align-items:center;gap:5px;}
  .ic{width:14px;height:14px;flex-shrink:0;color:currentColor;}
  .tour-meta-item .ic{color:var(--teal);}
  .dash-icon .ic{width:2.5rem;height:2.5rem;}
  .contact-icon .ic{width:22px;height:22px;}
  .tour-price-row{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);}
  .tour-price{font-family:'Playfair Display',serif;}
  .tour-price .from{font-size:0.7rem;color:var(--text-muted);display:block;}
  .tour-price .amount{font-size:1.5rem;font-weight:700;color:var(--teal);}
  .tour-price .per{font-size:0.75rem;color:var(--text-muted);}
  .tour-price .orig{font-size:.82rem;color:var(--text-muted);text-decoration:line-through;margin-right:.35rem;}
  .discount-badge{display:inline-block;background:var(--coral);color:#fff;font-size:.65rem;font-weight:800;padding:2px 7px;border-radius:50px;margin-left:.35rem;vertical-align:middle;letter-spacing:.02em;}
  .ota-price-main .orig{font-size:.82rem;color:var(--text-muted);text-decoration:line-through;margin-right:.3rem;}
  .btn-sm{padding:0.5rem 1.2rem;background:var(--coral);color:var(--white);border:none;border-radius:50px;font-size:0.8rem;font-weight:600;cursor:pointer;transition:.2s;}
  .btn-sm:hover{background:var(--coral-dark);}
  .btn-sm-teal{padding:0.5rem 1.2rem;background:var(--teal);color:var(--white);border:none;border-radius:50px;font-size:0.8rem;font-weight:600;cursor:pointer;transition:.2s;}
  .btn-sm-teal:hover{background:var(--teal-dark);}
  .tour-btns{display:flex;gap:0.5rem;flex-wrap:wrap;justify-content:flex-end;}

  /* ── BOOKING MODAL ── */
  #bookingModal{position:fixed;inset:0;background:rgba(10,30,40,0.75);z-index:3000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:.3s;}
  #bookingModal.open{opacity:1;pointer-events:all;}
  .booking-box{background:var(--white);border-radius:20px;width:100%;max-width:520px;overflow:hidden;transform:translateY(30px);transition:.35s;box-shadow:0 24px 80px rgba(0,0,0,0.3);max-height:90vh;overflow-y:auto;}
  #bookingModal.open .booking-box{transform:translateY(0);}
  .booking-header{background:linear-gradient(135deg,var(--teal-dark),var(--teal));color:var(--white);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;}
  .booking-header h3{font-family:'Playfair Display',serif;font-size:1.2rem;}
  .booking-header p{font-size:0.8rem;opacity:0.85;margin-top:2px;}
  .booking-close{background:rgba(255,255,255,0.2);border:none;color:var(--white);width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
  .booking-body{padding:1.5rem;}
  .booking-tour-info{background:var(--sand);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;}
  .booking-tour-info .bti-name{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--text);}
  .booking-tour-info .bti-price{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--teal);}
  .booking-tour-info .bti-per{font-size:0.72rem;color:var(--text-muted);}
  .booking-section-title{font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-muted);margin:1rem 0 0.6rem;}
  .booking-pay-options{display:grid;grid-template-columns:1fr 1fr;gap:0.6rem;margin-bottom:1rem;}
  .pay-option{border:2px solid var(--border);border-radius:10px;padding:0.75rem 1rem;cursor:pointer;transition:.2s;text-align:center;}
  .pay-option:hover{border-color:var(--teal);background:rgba(10,126,140,0.04);}
  .pay-option.selected{border-color:var(--teal);background:rgba(10,126,140,0.08);}
  .pay-option .po-icon{font-size:1.4rem;margin-bottom:4px;}
  .pay-option .po-label{font-size:0.8rem;font-weight:700;color:var(--text);}
  .pay-option .po-desc{font-size:0.7rem;color:var(--text-muted);margin-top:2px;}
  .booking-summary{background:var(--sand);border-radius:10px;padding:1rem 1.25rem;margin:1rem 0;}
  .booking-summary-row{display:flex;justify-content:space-between;font-size:0.85rem;margin-bottom:0.4rem;}
  .booking-summary-row.total{font-weight:700;font-size:1rem;color:var(--teal);border-top:1px solid var(--border);padding-top:0.5rem;margin-top:0.25rem;}
  .btn-confirm{width:100%;padding:0.9rem;background:var(--teal);color:var(--white);border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:.2s;margin-top:0.75rem;}
  .btn-confirm:hover{background:var(--teal-dark);transform:translateY(-1px);}
  .upi-display{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:1rem;text-align:center;margin:0.75rem 0;display:none;}
  .upi-display .upi-id{font-size:1.1rem;font-weight:700;color:#166534;letter-spacing:0.04em;}
  .upi-display p{font-size:0.78rem;color:#166534;margin-top:4px;}

  /* ── TOUR DETAIL PAGE (full-screen slide-in) ── */
  #tourDetailPage{position:fixed;inset:0;z-index:2000;background:var(--white);transform:translateX(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}
  #tourDetailPage.open{transform:translateX(0);}
  /* top bar */
  .tdp-bar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0.7rem 1.1rem;gap:0.75rem;}
  .tdp-back{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid var(--border);color:var(--text);padding:0.38rem 0.85rem;border-radius:50px;font-size:0.83rem;font-weight:600;cursor:pointer;transition:.2s;white-space:nowrap;}
  .tdp-back:hover{background:var(--sand);}
  .tdp-bar-title{font-weight:700;font-size:0.88rem;color:var(--text);flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0.5rem;}
  /* gallery */
  .tdp-gallery{position:relative;background:#000;overflow:hidden;flex-shrink:0;max-height:75vh;}
  .tdp-gallery img{width:100%;height:auto;max-height:75vh;object-fit:contain;display:block;transition:opacity .3s;}
  .tdp-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.88);border:none;border-radius:50%;width:36px;height:36px;font-size:20px;cursor:pointer;z-index:3;align-items:center;justify-content:center;display:none;}
  .tdp-arrow.show{display:flex;}
  #tdpPrev{left:10px;} #tdpNext{right:10px;}
  .tdp-dots{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;gap:6px;}
  .tdp-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,0.45);cursor:pointer;transition:.25s;}
  .tdp-dot.on{background:#fff;width:20px;border-radius:4px;}
  /* thumb strip */
  .tdp-thumbs{overflow-x:auto;background:#111;padding:7px 10px;gap:7px;display:none;flex-wrap:nowrap;scrollbar-width:none;}
  .tdp-thumbs.show{display:flex;}
  .tdp-thumbs::-webkit-scrollbar{display:none;}
  .tdp-thumb{width:64px;height:50px;object-fit:cover;border-radius:6px;cursor:pointer;flex-shrink:0;border:2px solid transparent;opacity:.6;transition:.2s;}
  .tdp-thumb.on{border-color:var(--teal-light);opacity:1;}
  /* body */
  .tdp-body{max-width:760px;margin:0 auto;padding:1.5rem 1.4rem 1rem;}
  .tdp-code{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--teal);margin-bottom:0.4rem;}
  .tdp-title{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:1.25rem;}
  /* 2-col specs */
  .tdp-specs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:1.5rem;}
  .tdp-spec{padding:.9rem 1rem;border-bottom:1px solid var(--border);border-right:1px solid var(--border);}
  .tdp-spec:nth-child(even){border-right:none;}
  .tdp-spec:nth-last-child(-n+2){border-bottom:none;}
  .tdp-spec-lbl{font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:3px;}
  .tdp-spec-val{font-size:.9rem;font-weight:600;color:var(--text);}
  .tdp-sec-hd{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:1.3rem 0 .65rem;}
  .tdp-inc-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.2rem;}
  .tdp-inc-tag{background:rgba(10,126,140,.1);color:var(--teal-dark);font-size:.78rem;font-weight:600;padding:5px 13px;border-radius:50px;}
  .ie-section{background:#fff;margin:1rem 0 0;padding:1.75rem 1.4rem 2rem;border-radius:16px;box-shadow:0 2px 14px rgba(0,0,0,.07);}
  .ie-title{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:400;color:#1a1a1a;margin:0 0 1.25rem;letter-spacing:-.01em;}
  .ie-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem;}
  .ie-item{display:flex;align-items:flex-start;gap:1rem;font-size:1rem;color:var(--text);line-height:1.6;font-family:'DM Sans',sans-serif;}
  .ie-icon{flex-shrink:0;font-size:1.1rem;font-weight:700;line-height:1.5;font-family:sans-serif;}
  .ie-icon.inc{color:#2d6a4f;}
  .ie-icon.exc{color:#c96040;}
  html.dark .ie-section{background:#111d27;}
  html.dark .ie-title{color:#e2e8f0;}
  html.dark .ie-item{color:#a0aec0;}
  .tdp-dates-txt{font-size:.88rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;}
  /* sticky footer */
  .tdp-footer{position:sticky;bottom:0;z-index:10;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:1rem 1.2rem 1.3rem;margin-top:1.5rem;}
  .tdp-price-from{font-size:.72rem;color:var(--text-muted);display:block;margin-bottom:.1rem;}
  .tdp-btn-group{display:flex;flex-direction:column;gap:.6rem;margin-top:.85rem;}
  .tdp-price-from{font-size:.7rem;color:var(--text-muted);display:block;}
  .tdp-price-amt{font-family:'Playfair Display',serif;font-size:1.75rem;font-weight:700;color:var(--teal);line-height:1;}
  .tdp-price-per{font-size:.78rem;color:var(--text-muted);}
  .tdp-book-btn{width:100%;padding:.9rem;background:#2d6a4f;color:#fff;border:none;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:.18s;}
  .tdp-book-btn:hover{background:#1b4332;}
  .tdp-enq-btn{width:100%;padding:.87rem;background:transparent;color:#2d6a4f;border:2px solid #2d6a4f;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:.18s;}
  .tdp-enq-btn:hover{background:rgba(45,106,79,.06);}
  /* keep old class names alive for other references */
  .mm-item .mm-lbl{font-size:0.7rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px;}
  .mm-item .mm-val{font-size:0.92rem;font-weight:600;color:var(--text);}
  .inc-tag{background:rgba(10,126,140,0.1);color:var(--teal-dark);font-size:0.78rem;font-weight:600;padding:5px 12px;border-radius:50px;display:flex;align-items:center;gap:5px;}
  .btn-book{padding:0.8rem 2.5rem;background:#2d6a4f;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:.2s;}
  .btn-book:hover{background:#1b4332;}

  /* ── ENQUIRY ── */
  #contact{background:linear-gradient(160deg,#023d44 0%,#0a7e8c 100%);color:var(--white);}
  #contact .section-title{color:var(--white);}
  #contact .section-label{color:rgba(255,255,255,0.65);}
  #contact .section-sub{color:rgba(255,255,255,0.75);}
  .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}
  .enquiry-form{background:rgba(255,255,255,0.07);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,0.15);border-radius:20px;padding:2rem;}
  .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
  .form-group{margin-bottom:1.25rem;}
  .form-group label{display:block;font-size:0.8rem;font-weight:600;margin-bottom:0.4rem;opacity:0.85;}
  .form-group input,.form-group textarea,.form-group select{width:100%;padding:0.75rem 1rem;background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.25);border-radius:10px;color:var(--white);font-size:0.9rem;font-family:inherit;outline:none;transition:.2s;}
  .form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,0.45);}
  .form-group input:focus,.form-group textarea:focus{border-color:rgba(255,255,255,0.6);background:rgba(255,255,255,0.18);}
  .form-group textarea{resize:vertical;min-height:100px;}
  .btn-send{width:100%;padding:1rem;background:#c9a84c;color:var(--white);border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:.2s;margin-top:0.5rem;box-shadow:0 4px 16px rgba(201,168,76,0.35);}
  .btn-send:hover{background:#b8943e;transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,0.45);}
  .contact-info{color:var(--white);}
  .contact-info h3{font-family:'Playfair Display',serif;font-size:1.8rem;margin-bottom:1.5rem;line-height:1.2;}
  .contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;}
  .contact-icon{width:48px;height:48px;background:rgba(255,255,255,0.12);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
  .contact-item a{color:var(--white);text-decoration:none;font-size:1rem;font-weight:600;}
  .whatsapp-btn{display:inline-flex;align-items:center;gap:10px;background:#25D366;color:var(--white);border:none;border-radius:50px;padding:0.85rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;text-decoration:none;margin-top:1.5rem;transition:.2s;}
  .whatsapp-btn:hover{background:#1dba58;transform:translateY(-2px);}

  /* ── HOLIDAYS ── */
  #holidays{background:var(--sand);}
  .holidays-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;}
  /* ── Trending Activities ── */
  #trendingGrid::-webkit-scrollbar{display:none;}
  .ta-card{
    background:var(--white);border:1px solid var(--border);border-radius:16px;
    overflow:hidden;box-shadow:var(--shadow);cursor:pointer;
    transition:transform .22s,box-shadow .22s;
    flex:0 0 260px;scroll-snap-align:start;
  }
  .ta-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .ta-img-wrap{position:relative;overflow:hidden;border-radius:0;}
  .ta-img-track{will-change:transform;}
  .ta-nav{
    position:absolute;top:50%;transform:translateY(-50%);
    background:rgba(0,0,0,.42);color:#fff;border:none;
    width:32px;height:32px;border-radius:50%;font-size:1.2rem;
    cursor:pointer;display:flex;align-items:center;justify-content:center;
    z-index:2;line-height:1;
  }
  .ta-nav-l{left:6px;} .ta-nav-r{right:6px;}
  .ta-dots{
    position:absolute;bottom:6px;left:50%;transform:translateX(-50%);
    display:flex;gap:5px;z-index:2;
  }
  .ta-dot{
    width:6px;height:6px;border-radius:50%;
    background:rgba(255,255,255,.55);cursor:pointer;transition:.2s;
  }
  .ta-dot-active{background:#fff;transform:scale(1.3);}
  .ta-badge{
    position:absolute;top:8px;right:8px;
    background:rgba(0,0,0,.5);color:#fbbf24;
    font-size:.72rem;font-weight:700;padding:3px 8px;
    border-radius:20px;backdrop-filter:blur(4px);
  }
  .holiday-card{background:var(--white);border-radius:14px;padding:1.5rem;border:1px solid var(--border);box-shadow:var(--shadow);display:flex;gap:1.25rem;align-items:flex-start;transition:.25s;}
  .holiday-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);}
  .holiday-date-box{background:linear-gradient(135deg,var(--teal),var(--teal-light));color:var(--white);border-radius:10px;padding:0.75rem 1rem;text-align:center;min-width:58px;flex-shrink:0;}
  .hdb-day{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;line-height:1;}
  .hdb-month{font-size:0.68rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;opacity:0.85;}
  .holiday-info h4{font-weight:700;font-size:0.95rem;color:var(--text);margin-bottom:0.3rem;}
  .holiday-info p{font-size:0.83rem;color:var(--text-muted);line-height:1.55;}

  /* ── FOOTER ── */
  footer{background:var(--text);color:var(--white);padding:4rem 2rem 2rem;}
  .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;max-width:1180px;margin:0 auto 3rem;}
  .footer-brand .logo-text{color:var(--white);}
  .footer-brand .logo-text span{color:rgba(255,255,255,0.5);}
  .footer-desc{color:rgba(255,255,255,0.65);font-size:0.88rem;line-height:1.7;margin-top:1rem;max-width:300px;}
  .social-links{display:flex;gap:0.75rem;margin-top:1.5rem;}
  .social-link{width:38px;height:38px;background:rgba(255,255,255,0.1);border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;transition:.2s;}
  .social-link:hover{background:var(--teal);}
  footer h5{font-size:0.8rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:1rem;}
  footer ul{list-style:none;}
  footer ul li{margin-bottom:0.6rem;}
  footer ul li a{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.88rem;transition:.2s;}
  footer ul li a:hover{color:var(--teal-light);}
  .footer-bottom{border-top:1px solid rgba(255,255,255,0.1);padding-top:1.5rem;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
  .footer-bottom p{font-size:0.8rem;color:rgba(255,255,255,0.4);}
  /* Reusable footer bar for full-screen detail/legal pages */
  .pagefoot{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.25rem;text-align:center;}
  .pagefoot-copy{font-size:.78rem;color:var(--text-muted);margin:0 0 .5rem;}
  .pagefoot-links{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;}
  .pagefoot-links button{background:none;border:none;color:var(--text-muted);font-size:.78rem;cursor:pointer;padding:0;}
  .pagefoot-links span{color:var(--border);}
  .share-btn{display:inline-flex;align-items:center;gap:8px;padding:0.5rem 1.25rem;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:50px;color:rgba(255,255,255,0.75);font-size:0.82rem;font-weight:600;cursor:pointer;transition:.2s;border:none;}
  .share-btn:hover{background:rgba(255,255,255,0.18);}

  /* ── ADMIN PANEL ── */
  #adminPanel{display:none;position:fixed;inset:0;z-index:5000;background:var(--white);overflow:hidden;flex-direction:column;}
  #adminPanel.open{display:flex;}
  .admin-header{background:linear-gradient(135deg,var(--teal-dark),var(--teal));color:var(--white);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;z-index:100;}
  .admin-header h2{font-family:'Playfair Display',serif;font-size:1.35rem;}
  .admin-close-btn{background:rgba(255,255,255,0.2);border:none;color:var(--white);padding:0.4rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:0.85rem;}
  .admin-body{display:flex;flex:1;overflow:hidden;}
  .admin-sidebar{width:220px;background:var(--sand);border-right:1px solid var(--border);padding:1.5rem 0;flex-shrink:0;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .admin-nav-item{display:flex;align-items:center;gap:10px;padding:0.7rem 1.5rem;cursor:pointer;font-size:0.88rem;font-weight:500;color:var(--text-light);transition:.15s;border-left:3px solid transparent;}
  .admin-nav-item:hover{background:var(--white);color:var(--teal);}
  .admin-nav-item.active{background:var(--white);color:var(--teal);border-left-color:var(--teal);font-weight:700;}
  .admin-content{flex:1;padding:2rem;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .admin-section{display:none;}
  .admin-section.active{display:block;}
  .admin-section h3{font-family:'Playfair Display',serif;font-size:1.4rem;margin-bottom:1.5rem;color:var(--teal-dark);}
  .a-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow);}
  .a-form-group{margin-bottom:1rem;}
  .a-form-group label{display:block;font-size:0.8rem;font-weight:600;color:var(--text-light);margin-bottom:0.35rem;}
  .a-form-group input,.a-form-group textarea,.a-form-group select{width:100%;padding:0.65rem 0.9rem;border:1px solid var(--border);border-radius:8px;font-size:0.88rem;font-family:inherit;outline:none;transition:.2s;color:var(--text);}
  .a-form-group input:focus,.a-form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(10,126,140,0.1);}
  .a-form-group textarea{resize:vertical;min-height:80px;}
  .a-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
  .a-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;}
  .btn-add{padding:0.6rem 1.5rem;background:var(--teal);color:var(--white);border:none;border-radius:8px;font-size:0.85rem;font-weight:600;cursor:pointer;transition:.2s;}
  .ai-write-btn{display:inline-flex;align-items:center;gap:.35rem;margin-top:.4rem;padding:.4rem .85rem;background:linear-gradient(135deg,#7c3aed,#4338ca);color:#fff;border:none;border-radius:20px;font-size:.78rem;font-weight:600;cursor:pointer;transition:opacity .2s;}
  .ai-write-btn:hover{opacity:.88;}
  .ai-write-btn:disabled{opacity:.6;cursor:default;}
  .ai-tools-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;}
  .case-btn-group{display:inline-flex;gap:.3rem;margin-top:.4rem;}
  .case-btn{padding:.4rem .65rem;background:var(--white,#fff);color:var(--text,#1a2533);border:1px solid var(--border,#dde3ec);border-radius:8px;font-size:.76rem;font-weight:700;cursor:pointer;line-height:1;transition:background .15s;}
  .case-btn:hover{background:var(--sand,#f5ede0);}
  .font-tool-group{display:inline-flex;align-items:center;gap:.4rem;margin-top:.4rem;}
  .font-size-select{padding:.38rem .5rem;background:var(--white,#fff);color:var(--text,#1a2533);border:1px solid var(--border,#dde3ec);border-radius:8px;font-size:.76rem;cursor:pointer;}
  .font-color-input{width:32px;height:32px;padding:2px;border:1px solid var(--border,#dde3ec);border-radius:8px;cursor:pointer;background:var(--white,#fff);}
  .btn-add:hover{background:var(--teal-dark);}
  .btn-danger{padding:0.45rem 0.9rem;background:var(--danger);color:var(--white);border:none;border-radius:6px;font-size:0.78rem;font-weight:600;cursor:pointer;}
  .btn-edit{padding:0.45rem 0.9rem;background:var(--gold);color:var(--white);border:none;border-radius:6px;font-size:0.78rem;font-weight:600;cursor:pointer;}
  .items-table{width:100%;border-collapse:collapse;font-size:0.85rem;}
  .items-table th{text-align:left;padding:0.75rem 1rem;background:var(--sand);font-size:0.75rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);}
  .items-table td{padding:0.75rem 1rem;border-top:1px solid var(--border);vertical-align:middle;}
  .items-table tr:hover td{background:rgba(10,126,140,0.03);}
  .status-badge{padding:3px 10px;border-radius:50px;font-size:0.7rem;font-weight:700;display:inline-block;}
  .status-badge.new{background:rgba(10,126,140,0.12);color:var(--teal-dark);}
  .status-badge.done{background:rgba(45,138,78,0.12);color:var(--success);}

  /* ── ADMIN PANEL — MOBILE RESPONSIVE ── */
  @media(max-width:768px){
    /* Sidebar slides in as a drawer on mobile */
    .admin-body{position:relative;flex-direction:column;}
    .admin-sidebar{
      position:fixed;top:0;left:-100%;width:78vw;max-width:280px;
      height:100%;z-index:6000;padding-top:1rem;
      transition:left .28s ease;box-shadow:4px 0 24px rgba(0,0,0,0.18);
    }
    .admin-sidebar.mob-open{left:0;}
    /* Sidebar overlay backdrop */
    #adminSidebarOverlay{
      display:none;position:fixed;inset:0;background:rgba(0,0,0,0.45);
      z-index:5999;
    }
    #adminSidebarOverlay.mob-open{display:block;}
    /* Hamburger menu button inside admin header on mobile */
    .admin-mob-menu-btn{
      display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,0.2);
      border:none;padding:8px 10px;border-radius:8px;cursor:pointer;margin-right:0.75rem;
    }
    .admin-mob-menu-btn span{width:20px;height:2px;background:#fff;border-radius:2px;display:block;}
    /* Header layout on mobile */
    .admin-header{padding:0.75rem 1rem;gap:0.5rem;}
    .admin-header h2{font-size:1rem;line-height:1.3;}
    /* Content area full width */
    .admin-content{padding:1rem;width:100%;}
    /* Collapse 2 and 3 col grids to 1 col */
    .a-grid-2,.a-grid-3{grid-template-columns:1fr !important;}
    /* Make tables horizontally scrollable */
    .items-table{font-size:0.78rem;}
    .items-table th,.items-table td{padding:0.55rem 0.65rem;white-space:nowrap;}
    /* Dash cards stacked */
    .dash-cards{grid-template-columns:1fr 1fr !important;}
    /* Admin section heading smaller */
    .admin-section h3{font-size:1.1rem;margin-bottom:1rem;}
    /* A-card padding tighter */
    .a-card{padding:1rem;}
  }
  @media(max-width:480px){
    .dash-cards{grid-template-columns:1fr !important;}
    .admin-mob-menu-btn{margin-right:0.5rem;}
  }
  /* Hide mob menu btn on desktop */
  @media(min-width:769px){
    .admin-mob-menu-btn{display:none;}
    #adminSidebarOverlay{display:none !important;}
  }

  /* ── SEASONAL BANNER ── */
  .promo-banner{background:linear-gradient(135deg,var(--coral) 0%,#c94832 100%);color:#fff;padding:.6rem 1.5rem;text-align:center;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;}
  .promo-banner a{color:#fff;text-decoration:underline;cursor:pointer;}
  .promo-banner-close{position:absolute;right:1rem;background:none;border:none;color:#fff;font-size:18px;cursor:pointer;line-height:1;opacity:.8;}
  .promo-banner-close:hover{opacity:1;}

  /* ── TESTIMONIALS ── */
  .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;}
  .testi-card{background:var(--white);border-radius:16px;padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--border);transition:.25s;}
  .testi-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);}
  .testi-stars{color:#f5a623;font-size:1rem;margin-bottom:.75rem;letter-spacing:2px;}
  .testi-text{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin-bottom:1rem;font-style:italic;}
  .testi-author{display:flex;align-items:center;gap:.75rem;}
  .testi-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--teal),var(--teal-light));display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;overflow:hidden;}
  .testi-avatar img{width:100%;height:100%;object-fit:cover;}
  .testi-name{font-weight:700;font-size:.88rem;color:var(--text);}
  .testi-loc{font-size:.75rem;color:var(--text-muted);}

  /* ── BLOG ── */
  .blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;}
  .blog-card{background:var(--white);border-radius:18px;overflow:hidden;box-shadow:var(--shadow);cursor:pointer;transition:.25s;}
  .blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .blog-img{height:200px;overflow:hidden;position:relative;}
  .blog-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
  .blog-card:hover .blog-img img{transform:scale(1.05);}
  .blog-cat{position:absolute;top:12px;left:12px;background:var(--teal);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .7rem;border-radius:50px;letter-spacing:.05em;}
  .blog-body{padding:1.25rem;}
  .blog-date{font-size:.72rem;color:var(--text-muted);margin-bottom:.4rem;}
  .blog-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem;line-height:1.4;}
  .blog-excerpt{font-size:.82rem;color:var(--text-muted);line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
  .blog-read-more{font-size:.8rem;font-weight:700;color:var(--teal);margin-top:.75rem;display:inline-block;}

  /* ── FAQ ── */
  .faq-list{max-width:760px;margin:2rem auto 0;}
  .faq-item{border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;overflow:hidden;background:var(--white);}
  .faq-q{width:100%;background:none;border:none;text-align:left;padding:1.1rem 1.25rem;font-weight:600;font-size:.92rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--text);transition:.2s;font-family:inherit;line-height:1.4;}
  .faq-q:hover{color:var(--teal);background:rgba(10,126,140,0.03);}
  .faq-item.open .faq-q{color:var(--teal);}
  .faq-icon{font-size:1.1rem;color:var(--teal);flex-shrink:0;transition:transform .3s;}
  .faq-item.open .faq-icon{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .38s ease,padding .2s;}
  .faq-item.open .faq-a{max-height:600px;padding:0 1.25rem 1.1rem;}
  .faq-a p{font-size:.88rem;color:var(--text-muted);line-height:1.75;margin:0;text-align:justify;}

  /* ── PHOTO/VIDEO GALLERY ── */
  .gallery-filters{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin:1.5rem 0 1rem;}
  .gallery-filter-btn{padding:.4rem 1rem;border:1.5px solid var(--border);border-radius:50px;background:none;font-size:.8rem;font-weight:600;cursor:pointer;color:var(--text-muted);transition:.2s;font-family:inherit;}
  .gallery-filter-btn.active,.gallery-filter-btn:hover{background:var(--teal);color:#fff;border-color:var(--teal);}
  .gallery-grid{columns:3;gap:.75rem;margin-top:.5rem;}
  .gallery-item{break-inside:avoid;margin-bottom:.75rem;border-radius:12px;overflow:hidden;cursor:pointer;position:relative;}
  .gallery-item img,.gallery-item video{width:100%;display:block;transition:.35s;}
  .gallery-item:hover img{transform:scale(1.04);}
  .gallery-item .gallery-overlay{position:absolute;inset:0;background:rgba(10,30,40,0);display:flex;align-items:center;justify-content:center;transition:.3s;}
  .gallery-item:hover .gallery-overlay{background:rgba(10,30,40,0.3);}
  .gallery-overlay .g-icon{color:#fff;font-size:1.8rem;opacity:0;transition:.25s;}
  .gallery-item:hover .g-icon{opacity:1;}
  .gallery-video-badge{position:absolute;top:8px;right:8px;background:rgba(0,0,0,.55);color:#fff;font-size:.68rem;padding:.2rem .5rem;border-radius:6px;font-weight:700;}
  @media(max-width:600px){.gallery-grid{columns:2;}}

  /* Gallery lightbox */
  #galleryLightbox{position:fixed;inset:0;background:rgba(5,15,25,.95);z-index:4000;display:none;align-items:center;justify-content:center;padding:1.5rem;}
  #galleryLightbox.open{display:flex;}
  .lightbox-inner{max-width:900px;width:100%;position:relative;}
  .lightbox-inner img,.lightbox-inner video{width:100%;border-radius:14px;max-height:80vh;object-fit:contain;}
  .lightbox-close{position:absolute;top:-14px;right:-14px;background:var(--white);border:none;border-radius:50%;width:34px;height:34px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
  .lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.15);border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s;}
  .lightbox-nav:hover{background:rgba(255,255,255,.3);}
  .lightbox-prev{left:-50px;}
  .lightbox-next{right:-50px;}
  @media(max-width:600px){.lightbox-prev{left:4px;}.lightbox-next{right:4px;}}

  /* ── MAP ── */
  #mapSection{background:var(--white);}
  .map-wrapper{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);margin-top:1.5rem;position:relative;}
  .map-wrapper iframe{width:100%;height:420px;border:none;display:block;}
  .map-pins{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;justify-content:center;}
  .map-pin-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--sand);border:1px solid var(--border);border-radius:50px;font-size:.8rem;font-weight:600;cursor:pointer;transition:.2s;color:var(--text);}
  .map-pin-btn:hover,.map-pin-btn.active{background:var(--teal);color:#fff;border-color:var(--teal);}

  /* ── SEASONAL OFFERS ── */
  .offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;}
  .offer-card{border-radius:18px;overflow:hidden;position:relative;box-shadow:var(--shadow);cursor:pointer;transition:.25s;}
  .offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .offer-card-bg{height:200px;background:linear-gradient(135deg,var(--teal-dark),var(--teal-light));position:relative;overflow:hidden;}
  .offer-card-bg img{width:100%;height:100%;object-fit:cover;opacity:.7;}
  .offer-img{width:100%;height:180px;overflow:hidden;background:var(--sand);}
  .offer-img img{width:100%;height:100%;object-fit:cover;display:block;}
  .offer-tag{position:absolute;top:12px;left:12px;background:var(--coral);color:#fff;font-size:.7rem;font-weight:800;padding:.25rem .8rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em;}
  .offer-discount{position:absolute;top:12px;right:12px;background:var(--gold);color:#fff;font-size:1.1rem;font-weight:900;padding:.3rem .75rem;border-radius:8px;}
  .offer-body{background:var(--white);padding:1.1rem 1.25rem;}
  .offer-title{font-family:'Playfair Display',serif;font-weight:700;font-size:1rem;margin-bottom:.35rem;color:var(--text);}
  .offer-validity{font-size:.75rem;color:var(--text-muted);}
  .offer-countdown{font-size:.72rem;font-weight:700;color:var(--coral);margin-top:.4rem;}

  /* ── NEWSLETTER ── */
  #newsletterSection{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 100%);color:#fff;}
  .newsletter-inner{max-width:560px;margin:0 auto;text-align:center;}
  .newsletter-inner h2{font-family:'Playfair Display',serif;font-size:2rem;margin-bottom:.5rem;}
  .newsletter-inner p{opacity:.85;font-size:.92rem;margin-bottom:1.75rem;}
  .newsletter-form{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;}
  .newsletter-form input{flex:1;min-width:220px;padding:.75rem 1.1rem;border:none;border-radius:50px;font-size:.9rem;font-family:inherit;outline:none;}
  .newsletter-form button{padding:.75rem 1.75rem;background:#c9a84c;color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:700;cursor:pointer;transition:.2s;white-space:nowrap;box-shadow:0 4px 16px rgba(201,168,76,0.35);}
  .newsletter-form button:hover{background:#b8943e;transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,168,76,0.45);}
  .newsletter-note{font-size:.72rem;opacity:.65;margin-top:.75rem;}

  /* ── DARK MODE extras ── */
  html.dark .testi-card,html.dark .blog-card,html.dark .faq-item,html.dark .offer-body,html.dark .map-pin-btn{background:#162028;border-color:var(--border);}
  html.dark .gallery-filter-btn{border-color:var(--border);color:var(--text-muted);}

  /* LOGIN MODAL */
  #loginModal{position:fixed;inset:0;background:rgba(10,30,40,0.85);z-index:6000;display:none;align-items:center;justify-content:center;padding:1rem;}
  #loginModal.open{display:flex;}
  .login-box{background:var(--white);border-radius:20px;padding:2.25rem 2rem;width:100%;max-width:420px;box-shadow:var(--shadow-lg);}
  .login-box h3{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--teal-dark);margin-bottom:0.4rem;}
  .login-box p{color:var(--text-muted);font-size:0.88rem;margin-bottom:1.75rem;}
  .login-box input{width:100%;padding:0.65rem 0.9rem;border:1.5px solid var(--border);border-radius:8px;font-size:0.9rem;font-family:inherit;outline:none;color:var(--text);background:var(--white);box-sizing:border-box;transition:.2s;}
  .login-box input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(10,126,140,0.1);}
  .login-err{background:rgba(201,72,50,0.1);color:var(--danger);padding:0.65rem 1rem;border-radius:8px;font-size:0.83rem;margin-bottom:1rem;display:none;border:1px solid rgba(201,72,50,0.2);}
  .login-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0;border-radius:8px;padding:0.65rem 1rem;font-size:0.83rem;font-weight:600;margin-bottom:1rem;display:none;}

  /* TOAST */
  .toast{position:fixed;bottom:2rem;right:2rem;background:var(--teal-dark);color:var(--white);padding:0.85rem 1.5rem;border-radius:12px;font-size:0.88rem;font-weight:600;z-index:9999;box-shadow:var(--shadow-lg);transform:translateY(80px);opacity:0;transition:.35s;}
  .toast.show{transform:translateY(0);opacity:1;}

  /* RESPONSIVE */
  @media(max-width:900px){
    .dash-grid{grid-template-columns:1fr 1fr;}
    .contact-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr 1fr;}
    .admin-body{flex-direction:row;}
    .admin-sidebar{width:160px;min-width:130px;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;flex-wrap:nowrap;gap:0;padding:0.5rem 0;}
    .admin-nav-item{border-left:3px solid transparent;padding:0.6rem 0.75rem;font-size:0.78rem;}
    .admin-nav-item.active{border-bottom-color:var(--teal);border-left:none;}
  }
  @media(max-width:680px){
    nav{display:none;}
    .dash-grid{grid-template-columns:1fr;}
    .footer-grid{grid-template-columns:1fr;}
    .form-row{grid-template-columns:1fr;}
    .a-grid-2,.a-grid-3{grid-template-columns:1fr;}
    .contact-grid{grid-template-columns:1fr;}
    .modal-body{padding:1.25rem 1.5rem;}
    .modal-footer{padding:1.25rem 1.5rem;}
    .tours-grid.list-view .tour-card{flex-direction:column;}
    .tours-grid.list-view .tour-card .tour-img{width:100%;height:200px;}
  }
  @media(max-width:480px){
    header{padding:0 1rem;}
    section{padding:3rem 1.25rem;}
    #home{padding-top:68px;}
    .hero-content{padding:1rem 1rem 1.5rem;}
    h1.hero-title{font-size:1.6rem;}
    .hero-sub{font-size:0.875rem;margin-bottom:1.25rem;}
    .hero-stats{gap:1rem;margin-top:1.25rem;flex-wrap:nowrap;}
    .hero-stat .num{font-size:1.2rem;}
    .hero-stat .lbl{font-size:0.62rem;}
  }
  .mobile-nav a{display:block;padding:0.75rem 1rem;border-radius:8px;text-decoration:none;font-size:0.95rem;font-weight:500;color:var(--text);transition:.15s;}
  .mobile-nav a:hover{background:var(--sand);color:var(--teal);}

  /* ── ISLANDS & BEACHES ── */
  .islands-grid,.beaches-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem;}
  .island-card,.beach-card{border-radius:18px;overflow:hidden;background:var(--white);box-shadow:var(--shadow);transition:.3s;cursor:pointer;}
  .island-card:hover,.beach-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
  .island-card .ic-img,.beach-card .bc-img{height:220px;overflow:hidden;position:relative;}
  .island-card .ic-img img,.beach-card .bc-img img{width:100%;height:100%;object-fit:cover;transition:.4s;}
  .island-card:hover .ic-img img,.beach-card:hover .bc-img img{transform:scale(1.05);}
  .ic-badge,.bc-badge{position:absolute;top:12px;left:12px;background:rgba(10,126,140,0.92);color:#fff;font-size:0.7rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;padding:0.25rem 0.75rem;border-radius:50px;backdrop-filter:blur(4px);}
  .island-card .ic-body,.beach-card .bc-body{padding:1.25rem;}
  .ic-name,.bc-name{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:0.4rem;}
  .ic-desc,.bc-desc{font-size:0.82rem;color:var(--text-muted);line-height:1.55;margin-bottom:0.9rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
  .ic-highlights{display:flex;flex-wrap:wrap;gap:0.4rem;margin-bottom:0.9rem;}
  .ic-highlight-tag{background:rgba(10,126,140,0.1);color:var(--teal-dark);font-size:0.72rem;font-weight:600;padding:0.2rem 0.65rem;border-radius:50px;}
  .bc-tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-bottom:0.9rem;}
  .bc-tag{background:rgba(232,96,74,0.1);color:var(--coral-dark);font-size:0.72rem;font-weight:600;padding:0.2rem 0.65rem;border-radius:50px;}
  .bc-amenities{display:flex;gap:1rem;font-size:0.78rem;color:var(--text-muted);flex-wrap:wrap;}
  .bc-amenity{display:flex;align-items:center;gap:4px;}
  .ic-gallery-strip,.bc-gallery-strip{display:flex;gap:4px;padding:0 1.25rem 1.25rem;}
  .ic-gallery-strip img,.bc-gallery-strip img{width:56px;height:42px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.8;transition:.2s;}
  .ic-gallery-strip img:hover,.bc-gallery-strip img:hover{opacity:1;}
  /* ── ISLAND / BEACH FULL-PAGE DETAIL ── */
  .ibp-page{position:fixed;inset:0;z-index:2500;background:var(--white);transform:translateX(100%);transition:transform .38s cubic-bezier(.4,0,.2,1);overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .ibp-page.open{transform:translateX(0);}
  .ibp-bar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,0.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0.7rem 1.1rem;gap:0.75rem;}
  .ibp-back{display:flex;align-items:center;gap:5px;background:transparent;border:1px solid var(--border);color:var(--text);padding:0.38rem 0.85rem;border-radius:50px;font-size:0.83rem;font-weight:600;cursor:pointer;white-space:nowrap;}
  .ibp-back:hover{background:var(--sand);}
  .ibp-bar-title{font-weight:700;font-size:0.9rem;color:var(--text);flex:1;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 0.5rem;}
  .ibp-hero{overflow:hidden;background:#000;flex-shrink:0;max-height:75vh;}
  .ibp-hero img{width:100%;height:auto;max-height:75vh;object-fit:contain;display:block;}
  .ibp-thumbs{overflow-x:auto;background:#111;padding:7px 10px;gap:7px;display:none;flex-wrap:nowrap;scrollbar-width:none;}
  .ibp-thumbs.show{display:flex;}
  .ibp-thumbs::-webkit-scrollbar{display:none;}
  .ibp-thumb{width:70px;height:52px;object-fit:cover;border-radius:6px;cursor:pointer;flex-shrink:0;border:2px solid transparent;opacity:.62;transition:.2s;}
  .ibp-thumb.on{border-color:var(--teal-light);opacity:1;}
  .ibp-body{max-width:720px;margin:0 auto;padding:1.5rem 1.4rem 2.5rem;}
  .ibp-badge{display:inline-block;background:var(--teal);color:#fff;font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:4px 12px;border-radius:50px;margin-bottom:0.6rem;}
  .ibp-name{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;color:var(--text);line-height:1.2;margin-bottom:0.5rem;}
  .ibp-location{font-size:0.88rem;color:var(--text-muted);margin-bottom:1rem;}
  .ibp-desc{color:var(--text-muted);font-size:0.95rem;line-height:1.7;margin-bottom:1.25rem;text-align:justify;}
  .ibp-sec-hd{font-size:0.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:1.2rem 0 0.6rem;}
  .ibp-amenities{display:flex;flex-direction:column;gap:0.4rem;margin-bottom:1rem;}
  .ibp-amenity{font-size:0.88rem;color:var(--text-muted);}
  .ibp-tags{display:flex;flex-wrap:wrap;gap:0.4rem;margin-bottom:1rem;}
  .ibp-tag{background:rgba(10,126,140,0.08);color:var(--teal-dark);font-size:0.8rem;font-weight:600;padding:5px 13px;border-radius:50px;}
  .ibp-highlights{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1rem;}
  .ibp-highlight{background:rgba(10,126,140,0.08);color:var(--teal-dark);font-size:0.82rem;font-weight:600;padding:5px 13px;border-radius:50px;}
  .ibp-seo{background:var(--sand);border-radius:10px;padding:0.75rem 1rem;font-size:0.8rem;color:var(--text-muted);margin-top:1.5rem;}
  .ib-seo-pill{display:inline-block;background:var(--sand);border:1px solid var(--border);border-radius:6px;font-size:0.7rem;color:var(--text-muted);padding:0.15rem 0.5rem;margin-top:0.25rem;}
  .ib-modal-gallery img{height:60px;width:80px;object-fit:cover;border-radius:8px;}
  @media(max-width:680px){.islands-grid,.beaches-grid{grid-template-columns:1fr;}}

  /* ── WAVE ── */
  .wave-divider{line-height:0;overflow:hidden;}
  .wave-divider svg{display:block;width:100%;}
  /* ── WEATHER STRIP ── */
  #wxStrip{display:none;background:#172333;padding:0.7rem 2rem;}
  #wxStrip.wx-on{display:block;}
  .wx-wrap{max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;}
  .wx-body{display:flex;align-items:center;gap:0.75rem;}
  .wx-ico{font-size:1.7rem;line-height:1;flex-shrink:0;}
  .wx-text{display:flex;flex-direction:column;gap:2px;}
  .wx-r1{display:flex;align-items:baseline;gap:0.45rem;flex-wrap:wrap;}
  .wx-temp{font-size:1.25rem;font-weight:700;color:#fff;}
  .wx-loc{font-size:0.82rem;color:rgba(255,255,255,0.6);}
  .wx-r2{font-size:0.79rem;color:rgba(255,255,255,0.5);}
  .wx-r3{font-size:0.8rem;color:rgba(255,255,255,0.5);display:flex;align-items:center;gap:0.3rem;margin-top:1px;}
  .wx-r3 strong{color:#d4a843;font-weight:700;}
  .wx-btn{background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.12);color:rgba(255,255,255,0.45);padding:0.22rem 0.65rem;border-radius:50px;font-size:0.7rem;cursor:pointer;transition:.2s;flex-shrink:0;}
  .wx-btn:hover{background:rgba(255,255,255,0.14);color:#fff;}
  .wx-skel{display:flex;align-items:center;gap:0.75rem;}
  .wx-sk-c{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.09);animation:wxp 1.4s ease-in-out infinite;}
  .wx-sk-l{display:flex;flex-direction:column;gap:5px;}
  .wx-sk-b{height:11px;border-radius:4px;background:rgba(255,255,255,0.09);animation:wxp 1.4s ease-in-out infinite;}
  @keyframes wxp{0%,100%{opacity:.3;}50%{opacity:.7;}}
  html.dark #wxStrip{background:#0c1520;}
  @media(max-width:520px){#wxStrip{padding:0.65rem 1rem;}.wx-loc{display:none;}}

  /* ── SECTION VISIBILITY TOGGLES ── */
  .sv-grid{display:flex;flex-direction:column;gap:0.55rem;}
  .sv-row{display:flex;align-items:center;justify-content:space-between;padding:0.65rem 0.9rem;background:var(--white);border:1px solid var(--border);border-radius:10px;transition:.2s;}
  .sv-row:hover{border-color:var(--teal-light);}
  .sv-label{font-size:0.88rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:7px;}
  .sv-pill{width:42px;height:23px;background:var(--border);border-radius:50px;position:relative;transition:.3s;flex-shrink:0;cursor:pointer;}
  .sv-pill::after{content:'';position:absolute;left:3px;top:3px;width:17px;height:17px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.2);}
  .sv-pill.on{background:var(--teal);}
  .sv-pill.on::after{left:22px;}

  /* Booking mode cards */
  .bm-mode-card{border:2px solid var(--border);border-radius:14px;padding:1.1rem;cursor:pointer;text-align:center;transition:.2s;background:var(--white);}
  .bm-mode-card:hover{border-color:var(--teal);background:rgba(10,126,140,.03);}
  .bm-mode-card.active{border-color:var(--teal);background:rgba(10,126,140,.07);}

  /* Weather admin toggle */
  .wx-adm-tog{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none;}
  .wx-adm-pill{width:42px;height:23px;background:var(--border);border-radius:50px;position:relative;transition:.3s;flex-shrink:0;}
  .wx-adm-pill::after{content:'';position:absolute;left:3px;top:3px;width:17px;height:17px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 1px 3px rgba(0,0,0,.2);}
  .wx-adm-pill.on{background:var(--teal);}
  .wx-adm-pill.on::after{left:22px;}
  .tdp-view-btn{padding:.52rem 1.2rem;background:var(--teal);color:#fff;border:none;border-radius:50px;font-size:.8rem;font-weight:700;cursor:pointer;transition:.22s;}
  .tdp-view-btn:hover{background:var(--teal-dark);transform:translateY(-1px);}

  /* ══ TOURS OUTSIDE ANDAMAN — FRONT-END ══ */
  #outsideTours{background:linear-gradient(180deg,var(--sand) 0%,var(--white) 100%);}
  .ota-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;margin-top:2rem;}
  .ota-card{background:var(--white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--border);cursor:pointer;transition:.28s;}
  .ota-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}
  .ota-hero{height:220px;position:relative;overflow:hidden;}
  .ota-hero img{width:100%;height:100%;object-fit:cover;transition:.4s;}
  .ota-card:hover .ota-hero img{transform:scale(1.06);}
  .ota-badge{position:absolute;top:12px;left:12px;background:var(--coral);color:#fff;font-size:.7rem;font-weight:800;padding:.25rem .8rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em;}
  .ota-price-tag{position:absolute;bottom:12px;right:12px;background:rgba(10,30,40,.85);color:#fff;font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;padding:.3rem .85rem;border-radius:10px;backdrop-filter:blur(4px);}
  .ota-body{padding:1.25rem 1.4rem 1.5rem;}
  .ota-code{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.35rem;}
  .ota-title{font-family:'Playfair Display',serif;font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.35;margin-bottom:.6rem;}
  .ota-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.85rem;}
  .ota-meta span{font-size:.78rem;color:var(--text-muted);display:flex;align-items:center;gap:.3rem;}
  .ota-desc{font-size:.84rem;color:var(--text-muted);line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
  .ota-highlights{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.1rem;}
  .ota-hl{background:rgba(10,126,140,.09);color:var(--teal-dark);font-size:.73rem;font-weight:600;padding:.22rem .65rem;border-radius:50px;}
  .ota-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding-top:1rem;}
  .ota-price-main{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--teal-dark);}
  .ota-price-main small{font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:400;color:var(--text-muted);}
  .ota-btn{padding:.52rem 1.3rem;background:var(--teal);color:#fff;border:none;border-radius:50px;font-size:.82rem;font-weight:700;cursor:pointer;transition:.2s;}
  .ota-btn:hover{background:var(--teal-dark);}

  /* ══ TOURS OUTSIDE ANDAMAN — DETAIL PAGE ══ */
  #otaDetailPage{
    position:fixed;inset:0;z-index:2500;background:var(--white);
    display:none;flex-direction:column;overflow:hidden;
  }
  #otaDetailPage.open{display:flex;}
  .otadp-bar{
    position:sticky;top:0;z-index:10;
    background:rgba(255,255,255,.97);backdrop-filter:blur(12px);
    border-bottom:1px solid var(--border);
    display:flex;align-items:center;justify-content:space-between;
    padding:0 1.25rem;height:58px;flex-shrink:0;
  }
  html.dark .otadp-bar{background:rgba(15,25,35,.97);}
  .otadp-back{background:none;border:none;color:var(--teal);font-size:.9rem;font-weight:700;cursor:pointer;padding:.4rem .6rem;display:flex;align-items:center;gap:.35rem;}
  .otadp-bar-title{font-family:'Playfair Display',serif;font-size:1rem;font-weight:700;color:var(--text);text-align:center;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 .5rem;}
  .otadp-scroll{flex:1;overflow-y:auto;padding-bottom:100px;}
  /* Hero image */
  .otadp-hero{width:100%;position:relative;background:#111;overflow:hidden;height:62vw;max-height:340px;min-height:200px;}
  .otadp-hero-blur{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:blur(18px) brightness(.5);transform:scale(1.1);z-index:0;pointer-events:none;}
  .otadp-hero img.otadp-hero-main{position:relative;width:100%;height:100%;object-fit:contain;display:block;z-index:1;}
  .otadp-hero-overlay{display:none;}
  .otadp-hero-price{
    position:absolute;bottom:1rem;right:1rem;
    background:rgba(10,30,40,.8);color:#fff;backdrop-filter:blur(6px);
    border-radius:12px;padding:.5rem 1rem;text-align:right;
  }
  .otadp-hero-price .pr-from{font-size:.68rem;opacity:.75;}
  .otadp-hero-price .pr-amt{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;}
  .otadp-hero-price .pr-per{font-size:.7rem;opacity:.75;}
  /* Content */
  .otadp-content{max-width:760px;margin:0 auto;padding:1.5rem 1.25rem;}
  .otadp-code{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem;}
  .otadp-title{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:.9rem;}
  .otadp-meta-row{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;margin-bottom:1.25rem;}
  .otadp-meta-item{display:flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--text-muted);}
  .otadp-meta-item strong{color:var(--text);}
  .otadp-section-hd{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin:1.6rem 0 .75rem;border-bottom:1px solid var(--border);padding-bottom:.4rem;}
  .otadp-desc{font-size:.9rem;color:var(--text-muted);line-height:1.75;text-align:justify;}
  /* Highlights pills */
  .otadp-hl-list{display:flex;flex-wrap:wrap;gap:.5rem;}
  .otadp-hl-item{display:flex;align-items:center;gap:.4rem;background:rgba(10,126,140,.08);border:1px solid rgba(10,126,140,.18);color:var(--teal-dark);font-size:.82rem;font-weight:600;padding:.35rem .85rem;border-radius:50px;}
  .otadp-hl-item::before{content:'✓';font-weight:800;color:var(--teal);}
  /* Timeline itinerary */
  .otadp-timeline{position:relative;padding-left:2.25rem;}
  .otadp-timeline::before{content:'';position:absolute;left:.65rem;top:.4rem;bottom:.4rem;width:2px;background:linear-gradient(to bottom,var(--teal-light),var(--teal),rgba(10,126,140,.2));}
  .otadp-timeline{display:flex;flex-direction:column;gap:1rem;}
  .otadp-step{background:#fff;border-radius:18px;padding:1.4rem 1.5rem;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.05);}
  .otadp-step-dot{display:none;}
  .otadp-step-label{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#2d6a4f;margin-bottom:.55rem;}
  .otadp-step-name{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:#2d6a4f;margin-bottom:.55rem;}
  .otadp-step-desc{font-size:.93rem;color:#555;line-height:1.75;margin:0;text-align:justify;}
  html.dark .otadp-step{background:#1a2738;}
  html.dark .otadp-step-label,html.dark .otadp-step-name{color:#52b788;}
  html.dark .otadp-step-desc{color:#a0aec0;}
  /* Sticky footer CTA */
  .otadp-footer{
    position:fixed;bottom:0;left:0;right:0;z-index:10;
    background:var(--white);border-top:1px solid var(--border);
    padding:1rem 1.25rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;
    box-shadow:0 -4px 20px rgba(10,126,140,.1);
  }
  html.dark .otadp-footer{background:#0f1923;}
  .otadp-footer-price{font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:700;color:var(--teal-dark);}
  .otadp-footer-price small{font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:400;color:var(--text-muted);display:block;}
  .otadp-book-btn{padding:.75rem 2rem;background:#2d6a4f;color:#fff;border:none;border-radius:50px;font-size:.95rem;font-weight:700;cursor:pointer;transition:.2s;white-space:nowrap;}
  .otadp-book-btn:hover{background:#1b4332;}
  .otadp-enq-btn{padding:.65rem 1.6rem;background:transparent;color:#2d6a4f;border:2px solid #2d6a4f;border-radius:50px;font-size:.88rem;font-weight:700;cursor:pointer;white-space:nowrap;}

  /* ══ ADMIN: Outside Tours ══ */
  .ota-itinerary-builder{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:var(--white);}
  .ota-itinerary-builder.dark{background:#0f1923;}
  .ota-itin-header{background:var(--sand);padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;}
  .ota-itin-header span{font-size:.78rem;font-weight:700;color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;}
  .ota-itin-rows{padding:.75rem;}
  .ota-itin-row{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.65rem;background:var(--sand);border-radius:8px;padding:.6rem .75rem;}
  .ota-itin-row-num{width:28px;height:28px;background:var(--teal);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;flex-shrink:0;margin-top:.15rem;}
  .ota-itin-fields{flex:1;display:flex;flex-direction:column;gap:.4rem;}
  .ota-itin-fields input,.ota-itin-fields textarea{
    width:100%;padding:.45rem .7rem;border:1px solid var(--border);border-radius:6px;
    font-size:.82rem;font-family:inherit;outline:none;transition:.2s;
    background:var(--white);color:var(--text);
  }
  html.dark .ota-itin-fields input,html.dark .ota-itin-fields textarea{background:#0f1923;color:var(--text);}
  .ota-itin-fields input:focus,.ota-itin-fields textarea:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(10,126,140,.1);}
  .ota-itin-del{background:none;border:none;color:var(--danger);font-size:1rem;cursor:pointer;padding:.2rem .3rem;border-radius:5px;transition:.15s;flex-shrink:0;margin-top:.1rem;}
  .ota-itin-del:hover{background:rgba(201,72,50,.1);}
  .ota-add-step-btn{width:100%;padding:.55rem;border:2px dashed var(--teal-light);background:none;color:var(--teal);font-size:.82rem;font-weight:700;cursor:pointer;border-radius:8px;transition:.15s;font-family:inherit;}
  .ota-add-step-btn:hover{background:rgba(10,126,140,.04);}

  /* ── Card links: these are real <a href> elements now (so ctrl/cmd-click
     and "Open in new tab" work for packages, islands, beaches, etc.), but
     they should look exactly like the plain cards/buttons they replaced,
     not like default underlined blue links. ── */
  a.tour-card, a.island-card, a.beach-card, a.ta-card, a.ota-card,
  a.tour-card:hover, a.island-card:hover, a.beach-card:hover, a.ta-card:hover, a.ota-card:hover,
  a.tour-card:visited, a.island-card:visited, a.beach-card:visited, a.ta-card:visited, a.ota-card:visited {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  /* .holiday-card already sets display:flex elsewhere \u2014 only reset link styling here, not display, so its side-by-side layout stays intact. */
  a.holiday-card, a.holiday-card:hover, a.holiday-card:visited {
    text-decoration: none;
    color: inherit;
  }

  /* ── Collapsible day-by-day itinerary (tour packages + OTA tours) ── */
  .itin-accordion{ padding:0 !important; overflow:hidden; }
  .itin-accordion-hdr{
    display:flex; align-items:center; justify-content:space-between; gap:.75rem;
    padding:1.1rem 1.3rem; cursor:pointer; user-select:none;
  }
  .itin-accordion-hdr-text{ flex:1; min-width:0; }
  .itin-accordion-hdr .otadp-step-label{ margin:0; }
  .itin-accordion-chev{
    flex-shrink:0; font-size:1.3rem; color:var(--teal); font-weight:700;
    transform:rotate(0deg); transition:transform .22s ease;
  }
  .itin-accordion.open .itin-accordion-chev{ transform:rotate(90deg); }
  .itin-accordion-body{
    max-height:0; opacity:0; overflow:hidden;
    padding:0 1.3rem; transition:max-height .32s ease, opacity .25s ease, padding .25s ease;
  }
  .itin-accordion.open .itin-accordion-body{
    max-height:2400px; opacity:1; padding:0 1.3rem 1.3rem;
  }
  .itin-photo-strip{
    display:flex; gap:.55rem; overflow-x:auto; margin-top:.85rem; padding-bottom:.2rem;
    -webkit-overflow-scrolling:touch; scrollbar-width:thin;
  }
  .itin-photo-strip img{
    flex:0 0 auto; width:110px; height:82px; object-fit:cover; border-radius:10px;
    cursor:pointer; transition:transform .15s ease; box-shadow:0 1px 6px rgba(0,0,0,.12);
  }
  .itin-photo-strip img:hover{ transform:scale(1.03); }
  html.dark .itin-accordion-chev{ color:#52b788; }

  /* ── Admin: per-day photo upload in the itinerary builder ── */
  .itin-step-photos{ display:flex; flex-wrap:wrap; gap:.5rem; margin-top:.6rem; }
  .itin-step-photo-thumb{ position:relative; width:64px; height:48px; border-radius:7px; overflow:hidden; border:2px solid var(--border); flex-shrink:0; }
  .itin-step-photo-thumb img{ width:100%; height:100%; object-fit:cover; }
  .itin-step-photo-thumb button{
    position:absolute; top:1px; right:1px; background:rgba(201,72,50,.85); color:#fff; border:none;
    border-radius:50%; width:16px; height:16px; font-size:9px; cursor:pointer; line-height:1;
    display:flex; align-items:center; justify-content:center;
  }
  .itin-step-photo-upload-btn{
    display:inline-flex; align-items:center; gap:.4rem; margin-top:.6rem; padding:.45rem .8rem;
    border:1.5px dashed var(--teal-light); border-radius:8px; background:none; color:var(--teal);
    font-size:.78rem; font-weight:600; cursor:pointer; font-family:inherit;
  }
  .itin-step-photo-upload-btn:hover{ background:rgba(10,126,140,.05); }

  /* ── Desktop: the price/Book Now/Send Enquiry bottom bar is a phone-only
     pattern. On desktop, a persistent sticky sidebar (see .dpn-sidebar-col /
     .otadp-sidebar-col) takes over that role instead, staying visible the
     whole time you scroll \u2014 same buttons, same behavior, just presented
     as a sidebar instead of a bottom bar on wider screens. ── */
  @media (min-width:769px){
    #dpPanelFooter{ display:none !important; }
    .otadp-footer{ display:none !important; }
  }

  /* ── Rich text editor (Bold/Italic/Underline/Highlight/Font) used for
     About sections, itinerary day descriptions, and highlights ── */
  .rte-wrap{ border:1.5px solid var(--border); border-radius:10px; overflow:hidden; background:var(--white); margin-top:.3rem; }
  .rte-toolbar{
    display:flex; align-items:center; gap:.2rem; padding:.4rem .5rem;
    background:#f7f5f2; border-bottom:1px solid var(--border); flex-wrap:wrap;
  }
  .rte-btn{
    width:28px; height:28px; border:none; background:none; border-radius:6px;
    font-size:.85rem; color:var(--text); cursor:pointer; display:flex; align-items:center; justify-content:center;
  }
  .rte-btn:hover{ background:rgba(10,126,140,.1); }
  .rte-sep{ width:1px; height:20px; background:var(--border); margin:0 .3rem; }
  .rte-color-lbl{ position:relative; width:28px; height:28px; display:flex; align-items:center; justify-content:center; cursor:pointer; border-radius:6px; }
  .rte-color-lbl:hover{ background:rgba(10,126,140,.1); }
  .rte-hl-swatch{ font-size:.8rem; font-weight:700; border-bottom:3px solid #fff3b0; line-height:1; padding-bottom:1px; }
  .rte-color{ position:absolute; inset:0; opacity:0; cursor:pointer; width:100%; height:100%; }
  .rte-font{
    font-size:.75rem; border:1px solid var(--border); border-radius:6px; padding:.25rem .35rem;
    background:var(--white); color:var(--text); cursor:pointer; font-family:inherit;
  }
  .rte-editable{
    min-height:90px; max-height:280px; overflow-y:auto; padding:.7rem .85rem;
    font-size:.88rem; line-height:1.7; color:var(--text); outline:none; font-family:inherit;
  }
  .rte-editable:empty:before{ content:attr(data-placeholder); color:var(--text-muted); }
  .rte-editable div{ min-height:1.4em; }

  /* ── "Download PDF" for package/tour detail pages: uses the browser's
     native Print dialog (Save as PDF), so no extra library is needed.
     This hides all site chrome and shows only the currently-open detail
     panel's content, with every itinerary day expanded regardless of its
     on-screen collapsed/expanded state. ── */
  @media print {
    body > *:not(#dpPanel):not(#otaDetailPage):not(#dpVoucherModal){ display:none !important; }
    #dpPanel:not(.open), #otaDetailPage:not(.open){ display:none !important; }
    #dpVoucherModal:not(.open){ display:none !important; }

    #dpPanel, #otaDetailPage{ position:static !important; height:auto !important; }
    #dpPanelScroll, .otadp-scroll{ position:static !important; height:auto !important; overflow:visible !important; padding-bottom:0 !important; }

    #dpVoucherModal{ position:static !important; background:none !important; padding:0 !important; }
    #dpVoucherModal .ulogin-box, #dpVoucherModal .dpbk-close, #dpVoucherModal .dpbk-hdr,
    #dpVoucherModal .dpbk-actions{ box-shadow:none !important; }
    #dpVoucherModal .dpbk-close{ display:none !important; }

    #dpPanelBar, .otadp-bar, #dpPanelFooter, .otadp-footer,
    .dpn-sidebar-col, .dpn-arr, .dpn-dots, .otadp-hero-overlay,
    .itin-accordion-chev, .rte-toolbar, .dpn-related-section, .dpn-download-itin-btn{ display:none !important; }

    .dpn-grid, .otadp-content.dpn-grid{ display:block !important; max-width:100% !important; padding:0 !important; }
    .dpn-main-col{ max-width:100% !important; }

    /* Expand every itinerary day for print, regardless of on-screen state */
    .itin-accordion-body{ max-height:none !important; opacity:1 !important; padding:0 1.3rem 1.3rem !important; }
    .itin-accordion-hdr{ cursor:default !important; }

    .dpn-hero, .otadp-hero{ height:280px !important; }
    .dpn-price-card-inline{ display:block !important; }

    a[href]:after{ content:none !important; }
    * { -webkit-print-color-adjust:exact !important; print-color-adjust:exact !important; }
  }

  /* ── "Explore More Packages" + "Ask a Question" section shown below
     everything on a package/tour detail page ── */
  .dpn-related-section{ max-width:1100px; margin:2rem auto 0; padding:0 1.25rem; }
  .dpn-related-scroll{
    display:flex; gap:1rem; overflow-x:auto; padding:1rem 1.4rem 1.2rem;
    -webkit-overflow-scrolling:touch; scroll-snap-type:x proximity;
  }
  .dpn-related-card{
    flex:0 0 200px; scroll-snap-align:start; display:block; text-decoration:none; color:inherit;
    border:1px solid var(--border); border-radius:14px; overflow:hidden; background:var(--white);
    box-shadow:0 2px 10px rgba(20,40,50,.06); transition:transform .15s ease, box-shadow .15s ease;
  }
  .dpn-related-card:hover{ transform:translateY(-2px); box-shadow:0 6px 18px rgba(20,40,50,.12); }
  .dpn-related-card img{ width:100%; height:120px; object-fit:cover; display:block; }
  .dpn-related-card-body{ padding:.75rem .85rem .9rem; }
  .dpn-related-card-title{
    font-size:.85rem; font-weight:700; color:var(--text); line-height:1.35;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom:.35rem;
  }
  .dpn-related-card-price{ font-size:.85rem; font-weight:700; color:var(--teal-dark); }
  .dpn-related-card-price span{ font-size:.68rem; font-weight:400; color:var(--text-muted); }

  .dpn-ask-cta{
    margin:1.4rem 1.4rem 0; padding:1.1rem 1.3rem; border-radius:14px;
    background:linear-gradient(135deg,#f5ede0,#efe3d1); display:flex; align-items:center;
    justify-content:space-between; gap:1rem; flex-wrap:wrap;
  }
  .dpn-ask-cta-text{ display:flex; flex-direction:column; gap:.15rem; }
  .dpn-ask-cta-text strong{ font-size:.95rem; color:var(--teal-dark); }
  .dpn-ask-cta-text span{ font-size:.8rem; color:var(--text-muted); }

  @media (min-width:769px){
    .dpn-related-scroll{ padding-left:0; padding-right:0; flex-wrap:wrap; overflow:visible; }
    .dpn-related-card{ flex:0 0 calc(33.333% - .67rem); }
    .dpn-ask-cta{ margin-left:0; margin-right:0; }
  }

  /* ── About Us page ── */
  .au-hero{
    background:linear-gradient(135deg,#023d44,#0a7e8c 55%,#13b5c8);
    padding:2.2rem 1.5rem 2.5rem; color:#fff;
  }
  .au-hero-title{ font-family:'Playfair Display',serif; font-size:1.9rem; font-weight:700; margin:0 0 .85rem; }
  .au-hero-text{ font-size:.95rem; line-height:1.85; color:rgba(255,255,255,.92); max-width:640px; text-align:justify; }
  .au-highlights{ display:flex; flex-wrap:wrap; gap:1rem; margin-top:1.8rem; }
  .au-highlight{
    flex:1 1 200px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
    border-radius:14px; padding:1.1rem 1.15rem;
  }
  .au-highlight-icon{ font-size:1.5rem; margin-bottom:.5rem; }
  .au-highlight-title{ font-weight:700; font-size:.95rem; margin-bottom:.3rem; }
  .au-highlight-desc{ font-size:.8rem; line-height:1.6; color:rgba(255,255,255,.82); }

  .au-section{ max-width:760px; margin:0 auto; padding:2rem 1.5rem 0; }
  .au-sec-title{ font-family:'Playfair Display',serif; font-size:1.35rem; font-weight:700; color:var(--text); margin:0 0 1rem; }
  .au-rich-text{ font-size:.92rem; line-height:1.9; color:var(--text-muted); text-align:justify; }

  .au-video-wrap{ border-radius:14px; overflow:hidden; box-shadow:0 6px 24px rgba(20,40,50,.12); }
  .au-video-wrap video{ width:100%; display:block; max-height:420px; background:#000; }

  .au-whyus-photo{ width:100%; max-height:340px; object-fit:cover; border-radius:14px; margin-bottom:1.2rem; box-shadow:0 6px 24px rgba(20,40,50,.1); }

  .au-gallery-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(130px,1fr)); gap:.6rem; }
  .au-gallery-grid img{ width:100%; height:120px; object-fit:cover; border-radius:10px; cursor:pointer; transition:transform .15s ease; }
  .au-gallery-grid img:hover{ transform:scale(1.03); }

  @media(min-width:769px){
    .au-hero-title{ font-size:2.4rem; }
    .au-hero{ padding:3rem 2.5rem 3rem; }
    .au-section{ padding-left:2.5rem; padding-right:2.5rem; max-width:820px; }
  }

  /* ── "Certified by" section ── */
  .cert-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1.5rem; margin-top:2rem; }
  .cert-card{
    background:var(--white); border-radius:16px; padding:2.4rem 1.5rem 1.7rem; text-align:center;
    box-shadow:0 2px 12px rgba(20,40,50,.06); position:relative;
  }
  .cert-logo{
    width:80px; height:80px; border-radius:50%; object-fit:cover; margin:0 auto 1.1rem; display:block;
    border:1px solid var(--border); background:#fff;
  }
  .cert-title{ font-weight:700; font-size:1.05rem; color:var(--text); margin-bottom:.4rem; }
  .cert-desc{ font-size:.82rem; color:var(--text-muted); line-height:1.5; }

  /* ── "Includes" quick-glance icon grid (public, on tour package pages) ── */
  .includes-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(90px,1fr)); gap:1.4rem 1rem; text-align:center; }
  .includes-item{ display:flex; flex-direction:column; align-items:center; gap:.5rem; }
  .includes-icon{ font-size:1.7rem; }
  .includes-icon .ic{ width:1.7rem; height:1.7rem; color:var(--teal); }
  .includes-label{ font-size:.78rem; color:var(--text-muted); font-weight:600; line-height:1.3; }
  html.dark .includes-label{ color:#a0aec0; }

  /* ── "Includes" checkbox grid (admin form) ── */
  .includes-admin-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(150px,1fr)); gap:.5rem; margin-top:.4rem; }
  .includes-admin-item{
    display:flex; align-items:center; gap:.5rem; padding:.5rem .65rem; border:1px solid var(--border);
    border-radius:8px; font-size:.82rem; cursor:pointer; user-select:none; background:var(--white);
  }
  .includes-admin-item:has(input:checked){ border-color:var(--teal); background:rgba(10,126,140,.06); }
  .includes-admin-icon{ font-size:1.1rem; }
  .includes-admin-icon .ic{ width:1.1rem; height:1.1rem; color:var(--teal); }
  .includes-admin-item input{ width:15px; height:15px; accent-color:var(--teal); flex-shrink:0; }

  /* ── Desktop photo gallery (packages + OTA tours): shows several photos
     together instead of the mobile swipeable single-photo hero. A small
     set of deliberate, hand-designed layouts — one per photo count (1, 2,
     3, 4, or "5 or more") — picked in JS via the dpn-hg-N class, same
     idea as Airbnb's listing photo grid. Because each count has its own
     fixed template, the grid never looks different just because a
     different number of photos happened to be uploaded; a "+N" badge on
     the last tile opens the same full-screen slider for anything beyond
     5 photos. See _dpnHeroGridHtml in main.js. ── */
  .dpn-hero-grid-wrap{ display:none; }
  @media (min-width:769px){
    .dpn-hero-has-collage, .otadp-hero, .dpn-thumbs-has-collage{ display:none !important; }
    .dpn-hero-grid-wrap{
      display:block; max-width:1100px; margin:1.5rem auto 0; padding:0 1.25rem;
    }
    .dpn-hero-grid{
      display:grid; gap:4px; height:440px; border-radius:16px; overflow:hidden;
    }
    .dpn-hg-tile{ position:relative; cursor:pointer; overflow:hidden; }
    .dpn-hg-tile img{
      width:100%; height:100%; object-fit:cover; display:block;
      transition:filter .15s ease, transform .3s ease;
    }
    .dpn-hg-tile:hover img{ filter:brightness(.92); transform:scale(1.03); }
    .dpn-hg-more{
      position:absolute; inset:0; background:rgba(0,0,0,.55); color:#fff; display:flex;
      align-items:center; justify-content:center; font-size:1.3rem; font-weight:700;
    }

    /* 1 photo — single full-bleed image */
    .dpn-hg-1{ grid-template-columns:1fr; }

    /* 2 photos — even split */
    .dpn-hg-2{ grid-template-columns:1fr 1fr; }

    /* 3 photos — one large + two stacked */
    .dpn-hg-3{ grid-template-columns:2fr 1fr; grid-template-rows:1fr 1fr; }
    .dpn-hg-3 .dpn-hg-tile:nth-child(1){ grid-row:1 / 3; }

    /* 4 photos — one large + three stacked */
    .dpn-hg-4{ grid-template-columns:2fr 1fr; grid-template-rows:repeat(3,1fr); }
    .dpn-hg-4 .dpn-hg-tile:nth-child(1){ grid-row:1 / 4; }

    /* 5 (or more) photos — one large + a 2x2 grid, "+N" badge on the last tile
       when there are more than 5 photos in total */
    .dpn-hg-5{ grid-template-columns:1.6fr 1fr 1fr; grid-template-rows:1fr 1fr; }
    .dpn-hg-5 .dpn-hg-tile:nth-child(1){ grid-row:1 / 3; }
  }

  /* ── "Download Itinerary" button (packages + OTA tours) ── */
  .dpn-download-itin-btn{
    display:flex; align-items:center; justify-content:center; gap:.5rem;
    width:100%; margin-top:1rem; padding:.75rem 1rem;
    background:rgba(10,126,140,.07); border:1.5px dashed var(--teal-light);
    border-radius:10px; color:var(--teal-dark); font-size:.88rem; font-weight:700;
    cursor:pointer; font-family:inherit; transition:background .15s ease;
  }
  .dpn-download-itin-btn:hover{ background:rgba(10,126,140,.13); }

  /* ── Disables the panel slide-in animation for the one-time, boot-time
     route on a fresh load/refresh (see _eiaRouteOnBoot in main.js) — so
     the target page appears already open the instant the page becomes
     visible, instead of visibly sliding in over the homepage. Normal
     clicks/navigation afterwards keep the animation as usual. ── */
  html.eia-instant-open #dpPanel,
  html.eia-instant-open #legalModal,
  html.eia-instant-open #aboutUsPage,
  html.eia-instant-open #trendingDetailPage,
  html.eia-instant-open #holidayDetailPage,
  html.eia-instant-open #tourDetailPage,
  html.eia-instant-open .ibp-page{
    transition:none !important;
  }
