/* =========================
   TRUSTCARE — STYLE.CSS
   Production-ready, responsive
   ========================= */

/* VARIABLES */
:root{
  --blue: #0d6efd;
  --deep: #0a58ca;
  --green: #25d366;
  --dark: #222;
  --muted: #6b7280;
  --radius: 12px;
}

/* RESET */
*{ margin:0; padding:0; box-sizing:border-box; }
html{ font-size:16px; scroll-behavior:smooth; }
body{ font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; color:#222; line-height:1.5; -webkit-font-smoothing:antialiased; }

/* LAYOUT CONTAINER (used throughout) */
.container{ max-width:1200px; margin:0 auto; padding:0 20px; }

/* HEADER */
.header{ width:100%; background:#fff; border-bottom:1px solid rgba(0,0,0,0.06); position:sticky; top:0; z-index:60; backdrop-filter: blur(4px); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; max-width:1400px; margin:0 auto; padding:8px 20px; height:64px; }
.logo img{ height:56px; width:auto; display:block; }

.nav{ display:flex; gap:22px; align-items:center; }
.nav a{ color:var(--dark); text-decoration:none; font-weight:600; font-size:0.95rem; padding:8px 6px; white-space:nowrap; border-radius:6px; }
.nav a:hover, .nav a.active{ color:var(--blue); background:rgba(13,110,253,0.05); }

/* mobile nav toggle */
.nav-toggle{ display:none; background:none; border:0; cursor:pointer; width:40px; height:40px; align-items:center; justify-content:center; }
.nav-toggle span{ display:block; height:2px; width:20px; background:#111; margin:4px 0; border-radius:2px; transition:0.2s; }

/* NAV open on small */
.nav.open{ position:fixed; left:0; right:0; top:64px; background:#fff; padding:16px 20px; display:flex; flex-direction:column; gap:10px; box-shadow:0 10px 30px rgba(0,0,0,0.06); }

/* HERO */
.hero{ background: linear-gradient(90deg, rgba(13,110,253,0.88), rgba(10,88,202,0.82)), url("../images/hero.jpg") center/cover no-repeat; color:#fff; padding:60px 0; }
.hero-inner{ display:flex; gap:40px; align-items:center; min-height:64vh; }
.hero-left{ flex:1; max-width:700px; }
.hero-right img {
  max-width: 420px;      /* CONTROL SIZE */
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  opacity: 0.15;
}

.hero h1{ font-size:clamp(1.8rem,4.8vw,3.4rem); line-height:1.05; margin-bottom:18px; font-weight:700; }
.hero .accent{ color:#fff; display:inline-block; }
.lead{ font-size:clamp(1rem,2.3vw,1.125rem); margin-bottom:22px; color:rgba(255,255,255,0.92); }

/* CTA buttons */
.btn{ display:inline-block; text-decoration:none; padding:12px 20px; border-radius:8px; font-weight:700; }
.btn.primary{ background:var(--green); color:#fff; box-shadow:0 8px 20px rgba(37,211,102,0.12); }
.btn.ghost{ background:rgba(255,255,255,0.08); color:#fff; margin-left:12px; border:1px solid rgba(255,255,255,0.06); }
.btn.outline{ border:2px solid var(--blue); color:var(--blue); background:transparent; padding:10px 18px; }

/* trust list under hero */
.trust-list{ list-style:none; display:flex; gap:18px; margin-top:22px; }
.trust-list li{ color:rgba(255,255,255,0.95); font-weight:600; font-size:0.95rem; display:flex; flex-direction:column; }
.trust-list li span{ font-weight:400; color:rgba(255,255,255,0.85); font-size:0.9rem; margin-top:4px; }

/* STATS */
.stats{ display:flex; gap:20px; justify-content:space-between; max-width:900px; margin:18px auto; padding:8px 20px; }
.stat{ background:#fff; flex:1; text-align:center; padding:18px 12px; border-radius:10px; box-shadow:0 8px 20px rgba(15,23,42,0.04);}
.stat .num{ font-size:1.6rem; color:var(--blue); font-weight:800; }
.stat .label{ color:var(--muted); font-weight:600; margin-top:6px; }

/* SERVICES 3 cards */
.section-title{ text-align:center; color:var(--blue); font-size:clamp(1.4rem,3vw,2rem); margin:8px 0 28px; }

.service-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:8px; }
.service-card{ background:#fff; padding:28px; border-radius:14px; text-align:left; box-shadow:0 12px 35px rgba(15,23,42,0.06); display:flex; flex-direction:column; gap:12px; transition:transform .28s ease, box-shadow .28s ease; min-height:240px; }
.service-card:hover{ transform:translateY(-8px); box-shadow:0 22px 60px rgba(15,23,42,0.09); }
.service-icon img{ width:56px; height:56px; object-fit:contain; margin-bottom:6px; display:block; }
.service-card h3{ color:var(--dark); font-size:1.05rem; margin-top:6px; }
.service-card p{ color:#555; flex:1; }

/* center CTA under services */
.cta-center{ text-align:center; margin-top:28px; }

/* WHY */
.why{ padding:40px 0; }
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:22px; }
.why-item{ background:#fff; padding:20px; border-radius:12px; text-align:center; box-shadow:0 10px 30px rgba(2,6,23,0.04); }
.why-svg{ width:40px; height:40px; color:var(--blue); margin-bottom:10px; }

/* TESTIMONIAL */
.testimonials{ padding:26px 0; text-align:center; }
.testimonial{ background:#fff; padding:22px; border-radius:10px; max-width:800px; margin:10px auto; box-shadow:0 8px 30px rgba(2,6,23,0.04); }
.quote{ font-style:italic; color:#333; margin-bottom:10px; }
.by{ color:var(--muted); font-weight:700; }

/* CTA – PREMIUM */
.cta {
  background: linear-gradient(135deg, #0d6efd, #084298);
  padding: 5rem 20px;
}

.cta-box {
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.cta-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 12px;
}

.cta-box p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
}

.btn-outline:hover {
  background: #fff;
  color: #0d6efd;
}


/* FOOTER – PROFESSIONAL */
.footer {
  background: #0b1220;
  color: #cfd6e1;
  padding: 3.5rem 20px 1.5rem;
}

.footer-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-left {
  max-width: 420px;
}

.footer-left img {
  height: 42px;
  margin-bottom: 12px;
}

.footer-left p {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
}

.footer-right p {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.footer-right a {
  color: #cfd6e1;
  text-decoration: none;
}

.footer-right a:hover {
  color: #0d6efd;
}

.footer-bottom {
  margin-top: 35px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .footer-left {
    margin: auto;
  }
}


/* ANIMATION - fade up */
.fade-up{ opacity:0; transform:translateY(16px); transition:all .7s cubic-bezier(.2,.9,.3,1); }
.fade-up.show{ opacity:1; transform:none; }

/* RESPONSIVE */
@media (max-width:1100px){
  .service-grid{ grid-template-columns:repeat(2,1fr); }
  .why-grid{ grid-template-columns:repeat(2,1fr); }
  .hero-inner{ flex-direction:column-reverse; padding:36px 0; min-height:60vh; }
  .hero-right{ width:100%; }
}

@media (max-width:768px){
  .header-inner{ padding:8px 14px; height:64px; }
  .logo img{ height:46px; }           /* logo a little smaller on phones */
  .nav{ display:none; }
  .nav-toggle{ display:flex; }
  .nav.open{ position:fixed; top:64px; left:0; right:0; z-index:90; }
  .service-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:1fr; }
  .hero h1{ font-size:1.6rem; }
  .lead{ font-size:0.98rem; }
  .stats{ flex-direction:column; gap:10px; }
  .footer-inner{ flex-direction:column; gap:8px; text-align:center; }
}

/* small desktop tweak for header logo size increase (user requested big logo) */
@media(min-width:1200px){
  .logo img{ height:72px; } /* big logo on wide screens — you asked */
}
/* ===== ALL SERVICES GRID (FIXED) ===== */

.services-all {
  padding: 4rem 0;
}

.services-grid-full {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

/* Individual service card */
.service-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* SERVICE IMAGE — THIS FIXES BIG IMAGE ISSUE */
.service-box img {
  width: 100%;
  height: 160px;          /* 👈 image height FIXED */
  object-fit: cover;      /* 👈 image crop ho jayegi, stretch nahi */
  border-radius: 10px;
  margin-bottom: 14px;
  display: block;
}

/* Title */
.service-box h3 {
  font-size: 1.05rem;
  color: #0d6efd;
  margin-bottom: 8px;
}

/* Text */
.service-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 600px) {
  .service-box img {
    height: 140px;
  }
}
/* ================================
   SERVICES PAGE – IMAGE SIZE FIX
   ================================ */

.services-page {
  padding: 4rem 0;
}

.service-category {
  margin-bottom: 4rem;
}

.service-category h2 {
  font-size: 1.6rem;
  color: #0d6efd;
  margin-bottom: 25px;
  border-left: 4px solid #0d6efd;
  padding-left: 12px;
}

/* GRID */
.service-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

/* CARD */
.service-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden; /* IMPORTANT */
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

/* IMAGE — MAIN FIX */
.service-card img {
  width: 100%;
  height: 180px;          /* <<< FIXED HEIGHT */
  object-fit: cover;     /* <<< IMAGE CROP, NOT STRETCH */
  display: block;
}

/* CONTENT */
.service-card div {
  padding: 20px;
}

.service-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #0d6efd;
}

.service-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .service-card img {
    height: 160px;
  }
}
/* SERVICES PAGE – CLEAN & PROFESSIONAL */

.services-hero {
  background: #f8fafc;
  padding: 3.5rem 20px;
  text-align: center;
}

.services-hero h1 {
  font-size: 2.2rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

.services-hero p {
  max-width: 720px;
  margin: auto;
  color: #555;
  font-size: 1rem;
}

.services-section {
  padding: 4rem 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.service-card-pro {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.service-card-pro img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.service-card-pro h3 {
  color: #0d6efd;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.service-card-pro p {
  font-size: 0.95rem;
  color: #555;
  flex-grow: 1;
}

.btn-whatsapp {
  margin-top: 14px;
  background: #25d366;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}
/* ===== CTA FIXED & CLEAN ===== */
.cta {
  background: linear-gradient(135deg, #0d6efd, #084298);
  padding: 5rem 20px;
  margin-bottom: 0;   /* important */
}

.cta-box {
  max-width: 900px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.cta-box h2 {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 12px;
}

.cta-box p {
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 30px;
}

/* Buttons row */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* WhatsApp button */
.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37,211,102,0.35);
}

/* Contact Us — SAME SIZE & FEEL */
.btn-contact {
  background: #ffffff;
  color: #0d6efd;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.btn-contact:hover {
  background: #f1f5f9;
}
/* =====================
   ABOUT PAGE
===================== */

.about-hero {
  background: #f8fafc;
  padding: 3.5rem 20px;
  text-align: center;
}

.about-hero h1 {
  color: #0d6efd;
  font-size: 2.3rem;
  margin-bottom: 10px;
}

.about-hero p {
  max-width: 720px;
  margin: auto;
  color: #555;
}

/* Sections */
.about-section {
  padding: 4rem 0;
}

.about-section.light {
  background: #f9fafb;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-grid h2,
.about-section h2 {
  color: #0d6efd;
  margin-bottom: 14px;
}

.about-grid p {
  color: #444;
  margin-bottom: 10px;
  line-height: 1.7;
}

.about-img img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 14px;
}

/* List */
.about-list {
  list-style: none;
  padding-left: 0;
}

.about-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.95rem;
  color: #444;
}

/* Cards */
.about-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 25px;
}

.about-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.about-card h4 {
  color: #0d6efd;
  margin-bottom: 8px;
}

/* Values */
.values-text {
  font-weight: 600;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}

/* CTA */
.about-cta {
  background: linear-gradient(135deg, #0d6efd, #084298);
  padding: 4rem 20px;
  text-align: center;
  color: #fff;
}

.about-cta p {
  margin-bottom: 20px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-cards {
    grid-template-columns: 1fr;
  }
}
/* =========================
   CONTACT PAGE
   ========================= */

.contact-hero {
  background: #f8fafc;
  padding: 4rem 20px;
  text-align: center;
}

.contact-hero h1 {
  font-size: 2.3rem;
  color: #0d6efd;
  margin-bottom: 10px;
}

.contact-hero p {
  max-width: 700px;
  margin: auto;
  color: #555;
}

.contact-section {
  padding: 4rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

/* LEFT INFO */
.contact-info h2 {
  margin-bottom: 12px;
  color: #0d6efd;
}

.contact-info p {
  color: #555;
  margin-bottom: 22px;
}

.contact-item {
  margin-bottom: 14px;
}

.contact-item a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
}

/* WHATSAPP BIG BUTTON */
.btn-whatsapp.big {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  background: #25d366;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

/* FORM */
.contact-form {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.contact-form h2 {
  margin-bottom: 18px;
  color: #0d6efd;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: inherit;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== HEADER BRAND FIX ===== */

.header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  max-width: 1400px;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* BRAND (Logo + Name) */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand img {
  height: 46px;
  width: auto;
}

.brand-text {
  font-size: 1.05rem;
  font-weight: 600;
  color: #0d6efd;
  white-space: nowrap;
}

.brand-text strong {
  font-weight: 700;
}

/* NAV */
.nav {
  display: flex;
  gap: 22px;
  align-items: center;
}

.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
  padding: 6px 8px;
  border-radius: 6px;
}

.nav a:hover,
.nav a.active {
  color: #0d6efd;
  background: rgba(13,110,253,0.08);
}

/* MOBILE */
.nav-toggle {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .brand-text {
    font-size: 0.95rem;
  }

  .nav {
    display: none;
  }

  .nav-toggle {
    display: block;
    background: none;
    border: none;
  }
}
.booking-box label {
  font-size: 0.95rem;
}

.booking-box input,
.booking-box select,
.booking-box textarea {
  font-size: 1rem;
}

.booking-box h1 {
  font-size: 2.4rem;
}

.booking-box p {
  font-size: 1.1rem;
}
/* FLOATING WHATSAPP ICON */
.whatsapp-float{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25d366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}


.whatsapp-float:hover{
  transform: scale(1.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.whatsapp-float svg{
  display: block;
}

/* Mobile spacing */
@media (max-width: 768px){
  .whatsapp-float{
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }
}
/* =========================
   HEADER BRAND IMPROVEMENT
   ========================= */

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* LOGO SIZE INCREASE */
.brand img {
  height: 64px;          /* desktop logo size */
  width: auto;
}

/* BRAND TEXT */
.brand-text {
  font-size: 1.25rem;    /* text bada */
  font-weight: 700;      /* bold */
  color: #0d6efd;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

/* STRONG EMPHASIS ON HEALTH SERVICES */
.brand-text strong {
  font-weight: 800;
  color: #0a58ca;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 768px) {
  .brand img {
    height: 52px;
  }

  .brand-text {
    font-size: 1.05rem;
  }
}
/* HERO POSITION FIX – CHAT ON WHATSAPP */
.hero {
  position: relative; /* IMPORTANT */
}

.whatsapp-hero-btn {
  position: absolute;
  right: 60px;        /* right side */
  bottom: 90px;       /* thoda niche */
  
  background: #25d366;
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 5;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .whatsapp-hero-btn {
    right: 20px;
    bottom: 30px;
    font-size: 0.95rem;
    padding: 12px 20px;
  }
}
