/* =========================
   OnlTrip Theme - UI Styles
   ========================= */

/* Tokens */
:root{
  /* Base UI */
  --surface:#fff; --muted:#6b7a86; --text:#0f1f2a; --border:#e5eaee;
  --radius:14px; --radius-sm:10px; --shadow:0 12px 30px rgba(16,24,40,.06);
  --grad: linear-gradient(135deg, var(--brand-primary), #38bdf8);

  /* Brand */
  --brand-primary: #213f52;
  --brand-primary-600: #1b3143;
  --brand-primary-50: #e8eef2;
  --brand-bg: #faf9f6;
  --brand-text: #0f1f2a;
  --brand-card: #ffffff;
  --brand-border: #e5eaee;

  /* Chips (pill style) */
  --chip-gap: 12px;
  --chip-icon: 18px;
  --chip-text: #0f172a;
  --chip-bg: #f1f5f9;
  --chip-border: #e2e8f0;
  --chip-active-shadow: 0 5px 12px rgba(33,63,82,0.22);
}

/* Reset and Base */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: var(--brand-text);
  background-color: var(--brand-bg);
}

/* ================= Header ================= */
.site-header {
  background-color: var(--brand-primary);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform .25s ease;
}
.site-header.header--hidden { transform: translateY(-100%); }

.header-container {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.site-logo { color: #fff; font-size: 24px; font-weight: bold; text-decoration: none; display: inline-flex; align-items: center; }
.site-logo .logo-accent { color: #FF6B35; }

/* Logo sizing (custom logo) */
.site-logo .custom-logo-link,
.site-logo a.custom-logo-link { display: inline-flex; align-items: center; }
.site-logo .custom-logo { max-height: 36px; height: 36px; width: auto; }

/* Header search */
.header-search { flex: 1; max-width: 500px; margin: 0 40px; position: relative; }
.search-input {
  width: 100%; padding: 12px 50px 12px 20px; border: none; border-radius: 25px;
  font-size: 16px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.1); color: var(--brand-text);
}
.search-input::placeholder { color: #999; }
.search-button {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  background: var(--brand-primary); border: none; border-radius: 50%;
  width: 36px; height: 36px; color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.search-button:hover { background: var(--brand-primary-600); }

/* Header actions */
.header-actions { display: flex; align-items: center; gap: 20px; }
.whatsapp-btn, .login-btn {
  color: #fff; text-decoration: none; padding: 8px 16px; border-radius: 20px; font-size: 14px; transition: background-color 0.3s;
}
.whatsapp-btn { background-color: #25D366; }
.whatsapp-btn:hover { background-color: #1da954; }
.login-btn:hover { background-color: rgba(255,255,255,0.1); }

/* ================= TOUR TAGS (CATEGORY CHIPS) — FINAL ================= */

/* Spacing for the whole bar */
nav.tour-categories,
.tour-categories {
  margin: 10px 0 20px !important;
  /* Local icon size override without touching global tokens */
  --chip-icon: 26px;
}

/* Row container */
.tour-categories .categories-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--brand-border, rgba(0,0,0,.08)) !important;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tour-categories .categories-container::-webkit-scrollbar { display: none; }

/* Allow .fi (UIcons) and .dashicons. Kill baaki font-icon pseudos only. */
.tour-categories .category-tab::before,
.tour-categories .category-tab::after,
.tour-categories .tab-icon::before,
.tour-categories .tab-icon::after,
.tour-categories .category-tab [class^="icon-"]::before,
.tour-categories .category-tab [class*=" icon-"]::before,
.tour-categories .category-tab [class^="ri-"]::before,
.tour-categories .category-tab [class*=" ri-"]::before,
.tour-categories .category-tab [class^="ti-"]::before,
.tour-categories .category-tab [class*=" ti-"]::before,
.tour-categories .category-tab [class^="fa"]::before,
.tour-categories .category-tab [class*=" fa"]::before,
.tour-categories .category-tab [class^="bi-"]::before,
.tour-categories .category-tab [class*=" bi-"]::before,
.tour-categories .category-tab i:not(.fi):not(.dashicons)::before {
  content: none !important;
  display: none !important;
}

/* Size and show allowed icon fonts */
.tour-categories .tab-icon i.fi,
.tour-categories .tab-icon .dashicons {
  font-size: 22px;
  width: 22px; height: 22px;
  line-height: 1;
  color: currentColor !important;
  display: inline-block;
  vertical-align: middle;
}

/* Card badge (optional sizing) */
.tour-card.card-v3 .tour-type-badge .tab-icon i.fi,
.tour-card.card-v3 .tour-type-badge .tab-icon .dashicons {
  font-size: 16px;
  width: 16px; height: 16px;
  line-height: 1;
  color: currentColor !important;
}

/* Reset any filled pill styles from theme */
.tour-categories .category-tab,
.tour-categories .category-tab:hover,
.tour-categories .category-tab:active,
.tour-categories .category-tab:focus,
.tour-categories .category-tab:focus-visible,
.tour-categories .category-tab.active {
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Chip (pill) */
.tour-categories .category-tab {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 12px !important;
  border: 1px solid var(--chip-border, #e2e8f0) !important;
  border-radius: 999px !important;
  color: var(--brand-text, #0f1f2a) !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

/* Icon box + SVG (outline-only look) */
.tour-categories .category-tab .tab-icon {
  width: var(--chip-icon) !important;
  height: var(--chip-icon) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 auto;
}
.tour-categories .category-tab .tab-icon svg {
  width: var(--chip-icon) !important;
  height: var(--chip-icon) !important;
  stroke: currentColor !important;
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  fill: none !important;      /* outline-only */
  vertical-align: -2px;       /* optical alignment */
}
/* Base shapes inside SVGs (keep outline-only) */
.tour-categories .category-tab .tab-icon svg .duo {
  fill: none !important;
  opacity: 1 !important;
}

/* Label */
.tour-categories .category-tab .tab-label {
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

/* States */
.tour-categories .category-tab:hover {
  color: var(--brand-primary, #213f52) !important;
  border-color: var(--brand-primary-50, #e8eef2) !important;
}
.tour-categories .category-tab.active {
  color: var(--brand-primary, #213f52) !important;
  border-color: var(--brand-primary, #213f52) !important;
}
.tour-categories .category-tab:focus-visible {
  outline: 2px solid var(--brand-primary, #213f52) !important;
  outline-offset: 2px;
}

/* Small phones */
@media (max-width: 360px) {
  .tour-categories { --chip-icon: 24px; }
  .tour-categories .category-tab .tab-label { font-size: 12.5px !important; }
}

/* ================= Main Content and Cards ================= */
.main-content { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }

.tours-grid{
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-bottom: 40px;
}

.tour-card{ background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; position: relative; }
.tour-card:hover{ transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }

.tour-card.card-v3 .img-wrap{ position:relative; height:220px; border-radius:16px; overflow:hidden; }
.tour-card.card-v3 .img-wrap img{ width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.tour-card.card-v3:hover .img-wrap img{ transform:scale(1.02); }
.tour-card.card-v3 .tour-type-badge{
  position:absolute; left:14px; bottom:14px;
  background:rgba(255,255,255,.92); color:var(--brand-text);
  border:1px solid var(--brand-border); border-radius:999px; padding:6px 12px;
  display:inline-flex; gap:8px; align-items:center; font-weight:700; font-size:13px; backdrop-filter:blur(6px);
}
.wishlist-btn{ position:absolute; right:14px; top:14px; z-index:2; background:rgba(255,255,255,.85); border:1px solid #e9eef3; border-radius:999px; width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; cursor:pointer; transition:background-color .3s; }

.tour-card.card-v3 .card-body{ padding:20px; margin-top:12px; }
.tour-card.card-v3 .title-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; }
.tour-card.card-v3 .tour-title{ margin:0; font-weight:800; font-size:18px; }
.tour-card.card-v3 .tour-title a{ color:inherit; text-decoration:none; }
.tour-card.card-v3 .mini-rating{ display:inline-flex; align-items:center; gap:6px; font-weight:800; }
.tour-card.card-v3 .mini-rating svg{ fill:#F59E0B; }
.tour-card.card-v3 .info-row{ margin-top:6px; color:#64748b; font-size:14px; display:flex; align-items:center; flex-wrap:wrap; }
.tour-card.card-v3 .info-row .dot + .dot::before{
  content:''; display:inline-block; width:4px; height:4px; border-radius:50%; background:#cbd5e1; margin:0 12px; vertical-align:middle;
}
.tour-card.card-v3 .price-row{ margin-top:8px; font-size:16px; }
.tour-card.card-v3 .price-row .price{ font-weight:800; }
.tour-card.card-v3 .price-row .pp{ color:#6b7280; margin-left:6px; }

/* CTA Section */
.cta-section { background: var(--brand-primary); color: #fff; text-align: center; padding: 60px 20px; margin: 60px 0; }
.cta-title { font-size: 28px; font-weight: 600; margin-bottom: 16px; }
.cta-description { font-size: 16px; margin-bottom: 32px; opacity: 0.9; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-whatsapp { background: #25D366; color: #fff; padding: 14px 28px; border: none; border-radius: 25px; font-size: 16px; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: background-color 0.3s; }
.btn-secondary { background: transparent; color: #fff; padding: 14px 28px; border: 2px solid #fff; border-radius: 25px; font-size: 16px; font-weight: 500; text-decoration: none; transition: all 0.3s; }

/* Footer */
.site-footer { background: var(--brand-bg); padding: 40px 0 20px; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 40px; }
.footer-section h3 { font-size: 16px; font-weight: 600; margin-bottom: 16px; color: #333; }
.footer-section ul { list-style: none; }
.footer-section ul li { margin-bottom: 8px; }
.footer-section ul li a { color: #666; text-decoration: none; font-size: 14px; transition: color 0.3s; }
.footer-bottom { border-top: 1px solid #e9ecef; padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 14px; color: #666; }

/* ================= Auth/Dashboard etc ================= */
.ot-auth{display:grid;grid-template-columns:1.05fr .95fr;gap:0;min-height:74vh;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow);max-width:980px;margin:24px auto}
@media (max-width:900px){ .ot-auth{grid-template-columns:1fr;min-height:auto} }
.ot-auth-hero{background:var(--grad);color:#fff;padding:28px 28px 40px;display:flex;flex-direction:column;justify-content:space-between}
.ot-auth-card{padding:28px}
.ot-title{font-size:22px;font-weight:800;margin:0 0 4px}
.ot-sub{color:var(--muted);margin:0 0 14px}
.ot-input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:15px}
.ot-btn{display:inline-flex;align-items:center;gap:10px;border-radius:12px;border:1px solid var(--border);padding:11px 14px;font-weight:700;text-decoration:none;cursor:pointer;transition:.15s}

/* ====================== Mobile Rules ====================== */

/* 1) Mobile header tweaks */
@media (max-width: 768px) {
  .site-header { padding: 6px 0 !important; }
  .header-container {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    padding: 6px 12px !important;
  }
  .header-actions { gap: 10px !important; }
  .header-actions .whatsapp-btn { display: none !important; }
  .header-actions .login-btn { padding: 6px 10px !important; font-size: 13px !important; border-radius: 16px !important; }

  .search-input { height: 40px !important; padding: 9px 42px 9px 12px !important; font-size: 14px !important; }
  .search-button { width: 30px !important; height: 30px !important; right: 6px !important; }
}

/* 2) Floating WhatsApp button (mobile) */
@media (max-width: 768px) {
  .wa-fab {
    position: fixed; right: 14px; bottom: 84px;
    width: 56px; height: 56px; border-radius: 50%;
    background: #25D366; color: #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.16);
    z-index: 1000; border: 0;
  }
  .wa-sheet {
    position: fixed; right: 14px; bottom: 148px;
    background: #fff; border: 1px solid #e5eaee; border-radius: 12px;
    box-shadow: 0 10px 32px rgba(16,24,40,.12);
    padding: 10px 12px; display: none; z-index: 1000; width: max-content;
  }
  .wa-sheet.open { display: block; }
  .wa-sheet a { display: inline-flex; align-items: center; gap: 8px; color: #0f1f2a; text-decoration: none; font-weight: 700; }
}

/* 3) Tour cards: 2 columns + alignment polish */
@media (max-width: 768px) {
  /* Force two columns */
  #tour-grid, #tours-archive-grid, .tours-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 14px !important;
  }
  #tour-grid.cc-grid-fixed, #tours-archive-grid.cc-grid-fixed, .tours-grid.cc-grid-fixed {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }
  #tour-grid > *, #tours-archive-grid > *, .tours-grid > * {
    width: auto !important; max-width: 100% !important; flex: 0 0 auto !important; min-width: 0 !important;
  }

  .tour-card.card-v3 .img-wrap { height: 140px !important; border-radius: 16px !important; }
  .tour-card.card-v3 .card-body { padding: 12px !important; }

  /* Title + rating baseline */
  .tour-card.card-v3 .title-row{
    display:flex; justify-content:space-between; align-items:flex-start !important;
    gap:8px; min-height:44px;
  }
  .tour-card.card-v3 .tour-title{
    font-size:16px !important; line-height:1.25;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
    overflow:hidden; word-break:break-word;
  }
  .tour-card.card-v3 .mini-rating{
    display:inline-flex; align-items:center; gap:4px; line-height:1; padding-top:2px;
    font-weight:800; white-space:nowrap;
  }
  .tour-card.card-v3 .mini-rating svg{ width:14px; height:14px; fill:#F59E0B !important; }

  /* Subtitle */
  .tour-card.card-v3 .tour-subtitle{ margin:6px 0 0; color:#6b7280; font-size:13px; }

  /* Meta row: smaller + single line + NO bullet before second item */
  .tour-card.card-v3 .info-row{
    margin-top:8px; font-size:12px !important; line-height:1.2;
    display:flex; align-items:center; flex-wrap:nowrap !important;
    white-space:nowrap; overflow:hidden;
  }
  /* Remove the bullet on mobile to show more text */
  .tour-card.card-v3 .info-row .dot + .dot::before{
    content:none !important; width:0 !important; height:0 !important; margin:0 !important;
  }
  /* Add a small gap since bullet is gone */
  .tour-card.card-v3 .info-row .dot + .dot{ margin-left:8px !important; }

  /* Price baseline */
  .tour-card.card-v3 .price-row{
    margin-top:10px !important; display:flex; align-items:baseline; gap:6px;
  }
  .tour-card.card-v3 .price-row .price{ font-size:18px !important; }
  .tour-card.card-v3 .price-row .pp{ font-size:12px; color:#6b7280; }

  /* Smaller wishlist on mobile */
  .tour-card.card-v3 .wishlist-btn { width: 34px !important; height: 34px !important; }
}

@media (max-width: 480px) {
  .tour-card.card-v3 .img-wrap { height: 170px; }
}

/* 4) Single Tour (v2) — gallery and booking layout */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }

  .single-tour.v2 .tour-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    position: relative;
    padding: 0 12px !important;
  }
  .single-tour.v2 .tour-hero-grid .grid-left {
    border-radius: 14px; overflow: hidden;
  }
  .single-tour.v2 .tour-hero-grid .grid-left img {
    width: 100% !important; height: auto !important; display: block;
  }
  .single-tour.v2 .tour-hero-grid .grid-right {
    display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important;
  }
  .single-tour.v2 .tour-hero-grid .grid-right .thumb {
    aspect-ratio: 1 / 1; overflow: hidden; border-radius: 12px; background: #f6f7f9;
  }
  .single-tour.v2 .tour-hero-grid .grid-right .thumb img {
    width: 100% !important; height: 100% !important; object-fit: cover; display: block;
  }
  .single-tour.v2 .tour-hero-grid .grid-right .thumb:nth-child(n+4) { display: none !important; }

  .single-tour.v2 .main-content.tour-top { padding: 12px !important; display: block !important; max-width: 100% !important; }
  .single-tour.v2 .booking-card {
    position: static !important; width: 100% !important; margin: 14px 0 0 !important;
    border: 1px solid var(--brand-border); border-radius: 14px; background: #fff;
    box-shadow: 0 6px 18px rgba(16,24,40,.06); padding: 14px;
  }
  .single-tour .cta-section { display: none !important; }
}

/* === Mobile: make Auth (sign-in/sign-up) and Dashboard full-bleed/wide === */
@media (max-width: 768px){
  html, body{ overflow-x: hidden; }

  /* Remove main-content side gutters only on these templates */
  body[class*="page-template-"][class*="auth-php"]    .site-main .main-content,
  body[class*="page-template-"][class*="dashboard-php"] .site-main .main-content{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* AUTH: full-bleed container */
  body[class*="page-template-"][class*="auth-php"] .ot-auth{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    border-radius: 0 !important;       /* optional: seamless to edges */
    box-sizing: border-box;
  }
  /* Auth inner padding (comfortable but wide) */
  body[class*="page-template-"][class*="auth-php"] .ot-auth-hero{ padding-left: 16px; padding-right: 16px; }
  body[class*="page-template-"][class*="auth-php"] .ot-auth-card{ padding-left: 16px; padding-right: 16px; }

  /* DASHBOARD: full-bleed topbar, tabs, and cards */
  body[class*="page-template-"][class*="dashboard-php"] .dash-topbar,
  body[class*="page-template-"][class*="dashboard-php"] .onltrip-dash .onltrip-tabs,
  body[class*="page-template-"][class*="dashboard-php"] .onltrip-card{
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box;
  }
  /* Tabs radius off for clean edge; inner padding small */
  body[class*="page-template-"][class*="dashboard-php"] .onltrip-dash .onltrip-tabs{
    border-radius: 0 !important;
    padding-left: 14px; padding-right: 14px;
  }
  body[class*="page-template-"][class*="dashboard-php"] .onltrip-card{
    padding-left: 16px; padding-right: 16px; border-radius: 12px;
  }
}
/* TOUR TAG ICONS — single color + complete outlines */

/* 1) Icons always one color (do NOT change on active/hover) */
.tour-categories .category-tab .tab-icon {
  color: var(--brand-text, #213f52) !important; /* icon color locked */
}
/* Make sure active/hover doesn't recolor the icon */
.tour-categories .category-tab:hover .tab-icon,
.tour-categories .category-tab.active .tab-icon {
  color: var(--brand-text, #213f52) !important;
}

/* 2) Ensure every shape in the SVG uses stroke and renders fully */
.tour-categories .category-tab .tab-icon svg {
  stroke: currentColor !important;
  fill: none !important;       /* outline-only look */
  stroke-width: 1.85 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* 3) Critical: .duo parts were fill-only with stroke="none". Give them stroke. */
.tour-categories .category-tab .tab-icon svg .duo {
  stroke: currentColor !important;
  fill: none !important;
  opacity: 1 !important;       /* no lighter shade; single-color look */
}

/* Optional: if icons look slightly thin on your screen, bump width a touch */
/* .tour-categories .category-tab .tab-icon svg { stroke-width: 2 !important; } */
/* TOUR TAGS — compact + not bold */
.tour-categories { 
  --chip-icon: 22px;           /* icons smaller (was 26) */
}

/* chip container smaller */
.tour-categories .category-tab{
  padding: 6px 10px !important;  /* was 8px 12px */
  gap: 6px !important;           /* was 8px */
  font-size: 12.5px !important;  /* was 13px */
  font-weight: 600 !important;   /* not bold; use 400 for “normal” if you want even lighter */
}

/* label specifically not bold */
.tour-categories .category-tab .tab-label{
  font-weight: 600 !important;   /* set 400 for normal */
  font-size: 12.5px !important;
}

/* icons follow the smaller token */
.tour-categories .category-tab .tab-icon,
.tour-categories .category-tab .tab-icon svg{
  width: var(--chip-icon) !important;
  height: var(--chip-icon) !important;
}

/* XS phones even smaller (optional) */
@media (max-width: 360px){
  .tour-categories { --chip-icon: 20px; }
  .tour-categories .category-tab{
    padding: 5px 9px !important;
  }
  .tour-categories .category-tab .tab-label{
    font-size: 12px !important;
  }
}
/* Card badge icon = same look as chips */
.tour-card.card-v3 .tour-type-badge .tab-icon {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brand-text, #0f1f2a) !important;
}
.tour-card.card-v3 .tour-type-badge .tab-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor !important; fill: none !important;
  stroke-width: 1.8 !important; stroke-linecap: round !important; stroke-linejoin: round !important;
}
.tour-card.card-v3 .tour-type-badge .tab-icon svg .duo {
  stroke: currentColor !important; fill: none !important; opacity: 1 !important;
}
/* Block any theme icon-font in badge */
.tour-card.card-v3 .tour-type-badge .tab-icon::before,
.tour-card.card-v3 .tour-type-badge .tab-icon i::before { content: none !important; display: none !important; }
/* Card badge icon = same look as chips */
.tour-card.card-v3 .tour-type-badge .tab-icon {
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--brand-text, #0f1f2a) !important;
}
.tour-card.card-v3 .tour-type-badge .tab-icon svg {
  width: 18px; height: 18px;
  stroke: currentColor !important;
  fill: none !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  vertical-align: -2px;              /* baseline align */
}
.tour-card.card-v3 .tour-type-badge .tab-icon svg .duo {
  stroke: currentColor !important; fill: none !important; opacity: 1 !important;
}
/* Block any theme icon-font in the badge */
.tour-card.card-v3 .tour-type-badge .tab-icon::before,
.tour-card.card-v3 .tour-type-badge .tab-icon i::before {
  content: none !important; display: none !important;
}

/* === OVERRIDES: Mobile par tour cards thode se bade === */
@media (max-width: 768px) {
  /* Image area taller (was 140px) */
  .tour-card.card-v3 .img-wrap {
    height: 170px !important;
  }

  /* Badge a bit bigger */
  .tour-card.card-v3 .tour-type-badge {
    padding: 7px 12px !important;    /* was 6px 12px */
    font-size: 13.5px !important;    /* was 13px */
  }

  /* Content padding + typography slightly larger */
  .tour-card.card-v3 .card-body {
    padding: 14px !important;        /* was 12px */
  }
  .tour-card.card-v3 .tour-title {
    font-size: 17px !important;      /* was 16px */
    line-height: 1.25 !important;
  }
  .tour-card.card-v3 .tour-subtitle {
    font-size: 14px !important;      /* was 13px */
  }
  .tour-card.card-v3 .info-row {
    font-size: 12.5px !important;    /* was 12px */
  }
  .tour-card.card-v3 .price-row .price {
    font-size: 19px !important;      /* was 18px */
  }
}

@media (max-width: 480px) {
  /* Even a little taller on very small phones (was 170px) */
  .tour-card.card-v3 .img-wrap {
    height: 200px !important;
  }
}
