body {
    background: #FFFEFB;
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 679px;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.breadcrumb-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
    position: absolute;
    width: 250px;
    height: 40px;
    left: calc(50% - 227px/2 - 0.5px);
    top: 528px;
    font-family: 'Alexandria';
    font-weight: 500;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: -0.01em;
    color: #CFD5DD;
}

.breadcrumb-arrow {
    width: 24px;
    height: 24px;
}

.hero h1 {
    position: absolute;
    width: 418px;
    height: 100px;
    left: calc(50% - 418px/2);
    top: 200px;
    font-family: 'Alexandria';
    font-weight: 500;
    font-size: 72px;
    line-height: 100px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.hero-description {
    position: absolute;
    text-align: center;
    width: 997px;
    height: 96px;
    left: calc(50% - 997px/2 - 0.5px);
    top: 332px;
    font-family: 'Alexandria';
    font-weight: 500;
    font-size: 24px;
    line-height: 200%;
    letter-spacing: -0.01em;
    color: #F2F5F8;
}

/* Main Content */
.main-content {
    max-width: 1760px;
    margin: 0 auto;
    padding-top: 110px;
    display: flex;
    gap: 54px;
    padding-left: 80px;
    padding-right: 80px;
    align-items: flex-start;
}

/* Contact Form */
.contact-form {
    width: 982px;
    background: white;
    border: 1.486px solid #F1F5F9;
    border-radius: 35.673px;
    padding: 72.832px;
    box-shadow: 0px 29.727px 37.159px -7.432px rgba(0, 0, 0, 0.1), 0px 11.891px 14.864px -8.918px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    gap: 35.673px;
    margin-bottom: 35.673px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full {
    width: 100%;
}

.form-group label {
    display: block;
    font-size: 20.809px;
    line-height: 29.727px;
    color: #0F172A;
    margin-bottom: 16px;
    text-align: right;
}

.form-group input,
.form-group textarea {
    width: 100%;
    text-align: right;
    padding: 20px 24px;
    border: 1.5px solid #8E99A9;
    border-radius: 16px;
    font-size: 14px;
    font-family: 'Alexandria', sans-serif;
    color: #0F172A;
    background: white;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #8E99A9;
}

.form-group textarea {
    min-height: 211px;
    resize: vertical;
    padding: 19.589px 26.118px;
    font-size: 22.85px;
    border-radius: 8px;
}

.btn-submit {
    width: 100%;
    background: linear-gradient(39.61deg, #CCAA63 55.115%, #B99656 93.66%);
    color: white;
    padding: 20px 48px;
    height: 64px;
    border-radius: 16px;
    font-weight: 500;
    font-size: 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0px 5.945px 8.918px -5px rgba(194, 166, 107, 0.6);
    margin-bottom: 35.673px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.form-disclaimer {
    text-align: center;
    font-size: 16px;
    color: #4D5663;
    line-height: 23.782px;
}

/* Contact Info */
.contact-info {
    width: 691px;
}

.contact-info h2 {
    font-size: 56px;
    font-weight: 500;
    line-height: 53.509px;
    margin-bottom: 40px;
    text-align: right;
}

.contact-description {
    font-size: 24px;
    line-height: 43px;
    color: #4D5663;
    margin-bottom: 62px;
    text-align: right;
    height: 63px;
}

.contact-card {
    background: white;
    border: 1.486px solid #F2F5F8;
    border-radius: 23.782px;
    padding: 37.159px;
    margin-bottom: 23.782px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 1.486px 2.973px 0px rgba(0, 0, 0, 0.05);
}

.contact-card-icon {
    width: 56px;
    height: 56px;
    background: #D4F3F0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.contact-card-content h3 {
    font-size: 23.782px;
    line-height: 35.673px;
    color: #131926;
    font-weight: 400;
}

.contact-card-content p {
    font-size: 18;
    line-height: 20.9px;
    font-family: 'Poppins', sans-serif;
    color: #4D5663;
    letter-spacing: 0.0965px;
}

.contact-card-content p.arabic {
    font-family: 'Alexandria', sans-serif;
    font-size: 20px;
    line-height: 29.727px;
    letter-spacing: 0.0965px;
}

.cta-box {
    background: #246B6E;
    border-radius: 23.782px;
    padding: 47.564px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 212px;
}

.cta-box p {
    font-size: 24px;
    line-height: 46px;
    color: white;
    max-width: 364px;
    text-align: right;
}

.user-avatars {
    display: flex;
    gap: -20px;
}

.user-avatars .avatar {
    width: 59.455px;
    height: 59.455px;
    border-radius: 50%;
    border: 2.973px solid #0D9488;
    margin-left: -20px;
}

.user-avatars .avatar:first-child {
    margin-left: 0;
}

.avatar.plus {
    background: #1E293B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 17.836px;
    line-height: 23.782px;
    font-family: 'IBM Plex Sans Arabic', sans-serif;
    font-weight: 700;
}

.avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

/* Map Section */
.map-section {
    max-width: 1760px;
    width: calc(100% - 160px);
    height: 620px;
    margin: 110px auto;
    border-radius: 32px;
    overflow: hidden;
    background: #E5E7EB;
}

.map-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 1440px) {
    .main-content {
        flex-direction: column;
        align-items: center;
    }

    .contact-form {
        width: 100%;
        max-width: 982px;
    }

    .contact-info {
        width: 100%;
        max-width: 691px;
    }
}

@media (max-width: 991.98px) {
    .hero {
        height: 500px;
    }

    .main-content {
       
        padding: 60px 40px;
    }

    .hero h1 {
        font-size: 48px;
        width: 90%;
        left: 5%;
    }

    .hero-description {
        width: 90%;
        left: 5%;
        font-size: 18px;
    }

    .contact-info h2 {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .hero {
        height: 400px;
    }

    .main-content {
 
        padding: 40px 20px;
    }

    .hero h1 {
        font-size: 36px;
        top: 120px;
    }

    .hero-description {
        font-size: 16px;
        top: 220px;
    }

    .breadcrumb-contact {
        top: 340px;
    }

    .contact-form {
        padding: 32px;
    }

    .form-row {
        flex-direction: column;
    }

    .map-section {
        width: calc(100% - 48px);
        height: 400px;
        margin: 60px auto;
    }

    .cta-box {
        flex-direction: column;
        height: auto;
        gap: 24px;
        padding: 32px;
    }
}
