.elementor-6 .elementor-element.elementor-element-8c170ae{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* =========================
GLOBAL STYLE
========================= */
body {
  font-family: 'Inter', sans-serif;
  color: #0f172a;
}

.section-padding {
  padding: 100px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================
HERO SECTION
========================= */
.hero-section {
  background: linear-gradient(135deg, #08111F, #0B2A52, #0A1627);
  color: white;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34,197,94,0.2), rgba(59,130,246,0.2));
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 14px;
  font-weight: 600;
}

.hero-title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
}

.hero-highlight {
  color: #22c55e;
}

.hero-desc {
  font-size: 18px;
  color: #cbd5e1;
  line-height: 1.8;
}

.btn-primary {
  background: #22c55e;
  color: #08111f;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(34,197,94,0.3);
}

.btn-secondary {
  background: rgba(255,255,255,0.1);
  color: white;
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.2);
}

/* =========================
PAIN SECTION
========================= */
.pain-title {
  font-size: 42px;
  font-weight: 700;
}

.pain-list {
  margin-top: 20px;
}

.pain-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 12px;
}

.pain-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
}

/* =========================
OUR APPROACH
========================= */
.approach-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.approach-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.approach-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #34d399, #3b82f6);
  opacity: 0.08;
}

.approach-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #34d399, #3b82f6);
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.approach-title {
  margin-top: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

/* RESULT BOX */
.result-box {
  padding: 24px;
  border-radius: 16px;
  font-weight: 600;
}

.result-green {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #bbf7d0;
}

.result-blue {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.result-grey {
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
}

/* =========================
WHAT WE DO
========================= */
.solution-card {
  border-radius: 28px;
  overflow: hidden;
  background: white;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.solution-img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.solution-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: white;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

/* =========================
PROJECT SECTION
========================= */
.project-section {
  background: #020617;
  color: white;
}

.project-card {
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}

/* =========================
WHY US
========================= */
.why-box {
  background: white;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #e5e7eb;
}

.why-title {
  font-weight: 700;
  color: #1d4ed8;
}

.why-desc {
  font-size: 14px;
  color: #64748b;
  margin-top: 6px;
}

/* =========================
FORM SECTION
========================= */
.form-container {
  background: #0f172a;
  border-radius: 28px;
  padding: 32px;
  color: white;
}

.form-container input {
  width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: white;
}

.form-btn {
  background: #22c55e;
  color: #08111f;
  padding: 14px;
  border-radius: 16px;
  font-weight: 600;
  width: 100%;
}

/* =========================
MOBILE RESPONSIVE
========================= */
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }

  .pain-title {
    font-size: 28px;
  }

  .section-padding {
    padding: 70px 0;
  }
}/* End custom CSS */