.elementor-7040 .elementor-element.elementor-element-d093081{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:25px 25px 25px 25px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-7040 .elementor-element.elementor-element-db35c50 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-7040 .elementor-element.elementor-element-db35c50{text-align:center;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:26px;}.elementor-7040 .elementor-element.elementor-element-32c9461.elementor-element{--align-self:center;}#elementor-popup-modal-7040 .dialog-widget-content{animation-duration:0.5s;border-radius:25px 25px 25px 25px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-7040{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7040 .dialog-message{width:500px;height:auto;}#elementor-popup-modal-7040 .dialog-close-button{display:flex;}#elementor-popup-modal-7040 .dialog-close-button i{color:#000000;}#elementor-popup-modal-7040 .dialog-close-button svg{fill:#000000;}@media(max-width:767px){#elementor-popup-modal-7040 .dialog-message{width:450px;}#elementor-popup-modal-7040 .dialog-widget-content{margin:0% 1% 0% 1%;}}/* Start custom CSS for container, class: .elementor-element-d093081 *//* inputs & textarea */
#g-form-container .wpcf7-form input[type="text"],
#g-form-container .wpcf7-form input[type="email"],
#g-form-container .wpcf7-form input[type="tel"],
#g-form-container .wpcf7-form input[type="url"],
#g-form-container .wpcf7-form textarea {
  width: 100%;
  background: #F0F0F0; 
  border: none;
  border-radius: 5px;
  padding: 15px 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
  outline: none;
}

/* spacing between fields */
#g-form-container .wpcf7-form p {
  margin: 0 0 14px 0;
}

/* placeholder */
#g-form-container .wpcf7-form ::placeholder {
  color: #979797;
  opacity: 1;
}

/* focus ring */
#g-form-container .wpcf7-form input:focus,
#g-form-container .wpcf7-form textarea:focus {
  background: #F0F0F0;
  box-shadow: inset 0 0 0 2px #F9B020;
}

/* submit button */
#g-form-container .wpcf7-form input[type="submit"] {
  width: 100%;
  background: #F9B020;          /* gold */
  color: #000;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  cursor: pointer;
  transition: background-color .2s ease, transform .15s ease;
}
#g-form-container .wpcf7-form input[type="submit"]:hover {
  background: #FFBE33;          /* lighter hover */
  transform: translateY(-1px);
}
#g-form-container .wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

/* validation states (keeps the clean look) */
#g-form-container .wpcf7-form .wpcf7-not-valid {
  box-shadow: inset 0 0 0 2px #D9534F; /* subtle red ring */
}
#g-form-container .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #D9534F;
  font-size: 13px;
}

/* spinner alignment tweak */
/* Make the submit <p> a positioning context */
#g-form-container .wpcf7-form p:last-of-type {
  position: relative;
}

/* Reset + position spinner inside the button */
#g-form-container .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 14px;                 /* distance from button’s right edge */
  transform: translateY(-50%);
  margin: 0;
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25);  /* track */
  border-top-color: #000;              /* active arc */
  animation: gcf7spin .8s linear infinite;
  opacity: 1;
  visibility: hidden;       
  z-index: 1; 
}


/* Optional: ensure button text stays centered */
#g-form-container .wpcf7-form input[type="submit"] {
  text-align: center;
  position: relative;
  padding-right: 44px;         /* space so text doesn't overlap spinner */
}

/* Spin animation */
@keyframes gcf7spin {
  to { transform: translateY(-50%) rotate(360deg); }
}

#g-form-container .g-thanks {
  background: none;
  padding: 40px 20px;
  text-align: center;
}
#g-form-container .g-thanks h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color:#F9B020;
}
#g-form-container .g-thanks p {
  margin: 0;
  font-size: 16px;
  color: #333;
}


/* mobile tightening */
@media (max-width: 767px) {
  #g-form-container .wpcf7-form input[type="text"],
  #g-form-container .wpcf7-form input[type="email"],
  #g-form-container .wpcf7-form input[type="tel"],
  #g-form-container .wpcf7-form input[type="url"],
  #g-form-container .wpcf7-form textarea {
    padding: 12px 16px;
    border-radius: 12px;
  }
  #g-form-container .wpcf7-form input[type="submit"] {
    padding: 12px 16px;
    border-radius: 10px;
  }
}/* End custom CSS */