.full-width-image-contact {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.full-width-image-contact::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,18,38);
    background: linear-gradient( 10deg, hsl(212deg 100% 7%) 0%, hsl(212deg 97% 24%) 50%, hsl(212deg 94% 40%) 100% );
    z-index: -2;
}

.full-width-image-contact::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,18,38);
    background: linear-gradient( 10deg, hsl(212deg 100% 7%) 0%, hsl(212deg 97% 24%) 50%, hsl(212deg 94% 40%) 100% );
    z-index: -2;
}

.full-width-image-contact__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    mix-blend-mode: luminosity;
    opacity: 0.10;
    z-index: -1;
}

.full-width-image-contact-left-bg {
    position: absolute;
    top: 0;
    left: -342px;
    width: 1716px;
    max-width: none;
    height: 100%;
    z-index: -1;
}

.contact-text {
    padding-bottom: 25px;
    color: #fff;
}

.contact-text .sub-heading,
.contact-text h2 {
    color: #fff;
}

.contact-text a {
	color: #fff;
}

.contact-text .btn-secondary {
	color: #C54806;
}

.contact-text .btn-secondary-blue,
.contact-text .btn-tertiary,
.contact-text .btn-tertiary-blue {
	color: #fff;
}

.contact-form {
    padding: 10px 20px 15px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #CCD6E3;
    z-index: 2;
}

.contact-form h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-size: 29px;
}

.contact-form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 5px;
    border-radius: 15px;
    background: linear-gradient(45deg,  #772900 0%,#c54806 100%);
}

.contact-badge {
    padding: 20px 20px 30px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #CCD6E3;
    position: relative;
    margin: 15px 0 80px 0;
	z-index: 1;
}

.contact-badge h4 {
    font-size: 19px;
    padding-bottom: 10px;
}

.contact-badge__logo {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 54px;
    color: #fff;
    border-radius: 25px;
    border: 1px solid #CCD6E3;
    background: #fff;
    z-index: 1;
}

.contact-badge__logo::before {
    content: '';
    border-radius: 20px;
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    top: 8px;
    left: 8px;
    background: linear-gradient(45deg,  #0c3565 0%,#065ec5 100%);
    z-index: -1;
}

.inner-contact .contact-text {
    text-align: center;
}

.inner-contact .contact-form {
    padding: 20px 20px 20px;
}

.inner-contact {
    padding: 70px 0 35px;
    margin-top: -20px;
}

.btn-wrapper {
	position: relative;
	width: max-content;
	margin: 0 auto;
}

.btn-wrapper i {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFF;
	font-size: 14px;
	font-weight: 400;
	color: #C54806;
	transform: translate(0,-50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: all ease-in-out 0.3s;
    pointer-events: none;
}

.btn-wrapper .btn:hover ~ i {
    right: 15px;
    width: 30px;
    height: 30px;
    font-size: 17px;
}

@media (min-width: 768px) {
    .contact-flex {
        padding: 0 58px;
    }

    .contact-text {
        padding-bottom: 35px;
    }

    .contact-form {
        padding: 25px 35px;
    }

    .contact-badge {
        padding: 25px 25px 25px 50px;
        margin: 20px 0 0 60px;
    }

    .contact-badge__logo {
        position: absolute;
        top: 50%;
        left: -60px;
        transform: translate(0, -50%);
    }

    .contact-form h3 {
        font-size: 36px;
    }

    .inner-contact .contact-form {
        padding: 25px 35px;
    }

    .inner-contact {
        padding: 95px 0 65px;
        margin-top: -32px;
    }
}

@media (min-width: 1200px) {
    .contact-flex {
        padding: 0;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 50px;
    }

    .contact-text {
        padding-bottom: 0;
        width: calc(100% - 458px);
    }

    .contact-right {
        width: calc(100% - 458px);
        padding-left: 82px;
    }

    .contact-form {
        padding: 50px 65px;
    }

    .contact-badge {
        margin: 15px 0 0 60px;
    }

    .contact-badge h4 {
        font-size: 20px;
    }

    .contact-form h3 {
        font-size: 40px;
    }

    .inner-contact .contact-flex {
        display: block;
        max-width: 832px;
        margin: 0 auto;
    }

    .inner-contact .contact-text {
        width: 100%;
        margin-bottom: 45px;
    }

    .inner-contact .contact-right {
        width: 100%;
        padding-left: 0;
    }

    .inner-contact .contact-form {
        padding: 50px 65px;
    }

    .inner-contact {
        padding: 155px 0 100px;
        margin-top: -60px;
    }
    
    .inner-contact h2 {
        font-size: 44px;
    }

    .inner-contact .contact-badge {
        margin: 15px 0 0 109px;
        max-width: 666px;
    }

    .full-width-image-contact-left-bg {
        height: auto;
    }
}   