.elementor-54 .elementor-element.elementor-element-42b530b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-42b530b:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-42b530b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-50de288{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-50de288:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-50de288 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-3a34cb0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-3a34cb0:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-3a34cb0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-293971d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-293971d:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-293971d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-5d552fd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-5d552fd:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-5d552fd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-4f238ad{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-4f238ad:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-4f238ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-54 .elementor-element.elementor-element-5deb78d{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-54 .elementor-element.elementor-element-5deb78d:not(.elementor-motion-effects-element-type-background), .elementor-54 .elementor-element.elementor-element-5deb78d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f67552a *//* Attach Google Fonts in your HTML <head> as before */
.section-title {
  font-family: 'Montserrat', system-ui, sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
  color: #D4A02C;
  margin-top: 70px;
  margin-bottom: 38px;
}
.grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}
.pain-point {
  display: flex;
  align-items: center;
  background: #181818;
  border: 2px solid #D4A02C;
  border-radius: 13px;
  padding: 32px 28px;
  font-size: 1.17rem;
  font-family: 'Roboto', system-ui, sans-serif;
  color: #fff; /* Ensure text is always white */
  box-shadow: 0 0 18px 0 #D4A02C33; /* Soft gold glow */
  transition: box-shadow 0.14s, border-color 0.14s;
}
.pain-point:hover, .pain-point:focus-within {
  box-shadow: 0 0 32px 4px #d4a02c77;
  border-color: #B8860B;
}
.checkbox-custom {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 3px solid #D4A02C;
  border-radius: 6px;
  margin-right: 22px;
  background: transparent;
  vertical-align: middle;
  position: relative;
}
.checkbox-custom input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
  cursor: pointer;
  margin: 0;
}
.checkbox-custom.checked {
  background: #D4A02C;
}
.pain-point label {
  cursor: pointer;
  width: 100%;
  display: block;
  color: #fff;  /* Force label text to remain white */
}/* End custom CSS */