/* =========================================
   FAIRY INSULATION & COMPONENTS — styles
   ========================================= */

:root {
  --green:      #2ca52c;
  --green-dark: #1e7a1e;
  --green-light:#e8f5e8;
  --dark:       #1a1a2e;
  --grey:       #f5f5f5;
  --text:       #333333;
  --white:      #ffffff;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito Sans', 'Segoe UI', sans-serif; color: var(--text); line-height: 1.6; }

/* ---- TOP BAR ---- */
.topbar {
  background: var(--dark);
  color: rgba(255,255,255,0.75);
  font-size: 0.78rem;
  padding: 7px 0;
}
.topbar-link { color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s; }
.topbar-link:hover { color: var(--green); }
.topbar-divider { opacity: 0.3; margin: 0 4px; }
.topbar-cert { font-size: 0.72rem; color: #7ed97e; font-weight: 600; }

/* ---- NAVBAR ---- */
.navbar {
  background: var(--white) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.navbar-brand img { height: 52px; width: 52px; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-size: 0.9rem; font-weight: 700; color: var(--green); letter-spacing: 0.3px; }
.brand-tag { font-size: 0.62rem; color: #777; text-transform: uppercase; letter-spacing: 1px; }
.nav-link { font-weight: 500; color: var(--dark) !important; padding: 8px 14px !important; transition: color 0.3s; font-size: 0.9rem; }
.nav-link:hover, .nav-link.active { color: var(--green) !important; }
.btn-nav-cta {
  background: var(--green); color: var(--white) !important;
  border-radius: 25px; padding: 8px 22px !important;
  font-weight: 600; transition: background 0.3s, transform 0.2s;
}
.btn-nav-cta:hover { background: var(--green-dark); transform: translateY(-1px); }

/* ---- HERO CAROUSEL ---- */
#home { padding: 0; }

.hero-slide {
  height: 88vh; min-height: 520px;
  background-size: cover; background-position: center;
  display: flex; align-items: center; position: relative;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(10,20,10,0.78) 0%, rgba(10,20,10,0.45) 100%);
}
.hero-slide-content { position: relative; z-index: 2; }
.hero-content { color: var(--white); max-width: 680px; animation: heroFadeIn 1s ease forwards; }

@keyframes heroFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-badge {
  display: inline-block; background: var(--green); color: var(--white);
  font-size: 0.74rem; font-weight: 600; padding: 5px 16px; border-radius: 20px;
  letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px;
}
.hero-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
.hero-title span { color: var(--green); }
.hero-sub { font-size: 0.97rem; opacity: 0.85; margin-bottom: 28px; max-width: 520px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

.carousel-indicators [data-bs-target] {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,0.5); border: none; transition: background 0.3s;
}
.carousel-indicators .active { background: var(--green); }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--green); padding: 22px 0; }
.stats-bar-inner { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 16px; }
.stat-item { text-align: center; color: var(--white); }
.stat-num { display: block; font-size: 2rem; font-weight: 800; line-height: 1; }
.stat-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.88; }
.stat-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.3); }

/* ---- WAVE DIVIDERS ---- */
.wave-divider { line-height: 0; margin: 0; display: block; }
.wave-divider svg { display: block; width: 100%; height: 60px; }
.wave-grey  { background: var(--white); }
.wave-white { background: var(--grey); }
.wave-white-from-dark { background: var(--dark); }

/* ---- SHARED ---- */
section { padding: 80px 0; }
.section-label {
  display: inline-block; color: var(--green);
  font-size: 0.75rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px;
}
.section-title { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 700; color: var(--dark); margin-bottom: 14px; }
.section-title span { color: var(--green); }
.section-divider { width: 50px; height: 3px; background: var(--green); margin-bottom: 20px; }
.section-sub { max-width: 580px; margin: 0 auto; color: #666; font-size: 0.93rem; }

/* ---- BUTTONS ---- */
.btn-primary-green {
  background: var(--green); color: var(--white);
  border: none; padding: 12px 30px; border-radius: 30px;
  font-weight: 600; font-size: 0.93rem; font-family: 'Nunito Sans', sans-serif;
  text-decoration: none; display: inline-block;
  transition: background 0.3s, transform 0.2s;
}
.btn-primary-green:hover { background: var(--green-dark); color: var(--white); transform: translateY(-2px); }

.btn-outline-white {
  background: transparent; color: var(--white);
  border: 2px solid var(--white); padding: 10px 28px; border-radius: 30px;
  font-weight: 600; font-size: 0.93rem; font-family: 'Nunito Sans', sans-serif;
  text-decoration: none; display: inline-block; transition: all 0.3s;
}
.btn-outline-white:hover { background: var(--white); color: var(--green); }

.btn-outline-green {
  background: transparent; color: var(--green);
  border: 2px solid var(--green); padding: 10px 28px; border-radius: 30px;
  font-weight: 600; font-size: 0.93rem; font-family: 'Nunito Sans', sans-serif;
  text-decoration: none; display: inline-block; transition: all 0.3s;
}
.btn-outline-green:hover { background: var(--green); color: var(--white); }

/* ---- ABOUT ---- */
.about-section { background: var(--white); }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; border-radius: 12px; object-fit: cover; height: 420px; }
.about-img-badge {
  position: absolute; bottom: 16px; right: 16px;
  background: var(--green); color: var(--white);
  padding: 16px 20px; border-radius: 10px; text-align: center;
  box-shadow: 0 6px 20px rgba(44,165,44,0.35);
}
.about-img-badge .big { font-size: 2rem; font-weight: 800; display: block; }
.about-img-badge .small { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; }
.about-text p { color: #555; margin-bottom: 14px; }

.journey-timeline { margin: 24px 0; border-left: 3px solid var(--green); padding-left: 20px; }
.timeline-item { margin-bottom: 16px; position: relative; }
.timeline-item::before {
  content: ''; position: absolute; left: -26px; top: 6px;
  width: 10px; height: 10px; background: var(--green); border-radius: 50%;
}
.timeline-year { font-weight: 700; color: var(--green); font-size: 0.85rem; }
.timeline-text { font-size: 0.88rem; color: #555; margin-top: 2px; }

.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 16px; }
.about-feature-item { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; font-weight: 500; }
.about-feature-item i { color: var(--green); }

/* ---- PRODUCTS ---- */
.products-section { background: var(--grey); }
.product-card {
  background: var(--white); border-radius: 12px; overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.07);
  transition: transform 0.3s, box-shadow 0.3s; height: 100%;
}
.product-card:hover { transform: translateY(-6px); box-shadow: 0 14px 34px rgba(0,0,0,0.13); }
.product-card-img-wrap { position: relative; }
.product-card-img { width: 100%; height: 200px; object-fit: cover; background: #f0f0f0; display: block; }
.product-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--green); color: var(--white);
  font-size: 0.67rem; font-weight: 600; padding: 3px 10px; border-radius: 12px;
  text-transform: uppercase; letter-spacing: 0.5px;
}
.product-card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 6px; }
.product-card-body h5 { font-weight: 700; color: var(--dark); font-size: 0.92rem; margin: 0; }
.product-card-body p { font-size: 0.8rem; color: #666; margin: 0; flex: 1; }
.product-enquire {
  font-size: 0.8rem; font-weight: 600; color: var(--green);
  text-decoration: none; margin-top: 6px;
  display: inline-flex; align-items: center; gap: 4px; transition: gap 0.2s;
}
.product-enquire:hover { color: var(--green-dark); gap: 8px; }

/* ---- INFRASTRUCTURE ---- */
.infra-section { background: var(--white); }
.infra-card { border-radius: 10px; overflow: hidden; position: relative; }
.infra-img { width: 100%; height: 220px; object-fit: cover; display: block; transition: transform 0.4s; }
.infra-card:hover .infra-img { transform: scale(1.05); }
.infra-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.72));
  color: var(--white); font-size: 0.82rem; font-weight: 600;
  padding: 28px 14px 12px; letter-spacing: 0.5px;
}
.infra-highlights {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px; margin-top: 36px;
  background: var(--green-light); border-radius: 12px; padding: 28px;
}
.infra-hl-item { display: flex; align-items: flex-start; gap: 14px; }
.infra-hl-item i { font-size: 1.5rem; color: var(--green); margin-top: 2px; flex-shrink: 0; }
.infra-hl-item strong { display: block; font-weight: 700; color: var(--dark); font-size: 0.88rem; }
.infra-hl-item span { font-size: 0.8rem; color: #666; }

/* ---- GALLERY ---- */
.gallery-section { background: var(--grey); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-overlay {
  position: absolute; inset: 0;
  background: rgba(44,165,44,0.55);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s;
  color: var(--white); font-size: 1.8rem;
}
.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ---- WHY US ---- */
.why-section { background: var(--dark); color: var(--white); }
.why-card {
  text-align: center; padding: 36px 24px; border-radius: 12px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.3s, transform 0.3s; height: 100%;
}
.why-card:hover { background: rgba(44,165,44,0.15); transform: translateY(-4px); border-color: var(--green); }
.why-icon {
  width: 64px; height: 64px; background: var(--green); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.5rem; color: var(--white);
}
.why-card h5 { font-weight: 700; margin-bottom: 10px; font-size: 1rem; }
.why-card p { font-size: 0.84rem; opacity: 0.72; margin: 0; }

/* ---- QUALITY ---- */
.quality-section { background: var(--white); }
.quality-box {
  background: var(--green-light); border-left: 4px solid var(--green);
  border-radius: 8px; padding: 20px 24px; margin-bottom: 14px;
}
.quality-box h6 { font-weight: 700; color: var(--green-dark); margin-bottom: 5px; }
.quality-box p { font-size: 0.86rem; color: #444; margin: 0; }
.quality-box-highlight {
  border-left-width: 6px;
  box-shadow: 0 6px 20px rgba(44, 165, 44, 0.18);
  background: linear-gradient(135deg, var(--green-light) 0%, rgba(44,165,44,0.12) 100%);
}
.quality-box-highlight h6 { font-size: 1.05rem; }
.iso-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--green); color: var(--white);
  padding: 14px 26px; border-radius: 10px;
  font-weight: 700; font-size: 1rem; margin-bottom: 22px;
}
.iso-badge i { font-size: 1.7rem; }

/* ---- TESTIMONIALS ---- */
.testimonials-section { background: var(--grey); }
.testimonial-card {
  background: var(--white); border-radius: 16px;
  padding: 40px 44px; text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  position: relative;
}
.testimonial-quote {
  font-size: 3rem; color: var(--green); line-height: 1;
  margin-bottom: 16px; opacity: 0.4;
}
.testimonial-text {
  font-size: 1rem; color: #444; line-height: 1.8;
  font-style: italic; margin-bottom: 28px;
}
.testimonial-author {
  display: flex; align-items: center; justify-content: center; gap: 14px;
}
.testimonial-avatar {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--green-light); color: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; flex-shrink: 0;
}
.testimonial-author strong { display: block; font-weight: 700; color: var(--dark); font-size: 0.9rem; }
.testimonial-author span { font-size: 0.78rem; color: #888; }

.testimonial-controls {
  display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 28px;
}
.testi-btn {
  width: 40px; height: 40px; border-radius: 50%;
  border: 2px solid var(--green); background: transparent; color: var(--green);
  font-size: 1rem; cursor: pointer; transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.testi-btn:hover { background: var(--green); color: var(--white); }
.testi-indicators { position: static; margin: 0; }
.testi-indicators [data-bs-target] {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ccc; border: none; transition: background 0.3s;
}
.testi-indicators .active { background: var(--green); }

/* ---- CLIENTS ---- */
.clients-section { background: var(--white); }
.clients-strip { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 24px 0; }
.client-logo-box {
  display: flex; align-items: center; gap: 10px;
  background: var(--grey); border: 1px solid #e0e0e0;
  border-radius: 8px; padding: 16px 24px;
  font-size: 0.85rem; font-weight: 600; color: var(--dark);
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.client-logo-box:hover { border-color: var(--green); box-shadow: 0 4px 14px rgba(44,165,44,0.15); transform: translateY(-2px); }
.client-logo-box i { font-size: 1.4rem; color: var(--green); }
.clients-note { text-align: center; color: #666; font-size: 0.85rem; margin-top: 16px; }

.client-logo-img-box {
  display: flex; align-items: center; justify-content: center;
  background: var(--white); border: 1px solid #e0e0e0;
  border-radius: 8px; padding: 14px 22px; height: 90px; width: 170px;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.client-logo-img-box:hover { border-color: var(--green); box-shadow: 0 4px 14px rgba(44,165,44,0.15); transform: translateY(-2px); }
.client-logo-img-box img { max-height: 100%; max-width: 100%; object-fit: contain; }

/* ---- LEGAL CONTENT ---- */
.legal-content h4:first-child { margin-top: 0 !important; }
.legal-content ul { padding-left: 1.3rem; }
.legal-content li { margin-bottom: 6px; }
.legal-content a { color: var(--green); }
.footer-bottom a:hover { color: var(--green) !important; }

/* ---- PAGE BANNER (inner pages) ---- */
.page-banner { background: var(--dark); color: #fff; padding: 54px 0 38px; text-align: center; }
.page-banner h1 { font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 800; margin-bottom: 8px; }
.page-banner h1 span { color: var(--green); }
.page-banner .breadcrumb-links { font-size: 0.8rem; opacity: 0.7; }
.page-banner .breadcrumb-links a { color: #7ed97e; text-decoration: none; }
.page-banner .breadcrumb-links a:hover { text-decoration: underline; }

/* ---- FOUNDER QUOTE ---- */
.founder-quote { background: var(--green-light); border-radius: 14px; padding: 34px 40px; position: relative; margin: 20px 0; }
.founder-quote i.bi-quote { font-size: 2.4rem; color: var(--green); opacity: 0.5; }
.founder-quote p { font-size: 1rem; font-style: italic; color: #333; margin: 10px 0 16px; }
.founder-quote .fq-author { font-weight: 700; color: var(--dark); font-size: 0.9rem; }
.founder-quote .fq-role { font-size: 0.78rem; color: #666; }

/* ---- CERT BADGES ---- */
.cert-badges { display: flex; flex-wrap: wrap; gap: 16px; margin: 20px 0; }
.cert-badge-item { display: flex; align-items: center; gap: 10px; background: var(--white); border: 1px solid #e0e0e0; border-radius: 10px; padding: 12px 20px; }
.cert-badge-item i { font-size: 1.8rem; color: var(--green); }
.cert-badge-item strong { display: block; font-size: 0.85rem; color: var(--dark); }
.cert-badge-item span { font-size: 0.72rem; color: #777; }

/* ---- SPEC TABLE ---- */
.spec-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid #e5e5e5; }
.spec-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.spec-table th { background: var(--dark); color: #fff; text-align: left; padding: 12px 16px; font-weight: 600; }
.spec-table td { padding: 11px 16px; border-bottom: 1px solid #eee; color: #444; }
.spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:nth-child(even) td { background: var(--grey); }

/* ---- PROCESS FLOW ---- */
.process-flow { display: flex; flex-wrap: wrap; gap: 0; align-items: stretch; }
.process-step { flex: 1; min-width: 150px; text-align: center; padding: 22px 14px; position: relative; }
.process-step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 12px; }
.process-step h6 { font-size: 0.85rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.process-step p { font-size: 0.76rem; color: #666; margin: 0; }
.process-step:not(:last-child)::after { content: '\2192'; position: absolute; right: -6px; top: 32px; color: var(--green); font-size: 1.2rem; font-weight: 700; }
@media (max-width: 768px) { .process-step:not(:last-child)::after { content: '\2193'; right: auto; left: 50%; top: auto; bottom: -6px; } }

/* ---- FAQ ACCORDION ---- */
.faq-accordion .accordion-item { border: 1px solid #e5e5e5; border-radius: 10px !important; margin-bottom: 12px; overflow: hidden; }
.faq-accordion .accordion-button { font-weight: 600; font-size: 0.92rem; color: var(--dark); padding: 16px 20px; }
.faq-accordion .accordion-button:not(.collapsed) { background: var(--green-light); color: var(--green-dark); }
.faq-accordion .accordion-button:focus { box-shadow: none; border-color: var(--green); }
.faq-accordion .accordion-body { font-size: 0.86rem; color: #555; padding: 4px 20px 18px; }

/* ---- MAP ---- */
.map-wrap { border-radius: 12px; overflow: hidden; border: 1px solid #e0e0e0; }
.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---- HOURS TABLE ---- */
.hours-table { width: 100%; font-size: 0.88rem; }
.hours-table td { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.hours-table td:last-child { text-align: right; font-weight: 600; color: #a3e6a3; }

/* ---- GALLERY CAPTION ---- */
.gallery-item .gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: #fff; font-size: 0.72rem; font-weight: 600; padding: 20px 10px 8px; letter-spacing: 0.3px;
}
.gallery-filter-tabs { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; }
.gallery-filter-tabs button {
  background: var(--white); border: 1.5px solid #ddd; color: var(--dark);
  padding: 8px 20px; border-radius: 20px; font-size: 0.83rem; font-weight: 600; cursor: pointer; transition: all 0.25s;
}
.gallery-filter-tabs button.active, .gallery-filter-tabs button:hover { background: var(--green); border-color: var(--green); color: #fff; }

/* ---- TEAM ---- */
.team-section { background: var(--grey); }
.team-grid { display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; }
.team-card { width: 220px; text-align: center; }
.team-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 12px; margin-bottom: 12px; }
.team-card h6 { margin-bottom: 2px; font-weight: 700; }
.team-card span { font-size: 0.82rem; color: #666; }

/* ---- CONTACT ---- */
.contact-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, #239e23 100%);
  color: var(--white);
}
.enquiry-form-wrap { background: var(--white); border-radius: 14px; padding: 32px; color: var(--text); }
.form-title { font-weight: 700; color: var(--dark); margin-bottom: 22px; font-size: 1.05rem; }
.enquiry-form .form-label { font-size: 0.82rem; font-weight: 600; color: #555; margin-bottom: 5px; }
.enquiry-form .form-control,
.enquiry-form .form-select {
  border-radius: 8px; border: 1.5px solid #ddd; font-size: 0.88rem;
  padding: 10px 14px; transition: border-color 0.2s; font-family: 'Nunito Sans', sans-serif;
}
.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(44,165,44,0.12); }

.contact-info-wrap { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card {
  display: flex; align-items: flex-start; gap: 16px;
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px; padding: 16px 20px; transition: background 0.3s;
}
.contact-info-card:hover { background: rgba(255,255,255,0.2); }
.contact-info-card i { font-size: 1.5rem; color: #a3e6a3; margin-top: 2px; flex-shrink: 0; }
.contact-info-card h6 { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1px; opacity: 0.7; margin: 0 0 4px; }
.contact-info-card a,
.contact-info-card p { color: var(--white); text-decoration: none; font-weight: 600; font-size: 0.93rem; margin: 0; }
.contact-info-card a:hover { text-decoration: underline; }
.contact-whatsapp-wrap { margin-top: 8px; display: flex; gap: 12px; flex-wrap: wrap; }

.btn-whatsapp {
  background: #25D366; color: var(--white);
  border: none; padding: 13px 28px; border-radius: 30px;
  font-weight: 600; font-size: 0.93rem; font-family: 'Nunito Sans', sans-serif;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background 0.3s, transform 0.2s;
}
.btn-whatsapp:hover { background: #1ebe57; color: var(--white); transform: translateY(-2px); }

.btn-download-outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,0.6); padding: 11px 22px; border-radius: 30px;
  font-weight: 600; font-size: 0.93rem; font-family: 'Nunito Sans', sans-serif;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.3s;
}
.btn-download-outline:hover { background: rgba(255,255,255,0.15); color: var(--white); }

/* ---- FLOATING BUTTONS ---- */
.float-wa {
  position: fixed; bottom: 90px; right: 20px;
  background: #25D366; color: var(--white);
  width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 4px 16px rgba(37,211,102,0.5);
  z-index: 999; text-decoration: none; transition: transform 0.2s, background 0.2s;
}
.float-wa:hover { transform: scale(1.1); background: #1ebe57; color: var(--white); }

.float-quote {
  position: fixed; bottom: 28px; right: 20px;
  background: var(--green); color: var(--white);
  height: 52px; border-radius: 30px;
  display: flex; align-items: center; gap: 8px; padding: 0 20px;
  font-size: 0.85rem; font-weight: 700; font-family: 'Nunito Sans', sans-serif;
  box-shadow: 0 4px 16px rgba(44,165,44,0.45);
  z-index: 999; text-decoration: none; transition: transform 0.2s, background 0.2s;
}
.float-quote i { font-size: 1.1rem; }
.float-quote:hover { transform: translateY(-2px); background: var(--green-dark); color: var(--white); }

/* ---- FOOTER ---- */
.footer { background: #111; color: #aaa; padding: 44px 0 20px; }
.footer-logo-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-logo-row img { height: 60px; width: 60px; object-fit: contain; }
.footer-brand { font-weight: 700; color: var(--white); font-size: 1rem; }
.footer p { font-size: 0.84rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 6px; }
.footer-links a { color: #aaa; text-decoration: none; font-size: 0.86rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--green); }
.footer-heading { color: var(--white); font-weight: 600; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }

.footer-brochure-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: var(--white);
  font-size: 0.8rem; font-weight: 600; padding: 8px 18px;
  border-radius: 20px; text-decoration: none; margin-top: 12px;
  transition: background 0.3s;
}
.footer-brochure-btn:hover { background: var(--green-dark); color: var(--white); }

.footer-wa-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #25D366; color: var(--white);
  font-size: 0.8rem; font-weight: 600; padding: 7px 16px;
  border-radius: 20px; text-decoration: none; margin-top: 10px; transition: background 0.3s;
}
.footer-wa-btn:hover { background: #1ebe57; color: var(--white); }

.footer-bottom {
  border-top: 1px solid #222; margin-top: 32px;
  padding-top: 18px; font-size: 0.78rem; text-align: center;
}
.footer-bottom span { color: var(--green); }

/* ---- BACK TO TOP ---- */
#backToTop {
  position: fixed; bottom: 152px; right: 20px;
  background: rgba(255,255,255,0.9); color: var(--dark);
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ddd;
  font-size: 1rem; cursor: pointer;
  display: none; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: background 0.3s, transform 0.2s; z-index: 999;
}
#backToTop:hover { background: var(--green); color: var(--white); transform: translateY(-2px); border-color: var(--green); }
#backToTop.show { display: flex; }

/* ---- RESPONSIVE ---- */
@media (max-width: 992px) {
  .hero-slide { height: 70vh; }
  .about-img-main { height: 340px; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .stat-divider { display: none; }
  .infra-highlights { grid-template-columns: 1fr 1fr; }
  .testimonial-card { padding: 32px 28px; }
}

@media (max-width: 768px) {
  section { padding: 48px 0; }
  .topbar { display: none; }

  .navbar { padding: 8px 0; }
  .navbar-brand img { height: 48px; width: 48px; }
  .brand-name { font-size: 0.85rem; }
  .brand-tag { display: none; }
  .navbar-collapse { background: var(--white); border-top: 1px solid #eee; padding: 10px 0 6px; margin-top: 8px; }
  .btn-nav-cta { display: inline-block; margin: 8px 0 4px 16px; }

  .hero-slide { height: auto; min-height: 100vw; padding: 70px 0 48px; }
  .hero-title { font-size: 1.65rem; line-height: 1.25; }
  .hero-sub { font-size: 0.88rem; margin-bottom: 22px; }
  .hero-badge { font-size: 0.68rem; padding: 4px 12px; }
  .hero-btns { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-btns .btn-primary-green,
  .hero-btns .btn-outline-white { text-align: center; width: 100%; padding: 12px 20px; }

  .stats-bar-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 12px; text-align: center; }

  .about-img-wrap { margin-bottom: 24px; }
  .about-img-main { height: 260px; }
  .about-img-badge { right: 12px; bottom: 12px; padding: 12px 16px; }
  .about-img-badge .big { font-size: 1.5rem; }
  .about-features { grid-template-columns: 1fr; gap: 8px; }

  .product-card-img { height: 180px; }

  .infra-highlights { grid-template-columns: 1fr; padding: 20px; }
  .infra-img { height: 200px; }

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

  .why-card { padding: 28px 18px; }

  .iso-badge { width: 100%; justify-content: center; font-size: 0.88rem; }
  .quality-section img { height: 260px !important; margin-top: 28px; }

  .testimonial-card { padding: 28px 20px; }
  .testimonial-text { font-size: 0.9rem; }

  .clients-strip { flex-wrap: wrap; gap: 12px; }
  .client-logo-box { justify-content: center; width: calc(50% - 6px); }
  .client-logo-img-box { width: calc(50% - 6px); }

  .enquiry-form-wrap { padding: 24px 18px; }
  .contact-whatsapp-wrap { flex-direction: column; }
  .btn-whatsapp, .btn-download-outline { justify-content: center; text-align: center; }

  .float-wa { bottom: 88px; right: 14px; width: 46px; height: 46px; font-size: 1.35rem; }
  .float-quote { bottom: 30px; right: 14px; height: 46px; font-size: 0.8rem; padding: 0 16px; }
  .float-quote span { display: none; }
  .float-quote { width: 46px; border-radius: 50%; justify-content: center; }
  #backToTop { right: 14px; bottom: 146px; width: 36px; height: 36px; font-size: 0.88rem; }
}

@media (max-width: 576px) {
  section { padding: 36px 0; }
  .hero-title { font-size: 1.4rem; }
  .section-title { font-size: 1.3rem; }
  .about-img-main { height: 220px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }
  .product-card-img { height: 155px; }
  .product-card-body { padding: 14px 16px 16px; }
  .infra-img { height: 170px; }
  .enquiry-form-wrap { padding: 18px 14px; }
  .contact-info-card { padding: 14px 16px; gap: 12px; }
  .testimonial-card { padding: 24px 16px; }
  .testimonial-text { font-size: 0.85rem; }
  .footer { padding: 36px 0 16px; }
  .footer-bottom { font-size: 0.7rem; }
}
