/* =========================================================
  COORG TAXI — GOOGLE-LIKE TRUST SECTION (SN-CT)
  Uses your Sannidhi tokens: --sn-blue, --sn-orange, --sn-green, --sn-ink, --sn-border, --sn-shadow, --sn-r16, --sn-r20, --sn-pill
========================================================= */

.sn-ct.sec{ padding: clamp(26px, 4vw, 56px) 0; }
.sn-ct{
  background:
    radial-gradient(900px 420px at 15% 10%, rgba(11,58,164,.06), rgba(11,58,164,0)),
    radial-gradient(900px 420px at 85% 30%, rgba(255,122,0,.06), rgba(255,122,0,0)),
    linear-gradient(180deg, rgba(11,58,164,.04), rgba(255,255,255,0));
}
.sn-ct-wrap{ position:relative; }

/* Head layout */
.sn-ct-head{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 18px;
  align-items:start;
  margin-bottom: 14px;
}

/* Eyebrow */
.sn-ct-eyebrow{
  display:flex; flex-wrap:wrap; gap:10px;
  align-items:center;
  color: rgba(12,16,23,.72);
  font-weight: 800;
  font-size: 13px;
}
.sn-ct-dot{ width:8px;height:8px;border-radius:50%; display:inline-block; }
.sn-ct-dot--blue{ background: var(--sn-blue); }
.sn-ct-sep{ opacity:.45; }
.sn-ct-gBadge{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: var(--sn-pill);
  border: 1px solid rgba(12,16,23,.10);
  background: rgba(255,255,255,.80);
  backdrop-filter: blur(10px);
  color: rgba(12,16,23,.78);
  font-weight: 900;
}

/* Title */
.sn-ct-h2{
  margin: 10px 0 8px;
  font-weight: 950;
  letter-spacing: -.02em;
  font-size: clamp(22px, 3vw, 34px);
  color: var(--sn-ink);
}
.sn-ct-lead{
  margin: 0;
  color: rgba(12,16,23,.78);
  line-height: 1.65;
  font-size: 15.5px;
}
.sn-ct-lead strong{ font-weight: 950; }

/* Chips */
.sn-ct-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top: 12px; }
.sn-ct-chip{
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: var(--sn-pill);
  border: 1px solid var(--sn-border);
  background: rgba(255,255,255,.80);
  backdrop-filter: blur(10px);
  text-decoration:none;
  color: rgba(12,16,23,.86);
  font-weight: 900;
  font-size: 13px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.sn-ct-chip:hover{ transform: translateY(-1px); box-shadow: 0 12px 28px rgba(12,16,23,.10); }
.sn-ct-chip i{ opacity:.9; }

/* Profile (Google-like) */
.sn-ct-profile{
  position: sticky;
  top: 14px;
  border-radius: var(--sn-r20);
  border: 1px solid rgba(255,122,0,.18);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  backdrop-filter: blur(12px);
  box-shadow: var(--sn-shadow);
  padding: 14px;
}
.sn-ct-profTop{ display:flex; gap: 12px; align-items:flex-start; }
.sn-ct-logo{
  width: 46px; height: 46px;
  border-radius: 16px;
  display:grid; place-items:center;
  color:#fff;
  background: linear-gradient(180deg, var(--sn-blue), rgba(11,58,164,.75));
  box-shadow: 0 16px 34px rgba(11,58,164,.18);
}
.sn-ct-profName{ font-weight: 950; font-size: 15.5px; color: rgba(12,16,23,.90); }
.sn-ct-profSub{ color: rgba(12,16,23,.68); font-weight: 800; font-size: 13px; margin-top:2px; }
.sn-ct-profRow{ display:flex; flex-wrap:wrap; gap: 10px; margin-top: 8px; }
.sn-ct-rating{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: var(--sn-pill);
  border: 1px solid rgba(12,16,23,.10);
  background: rgba(255,255,255,.84);
  font-weight: 950;
  color: rgba(12,16,23,.86);
}
.sn-ct-rating i{ color: #F7B104; }
.sn-ct-rating span{ font-weight: 800; color: rgba(12,16,23,.60); }
.sn-ct-open{
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: var(--sn-pill);
  border: 1px solid rgba(14,143,58,.18);
  background: rgba(14,143,58,.07);
  font-weight: 900;
  color: rgba(12,16,23,.78);
}

/* Facts */
.sn-ct-profFacts{
  margin-top: 12px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sn-ct-fact{
  display:flex; gap:10px; align-items:flex-start;
  border: 1px solid rgba(12,16,23,.10);
  background: rgba(255,255,255,.76);
  border-radius: var(--sn-r16);
  padding: 10px;
}
.sn-ct-fact i{ margin-top: 2px; opacity:.85; }
.sn-ct-fact b{ display:block; font-size: 13px; font-weight: 950; color: rgba(12,16,23,.88); }
.sn-ct-fact span{ display:block; font-size: 12.5px; color: rgba(12,16,23,.65); font-weight: 750; }

/* Profile CTAs */
.sn-ct-profCtas{ display:flex; gap: 10px; margin-top: 12px; }
.sn-ct-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: var(--sn-pill);
  padding: 11px 14px;
  font-weight: 950;
  text-decoration:none;
  border: 1px solid transparent;
  flex: 1;
  white-space: nowrap;
}
.sn-ct-btn--wa{
  color:#fff;
  background: linear-gradient(90deg, var(--sn-blue), var(--sn-orange));
  box-shadow: 0 14px 30px rgba(11,58,164,.18);
}
.sn-ct-btn--call{
  color:#fff;
  background: rgba(12,16,23,.92);
}
.sn-ct-profNote{
  margin-top: 12px;
  border-radius: var(--sn-r16);
  border: 1px solid rgba(12,16,23,.10);
  background: rgba(255,255,255,.72);
  padding: 10px 12px;
  color: rgba(12,16,23,.75);
  font-weight: 800;
  font-size: 12.8px;
  display:flex;
  gap:10px;
  line-height: 1.4;
}
.sn-ct-profNote i{ margin-top: 2px; opacity:.8; }

/* Filter pills */
.sn-ct-filterRow{
  display:flex; flex-wrap:wrap; gap: 10px;
  align-items:center;
  margin: 14px 0 14px;
}
.sn-ct-pill{
  border: 1px solid var(--sn-border);
  background: rgba(255,255,255,.80);
  backdrop-filter: blur(10px);
  border-radius: var(--sn-pill);
  padding: 10px 12px;
  font-weight: 900;
  font-size: 13px;
  color: rgba(12,16,23,.86);
  display:inline-flex; align-items:center; gap:10px;
  cursor:pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.sn-ct-pill:hover{ transform: translateY(-1px); box-shadow: 0 10px 22px rgba(12,16,23,.10); }
.sn-ct-pill.is-active{
  border-color: rgba(11,58,164,.30);
  box-shadow: 0 12px 28px rgba(11,58,164,.16);
}
.sn-ct-pill--ghost{ text-decoration:none; }

/* Grid cards (3 cols) */
.sn-ct-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 14px;
  margin-top: 10px;
}

/* Card */
.sn-ct-card{
  border:1px solid var(--sn-border);
  background: rgba(255,255,255,.86);
  border-radius: var(--sn-r20);
  overflow:hidden;
  box-shadow: 0 12px 30px rgba(12,16,23,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.sn-ct-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(12,16,23,.12);
}
.sn-ct-media{
  position:relative;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.sn-ct-media::after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(12,16,23,.10), rgba(12,16,23,.60));
}
.sn-ct-tag{
  position:absolute; left:12px; top:12px;
  z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: var(--sn-pill);
  font-weight: 950;
  font-size: 12px;
  color: rgba(255,255,255,.96);
  background: rgba(12,16,23,.35);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}
.sn-ct-tag--orange{ background: rgba(255,122,0,.70); }
.sn-ct-tag--blue{ background: rgba(11,58,164,.72); }
.sn-ct-tag--green{ background: rgba(14,143,58,.72); }
.sn-ct-tag--yellow{ background: rgba(247,177,4,.72); }

.sn-ct-chipTop{
  position:absolute; right:12px; top:12px;
  z-index:2;
  display:inline-flex; align-items:center; gap:8px;
  padding: 7px 10px;
  border-radius: var(--sn-pill);
  font-weight: 900;
  font-size: 12px;
  color: rgba(255,255,255,.92);
  background: rgba(12,16,23,.35);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(10px);
}

/* Body */
.sn-ct-body{ padding: 14px; }
.sn-ct-body h3{
  margin:0 0 6px;
  font-weight: 950;
  font-size: 16px;
  color: var(--sn-ink);
  letter-spacing: -.01em;
}
.sn-ct-body p{
  margin:0 0 10px;
  color: rgba(12,16,23,.76);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Points */
.sn-ct-points{
  margin:0 0 10px;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.sn-ct-points li{
  display:flex; gap:10px; align-items:flex-start;
  color: rgba(12,16,23,.78);
  font-weight: 750;
  font-size: 13px;
}
.sn-ct-points i{ margin-top:2px; opacity:.85; }

/* Mini Q */
.sn-ct-miniQ{
  border:1px solid rgba(12,16,23,.10);
  background: rgba(255,255,255,.78);
  border-radius: var(--sn-r16);
  padding: 10px 12px;
  font-size: 12.8px;
  line-height: 1.45;
  color: rgba(12,16,23,.74);
}
.sn-ct-miniQ b{ display:block; font-weight: 950; color: rgba(12,16,23,.86); margin-bottom: 4px; }
.sn-ct-miniQ span{ display:block; font-weight: 700; }

/* CTA row */
.sn-ct-cta{
  display:flex;
  gap:10px;
  margin-top: 12px;
}
.sn-ct-btn2{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  border-radius: var(--sn-pill);
  padding: 11px 12px;
  font-weight: 950;
  text-decoration:none;
  border: 1px solid transparent;
  flex: 1;
  white-space: nowrap;
}
.sn-ct-btn2--primary{
  color:#fff;
  background: linear-gradient(90deg, var(--sn-blue), var(--sn-orange));
  box-shadow: 0 14px 30px rgba(11,58,164,.18);
}
.sn-ct-btn2--ghost{
  color: rgba(12,16,23,.86);
  background: rgba(255,255,255,.84);
  border-color: var(--sn-border);
}

/* Bottom note */
.sn-ct-note{
  margin-top: 16px;
  border:1px solid var(--sn-border);
  background: rgba(255,255,255,.86);
  border-radius: var(--sn-r20);
  padding: 14px;
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.sn-ct-noteIcon{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:grid; place-items:center;
  color: rgba(12,16,23,.86);
  background: rgba(11,58,164,.08);
  border: 1px solid rgba(11,58,164,.18);
}
.sn-ct-note h3{ margin:0 0 6px; font-size: 15px; font-weight: 950; color: var(--sn-ink); }
.sn-ct-note p{ margin:0; color: rgba(12,16,23,.74); line-height: 1.6; font-weight: 650; }

/* Responsive */
@media (max-width: 992px){
  .sn-ct-head{ grid-template-columns: 1fr; }
  .sn-ct-profile{ position: relative; top:auto; }
  .sn-ct-profFacts{ grid-template-columns: 1fr 1fr; }
  .sn-ct-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 576px){
  .sn-ct-filterRow{
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }
  .sn-ct-pill{ flex: 0 0 auto; }
  .sn-ct-grid{ grid-template-columns: 1fr; }
  .sn-ct-media{ height: 175px; }
  .sn-ct-cta{ flex-direction: column; }
  .sn-ct-profFacts{ grid-template-columns: 1fr; }
  .sn-ct-profCtas{ flex-direction: column; }
}

/* =========================================================
   SANNIDHI HOLIDAYS – COORG TAXI SECTION (RESPONSIVE)
   Targets: .sn-ct (your section)
   Drop this AFTER your base/sn-ct CSS so it overrides safely.
   ========================================================= */

/* ---------- Base helpers (safe defaults) ---------- */
.sn-ct{
  /* spacing + layout safety */
  padding: clamp(26px, 4vw, 56px) 0;
}

.sn-ct .container{
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.sn-ct-wrap{
  display: block;
}

/* Top header layout: left content + right profile */
.sn-ct-head{
  display: grid;
  grid-template-columns: 1.35fr .85fr;
  gap: clamp(14px, 2.2vw, 24px);
  align-items: start;
}

.sn-ct-titleBlock{
  min-width: 0; /* prevent overflow in grid */
}

.sn-ct-h2{
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.15;
  margin: 10px 0 10px;
}

.sn-ct-lead{
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.65;
  margin: 0 0 14px;
}

/* Chips wrap nicely */
.sn-ct-chips{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sn-ct-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
}

/* Profile card width control */
.sn-ct-profile{
  width: 100%;
  min-width: 0;
}

/* CTA buttons inside profile */
.sn-ct-profCtas{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sn-ct-btn{
  width: 100%;
  justify-content: center;
}

/* Filter row: allow wrap on desktop, scroll on mobile later */
.sn-ct-filterRow{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: clamp(14px, 2vw, 20px);
}

.sn-ct-pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.sn-ct-pill--ghost{
  margin-left: auto;
}

/* Cards grid */
.sn-ct-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-top: clamp(14px, 2vw, 20px);
}

/* Card media sizing */
.sn-ct-card{
  min-width: 0;
}

.sn-ct-media{
  /* ensure background image looks good across sizes */
  background-size: cover;
  background-position: center;
  min-height: 180px;
}

/* Card body spacing */
.sn-ct-body{
  padding: 16px 16px 14px;
}

.sn-ct-body h3{
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.sn-ct-points{
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.sn-ct-points li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.45;
}

/* CTA inside card */
.sn-ct-cta{
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.sn-ct-btn2{
  justify-content: center;
  width: 100%;
}

/* ---------- <= 1024px (tablet landscape / small laptop) ---------- */
@media (max-width: 1024px){
  .sn-ct-head{
    grid-template-columns: 1.2fr .8fr;
  }

  .sn-ct-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sn-ct-media{
    min-height: 170px;
  }
}

/* ---------- <= 860px (tablet) ---------- */
@media (max-width: 860px){
  .sn-ct-head{
    grid-template-columns: 1fr; /* stack */
  }

  /* profile card goes below content */
  .sn-ct-profile{
    order: 2;
  }

  .sn-ct-titleBlock{
    order: 1;
  }

  .sn-ct-profCtas{
    grid-template-columns: 1fr 1fr;
  }

  .sn-ct-grid{
    grid-template-columns: 1fr; /* single column cards */
  }

  .sn-ct-media{
    min-height: 200px;
  }

  /* Filter row: keep pills on one line with scroll */
  .sn-ct-filterRow{
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    gap: 10px;
  }

  .sn-ct-filterRow::-webkit-scrollbar{
    height: 6px;
  }

  .sn-ct-pill--ghost{
    margin-left: 0; /* because row is scrollable */
  }
}

/* ---------- <= 520px (mobile) ---------- */
@media (max-width: 520px){
  .sn-ct .container{
    width: min(1180px, calc(100% - 22px));
  }

  .sn-ct-eyebrow{
    font-size: 12px;
    line-height: 1.35;
  }

  /* eyebrow separators can wrap awkwardly on mobile */
  .sn-ct-sep{
    display: none;
  }

  .sn-ct-h2{
    font-size: 22px;
    line-height: 1.18;
  }

  .sn-ct-lead{
    font-size: 14px;
  }

  /* profile top tighter */
  .sn-ct-profTop{
    gap: 12px;
  }

  /* profile facts: 2 columns -> 1 column */
  .sn-ct-profFacts{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* profile CTAs stack */
  .sn-ct-profCtas{
    grid-template-columns: 1fr;
  }

  /* Card body tighter */
  .sn-ct-body{
    padding: 14px 14px 12px;
  }

  .sn-ct-media{
    min-height: 180px;
  }

  /* Card CTA stack (better tap targets) */
  .sn-ct-cta{
    grid-template-columns: 1fr;
  }

  .sn-ct-btn2--ghost{
    width: 100%;
  }
}

/* ---------- Optional: reduce motion ---------- */
@media (prefers-reduced-motion: reduce){
  .sn-ct *{
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}