/* ===== SK Gas Stove Repair – Custom Styles ===== */
:root {
  --teal: #0f766e;
  --teal-mid: #14b8a6;
  --teal-soft: #ccfbf1;
  --coral: #f97362;
  --coral-soft: #ffe4e0;
  --amber: #fbbf24;
  --ink: #0f2e2b;
  --body: #4b5f5d;
  --bg: #f0fdfa;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 12px 40px rgba(15, 118, 110, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
  padding-bottom: 0;
}
h1, h2, h3, h4, h5 { color: var(--ink); font-weight: 800; letter-spacing: -0.3px; }
a { color: var(--teal); text-decoration: none; }
a:hover { color: var(--coral); }

.section { padding: 96px 0; }
.bg-soft { background: var(--bg); }
.bg-dark-teal { background: var(--ink); color: rgba(255,255,255,0.8); }
.bg-dark-teal h2, .bg-dark-teal h3, .bg-dark-teal h4, .bg-dark-teal h5 { color: #fff; }

.chip {
  display: inline-block;
  background: var(--teal-soft);
  color: var(--teal);
  font-weight: 800;
  font-size: 0.8rem;
  padding: 6px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.chip.coral { background: var(--coral-soft); color: var(--coral); }
.title { font-size: 2.6rem; line-height: 1.15; margin: 16px 0 12px; }
.title .hl {
  background: linear-gradient(120deg, var(--coral-soft) 0%, var(--coral-soft) 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 85%;
}
.lead-text { font-size: 1.1rem; max-width: 620px; }

/* ----- Buttons ----- */
.btn-pill {
  border-radius: 100px;
  padding: 14px 30px;
  font-weight: 800;
  border: none;
  transition: all 0.25s ease;
}
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--ink); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(15,118,110,0.3); }
.btn-coral { background: var(--coral); color: #fff; }
.btn-coral:hover { background: #e4584a; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(249,115,98,0.35); }
.btn-soft { background: var(--teal-soft); color: var(--teal); }
.btn-soft:hover { background: var(--teal); color: #fff; }
.btn-white { background: #fff; color: var(--teal); }
.btn-white:hover { background: var(--ink); color: #fff; }

/* ----- Navbar (floating pill) ----- */
.nav-wrap { position: sticky; top: 0; z-index: 1020; padding: 14px 0; background: rgba(255,255,255,0.85); backdrop-filter: blur(12px); }
.nav-pill {
  background: #fff;
  border-radius: 100px;
  box-shadow: var(--shadow);
  padding: 10px 14px 10px 22px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-pill .brand img { height: 46px; width: auto; display: block; }
.nav-links { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: block;
  padding: 10px 18px;
  border-radius: 100px;
  color: var(--ink);
  font-weight: 700;
  transition: all 0.25s;
}
.nav-links a:hover { background: var(--bg); color: var(--teal); }
.nav-links a.active { background: var(--teal); color: #fff; }
.nav-cta { display: flex; align-items: center; gap: 10px; }
.nav-cta .phone { font-weight: 800; color: var(--ink); }
.nav-cta .phone i { color: var(--coral); margin-right: 6px; }
.menu-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: var(--bg);
  color: var(--teal);
  font-size: 1.3rem;
  display: none; align-items: center; justify-content: center;
}
.offcanvas { background: var(--ink); color: #fff; }
.offcanvas .btn-close { filter: invert(1); }
.offcanvas .nav-links { flex-direction: column; gap: 6px; }
.offcanvas .nav-links a { color: rgba(255,255,255,0.85); font-size: 1.15rem; padding: 14px 20px; }
.offcanvas .nav-links a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.offcanvas .nav-links a.active { background: var(--teal-mid); color: #fff; }

/* ----- Hero (centered w/ floating cards) ----- */
.hero {
  position: relative;
  padding: 80px 0 120px;
  background: radial-gradient(ellipse at top, var(--bg) 0%, #fff 70%);
  overflow: hidden;
}
.hero .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  z-index: 0;
}
.hero .blob.one { width: 420px; height: 420px; background: var(--teal-soft); top: -120px; left: -120px; }
.hero .blob.two { width: 360px; height: 360px; background: var(--coral-soft); bottom: -100px; right: -80px; }
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: 3.6rem; line-height: 1.1; }
.hero h1 .hl { color: var(--teal); }
.hero .rating { display: inline-flex; align-items: center; gap: 10px; background: #fff; border-radius: 100px; padding: 8px 18px 8px 10px; box-shadow: var(--shadow); font-weight: 700; color: var(--ink); }
.hero .rating .faces { display: flex; }
.hero .rating .faces img { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-right: -8px; }
.hero .rating .stars { color: var(--amber); }
.hero-visual { position: relative; margin-top: 60px; }
.hero-visual .main-img {
  width: 100%;
  max-width: 900px;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
  margin: 0 auto;
}
.float-card {
  position: absolute;
  background: #fff;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
  font-weight: 700;
  color: var(--ink);
  animation: floaty 4s ease-in-out infinite;
}
.float-card i {
  width: 42px; height: 42px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.float-card small { display: block; font-weight: 600; color: var(--body); font-size: 0.8rem; }
.float-card.a { top: 30px; left: 4%; }
.float-card.a i { background: var(--teal-soft); color: var(--teal); }
.float-card.b { bottom: 40px; right: 4%; animation-delay: 1.5s; }
.float-card.b i { background: var(--coral-soft); color: var(--coral); }
.float-card.c { top: 45%; right: 2%; animation-delay: 0.8s; }
.float-card.c i { background: #fef3c7; color: #d97706; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ----- Marquee ----- */
.marquee { overflow: hidden; background: var(--teal); color: #fff; padding: 14px 0; }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; animation: scroll 28s linear infinite; font-weight: 800; letter-spacing: 1px; }
.marquee-track span i { color: var(--amber); margin-right: 10px; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ----- Page hero (inner) ----- */
.page-hero { padding: 70px 0 60px; background: radial-gradient(ellipse at top, var(--bg) 0%, #fff 75%); text-align: center; }
.page-hero h1 { font-size: 3rem; }
.page-hero p { max-width: 640px; margin: 12px auto 0; font-size: 1.05rem; }

/* ----- Bento cards ----- */
.bento {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 34px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.bento:hover { border-color: var(--teal-mid); background: #fff; box-shadow: var(--shadow); }
.bento .ic {
  width: 62px; height: 62px;
  border-radius: 18px;
  background: #fff;
  color: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 6px 18px rgba(15,118,110,0.12);
  margin-bottom: 20px;
}
.bento:hover .ic { background: var(--teal); color: #fff; }
.bento h5 { font-size: 1.2rem; }
.bento p { margin: 0; }
.bento.dark { background: var(--ink); color: rgba(255,255,255,0.8); }
.bento.dark h5, .bento.dark h3 { color: #fff; }
.bento.dark:hover { background: var(--teal); border-color: var(--teal); }
.bento.coral { background: var(--coral); color: #fff; }
.bento.coral h5, .bento.coral h3 { color: #fff; }
.bento.coral:hover { background: #e4584a; border-color: #e4584a; }
.bento .big { font-size: 3rem; font-weight: 900; line-height: 1; }

/* ----- Service cards (image top) ----- */
.svc {
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  height: 100%;
  transition: transform 0.3s ease;
}
.svc:hover { transform: translateY(-8px); }
.svc .top {
  height: 140px;
  background: linear-gradient(135deg, var(--teal-mid), var(--teal));
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-size: 3rem;
  position: relative;
}
.svc .top::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.25), transparent 50%);
}
.svc:nth-child(even) .top, .svc.alt .top { background: linear-gradient(135deg, var(--coral), #fb923c); }
.svc .body { padding: 26px; }
.svc h5 { font-size: 1.2rem; }
.svc ul { padding-left: 0; list-style: none; margin: 14px 0 0; }
.svc ul li { padding: 5px 0; display: flex; gap: 10px; font-size: 0.95rem; }
.svc ul li i { color: var(--teal-mid); }
.svc .price-tag { display: inline-block; background: var(--bg); color: var(--teal); font-weight: 800; padding: 4px 14px; border-radius: 100px; font-size: 0.85rem; margin-top: 12px; }

/* ----- Steps (zig-zag) ----- */
.step-row { display: flex; gap: 24px; align-items: flex-start; }
.step-row .n {
  flex-shrink: 0;
  width: 60px; height: 60px;
  border-radius: 20px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center;
}
.step-row:nth-child(even) .n { background: var(--coral); }
.step-row h5 { margin-bottom: 4px; }
.step-row p { margin: 0; }
.steps-img { border-radius: var(--radius); width: 100%; height: 100%; min-height: 420px; object-fit: cover; box-shadow: var(--shadow); }

/* ----- Reviews (carousel) ----- */
.review {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: var(--shadow);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.review .stars { color: var(--amber); font-size: 1.1rem; }
.review p { font-size: 1.2rem; color: var(--ink); font-weight: 600; margin: 18px 0; }
.review img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.review strong { display: block; color: var(--ink); margin-top: 10px; }
.review small { color: var(--body); }
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); }
.carousel-indicators { position: static; margin-top: 24px; }

/* ----- CTA ----- */
.cta-box {
  background: linear-gradient(135deg, var(--teal), var(--teal-mid));
  border-radius: var(--radius);
  padding: 56px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-box::before {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  right: -80px; top: -120px;
}
.cta-box h2 { color: #fff; font-size: 2.2rem; }
.cta-box p { color: rgba(255,255,255,0.85); margin: 0; }

/* ----- About ----- */
.about-stack { position: relative; }
.about-stack .img-main { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-stack .img-small {
  position: absolute;
  bottom: -30px; left: -30px;
  width: 220px; height: 220px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 8px solid #fff;
  box-shadow: var(--shadow);
}
.about-stack .years {
  position: absolute;
  top: 24px; right: 24px;
  background: var(--coral);
  color: #fff;
  border-radius: 20px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: var(--shadow);
}
.about-stack .years b { display: block; font-size: 2rem; line-height: 1; }
.about-stack .years span { font-size: 0.75rem; font-weight: 700; letter-spacing: 1px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 24px; }
.check-grid div { display: flex; gap: 10px; align-items: center; font-weight: 700; color: var(--ink); }
.check-grid div i { color: var(--teal-mid); font-size: 1.2rem; }

.value {
  text-align: center;
  padding: 36px 26px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  height: 100%;
}
.value .emoji {
  width: 70px; height: 70px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
  background: var(--teal-soft); color: var(--teal);
}
.value:nth-child(2) .emoji { background: var(--coral-soft); color: var(--coral); }

.tech { text-align: center; }
.tech .photo { position: relative; display: inline-block; }
.tech img { width: 170px; height: 170px; border-radius: 40px; object-fit: cover; box-shadow: var(--shadow); }
.tech .badge-exp {
  position: absolute; bottom: -10px; right: -10px;
  background: var(--coral); color: #fff;
  font-size: 0.75rem; font-weight: 800;
  border-radius: 100px; padding: 5px 12px;
}
.tech h5 { margin: 20px 0 2px; }
.tech span { color: var(--teal); font-weight: 700; font-size: 0.9rem; }

/* ----- Pricing ----- */
.tier {
  background: #fff;
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
}
.tier.pop { background: var(--ink); color: rgba(255,255,255,0.85); }
.tier.pop h4, .tier.pop .amt { color: #fff; }
.tier .amt { font-size: 3rem; font-weight: 900; color: var(--ink); line-height: 1; margin: 20px 0 6px; }
.tier .amt small { font-size: 1rem; font-weight: 600; color: var(--body); }
.tier.pop .amt small { color: rgba(255,255,255,0.6); }
.tier ul { list-style: none; padding: 0; margin: 26px 0; }
.tier ul li { padding: 9px 0; display: flex; gap: 10px; }
.tier ul li i { color: var(--teal-mid); }
.tier .pop-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: #fff;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 1px;
  padding: 6px 18px; border-radius: 100px;
}

/* ----- FAQ ----- */
.accordion-item { border: none; background: transparent; margin-bottom: 12px; }
.accordion-button {
  border-radius: 18px !important;
  background: var(--bg);
  color: var(--ink);
  font-weight: 800;
  padding: 20px 24px;
}
.accordion-button:not(.collapsed) { background: var(--teal); color: #fff; box-shadow: none; }
.accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.accordion-button:focus { box-shadow: none; }
.accordion-body { padding: 18px 24px; }

/* ----- Contact ----- */
.contact-card {
  background: var(--ink);
  color: rgba(255,255,255,0.8);
  border-radius: var(--radius);
  padding: 40px;
  height: 100%;
}
.contact-card h3 { color: #fff; }
.contact-card .row-item { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.contact-card .row-item:last-of-type { border: none; }
.contact-card .row-item i {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--teal);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
}
.contact-card .row-item strong { display: block; color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }
.contact-card .row-item a { color: var(--amber); font-weight: 700; }
.contact-card .whatsapp { background: #25d366; color: #fff; }
.contact-card .whatsapp:hover { background: #1ebe5a; color: #fff; }
.form-card { background: #fff; border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow); }
.form-control, .form-select {
  border-radius: 14px;
  padding: 13px 18px;
  border: 2px solid #e6f4f2;
  background: var(--bg);
}
.form-control:focus, .form-select:focus { border-color: var(--teal-mid); box-shadow: none; background: #fff; }
.form-label { font-weight: 700; color: var(--ink); font-size: 0.9rem; }
.map-box { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.map-box iframe { width: 100%; height: 380px; border: 0; display: block; }

/* ----- Footer ----- */
.footer { background: var(--ink); color: rgba(255,255,255,0.7); border-radius: 40px 40px 0 0; margin-top: 40px; }
.footer h5 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 20px; }
.footer a { color: rgba(255,255,255,0.7); }
.footer a:hover { color: var(--amber); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li { padding: 5px 0; }
.footer-logo { height: 56px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.85rem; }
.soc a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: 14px;
  background: rgba(255,255,255,0.08);
  margin-right: 8px;
  transition: all 0.25s;
}
.soc a:hover { background: var(--teal-mid); color: #fff; }

/* ----- Mobile bottom bar ----- */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0;
  display: none;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 -6px 25px rgba(0,0,0,0.08);
  padding: 10px 14px;
  gap: 10px;
}
.mobile-bar a { flex: 1; text-align: center; padding: 12px; border-radius: 100px; font-weight: 800; }

/* ----- Responsive ----- */
@media (max-width: 991.98px) {
  .nav-links, .nav-cta .phone, .nav-cta .btn { display: none; }
  .menu-btn { display: flex; }
  .hero { padding: 60px 0 80px; }
  .hero h1 { font-size: 2.6rem; }
  .hero-visual .main-img { height: 320px; }
  .float-card.c { display: none; }
  .float-card.a { top: -20px; left: 0; }
  .float-card.b { bottom: -20px; right: 0; }
  .about-stack .img-small { width: 160px; height: 160px; left: -10px; bottom: -20px; }
  .cta-box { padding: 40px 32px; }
  .contact-card, .form-card { padding: 30px; }
}
@media (max-width: 575.98px) {
  body { padding-bottom: 70px; }
  .mobile-bar { display: flex; }
  .section { padding: 60px 0; }
  .hero h1 { font-size: 2.1rem; }
  .title { font-size: 1.9rem; }
  .page-hero h1 { font-size: 2.1rem; }
  .hero-visual .main-img { height: 240px; border-radius: 18px; }
  .float-card { padding: 10px 14px; font-size: 0.85rem; }
  .float-card i { width: 34px; height: 34px; font-size: 1rem; }
  .nav-pill .brand img { height: 38px; }
  .check-grid { grid-template-columns: 1fr; }
  .review { padding: 28px 22px; }
  .review p { font-size: 1.05rem; }
  .about-stack .img-main { height: 320px; }
  .contact-card, .form-card { padding: 24px; }
  .footer { border-radius: 24px 24px 0 0; }
}

/* Floating Contact Buttons */
.floating-contact-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Common Button Style */
.floating-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    animation: floatingPulse 1.8s infinite;
    transition: all 0.3s ease;
}

/* Call Button */
.floating-call {
    background: #007bff;
}

/* WhatsApp Button */
.floating-whatsapp {
    background: #25d366;
}

/* Hover Effect */
.floating-btn:hover {
    color: #fff !important;
    transform: scale(1.12);
    text-decoration: none;
}

/* Pulse Animation */
@keyframes floatingPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    }

    50% {
        transform: scale(1.08);
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .floating-contact-buttons {
        right: 15px;
        bottom: 15px;
        gap: 10px;
    }

    .floating-btn {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }
}