.contact_area {
    padding-top: 100px;
    padding-bottom: 90px;
    position: relative;
}

.contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_title_wrapper {
    padding-bottom: 50px;
    text-align: center;
}

.contact_title_wrapper span {
    margin-bottom: 9px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4em;
    color: #03041C;
}

.contact_title_wrapper h3 {
    font-size: 70px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #1c1c1c;
}

.contact_area h6 {
    margin-bottom: 20px;
    color: #086ad8;
    line-height: 1;
    font-size: 20px;
    font-weight: 600;
}

.contact_area h2 {
    margin-bottom: 35px;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #1c1c1c;
}

/* === Left Side Style === */
.contact_area .form-group {
    margin-bottom: 15px;
}

.contact_area input {
    outline: none;
    padding: 9px 16px;
    line-height: 50px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    background-color: #f5f5f8;
}

.contact_area textarea {
    outline: none;
    border: none;
    padding-top: 9px;
    padding-left: 16px;
    font-size: 15px;
    font-weight: 400;
    background-color: #f5f5f8;
}

.contact_area button {
    margin-top: 20px;
    background-color: #1c1c1c;
    color: #fff;
    line-height: 1.5;
    padding: 13px 28px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
}

/* === Right Side Style === */
.contact_short_info {
    padding-left: 80px;
}

.contact_short_info ul li {
    padding-left: 80px;
    position: relative;
    margin-bottom: 35px;
}

.contact_short_info ul li p {
    font-size: 15px;
    font-weight: 500;
    color: #1c1c1c;
    margin: 0;
    line-height: 28px;
}

.contact_short_info ul li h6 {
    font-size: 16px;
    color: #1c1c1c;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.contact_short_info ul li i {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #086ad8;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}