.elementor-4173 .elementor-element.elementor-element-95204c9{--display:flex;--padding-top:36px;--padding-bottom:36px;--padding-left:24px;--padding-right:24px;}.elementor-4173 .elementor-element.elementor-element-95204c9.e-con{--flex-grow:0;--flex-shrink:0;}.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-4173 .elementor-element.elementor-element-629e2fa{text-align:center;}.elementor-4173 .elementor-element.elementor-element-629e2fa .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;color:var( --e-global-color-16c8838 );}#elementor-popup-modal-4173{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-4173 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-4173 .dialog-close-button{display:flex;}#elementor-popup-modal-4173 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-4173 .elementor-element.elementor-element-95204c9{--width:96.719%;}}/* Start custom CSS for shortcode, class: .elementor-element-1312521 */.athena-form {
  font-family: "Inter", Arial, sans-serif;
  color: #9b958b;
}

.athena-form .ff-el-group {
  margin-bottom: 8px;
}

.athena-form label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #9b958b;
  margin-bottom: 10px;
}

.athena-form input,
.athena-form textarea,
.athena-form select {
  width: 100%;
  min-height: 42px;
  background: #faf8f5;
  border: 1px solid #e4dbcd;
  border-radius: 16px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
  box-shadow: none;
  outline: none;
}

.athena-form input::placeholder,
.athena-form textarea::placeholder {
  color: #9f998f;
  opacity: 1;
}

.athena-form input:focus,
.athena-form textarea:focus,
.athena-form select:focus {
  border-color: #caaa5d;
  background: #fffdf9;
  box-shadow: 0 0 0 2px rgba(202, 170, 93, 0.16);
}

.athena-form .ff-t-container {
  gap: 18px;
}

.athena-form .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 6px;
}

.athena-form input[type="checkbox"] {
  width: 28px;
  height: 28px;
  min-height: 28px;
  padding: 0;
  border-radius: 4px;
  border: 2px solid #8f8f8f;
  background: transparent;
  flex-shrink: 0;
}

.athena-form .ff-el-form-check-label {
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
  color: #9b958b;
}

.athena-form .ff-btn-submit {
  width: 100%;
  min-height: 55px;
  border: none;
  border-radius: 11px;
  background: #C9A24F !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.athena-form .ff-btn-submit:hover {
  background: #B99243;
  transform: translateY(-2px);
}

.athena-form .ff-btn-submit::after {
  content: " →";
  font-size: 18px;
  margin-left: 8px;
  vertical-align: middle;
}

.athena-form .ff-el-help-message,
.athena-form .ff-el-description {
  font-size: 16px;
  color: #9b958b;
  margin-top: 12px;
}

.athena-form .ff-el-input--label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .athena-form .ff-t-container {
    display: block;
  }

  .athena-form input,
  .athena-form textarea,
  .athena-form select {
    min-height: 52px;
    font-size: 16px;
    padding: 0 20px;
  }

  .athena-form .ff-btn-submit {
    min-height: 64px;
    font-size: 16px;
  }

  .athena-form .ff-el-form-check-label {
    font-size: 15px;
  }
}/* End custom CSS */