.announcement-text{
  font-size: 13px !important;
}

.announcement-bar{
  padding: 5px;
}

.css-navbar-brand{
  height: 90px !important;
}

#fixed-header{
  padding: 0 !important;
}

.nav{
  font-size: 14px !important;
  
}

/************************
      Header Menu
************************/

/********************************
      توسيط المنيو بالكامل
********************************/

.container.d-flex{
    justify-content: center !important;
}

/********************************
      القائمة الرئيسية
********************************/

.css-menu{
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 2px;
    overflow: visible;
    padding: 0;
    margin: 0 auto;
}

/********************************
      عناصر القائمة
********************************/

.css-menu > .nav-item{
    flex-shrink: 0;
    margin: 0 !important;
}

/********************************
      الروابط
********************************/

.css-menu > .nav-item > .nav-link{
    white-space: nowrap;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 600;
    color: #152751 !important;
    border-radius: 10px;
    transition: all .3s ease;
}

/********************************
      Hover
********************************/

.css-menu > .nav-item > .nav-link:hover{
    color: #03a9ac !important;
    background: rgba(3,169,172,.08);
}

/********************************
      الأسهم
********************************/

.css-menu .ti-chevron-down{
    font-size: 12px;
    margin-right: 3px;
    transition: .3s;
}

.css-menu .nav-item:hover .ti-chevron-down{
    transform: rotate(180deg);
    color: #03a9ac;
}

/********************************
      الدروب داون
********************************/

.css-menu .dropdown-menu{
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
    padding: 10px !important;
}

.css-menu .dropdown-item{
    border-radius: 8px;
    padding: 10px 14px !important;
    font-size: 14px;
}

.css-menu .dropdown-item:hover{
    background: rgba(3,169,172,.08);
    color: #03a9ac;
}

/********************************
      جميع التصنيفات
********************************/

.css-menu > .nav-item:last-child .nav-link{
    background: linear-gradient(135deg,#152751,#03a9ac);
    color: #fff !important;
    border-radius: 30px;
    padding: 9px 18px !important;
}

.css-menu > .nav-item:last-child .nav-link:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(3,169,172,.3);
}









/* عنوان القسم */
.flex-grow-1 h2{
    color: #0ea5a4;
    font-size: 32px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
}

/* الخط أسفل العنوان */
.flex-grow-1 h2::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg,#0ea5a4,#5eead4);
    border-radius: 20px;
}

/* صندوق الأسهم */
.position-relative.z-1{
    display: flex;
    align-items: center;
    gap: 10px;
}

/* أزرار السلايدر */
.swiper-button-next,
.swiper-button-prev{
    position: static !important;
    width: 42px;
    height: 42px;
    background: #ffffff !important;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: .3s;
}

/* تأثير الهوفر */
.swiper-button-next:hover,
.swiper-button-prev:hover{
    background: #0ea5a4 !important;
    border-color: #0ea5a4;
    transform: translateY(-3px);
}

/* لون الأيقونات */
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after{
    color: #fff;
}

/* الحاوية بالكامل */
.container .d-flex.justify-content-between.align-items-center{
    background: #fff;
    padding: 20px 25px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
    margin-bottom: 25px;
}

/* الموبايل */
@media(max-width:768px){

    .flex-grow-1 h2{
        font-size: 24px;
    }

    .swiper-button-next,
    .swiper-button-prev{
        width: 36px;
        height: 36px;
    }
}

/**/

/* منطقة الصورة */
.zooming{
    height: 200px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #fff !important;
}

/* صور البراندات */
.zooming .card-img-top{
    width: 100% !important;
    height: 150px !important;
    object-fit: contain !important;
    object-position: center center;
    padding: 10px;
    transition: .3s;
}

/* تأثير المرور */
.card-product:hover .card-img-top{
    transform: scale(1.05);
}

#swiper-wrapper-69d8f409b23ceab1 .zooming .card-img-top{
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
    object-position: center center;
    padding: 10px;
    transition: .3s;
}


/* سكشن الأقسام فقط */
.css-categories .zooming{
    height: 180px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/* صور الأقسام */
.css-categories .card-img-top{
    width: 100% !important;
    height: 140px !important;
    object-fit: contain !important;
    object-position: center;
    padding: 5px;
    transition: .3s;
}

/* تأثير بسيط */
.css-categories .card-product:hover .card-img-top{
    transform: scale(1.05);
}

.css-categories .zooming{
    height: 400px;
}

.css-categories .card-img-top{
    height: 400px !important;
    object-fit: contain !important;
}


/**/



/* الكارت بالكامل */
.card-product{
    border: none !important;
    border-radius: 18px;
    overflow: hidden;
    transition: all .3s ease;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}

/* تأثير عند المرور */
.card-product:hover{
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,.15);
}

/* حاوية الصورة */
.card-product .zooming{
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    height: 180px;
}

/* الصورة */
.card-product .card-img-top{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

/* تكبير الصورة عند المرور */
.card-product:hover .card-img-top{
    transform: scale(1.1);
}

/* الفوتر */
.card-product .card-footer{
    background: #fff !important;
    border: none;
    padding: 15px;
    text-align: center;
}

/* اسم القسم */
.card-product .card-title{
    font-size: 15px;
    font-weight: 600 !important;
    color: #222 !important;
    justify-content: center;
    transition: .3s;
}

/* تغيير لون النص */
.card-product:hover .card-title{
    color: #0d6efd !important;
}

/* أيقونة السهم */
.card-product .ti-circle-chevron-left{
    font-size: 18px;
    color: #0d6efd;
    transition: .3s;
}

/* حركة السهم */
.card-product:hover .ti-circle-chevron-left{
    transform: translateX(-5px);
}

/* إزالة المسافات الزائدة */
.swiper-slide a{
    text-decoration: none;
}

/* للموبايل */
@media (max-width:768px){

    .card-product .zooming{
        height: 140px;
    }

    .card-product .card-title{
        font-size: 13px;
    }

}



.flex-shrink-0 .link-primary{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    background: linear-gradient(135deg,#0ea5a4,#14b8a6);
    color: #fff !important;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 5px 20px rgba(14,165,164,.25);
}

.flex-shrink-0 .link-primary:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(14,165,164,.35);
    color: #fff !important;
}

.flex-shrink-0 .link-primary i{
    transition: .3s;
}

.flex-shrink-0 .link-primary:hover i{
    transform: translateX(-6px);
}




/* ===== Footer ===== */


/* الخلفية */
footer{
    background: #152751 !important;
    color: #fff;
}

/* القسم الأول */
footer section:first-child{
    background: transparent !important;
}

/* العناوين */
footer h2.text-body{
    color: #fff !important;
    font-size: 22px;
    font-weight: 700 !important;
    margin-bottom: 25px;
    position: relative;
}

footer h2.text-body::after{
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #03a9ac;
    margin-top: 10px;
}

/* جميع النصوص */
footer p,
footer span,
footer .text-body-secondary,
footer .link-secondary,
footer .nav-link{
    color: #dbe4ff !important;
}

/* الروابط */
footer a{
    text-decoration: none;
    transition: .3s;
}

footer a:hover{
    color: #03a9ac !important;
}

/* الأيقونات */
footer i{
    color: #03a9ac;
}

/* وسائل الدفع */
.js-shipping-icon{
    background: #fff;
    border-radius: 8px;
    padding: 5px;
}

/* قسم الحقوق */
[data-section="js-copyright"]{
    border-top: 1px solid rgba(255,255,255,.15) !important;
    border-bottom: none !important;
}

/* نص الحقوق */
.rotate-center{
    color: #dbe4ff !important;
}

/* زر للأعلى */
.translateY{
    color: #03a9ac !important;
}


footer.bg-secondary{
    background: #152751 !important;
}





/*shop*/


@media (min-width: 1200px){

    .swiper-slide.position-relative{
        width: calc((100% - 40px) / 5) !important;
    }

}


/*photos*/

.gallery {
  margin-bottom: 50px !important;
}



/**********************
   Gallery Hover
**********************/

.gallery-item .content{
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.gallery-item img{
    width: 100%;
    transition: .6s ease;
    border-radius: 18px !important;
}

/* طبقة فوق الصورة */
.gallery-item .content::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(21,39,81,0) 20%,
        rgba(21,39,81,.75) 100%
    );
    opacity: 0;
    transition: .4s;
    z-index: 2;
}



/* Hover */
.gallery-item:hover img{
    transform: scale(1.08);
}

.gallery-item:hover .content::before{
    opacity: 1;
}



/*subheader*/
.category-image{
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}

.category-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 1;
}

.category-image .container{
    position: relative;
    z-index: 2;
}