.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-10000000207 .elementor-element.elementor-element-3a7a715{--display:flex;}.elementor-10000000207 .elementor-element.elementor-element-9491ff8{--display:flex;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-10000000207 .elementor-element.elementor-element-13450f8{--display:flex;}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}@media(max-width:767px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-shortcode .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-shortcode .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}/* Start custom CSS for container, class: .elementor-element-9491ff8 *//* Membership Banner */
.membership-banner {
    width: 100%;
    background: linear-gradient(135deg, #ff4d4d 20%, #ffae00 80%);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 700;
    z-index: 1000;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: slideIn 0.5s ease-out;
}

.membership-banner p {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.banner-button {
    background: #000734;
    color: #fff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.banner-button:hover {
    background: #1a2a44;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.banner-button:active {
    transform: scale(0.95);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Animation for Banner */
@keyframes slideIn {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Responsive Styles */
@media (max-width: 768px) {
    .membership-banner {
        padding: 15px 15px;
        font-size: 16px;
    }
    .membership-banner p {
        font-size: 16px;
    }
    .banner-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .membership-banner {
        padding: 12px 10px;
        font-size: 14px;
    }
    .membership-banner p {
        font-size: 14px;
    }
    .banner-buttons {
        flex-direction: column;
        gap: 10px;
    }
    .banner-button {
        padding: 8px 15px;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-13450f8 */<style>
/* VASPA Join Section */
.vaspa-join-section {
  background: #f5f7fa;
  padding: 40px 20px;
  min-height: calc(100vh - 200px); /* Adjust based on your header/footer height */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* VASPA Join Container */
.vaspa-join-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
}

/* Form Card */
.vaspa-join-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 25px;
  animation: fadeIn 0.5s ease-out;
}

/* Fade-In Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form Header */
.vaspa-join-card h2 {
  background: linear-gradient(135deg, #000734 30%, #ffae00 70%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  margin: -25px -25px 20px -25px;
  border-radius: 12px 12px 0 0;
}

/* Membership Evaluation Info */
.membership-evaluation-info {
  margin-bottom: 20px;
}

.membership-evaluation-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2a44;
  margin-bottom: 10px;
}

.membership-evaluation-info p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Gravity Forms Styles */
.gform_wrapper {
  margin: 0 !important;
}

.gform_wrapper .gfield {
  margin-bottom: 15px;
}

.gform_wrapper .gfield_label {
  font-size: 14px;
  font-weight: 600;
  color: #1a2a44;
  margin-bottom: 5px;
}

.gform_wrapper .gfield_required {
  color: #ff4d4d;
}

/* Name Field (First, Last) */
.gform_wrapper .ginput_complex {
  display: flex;
  gap: 15px;
}

.gform_wrapper .ginput_complex .ginput_container {
  flex: 1;
}

.gform_wrapper .ginput_complex label {
  font-size: 13px;
  color: #666;
}

/* Inputs and Dropdowns */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #e0e4e8;
  border-radius: 5px;
  background: #f9fafb;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* General Dropdown Styling (for Country, etc.) */
.gform_wrapper select {
  width: 100%;
  padding: 10px 30px 10px 10px; /* Space for custom arrow */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #1a2a44; /* Ensure text color is visible */
  background-color: #f9fafb;
  border: 1px solid #e0e4e8;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path fill='%231a2a44' d='M2 4l4 4 4-4z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 12px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1.5; /* Improve text alignment */
  text-decoration: none; /* Remove underline if unwanted */
}

.gform_wrapper select option {
  color: #1a2a44; /* Match text color for options */
  background-color: #fff; /* Default background for options */
  padding: 5px 10px; /* Add padding to options for readability */
}

.gform_wrapper select:invalid,
.gform_wrapper select option[value=""] {
  color: #999; /* Light gray for placeholder */
}

/* Specific Styling for Applicant Dropdown */
.gform_wrapper .gfield_1 select { /* Replace 'gfield_1' with the actual field ID class */
  background: #fff; /* Different background for Applicant */
  border: 2px solid #1a2a44; /* Darker border for emphasis */
  font-weight: 600; /* Bolder text */
  color: #1a2a44; /* Darker text color */
}

/* Ensure Country Dropdown Retains Its Style */
.gform_wrapper .ginput_container_address select[name$="_country"] {
  padding: 10px 30px 10px 10px;
  background-position: right 10px center;
  background-size: 12px 12px;
}

/* Focus state for all dropdowns */
.gform_wrapper select:focus {
  border-color: #0055e9;
  box-shadow: 0 0 0 3px rgba(0, 85, 233, 0.2);
  outline: none;
}

/* File Upload */
.gform_wrapper .ginput_container_fileupload input[type="file"] {
  padding: 8px 0;
  font-size: 13px;
}

/* Checkbox Styling */
.gform_wrapper .gfield_checkbox {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #e0e4e8;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked {
  background: #ffae00;
  border-color: #ffae00;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="%23fff" d="M2 6l3 3 5-5-1-1-4 4-2-2z"/></svg>');
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
}

.gform_wrapper .gfield_checkbox label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #1a2a44;
  line-height: 1.5;
}

.gform_wrapper .gfield_checkbox .gfield_required {
  color: #ff4d4d;
  margin-left: 5px;
}

/* Submit Button */
.gform_wrapper .gform_button {
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #ffae00 30%, #000734 70%);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(255, 174, 0, 0.4);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: glow 1.5s infinite ease-in-out;
}

@keyframes glow {
  0% { box-shadow: 0 4px 12px rgba(255, 174, 0, 0.4); }
  50% { box-shadow: 0 4px 12px rgba(255, 174, 0, 0.6), 0 0 10px rgba(255, 174, 0, 0.3); }
  100% { box-shadow: 0 4px 12px rgba(255, 174, 0, 0.4); }
}

.gform_wrapper .gform_button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(255, 174, 0, 0.6);
}

.gform_wrapper .gform_button:active {
  transform: scale(0.98);
  box-shadow: 0 2px 8px rgba(255, 174, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .vaspa-join-section {
    padding: 30px 15px;
  }
  .vaspa-join-container {
    max-width: 600px;
  }
  .vaspa-join-card {
    padding: 20px;
  }
  .vaspa-join-card h2 {
    font-size: 22px;
    padding: 12px;
    margin: -20px -20px 15px -20px;
  }
  .gform_wrapper .ginput_complex {
    flex-direction: column;
    gap: 10px;
  }
  .gform_wrapper .gform_button {
    padding: 10px;
    font-size: 14px;
  }
  .membership-evaluation-info h3 {
    font-size: 16px;
  }
  .membership-evaluation-info p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .vaspa-join-section {
    padding: 20px 10px;
  }
  .vaspa-join-container {
    max-width: 100%;
  }
  .vaspa-join-card {
    padding: 15px;
  }
  .vaspa-join-card h2 {
    font-size: 20px;
    margin: -15px -15px 12px -15px;
  }
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper select {
    padding: 8px;
    font-size: 13px;
  }
  .gform_wrapper .gform_button {
    padding: 8px;
    font-size: 13px;
  }
  .gform_wrapper .gfield_checkbox label {
    font-size: 13px;
  }
  .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  .membership-evaluation-info h3 {
    font-size: 14px;
  }
  .membership-evaluation-info p {
    font-size: 12px;
  }
}

/* Optional: Fix layout spacing on smaller screens */
.gform_wrapper .gfield_select {
  position: relative;
}

/* Optional: Add smooth transition for UX */
.gform_wrapper select {
  transition: all 0.3s ease;
}/* End custom CSS */