/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Add your custom CSS below */

/*  btn custom style css starts here*/
.btn-shadow-lite a{
	min-width:250px;
}
.btn-shadow-lite a, .btn-shadow-dark a {
    box-shadow: 0px 0px 0px 2px #FFFEFB ,0px 0px 0px 4px #F2C72180 !important;
	transition:all ease-in 0.2s;
}
.btn-shadow-lite a span svg{
	display:none;
}
.btn-shadow-lite a:hover, .btn-shadow-dark a:hover {
    box-shadow: 4px 0px 4px 0px #F2C72140, 0px -4px 4px 0px #F2C72140,
		 0px 4px 4px 0px #F2C72140, 0px 0px 0px 2px #FFFEFB, 0px 0px 0px 4px #F2C721 !important;
}
.btn-shadown-nc a{
	box-shadow:0px 0px 0px 2px #FFFEFB, 0px 0px 0px 4px #F2C72180 !important;
}
.btn-shadow-lite a:hover span svg {
    display:block;
}


/* ===== HIDE ALL NATIVE CF7 SELECTS ===== */
select[name="contact-method"],
select[name="service-interested"],
select[name="appointment-day"],
select[name="appointment-time"],
select[name="how-hear"],
select[name="Event-type"]{
  display: none;
}

/* ===== STEP NAV ===== */
.msf-nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.msf-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.dropdown-selected {
    margin-bottom: 40px;
}
.msf-nav-line {
    flex: 1 1 calc(64px);
    height: 2px;
    background: #86847B;
    margin: 0 8px;
    margin-bottom: 12px;
    transition: background 0.3s;
    width: 64px;
}

.msf-nav-line.done {
  background: #3B3931;
}

.msf-nav-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #86847B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond";
  font-weight: 500;
  font-size: 24px;
  line-height: 33.6px;
  letter-spacing: -0.24px;
  text-align: center;
  transition: background 0.3s;
}

.msf-nav-circle.active,
.msf-nav-circle.done {
  background: #3B3931;
  color: #fff;
}

.msf-nav-circle.inactive {
  background: #86847B;
}

.msf-nav-label {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.16px;
    color: #86847B;
    white-space: nowrap;
    text-align: center;
}

.msf-nav-label.active {
  color: #3B3931;
 
}

/* ===== FORM FIELDS ===== */
.wpcf7-form .msf-field {
  margin-bottom: 24px;
}

.msf-field.m-btm {
  margin-bottom: 8px;
}

.msf-field p {
  margin: 0;
  padding: 0;
}

.msf-field br {
  display: none;
}

.wpcf7-form .msf-field label {
  display: block;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.16px;
  font-weight: 600;
  color: #3B3931;
  margin-bottom: 8px;
}

/* ===== INPUTS ===== */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 16px 24px;
  border: 1px solid #3B3931;
  border-radius: 30px;
  color: #3B3931;
  outline: none;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.16px;
  box-sizing: border-box;
}

.wpcf7-form input[type="text"]:placeholder-shown,
.wpcf7-form input[type="tel"]:placeholder-shown,
.wpcf7-form input[type="email"]:placeholder-shown,
.wpcf7-form textarea:placeholder-shown {
	border-color: #86847B;
}

.wpcf7-form textarea {
  border-radius: 16px;
  resize: none;
  height: 120px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #3B3931;
}

/* ===== CUSTOM DROPDOWN ===== */
.custom-dropdown {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.dropdown-selected p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border: 1px solid #86847B;
  border-radius: 36px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: border-color 0.2s;
}

.dropdown-selected .text {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.16px;
  color: #333;
}

.dropdown-selected .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dropdown-selected .icon img {
  width: 24px;
  height: 24px;
}

/* ===== DROPDOWN OPTIONS ===== */
.dropdown-options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  background: #FFFEFB;
/*   border: 1px solid #86847B; */
/*   border-radius: 16px; */
  box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.1);
  z-index: 999;
  overflow: hidden;
}
.dropdown-item p {
    margin: 0;
}
.dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.dropdown-item span {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: -0.16px;
  color: #3B3931;
}

.dropdown-item:hover {
  background: #f3f4f6;
}

.dropdown-item.active {
  background: #F2C72120;
}

.dropdown-item.active span {
  font-weight: 600;
}

/* ===== BUTTONS ===== */
button.msf-next-btn {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  border: none;
  border-radius: 36px;
  padding: 16px 32px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  box-shadow: 0px 0px 0px 2px #FFFEFB, 0px 0px 0px 4px #F2C72180;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #3B3931;
}
button.msf-next-btn:hover {
  background-color: #F2C721 !important;
  color: #3B3931 !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.msf-submit-btn {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-secondary);
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  border: none;
  border-radius: 36px;
  padding: 16px 32px;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all ease-in 0.2s;
  box-shadow: 0px 0px 0px 2px #FFFEFB, 0px 0px 0px 4px #F2C72180;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.msf-submit-btn:hover {
  background-color: #F2C721 !important;
  color: #3B3931 !important;
}

/* ===== PRIVACY TEXT ===== */
.msf-privacy {
  color: #3B3931;
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 19.6px;
  letter-spacing: -0.14px;
  margin: 0;
}

/* ===== OPTIONAL LABEL ===== */
.msf-opt {
  font-weight: 400;
  color: #86847B;
}

/* ===== THANK YOU SCREEN ===== */
.msf-thanks {
  text-align: center;
  padding: 0px 20px;
}

.msf-thanks-check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #3B3931;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.msf-thanks h2 {
  font-family: "Cormorant Garamond";
  font-size: 28px;
  color: #3B3931;
  margin-bottom: 16px;
}

.msf-thanks p {
  font-family: "Montserrat";
  font-size: 15px;
  color: #3B3931;
  margin-bottom: 12px;
}

.msf-thanks-ig {
  display: inline-block;
  margin-top: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 15px;
  color: #3B3931;
  text-decoration: underline;
}

.main-msf {
    display: flex;
    justify-content: center;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.date {
    width: 100%;
    padding: 16px 24px;
    border: 1px solid #86847B;
    border-radius: 30px;
    color: #333;
    outline: none;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s;
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.16px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wpcf7-form .m-btm40 {
    margin-bottom: 40px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background: var(--e-global-color-accent) !important;
	color: #000 !important;
}
.bridal-hero::before {
    background: linear-gradient(134.41deg, rgba(252, 247, 229, 0.45) 15.06%, rgba(255, 254, 251, 0.45) 59.17%),
linear-gradient(180deg, rgba(251, 242, 208, 0) 0%, rgba(255, 254, 251, 0.9) 66.26%) !important;
}
@media (max-width: 440px){
	.msf-nav {
    gap: 20px;
}
	.msf-nav-line {
    display: none;
}
}