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

.hero-links {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
    padding-block: 60px;
    border-bottom: 1px solid rgba(0,0,0,.10);
}

.link-icon img {
	display: flex;
    align-items: center;
        width: 30px;
        height: 30px;
}

.link-wrapper {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.link-wrapper:hover{
	color: #3673FF;
}

.link-wrapper span {
    font-size: 40px;
    font-weight: 400;
    line-height: 34px;
}

.hero-address {
    display: flex;
    align-items: center;
    column-gap: 40px;
    padding-block: 50px;
}

.address-wrapper {
    width: 50%;
}

.hero-address .button-2 {
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
}

.address-wrapper p {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.address-wrapper p strong {
    font-weight: 700;
}


.contact-map {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.contact-map iframe {
    width: calc(100% - 80px);
    margin-inline: auto;
    border-radius: 20px;
}

.contact-form {
    background: linear-gradient(241.39deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    margin-top: -450px;
    padding-top: 530px;
    padding-bottom: 80px;
}

form input, form textarea {
    background-color: rgba(255,255,255,0) !important;
    border: none !important;
    border-bottom: 2px solid rgba(255,255,255,.2) !important;
    padding: 10px 0 !important;
    min-block-size: unset !important;
    outline: none !important;
    box-shadow: none !important;
    color: #ffffff !important;
}

::placeholder {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #ffffff !important;
}

form h2 {
    text-align: center !important;
    color: #ffffff;
}

.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;
}

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: 26px 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;
    z-index: 2 !important;
}

input[type="submit"]:hover {
    background:  rgba(240, 249, 253, .7) !important;
}

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

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

.gform-theme--framework .gform_validation_errors .gform_submission_error, .validation_message {
    color: #fff !important;
}

 body .involved-section {
    padding-bottom: 0;
}

 .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;
}

 body header .search-menu-bar input::placeholder {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
     color: var(--primary-color) !important;
}

 .hero-address .button-2:hover {
     color: #fff;
 }

 .hero-address .button-2:hover img {
     filter: brightness(0) invert(1);
 }

 @media(min-width: 400px) {
     input[type="submit"] {
         width: 360px !important;
     }
 }

@media(max-width: 991px) {
    .hero-links, .hero-address {
        flex-direction: column;
        row-gap: 30px;
    }

    .hero-address p {
        text-align: center;
    }

    .address-wrapper {
        width: 100%;
        text-align: center;
    }

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

@media(max-width: 768px) {

    .address-wrapper p strong span {
        display: block;
        margin-bottom: 10px;
    }

    .address-wrapper p br {
        display: none;
    }
}

@media(max-width: 575px) {

    .hero-links, .hero-address {
        padding-block: 30px;
    }

    .link-icon img {
        width: 20px;
        height: 20px;
    }

    .link-wrapper span {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .link-wrapper:first-of-type span {
        font-size: 30px;
        font-weight: 400;
        line-height: 34px;
    }

    .hero-links, .hero-address {
        row-gap: 20px;
    }

    .contact-form {
        margin-top: 0;
        padding: 40px 0;
    }

    .contact-map iframe {
        width: 100%;
        border-radius: 0;
        height: 350px;
    }

    .contact-map {
        padding-inline: 0 !important;
    }

    .btn-wrapper {
        margin-top: 16px !important;
    }

    form input, form textarea {
        padding-block: 25px !important;
    }

    .form-wrapper {
        padding: 30px;
    }

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

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