.elementor-26969 .elementor-element.elementor-element-042094d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}body{--transparent-navigation-position:static;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fc57119 *//* =========================================
   RESET & BASE
   ========================================= */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --green-dark: #042e26;
  --green-main: #0a4d3f;
  --green-mid: #0d6652;
  --green-light: #e8f3ef;
  --green-text: #d2e5df;
  --white: #ffffff;
  --off-white: #f7f8f6;
  --gray-light: #f0f0f0;
  --gray-mid: #e0e0e0;
  --text-dark: #111111;
  --text-mid: #444444;
  --text-light: #777777;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 8px 40px rgba(0,0,0,0.07);
  --shadow-md: 0 12px 50px rgba(0,0,0,0.12);
  --transition: 0.3s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding-left: 0;
}

/* =========================================
   CONTAINER
   ========================================= */
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 32px;
}

/* =========================================
   TYPOGRAPHY
   ========================================= */
h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

p {
  color: var(--text-mid);
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

/* =========================================
   KICKERS
   ========================================= */
.section-kicker {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--green-main);
  margin-bottom: 14px;
}

.section-kicker--green {
  color: var(--green-main);
}

.section-kicker--white {
  color: rgba(255,255,255,0.75);
}

/* =========================================
   BUTTONS
   ========================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  white-space: nowrap;
}

.btn-dark {
  background: var(--green-dark);
  color: var(--white);
  border-color: var(--green-dark);
}

.btn-dark:hover {
  background: var(--green-main);
  border-color: var(--green-main);
}

.btn-light {
  background: var(--white);
  color: var(--green-dark);
  border-color: var(--white);
}

.btn-light:hover {
  background: var(--green-light);
  border-color: var(--green-light);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.5);
}

.btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
}

.btn-full {
  width: 100%;
}

/* =========================================
   SECTION HEAD
   ========================================= */
.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}

.section-head p {
  font-size: 17px;
}

.section-head--light h2,
.section-head--light p {
  color: var(--white);
}

.section-head--light > p:not(.section-kicker) {
  color: var(--green-text);
}

/* =========================================
   CHECK LIST
   ========================================= */
.check-list {
  margin: 20px 0 28px;
  list-style: none;
  padding-left: 0;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  color: var(--text-mid);
  font-size: 15px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--green-main);
  font-weight: 700;
}

.check-list--light li {
  color: #ffffff;
}

.check-list--light li::before {
  color: rgba(255,255,255,0.9);
}

/* =========================================
   HERO
   ========================================= */
.hero-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-main) 100%);
  padding: 100px 0;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hero-copy .section-kicker {
  color: rgba(255,255,255,0.65);
}

.hero-copy h1 {
  color: var(--white);
  margin-bottom: 22px;
}

.hero-intro {
  font-size: 18px;
  color: var(--green-text);
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-media img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(0,0,0,0.3);
}

/* =========================================
   STEPS
   ========================================= */
.steps-section {
  padding: 90px 0;
  background: var(--off-white);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.step-card {
  background: var(--white);
  padding: 36px 30px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
  transition: var(--transition);
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.step-number {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: var(--green-main);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
  opacity: 0.35;
}

.step-card h3 {
  color: var(--text-dark);
  margin-bottom: 12px;
}

.step-card p {
  font-size: 15px;
  color: var(--text-mid);
  margin: 0;
}

/* =========================================
   SERVICES
   ========================================= */
.services-section {
  background: var(--green-dark);
  padding: 90px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.service-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 30px;
  border-radius: var(--radius);
  transition: var(--transition);
}

.service-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.2);
}

.service-icon {
  font-size: 28px;
  margin-bottom: 16px;
}

.service-card h3 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
}

.service-card p {
  color: var(--green-text);
  font-size: 15px;
  margin: 0;
}

/* =========================================
   CONTENT SECTIONS
   ========================================= */
.content-section {
  padding: 90px 0;
  background: var(--white);
}

.content-section--alt {
  background: var(--green-dark);
}

.content-section--alt h2,
.content-section--alt h3 {
  color: var(--white);
}

.content-section--alt p {
  color: var(--green-text);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.split-grid--reverse .text-block {
  order: 2;
}

.split-grid--reverse .media-block {
  order: 1;
}

.text-block h2 {
  margin-bottom: 16px;
}

.text-block h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.media-block img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-md);
}

/* =========================================
   HIGHLIGHT
   ========================================= */
.highlight-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green-mid) 100%);
  padding: 90px 0;
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}

.highlight-copy h2 {
  color: var(--white);
  margin-bottom: 14px;
}

.highlight-copy > p {
  color: var(--green-text);
  font-size: 17px;
  margin-bottom: 40px;
  max-width: 600px;
}

.highlight-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.highlight-point {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 22px;
  border-radius: var(--radius-sm);
}

.highlight-point h4 {
  color: var(--white);
  margin-bottom: 6px;
}

.highlight-point p {
  color: var(--green-text);
  font-size: 14px;
  margin: 0;
}

.highlight-cta {
  flex-shrink: 0;
}

/* =========================================
   BOTTOM : FAQ + CONTACT
   ========================================= */
.bottom-section {
  padding: 90px 0;
  background: var(--off-white);
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* FORM CARD */
.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 44px;
  box-shadow: var(--shadow-md);
}

.form-card h2 {
  margin-bottom: 10px;
  color: var(--text-dark);
}

.form-card > p {
  margin-bottom: 30px;
  font-size: 15px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--gray-mid);
  border-radius: var(--radius-sm);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--text-dark);
  background: var(--white);
  transition: var(--transition);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--text-light);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--green-main);
  box-shadow: 0 0 0 3px rgba(10, 77, 63, 0.1);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn-dark {
  font-size: 16px;
  padding: 16px;
  margin-top: 4px;
  border-radius: var(--radius-sm);
}

/* FAQ CARD */
.faq-card {
  padding: 10px 0;
}

.faq-card h2 {
  margin-bottom: 28px;
  color: var(--text-dark);
}

.faq {
  border-top: 1.5px solid var(--gray-mid);
}

.faq-item {
  border-bottom: 1.5px solid var(--gray-mid);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 44px 20px 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  text-align: left;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  transition: color var(--transition);
}

.faq-question:hover {
  color: var(--green-main);
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-light);
  color: var(--green-main);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: var(--transition);
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  background: var(--green-main);
  color: var(--white);
  content: "−";
}

.faq-item.active .faq-question {
  color: var(--green-main);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding-bottom: 20px;
}

.faq-answer p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.7;
  margin: 0;
}

/* =========================================
   RESPONSIVE
   ========================================= */
@media (max-width: 1024px) {
  .hero-grid,
  .split-grid,
  .bottom-grid,
  .highlight-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .split-grid--reverse .text-block,
  .split-grid--reverse .media-block {
    order: unset;
  }

  .services-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .highlight-points {
    grid-template-columns: 1fr 1fr;
  }

  .highlight-cta {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }

  .hero-section,
  .steps-section,
  .services-section,
  .content-section,
  .highlight-section,
  .bottom-section {
    padding: 60px 0;
  }

  .services-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .highlight-points {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-card {
    padding: 30px 24px;
  }
}/* End custom CSS */