.elementor-kit-28{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   GLOBAL BASE
========================= */

html {
  scroll-behavior: smooth;
}

body {
  background: #0b0f0e;
  color: #ffffff;
}

section {
  padding: 100px 0;
  background: #0b0f0e;
}

@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
}

.container,
.solution-container,
.process-container,
.trust-container,
.fit-container,
.results-container,
.about-me-container,
.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Anchor offset for sticky header */
#audit-form {
  scroll-margin-top: 120px;
}

/* =========================
   TYPOGRAPHY
========================= */

h1, h2, h3 {
  color: #ffffff;
}

h1 span,
h2 span {
  color: #1FE09A;
}

p {
  color: #9CA3AF;
  line-height: 1.7;
}

li {
  color: #e5e7eb;
}

/* =========================
   UNIVERSAL CARD STYLE
========================= */

.card,
.problem-card,
.solution-card,
.process-card,
.trust-card,
.fit-card,
.result-card,
.testimonial,
.about-highlight {
  transition: all 0.3s ease;
  padding: 32px;
}

.card:hover,
.problem-card:hover,
.solution-card:hover,
.process-card:hover,
.trust-card:hover,
.fit-card:hover,
.result-card:hover,
.testimonial:hover,
.about-highlight:hover {
  transform: translateY(-6px);
  border-color: rgba(31, 224, 154, 0.4);
  box-shadow: 0 20px 45px rgba(31, 224, 154, 0.12);
}

.card:hover h3,
.problem-card:hover h3,
.solution-card:hover h3 {
  color: #1fe09a;
}

/* =========================
   ICON / NUMBER HOVER
========================= */

.solution-icon,
.trust-icon,
.process-number,
.result-number {
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.solution-card:hover .solution-icon,
.trust-card:hover .trust-icon {
  transform: scale(1.1);
  background-color: rgba(31, 224, 154, 0.2);
}

/* =========================
   LIST MICRO INTERACTION
========================= */

.solution-list li,
.fit-card ul li,
.about-me-points .point {
  transition: transform 0.25s ease;
}

.solution-list li:hover,
.fit-card ul li:hover,
.about-me-points .point:hover {
  transform: translateX(4px);
}

/* =========================
   BUTTONS (SCOPED – SAFE)
========================= */

/* Primary buttons only */
.primary-btn,
.cta-button,
.cta-section button {
  transition: all 0.3s ease;
}

.primary-btn:hover,
.cta-button:hover,
.cta-section button:hover {
  background-color: #16c888;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(31, 224, 154, 0.4);
}

/* =========================
   HERO
========================= */

.service-hero {
  text-align: center;
}

.hero-subtext {
  max-width: 650px;
  margin: 20px auto 30px;
}

.primary-btn {
  display: inline-block;
  padding: 14px 34px;
  background: #1FE09A;
  color: #000;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

/* =========================
   PROBLEMS
========================= */

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.problem-card {
  background: #0f1413;
  border-radius: 12px;
  text-align: center;
}

/* =========================
   PROCESS
========================= */

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.process-card {
  background: #0f1413;
  border-radius: 16px;
}

.step,
.process-number {
  font-size: 32px;
  font-weight: 700;
  color: #1FE09A;
}

/* =========================
   WHY / FIT / RESULTS
========================= */

.why-grid,
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.why-card,
.outcome-card {
  background: #0f1413;
  border-radius: 12px;
}

.service-fit .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.fit-box {
  background: #0b0f0e;
  padding: 30px;
  border-radius: 16px;
}

/* =========================
   CTA SECTION
========================= */

.service-cta,
.cta-section {
  background: linear-gradient(180deg, #0b0f0e, #0f1413);
  text-align: center;
}

/* =========================
   FLUENT FORMS – DARK MODE
========================= */

.cta-section .fluentform form {
  background: transparent;
  padding: 0;
}

.cta-section .fluentform input,
.cta-section .fluentform select {
  width: 100%;
  background-color: #0b0f0e !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  color: #ffffff !important;
  font-size: 14.5px !important;
}

.cta-section .fluentform input::placeholder {
  color: #6b7280 !important;
}

.cta-section .fluentform input:focus,
.cta-section .fluentform select:focus {
  outline: none !important;
  border-color: #1fe09a !important;
  box-shadow: 0 0 0 1px rgba(31, 224, 154, 0.4) !important;
}

.cta-section .fluentform .ff-el-group {
  margin-bottom: 14px;
}

.cta-section .fluentform button {
  width: 100%;
  margin-top: 10px;
  background-color: #1fe09a !important;
  color: #0b0f0e !important;
  border-radius: 10px !important;
  padding: 14px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border: none !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {
  .problem-grid,
  .process-grid,
  .why-grid,
  .outcome-grid,
  .service-fit .container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */