.elementor-kit-9{--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.elc-section {
  font-family: 'Segoe UI', sans-serif;
  padding: 50px 20px;
  background-color: #f9fafd;
  color: #2a2a2a;
  max-width: 1200px;
  margin: auto;
}

.elc-intro {
  text-align: center;
  margin-bottom: 40px;
}

.elc-intro h2 {
  font-size: 30px;
  color: #0B5345; /* Deep Green */
  margin-bottom: 10px;
}

.elc-intro p {
  font-size: 16px;
  color: #555;
}

.elc-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.elc-card {
  background-color: #ffffff;
  border-top: 5px solid #C0C0C0; /* Silver */
  border-left: 5px solid #0B5345; /* Deep Green */
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elc-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(11, 83, 69, 0.2);
}

.elc-card h3 {
  font-size: 20px;
  color: #0B5345; /* Deep Green */
  margin-top: 0;
}

.elc-card p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.elc-card a {
  display: inline-block;
  margin-top: 12px;
  font-weight: bold;
  color: #C0C0C0; /* Silver */
  text-decoration: none;
  transition: color 0.2s ease;
}

.elc-card a:hover {
  color: #999999; /* Darker Silver */
  text-decoration: underline;
}

/* Section-specific overrides */
.elc-reasons .elc-card {
  background-color: #e6f2ef; /* Light Green Tint */
}

.elc-tips .elc-card {
  background-color: #f5f5f5; /* Light Silver Tint */
  border-top-color: #0B5345; /* Deep Green */
  border-left-color: #C0C0C0; /* Silver */
}/* End custom CSS */