﻿.BestRealEstateBrokers {
    display: flex;
    /* 	padding: 64px 156px; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
}

.BestRealEstateBrokers {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.BestRealEstateBrokers-Band {
    display: flex;
    padding: 64px 156px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    background: var(--Primary-500, #6A5D8B);
}

.BestRealEstateBrokers-title {
    color: var(--Colors-Gray-White, #FFF);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "IBM Plex Sans Arabic";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.BestRealEstateBrokers-logos-row {
    display: flex;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.BestBrokers-logos-slider {
    display: flex;
    gap: 24px;
    will-change: transform;
    --logo-width: 158px;
    --logo-gap: 24px;
    --logo-count: 6;
}

.BestBrokers-logo-item {
    width: 158px;
    height: 56px;
    aspect-ratio: 79/28;
    flex-shrink: 0;
}

/* Tablet */
@@media (max-width: 1024px) {
    .BestRealEstateBrokers-Band {
        padding: 48px 80px;
        gap: 48px;
    }

    .BestRealEstateBrokers-title {
        font-size: 40px;
    }

    .BestRealEstateBrokers-logos-row {
        gap: 24px;
    }

    .BestBrokers-logo-item {
        width: 140px;
        height: 50px;
    }

    .BestBrokers-logos-slider {
        --logo-width: 140px;
        --logo-gap: 24px;
    }
}

/* Mobile */
@@media (max-width: 768px) {
    .BestRealEstateBrokers-Band {
        padding: 40px 20px;
        gap: 40px;
    }

    .BestRealEstateBrokers-title {
        font-size: 32px;
    }

    .BestRealEstateBrokers-logos-row {
        gap: 20px;
    }

    .BestBrokers-logo-item {
        width: 120px;
        height: 42px;
    }

    .BestBrokers-logos-slider {
        --logo-width: 120px;
        --logo-gap: 20px;
    }
}

/* Small Mobile */
@@media (max-width: 480px) {
    .BestRealEstateBrokers-Band {
        padding: 32px 16px;
        gap: 32px;
    }

    .BestRealEstateBrokers-title {
        font-size: 28px;
    }

    .BestRealEstateBrokers-logos-row {
        gap: 16px;
    }

    .BestBrokers-logo-item {
        width: 100px;
        height: 36px;
    }

    .BestBrokers-logos-slider {
        --logo-width: 100px;
        --logo-gap: 16px;
    }
}
