body {
    background-color: #fff;
    margin: 0;
    overflow-x: hidden;
    letter-spacing: 1px;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-ExtraLight.otf') format('opentype');
    font-weight: 200;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-Light.otf') format('opentype');
    font-weight: 300;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: 500;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Assets/Fonts/ClashDisplay-Bold.otf') format('opentype');
    font-weight: 700;
}

h1 {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 700;
    color: #000;
}

h2 {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 500;
    color: #000;
}

p,
a {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 300;
    color: #000;
    text-decoration: none;
}

button {
    font-family: 'ClashDisplay', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.page-width {
    max-width: 110rem;
    margin: 0 auto;
    padding: 0 5rem;
    width: calc(100% - 10rem) !important;
}

.logo_nav_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.section-heading {
    margin: 3rem 0 2rem;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}

.enquiry-form-callout-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 500px;
    margin-bottom: 3rem;
}

.enquiry-form-callout-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    position: absolute;
    top: 50%;
    left: calc(5rem + 30px);
    transform: translateY(-50%);
    width: 40%;
    z-index: 4;
}

.enquiry-form-callout-home img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.enquiry-form-callout-home span {
    font-size: 1.15rem;
    color: #fff;
    font-family: 'ClashDisplay', sans-serif;

}

.enquiry-form-callout-home .about-section-4-heading {
    text-align: left;
}

.enquiry-form-callout-home .arabic {
    text-align: unset;
}

.enquiry-form-callout-home a {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 500;
    background: #BE1E28;
    color: #fff;
    width: fit-content;
    padding: 8px 25px;
    border-radius: 50px;
    margin-top: 15px;
    transition: all 0.3s ease-out;
}

.enquiry-form-callout-home a:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s ease-out;
    scale: 1.05;
}

.enquiry-form-desktop-image {
    display: flex;
}

.enquiry-form-mobile-image {
    display: none;
}

.enquiry-form-callout-home::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10rem);
    z-index: 2;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
    margin-left: 5rem;
    border-radius: 15px;
}

.whatsapp-floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 85px;
    display: flex;
    z-index: 99;
    aspect-ratio: 1/1;
    height: 85px;
    opacity: 0;
}

.whatsapp-floating-button img {
    width: 100%;
}

.language-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    position: relative;
}

/* Toggle styling */
.switch {
    position: relative;
    width: 110px;
    height: 100%;
}

.check-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* The switch label (actual visual toggle) */
.check-toggle+label {
    display: block;
    width: 100%;
    height: 100%;
    background: #be1e28;
    border-radius: 500px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
}

.check-toggle+label::before {
    content: "";
    width: 50px;
    height: calc(100% - 10px);
    background: #fff;
    border-radius: 500px;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: left 0.3s ease;
}

/* Move toggle handle to the right when checked */
.check-toggle:checked+label::before {
    left: 52px;
}

/* Language labels */
.switch>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
    font-family: 'ClashDisplay', sans-serif;
    font-size: .7rem;
    text-transform: uppercase;
    pointer-events: none;
    color: #fff;
    transition: color 0.3s ease;
    font-weight: 500;
}

.arabic {
    font-family: 'DroidArabicKufiRegular' !important;
    font-weight: 300 !important;
    direction: rtl;
    text-align: right !important;
}

.ticker span,
.contact-form-inner input,
.contact-form-inner textarea,
.contact-form-inner input::placeholder,
.contact-form-inner textarea::placeholder {
    font-family: 'DroidArabicKufiRegular' !important;
    font-weight: 300 !important;

}

.home-section-6-left.arabic,
.home-section-6-left.arabic h2,
.home-section-6-left.arabic li,
.home-section-6-left.arabic p {
    font-family: 'DroidArabicKufiRegular' !important;
}

h1.arabic,
h1>.arabic,
h2.arabic,
h2>.arabic,
h3.arabic,
h3>.arabic {
    font-weight: 600 !important;
}

*/ .switch>span:first-of-type {
    padding-left: 2px;
}

footer p, footer a {
    display: flex;
}

footer .arabic {
    width: 100%;
}

.switch>span:last-of-type {
    padding-right: 2px;
}

.switch>span.on {
    left: 0;
    color: #BE1E28;
}

.switch>span.off {
    right: 0;
    color: #fff;
}

.check-toggle:checked~.on {
    color: #fff;
}

.check-toggle:checked~.off {
    color: #BE1E28;
}

.close-btn {
    display: none;
}

@media(max-width:1000px) {
    .page-width {
        width: calc(100% - 10rem) !important;
    }

    .burger {
        display: block !important;
        font-size: 30px;
        cursor: pointer;
        z-index: 100;
    }

    .nav-container {
        position: fixed;
        inset: 0;
        backdrop-filter: blur(6px);
        background: rgba(0, 0, 0, 0.2);
        /* optional darker blur */
        z-index: 101;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .nav-container nav {
        align-items: start !important;
        justify-content: start !important;
        padding-top: 2.5rem !important;
        border-radius: 0 !important;
        height: 100vh;
        width: 300px !important;
        position: fixed;
        top: 0;
        bottom: 0;
        left: calc(-300px - 5rem);
        display: flex;
        flex-direction: column;
        background: #fff;
        gap: 10px;
        transition: left 0.3s ease-out;
        padding: 2rem 1rem;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .nav-container.active {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-container.active nav {
        left: 0 !important;
    }

    .close-btn {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 1rem;
        cursor: pointer;
        align-self: flex-end;
        color: #fff;
        display: flex;
    }
}

@media(max-width:756px) {
    .enquiry-form-callout-home::after {
        width: calc(100% - 2rem);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
        margin-left: 1rem;
    }

    .enquiry-form-desktop-image {
        display: none;
    }

    .enquiry-form-mobile-image {
        display: flex;
    }

    .enquiry-form-callout-content {
        transform: none;
        top: 30px;
        left: unset;
        width: 80%;
        justify-content: center;
        align-items: center;
    }

    .enquiry-form-callout-home .about-section-4-heading {
        text-align: center;
    }

    .enquiry-form-callout-home span {
        text-align: center;
    }

    .enquiry-form-callout-home {
        height: 600px;
    }

    .enquiry-form-callout-home a {
        font-size: .9rem;
        padding: 6px 20px;
        margin-top: 10px;
        margin-left: 1rem;
        margin-bottom: 0;
    }

    .enquiry-form-callout-home span {
        font-size: .9rem;
    }

    .page-width {
        padding: 0 1rem;
        width: calc(100% - 2rem) !important;
    }

    .logo_nav_container {
        gap: 20px;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
    }

    .section-heading {
        font-size: 1.5rem;
        margin: 2rem 0 1.2rem;
    }
}

@media (max-width: 500px) {
    .switch {
        transform: scale(0.8);
    }
}