.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2890367:#005487;--e-global-color-6300e66:#FFB911;--e-global-color-987a862:#870000;--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-6 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){--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);}.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 */.checklist-box {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}

.checklist-box li {
  position: relative;
  padding-left: 42px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}

.checklist-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #444;
  color: #28a745;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

.checklist-box li.visible {
  opacity: 1;
  transform: translateY(0);
}

.checklist-box li.visible::before {
  opacity: 1;
  transform: scale(1);
}

.custom-divider {
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
}

.custom-divider::before,
.custom-divider::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid #870000;
  margin: 0 10px;
  opacity: 0.3;
}

.custom-divider span {
  font-size: 20px;
  color: #870000;
}

.section-title-left {
  text-align: left;
  color: #870000;
  font-size: 22px;
  margin-top: 40px;
  
}

.elementor-kit-6 .pricing-note {
  background-color: #fff5f5;
  border: 2px solid #870000;
  color: #870000;
  padding: 12px 16px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(135, 0, 0, 0.1);
  max-width: 600px;
}/* End custom CSS */