.elementor-5964 .elementor-element.elementor-element-017ce8e{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5964 .elementor-element.elementor-element-8e5537f > .elementor-widget-container{padding:10px 10px 10px 10px;}.elementor-5964 .elementor-element.elementor-element-cd91ee6{--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;}@media(max-width:767px){.elementor-5964 .elementor-element.elementor-element-8e5537f > .elementor-widget-container{padding:10px 10px 10px 10px;}}/* Start custom CSS for text-editor, class: .elementor-element-8e5537f *//* Section Background */
.lawcet-section {
  background: #f8f9fb;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

/* Container */
.lawcet-container {
  max-width: 850px;
  width: 100%;
  background: #ffffff;
  padding: 50px 45px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  text-align: center;
  box-sizing: border-box;
}

/* Badge */
.lawcet-badge {
  display: inline-block;
  background: #eef2ff;
  color: #1e3a8a;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* Title */
.lawcet-title {
  font-size: 30px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 15px;
  margin-top: 0;
}

/* Description */
.lawcet-description {
  font-size: 16px;
  color: #4b5563;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* CTA Group */
.lawcet-cta-group {
  display: flex;
  flex-direction: row;       /* explicitly row */
  gap: 20px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}

/* Button Base */
.lawcet-btn {
  flex: 1 1 0;
  min-width: 0;              /* prevents overflow on flex children */
  max-width: 380px;
  padding: 18px 20px;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  line-height: 1.3;
  box-sizing: border-box;
}

/* Subtext inside button */
.lawcet-btn span {
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.85;
  display: block;
}

/* Outline Button */
.lawcet-btn-outline {
  border: 2px solid #1e3a8a;
  color: #1e3a8a;
  background: #ffffff;
}
.lawcet-btn-outline:hover {
  background: #f1f5ff;
}

/* Solid Button */
.lawcet-btn-solid {
  background: #1e3a8a;
  color: #ffffff;
  border: 2px solid #1e3a8a;
}

.lawcet-btn-solid,
.lawcet-btn-solid span {
  color: #ffffff !important;
  opacity: 1;
}

.lawcet-btn-solid:hover {
  background: #162e6b;
  border-color: #162e6b;
}

/* Trust Line */
.lawcet-trust {
  margin-top: 30px;
  font-size: 14px;
  color: #6b7280;
}

/* ── Responsive ── */

@media (max-width: 1199px) {
  .lawcet-container {
    max-width: 750px;
  }
  .lawcet-btn {
    font-size: 16px;
    padding: 16px 18px;
  }
}

@media (max-width: 991px) {
  .lawcet-cta-group {
    flex-wrap: wrap;
  }
  .lawcet-btn {
    flex: 1 1 260px;
    max-width: 100%;
  }
}

@media (max-width: 367px) {
  .lawcet-container {
    padding: 30px 20px;
  }
  .lawcet-title {
    font-size: 24px;
  }
  .lawcet-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .lawcet-cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .lawcet-btn {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 16px 20px;
  }
  .lawcet-trust {
    font-size: 13px;
    margin-top: 22px;
  }
}/* End custom CSS */