.elementor .e-9c9ca0c-0d4177a{background-color:#C3A15C;}.elementor .e-b6e73f9-26c693f{/* 1. Form Container Styling (Floating Card Effect) */
selector {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}

/* 2. Input Fields - Minimalist Bottom Border Only */
selector .elementor-field-textual {
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-radius: 0 !important; /* Removes default curved edges */
  background-color: transparent !important;
  padding: 12px 0px !important; /* Removes side padding so text aligns perfectly left */
  box-shadow: none !important;
  color: #333333;
}

/* 3. Input Fields - Focus State (When a user clicks to type) */
selector .elementor-field-textual:focus {
  border-bottom: 1px solid #222222 !important; /* Darkens the line to show it is active */
  outline: none !important;
}

/* 4. Form Labels */
selector .elementor-field-label {
  font-size: 13px;
  color: #555555;
  margin-bottom: 4px;
  font-weight: 500;
}

/* 5. Submit Button */
selector .elementor-button {
  background-color: #8B6914 !important; /* Matches the dark gold/bronze in the design */
  color: #ffffff !important;
  border-radius: 2px !important; /* Very sharp, modern corners */
  padding: 16px 24px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

/* 6. Submit Button Hover State */
selector .elementor-button:hover {
  background-color: #6e5310 !important; /* Slightly darker shade on hover */
}\n}