.section-wrapper {
    display: flex;
    height: 700px;
    /* Fixed section height */
    max-width: 100%;
    margin: 0 auto;
    /* background-color: #e3e3e3; */
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    position: relative;
    overflow: hidden;
}

.section-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    /* background-color: #e3e3e3; */
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.left-side,
.right-side {
    position: relative;
    padding: 60px 40px;
    z-index: 2;
}

.left-side {
    flex: 1.25;
    border-radius: 30px;
    padding-left: 70px;
    margin-top: 10px;
    transform: skewY(7deg);

    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
}

.left-side form {
    width: 90%;
    transform: skewY(-7deg);
    padding: 10px;
    font-family: var(--font-poppins) !important;
}

.right-side {
    flex: 1;
    color: black;
    display: flex;
    flex-direction: column;
    background: url('/assests//661d49dd4fa72f3790ba9177_contactus.jpg')  no-repeat center;
    background-size: cover;
    background-position: right;
    justify-content: center;
    gap: 40px;
    padding-left: 60px;
}

.left-side h2 {
    margin-bottom: 56px;
    text-transform: none;
    line-height: 48px;
    font-size: 48px !important;
    transform: skewY(-7deg);
}
@media (max-width: 430px) {
    .left-side h2 {
        font-size: 2rem !important;
        /* line-height: 36px; */
    }

}

form .form-control,
form select {
    border: none;
    border-bottom: 1px solid #cfd2fb;
    border-radius: 0;
    padding: 6px 0 4px 0;
    font-size: 0.875rem;
    color: black;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    transition: border-color 0.3s;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%238b8baf" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
}

form .form-control::placeholder {
    color: black;
}

form select {
    padding-right: 30px;
}

form .form-control:focus,
form select:focus {
    border-bottom-color: #706ef9;
    color: #1b1b38;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23706ef9" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    outline: none;
}

.row-gap-32>* {
    margin-bottom: 32px;
}

.row-gap-48>* {
    margin-bottom: 48px;
}

form .form-row {
    display: flex;
    gap: 24px;
}

form .form-row>* {
    flex: 1;
    margin-bottom: 24px !important;
}

textarea.form-control {
    min-height: 80px;
}

.checkbox-wrapper {
    font-size: 0.75rem;
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.checkbox-wrapper input {
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 1.5px solid #706ef9;
    background-color: transparent;
    color: #706ef9;
}

.checkbox-wrapper a {
    color: #706ef9;
    text-decoration: none;
}

.checkbox-wrapper a:hover {
    text-decoration: underline;
}

button.send-btn {
    display: inline-block;
    background-color: #bb0a1e;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 40px;
    padding: 14px 48px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
    min-width: 180px;
}


.contact-person {
    display: flex;
    gap: 24px;
    align-items: center;
    display: none;
}

.contact-person img {
    width: 120px;
    height: 150px;
    flex-shrink: 0;
    display: block;
}

.contact-info {
    flex: 1;
}

.office-label {
    display: inline-block;
    background-color: #bb0a1e;
    border-radius: 16px;
    padding: 4px 14px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #d4d4f4;
    letter-spacing: 0.03em;
    user-select: none;
    font-family: var(--font-poppins) !important;
}

.contact-info h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 8px 0 4px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #000000;
}

.contact-info h3 .fa-linkedin-in {
    font-size: 17px;
    padding: 3px 5px;
    border-radius: 4px;
    background-color: #706ef9;
    color: #fafafd;
    cursor: pointer;
    user-select: none;
}

.contact-info h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    letter-spacing: 0.5px;
    color: #8888b8;
}

.contacts-list {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 100px;

}

.contact-mail,
.contact-phone {
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 500;
    font-family: var(--font-poppins) !important;
}

.contact-mail i,
.contact-phone i {
    font-size: 14px;
    width: 18px;
    text-align: center;
    color: black;
}

@media (max-width: 991px) {
    .section-wrapper {
        flex-direction: column;
        border-radius: 0;
        height: auto;
    }

    .section-wrapper::before {
        width: 100%;
        border-radius: 0;
        height: 280px;
        top: 0;
        right: 0;
    }

    .left-side,
    .right-side {
        padding: 40px 24px;
    }

    .right-side {
        color: #fff;
    }

    .contacts-list {
        gap: 28px;
    }
}