/* Contact Page Styles */
.qcp-contact-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 29px;
    background: #EEFF75;
}

.qcp-contact-info {
    width: 40%;
}

.qcp-contact-info h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-family: "Lyon Arabic Display";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;

}

.qcp-contact-info p {
    margin: 10px 0;
    font-size: 16px;
}

.qcp-contact-info a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.qcp-contact-form {
    width: 50%;
}

.qcp-contact-form h2 {
    margin-bottom: 20px;
    font-family: "Lyon Arabic Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 30px */
}

.qcp-contact-form input,
.qcp-contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    font-family: "GT America";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

button.btn-submit {
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.qcp-map-section {
    position: relative;
    /* width: 100%;
        height: 400px;*/
    height: 620px;
    margin: 30px;
    background: url('../images/qcplus-map.png') no-repeat center center;
    background-size: cover;
}

.qcp-map-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.qcp-map-overlay img {
    width: 80px;
    display: block;
    margin: 0 auto 15px auto;
}

.qcp-map-overlay a {
    display: inline-block;
    padding: 15px 16px;
    background: #EEFF75;
    color: #000;
    text-decoration: none;
    font-family: "GT America";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

input[type="submit"] {
    background-color: #000 !important;
    padding: 15px 28px;
    border-bottom: none;
    font-family: "GT America";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    color: #EEFF75 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 40px;
    width: auto;
    height: 40px;
    margin-top: 43px;
}

/* info*/
.qcp-address {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 16px;
}

.qcp-addresses,
.qcp-addresses3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.qcp-email-address {
    text-transform: uppercase;
    font-weight: 500;
    font-family: "GT America";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.qcp-content-heading,
.qcp-heading2 {
    font-family: 'Lyon Arabic Display', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
}

.qcp-addresses3 {
    gap: 24px;
}

.qcp-group-parent {
    display: flex;
    gap: 16px;
}

.qcp-rectangle-parent {
    position: relative;
    width: 48px;
    height: 48px;
}

.qcp-rectangle-parent div {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.qcp-group-child {
    background-color: #000;
}

.qcp-group-item {
    background-color: #fff;
}

.qcp-ufacebook-f-icon,
.qcp-brand-linkedin {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}

.qcp-heading {
    font-family: 'Lyon Arabic Display';
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 109px;
    margin-top: -13px;
}

.btn:hover {
    color: none;
    background-color: none;
    border-color: none;
}

/* Hide heading inside contact-info on dektop */
.qcp-contact-form .qcp-heading {
    display: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {

    /* Stack everything vertically */
    .qcp-contact-section {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 20px;
    }

    /* Form first */
    .qcp-contact-form {
        order: 1;
        width: 100%;
        position: relative;
    }

    /* Contact info below form */
    .qcp-contact-info {
        order: 2;
        width: 100%;
    }

    /* Hide heading inside contact-info on mobile */
    .qcp-contact-info .qcp-heading {
        display: none;
    }

    /* Show heading above form */
    .qcp-contact-form .qcp-heading {
        display: block;
        font-family: "Lyon Arabic Display";
        margin-bottom: 70px;
        font-family: "Lyon Arabic Display";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }

    /* Inputs and textarea full width */
    .qcp-contact-form input,
    .qcp-contact-form textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 12px;
        font-size: 16px;
    }

    /* Submit button full width */
    input[type="submit"],
    button.btn-submit {
        width: auto;
        height: 40px;
        padding: 12px 24px;
        font-size: 14px;
        margin-top: 20px;
        background-color: #000 !important;
        color: #EEFF75 !important;

    }

    /* Map section centered and fixed size */
    .qcp-map-section {
        width: 383px;
        height: 400px;
        padding: 0 86px;
        margin: 20px auto;
    }

    .qcp-map-overlay img {
        width: 60px;
        margin-bottom: 10px;
    }

    .qcp-map-overlay a {
        padding: 8px 16px;
        font-size: 14px;
    }

    /* Adjust spacing inside contact info */
    .qcp-address {
        gap: 30px;
    }

    .qcp-addresses,
    .qcp-addresses3 {
        gap: 16px;
    }

    .qcp-group-parent {
        gap: 12px;
    }

    .qcp-content-heading,
    .qcp-heading2 {
        font-family: "Lyon Arabic Display";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 28.8px;
    }

    .qcp-email-address {
        font-size: 14px;
    }
}