/* =========================
   GLOBAL STYLES
========================= */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #111;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #dc2626;
}

/* Section spacing */
section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

/* Alternate backgrounds for separation */
.bg-contrast { background: #f7fafc; }
.bg-contrast-alt { background: #fbfcfd; }

/* =========================
   NAVBAR
========================= */
.navbar {
  font-weight: 600;
}

.navbar .brand-logo {
  height: 50px;
  object-fit: contain;
}

.brand-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #111;
}

/* Navbar links */
.navbar .nav-link {
  color: #111;
  font-weight: 600;
  padding: 8px 14px;
}

.navbar .nav-link:hover {
  color: #dc2626;
}

/* Navbar CTAs */
.navbar .btn-hero-primary,
.navbar .btn-hero-wa {
  padding: 8px 12px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  border: none;
}

.btn-hero-primary {
  background: linear-gradient(90deg,#dc2626,#ef4444);
}

.btn-hero-wa {
  background: linear-gradient(90deg,#25D366,#128C7E);
}

/* =========================
   HERO SECTION
========================= */
.hero-section {
  padding: 70px 0;
  background: #fafafa;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-sub {
  font-size: 1.05rem;
  margin-top: 12px;
  color: #555;
}

.kicker {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #ef4444;
  margin-bottom: 10px;
}

/* Hero CTA buttons */
.btn-primary-lg {
  background: linear-gradient(90deg,#dc2626,#ef4444);
  color: #fff;
  font-weight: 800;
  border-radius: 12px;
  padding: 12px 22px;
}

.btn-ghost-lg {
  background: linear-gradient(90deg,#25D366,#128C7E);
  color: #fff;
  font-weight: 800;
  border-radius: 12px;
  padding: 12px 22px;
}

.btn-outline-lg {
  background: #fff;
  color: #111;
  border: 2px solid #e5e7eb;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 22px;
}

/* Hero pills */
.usp-pill {
  background: #fff;
  border: 1px solid #eee;
  padding: 6px 12px;
  border-radius: 14px;
  font-weight: 700;
  color: #111;
}

/* Hero carousel */
.hero-image {
  height: 380px;
  object-fit: cover;
  border-radius: 14px;
}

/* =========================
   COUNTERS
========================= */
.counters-section .circle-wrap {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
}

.circle-svg {
  transform: rotate(-90deg);
}

.circle-svg circle {
  fill: none;
  stroke-width: 10;
}

.circle-svg .bg {
  stroke: #e5e7eb;
}

.circle-svg .progress {
  stroke: #ef4444;
  stroke-dasharray: 326;
  stroke-dashoffset: 326;
  transition: stroke-dashoffset 1s linear;
}

.circle-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: 800;
  font-size: 1.4rem;
}

.meta {
  margin-top: 10px;
  font-weight: 600;
}

/* =========================
   WHY CHOOSE US
========================= */
.feature-card {
  border: 1px solid #eee;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: #fff;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.feature-card .icon-lg {
  font-size: 2rem;
  color: #ef4444;
}

/* =========================
   SERVICES
========================= */
.service-eq {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}

.service-eq:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

.service-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}

/* =========================
   BRANDS
========================= */
.brand-logo-lg {
  height: 50px;
  object-fit: contain;
}

.brand-name {
  font-weight: 700;
  margin-top: 8px;
}

/* =========================
   GALLERY
========================= */
.gallery-thumb {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

/* =========================
   TESTIMONIALS
========================= */
.testi-card {
  border-radius: 12px;
  font-size: 1rem;
}

.bg-accent-1 { background:#ef4444; }
.bg-accent-2 { background:#3b82f6; }
.bg-accent-3 { background:#22c55e; }

/* =========================
   BLOG PREVIEW
========================= */
.blog-preview {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.blog-preview img {
  border-radius: 12px 0 0 12px;
}

/* =========================
   CONTACT
========================= */
.map-card iframe {
  border: 0;
}

.form-card {
  background: #fafafa;
  border: 1px solid #eee;
}

.form-control, .form-select {
  border-radius: 10px;
  border: 1px solid #ddd;
}

/* =========================
   FOOTER
========================= */
.footer {
  background:#0b1220;
  color:#cbd5e1;
}

.footer .highlight-link {
  color:#ffd166;
  font-weight:700;
  text-decoration:none;
}

.footer a.text-info {
  color:#60a5fa !important;
}

.social-links a {
  font-size:1.3rem;
}

/* =========================
   FLOATING WHATSAPP
========================= */
.floating-wa {
  position:fixed;
  right:18px;
  bottom:18px;
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background: linear-gradient(135deg,#25D366,#128C7E);
  color:#fff;
  font-size:22px;
  z-index:999;
  box-shadow:0 12px 28px rgba(18,140,126,.25);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 991px) {
  .hero-title { font-size: 2rem; }
  .hero-image { height: 260px; }
  .gallery-thumb { height: 200px; }
}

@media (max-width: 576px) {
  .hero-title { font-size: 1.6rem; }
  .brand-title { font-size: 1rem; }
  .brand-logo { height: 40px; }
}
