.elementor-82 .elementor-element.elementor-element-27ed21ca{--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:182px 182px;--row-gap:182px;--column-gap:182px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-82 .elementor-element.elementor-element-6557ea8f{--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;--margin-top:0vw;--margin-bottom:0vw;--margin-left:3vw;--margin-right:0vw;}.elementor-82 .elementor-element.elementor-element-3c4b394a > .elementor-widget-container{margin:0px 0px -10px 0px;padding:0px 0px 30px 0px;}.elementor-82 .elementor-element.elementor-element-3e5b1e5e{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-82 .elementor-element.elementor-element-46ac1df0 > .elementor-widget-container{padding:0px 0px 11px 0px;}@media(min-width:768px){.elementor-82 .elementor-element.elementor-element-6557ea8f{--width:79%;}.elementor-82 .elementor-element.elementor-element-3e5b1e5e{--width:100%;}}@media(max-width:1024px){.elementor-82 .elementor-element.elementor-element-27ed21ca{--gap:0px 90px;--row-gap:0px;--column-gap:90px;--padding-top:100px;--padding-bottom:100px;--padding-left:74px;--padding-right:0px;}}@media(max-width:767px){.elementor-82 .elementor-element.elementor-element-27ed21ca{--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:60px;}.elementor-82 .elementor-element.elementor-element-3e5b1e5e{--padding-top:60px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-3f0d2ecb *//* Force white text */
.modern-contact-form,
.modern-contact-form * {
  color: #ffffff !important;
}

/* Input & Textarea Styling */
.modern-contact-form input[type="text"],
.modern-contact-form input[type="email"],
.modern-contact-form input[type="tel"],
.modern-contact-form input[type="url"],
.modern-contact-form input[type="number"],
.modern-contact-form textarea,
.modern-contact-form select {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
  border: 1px solid #444 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  font-size: 16px !important;
  transition: all 0.3s ease !important;
}

/* Focus State */
.modern-contact-form input:focus,
.modern-contact-form textarea:focus,
.modern-contact-form select:focus {
  border-color: #ff00cc !important;
  box-shadow: 0 0 8px #ff00cc !important;
  background-color: #111 !important;
  outline: none !important;
}

/* Label Styling */
.modern-contact-form label {
  color: #ffffff !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
}

/* Required Asterisk */
.modern-contact-form .wpforms-required-label {
  color: #ff4d4d !important;
}

/* Submit Button - Glowing Pink/Purple Gradient */
.modern-contact-form .wpforms-submit {
  background: linear-gradient(135deg, #ff00cc, #3333ff) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  padding: 14px 32px !important;
  border: none !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  box-shadow: 0 0 10px   #ff00cc !important;
  transition: all 0.3s ease-in-out !important;
}

/* Hover State */
.modern-contact-form .wpforms-submit:hover {
  transform: scale(1.07) !important;
  box-shadow: 0 0 15px #ff00cc, 0 0 25px  #ff00cc !important;
}

/*Change After Submission Effect*/

#wpforms-confirmation-674 {
    background-color: #1e1e1e !important; /* Dark background */
    color: #ffffff !important;           /* White text */
    padding: 20px !important;
    border-radius: 8px !important;
    border: 1px solid #75459F !important; /* Optional green border */
    font-size: 16px !important;
    line-height: 1.6 !important;
}/* End custom CSS */