.elementor-76 .elementor-element.elementor-element-54cf3d4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:60px;--padding-bottom:13px;--padding-left:0px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-f3e096e{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:60px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-76 .elementor-element.elementor-element-007a959 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:18px;font-weight:500;letter-spacing:1.1px;color:#161616;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(10px/2);}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(10px/2);}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(10px/2);}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-10px/2);}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-10px/2);}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-76 .elementor-element.elementor-element-9c0519e{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-item > a{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-text{color:var( --e-global-color-text );transition:color 1s;}.elementor-76 .elementor-element.elementor-element-9c0519e .elementor-icon-list-item:hover .elementor-icon-list-text{color:#111111;}.elementor-76 .elementor-element.elementor-element-99741a7{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-f3e096e{--padding-top:0px;--padding-bottom:0px;--padding-left:22px;--padding-right:0px;}.elementor-76 .elementor-element.elementor-element-99741a7{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}@media(min-width:768px){.elementor-76 .elementor-element.elementor-element-f3e096e{--width:30%;}.elementor-76 .elementor-element.elementor-element-99741a7{--width:70%;}}/* Start custom CSS for html, class: .elementor-element-3ef74da */.footer-cta-wrapper {
  background: #ffffff;
  /*padding: 0px 0;*/
  text-align: left;
  max-width: 600px;
}

.footer-cta-wrapper h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-cta-wrapper p {
  font-size: 15px;
  color: #666;
  margin-bottom: 20px;
}

.footer-cta-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-cta-form input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f3f3f3; /* light gray background */
}

.footer-cta-form button {
  width: 140px;
  padding: 14px;
  background: #000000;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.25s;
}

.footer-cta-form button:hover {
  opacity: 0.85;
}

@media (max-width: 480px) {
  .footer-cta-form button {
    width: 100%;
  }
}/* End custom CSS */