.elementor-9045 .elementor-element.elementor-element-eab1696{--display:flex;}.elementor-9045 .elementor-element.elementor-element-0446dbf{text-align:center;}.elementor-9045 .elementor-element.elementor-element-0446dbf .elementor-heading-title{font-size:59px;line-height:100px;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#083482;}.elementor-9045 .elementor-element.elementor-element-f193c65{--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-9045 .elementor-element.elementor-element-b864629{--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-9045 .elementor-element.elementor-element-5e5b957{text-align:center;}/* Start custom CSS for heading, class: .elementor-element-5e5b957 */.ld-shrink-page {
  font-family: Arial, sans-serif;
  background: #f5f9fc;
  color: #1c2b36;
  line-height: 1.7;
}

.ld-hero {
  background: linear-gradient(135deg, #041f3d, #063b68, #0b7668);
  padding: 95px 20px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.ld-hero::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  top: -110px;
  right: -90px;
}

.ld-hero::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(21,168,107,0.22);
  border-radius: 50%;
  bottom: -70px;
  left: -60px;
}

.ld-hero-content {
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.ld-badge {
  display: inline-block;
  background: rgba(21,168,107,0.18);
  color: #c7f8df;
  padding: 8px 20px;
  border-radius: 40px;
  font-weight: 700;
  margin-bottom: 18px;
}

.ld-hero h1 {
  font-size: 44px;
  font-weight: 800;
  margin: 10px 0 18px;
}

.ld-hero p {
  font-size: 18px;
  max-width: 760px;
  margin: 0 auto 30px;
}

.ld-btn,
.ld-quote-btn {
  display: inline-block;
  background: #12a36b;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.35s ease;
  box-shadow: 0 12px 28px rgba(18,163,107,0.35);
}

.ld-btn:hover,
.ld-quote-btn:hover {
  background: #ffffff;
  color: #041f3d;
  transform: translateY(-6px) scale(1.05);
}

.ld-container {
  max-width: 1180px;
  margin: auto;
  padding: 60px 20px;
}

.ld-intro,
.ld-card,
.ld-spec,
.ld-why-card,
.ld-faq-item,
.ld-seo-keywords,
.ld-quote,
.ld-problem-card,
.ld-solution-card {
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 14px 35px rgba(4,31,61,0.09);
}

.ld-intro {
  padding: 40px;
  text-align: center;
  border-top: 6px solid #063b68;
  margin-bottom: 35px;
}

.ld-intro h2,
.ld-spec h2,
.ld-why h2,
.ld-faq h2,
.ld-seo-keywords h2,
.ld-quote h2,
.ld-why-matter h2 {
  color: #041f3d;
  font-size: 30px;
  margin-bottom: 15px;
}

.ld-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin: 35px 0;
}

.ld-card {
  padding: 34px;
  border-left: 6px solid #063b68;
  transition: all 0.35s ease;
}

.ld-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 50px rgba(4,31,61,0.18);
}

.ld-green {
  border-left-color: #12a36b;
}

.ld-card-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.ld-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #041f3d, #063b68);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(4,31,61,0.25);
}

.green-icon {
  background: linear-gradient(135deg, #0d7d58, #12a36b);
}

.ld-card h3 {
  color: #041f3d;
  font-size: 24px;
  margin: 0;
}

.ld-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ld-feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f7fbff;
  padding: 16px 18px;
  margin-bottom: 14px;
  border-radius: 14px;
  font-weight: 600;
  color: #1c2b36;
  transition: all 0.35s ease;
  border: 1px solid #e0edf5;
  position: relative;
  overflow: hidden;
}

.ld-feature-list li::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.45),
    transparent
  );
  left: -120%;
  top: 0;
  transition: all 0.6s ease;
}

.ld-feature-list li:hover::before {
  left: 120%;
}

.ld-feature-list li:hover {
  transform: translateX(10px);
  background: #ffffff;
  box-shadow: 0 16px 32px rgba(4,31,61,0.12);
}

.ld-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #041f3d, #0b5a8d);
  flex-shrink: 0;
  box-shadow: 0 0 12px rgba(4,31,61,0.35);
}

.green-bullet {
  background: linear-gradient(135deg, #0d7d58, #12a36b);
  box-shadow: 0 0 12px rgba(18,163,107,0.35);
}

.application-card:hover,
.feature-card:hover {
  transform: translateY(-12px) scale(1.01);
}

.ld-spec {
  padding: 42px;
  text-align: center;
  margin: 35px 0;
}

.ld-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}

.ld-spec-grid div {
  background: linear-gradient(135deg, #eef6fb, #ffffff);
  padding: 22px;
  border-radius: 16px;
  border: 1px solid #d8e9f2;
  transition: all 0.35s ease;
}

.ld-spec-grid div:hover {
  background: #041f3d;
  color: #ffffff;
  transform: scale(1.05);
}

.ld-spec-grid strong {
  display: block;
  color: #12a36b;
  margin-bottom: 8px;
}

.ld-spec-grid span {
  font-weight: 700;
}

.ld-why-matter {
  margin: 45px 0;
  text-align: center;
}

.ld-matter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 25px;
  text-align: left;
}

.ld-problem-card,
.ld-solution-card {
  padding: 32px;
  transition: all 0.35s ease;
}

.ld-problem-card {
  border-left: 6px solid #d64545;
}

.ld-solution-card {
  border-left: 6px solid #12a36b;
}

.ld-problem-card:hover,
.ld-solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 50px rgba(4,31,61,0.16);
}

.ld-problem-card h3,
.ld-solution-card h3 {
  color: #041f3d;
  font-size: 22px;
  margin-bottom: 15px;
}

.ld-problem-card ul,
.ld-solution-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ld-problem-card li,
.ld-solution-card li {
  background: #f7fbff;
  margin-bottom: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
}

.ld-why {
  margin: 45px 0;
  text-align: center;
}

.ld-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}

.ld-why-card {
  padding: 24px;
  color: #041f3d;
  font-weight: 700;
  transition: all 0.35s ease;
}

.ld-why-card:hover {
  background: linear-gradient(135deg, #041f3d, #063b68);
  color: #ffffff;
  transform: translateY(-8px);
}

.ld-faq {
  margin: 50px 0;
}

.ld-faq h2 {
  text-align: center;
}

.ld-faq-item {
  padding: 24px 28px;
  margin-bottom: 18px;
  border-left: 5px solid #063b68;
  transition: all 0.35s ease;
}

.ld-faq-item:hover {
  transform: translateX(8px);
  border-left-color: #12a36b;
  box-shadow: 0 18px 40px rgba(4,31,61,0.14);
}

.ld-faq-item h3 {
  color: #041f3d;
  margin-bottom: 8px;
  font-size: 20px;
}

.ld-seo-keywords {
  padding: 35px;
  margin: 40px 0;
  border-top: 5px solid #12a36b;
}

.ld-seo-keywords p {
  font-size: 15px;
  color: #314352;
}

.ld-quote {
  text-align: center;
  padding: 52px 25px;
  background: linear-gradient(135deg, #041f3d, #063b68);
  color: #ffffff;
}

.ld-quote h2 {
  color: #ffffff;
}

.ld-quote p {
  font-size: 18px;
  margin-bottom: 25px;
}

.ld-wow {
  animation: ldFadeUp 0.9s ease forwards;
}

@keyframes ldFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .ld-hero h1 {
    font-size: 34px;
  }

  .ld-grid,
  .ld-spec-grid,
  .ld-why-grid,
  .ld-matter-grid {
    grid-template-columns: 1fr;
  }

  .ld-container {
    padding: 40px 15px;
  }

  .ld-intro,
  .ld-card,
  .ld-spec,
  .ld-seo-keywords,
  .ld-problem-card,
  .ld-solution-card {
    padding: 28px;
  }
}/* End custom CSS */