@font-face {
    font-family: 'ArbFONTS';
    src: url('/website/webfonts/ArbFONTS.otf') format('truetype');
}

@font-face {
    font-family: 'ArbFONTS-SansOneBold';
    src: url('/website/webfonts/ArbFONTS-CAREEM-BOLD.otf') format('truetype');
}

body.website-font-cairo {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
}

body.website-font-default {
    font-family: 'Almarai', 'Tajawal', 'Noto Kufi Arabic', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}

.website-all {
    overflow-x: hidden;
}

.contact-section {
    --contact-primary: #225d77;
    --contact-muted: #225d77;
    --contact-border: #e5e7eb;
    --contact-accent: #c59d63;
    margin-top: 70px;
    background: #fff;
    text-align: start;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
}

[dir='rtl'] .contact-row {
    flex-direction: row-reverse;
}

[dir='ltr'] .contact-row {
    flex-direction: row;
}

.contact-title {
    color: var(--contact-primary);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
}

.contact-description {
    color: var(--contact-muted);
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 18px;
}

.contact-info .info-link,
.contact-info .info-text {
    color: var(--contact-muted);
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.contact-info .info-link:hover {
    text-decoration: underline;
}

.contact-form .form-control {
    border: 1px solid var(--contact-border);
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 10px;
    height: 36px;
    box-shadow: none;
}

.contact-form .form-control::placeholder {
    color: #9aa3af;
}

.contact-form .form-control:focus {
    border-color: var(--contact-primary);
    outline: 0;
    box-shadow: none;
}

[dir='rtl'] .contact-form .form-control {
    direction: rtl;
    text-align: right;
}

[dir='ltr'] .contact-form .form-control {
    direction: ltr;
    text-align: left;
}

.contact-textarea {
    height: 100px !important;
    resize: vertical;
}

.contact-form .send-btn {
    background: var(--contact-accent);
    color: #fff;
    border: none;
    padding: 8px 22px;
    font-weight: 700;
    border-radius: 4px;
}

[dir='ltr'] .contact-form .send-btn {
    float: left;
}

[dir='rtl'] .contact-form .send-btn {
    float: right;
}

.customer-b2b-home-fig {
    position: relative;
    overflow: hidden;
}

.customer-b2b-home-card.open-property-modal {
    cursor: pointer;
}

.b2b-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.05));
    color: #fff;
    opacity: 0;
    transition: opacity 0.18s ease-in-out;
}

.customer-b2b-home-card:hover .b2b-card-overlay {
    opacity: 1;
}

.b2b-card-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.35;
    max-height: 5.5em;
    overflow: hidden;
}

.b2b-card-domain {
    align-self: flex-start;
    background: #fff;
    color: #225d77;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.35rem 0.6rem;
    border-radius: 0.45rem;
}

.b2b-card-domain:hover {
    text-decoration: underline;
}

.tst-section {
    --accent: #225d77;
    --gold: #c59d63;
    --ink: #334155;
    --arrow-size: 54px;
}

.tst-title {
    margin: 0 0 22px;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.15;
    color: var(--accent);
    letter-spacing: -0.3px;
}

.tst-title span {
    position: relative;
}

.tst-title span::after {
    content: '';
    position: absolute;
    inset: auto 0 -8px 0;
    height: 4px;
    border-radius: 3px;
}

.tst-owl {
    position: relative;
}

.tst-owl .owl-stage {
    display: flex;
    align-items: stretch;
}

.tst-owl .owl-item {
    display: flex;
    padding: 16px 14px;
}

.tst-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef2f7;
    box-shadow: 0 4px 20px 0 #00000040;
    padding: 26px 28px;
    min-height: 279px;
}

.tst-head {
    margin-bottom: 6px;
}

.tst-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tst-user img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.tst-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color: #225d77;
}

.tst-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0;
}

.tst-stars svg {
    width: 16px;
    height: 16px;
    fill: #ffd700;
}

.tst-count {
    margin-top: 2px;
    color: #141219;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: start;
}

.tst-text {
    margin: 12px 0 10px;
    color: #525252;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
}

.tst-card::before,
.tst-card::after {
    position: absolute;
    font-weight: 800;
    font-size: 34px;
    color: #b8c3cf;
    line-height: 1;
}

.tst-owl .owl-nav {
    pointer-events: none;
}

.tst-owl .owl-nav button {
    pointer-events: auto;
    position: absolute;
    top: 43%;
    width: var(--arrow-size);
    height: var(--arrow-size);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold) !important;
    font-size: 50px !important;
    font-weight: 800;
}

.tst-owl .owl-nav button span {
    display: none !important;
}

.tst-owl .owl-nav .owl-prev {
    inset-inline-start: -36px;
}

.tst-owl .owl-nav .owl-next {
    inset-inline-end: -36px;
}

.tst-owl .owl-nav .owl-prev::before,
.tst-owl .owl-nav .owl-next::before {
    content: none !important;
}

.tst-owl .owl-nav button:hover {
    filter: brightness(0.98);
}

.tst-owl .owl-nav .disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.tst-owl .owl-dots {
    display: none;
}

.tst-cta {
    display: inline-block;
    min-width: 160px;
    text-align: center;
    background: var(--gold);
    color: #fff;
    font-weight: 800;
    padding: 0.65rem 1.2rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 22px rgba(197, 157, 99, 0.28);
    text-decoration: none;
}

.tst-cta:hover {
    filter: brightness(0.95);
    color: #fff;
}

.tst-section .owl-carousel .owl-item img {
    width: 50px !important;
}

@media (max-width: 1200px) {
    .tst-owl .owl-nav .owl-prev {
        inset-inline-start: -28px;
    }

    .tst-owl .owl-nav .owl-next {
        inset-inline-end: -28px;
    }
}

@media (max-width: 992px) {
    .tst-title {
        font-size: 32px;
    }

    .tst-owl .owl-nav .owl-prev,
    .tst-owl .owl-nav .owl-next {
        top: -12px;
        transform: none;
    }
}

@media (max-width: 768px) {
    .contact-title {
        font-size: 24px;
        text-align: center;
    }

    .contact-description,
    .contact-info {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .tst-card {
        padding: 20px 18px;
        border-radius: 14px;
    }

    .tst-title {
        font-size: 28px;
    }
}
