.elementor-38 .elementor-element.elementor-element-13395a5{--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;}.elementor-38 .elementor-element.elementor-element-cb865da{--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;}.elementor-38 .elementor-element.elementor-element-5519206{--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;}.elementor-38 .elementor-element.elementor-element-2f8b546{--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;}.elementor-38 .elementor-element.elementor-element-3a3a4e5{--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;}/* Start custom CSS for html, class: .elementor-element-bd6d255 *//* SUBSIDY & PROCESS – BRAND HERO */
.subsidy-hero-brand {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;

  background:
    linear-gradient(
      135deg,
      #0b1c2d 0%,
      #143d63 55%,
      #0b1c2d 100%
    );
  position: relative;
  overflow: hidden;
}

/* SOFT BRAND GLOW */
.subsidy-hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(123,192,67,0.28), transparent 60%),
    radial-gradient(circle at bottom left, rgba(246,166,35,0.22), transparent 55%);
}

/* CONTENT */
.subsidy-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.subsidy-hero-inner h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.subsidy-hero-inner p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* BREADCRUMB (COMMON STYLE) */
.breadcrumb-brand {
  font-size: 14px;
}

.breadcrumb-brand a {
  color: #7bc043;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-brand span {
  margin: 0 6px;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .subsidy-hero-brand {
    min-height: 190px;
  }

  .subsidy-hero-inner h1 {
    font-size: 30px;
  }

  .subsidy-hero-inner p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d0c306 *//* SUBSIDY OVERVIEW SECTION */
.subsidy-overview-premium {
  padding: 130px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.subsidy-header {
  max-width: 760px;
  margin-bottom: 80px;
}

.subsidy-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #7bc043;
  font-weight: 600;
}

.subsidy-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.subsidy-header h2 span {
  color: #f6a623;
}

.subsidy-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* GRID */
.subsidy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

/* CARD */
.subsidy-card {
  background: #f9fbfd;
  padding: 46px 38px;
  border-radius: 28px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border-bottom: 4px solid transparent;
}

/* HOVER */
.subsidy-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 80px rgba(0,0,0,0.14);
  border-bottom-color: #7bc043;
}

/* TEXT */
.subsidy-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #0b1c2d;
}

.subsidy-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .subsidy-header h2 {
    font-size: 32px;
  }

  .subsidy-card {
    padding: 38px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf2da8a *//* ELIGIBILITY SECTION */
.subsidy-eligibility-premium {
  padding: 130px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.eligibility-header {
  max-width: 760px;
  margin-bottom: 80px;
}

.eligibility-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #7bc043;
  font-weight: 600;
}

.eligibility-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.eligibility-header h2 span {
  color: #f6a623;
}

.eligibility-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* GRID */
.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* CARD BASE */
.eligibility-card {
  background: #f9fbfd;
  padding: 48px 40px;
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

/* HOVER */
.eligibility-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 85px rgba(0,0,0,0.14);
}

/* HEADINGS */
.eligibility-card h3 {
  font-size: 24px;
  margin-bottom: 22px;
  color: #0b1c2d;
}

/* LIST */
.eligibility-card ul {
  padding-left: 20px;
}

.eligibility-card ul li {
  font-size: 15px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* COLOR ACCENTS */
.eligible {
  border-top: 5px solid #7bc043;
}

.not-eligible {
  border-top: 5px solid #f6a623;
}

/* MOBILE */
@media (max-width: 768px) {
  .eligibility-header h2 {
    font-size: 32px;
  }

  .eligibility-card {
    padding: 38px 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8999e32 *//* SUBSIDY PROCESS SECTION */
.subsidy-process-premium {
  padding: 130px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.process-header {
  max-width: 760px;
  margin-bottom: 90px;
}

.process-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: #7bc043;
  font-weight: 600;
}

.process-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.process-header h2 span {
  color: #f6a623;
}

.process-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* STEPS GRID */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

/* STEP CARD */
.process-step-card {
  background: #f9fbfd;
  padding: 50px 38px;
  border-radius: 32px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  position: relative;
}

/* HOVER */
.process-step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 85px rgba(0,0,0,0.14);
}

/* STEP NUMBER */
.step-number {
  position: absolute;
  top: -22px;
  left: 38px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.process-step-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #0b1c2d;
}

.process-step-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* MOBILE */
@media (max-width: 768px) {
  .process-header h2 {
    font-size: 32px;
  }

  .process-step-card {
    padding: 42px 30px;
  }

  .step-number {
    left: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3445b45 *//* FINAL CTA – SUBSIDY PAGE */
.subsidy-final-cta {
  padding: 140px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* CTA BOX */
.cta-box-subsidy {
  max-width: 900px;
  margin: auto;
  text-align: center;
  background: #f9fbfd;
  padding: 90px 80px;
  border-radius: 40px;
  box-shadow: 0 35px 90px rgba(0,0,0,0.12);
  transition: all 0.4s ease;
}

/* HOVER */
.cta-box-subsidy:hover {
  transform: translateY(-8px);
  box-shadow: 0 55px 120px rgba(0,0,0,0.18);
}

/* TEXT */
.cta-box-subsidy h2 {
  font-size: 46px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 20px;
}

.cta-box-subsidy h2 span {
  color: #7bc043;
}

.cta-box-subsidy p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 40px;
}

/* BUTTON */
.cta-btn-subsidy {
  display: inline-block;
  padding: 16px 44px;
  border-radius: 50px;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

/* BUTTON HOVER */
.cta-btn-subsidy:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(246,166,35,0.45);
}

/* MOBILE */
@media (max-width: 768px) {
  .cta-box-subsidy {
    padding: 60px 32px;
  }

  .cta-box-subsidy h2 {
    font-size: 32px;
  }

  .cta-btn-subsidy {
    font-size: 16px;
    padding: 14px 34px;
  }
}/* End custom CSS */