form input, form textarea {
    background-color: rgba(255,255,255,0) !important;
    border: none !important;
    border-bottom: 2px solid rgba(54, 64, 101, 0.1) !important;
    padding: 10px 0 !important;
    min-block-size: unset !important;
    outline: none !important;
    box-shadow: none !important;
    color: var(--primary-color) !important;
}

::placeholder {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: var(--primary-color) !important;
}

.name input, .email input, .phone input {
    background-image: url("/wp-content/uploads/2025/09/name_icon.svg") !important;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 140% 50%;
}

.email input {
    background-image: url("/wp-content/uploads/2025/09/Email_address-1.svg") !important;
}

.phone input {
    background-image: url("/wp-content/uploads/2025/09/Phone_number-1.svg") !important;
}

.policies-section input[type="submit"] {
    border-radius: 99px !important;
    box-shadow: 0px 28px 24px 0px rgba(29, 35, 60, 0.14) !important;
    background:  rgba(240, 249, 253, 1) !important;
    display: inline-block !important;
    margin-inline: auto !important;
    padding: 25px 80px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    text-transform: uppercase !important;
    line-height: 0 !important;
    position: relative;
}

textarea {
    resize: none !important;
}

.policies-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 39px;
    margin-top: 40px;
}

.policies-section .dropdown-description p {
    margin: 20px 0 0;
}

.gform_wrapper {
    display: none;
}

body .hero-inner .hero-heading-container:before {
    display: none;
}

body .hero-inner .hero-heading-container {
    padding-bottom: 0;
}

body .hero-inner .hero-heading-container h1 {
    margin-bottom: 0;
}

body .hero-heading-row {
    border: none;
    margin-bottom: 0;
}

.policies-section {
    margin-bottom: 80px;
}

.blue-button, .policies-section input[type="submit"] {
    padding: 26px 80px !important;
    border-radius: 99px !important;
    box-shadow: 0px 20px 33px 0px rgba(144, 134, 255, 0.25) !important;
    background:  linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 14px !important;
    color: var(--light-blue) !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    position: relative !important;
    z-index: 2 !important;
}

.policies-section input[type="submit"]:hover {
    background: #ffffff !important;
    color: rgba(54, 64, 101, 1) !important;
}

.gform-footer {
    justify-content: center !important;
}

/*.blue-button:before, .policies-section input[type="submit"]:before {
    content: '' !important;
    position: absolute !important;
    width: calc(100% + 20px) !important;
    height: calc(100% + 20px) !important;
    top: -10px !important;
    left: -10px !important;
    border-radius: 99px !important;
    background: rgba(144, 134, 255, 0.1) !important;
}*/

/*.blue-button:hover, .policies-section input[type="submit"]:hover {
    box-shadow: 0px 20px 33px 0px rgba(144, 134, 255, 0.25) !important;
    background:  rgba(255, 255, 255, 1) !important;
    color: rgba(54, 64, 101, 1) !important;
}*/

.name input, .email input, .phone input {
    background-image: url("/wp-content/uploads/2025/09/Your_name.svg") !important;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 140% 50%;
}

.email input {
    background-image: url("/wp-content/uploads/2025/09/Email_address-1-1.svg") !important;
}

.phone input {
    background-image: url("/wp-content/uploads/2025/09/Phone_number-1-1.svg") !important;
}

.confirmation-backdrope {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(29, 35, 60, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(50px);
    transition: 0.3s all ease-in-out;
}

.form-wrapper {
    background-color: #ffffff;
    padding: 60px;
    max-width: 600px;
    width: 90%;
    margin-inline: auto;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 28px 50px 0px rgba(29, 35, 60, 0.2);
}

.confirmation-text {
    text-align: center;
}

.confirmation-icon {
    width: 150px;
    height: 150px;
    border-radius: 555px;
    background: rgba(160, 137, 255, 0.1);
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.close-confirmation {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 555px;
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.close-confirmation:hover {
    transform: scale(1.15);
}

.close-confirmation i {
    color: #ffffff;
    font-size: 16px;
}

.form-wrapper h4 {
    margin-bottom: 10px;
}

.btn-wrapper {
    display: inline-block !important;
    margin-inline: auto !important;
    position: relative !important;
    margin: 40px auto 60px !important;
}

.btn-wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 99px;
    background: rgba(144, 134, 255, 0.1);
    z-index: 1;
}

@media(max-width: 768px) {
    .policies-section {
        margin-bottom: 60px;
    }
}

@media(max-width: 575px) {
    .dropdown-description h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 31px;
        margin-block: 10px;
    }

    .policies-section .dropdown-description p {
        margin-top: 10px;
    }

    .blue-button, .policies-section input[type="submit"] {
        margin: 0 !important;
    }

    .policies-section {
        margin-bottom: 30px;
    }

    .form-wrapper {
        padding: 30px;
    }

    .confirmation-icon {
        width: 80px;
        height: 80px;
    }

    .email input {
        background-size: 50% 13px;
    }
}

@media(max-width: 320px) {
    .blue-button, .policies-section input[type="submit"] {
        padding-inline: 60px !important;
    }
}