/* Add custom CSS styles below *//* Add custom CSS styles below */ 
/* Add custom CSS styles below */

/* General start */
:root {
    --main-color: #d80027;
    --second-color: #d80027;
    --third-color: #FFFfff ;
}

/* General End */

/* Body */

.top-navbar{
background-color: white !important;

}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #ffffff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qnmve/8lSZhoVg3Zna2FK8YllxWUGkViV7nsWOpQSvvL6T.png);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none;
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    75% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(.1);
    }
}

/* NavBar start */

#mainnav {
    background-color: #FFFfff !important;
}

.main-menu {
    color: var(--main-color);
}

.sicon-user-circle:hover::before {
    color: var(--main-color);
}

.header-btn__icon {
    border: none;
    color: var(--main-color);
}

.s-cart-summary-total {
    color: var(--main-color);
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color);
    }
}

/* NavBar End */

/* Sections Start */
.swiper-pagination {
    display: none;
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color);
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color);
}

.slide--cat-entry h4 {
    color: var(--second-color);
}

.s-slider-block__title {
    color: var(--main-color);
}

.s-block__title {
    color: var(--main-color);
}

/* Sections End */

/* Product start */

.s-products-slider-card {
    padding: 0.625rem;
}

.s-product-card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 20px;
   box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11, 22, 73, 0.5) !important;
    color: var(--main-color);
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.s-product-card-content-main {
    text-align: center;
}

.s-product-card-content-title a {
    color: var(--main-color);
}

.s-product-card-content-title a:hover {
    color: var(--main-color);
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content {
    padding: .75rem .75rem;
    justify-content: center;
    align-items: center;
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--main-color);
}

.s-button-primary-outline {
    color: var(--main-color);
}

.s-button-primary-outline:hover {
    background-color:  var(--main-color);
    color: white;
}

/* Product End */

/* Footer Start */

.store-footer {
    background-color: #ffffff !important;
    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 400px;
    border-top-right-radius: 80px;
    text-align: center;
    box-shadow: rgba(14, 30, 37, 0.07) 0px 2px 4px 0px, rgba(14, 30, 37, 0.09) 0px 2px 16px 0px;
    position: relative; /* لضبط التأثيرات الحركية */
    overflow: hidden; /* لإخفاء العناصر المتحركة عند الخروج من الحدود */
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
}

.store-footer__inner {
    background-color: transparent !important;
    text-align: center;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.store-footer h3 {
    color: var(--main-color) ;
    font-size: 1.3rem;
    transition: color 0.3s ease, transform 0.3s ease; /* تأثير التغيير عند التحويم */
}
.store-footer h3:hover {
    color: var(--main-color) ;
    opacity: 1;
    cursor: pointer;
    transform: scale(1.1); /* تكبير النص عند التحويم */
}

.footer-list {
    color: var(--main-color) ;
}

.store-footer__inner .max-w-sm {
    color: var(--main-color);
}

.store-footer a {
    color: var(--main-color) ;
    transition: color 0.3s ease; /* تأثير التغيير عند التحويم */
}

.store-footer a:hover {
    color: var(--main-color); /* تغيير اللون عند التحويم */
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color);
    transition: transform 0.3s ease, color 0.3s ease; /* تأثير التغيير عند التحويم */
}

.store-footer i:hover {
    color: var(--main-color); /* تغيير اللون عند التحويم */
    transform: rotate(360deg); /* دوران الأيقونة عند التحويم */
}

.text-center::before {
    content: " برمجة و تطوير | ADFAZ";
    font-size: 14px;
    font-weight: 300;
    background: linear-gradient(90deg, var(--main-color), #ffF, var(--main-color));
    -webkit-background-clip: text;
    color: transparent;
    padding: 8px 0 !important;
    display: inline-block;
    animation: colorChange 3s infinite;
    background-size: 200% 200%;
    text-shadow: none;
    border-radius: 5px;
}

@keyframes colorChange {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.store-footer::after:hover {
    opacity: 1; /* تحسين وضوح النص عند التحويم */
}

.store-footer a h3:nth-child(1) {
    font-size: 1.3rem;
    color: transparent;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/qnmve/8lSZhoVg3Zna2FK8YllxWUGkViV7nsWOpQSvvL6T.png);
    background-size: 100%;
    background-repeat: no-repeat;
    scale: 1.1;
    line-height: 6;
    background-position: center;
    margin-bottom: 15px;
    margin-top: 10px;
    transition: transform 0.3s ease; /* تأثير التحرك عند التحويم */
}

.store-footer a h3:nth-child(1):hover {
    transform: scale(1.2); /* تكبير الصورة عند التحويم */
}

/* Add floating animation for footer elements */
.store-footer__inner .flex, 
.store-footer__inner .max-w-sm, 
.store-footer h3, 
.store-footer a {
    position: relative;
    animation: float 6s ease-in-out infinite;
}




.s-block--features__item .feature-icon {
    background-color: var(--main-color);
}

.s-block--features__item .feature-icon i {
    color: var(--main-color);
}

.text-primary {
    color: var(--main-color);
}

.square-photos {
    margin: 125px;
}

@media(min-width: 0px) and (max-width: 768px) {
    .square-photos {
        margin: 0px;
    }
    .gap-3 { grid-template-columns: repeat(2, 1fr);}
}


.banner-entry{
    background-color: transparent !important;
}

.lazy__bg {
    background-color: transparent !important;
}


.banner--fixed img {
    background-color: unset !important;
}

.app-inner{
background-color: #FFFfff ;
}

.copyright-text p {
color: #eb6333 !important;
display:none
}

.copyright-text a {
color: #eb6333 !important;
display:none
}
.s-slider-block__title a{
color:#4e1c31;
display:none

}
.s-slider-block__title h2{
color:#4e1c31;
display:none
}

.s-product-card-price{
color: var(--main-color);

}
.unicode {
    unicode-bidi: plaintext;
}

.contact-social {
    display: none;
}

.s-contacts-icon {
border-width: 0px ;
border-color: #ff7503 !important;
}

.s-contacts-list {
    display: flex;
    flex-direction: column; /* Align items vertically */
    align-items: center;    /* Center horizontally */
    justify-content: center; /* Center vertically */
            /* Make sure it's taking full height */
    text-align: center;      /* Ensure text is centered */
}

.s-contacts-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
   /* Space between items */
}

.s-contacts-icon {
    margin-right: 8px; /* Space between icon and text */
}