.honeypot-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.site-logo {
    height: 3rem;
    width: auto;
    max-width: 9rem;
    object-fit: contain;
}

.site-logo--footer {
    height: 2.75rem;
    max-width: 8rem;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    vertical-align: middle;
}

.service-card:hover,
.service-card-hover:hover {
    border-color: #8b0021;
}

.service-card-hover:hover {
    box-shadow: 0px 10px 30px rgba(24, 25, 33, 0.08);
}

.bento-hover:hover {
    border-color: #8b0021;
    transform: translateY(-4px);
    transition: all 0.3s ease;
}

.form-input-focus:focus {
    outline: none;
    border-color: #8b0021;
    box-shadow: 0 0 0 1px #8b0021;
}

[dir="rtl"] .rtl-flip {
    transform: scaleX(-1);
}

html[dir="rtl"] body {
    font-family: "IBM Plex Sans Arabic", "Be Vietnam Pro", sans-serif;
}

html[dir="rtl"] .font-headline-md,
html[dir="rtl"] .font-headline-sm,
html[dir="rtl"] .font-display-lg,
html[dir="rtl"] .font-display-lg-mobile,
html[dir="rtl"] .font-label-md {
    font-family: "IBM Plex Sans Arabic", "Hanken Grotesk", sans-serif;
}
