/* ===== Unique Gas Stove Repair – Custom Styles ===== */
:root {
  --primary: #0d3b66;
  --primary-dark: #092a4a;
  --accent: #ff7a00;
  --accent-light: #ffc542;
  --light: #f7f9fc;
  --text: #2b2b2b;
  --muted: #6c757d;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  line-height: 1.7;
  background: #fff;
}

h1, h2, h3, h4, h5 { font-weight: 700; color: var(--primary); }

a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--primary); }

.section-padding { padding: 80px 0; }
.bg-light-custom { background: var(--light); }

.section-title { position: relative; margin-bottom: 50px; }
.section-title span {
  display: inline-block;
  color: var(--accent);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}
.section-title h2 { font-size: 2.2rem; margin-top: 8px; }
.section-title h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  margin: 14px auto 0;
}
.section-title.text-start h2::after { margin-left: 0; }

/* ----- Buttons ----- */
.btn-accent {
  background: var(--accent);
  border: 2px solid var(--accent);
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-accent:hover { background: transparent; color: var(--accent); }

.btn-outline-light-custom {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.btn-outline-light-custom:hover { background: #fff; color: var(--primary); }

/* ----- Top bar ----- */
.top-bar { background: var(--primary-dark); color: #fff; font-size: 0.875rem; }
.top-bar a { color: #fff; }
.top-bar a:hover { color: var(--accent-light); }

/* ----- Navbar ----- */
.navbar { background: #fff; box-shadow: 0 2px 15px rgba(0,0,0,0.06); padding: 12px 0; }
.navbar-brand img { height: 52px; width: auto; }
.navbar .nav-link {
  color: var(--primary);
  font-weight: 500;
  padding: 8px 16px !important;
  position: relative;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 2px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.navbar .nav-link:hover::after,
.navbar .nav-link.active::after { transform: scaleX(1); }
.navbar .nav-link.active { color: var(--accent); }
.navbar-toggler { border-color: var(--primary); }
.navbar-toggler:focus { box-shadow: 0 0 0 0.15rem rgba(13,59,102,0.3); }

/* ----- Hero ----- */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(9,42,74,0.92), rgba(13,59,102,0.75)),
    url("../images/gas-cooker-repair.jpg") center/cover no-repeat;
}
.hero h1 { color: #fff; font-size: 3rem; line-height: 1.2; }
.hero h1 span { color: var(--accent-light); }
.hero p.lead { color: rgba(255,255,255,0.9); }
.hero-badge {
  display: inline-block;
  background: rgba(255,122,0,0.2);
  border: 1px solid var(--accent);
  color: var(--accent-light);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.hero-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  color: var(--text);
}

/* ----- Page banner (inner pages) ----- */
.page-banner {
  background:
    linear-gradient(135deg, rgba(9,42,74,0.92), rgba(13,59,102,0.8)),
    url("../images/gas-cooker-repair.jpg") center/cover no-repeat;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}
.page-banner h1 { color: #fff; font-size: 2.8rem; }
.page-banner .breadcrumb { justify-content: center; margin: 0; }
.page-banner .breadcrumb a { color: var(--accent-light); }
.page-banner .breadcrumb-item.active { color: #fff; }
.page-banner .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.6); }

/* ----- Feature strip ----- */
.feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 28px 22px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s ease;
}
.feature-box:hover { transform: translateY(-6px); }
.feature-box i { font-size: 2.2rem; color: var(--accent); }

/* ----- Service cards ----- */
.service-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #eef1f5;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 18px 40px rgba(13,59,102,0.12);
}
.service-icon {
  width: 70px; height: 70px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--accent), var(--accent-light));
  color: #fff;
  font-size: 1.9rem;
  margin-bottom: 22px;
}
.service-card h4 { font-size: 1.25rem; }
.service-card ul { padding-left: 1.1rem; color: var(--muted); }

/* ----- Stats ----- */
.stats { background: var(--primary); color: #fff; }
.stat-item h3 { color: var(--accent-light); font-size: 2.6rem; margin-bottom: 0; }
.stat-item p { margin: 0; opacity: 0.85; }

/* ----- Steps ----- */
.step { text-align: center; padding: 20px; }
.step-number {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  border: 4px solid var(--accent-light);
}

/* ----- About ----- */
.about-img {
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
  width: 100%;
  object-fit: cover;
}
.about-experience {
  position: absolute;
  bottom: -20px; right: 20px;
  background: var(--accent);
  color: #fff;
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(255,122,0,0.4);
}
.about-experience h3 { color: #fff; margin: 0; font-size: 2rem; }
.about-experience small { font-weight: 600; letter-spacing: 1px; }
.check-list { list-style: none; padding: 0; }
.check-list li { padding: 6px 0; }
.check-list li i { color: var(--accent); margin-right: 10px; }

.value-card {
  border-left: 4px solid var(--accent);
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  height: 100%;
}

.team-card { text-align: center; }
.team-card img {
  width: 150px; height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.team-card h5 { margin-top: 18px; margin-bottom: 2px; }
.team-card span { color: var(--accent); font-size: 0.9rem; font-weight: 600; }

/* ----- Testimonials ----- */
.testimonial {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  height: 100%;
}
.testimonial .stars { color: var(--accent-light); }
.testimonial .author { font-weight: 600; color: var(--primary); }

/* ----- CTA ----- */
.cta {
  background: linear-gradient(135deg, var(--accent), #ff9a3c);
  color: #fff;
}
.cta h2 { color: #fff; }
.cta .btn { background: #fff; color: var(--accent); border-color: #fff; }
.cta .btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ----- Pricing ----- */
.price-card {
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px;
  border: 2px solid #eef1f5;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}
.price-card.featured { border-color: var(--accent); transform: scale(1.03); }
.price-card .price { font-size: 2.4rem; font-weight: 700; color: var(--primary); }
.price-card .price small { font-size: 1rem; color: var(--muted); font-weight: 400; }
.price-card ul { list-style: none; padding: 0; margin: 24px 0; }
.price-card ul li { padding: 8px 0; border-bottom: 1px dashed #eee; }
.price-card .badge-featured {
  background: var(--accent);
  color: #fff;
  border-radius: 50px;
  padding: 4px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}

/* ----- Contact ----- */
.contact-info-card {
  background: var(--primary);
  color: #fff;
  border-radius: 16px;
  padding: 36px;
  height: 100%;
}
.contact-info-card h4 { color: #fff; }
.contact-info-card a { color: var(--accent-light); }
.contact-info-item { display: flex; gap: 16px; margin-bottom: 24px; }
.contact-info-item i {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent-light);
  font-size: 1.3rem;
}
.contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.form-control, .form-select {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #dde3ea;
}
.form-control:focus, .form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.2rem rgba(255,122,0,0.15);
}
.map-wrapper { border-radius: 16px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.08); }
.map-wrapper iframe { width: 100%; height: 400px; border: 0; display: block; }

/* ----- FAQ ----- */
.accordion-button { font-weight: 600; color: var(--primary); }
.accordion-button:not(.collapsed) { background: rgba(255,122,0,0.08); color: var(--accent); box-shadow: none; }
.accordion-button:focus { box-shadow: none; border-color: var(--accent); }

/* ----- Footer ----- */
.footer { background: var(--primary-dark); color: rgba(255,255,255,0.8); }
.footer h5 { color: #fff; margin-bottom: 20px; }
.footer a { color: rgba(255,255,255,0.8); }
.footer a:hover { color: var(--accent-light); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 5px 0; }
.footer-logo { height: 56px; filter: brightness(0) invert(1); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.875rem; }
.social-links a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  margin-right: 8px;
  transition: all 0.3s ease;
}
.social-links a:hover { background: var(--accent); color: #fff; }

/* ----- Back to top ----- */
#backToTop {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  border: none;
  display: none;
  align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(255,122,0,0.4);
  z-index: 999;
}
#backToTop.show { display: flex; }

/* ----- Responsive ----- */
@media (max-width: 991.98px) {
  .hero { min-height: auto; padding: 90px 0; }
  .hero h1 { font-size: 2.4rem; }
  .navbar .nav-link::after { display: none; }
  .navbar-collapse { padding-top: 10px; }
  .price-card.featured { transform: none; }
  .about-experience { right: 10px; bottom: -15px; padding: 14px 18px; }
}

@media (max-width: 575.98px) {
  .section-padding { padding: 55px 0; }
  .hero h1 { font-size: 1.9rem; }
  .section-title h2 { font-size: 1.7rem; }
  .page-banner { padding: 60px 0; }
  .page-banner h1 { font-size: 2rem; }
  .navbar-brand img { height: 42px; }
  .contact-form, .contact-info-card { padding: 24px; }
  .stat-item h3 { font-size: 2rem; }
}
