/* ============================================
   SS PACKERS AND MOVERS - MAIN STYLESHEET
   ============================================ */

:root {
  --navy: #0a1744;
  --navy-2: #0d1f5c;
  --navy-light: #142a6b;
  --gold: #f7a927;
  --gold-dark: #e69500;
  --red: #e2231a;
  --white: #ffffff;
  --gray-bg: #f7f8fb;
  --gray-border: #e7e9f2;
  --text-dark: #1c2333;
  --text-muted: #6b7280;
  --radius: 12px;
  --shadow-soft: 0 10px 30px rgba(10, 23, 68, 0.08);
  --shadow-card: 0 8px 24px rgba(10, 23, 68, 0.10);
}

* { box-sizing: border-box; }

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: var(--text-dark);
  background-color: var(--white);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .font-heading {
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: var(--navy);
}

a { text-decoration: none; }

.section-pad { padding: 70px 0; }
@media (max-width: 767px) {
  .section-pad { padding: 45px 0; }
}

.bg-gray { background-color: var(--gray-bg); }
.text-gold { color: var(--gold) !important; }
.text-red { color: var(--red) !important; }
.text-navy { color: var(--navy) !important; }

/* ---------- Section Eyebrow / Heading ---------- */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-dark);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-eyebrow::before,
.section-eyebrow::after {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--gold);
  display: inline-block;
}
.section-heading-wrap { text-align: center; margin-bottom: 40px; }
.section-heading-wrap h2 { font-size: 2rem; margin-bottom: 8px; }
.section-heading-wrap p { color: var(--text-muted); max-width: 650px; margin: 0 auto; }

/* ============================================
   TOP UTILITY BAR + NAVBAR
   ============================================ */
.top-contact-bar {
  background: var(--navy);
}

.navbar-brand-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand-wrap img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.brand-text {
  line-height: 1.1;
}
.brand-text .brand-main {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--navy);
}
.brand-text .brand-sub {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: var(--gold-dark);
  font-weight: 600;
}

.main-navbar {
  padding: 10px 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
}
.main-navbar .nav-link {
  color: var(--navy) !important;
  font-weight: 600;
  padding: 8px 16px !important;
  position: relative;
}
.main-navbar .nav-link.active,
.main-navbar .nav-link:hover {
  color: var(--gold-dark) !important;
}
.main-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 2px;
  height: 2px;
  background: var(--gold);
}

.navbar-contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: var(--navy);
  font-size: 0.9rem;
}
.navbar-contact .icon-circle {
  background: var(--gold);
  color: var(--navy);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
}
.btn-whatsapp:hover { background: #1ebc59; color: #fff; }

.btn-call {
  background: var(--gold);
  color: var(--navy);
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
}
.btn-call:hover { background: var(--gold-dark); color: var(--navy); }

/* ============================================
   HERO SECTIONS
   ============================================ */
.hero-section {
  background: linear-gradient(120deg, var(--navy) 55%, var(--navy-2) 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(247,169,39,0.15), transparent 55%);
}
.hero-text-eyebrow {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.hero-section h1, .hero-section h2 {
  color: var(--white);
  font-size: 2.6rem;
  line-height: 1.25;
}
.hero-section .highlight-red { color: var(--red); }
.hero-section p.lead-text {
  color: #cfd6ec;
  font-size: 1.02rem;
  max-width: 480px;
}
.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 25px;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e7ebfa;
  font-size: 0.82rem;
  font-weight: 600;
}
.hero-badge i {
  color: var(--gold);
  font-size: 1.3rem;
}

/* Image placeholder blocks (for future user images) */
.img-placeholder {
  border: 2px dashed rgba(247,169,39,0.55);
  background: rgba(255,255,255,0.04);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #cfd6ec;
  padding: 20px;
  width: 100%;
}
.img-placeholder i {
  font-size: 2.4rem;
  color: var(--gold);
  margin-bottom: 10px;
}
.img-placeholder .ph-size {
  font-weight: 700;
  color: var(--white);
  font-size: 0.85rem;
  margin-top: 4px;
}
.img-placeholder .ph-desc {
  font-size: 0.78rem;
  color: #b7c0e0;
  margin-top: 2px;
}
.hero-image-placeholder { height: 380px; }
@media (max-width: 991px) { .hero-image-placeholder { height: 260px; margin-top: 30px; } }

/* Light variant of placeholder (for use on white backgrounds) */
.img-placeholder.light {
  border-color: rgba(10,23,68,0.25);
  background: var(--gray-bg);
  color: var(--text-muted);
}
.img-placeholder.light i { color: var(--navy-light); }
.img-placeholder.light .ph-size { color: var(--navy); }
.img-placeholder.light .ph-desc { color: var(--text-muted); }

.btn-outline-badge {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.35);
  color: var(--white);
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
}

/* small page hero (About/Services/Contact) */
.page-hero { padding: 55px 0; }
.page-hero-icons {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.page-hero-icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dfe4f7;
}
.page-hero-icon-item .circle {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(247,169,39,0.15);
  border: 1px solid rgba(247,169,39,0.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.page-hero-icon-item .label { font-size: 0.8rem; font-weight: 600; line-height: 1.2; }

/* ============================================
   SERVICE CARDS (3D icon style placeholders)
   ============================================ */
.service-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--gray-border);
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(10,23,68,0.15);
}
.service-card-media {
  height: 190px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-media .icon-3d {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--gold), var(--gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(0,0,0,0.35), inset 0 -4px 0 rgba(0,0,0,0.15);
}
.service-card-media .badge-corner {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.15rem;
  backdrop-filter: blur(3px);
}
.service-card-media .ph-caption {
  position: absolute;
  bottom: 10px;
  left: 14px;
  right: 14px;
  font-size: 0.68rem;
  color: #c7cff0;
  text-align: center;
}
.service-card-body { padding: 22px; }
.service-card-body h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.service-card-body p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 12px;
}
.service-check-list { list-style: none; padding: 0; margin: 0; }
.service-check-list li {
  font-size: 0.85rem;
  color: var(--text-dark);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 6px;
}
.service-check-list li i { color: var(--gold-dark); margin-top: 3px; }

/* Additional services strip */
.addon-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 20px 14px;
  text-align: center;
  height: 100%;
  transition: all .2s ease;
}
.addon-card:hover { border-color: var(--gold); box-shadow: var(--shadow-card); }
.addon-card .icon-wrap {
  width: 56px; height: 56px;
  margin: 0 auto 12px;
  background: var(--navy);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  font-size: 1.5rem;
}
.addon-card span { font-size: 0.85rem; font-weight: 600; color: var(--navy); }

/* We Serve icons */
.serve-item { text-align: center; }
.serve-item .icon-wrap {
  width: 64px; height: 64px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: var(--gray-bg);
  border: 2px solid var(--gray-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-size: 1.6rem;
  transition: all .2s ease;
}
.serve-item:hover .icon-wrap { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.serve-item span { display: block; font-weight: 700; font-size: 0.78rem; color: var(--navy); letter-spacing: .5px; }

/* Map / Trust section */
.trust-panel {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 40px;
  color: var(--white);
}
.trust-panel h3 { color: var(--gold); font-size: 1rem; letter-spacing: 1px; text-transform: uppercase; }
.trust-list { list-style: none; padding: 0; margin: 0; }
.trust-list li {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 0; font-size: 0.92rem;
}
.trust-list li i { color: var(--gold); }
.india-map-placeholder {
  height: 220px;
  border: 2px dashed rgba(247,169,39,0.5);
  border-radius: var(--radius);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #c7cff0;
  background: rgba(255,255,255,0.03);
}
.india-map-placeholder i { font-size: 2.2rem; color: var(--gold); margin-bottom: 8px; }

/* CTA banner */
.cta-banner {
  background: var(--gray-bg);
  border-radius: var(--radius);
  padding: 26px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cta-banner .cta-icon {
  width: 56px; height: 56px;
  background: var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--navy);
  font-size: 1.5rem;
  flex-shrink: 0;
}
.cta-left { display: flex; align-items: center; gap: 18px; }
.cta-left h4 { margin-bottom: 2px; font-size: 1.15rem; }
.cta-left p { margin: 0; color: var(--text-muted); font-size: 0.9rem; }
.cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

/* Stats */
.stats-strip {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 40px 20px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(247,169,39,0.18), transparent 60%);
}
.stat-item { text-align: center; position: relative; }
.stat-item .num {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 2.3rem;
  color: var(--gold);
}
.stat-item .lbl { color: #cfd6ec; font-size: 0.85rem; font-weight: 600; }
.stat-item i { font-size: 1.6rem; color: var(--gold); margin-bottom: 8px; display: block; }

/* Testimonial card */
.testimonial-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--white);
}
.testimonial-card .stars { color: var(--gold); margin-bottom: 10px; }
.testimonial-card .quote { font-style: italic; color: #dbe0f5; font-size: 0.95rem; }
.testimonial-card .author { margin-top: 14px; font-weight: 700; color: var(--gold); font-size: 0.9rem; }

/* Why choose / values grid */
.value-card {
  text-align: center;
  padding: 24px 14px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--gray-border);
  height: 100%;
}
.value-card .icon-wrap {
  width: 60px; height: 60px;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--navy), var(--navy-light));
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.value-card h4 { font-size: 1rem; margin-bottom: 6px; }
.value-card p { font-size: 0.85rem; color: var(--text-muted); margin: 0; }

.mission-vision-panel {
  background: var(--navy);
  border-radius: var(--radius);
  color: var(--white);
  padding: 34px;
}
.mv-icon {
  width: 50px; height: 50px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.mission-vision-panel h5 { color: var(--gold); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; }
.mission-vision-panel p { color: #d7defa; font-size: 0.92rem; margin: 0; }

/* Work process */
.process-step { text-align: center; position: relative; }
.process-step .step-circle {
  width: 68px; height: 68px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.5rem;
  color: var(--navy);
  position: relative;
  z-index: 2;
}
.process-step .step-num {
  position: absolute;
  top: -6px; right: -6px;
  background: var(--navy);
  color: var(--gold);
  width: 24px; height: 24px;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.process-step h6 { font-size: 0.9rem; margin-bottom: 4px; }
.process-step p { font-size: 0.8rem; color: var(--text-muted); }
.process-arrow {
  color: var(--gold);
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 68px;
}
@media (max-width: 767px) { .process-arrow { transform: rotate(90deg); height: auto; margin: 6px 0; } }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--gray-border);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow-card);
}
.contact-form-card .form-control,
.contact-form-card .form-select {
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid var(--gray-border);
  background: var(--gray-bg);
}
.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(247,169,39,0.25);
  background: var(--white);
}
.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-border);
}
.contact-info-item:last-child { border-bottom: none; }
.contact-info-item .icon-circle-lg {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.contact-info-item.whatsapp .icon-circle-lg { background: #25D366; color: #fff; }
.contact-info-item h6 { margin-bottom: 4px; font-size: 0.95rem; }
.contact-info-item p { margin: 0; font-size: 0.88rem; color: var(--text-muted); }
.contact-info-item .value { color: var(--text-dark); font-weight: 600; }

.map-placeholder {
  height: 320px;
  border-radius: var(--radius);
  border: 2px dashed rgba(10,23,68,0.25);
  background: var(--gray-bg);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--text-muted);
}
.map-placeholder i { font-size: 2.4rem; color: var(--navy); margin-bottom: 10px; }

/* ============================================
   FOOTER
   ============================================ */
footer.site-footer {
  background: var(--navy);
  color: #cfd6ec;
  padding-top: 55px;
}
footer.site-footer h5 {
  color: var(--gold);
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 700;
}
footer.site-footer .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
footer.site-footer .footer-logo img { height: 46px; width: 46px; border-radius: 8px; object-fit: contain; }
footer.site-footer .footer-logo .fname { font-family: 'Poppins',sans-serif; font-weight: 800; color: var(--white); font-size: 1.05rem; }
footer.site-footer p.small-desc { font-size: 0.85rem; color: #b6bedd; line-height: 1.6; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; }
footer.site-footer ul li { margin-bottom: 10px; }
footer.site-footer ul li a {
  color: #cfd6ec; font-size: 0.88rem;
  display: flex; align-items: center; gap: 8px;
}
footer.site-footer ul li a:hover { color: var(--gold); }
footer.site-footer ul li a i { color: var(--gold); font-size: 0.8rem; }
.footer-social {
  display: flex; gap: 10px; margin-top: 18px;
}
.footer-social a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
}
.footer-social a:hover { background: var(--gold); color: var(--navy); }
.footer-bottom {
  background: var(--gold);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 14px 0;
  margin-top: 40px;
}

/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 8px 22px rgba(0,0,0,0.3);
  z-index: 999;
  animation: pulse-wa 2.2s infinite;
}
@keyframes pulse-wa {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 0 0 14px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

@media (max-width: 767px) {
  .hero-section h1, .hero-section h2 { font-size: 1.9rem; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
  .cta-buttons { width: 100%; }
  .cta-buttons .btn { flex: 1; }
}
