/* ------------------------------
   Base Reset & Typography
--------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, system-ui, Segoe UI, Arial, sans-serif;
  color: #0f172a; /* ink */
  background: linear-gradient(180deg, #fffdfb 0%, #fff7f3 100%); /* soft bg */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}
a {
  color: #d6001c;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: #9f0015;
}

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

/* Utility */
.row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.row.wrap {
  flex-wrap: wrap;
}
.gap {
  gap: 14px;
}

/* ------------------------------
   Topbar / Navbar
--------------------------------*/
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid #eef2f7;
}

.topbar nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #0f172a;
  font-size: clamp(18px, 2.4vw, 22px);
  letter-spacing: 0.2px;
}

.logo {
  font-size: 24px;
  line-height: 1;
  color: #d6001c;
}

.nav-links {
  display: flex;
  gap: 18px;
  align-items: center;
}
.nav-links a {
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  font-weight: 600;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}
.nav-links a.active,
.nav-links a:hover {
  background: #fff0f0;
  color: #d6001c;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(214, 0, 28, 0.08) inset;
}

.hamburger {
  display: none;
  border: 0;
  background: #ffffff;
  font-size: 20px;
  line-height: 1;
  padding: 10px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(2, 6, 23, 0.08);
  transition: transform 0.2s ease, background 0.2s ease;
}
.hamburger:active {
  transform: scale(0.98);
  background: #fff5f5;
}

.actions .btn {
  margin-left: 8px;
}

/* ------------------------------
   Buttons & Inputs
--------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 6px 16px rgba(2, 6, 23, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease,
    border-color 0.2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.1);
}

.btn-primary {
  background: linear-gradient(180deg, #d6001c 0%, #d6001c 100%);
  border-color: #d6001c;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(214, 0, 28, 0.25),
    0 2px 6px rgba(214, 0, 28, 0.15);
}
.btn-primary:hover {
  filter: saturate(105%);
}

.btn-ghost {
  background: #ffffff;
  border-color: #e5e7eb;
  color: #0f172a;
}
.btn-ghost:hover {
  background: #fff6f7;
  border-color: #ffd7db;
  color: #b10018;
}

.input {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 10px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input:focus-within {
  border-color: #ffb8c0;
  box-shadow: 0 0 0 6px rgba(214, 0, 28, 0.06);
}
.input input,
.input textarea {
  width: 100%;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
}
.input textarea {
  resize: vertical;
}

/* ------------------------------
   Hero
--------------------------------*/
/* ========= HERO (Full Screen) ========= */
.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: clamp(20px, 4vw, 40px); /* full screen, mobile-safe */
  min-height: 100svh; /* modern mobile units */
  min-height: 100vh; /* fallback */
  padding-block: clamp(24px, 5vw, 48px);
} /* Fixed header ho to height ko is tarah use karo (optional) */ /* .hero { min-height: calc(100svh - 72px); } */ /* ========= TEXT ========= */
.pill {
  display: inline-block;
  background: #fff0f1;
  border: 1px solid #ffd4d9;
  color: #d6001c;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.lead {
  font-size: clamp(16px, 2.2vw, 18px);
  color: #64748b;
} /* ========= SLIDER WRAP ========= */
.slider {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.15);
  background: radial-gradient(
      1200px 400px at 100% -20%,
      rgba(214, 0, 28, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, #ffffff 0%, #fff5f6 100%); /* size & responsiveness */
  width: min(560px, 92vw);
  aspect-ratio: 4 / 3; /* locks height, prevents jump */
  margin-inline: auto;
} /* ========= SLIDES ========= */
.slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}
.slide {
  min-width: 100%;
  height: 100%;
}
.slide img,
.slide video,
.slide picture,
.slide canvas {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: contain;  */
} /* Motion preference (accessibility) */
@media (prefers-reduced-motion: reduce) {
  .slides {
    transition: none;
  }
} /* ========= MOBILE STACK ========= */
@media (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr;
    /* text-align: center; */
  } /* text first, visual second on mobile (optional) */
  .hero .hero-text {
    order: 1;
  }
  .hero .hero-visual {
    order: 2;
  }
}

/* ------------------------------
   Banner
--------------------------------*/
    .banner {
      position: relative;
      height: 50vh;           /* required height */
      min-height: 300px;      /* optional safety */
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;       /* hide overflow of the image */
      color: #fff;
      text-align: center;
    }
 
    /* Image behaves like background */
    .banner > img {
      position: absolute;
      inset: 0;               /* top:0 right:0 bottom:0 left:0 */
      width: 100%;
      height: 100%;
      object-fit: cover;      /* fills area like background-size: cover */
      object-position: center;
      z-index: 1;
    }
 
    /* Optional dark overlay */
    .banner::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,.35);
      z-index: 2;
    }
 
    .banner-content {
      position: relative;
      z-index: 3;             /* above img & overlay */
      max-width: 720px;
      padding: 0 16px;
    }
 
    .banner-content h1 {
      margin: 0 0 8px;
      font-size: clamp(28px, 5vw, 48px);
      line-height: 1.1;
    }
    .banner-content p { opacity: .95; }
/* ------------------------------
   Sections / Cards / Chips
--------------------------------*/
.section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 28px 0 16px;
  gap: 16px;
  flex-wrap: wrap;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(22px, 3.5vw, 32px);
  line-height: 1.2;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.card {
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease,
    border-color 0.2s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 46px rgba(2, 6, 23, 0.14);
  border-color: #ffd7db;
}

.card-body {
  padding: 18px;
}

.card .title {
  font-weight: 800;
  margin-bottom: 6px;
  letter-spacing: 0.2px;
  font-size: clamp(16px, 2vw, 20px);
}

.chip {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  color: #0f172a;
  transition: all 0.2s ease;
  font-size: clamp(13px, 1.5vw, 15px);
  white-space: nowrap;
}

.chip.active,
.chip:hover {
  background: #fff0f1;
  border-color: #ffd4d9;
  color: #d6001c;
  box-shadow: 0 6px 14px rgba(214, 0, 28, 0.1) inset;
}

/* Tablet View - 768px to 1023px */
@media (max-width: 1023px) {
  .section-title {
    margin: 24px 0 14px;
    gap: 12px;
  }

  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .grid.two-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    border-radius: 16px;
  }

  .card-body {
    padding: 16px;
  }

  .card .title {
    margin-bottom: 5px;
  }

  .chip {
    padding: 7px 11px;
  }
}

/* Mobile View - up to 767px */
@media (max-width: 767px) {
  .section-title {
    margin: 20px 0 12px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .grid.two-col {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 14px;
  }

  .card:hover {
    transform: translateY(-4px);
  }

  .card-body {
    padding: 14px;
  }

  .card .title {
    margin-bottom: 4px;
  }

  .chip {
    padding: 6px 10px;
  }
}

/* Small Mobile - up to 480px */
@media (max-width: 480px) {
  .section-title {
    margin: 16px 0 10px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .card {
    border-radius: 12px;
  }

  .card-body {
    padding: 12px;
  }
}

/* Large Desktop - 1440px */
@media (min-width: 1440px) {
  .section-title {
    margin: 32px 0 20px;
    gap: 20px;
  }

  .section-title h2 {
    font-size: clamp(28px, 3vw, 36px);
  }

  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .grid.two-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    border-radius: 24px;
  }

  .card:hover {
    transform: translateY(-8px);
  }

  .card-body {
    padding: 22px;
  }

  .card .title {
    margin-bottom: 8px;
    font-size: clamp(18px, 2vw, 22px);
  }

  .chip {
    padding: 10px 16px;
    font-size: clamp(14px, 1.5vw, 16px);
  }
}

/* Extra Large Desktop - 2560px */
@media (min-width: 2560px) {
  .section-title {
    margin: 40px 0 24px;
    gap: 24px;
  }

  .section-title h2 {
    font-size: clamp(36px, 3vw, 48px);
  }

  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }

  .grid.two-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    border-radius: 28px;
    box-shadow: 0 12px 32px rgba(2, 6, 23, 0.08);
  }

  .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 56px rgba(2, 6, 23, 0.16);
  }

  .card-body {
    padding: 28px;
  }

  .card .title {
    margin-bottom: 10px;
    font-size: clamp(22px, 2vw, 28px);
  }

  .chip {
    padding: 12px 20px;
    font-size: clamp(16px, 1.5vw, 18px);
  }
}

/* Laptop/Desktop - 1024px */
@media (min-width: 1024px) and (max-width: 1439px) {
  .section-title {
    margin: 28px 0 16px;
  }

  .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .card {
    border-radius: 20px;
  }

  .card-body {
    padding: 18px;
  }
}

/* ------------------------------
   FAQ Accordion
--------------------------------*/
.faq {
  max-width: 860px;
  margin-inline: auto;
}
.accordion {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.08);
}
.accordion-item {
  border-bottom: 1px solid #e2e8f0;
}
.accordion-item:last-child {
  border-bottom: 0;
}

.accordion-button {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  background: #ffffff;
  border: 0;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.accordion-item.open .accordion-button {
  background: #fff6f7;
   color: #b10018;   /*  #b10018 */
}
.accordion-content {
  display: none;
  padding: 0 20px 18px;
  color: #64748b;
  line-height: 1.7;
}
.accordion-item.open .accordion-content {
  display: block;
}

/* ------------------------------
   Footer
--------------------------------*/
/* ------------------------------
   Footer
--------------------------------*/
footer {
  margin-top: 56px;
  background: radial-gradient(
      900px 220px at 10% -10%,
      rgba(214, 0, 28, 0.12),
      transparent 60%
    ),
    #0b1220;
  color: #cfd8e3;
  padding: 40px 0;
  border-top: 1px solid #1f2937;
}

/* Footer Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 36px 0;
}

.footer-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Footer Links */
footer a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none; /* Ensures no underline */
  transition: color 0.3s ease;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none; /* No underline on hover */
}

footer .input {
  /* background: #0f172a; */
  border-color: #1f2937;
  color: #cbd5e1;
  padding: 12px;
  /* border-radius: 4px; */
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
}

footer .input::placeholder {
  color: #94a3b8;
}

/* Footer Bottom Section */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #1f2937;
  color: #94a3b8;
  font-size: 14px;
  background: #0b1220;
}

/* Responsive Design */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-title {
    font-size: 18px;
  }

  footer .input {
    font-size: 14px;
  }
}

/* ------------------------------
   Floating Action Buttons
--------------------------------*/
.float-btn {
  position: fixed;
  right: 18px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(2, 6, 23, 0.2);
  color: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  will-change: transform;
}
.float-btn:hover {
  transform: translateY(-2px);
  filter: saturate(110%);
}
.float-btn.whatsapp {
  bottom: 92px;
  background: #25d366;
  z-index: 1;
}
.float-btn.call {
  bottom: 28px;
  background: #0ea5e9;
  z-index: 1;
}

/* ------------------------------
   Micro Animations
--------------------------------*/
.zoom-in {
  animation: zi 0.6s ease both;
}
.zoom-out {
  animation: zo 0.6s ease both;
}
@keyframes zi {
  from {
    transform: translateY(10px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes zo {
  from {
    transform: translateY(-8px) scale(1.02);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}

/* ------------------------------
   Responsive
--------------------------------*/
/* Large tablets & below */
@media (max-width: 1200px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets */
@media (max-width: 960px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 32px 0;
  }
  .banner .wrap {
    grid-template-columns: 1fr;
  }
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Mobile nav dropdown */
  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    right: 4%;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 14px;
    flex-direction: column;
    padding: 12px;
    width: min(260px, 92%);
    box-shadow: 0 18px 50px rgba(2, 6, 23, 0.18);
  }
  .nav-links a {
    padding: 12px;
    border-radius: 10px;
  }
  .hamburger {
    display: inline-block;
  }
}

/* Phones */
@media (max-width: 560px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .brand {
    font-size: 18px;
  }
  .btn {
    width: 100%;
    justify-content: center;
  }
  .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ------------------------------
   Optional helpers if you toggle mobile menu with JS:
   .nav-open on body -> show .nav-links
--------------------------------*/
body.nav-open .nav-links {
  display: flex;
}

/* ------------------------------
   Extras: subtle hover lift for links inside cards
--------------------------------*/
.card a {
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.card a:hover {
  color: #d6001c;
  text-shadow: 0 0 1px rgba(214, 0, 28, 0.15);
}
