@font-face {
    font-family: 'LamaSans';
    src: url('https://arbfonts.com/wp-content/fonts/new-arabic-fonts/LamaSans-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
    font-display: swap;
}
:root {
    --bg: #001F47;
    --bg-img: url(https://i.ibb.co/C5Nm9fHc/6ccda1ae5ee0621d332104db76b9186b7518b648.png);
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: #000;
  --main-text-color: #fff;
    --footer-bg: #001F47;
}

body {
      font-family: 'LamaSans', sans-serif;
    background-color: var(--bg) !important;
  color: #fff !mportant;
}

.app-inner {
  background-image: var(--bg-img) !important;
  background-size: cover !important;   
  background-repeat: no-repeat !important;
  background-position: center bottom;
}
#mainnav,
#mainnav i:before,
#mainnav b {
    color: var(--header-bg) !important;
  background-color: #001F47 !important;
}

#mainnav a:hover {
    color: var(--header-color) !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}
/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    max-width: 50%;
    margin: auto;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 300px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 100px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: #001e46 !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
  border: 3px solid #3BB0D9
}
.s-products-slider-card *,
.s-product-card-content-title a{
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Features */

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

.s-block--features__item .feature-icon i {
    color: #3BB0D9 !important;
}
.s-reviews-testimonial {
    background-color: #001f47 !important;
    border: 3px solid #3BB0D9;
}
.s-block--features__item {
    background-color: #001f47;
    border: 2px solid #3BB0D9;
}
.s-block--features__item h2, .s-block--features__item p {
color: #fff !important;
}
/* Footer */

.store-footer,
.store-footer__inner {
    background-color: var(--footer-bg) !important;
    color: #fff !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.s-breadcrumb-arrow svg {
    fill: #fff;
}
.product-single .md\:overflow-hidden h1,
.copyright-text p,
.copyright-text p a:hover{
    color: #fff !important;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0!important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}
/* Special Heading */
.s-block__title,
.s-slider-block__title,
.s-reviews-header-wrapper{
    display: flex;
    justify-content: center;
}
.s-slider-block__title-left{
display: none;
}
.s-slider-block__title h2,
.s-block__title h2,
.s-reviews-header{
    font-size: 30px !important;
    position: relative;
    color: #fff !important;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2,
  .s-reviews-header{
        font-size: 20px !important;
    }
}

/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}









.product-single form,
.product-single form * {
    color: #001F47 !important;
}

.product-single form label {
    color: #001F47 !important;
    font-weight: 600;
}

.product-single form select,
.product-single form input,
.product-single form textarea {
    color: #001F47 !important;
}

.product-single .price,
.product-single .s-product-price,
.product-single .product-price {
    color: #3BB0D9 !important;
    font-weight: 700;
}




#mainnav .dropdown-menu,
#mainnav .sub-menu,
#mainnav .s-menu,
#mainnav .s-dropdown-menu {
    background-color: #ffffff !important;
}

#mainnav .dropdown-menu a,
#mainnav .sub-menu a,
#mainnav .s-menu a,
#mainnav .s-dropdown-menu a {
    color: #001F47 !important;
}

#mainnav .dropdown-menu a:hover,
#mainnav .sub-menu a:hover,
#mainnav .s-menu a:hover,
#mainnav .s-dropdown-menu a:hover {
    color: #3BB0D9 !important;
}







/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: wa-float 3s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.whatsapp-float::before {
    content: "تواصل معنا";
    position: absolute;
    right: 70px;
    background: #111827;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(5px);
    transition: 0.3s ease;
}

.whatsapp-float:hover::before {
    opacity: 1;
    transform: translateY(0);
}

/* Floating animation */
@keyframes wa-float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: 18px;
        right: 18px;
    }
}