.experience-section {
    background-color: #fff;
    padding-top: 6rem !important;
    padding-bottom: 10rem !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.experience-section .container {
    padding-left: 5rem;
    margin-right: calc(420px + 4rem + 2rem);
}

.experience-images-col {
    padding-right: 0.3rem;
    padding-bottom: 20%;
}

.experience-content-col {
    padding-left: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.experience-images-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    min-height: 100%;
}

.experience-image-top {
    width: 75%;
    position: relative;
    z-index: 1;
}

.experience-image-top img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.experience-image-bottom {
    width: 55%;
    position: absolute;
    bottom: -60%;
    left: 38%;
    transform: translateX(-50%);
    z-index: 2;
    max-width: 280px;
}

.experience-image-bottom img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.experience-content {
    margin-bottom: 2rem;
}

.experience-section-title {
    color: #187078;
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    padding-top: 1rem;
    text-align: left;
}

.experience-section-subtitle {
    color: #187078;
    font-family: 'Amiri Quran', serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
}

.experience-section-description {
    color: #187078;
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: justify;
}

.experience-image-right {
    width: 100%;
    margin-top: 2rem;
    margin-left: 0;
}

.experience-image-right img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Mobile styles */
@media (max-width: 991.98px) {
    .experience-section {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .experience-section .container {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-right: 0 !important;
    }

    .experience-content-col {
        padding-left: 0;
        padding-right: 0;
    }

    .experience-section-title {
        font-size: 14px;
        padding-top: 0;
        text-align: center;
        margin-bottom: .75rem;
    }

    .experience-section-subtitle {
        font-size: 32px;
        text-align: center;
        margin-bottom: 1.75rem;
    }

    .experience-section-description {
        font-size: 14px;
        text-align: center;
        line-height: 2;
    }

    /* Mobile images - stacked vertically */
    .experience-image-top-mobile,
    .experience-image-bottom-mobile,
    .experience-image-right-mobile {
        width: 100%;
        margin-bottom: 1rem;
    }

    .experience-image-top-mobile img,
    .experience-image-bottom-mobile img,
    .experience-image-right-mobile img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }
}