/* Add custom CSS styles below */ 
body{
 background-color: #fff;
}
#main-content{
  background:#fff;
}
#firstBannerSal {
  margin-top:0px!important;
}
#firstBannerSal .container{
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
#firstBannerSal .container img{
  border-radius: 0px;
}
.banner-entry h3{
  opacity: 1;
  text-shadow: 0px 0px 3px #000;
}
.has-overlay::after {
  background-color: rgba(0, 0, 0, 0.6)!important;}
section#consultSect .right-side{
 width: 100%;
}
section.s-block.s-block--banners.container{
  background:#fff;
}
section#consultSect{
  max-width: 100%;
  padding: 20px 0px;
  background-image: url('https://cdn.files.salla.network/homepage/1202015172/1307a56e-9ba7-457d-892f-b3afec9aa2fb.webp');
background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#consultSect .right-side h2{
  text-align: center;
}
section#consultSect .right-side h2:after{
  content: '';
 position: absolute;
  width: 102px;
height: 4px;
left: 46%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #333333;
  bottom: -11px;
}
section#newProdctLo h2:after{
  content: '';
 position: absolute;
  width: 102px;
height: 4px;
right: 0%;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #333333;
  bottom: -11px;
}
section#newProdctLo .s-block__title{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
 section#consultSect .s-products-list-vertical-cards {
    grid-template-columns: repeat(1,minmax(0,1fr));
    justify-items: center;
    justify-content: center;
  }
section#consultSect custom-salla-product-card{
  min-width: 280px;
}
.s-product-card-content{
  padding: 0px;
  text-align: center;
}
salla-add-product-button button{
  border-radius: 0px!important;
  background: #4F4C4CCC!important;
  color: #fff!important;
  border-color: #4F4C4CCC!important;
}
custom-salla-product-card,.s-product-card-image{
  border-radius: 0px!important;
}
custom-salla-product-card h3.s-product-card-content-title{
  text-align: center;
  margin-top: 10px;
}
custom-salla-product-card .s-product-card-content-sub{
  justify-content: center;
  padding-bottom: 11px;
}

#adsTicker {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #B1111D, #840a13);
  color: #fff;
  padding: 16px 0;
  margin-top: 24px;
  position: relative;
   height: 50px;
}

.ads-ticker-track {
  display: inline-flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 18%;
}
.ads-ticker-track span {
  display: inline-block;
  padding-right: 60px;
  font-size: 15px;
  font-weight: 500;
}

#best-offers-3-slider {
  margin: 0px;
  width: 100%;
  max-width: 100%;
margin: 50px 0px 0px;
  padding: 0px;}

#best-offers-3-slider .s-slider-block__title-right h2{
 display:none; 
}
#best-offers-3-slider .s-slider-block__title{
  width:90%;
}

#adsTicker,
#offersAdsTicker {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #B1111D, #840a13);
  color: #fff;
  padding: 16px 0;
  margin-top: 24px;
  position: relative;
  height: 50px;
}

.ads-ticker-track,
.offers-ads-ticker-track {
  display: inline-flex;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 18%;
}

.ads-ticker-track span,
.offers-ads-ticker-track span {
  display: inline-block;
  padding-right: 60px;
  font-size: 15px;
  font-weight: 500;
}

/* about us section */
.dalia-home-section {
            font-family: 'Cairo', sans-serif;
            background-color: #f0f0f0; /* Section background */
            width: 100%;
            padding: 4rem 20px; /* Vertical padding */
            box-sizing: border-box;
            direction: rtl; /* Ensure RTL is enforced on the section */
            text-align: right;
        }

        .dalia-home-section * {
            box-sizing: border-box;
        }

        .dalia-home-content {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 4rem;
        }
html:lang(en) .dalia-home-content{
  flex-direction: row-reverse;
}

        /* Content Side */
        .dalia-text-wrapper {
            flex: 1;
            text-align: right;
        }
html:lang(en) .dalia-text-wrapper{
  text-align: left;
}

        .dalia-title {
            font-size: 2rem;
            font-weight: 800;
            color: #000;
            margin: 0 0 1.5rem 0;
            line-height: 1.2;
        }

        .dalia-desc {
            font-size: 1rem;
            line-height: 1.8;
            color: #444;
            margin: 0 0 2rem 0;
            max-width: 600px;
        }

        .dalia-btn {
            display: inline-flex;
            align-items: center;
            background-color: #1f1f1f;
            color: #ffffff;
            text-decoration: none;
            padding: 12px 24px;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }
html:lang(en) .dalia-btn {
  flex-direction: row-reverse;
}

        .dalia-btn:hover {
            background-color: #333;
        }

        .dalia-btn svg {
            margin-right: 8px;
            width: 20px;
            height: 20px;
        }

        /* Image Side */
        .dalia-image-wrapper {
            flex: 1;
            position: relative;
        }

        .dalia-image-wrapper img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
            object-fit: cover;
            box-shadow: 0 4px 20px rgba(0,0,0,0.05);
            max-height: 450px;
        }


/* services section */
 /* 
           NEW SECTION: SERVICES 
        */
        .dalia-services-section {
            font-family: 'Cairo', sans-serif;
            background-color: #ffffff;
            width: 100%;
            padding: 5rem 20px;
            box-sizing: border-box;
            direction: rtl;
            text-align: center;
        }

        .dalia-services-section * {
            box-sizing: border-box;
        }

        .dalia-container {
            max-width: 1100px;
            margin: 0 auto;
        }

        /* Header */
        .dalia-subtitle {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 700;
            color: #333;
            text-decoration: underline;
            margin-bottom: 1rem;
        }

        .dalia-main-title {
            font-size: 1.8rem;
            font-weight: 700;
            color: #000;
            margin: 0 0 1rem 0;
            line-height: 1.4;
        }

        .dalia-intro-text {
            font-size: 1rem;
            color: #666;
            line-height: 1.6;
            margin: 0 auto 3rem auto;
            max-width: 800px;
        }

        /* Grid */
        .dalia-services-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .dalia-card {
            background-color: #f5f5f5; /* Light gray card background */
            padding: 3rem 2rem;
            border-radius: 8px;
            text-align: center;
            transition: transform 0.3s ease;
        }

        .dalia-card:hover {
            transform: translateY(-5px);
        }

        .dalia-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 1.5rem auto;
            color: #C19A6B; /* Gold/Bronze color */
        }
        
        .dalia-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .dalia-card-title {
            font-size: 1.25rem;
            font-weight: 700;
            color: #000;
            margin: 0 0 1rem 0;
        }

        .dalia-card-desc {
            font-size: 0.95rem;
            color: #555;
            line-height: 1.6;
        }

       
        .dalia-services-footer {
            margin-top: 2rem;
        }

        .dalia-btn-dark {
            display: inline-block;
            background-color: #1f1f1f;
            color: #fff;
            padding: 14px 32px;
            font-size: 1rem;
            font-weight: 700;
            border-radius: 4px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .dalia-btn-dark:hover {
            background-color: #333;
        }



.s-block--features__item {
  border-radius: 32px;
  box-shadow: 0px 0px 20px 4px #00000026;
}
.s-block--features__item .feature-icon i{
    background: linear-gradient(179.21deg, #D6AC74 0.68%, #8F6E44 140.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
font-size:37px;
}
.feature-icon {
  background-color: #fff !important;
width:55px!important;
height: 55px!important;
}

  /* optional for better support */
  background-clip: text;
  color: transparent;
}

.s-block--features__item h2{
  color: #36442E!important;
  font-size: 17px!important;
  margin-bottom: 11px!important;
}
.s-block.s-block--features.container{
  margin-top: 10px;
}
.s-product-card-content-title a:hover,.main-menu li > a:hover{
  color: #D6AC74;
}

.store-footer,.store-footer__inner{
  background: #1D1F1F!important;
}
.store-footer__inner{
  background: #fff!important;
}
.store-footer__inner{
  background-image: url('https://cdn.files.salla.network/homepage/1202015172/2556fe1b-3b1e-477a-8fc9-0b17cdb4f4bb.webp')!important;
  background-size: cover!important;
  background-position: top center;
  background-repeat: no-repeat;
color:#fff;
}
.logoDaliFooter{
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 13px;
}




.bigPartfsec{
display:flex!important;
}

.footsecChi {
  width: 33%;
  text-align: center;
}

#contact-slot .s-contacts-item{
justify-content: center!important;
}

.footcopyright{
justify-content: center;
}


.store-footer .s-social-list{
  justify-content: center;
  margin-top: 18px;
}
.store-footer__inner{
  border: unset;
}
footer > .md\:flex.items-center.justify-between.py-4.container.text-center{
    border-top: 1px solid #fff;
  justify-content: center;
}
.copyright-text p{
  color:#8F6E44;
}
header .header-search.flex-1{
  display: none;
}
/* media query */

        /* Responsive */
        @media (max-width: 992px) {
            .dalia-home-content {
                gap: 2rem;
            }
        }

        @media (max-width: 768px) {
            .dalia-home-content,html:lang(en) .dalia-home-content {
                flex-direction: column-reverse;
                text-align: center;
                gap: 2.5rem;
            }

            .dalia-text-wrapper, html:lang(en) .dalia-text-wrapper {
                text-align: center;
            }
            
            .dalia-desc {
                margin-left: auto;
                margin-right: auto;
            }

            .dalia-title {
                font-size: 1.75rem;
            }
           .dalia-services-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }

            .dalia-main-title {
                font-size: 1.5rem;
            }
            
            .dalia-card {
                padding: 2rem 1.5rem;
            }
          section#consultSect .right-side h2::after{
            left: 36%;
          }
          #consultSect .s-products-list-wrapper.s-products-list-vertical-cards{
            padding-top: 19px;
          }
         #best-offers-3-slider salla-products-slider{
           display: inline-block!important;
         }
          .custom-image-div{
            width: 15%!important;
  height: 200px!important;
          }
          .store-footer__inner > div.container{
            display: block!important;
          }
          .footsecChi {
  width: 100%!important;}
          footer .lg\:hidden.contact-social{
            display: none;
          }
          footer .flex.gap-4 {
  justify-content: center;
  margin-bottom: 13px;}
          .logoDaliFooter{
            margin-top: 20px;
          }
        }