@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.hero-popup {
    /* width: 400px; */
    background: #fff;
    border-radius: 8px;
    padding: 20px 25px 30px;
    /* margin: 80px auto; */
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* .hero-popup .close-btn {
            position: absolute;
            top: 12px;
            right: 12px;
            font-size: 20px;
            cursor: pointer;
            border: none;
            background: none;
        } */

.hero-popup .logo {
    text-align: center;
    margin-bottom: 15px;
}

.hero-popup .logo img {
    max-width: 200px;
}

.hero-popup h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 1.5;
}

.hero-popup form input {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.hero-popup .submit-btn {
    width: 100%;
    padding: 14px;
    background-color: #ffd700;
    /* Yellow button */
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.hero-popup .submit-btn:hover {
    background-color: #f5c400;
}

.hero-popup .consent {
    font-size: 11px;
    color: #555;
    margin-top: 15px;
    line-height: 1.4;
}

.hero-popup .consent strong {
    font-weight: bold;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.thank-you-message {
    color: green;
    font-size: 16px;
    margin-top: 20px;
    display: none;
    text-align: center;
}

.form-main {}

/* #formMain {
  padding: 30px 14px 30px 9px;
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

#formMain input {
  background-color: #ffffffff;
  color: #2c3345ff;
  border: 2px solid #e0e0e0ff;
  border-radius: 12px;
  padding: 27px 10px 29px 20px;
  box-shadow: 0px 0px 0px 0px #ffffff;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  background-clip: inherit;
} */

.builder-inline.extra-top-padding.fields-container {
    display: flex;
    gap: 10px;
    position: relative;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.fields-container .menu-field-wrap {
    margin-bottom: 10px;
    width: 24%;
    max-width: 24%;
    flex: auto;
    padding: 0;
}

.field-container {
    width: 100%;
    max-width: 900px;
}

.form-builder--item {
    border: 1px solid transparent;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
    position: relative;
    width: 100%;
}

.form-builder--item input::placeholder {
    font-size: 12px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

#form-first_name .flex-col::before {
    content: "";
    background-color: #e0e0e0;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 90px;
    top: 0;
}

div#el_09FaYU0IfrhXcdz1XZoy_email_1 .flex-col::after {
    content: "";
    background-color: #e0e0e0;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 90px;
    top: 0;
}

#form-phone .flex-col::before {
    content: "";
    background-color: #e0e0e0;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 90px;
    top: 0;
}

.form-builder--item input[type="text"][class="form-control"],
.form-builder--item input[type="email"],
.form-builder--item input[type="tel"] {
    background-color: #ffffffff;
    color: #2c3345ff;
    border: 2px solid #e0e0e0ff;
    border-radius: 12px;
    padding: 27px 10px 29px 20px;
    box-shadow: 0px 0px 0px 0px #ffffff;
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    background-clip: inherit;
}

.form-control {
    font-size: 12px !important;
    line-height: 1.5;
}

#form-first_name .flex-col::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/01/frame-6.svg);
    background-size: contain;
    width: 70px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

div#el_09FaYU0IfrhXcdz1XZoy_email_1 .flex-col::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/01/frame-6-1.svg);
    background-size: contain;
    width: 70px;
    height: 90px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#form-phone .flex-col::after {
    content: "";
    background-image: url(/wp-content/uploads/2025/01/frame-6-2.svg);
    background-size: contain;
    width: 70px;
    height: 90px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

button.btn.btn-dark.button-element {
    display: inline-flex;
    align-items: center;
    /* justify-content: center; */
    gap: 20px;
    padding: 0px 20px 0px 32px;
    position: relative;
    flex: 0 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border-color: transparent;
    box-shadow: 0px 24px 52px #fad7458c, 0px 6px 0px #c89f37, inset 0px 8px 12px #ffdc48;
    border-image: linear-gradient(to bottom, rgb(255, 230.62, 128.94), rgba(255, 254.22, 250.92, 0)) 1;
    background: linear-gradient(180deg, rgb(250, 215, 69) 0%, rgb(230, 175, 55) 50%, rgb(250, 215, 69) 100%);
    transition: all 0.4s;
}

button[type="submit"] {
    position: relative;
    justify-content: start;
   box-shadow: 0px 24px 52px #fad7458c, 0px 6px 0px #c89f37, inset 0px 8px 12px #ffdc48 !important;
    text-shadow: 0px 2px 4px #473a0466;
    padding-left: 32px;
    font-size: 12px;
    cursor: pointer;
}

button::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/01/frame-6-3.svg);
    background-size: contain;
    width: 70px;
    height: 90px;
    position: absolute;
    background-repeat: no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

button.frame-new.btn::before {
    content: none;
}
button:hover {
    box-shadow: none;
    transition: all 0.4s;
    transform: translateY(5px);
    box-shadow: none !important;
}

div#myModal-2 .modal-content .ep-iFrameContainer {
    width: 100%;
    background: #18212e;
    padding: 27px 30px;
}
.ep-wrapper {
    width: 100%;
}

#formPDF.fields-container {
    padding: 30px 0px !important;
}

#formPDF.fields-container .menu-field-wrap {
        flex-basis: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #formPDF.fields-container .menu-field-wrap .flex-col input {
        width: 100%;
    }
@media screen and (max-width: 1450px) {
    #form-first_name .flex-col::before {
        right: 70px;
    }

    .fields-container .menu-field-wrap .flex-col input {
        padding: 20px 20px 22px 20px;
        width: 100%;
    }

    #form-first_name .flex-col::after {
        width: 50px;
        height: 60px;
    }

    #form-phone .flex-col::after {
        width: 50px;
        height: 60px;
    }

    div#el_09FaYU0IfrhXcdz1XZoy_email_1 .flex-col::before {
        width: 50px;
        height: 60px;
    }

    div#el_09FaYU0IfrhXcdz1XZoy_email_1 .flex-col::after {
        right: 70px;
    }

    #form-first_name .flex-col::before {
        right: 70px;
    }

    #form-phone .flex-col::before {
        right: 70px;
    }

    button[type="submit"] {
        padding: 22px 30px 22px;
    }
    button[type="submit"] div {
        font-size: 12px;
    }
    button::before {
        width: 50px;
        height: 60px;
    }
    button[type="submit"] {
        padding: 22px 30px 22px !important;
    }
}

@media screen and (max-width: 1200px) {
    body .fields-container {
        justify-content: center;
    }
    .fields-container .menu-field-wrap {
        flex-basis: 33.33%;
        width: 33.33%;
        max-width: 100%;
    }
    #formPDF .fields-container {
        justify-content: center;
    }
}

@media screen and (min-width: 1025px) {
    #el_09FaYU0IfrhXcdz1XZoy_first_name_0 {
        max-width: 20%;
        width: 20%;
        flex: 0 0 20%;
    }
}

@media screen and (max-width: 991px) {
    .fields-container .menu-field-wrap {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
    .builder-inline.extra-top-padding.fields-container {
        flex-direction: column;
    }
}
