* {
    font-family: 'Cairo', sans-serif;
    font-weight: normal;
    font-style: normal;
}

::selection {
    background-color: var(--primary-300);
    color: var(--primary);
}


::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    background: var(--tertiary);
}

::-webkit-scrollbar-thumb {
    background: var(--primary-200);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}


.nav-link {
    color: var(--tertiary) !important;
}


.nav-link:hover {
    color: var(--secondary) !important;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: var(--secondary) !important;
}

.dropdown-item-language {
    color: var(--dark) !important;
}

@media (max-width: 992px) {
    .dropdown-item-language {
        color: var(--tertiary) !important;
    }
}

.fw-bold-500 {
    font-weight: 500 !important;
}

.brand-image {
    width: 110px;
    object-fit: fill;
    height: 110px;
    border: 2px solid var(--tertiary);
    border-radius: 50%;
    transition: .3s ease-in-out;
}

.brand-image:hover {
    transform: scale(1.2);
    filter: drop-shadow(1px 1px 3px var(--secondary));
}

.custom-shadow {
    filter: drop-shadow(0 -10px 30px rgba(255, 255, 255, 0.3)) /* Top shadow */ drop-shadow(0 10px 30px rgba(255, 255, 255, 0.3)); /* Bottom shadow */
}

.product-card-body {
    display: flex;
    flex-direction: column;
}

.mt-auto {
    margin-top: auto;
}

.product-brochure-col {
    border-right: 2px solid white !important;
    border-left: 2px solid white !important;
}

.border-left-none {
    border-left: none !important;
}

.border-right-none {
    border-right: none !important;
}

.w-35 {
    width: 35% !important;
}


.product-brochure-show-btn {
    transition: .3s ease-in-out;
}

.product-brochure-show-btn:hover {
    background-color: var(--tertiary-rgba-80) !important;
}

.footer-copyright {
    border-top: 2px solid var(--tertiary) !important;
}

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.item-in-filter {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 148px !important;
    overflow: hidden !important;
}

.item-in-filter img {
    width: 75% !important;
    object-fit: contain;
}

.f-thumbs__slide {
    background-color: var(--primary-200);
    border-radius: 10px;
}

.is-nav-selected {
    background-color: var(--secondary);
}

.f-carousel__slide {
    margin-bottom: 40px !important;
}

.f-carousel__slide img {
    border: 1px solid #4285F4;
    border-radius: 12px;
}

.f-button.is-next {
    border: 3px solid var(--tertiary);
    border-radius: 12px;
    color: var(--tertiary) !important;
    width: 40px !important;
    height: 40px !important;
}

.f-button.is-prev {
    border: 3px solid var(--tertiary);
    border-radius: 12px;
    color: var(--tertiary) !important;
    width: 35px !important;
    height: 35px !important;
}

.form-control {
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
}

label {
    color: var(--tertiary);
    font-weight: 700 !important;
}

.tp-leftarrow.metis:before {
    background-image: url('/frontend/img/slider-left-arrow.webp'); /* Replace with the path to your left-arrow SVG */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.tp-bullets {
    z-index: 9999 !important;
}

.home-slider-clouds-img {
    z-index: 1;
}

.fancybox__content {
    align-items: center !important;
}

.tp-rightarrow.metis:before {
    background-image: url('/frontend/img/slider-right-arrow.webp'); /* Replace with the path to your right-arrow SVG */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-200);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
}

#loading-screen img {
    width: 250px;
    height: auto;
    animation: zoomInOut 1.5s infinite ease-in-out;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

.margin-inline-start-auto {
    margin-inline-start: auto;
}

.margin-inline-start-1 {
    margin-inline-start: 5px;
}

.margin-inline-start-2 {
    margin-inline-start: 10px;
}

.margin-inline-end-auto {
    margin-inline-end: auto;
}

.margin-inline-end-1 {
    margin-inline-end: 5px;
}

.margin-inline-end-2 {
    margin-inline-end: 10px;
}

.product-card {
    border: 1px solid #4285F4;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--primary);
    transition: .3s ease-in-out;
}

.product-card .card-img-top {
    object-fit: fill !important;
    width: 100%;
    aspect-ratio: 1/1;
}

.product-card .card-body {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.2);
    transition: .3s ease-in-out;
    cursor: pointer;
}

.brand-wrapper {
    position: absolute;
    top: 0;
    left: 10px;
    width: 60px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--primary); */
    
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}

.brand-wrapper img {
    margin-bottom: 30px;
    height: 50px;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: fill;
    width: 50px;
}

.news-card {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-nav-link {
    text-align: start !important;
}

html[dir="rtl"].header-nav-link {
    text-align: end !important;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
    color: white;
}
