/* ================================
   SERVICES HERO
================================ */
.services-hero {
  background: linear-gradient(180deg, #32485b, #2b3f52), url("herobg.jpg");
  padding: 140px 20px 120px;
  color: #ffffff;
}

.services-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.hero-pill {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 20px;
}

.services-hero h1 {
  font-size: 56px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.services-hero p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.7;
  color: #d8e0e7;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Buttons */
.btn-primary {
  background: #d4af37;
  color: #243746;
  padding: 16px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.btn-secondary {
  border: 2px solid rgba(255,255,255,0.8);
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}







/* =======================
   SERVICES SECTION (ser)
======================= */
#ser {
  padding: 80px 20px;
  background: #ffffff;
  display: block;
}

/* =======================
   CONTAINER
======================= */
.servi-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =======================
   HEADER
======================= */
.servi-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.servi-header h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 12px;
}

.servi-header p {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
}

/* =======================
   GRID
======================= */
.servi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
}

/* =======================
   CARD
======================= */
.servi-card {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease;
}

.servi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.servi-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* =======================
   BADGE
======================= */
.servi-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  color: #ffffff;
}

.servi-badge.construction { background: #1f3a4f; }
.servi-badge.interior { background: #f97316; }
.servi-badge.integrated { background: #eab308; color: #1f2937; }

/* =======================
   CARD BODY
======================= */
.servi-body {
  padding: 26px;
}

.servi-body.no-image {
  padding-top: 42px;
}

/* =======================
   TITLE
======================= */
.servi-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.servi-title h3 {
  font-size: 20px;
  font-weight: 600;
}

/* =======================
   ICON
======================= */
.servi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

.servi-icon.dark { background: #1f3a4f; }
.servi-icon.orange { background: #f97316; }
.servi-icon.yellow { background: #eab308; color: #1f2937; }

/* =======================
   TEXT
======================= */
.servi-body p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* =======================
   LIST
======================= */
.servi-body ul {
  list-style: none;
}

.servi-body li {
  font-size: 14px;
  color: #374151;
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.servi-body li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #22c55e;
  font-weight: 700;
}
/* =========================
   JS ANIMATION STATES
========================= */

.servi-card {
  opacity: 0;
  transform: translateY(30px);
}

.servi-card.servi-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.servi-card.servi-active {
  transform: scale(0.98);
}






.process-section {
  background: #f9fafb;
  padding: 100px 20px;
}

.process-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 60px;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-title {
  font-size: 42px;
  margin-bottom: 10px;
}

.process-subtitle {
  font-size: 16px;
  color: #6b7a86;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.process-icon {
  position: relative;
  width: 60px;
  height: 60px;
  background: #f28c28;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffffff;
  flex-shrink: 0;
}

.process-number {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 22px;
  height: 22px;
  background: #d4af37;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  color: #243746;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-content h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.process-content p {
  font-size: 14px;
  color: #6b7a86;
  line-height: 1.6;
}

.process-steps::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e7eb;
}


/* Responsive */
@media (max-width: 768px) {
  .process-container {
    padding: 60px 30px;
  }

  .process-step {
    flex-direction: column;
  }
}
