:root {
    --grey: 0px 0px 32px 8px rgba(102, 102, 102, 0.08);
    --colors-primary-600: rgba(55, 42, 88, 1);
    --colors-primary-500: rgba(106, 93, 139, 1);
    --colors-primary-400: rgba(136, 125, 162, 1);
    --colors-primary-300: rgba(166, 158, 185, 1);
    --colors-primary-200: rgba(195, 190, 209, 1);
    --colors-primary-100: rgba(225, 223, 232, 1);
    --colors-primary-50: rgba(243, 242, 246, 1);
    --colors-additional-success: rgba(73, 160, 120, 1);
    --colors-additional-failure: rgba(219, 58, 52, 1);
    --colors-neutral-white: rgba(255, 255, 255, 1);
    --khames-design-system-colors-gray-white: rgba(255, 255, 255, 1);
    --khames-design-system-colors-gray-dark: rgba(102, 102, 102, 1);
    --khames-design-system-colors-gray-darkest: rgba(17, 17, 17, 1);
    --khames-design-system-colors-gray-default: rgba(153, 153, 153, 1);
    --khames-design-system-colors-gray-lighter: rgba(230, 230, 230, 1);
}


.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: var(--colors-neutral-white);
}

    .profile .client-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 32px;
        padding: 24px 156px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--khames-design-system-colors-gray-white);
        border-color: var(--khames-design-system-colors-gray-lighter);
    }

    .profile .div {
        display: inline-flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .contact-us {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--colors-primary-50);
        border-radius: 12px;
        border: 1px solid;
        border-color: var(--colors-primary-500);
    }

    .profile .text-wrapper {
        width: fit-content;
        font-weight: 700;
        color: var(--colors-primary-500);
        font-size: 16px;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .div-wrapper {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--colors-primary-500);
        border-radius: 12px;
    }

    .profile .text-wrapper-2 {
        width: fit-content;
        font-weight: 700;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-2 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-2 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .user-square-wrapper {
        width: 48px;
        height: 48px;
        align-items: center;
        background-color: var(--colors-primary-500);
        border-radius: 12px;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .profile .img {
        position: relative;
        width: 24px;
        height: 24px;
    }

    .profile .navbar {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 32px;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .profile .text-wrapper-3 {
        position: relative;
        width: fit-content;
        margin-top: -1.00px;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-dark);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
        white-space: nowrap;
    }

    [dir="rtl"] .profile .text-wrapper-3 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-3 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .image {
        width: 69px;
        aspect-ratio: 1.44;
        position: relative;
        height: 48px;
    }

    .profile .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding: 24px 156px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .div-2 {
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        position: relative;
    }

    .profile .left {
        flex-direction: column;
        gap: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .profile .info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        width: 100%;
        background-color: var(--khames-design-system-colors-gray-white);
        border-radius: 24px;
        border: 1px solid;
        border-color: var(--khames-design-system-colors-gray-lighter);
        position: relative;
        flex: 0 0 auto;
    }

    .profile .name {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 16px 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: var(--khames-design-system-colors-gray-lighter);
    }

    .profile .photo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 8px;
        position: relative;
        flex: 0 0 auto;
        width: fit-content;
        max-width: 100%;
        box-sizing: border-box;
        background-color: var(--colors-primary-50);
        border-radius: 999px;
    }

    .profile .add-circle {
        position: absolute;
        bottom: 0;
        width: 24px;
        height: 24px;
        aspect-ratio: 1;
    }

    [dir="rtl"] .profile .add-circle {
        left: 0;
    }

    [dir="ltr"] .profile .add-circle {
        right: 0;
    }

    .profile .elements {
        position: relative;
        height: 100%;
    }

    .profile .vector {
        position: absolute;
        width: 89.58%;
        height: 89.58%;
        top: 5.21%;
        left: 5.21%;
    }

    .profile .user-square {
        width: 40px;
        height: 40px;
        position: relative;
        aspect-ratio: 1;
    }

    .profile .user-square.user-square--photo {
        width: 160px;
        height: 160px;
        min-width: 160px;
        min-height: 160px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }

    .profile .profile-picture-file-input {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .profile .text-wrapper-4 {
        align-self: stretch;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-darkest);
        font-size: 20px;
        text-align: center;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-4 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-4 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .mail {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-color: var(--khames-design-system-colors-gray-lighter);
    }

    [dir="rtl"] .profile .mail {
        flex-direction: row;
    }

    [dir="ltr"] .profile .mail {
        flex-direction: row-reverse;
    }

    .profile .div-3 {
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    .profile .text-wrapper-5 {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: "IBM Plex Sans", Helvetica;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-darkest);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-5 {
        text-align: left;
    }

    [dir="ltr"] .profile .text-wrapper-5 {
        text-align: right;
    }

    .profile .text-wrapper-6 {
        flex: 1;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-default);
        font-size: 16px;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-6 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-6 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .img-2 {
        position: relative;
        width: 24px;
        height: 24px;
        aspect-ratio: 1;
    }

    .profile .mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 24px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    [dir="rtl"] .profile .mobile {
        flex-direction: row;
    }

    [dir="ltr"] .profile .mobile {
        flex-direction: row-reverse;
    }

    .profile .text-wrapper-7 {
        position: relative;
        flex: 1;
        margin-top: -1.00px;
        font-family: "IBM Plex Sans", Helvetica;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-darkest);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-7 {
        direction: ltr;
        text-align: left;
    }

    [dir="ltr"] .profile .text-wrapper-7 {
        direction: ltr;
        text-align: right;
    }

    .profile .buttons {
        display: flex;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .button {
        all: unset;
        box-sizing: border-box;
        background-color: var(--colors-primary-50);
        border: 1px solid;
        border-color: var(--colors-primary-500);
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        border-radius: 16px;
    }

    .profile .text-wrapper-8 {
        width: fit-content;
        font-weight: 700;
        color: var(--colors-primary-500);
        font-size: 20px;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-8 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-8 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .button-2 {
        all: unset;
        box-sizing: border-box;
        background-color: var(--colors-primary-500);
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        border-radius: 16px;
    }

    .profile .text-wrapper-9 {
        width: fit-content;
        font-weight: 700;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 20px;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-9 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-9 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .menu {
        display: flex;
        flex-direction: column;
        width: 392px;
        align-items: center;
        justify-content: space-between;
        padding: 16px;
        position: relative;
        align-self: stretch;
        background-color: var(--khames-design-system-colors-gray-white);
        border-radius: 16px;
        box-shadow: var(--grey);
    }

    .profile .tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .my-profile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-primary-50);
        border-radius: 12px;
    }

    .profile .text-wrapper-10 {
        flex: 1;
        font-weight: 500;
        color: var(--colors-primary-500);
        font-size: 16px;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-10 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-10 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .div-4 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 16px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .text-wrapper-11 {
        flex: 1;
        font-weight: 500;
        color: var(--colors-additional-failure);
        font-size: 16px;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-11 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-11 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .elements-2 {
        position: relative;
        width: 20px;
        height: 19px;
        top: 2px;
        background-image: url(./img/icon-1.svg);
        background-size: 100% 100%;
    }

    [dir="rtl"] .profile .elements-2 {
        left: 2px;
    }

    [dir="ltr"] .profile .elements-2 {
        right: 2px;
    }

    .profile .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .footer-2 {
        gap: 32px;
        padding: 64px 156px;
        background-color: var(--colors-primary-500);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .info-2 {
        display: flex;
        width: 1128px;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .div-5 {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .text-wrapper-12 {
        align-self: stretch;
        margin-top: -1.00px;
        font-weight: 700;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 24px;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-12 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-12 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .text-wrapper-13 {
        align-self: stretch;
        font-weight: 500;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-13 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-13 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .text-wrapper-14 {
        width: fit-content;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-14 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-14 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .info-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        align-self: stretch;
        width: 100%;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .div-6 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .text-wrapper-15 {
        position: relative;
        flex: 1;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-15 {
        text-align: right;
    }

    [dir="ltr"] .profile .text-wrapper-15 {
        text-align: left;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .text-wrapper-16 {
        position: relative;
        flex: 1;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-16 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-16 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }

    .profile .location {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .logo {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .rectangle {
        position: absolute;
        top: 61px;
        left: calc(50.00% - 42px);
        width: 55px;
        height: 41px;
        background-color: var(--khames-design-system-colors-gray-white);
    }

    .profile .image-2 {
        width: 70px;
        aspect-ratio: 1.45;
        position: relative;
        height: 48px;
    }

    .profile .p {
        width: fit-content;
        font-weight: 700;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 24px;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
        direction: rtl;
    }

    .profile .span {
        color: #ffffff;
    }

    .profile .text-wrapper-17 {
        color: #6a5d8b;
    }

    .profile .licenses {
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .copy-rights {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 156px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-primary-500);
        border-top-width: 1px;
        border-top-style: solid;
        border-color: var(--colors-primary-400);
    }

    .profile .text-wrapper-18 {
        width: fit-content;
        margin-top: -1.00px;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-white);
        font-size: 16px;
        white-space: nowrap;
        position: relative;
        font-family: "IBM Plex Sans Arabic", Helvetica;
        letter-spacing: 0;
        line-height: normal;
    }

    [dir="rtl"] .profile .text-wrapper-18 {
        direction: rtl;
    }

    [dir="ltr"] .profile .text-wrapper-18 {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
    }
    /* Inject original CSS code here */

    .profile .header-actions {
        display: inline-flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .contact-us {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--colors-primary-50);
        border-radius: 12px;
        border: 1px solid;
        border-color: var(--colors-primary-500);
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
    }

        .profile .contact-us:hover {
            background-color: var(--colors-primary-100);
        }

        .profile .contact-us:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
        }

        .profile .contact-us:active {
            transform: scale(0.98);
        }

    .profile .request-property {
        display: inline-flex;
        height: 48px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 0 0 auto;
        background-color: var(--colors-primary-500);
        border-radius: 12px;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
        border: none;
    }

        .profile .request-property:hover {
            background-color: var(--colors-primary-600);
        }

        .profile .request-property:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
        }

        .profile .request-property:active {
            transform: scale(0.98);
        }

    .profile .user-square-wrapper {
        width: 48px;
        height: 48px;
        align-items: center;
        background-color: var(--colors-primary-500);
        border-radius: 12px;
        display: flex;
        justify-content: center;
        position: relative;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
    }

        .profile .user-square-wrapper:hover {
            background-color: var(--colors-primary-600);
        }

        .profile .user-square-wrapper:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
        }

        .profile .user-square-wrapper:active {
            transform: scale(0.98);
        }

    .profile .logo-link {
        text-decoration: none;
        display: block;
    }

        .profile .logo-link:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
            border-radius: 4px;
        }

    .profile .navbar a {
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .profile .navbar a:hover {
            color: var(--colors-primary-500);
        }

        .profile .navbar a:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
            border-radius: 4px;
        }

    .profile .content-wrapper {
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
        position: relative;
    }

    [dir="rtl"] .profile .content-wrapper {
        flex-direction: row-reverse;
    }

    .profile .info-value {
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    [dir="rtl"] .profile .info-value {
        justify-content: flex-start;
    }

    [dir="ltr"] .profile .info-value {
        justify-content: flex-end;
    }

    .profile .info-label {
        gap: 8px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
        flex: 1;
        flex-grow: 1;
    }

    [dir="rtl"] .profile .info-label {
        flex-direction: row;
        justify-content: flex-end;
    }

    [dir="ltr"] .profile .info-label {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .profile .add-circle {
        position: absolute;
        bottom: 0;
        width: 24px;
        height: 24px;
        aspect-ratio: 1;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        transition: transform 0.2s ease;
    }

    [dir="rtl"] .profile .add-circle {
        left: 0;
    }

    [dir="ltr"] .profile .add-circle {
        right: 0;
    }

        .profile .add-circle:hover {
            transform: scale(1.1);
        }

        .profile .add-circle:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
            border-radius: 50%;
        }

        .profile .add-circle:active {
            transform: scale(0.95);
        }

    .profile .button {
        all: unset;
        box-sizing: border-box;
        background-color: var(--colors-primary-50);
        border: 1px solid;
        border-color: var(--colors-primary-500);
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        border-radius: 16px;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
    }

        .profile .button:hover {
            background-color: var(--colors-primary-100);
        }

        .profile .button:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
        }

        .profile .button:active {
            transform: scale(0.98);
        }

    .profile .button-2 {
        all: unset;
        box-sizing: border-box;
        background-color: var(--colors-primary-500);
        display: flex;
        height: 64px;
        align-items: center;
        justify-content: center;
        padding: 0px 16px;
        position: relative;
        flex: 1;
        flex-grow: 1;
        border-radius: 16px;
        cursor: pointer;
        transition: background-color 0.2s ease, transform 0.1s ease;
    }

        .profile .button-2:hover {
            background-color: var(--colors-primary-600);
        }

        .profile .button-2:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: 2px;
        }

        .profile .button-2:active {
            transform: scale(0.98);
        }

    .profile .menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 14px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        text-decoration: none;
        border-radius: 12px;
        transition: background-color 0.2s ease;
    }

    [dir="rtl"] .profile .menu-item {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    [dir="ltr"] .profile .menu-item {
        justify-content: flex-start;
    }

        .profile .menu-item:hover {
            background-color: var(--colors-primary-50);
        }

        .profile .menu-item:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: -2px;
        }

    .profile .soon-tag {
        font-size: 12px;
        font-weight: 500;
        color: var(--khames-design-system-colors-gray-default);
        font-family: "IBM Plex Sans Arabic", Helvetica;
        padding: 2px 6px;
        border-radius: 4px;
        background-color: var(--colors-primary-50);
        white-space: nowrap;
        flex: 0 0 auto;
    }

    [dir="rtl"] .profile .soon-tag {
        direction: rtl;
        margin-right: 20px;
    }

    [dir="ltr"] .profile .soon-tag {
        direction: ltr;
        font-family: "Nunito", "IBM Plex Sans", Helvetica;
        margin-left: 20px;
    }

    .profile .client-profile-conversations-badge {
        min-width: 1.125rem;
        height: 1.125rem;
        padding: 0 5px;
        border-radius: 999px;
        background-color: var(--colors-additional-failure);
        color: var(--colors-neutral-white);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.125rem;
        text-align: center;
        flex-shrink: 0;
    }

    .profile .my-profile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 14px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background-color: var(--colors-primary-50);
        border-radius: 12px;
        text-decoration: none;
        transition: background-color 0.2s ease;
    }

    [dir="rtl"] .profile .my-profile {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    [dir="ltr"] .profile .my-profile {
        justify-content: flex-end;
    }

        .profile .my-profile:hover {
            background-color: var(--colors-primary-100);
        }

        .profile .my-profile:focus {
            outline: 2px solid var(--colors-primary-500);
            outline-offset: -2px;
        }

    .profile .logout-button {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 14px 12px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
        background: none;
        border: none;
        cursor: pointer;
        border-radius: 12px;
        transition: background-color 0.2s ease;
    }

    [dir="rtl"] .profile .logout-button {
        text-align: right;
    }
  
    [dir="ltr"] .profile .logout-button {
        text-align: left;
    }

    [dir="ltr"] .profile .logout-button {
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

    .profile .menu-item .text-wrapper-6,
    .profile .my-profile .text-wrapper-10 {
        min-width: 0;
        white-space: nowrap;
    }

        .profile .logout-button:hover {
            background-color: rgba(219, 58, 52, 0.1);
        }

        .profile .logout-button:focus {
            outline: 2px solid var(--colors-additional-failure);
            outline-offset: -2px;
        }

        .profile .logout-button:active {
            transform: scale(0.98);
        }

    .profile .logout-icon {
        position: relative;
        width: 24px;
        height: 24px;
        display: block;
    }

    .profile .footer-content {
        gap: 32px;
        padding: 64px 156px;
        background-color: var(--colors-primary-500);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

    .profile .footer-section {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        position: relative;
        flex: 0 0 auto;
    }

    .profile .social-links {
        display: inline-flex;
        gap: 16px;
        align-items: center;
        justify-content: center;
        position: relative;
        flex: 0 0 auto;
    }

        .profile .social-links a {
            display: block;
            transition: transform 0.2s ease;
        }

            .profile .social-links a:hover {
                transform: scale(1.1);
            }

            .profile .social-links a:focus {
                outline: 2px solid var(--khames-design-system-colors-gray-white);
                outline-offset: 2px;
                border-radius: 4px;
            }

    .profile .footer-section nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

        .profile .footer-section nav a {
            text-decoration: none;
            transition: opacity 0.2s ease;
        }

            .profile .footer-section nav a:hover {
                opacity: 0.8;
            }

            .profile .footer-section nav a:focus {
                outline: 2px solid var(--khames-design-system-colors-gray-white);
                outline-offset: 2px;
                border-radius: 4px;
            }

    .profile .contact-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        position: relative;
        align-self: stretch;
        width: 100%;
        flex: 0 0 auto;
    }

        .profile .contact-item a {
            position: relative;
            flex: 1;
            font-family: "IBM Plex Sans Arabic", Helvetica;
            font-weight: 500;
            color: var(--khames-design-system-colors-gray-white);
            font-size: 16px;
            letter-spacing: 0;
            line-height: normal;
            text-decoration: none;
            transition: opacity 0.2s ease;
        }

        [dir="rtl"] .profile .contact-item a {
            text-align: right;
        }

        [dir="ltr"] .profile .contact-item a {
            text-align: left;
            font-family: "Nunito", "IBM Plex Sans", Helvetica;
        }

            .profile .contact-item a:hover {
                opacity: 0.8;
            }

            .profile .contact-item a:focus {
                outline: 2px solid var(--khames-design-system-colors-gray-white);
                outline-offset: 2px;
                border-radius: 4px;
            }

/* ============================================
   Responsive RTL/LTR Support
   ============================================ */

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .profile .content {
        padding: 24px 20px;
    }

    [dir="rtl"] .profile .content {
        padding: 24px 20px;
    }

    [dir="ltr"] .profile .content {
        padding: 24px 20px;
    }

    .profile .content {
        align-items: stretch;
    }

    .profile .content-wrapper {
        flex-direction: column;
        /* Desktop row uses flex-start; in column mode that shrink-wraps .left while the button stays 100% — match widths */
        align-items: stretch;
    }

    [dir="rtl"] .profile .content-wrapper {
        flex-direction: column;
    }

    [dir="ltr"] .profile .content-wrapper {
        flex-direction: column;
    }

    .profile .content-wrapper > .left,
    .profile .left {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        box-sizing: border-box;
        align-items: stretch;
    }

    .profile .menu {
        width: 100%;
    }

    /* Account sections trigger: full width of content column, calmer than floating 90% pill */
    .profile .content-wrapper > .mobile-side-menu-btn {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 8px;
        margin-bottom: 4px;
        box-sizing: border-box;
        box-shadow: 0 4px 14px rgba(107, 91, 149, 0.22);
        font-size: 17px;
        padding: 14px 18px;
    }

    [dir="rtl"] .profile .content-wrapper > .mobile-side-menu-btn {
        flex-direction: row-reverse;
    }

    .profile .info {
        border-radius: 18px;
        border: none;
        box-shadow: 0 2px 16px rgba(18, 28, 45, 0.07);
    }

    .profile .user-square.user-square--photo {
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
    }

    .profile .text-wrapper-4 {
        font-size: clamp(1rem, 3.6vw, 1.15rem) !important;
        font-weight: 600;
        line-height: 1.35;
        overflow-wrap: anywhere;
        word-break: break-word;
        padding-inline: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .profile .mail,
    .profile .mobile {
        padding: 16px 18px;
        gap: 12px;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
    }

    [dir="rtl"] .profile .mail,
    [dir="ltr"] .profile .mail,
    [dir="rtl"] .profile .mobile,
    [dir="ltr"] .profile .mobile {
        flex-direction: column !important;
    }

    /* Let labels use full width so phrases like “Mobile Number” do not break mid-word */
    .profile .mail .info-label,
    .profile .mobile .info-label {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        width: 100%;
        min-width: 0;
        justify-content: flex-start !important;
    }

    [dir="rtl"] .profile .mail .info-label,
    [dir="rtl"] .profile .mobile .info-label {
        justify-content: flex-start !important;
    }

    /* Horizontal label row: icon then text in LTR; RTL keeps logical end alignment */
    [dir="ltr"] .profile .mail .info-label,
    [dir="ltr"] .profile .mobile .info-label {
        flex-direction: row-reverse !important;
    }

    .profile .mail .info-label .text-wrapper-6,
    .profile .mobile .info-label .text-wrapper-6 {
        flex: 0 1 auto !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .profile .mail .info-value,
    .profile .mobile .info-value {
        flex: 0 0 auto !important;
        flex-grow: 0 !important;
        width: 100%;
        min-width: 0;
        justify-content: flex-start !important;
    }

    [dir="rtl"] .profile .mail .info-value,
    [dir="rtl"] .profile .mobile .info-value {
        justify-content: flex-end !important;
    }

    .profile .mail .info-value .text-wrapper-5,
    .profile .mail .info-value .text-wrapper-7,
    .profile .mobile .info-value .text-wrapper-5,
    .profile .mobile .info-value .text-wrapper-7 {
        text-align: start !important;
        width: 100%;
        display: block;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    [dir="rtl"] .profile .mail .info-value .text-wrapper-5,
    [dir="rtl"] .profile .mail .info-value .text-wrapper-7,
    [dir="rtl"] .profile .mobile .info-value .text-wrapper-5,
    [dir="rtl"] .profile .mobile .info-value .text-wrapper-7 {
        text-align: end !important;
    }

    .profile .name {
        padding: 14px 16px;
    }

    .profile .buttons {
        flex-direction: column;
    }

    [dir="rtl"] .profile .buttons {
        flex-direction: column;
    }

    [dir="ltr"] .profile .buttons {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .profile .text-wrapper-4 {
        font-size: clamp(0.9rem, 3.2vw, 1.05rem) !important;
        line-height: 1.4;
    }

    .profile .content {
        padding: 16px 14px;
    }
}

/* iPad (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .profile .content {
        padding: 24px 40px;
        align-items: stretch;
    }

    .profile .content-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    [dir="rtl"] .profile .content-wrapper {
        flex-direction: column;
    }

    [dir="ltr"] .profile .content-wrapper {
        flex-direction: column;
    }

    .profile .content-wrapper > .left,
    .profile .left {
        width: 100%;
        max-width: 100%;
        align-self: stretch;
        box-sizing: border-box;
        align-items: stretch;
    }

    .profile .menu {
        width: 100%;
    }
}

/* Desktop 1440px */
@media (min-width: 1025px) and (max-width: 1440px) {
    .profile .content {
        padding: 24px 80px;
    }
}

/* Widescreen (above 1440px) */
@media (min-width: 1441px) {
    .profile .content {
        padding: 24px 156px;
    }
}

/* ============================================
   Edit Account Modal Styles
   ============================================ */

.edit-account-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.edit-account-modal.show {
    display: flex;
    opacity: 1;
}

.edit-account-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.edit-account-modal-dialog {
    position: relative;
    z-index: 10000;
    width: 90%;
    max-width: 560px;
    margin: 20px;
}

.edit-account-modal-content {
    background-color: var(--khames-design-system-colors-gray-white);
    border-radius: 24px;
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.edit-account-modal.show .edit-account-modal-content {
    transform: scale(1);
}

.edit-account-modal-header {
    position: relative;
    padding: 32px 32px 24px;
    border-bottom: 1px solid var(--khames-design-system-colors-gray-lighter);
}

.type-selector {
    position: absolute;
    top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background-color: var(--colors-primary-500);
    border-radius: 24px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

[dir="rtl"] .type-selector {
    right: 32px;
}

[dir="ltr"] .type-selector {
    left: 32px;
}

.type-selector:hover {
    background-color: var(--colors-primary-600);
}

.type-selector-content {
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.type-text {
    color: var(--khames-design-system-colors-gray-white);
    font-family: "Nunito", "IBM Plex Sans", Helvetica;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

[dir="rtl"] .type-text {
    font-family: "IBM Plex Sans Arabic", Helvetica;
}

.type-chevron {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
    transition: transform 0.2s ease;
}

.edit-account-modal-title {
    text-align: center;
    font-family: "IBM Plex Sans Arabic", Helvetica;
    font-size: 24px;
    font-weight: 500;
    color: var(--khames-design-system-colors-gray-darkest);
    margin: 0;
    padding-top: 48px;
}

[dir="ltr"] .edit-account-modal-title {
    font-family: "Nunito", "IBM Plex Sans", Helvetica;
}

.edit-account-modal-close {
    position: absolute;
    top: 24px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--khames-design-system-colors-gray-dark);
    transition: color 0.2s ease;
    padding: 0;
    line-height: 1;
}

[dir="rtl"] .edit-account-modal-close {
    left: 32px;
}

[dir="ltr"] .edit-account-modal-close {
    right: 32px;
}

.edit-account-modal-close:hover {
    color: var(--khames-design-system-colors-gray-darkest);
}

.edit-account-modal-body {
    padding: 32px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    display: block;
    font-family: "IBM Plex Sans Arabic", Helvetica;
    font-size: 16px;
    font-weight: 500;
    color: var(--khames-design-system-colors-gray-default);
    margin-bottom: 8px;
}

[dir="ltr"] .form-label {
    font-family: "Nunito", "IBM Plex Sans", Helvetica;
}

[dir="rtl"] .form-label {
    text-align: right;
}

[dir="ltr"] .form-label {
    text-align: left;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.form-input {
    width: 100%;
    padding: 16px;
    padding-right: 48px;
    border: 1px solid var(--khames-design-system-colors-gray-lighter);
    border-radius: 12px;
    font-family: "IBM Plex Sans", Helvetica;
    font-size: 16px;
    font-weight: 500;
    color: var(--khames-design-system-colors-gray-darkest);
    background-color: var(--khames-design-system-colors-gray-white);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

[dir="rtl"] .form-input {
    padding-right: 48px;
    padding-left: 16px;
    text-align: right;
}

[dir="ltr"] .form-input {
    padding-left: 48px;
    padding-right: 16px;
    text-align: left;
}

.form-input:focus {
    border-color: var(--colors-primary-500);
    box-shadow: 0 0 0 3px rgba(106, 93, 139, 0.1);
}

.input-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
}

[dir="rtl"] .input-icon {
    right: 16px;
}

[dir="ltr"] .input-icon {
    left: 16px;
}

.edit-account-modal-footer {
    padding: 24px 32px 32px;
    border-top: 1px solid var(--khames-design-system-colors-gray-lighter);
}

.save-changes-btn {
    width: 100%;
    padding: 16px;
    background-color: var(--colors-primary-500);
    border: none;
    border-radius: 16px;
    color: var(--khames-design-system-colors-gray-white);
    font-family: "IBM Plex Sans Arabic", Helvetica;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    text-align: center;
}

[dir="ltr"] .save-changes-btn {
    font-family: "Nunito", "IBM Plex Sans", Helvetica;
}

.save-changes-btn:hover {
    background-color: var(--colors-primary-600);
}

.save-changes-btn:active {
    transform: scale(0.98);
}

.save-changes-btn:focus {
    outline: 2px solid var(--colors-primary-500);
    outline-offset: 2px;
}

/* Responsive Modal Styles */
@media (max-width: 768px) {
    .edit-account-modal-dialog {
        width: 95%;
        margin: 10px;
    }

    .edit-account-modal-header {
        padding: 24px 20px 20px;
    }

    [dir="rtl"] .type-selector {
        right: 20px;
    }

    [dir="ltr"] .type-selector {
        left: 20px;
    }

    [dir="rtl"] .edit-account-modal-close {
        left: 20px;
    }

    [dir="ltr"] .edit-account-modal-close {
        right: 20px;
    }

    .edit-account-modal-title {
        font-size: 20px;
        padding-top: 40px;
    }

    .edit-account-modal-body {
        padding: 24px 20px;
    }

    .edit-account-modal-footer {
        padding: 20px;
    }

    .save-changes-btn {
        font-size: 18px;
        padding: 14px;
    }
}

/* Verification Modal Styles */
.verification-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    align-items: center;
}

.verification-modal-overlay.active {
    display: flex;
    opacity: 1;
}

.verification-modal {
    background: var(--Colors-Gray-White, white);
    border-radius: 16px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(0.9);
    transition: transform 0.3s ease;
    position: relative;
}

.verification-modal-overlay.active .verification-modal {
    transform: scale(1);
}

.verification-modal-header {
    padding: 24px;
    border-bottom: 1px var(--Colors-Gray-Lighter, #E6E6E6) solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.verification-modal-title {
    font-size: 20px;
    font-family: IBM Plex Sans Arabic;
    font-weight: 700;
    color: var(--Colors-Gray-Darkest, #111111);
}

[dir="ltr"] .verification-modal-title {
    font-family: "Nunito", "IBM Plex Sans", Helvetica;
}

.verification-modal-close {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s ease;
    width: 40px;
    height: 40px;
}

.verification-modal-close:hover {
    background: var(--Colors-Gray-Lightest, #F4F4F4);
}

.verification-modal-close svg {
    width: 24px;
    height: 24px;
    stroke: var(--Colors-Gray-Dark, #666666);
}

.verification-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verification-modal-iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border: none;
    background: transparent;
}

/* Desktop/web: modest modal height, no scrollbar on popup chrome */
@media (min-width: 1025px) {
    .verification-modal {
        max-height: 90vh;
    }

    .verification-modal-body {
        overflow: hidden;
    }

    .verification-modal-iframe {
        min-height: 450px;
        height: min(500px, calc(90vh - 100px));
    }
}

/* Responsive adjustments for modal */
@media (max-width: 1024px) {
    .verification-modal {
        width: 95%;
        max-width: none;
        max-height: 95vh;
        border-radius: 12px;
    }

    .verification-modal-header {
        padding: 16px;
    }

    .verification-modal-body {
        padding: 16px;
    }

    .verification-modal-iframe {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .verification-modal {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
    }

    .verification-modal-iframe {
        min-height: calc(100vh - 120px);
    }
}