.elementor-3115 .elementor-element.elementor-element-bc62a7c{--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:0px;--padding-right:0px;}.elementor-3115 .elementor-element.elementor-element-aaee32a  .tf-btn.style-2.type-3 .s2{background:var( --e-global-color-primary );}.elementor-3115 .elementor-element.elementor-element-aaee32a  .tf-btn.style-2.type-3:hover .s2{background:#179377 !important;}.elementor-3115 .elementor-element.elementor-element-14c8460{--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:0px;--padding-right:0px;}.elementor-3115 .elementor-element.elementor-element-f93461a  .wg-box{background:#052C33 !important;}.elementor-3115 .elementor-element.elementor-element-6c6c1db{--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:0px;--padding-right:0px;}.elementor-3115 .elementor-element.elementor-element-c5a0704  .tf-accordion .icon{background:var( --e-global-color-primary );}.elementor-3115 .elementor-element.elementor-element-c5a0704  .tf-accordion{background:#04181A !important;}.elementor-3115 .elementor-element.elementor-element-3de9a0b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3115 .elementor-element.elementor-element-deb15fa  .tf-btn .btn-text{color:#FFFFFF !important;}.elementor-3115 .elementor-element.elementor-element-deb15fa  .tf-btn.style-5{box-shadow:0px 0px 8px 0px #8FC284 !important;background:var( --e-global-color-primary );}.elementor-3115 .elementor-element.elementor-element-deb15fa  .s-cta > .line{background:var( --e-global-color-secondary );}body.elementor-page-3115:not(.elementor-motion-effects-element-type-background), body.elementor-page-3115 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#041A18;}/* Start custom CSS for innerpagecontact, class: .elementor-element-aaee32a *//* Contact form fields - force green gradient */
#contactform .wpcf7 form input[type="text"],
#contactform .wpcf7 form input[type="email"],
#contactform .wpcf7 form textarea,
#contactform .form_contact input[type="text"],
#contactform .form_contact input[type="email"],
#contactform .form_contact textarea {
  background: linear-gradient(180deg, #0c2b25 0%, #123b34 100%) !important;
  background-color: #123b34 !important;
  border: 1px solid rgba(27, 199, 158, 0.22) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

/* Placeholder color */
#contactform .wpcf7 form input[type="text"]::placeholder,
#contactform .wpcf7 form input[type="email"]::placeholder,
#contactform .wpcf7 form textarea::placeholder,
#contactform .form_contact input[type="text"]::placeholder,
#contactform .form_contact input[type="email"]::placeholder,
#contactform .form_contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.78) !important;
}

/* Focus state */
#contactform .wpcf7 form input[type="text"]:focus,
#contactform .wpcf7 form input[type="email"]:focus,
#contactform .wpcf7 form textarea:focus,
#contactform .form_contact input[type="text"]:focus,
#contactform .form_contact input[type="email"]:focus,
#contactform .form_contact textarea:focus {
  background: linear-gradient(180deg, #10352e 0%, #15453c 100%) !important;
  border: 1px solid #1cc7a0 !important;
  color: #ffffff !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(28, 199, 160, 0.14) !important;
}

/* Input sizing */
#contactform .wpcf7 form input[type="text"],
#contactform .wpcf7 form input[type="email"],
#contactform .form_contact input[type="text"],
#contactform .form_contact input[type="email"] {
  min-height: 72px !important;
  padding: 0 32px !important;
}

/* Textarea sizing */
#contactform .wpcf7 form textarea,
#contactform .form_contact textarea {
  min-height: 190px !important;
  padding: 24px 32px !important;
  resize: vertical !important;
}

/* Remove blue styles from theme wrappers if any */
#contactform .wpcf7-form-control-wrap,
#contactform fieldset,
#contactform p {
  background: transparent !important;
  box-shadow: none !important;
}

/* CONTACT PAGE: keep grid image, change only blue glow to #05C397 */
.s-contact {
  position: relative;
  overflow: hidden;
}

/* Keep the grid image visible */
.s-contact .s-img-item.bottom.item-3 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
}

/* Hide only the old blue glow elements */
.s-contact .s-img-item.bottom.item-4,
.s-contact .line.default.type-bottom {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Add custom green glow */
.s-contact::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -60px;
  height: 260px;
  background:
    radial-gradient(ellipse at center,
      rgba(5, 195, 151, 0.34) 0%,
      rgba(5, 195, 151, 0.22) 28%,
      rgba(5, 195, 151, 0.12) 48%,
      rgba(5, 195, 151, 0.05) 64%,
      rgba(5, 195, 151, 0) 78%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

/* Keep content above both grid and glow */
.s-contact .tf-container,
.s-contact .relative.z-5,
.s-contact #contactform {
  position: relative;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for homecta, class: .elementor-element-deb15fa *//* CTA SECTION: keep grid, replace blue glow with #05C397 */
.s-cta {
  position: relative;
  overflow: hidden;
}

/* Keep the grid image */
.s-cta .s-img-item.bottom.item-3 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 1;
}

.s-cta .s-img-item.bottom.item-3 img {
  opacity: 0.75 !important;
}

/* Hide only the old blue glow */
.s-cta .s-img-item.bottom.item-4,
.s-cta .line {
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Add custom green glow */
.s-cta::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -70px;
  height: 280px;
  background:
    radial-gradient(ellipse at center,
      rgba(5, 195, 151, 0.34) 0%,
      rgba(5, 195, 151, 0.22) 28%,
      rgba(5, 195, 151, 0.12) 48%,
      rgba(5, 195, 151, 0.05) 64%,
      rgba(5, 195, 151, 0) 78%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

/* Keep CTA content above the glow */
.s-cta .relative.z-5,
.s-cta .tf-container,
.s-cta .s-heading {
  position: relative;
  z-index: 2;
}/* End custom CSS */