.elementor-39 .elementor-element.elementor-element-d3b429c{--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-39 .elementor-element.elementor-element-d73bc16{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39 .elementor-element.elementor-element-d73bc16:not(.elementor-motion-effects-element-type-background), .elementor-39 .elementor-element.elementor-element-d73bc16 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050607;}.elementor-39 .elementor-element.elementor-element-da686cd{--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-39 .elementor-element.elementor-element-d402625{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-39 .elementor-element.elementor-element-d73bc16{--content-width:1400px;}.elementor-39 .elementor-element.elementor-element-da686cd{--width:60%;}.elementor-39 .elementor-element.elementor-element-d402625{--width:40%;}}/* Start custom CSS for shortcode, class: .elementor-element-8e5789a *//* ==========================================
   AURA STUDIO PREMIUM LIGHT FORM (UPDATED)
   MOBILE OPTIMIZED + DROPDOWN FIX
   ========================================== */

/* Google Fonts Embed */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700;900&display=swap');

/* ==========================================
   BASE CONTAINER
   ========================================== */

.aura-cf7-container {
  /* Changed from dark to a premium white glass effect */
  background: rgba(255, 255, 255, 0.95) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;

  padding: 2rem !important;
  border-radius: 2.5rem !important;

  backdrop-filter: blur(40px) !important;
  -webkit-backdrop-filter: blur(40px) !important;

  position: relative;
  overflow: hidden;

  box-sizing: border-box !important;

  max-width: 680px;
  width: 100% !important;

  margin: 0 auto !important;
  
  /* Added soft shadow for light theme depth */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03) !important;
}

/* ==========================================
   BACKGROUND GLOW
   ========================================== */

.aura-cf7-container::before {
  content: "";

  position: absolute;
  top: 0;
  right: 0;

  width: 250px;
  height: 250px;

  background: radial-gradient(
    circle,
    rgba(216, 17, 89, 0.06) 0%,
    rgba(216, 17, 89, 0) 70%
  );

  filter: blur(50px);

  pointer-events: none;
  z-index: 1;
}

/* ==========================================
   HEADINGS
   ========================================== */

.aura-form-header {
  margin-bottom: 2rem;

  /* Darker border for light theme */
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);

  padding-bottom: 1rem;

  position: relative;
  z-index: 2;
}

.aura-form-subtitle {
  display: block;

  font-size: 12px;

  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;

  color: #FF8C00;

  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.aura-form-title {
  font-size: 2rem !important;

  font-family: 'Space Grotesk', sans-serif;
  font-weight: 900;

  /* Changed to dark text */
  color: #0A0B10 !important;

  letter-spacing: -0.02em;

  margin-top: 4px;
  margin-bottom: 8px;

  text-transform: uppercase;
  line-height: 1.1;
}

.aura-form-desc {
  font-size: 14px !important;

  font-family: 'Plus Jakarta Sans', sans-serif;

  /* Changed to dark grey text */
  color: rgba(0, 0, 0, 0.6) !important;

  line-height: 1.5;

  margin: 0;
}

/* ==========================================
   FORM GRID
   ========================================== */

.aura-form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;

  position: relative;
  z-index: 2;
}

.aura-form-row {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 1.25rem;
}

.aura-form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* ==========================================
   CF7 WRAPPER FIX
   ========================================== */

.aura-cf7-container .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}

/* ==========================================
   LABELS
   ========================================== */

.aura-cf7-container .aura-label {
  display: block !important;

  /* Changed to dark grey */
  color: rgba(0, 0, 0, 0.8) !important;

  font-family: 'Plus Jakarta Sans', sans-serif !important;

  font-size: 14px !important;
  font-weight: 600 !important;

  margin-bottom: 0.45rem !important;

  letter-spacing: 0.02em;

  text-align: left;
}

/* ==========================================
   INPUTS
   ========================================== */

.aura-cf7-container .aura-input {
  width: 100% !important;

  height: 44px !important;

  /* Light background for inputs */
  background-color: rgba(0, 0, 0, 0.03) !important;

  /* Darker border */
  border: 1px solid rgba(0, 0, 0, 0.08) !important;

  border-radius: 0.9rem !important;

  padding: 0 1rem !important;

  font-size: 15px !important;
  font-weight: 500 !important;

  /* Dark text color */
  color: #0A0B10 !important;

  font-family: 'Plus Jakarta Sans', sans-serif !important;

  outline: none !important;
  box-shadow: none !important;

  box-sizing: border-box !important;

  display: block !important;

  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ==========================================
   TEXTAREA
   ========================================== */

.aura-cf7-container .aura-textarea {
  width: 100% !important;

  height: 90px !important;
  min-height: 90px !important;

  padding: 0.8rem 1rem !important;

  resize: none !important;
}

/* ==========================================
   INPUT FOCUS
   ========================================== */

.aura-cf7-container .aura-input:focus,
.aura-cf7-container .aura-textarea:focus,
.aura-cf7-container .aura-select:focus {

  border-color: #D81159 !important;

  box-shadow: 0 0 15px rgba(216, 17, 89, 0.15) !important;

  /* Pure white on focus */
  background-color: #ffffff !important;
}

/* ==========================================
   PLACEHOLDER
   ========================================== */

.aura-cf7-container .aura-input::placeholder,
.aura-cf7-container .aura-textarea::placeholder {

  /* Darker placeholder */
  color: rgba(0, 0, 0, 0.4) !important;

  font-size: 15px !important;
}

/* ==========================================
   SELECT WRAPPER
   ========================================== */

.aura-select-wrapper {
  position: relative !important;

  width: 100% !important;

  display: block !important;
}

/* ==========================================
   SELECT FIELD
   ========================================== */

.aura-cf7-container .aura-select {

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  cursor: pointer !important;

  padding-right: 2.8rem !important;

  vertical-align: middle !important;

  line-height: normal !important;
}

/* ==========================================
   SELECT OPTIONS
   ========================================== */

.aura-cf7-container .aura-select option {

  /* White background for dropdown options */
  background-color: #ffffff !important;

  /* Dark text */
  color: #0A0B10 !important;

  padding: 0.5rem !important;
}

/* ==========================================
   UPDATED DROPDOWN ARROW FIX
   ========================================== */

.aura-select-wrapper::after {

  content: "" !important;

  position: absolute !important;

  right: 1.2rem !important;
  top: 50% !important;

  width: 8px !important;
  height: 8px !important;

  /* Darker arrow for light theme */
  border-right: 2px solid rgba(0, 0, 0, 0.45) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.45) !important;

  transform: translateY(-65%) rotate(45deg) !important;

  pointer-events: none !important;

  transition: all 0.3s ease !important;

  z-index: 2 !important;
}

.aura-select-wrapper:hover::after {
  border-color: #D81159 !important;
}

/* ==========================================
   SUBMIT BUTTON
   ========================================== */

.aura-cf7-container .aura-submit {

  width: 100% !important;

  height: 48px !important;

  background: linear-gradient(
    135deg,
    #FF8C00 0%,
    #D81159 50%,
    #8F2D56 100%
  ) !important;

  border: none !important;

  border-radius: 0.9rem !important;

  font-family: 'Space Grotesk', sans-serif !important;

  font-size: 15px !important;
  font-weight: 700 !important;

  text-transform: uppercase !important;

  letter-spacing: 0.15em !important;

  color: #ffffff !important;

  cursor: pointer !important;

  box-shadow: 0 4px 15px rgba(216, 17, 89, 0.25) !important;

  display: block !important;

  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;

  margin: 0 auto !important;
}

.aura-cf7-container .aura-submit:hover {

  transform: translateY(-2px) !important;

  box-shadow: 0 0 25px rgba(216, 17, 89, 0.45) !important;

  opacity: 0.95 !important;
}

.aura-cf7-container .aura-submit:active {
  transform: translateY(0) !important;
}

/* ==========================================
   CF7 MESSAGES
   ========================================== */

.aura-cf7-container .wpcf7-not-valid-tip {

  color: #D81159 !important;

  font-size: 12px !important;

  font-family: 'Plus Jakarta Sans', sans-serif !important;

  font-weight: 700 !important;

  margin-top: 4px !important;

  text-transform: uppercase !important;

  display: block !important;

  text-align: left;
}

.aura-cf7-container .wpcf7-response-output {

  /* Light theme response box */
  border: 1px solid rgba(0, 0, 0, 0.1) !important;

  background-color: #ffffff !important;

  color: #0A0B10 !important;

  border-radius: 1rem !important;

  padding: 0.8rem 1.2rem !important;

  font-size: 14px !important;

  font-family: 'Plus Jakarta Sans', sans-serif !important;

  margin: 1rem 0 0 0 !important;

  text-align: center !important;
}

.aura-cf7-container .wpcf7-mail-sent-ok {

  border-color: #FF8C00 !important;

  box-shadow: 0 0 15px rgba(255, 140, 0, 0.15) !important;
}

/* ==========================================
   ELEMENTOR / WORDPRESS FIX
   ========================================== */

.elementor-widget-shortcode,
.wp-block-shortcode {

  /* Made transparent so it inherits the light background instead of black */
  background-color: transparent !important;

  border-radius: 2.5rem !important;
}

/* ==========================================
   MOBILE OPTIMIZATION
   ========================================== */

@media (max-width: 768px) {

  .aura-cf7-container {

    padding: 1.2rem !important;

    border-radius: 1.7rem !important;

    margin-left: 14px !important;
    margin-right: 14px !important;

    max-width: calc(100% - 28px) !important;
  }

  .aura-form-row {

    grid-template-columns: 1fr !important;

    gap: 1rem !important;
  }

  .aura-form-title {

    font-size: 1.6rem !important;

    line-height: 1.15 !important;
  }

  .aura-form-desc {

    font-size: 13px !important;
  }

  .aura-cf7-container .aura-input,
  .aura-cf7-container .aura-select {

    height: 42px !important;

    font-size: 14px !important;

    border-radius: 0.8rem !important;
  }

  .aura-cf7-container .aura-textarea {

    height: 85px !important;

    min-height: 85px !important;

    font-size: 14px !important;
  }

  .aura-cf7-container .aura-submit {

    height: 44px !important;

    font-size: 14px !important;

    border-radius: 0.8rem !important;
  }

  .aura-select-wrapper::after {

    right: 1rem !important;

    width: 7px !important;
    height: 7px !important;
  }

}/* End custom CSS */