.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-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 */.ls24-section {
  background: #fff;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  max-width: 1200px;
  margin: auto;
}

.ls24-section h2 {
  color: #ff9f11;
 }
 
.ls24-box {
  background: #fffffc;
  border: 1px solid #ffc7c7;
  border-left: 6px solid #ff9f11;
  border-radius: 12px;
  padding: 30px 35px;
  margin-bottom: 35px;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.ls24-box:hover {
  transform: translateY(-4px);
}

.ls24-box h2 {
  color: #ff9f11;
  font-size: 1.7em;
  margin-bottom: 20px;
}

.ls24-box p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.ls24-box ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.ls24-box ul li {
  padding: 12px 16px;
  margin-bottom: 12px;
  background: #fff;
  border-left: 5px solid #98989a;
  border-radius: 8px;
  font-size: 1em;
  line-height: 1.6;
  box-shadow: 0 1px 5px rgba(255, 0, 0, 0.05);
}

/* Checklist: no icon version */
.ls24-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.ls24-checklist li {
  padding-left: 16px;
}

/* Services button grid */
.ls24-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 25px 0;
}

.ls24-service-list button {
  flex: 1 1 calc(33.333% - 30px);
  background-color: #e60000;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1em;
  cursor: pointer;
  transition: background 0.3s ease;
  min-width: 220px;
  max-width: 300px;
  box-shadow: 0 3px 10px rgba(230, 0, 0, 0.1);
  text-align: center;
}

.ls24-service-list button:hover {
  background-color: #b30000;
}

.call-to-action {
  background: #98989a;
  color: #fff;
  border-left: 8px solid #ff9f11;
  box-shadow: 0 4px 20px rgba(204, 0, 0, 0.2);
}

.call-to-action h2,
.call-to-action p {
  color: #fff;
}

/* 📱 Mobile Responsive Tweaks */
@media (max-width: 768px) {
  .ls24-box {
    padding: 24px 18px;
  }

  .ls24-box h2 {
    font-size: 1.4em;
  }

  .ls24-box p {
    font-size: 1em;
  }

  .ls24-checklist {
    gap: 10px;
  }

  .ls24-service-list {
    flex-direction: column;
    align-items: stretch;
  }

  .ls24-service-list button {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    font-size: 1em;
  }

  .ls24-checklist li {
    font-size: 1em;
    padding-left: 16px;
  }
}/* End custom CSS */