/* ============================================================
   QUICKSHIFT – SINGLE RESPONSIVE CSS
   Breakpoints: mobile ≤640px | tablet 641-1024px | desktop ≥1025px
   ============================================================ */

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: "Outfit", Helvetica, sans-serif; color: #1b243a; background: #fff; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; padding: 0; margin: 0; }
button { cursor: pointer; font-family: inherit; border: none; }

:root {
  --bs-primary: #1d22d2;
  --bs-primary-rgb: 29,34,210;
  --qs-dark: #16181e;
  --qs-blue-light: #e9efff;
  --qs-border: #d5d6d9;
}
/* ---------- CSS VARIABLES ---------- */
:root {
  --blue: #1d22d2;
  --dark: #0f1a2a;
  --navy: #1b243a;
  --light: #f8fafc;
  --white: #fff;
  --border: #d5d6d9;
  --text-muted: #535861;
  --yellow: #ffca05;
  --section-pad: clamp(40px, 6vw, 96px) clamp(16px, 5vw, 113px);
}
.homeEcoomQuick
{
  display: inline-block;
  vertical-align: inherit;
  width: 45px;
} 

/* ---------- PAGE WRAPPER ---------- */
.qs-page { overflow-x: hidden; }



/* ---------- SECTIONS ---------- */
.qs-section {
  padding: var(--section-pad);
  
}
.qs-section-inner {
  max-width: 1214px;
  margin: 0 auto 40px;
}
.qs-section-inner.centered { text-align: center; }
.qs-bg-light { background: var(--light); }
.qs-bg-blue { background: var(--blue); }

.qs-sec-fulfill
{
  padding: 45px 200px;
}

/* ---------- BADGES ---------- */
.qs-badge-pill {
  display: inline-flex;
  justify-content: center;
  gap: 6px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #414651;
  box-shadow: 0 1px 2px #0a0c120d;
  margin-bottom: 16px;
}
.qs-badge-pill.dark {
  background: #14179a;
  border-color: #4d51e4;
  color: #fff;
}
.qs-dot-yellow {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  flex-shrink: 0;
}

/* ---------- TYPOGRAPHY ---------- */
.qs-section-heading {
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(22px, 4vw, 56px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
  padding: 10px 75px 20px 80px;
}
.qs-section-heading.white { color: #fff; }
.qs-blue  { color: var(--blue); }
.qs-dark  { color: #0f1a2a; }
.qs-body-text {
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0 0 24px;
  padding: 10px 90px 20px 80px;
}
.qs-body-text.centered { text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; }
.qs-body-text.white { color: #f3f3f3; }

/* ---------- HERO ---------- */
/* ---- HERO ---- */
.qs-hero { background: #fff; }
.qs-hero__wave { width: min(3611px, 280%); pointer-events: none; }
.qs-hero__title { 
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1.15;
    font-weight: 600;
     }

/* badge + tags */
.qs-badge-live {
  padding: 3px 10px; background: #fff;
  border-radius: 6px; border: 1px solid var(--qs-border);
  box-shadow: 0 1px 2px rgba(10,12,18,.05);
  display: inline-flex; width: fit-content;
}
.qs-dot-yellow {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ffca05; flex-shrink: 0;
}
.qs-dot-yellow-lg {
  width: 12px; height: 12px; border-radius: 50%;
  background: #ffca05; flex-shrink: 0;
}
.qs-tag {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 10px; background: #fff;
  border-radius: 6px; border: 1px solid #d9d9d9;
  font-family: "Outfit", Helvetica; font-weight: 500;
  color: #414651; font-size: 12px;
}

/* form labels */
.qs-label { font-family: "Outfit", Helvetica; font-weight: 500; color: #414651; font-size: 13px; }
.form-control, .form-select {
  border-color: var(--qs-border);
  font-family: "Outfit", Helvetica; font-size: 13px; color: #717680;
}
.form-control:focus, .form-select:focus {
  border-color: #1d22d2; box-shadow: 0 0 0 .2rem rgba(29,34,210,.15);
}

 .qs-hero {
  padding: clamp(40px, 5vw, 100px) clamp(16px, 5vw, 40px);
  background: #fff;
  position: relative;
  overflow: hidden;
}
.qs-hero::before {
  content: "";
  position: absolute;
  top: 350px;
  left: -200px;
  width: 900px;
  height: 260px;
  background: url('assets/vector-9.svg') no-repeat center/contain;
  opacity: 0.15;
  pointer-events: none;
}
.qs-hero-content {
  width: 100%;
}
.qs-hero-heading {
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 600;
  line-height: 1.15;
  margin: 12px 0 16px;
}
.qs-hero-sub {
  font-size: clamp(14px, 1.5vw, 20px);
  color: #27364b;
  margin: 0 0 12px;
}
.qs-hero-desc {
  font-size: clamp(13px, 1.2vw, 16px);
  color: #27364b;
  line-height: 1.7;
  margin: 0 0 24px;
}
.qs-hero-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #1d22d21a;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 8px 12px;
  max-width: 340px;
  margin: 0 0 20px;
}
.qs-stat-box { display: flex; flex-direction: column; align-items: center; }
.qs-stat-num { font-size: clamp(18px, 2vw, 24px); font-weight: 700; color: var(--blue); }
.qs-stat-lbl { font-size: 10px; color: #414651; font-weight: 500; }
.qs-stat-desc { font-size: 12px; color: #414651; line-height: 1.4; }
.qs-tags-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.qs-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #414651;
}
.qs-tag img { width: 14px; height: 14px; }
.qs-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; } 

/* ---------- BUTTONS ---------- */
.qs-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #16181e;
  color: #fff;
  border-radius: 54px;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
}
.qs-btn-primary img { width: 20px; height: 20px; filter: invert(1); }
.qs-btn-primary.full { width: 100%; justify-content: center; }
.qs-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  background: transparent;
  color: #5a5a5a;
  border: 1px solid #767676;
  border-radius: 54px;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
}
.qs-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  background: #16181e;
  color: #fff;
  border-radius: 54px;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
}
.qs-btn-dark img { width: 20px; height: 20px; }
.qs-btn-white {
  display: inline-flex;
  align-items: center;
  padding: 11px 22px;
  background: #fff;
  color: #16181e;
  border-radius: 54px;
  font-family: "Outfit", Helvetica, sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
}

/* ---------- QUOTE FORM ---------- */
.qs-quote-form {
  flex: 0 1 480px;
  min-width: 280px;
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 16px;
  padding: 24px;
}
.qs-form-header h2 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  color: #181d27;
  margin: 0 0 4px;
}
.qs-form-header p { font-size: 14px; color: #535861; margin: 0 0 20px; }
.qs-form-body { display: flex; flex-direction: column; gap: 18px; }
.qs-field { display: flex; flex-direction: column; gap: 6px; }
.qs-field label { font-size: 13px; font-weight: 500; color: #414651; }
.req { color: #df4f16; }
.qs-field input,
.qs-select-mock {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-size: 14px;
  color: #717680;
  background: #fff;
  box-shadow: 0 1px 2px #0a0c120d;
  width: 100%;
}
.qs-field input { border: 1px solid var(--border); outline: none; }
.qs-field input:focus { border-color: var(--blue); }
.qs-select-mock { justify-content: space-between; cursor: pointer; }
.qs-select-mock img { width: 16px; height: 16px; }
.qs-field-row { display: flex; gap: 12px; }
.qs-field-row .qs-field { flex: 1; }
.qs-form-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #767676;
  justify-content: center;
}
.qs-form-trust img { width: 18px; height: 18px; }

/* ---------- FORM VALIDATION ---------- */
.qs-field-error {
  display: none;
  font-size: 12px;
  color: #d93025;
  font-weight: 500;
  margin-top: 2px;
  padding-left: 2px;
}
.qs-input-error {
  border-color: #d93025 !important;
  background: #fff8f7 !important;
  box-shadow: 0 0 0 3px rgba(217, 48, 37, 0.10) !important;
}
.qs-input-error:focus {
  border-color: #d93025 !important;
}
.qs-form-success {
  background: #edfbf3;
  border: 1px solid #34a853;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1a7e3a;
  text-align: center;
} */

/* ---------- METRICS ---------- */

/* ---- METRICS STRIP ---- */

.qs-metrics-strip {
  background: #1d22d2;
  padding: 0;
  position: relative;
  width: 100% !important;
}

.qs-metric-icon {
  width: 44px; height: 44px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
}

/* Zigzag row container — clip-path approach */
.qs-metrics-zigzag {
  display: flex;
  align-items: stretch;
  min-height: 300px;
}

/* Each metric item — equal flex width */
.qs-mz-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 20px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* UP items — lighter blue band */
.qs-mz-up {
  background: #1d22d2;
}

/* DOWN items — same blue as UP, pushed down via extra top padding */
.qs-mz-down {
  background: #1d22d2;
  padding-top: 64px;
  padding-bottom: 28px;
}

/* Dividers are hidden — transitions now handled by skewed pseudo-elements on items */
.qs-mz-divider { display: none; }

/* Slanted right edge on UP items using ::after */
.qs-mz-up::after {
  content: "";
  position: absolute;
  top: 0; right: -24px; bottom: 0;
  width: 48px;
  background: #1d22d2;
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0 100%);
  z-index: 3;
  pointer-events: none;
}

/* Slanted right edge on DOWN items using ::after */
.qs-mz-down::after {
  content: "";
  position: absolute;
  top: 0; right: -24px; bottom: 0;
  width: 48px;
  background: #1d22d2;
  clip-path: polygon(0 0, 48% 0, 100% 100%, 0 100%);
  z-index: 3;
  pointer-events: none;
}

/* Metric text */
.qs-mz-value {
  font-family: "Outfit", Helvetica;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 6px;
}
.qs-mz-label {
  font-family: "Outfit", Helvetica;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
  max-width: 110px;
}

/* -------set web view------- */
.mblview
  {
    display: none;
  }
  .webview
  {
    display: flex;
  }
  .qs-quote-form {margin-left: 3rem;}
  

/* Mobile: 2-column grid, no zigzag */
@media (max-width: 767px) {
  .qs-metrics-zigzag {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: auto;
    gap: 0;
  }
  .qs-sec-fulfill
  {
    padding: 0px 0px;
  }
  .qs-section-heading {
    
    padding: 10px 50px 20px 40px;
}
.homeEcoomQuick
{
   width: 20px;
}
.qs-body-text {
    
    padding: 10px 30px 20px 30px;
}
  /* Hide divider elements */
  .qs-mz-divider { display: none; }
  /* Remove pseudo-element wedges */
  .qs-mz-up::after,
  .qs-mz-down::after { display: none; }
  /* All items same style, equal padding */
  .qs-mz-up,
  .qs-mz-down {
    background: #1d22d2;
    padding: 28px 16px;
    flex: none;
  }
  
  /* Remove right border on even items (right column) */
  .qs-mz-item:nth-child(even) {
    border-right: none;
  }
  /* Last row items: remove bottom border */
  .qs-mz-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  /* 5th item (last, odd): span full width so it doesn't look orphaned */
  .qs-mz-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: none;
  }
  
  .qs-quote-form {margin-left: 0px!important; padding: 20px!important;}
  .webview {display: none;}
  .mblview {display: block;}
  .qs-flow-step {height: 200px; padding-top: 25px;}
  .qs-city {
   
    padding: 15px 12px 9px 23px !important;
    height: 175px !important; margin: 5px 0px 0px 5px !important;
}
.qsflowleft {
    padding: 20px;
    height: 300px;
}
.qs-feat {
    
    gap: 12px !important;
    margin-top: 30px !important;
   
}
.qs-flow-steps p
{
  margin-top: 10px !important ;
}
.qs-platform-cat {height: 155px;}

.slider {
  /* overflow: hidden; */
  position: relative;
}

.slider-track {
  display: flex;
  width: calc(250px * 10); /* total images */
  animation: scroll 20s linear infinite;
}

.slider-track img {
  /* width: 55px; */
  height: 85px;
  object-fit: cover;
  margin-right: 15px;
  border-radius: 10px;
}

/* Continuous animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-250px * 5)); }
}










 


}

/* ---- SECTION BADGES ---- */
.qs-section-badge {
  padding: 4px 12px; background: #fff;
  border-radius: 8px; border: 1px solid var(--qs-border);
  font-family: "Outfit", Helvetica; font-weight: 500;
  color: #414651; font-size: 13px;
  box-shadow: 0 1px 2px rgba(10,12,18,.05);
}
.qs-section-badge-dark {
  padding: 4px 12px; background: #14179a;
  border-radius: 8px; border: 1px solid #4d51e4;
  font-family: "Outfit", Helvetica; font-weight: 500;
  color: #fff; font-size: 13px;
}
.qs-section-title {
  font-family: "Outfit", Helvetica;
  font-size: clamp(24px,3.2vw,52px);
  line-height: 1.2; font-weight: 400;
}
.qs-section-blue { background: #1d22d2; }

/* ---------- WHAT IS SECTION ---------- */
.qs-flow-steps { display: flex; flex-direction: column; gap: 0; }
.qs-flow-step {
  display: flex;
  gap: 16px;
  padding: 16px;
  background: #e9efff;
  border-radius: 12px;
  margin-bottom: 4px;
  margin-top: 20px;
}
.qs-flow-step.qs-step-highlight { background: #e9efff;  }
.qs-step-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
}
.qs-step-icon img { width: 24px; height: 24px; }
.qs-flow-step div strong { display: block; font-size: 15px; color: #181d27; margin-bottom: 4px; font-weight: 600; }
.qs-flow-step div p { font-size: 16px; color: #535862; line-height: 1.5; margin: 0; }
.qs-flow-arrow { display: flex;
    justify-content: center;}


.qs-feat {
    display: flex;
    gap: 20px;
    margin-top: 80px;
    align-items: start;
}
.qs-feat div strong { display: block; font-size: 15px; color: #181d27; margin-bottom: 6px; }
.qs-feat div p { font-size: 13px; color: #535861; line-height: 1.5; margin: 0; }

/* ---------- FEAT ICONS ---------- */
.qs-feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 10px;
}
.qs-feat-icon.white {
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 1px 2px #0a0c120d;
}
.qs-feat-icon.blue { background: var(--blue); }
.qs-feat-icon img { width: 24px; height: 24px; }
.qs-feat-icon.blue img { filter: invert(1); }

/* ---------- PLATFORMS ---------- */

.qs-platform-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 12px;
  margin: 10px;
  background: #e9efff;
  border: 1px solid #d2d2d2;
  border-radius: 14px;
}
.qsflowleft
{
  padding: 15px;
  background-color:#1D22D2 ;
  border-radius: 15px;
}
.qs-flow-steps p{
  color: #DBDBDB;
margin-top: 30px;
font-size:  16px;
font-style: normal;
font-weight: 500;
line-height:  28px; /* 155.556% */
/* text-transform: uppercase; */
}
.qs-platform-cat strong { font-size: 15px; color: #181d27; }
.qs-platform-cat p { font-size: 13px; color: #535861; margin: 0; line-height: 1.5; }

/* ---------- LOGOS ---------- */
.qs-logo-img { height: clamp(36px, 5vw, 60px); width: auto; object-fit: contain; max-width: 100%; }

/* ---------- DOTS ---------- */
.qs-dots-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.qs-dots-nav .dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
}
.qs-dots-nav .dot.active { opacity: 1; background: var(--yellow); }

/* ---------- SERVICES GRID ---------- */

.qs-service-card {
  background: #e9efff;
  border-radius: 16px;
  padding: 15px 30px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.qs-service-card p {
    font-size: 14px;
    color: #535861;
    line-height: 1.5;
    padding-top: 10px;
    position: relative;
}
.qs-service-card strong { font-size: 16px; color: #181d27; }
.qs-service-card ul { display: flex; flex-direction: column; gap: 8px; }
.qs-service-card ul li { font-size: 13px; color: #535861; line-height: 1.5; padding-left: 10px; position: relative; }
.qs-service-card ul li::before { content: "•"; position: absolute; left: 0; color: var(--blue); }

/* ---------- HOW-IT-WORKS STEPS ---------- */

.qs-step-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.qs-step-num {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(147deg, #1d22d2 52%, #002145 100%);
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.qs-step-card strong { font-size: 14px; color: #1e1e1e; font-weight: 600; }
.qs-step-card p { font-size: 13px; color: #1e1e1e; line-height: 1.6; margin: 0; }
.qs-step-bullets {
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-self: stretch;
}
/* .qs-step-bullets span { font-size: 11px; color: #757575; font-weight: 500; text-align: left; } */
.qs-step-bullets li {
    font-size: 11px;
    color: #757575;
    font-weight: 500;
    text-align: left;
    margin-left: 20px;
    list-style: disc;
}
/* ---------- DISTRIBUTION FLOW ---------- */

.qs-dist-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 16px;
  background: #e9efff;
  border: 1px solid #757575;
  border-radius: 16px;
  width: 100%;
}
.qs-dist-card img { width: 28px; height: 28px; }
.qs-dist-card strong { font-size: 14px; color: #1e1e1e; }
.qs-dist-card p { font-size: 13px; color: #535862; margin: 0; line-height: 1.4; }
.qs-dist-arrow { font-size: 22px; color: #fff; padding: 0 4px; }

/* ---------- PLATFORM TABLE ---------- */
.qs-table-wrap {
  overflow-x: auto;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.qs-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}
.qs-table thead tr { background: #27364b33; }
.qs-table th {
  padding: 12px 16px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  color: #27364b;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
}
.qs-table td {
  padding: 22px 18px;
  border-bottom: 1px solid #e5e5e5;
  color: #27364b;
  background: #fff;
}
.qs-table td:first-child { font-weight: 500; }
.qs-table tbody tr:hover td { background: #f5f8ff; }

/* ---------- PRICING ---------- */
.qs-pricing-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 24px;
  max-width: 1000px;
}
.qs-ptab {
  padding: 10px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  color: #1e1e1e;
}
.qs-ptab.active { background: #16181e; color: #fff; border-color: #16181e; }
.qs-pricing-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 12px;
  padding: 0 16px;
}
.qs-pricing-name { font-size: 20px; font-weight: 600; display: grid; align-items: center; gap: 10px; }
.qs-badge-surface {
  font-size: 12px;
  font-weight: 500;
  color: #007aff;
  background: #007aff26;
  border-radius: 9999px;
  padding: 3px 10px;
}
.qs-pricing-pincodes {
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  color: #757575;
  text-align: center;
}
.qs-pricing-pincodes strong { font-size: 24px; font-weight: 700; color: #16181e; display: block; }
.qs-pricing-note {
  /* text-align: center; */
  font-size: 13px;
  color: #757575;
  margin-bottom: 16px;
  margin-left: 15px;
}
.qs-rate-table-wrap {
  overflow-x: auto;
  /* max-width: 800px; */
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.qs-rate-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff;
}
.qs-rate-table thead tr { background: #1b243a; text-align: center;}
.qs-rate-table th { padding: 12px 20px; color: #f3f3f3; font-size: 16px; border-bottom: 1px solid #e9e9eb; }
.qs-rate-table td { padding: 14px 20px; border: 1px solid #d5d6d9; text-align: center; }
.qs-rate-table td:first-child { font-weight: 600; text-align: left; background: #f9fafb; }

/* ---------- SERVICEABILITY ---------- */
.qs-service-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
  text-align: center;
}
.qs-service-cta p { font-size: 14px; color: #757575; }

.qs-carrier {
  background: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
  padding: 20px;
  margin: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
}
.qs-carrier strong { font-size: clamp(18px, 3vw, 32px); font-weight: 700; color: var(--blue); }
.qs-carrier span { font-size: 14px; font-weight: 600; color: #1e1e1e; }
.qs-carrier p { font-size: 12px; color: #757575; margin: 0; line-height: 1.4; }

/* ---------- MAP ---------- */

.qs-map-container {
  position: relative;
  background: #1D22D2;
  border-radius: 16px;
  overflow: hidden;
  padding: 16px;
  width: 100%;
}
.qs-map-img { width: 100%; height: auto; display: block; }
.qs-map-label {
  position: absolute;
  background: #e9efff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 600;
  color: var(--blue);
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.qs-city {
  background: #e9efff;
  border: 1px solid #757575;
  border-radius: 20px;
  padding: 20px 12px 15px 25px;
  margin: 10px 0px 0px 30px;
  height: 150px;
}
.qs-city strong { font-size: 14px; font-weight: 700; color: #1e1e1e; display: block; margin-bottom: 6px; }
.qs-city p { font-size: 12px; color: #535862; margin: 0 0 4px; line-height: 1.4; }

/* ---------- FAQ ---------- */
.qs-faq {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.qs-faq-item {
  border-top: 1px solid #e9e9eb;
  padding: 20px 0;
}
.qs-faq-item:first-child { border-top: none; }
.qs-faq-item summary {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 600;
  color: #181d27;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.qs-faq-item summary::after {
  content: "−";
  font-size: 20px;
  color: #535861;
  flex-shrink: 0;
}
.qs-faq-item:not([open]) summary::after { content: "+"; }
.qs-faq-item p {
  font-size: clamp(13px, 1.2vw, 15px);
  color: #535861;
  line-height: 1.7;
  margin: 12px 0 0;
}

/* ---------- CTA BANNER ---------- */
.qs-cta-banner {
  background: var(--blue);
  padding: clamp(40px, 6vw, 80px) clamp(16px, 5vw, 40px);
  position: relative;
}
.qs-cta-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.qs-cta-inner h2 {
  
  font-size: clamp(18px, 2.5vw, 32px);
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.qs-cta-inner p {
  font-size: clamp(14px, 1.3vw, 18px);
  color: #f3f3f3;
  margin: 0;
  line-height: 1.7;
}
.qs-cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.qs-cta-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  right: clamp(16px, 5vw, 80px);
  top: 50%;
  transform: translateY(-50%);
}
.qs-float-icon {
  width: 56px;
  height: 56px;
  background: #e9efff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.qs-float-icon img { width: 28px; height: 28px; }

/* ---------- FOOTER ---------- */

.qs-city-list {
  list-style: disc;
  font-size: 12px;
    color: #535862;
    margin: 0 0 4px;

}


/* ---------- Section wrapper ---------- */
.qs-sectiondistrubution {
  background-color: #1d22d2;
  /* min-height: 100vh; */
  padding: 80px 0 96px;
  display: flex;
  align-items: center;
}

/* ---------- Badge ---------- */
.qs-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background-color: #14179a;
  border: 1px solid #4d51e4;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.qs-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffca05;
  flex-shrink: 0;
}

/* ---------- Headline ---------- */
.qs-headline {
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(28px, 5vw, 62px);
  line-height: 1.15;
  letter-spacing: 0;
}

/* ---------- Sub-text ---------- */
.qs-subtext {
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: clamp(15px, 1.5vw, 20px);
  line-height: 1.6;
  letter-spacing: 0;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Flow cards ---------- */
.qs-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 16px;
  background-color: #e9efff;
  border-radius: 16px;
  border: 1px solid rgba(117, 117, 117, 1);
  backdrop-filter: blur(5px) brightness(100%);
  -webkit-backdrop-filter: blur(5px) brightness(100%);
  /* responsive width: fills available space, capped at 327px */
  width: clamp(200px, 100%, 327px);
  min-height: 180px;
  text-align: center;
}

.qs-card-icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.qs-card-title {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 600;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.qs-card-text {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 400;
  color: #535862;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}

/* ---------- Arrow connectors ---------- */
.qs-arrow-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.qs-arrow {
  width: 32px;
  height: auto;
  object-fit: contain;
}

/* Down arrow for mobile (text fallback) */
.qs-arrow-down {
  font-size: 22px;
  color: #ffffff;
  justify-content: center;
  width: 100%;
}

/* Vertical arrow for desktop row-2 */
.qs-arrow-down-v {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}

/* ---------- Responsive tweaks ---------- */

/* Large screens: make sure flow cards sit in a proper single row */
@media (min-width: 992px) {
  .qs-card {
    width: 300px;
    min-height: 200px;
  }
}

@media (min-width: 1200px) {
  .qs-card {
    width: 327px;
  }
}

/* Small screens: stack everything */
@media (max-width: 767.98px) {
  .qs-section {
        padding: 55px 0 10px;
    }

  .qs-card {
    width: min(100%, 340px);
    min-height: auto;
    padding: 24px 20px;
  }

  .qs-arrow-down-v {
    display: none !important;
  }
}
.btn:hover{
  background: #16181e;
  color: #fff;
}