/* Add custom CSS styles below */ 



/* ================banners========================== */
:nth-child(1 of section.s-block.s-block--fixed-banner.wide-placeholder) .container {
  padding-right: 0;
  padding-left: 0;
   max-width:100%;
}
.s-block.s-block--fixed-banner.wide-placeholder .container{
     max-width:100%;
     padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0;
  background-color: transparent;
}



/* ===============nav========== */
div#mainnav {
  margin-bottom: 2rem;
 padding-left: 2rem;
  padding-right: 2rem;
  /* margin: 1rem auto; */
    
}
.inner.bg-inherit{
     margin-top: 1rem;
  /* margin-left: 2rem; */
    /* margin-right: 2rem; */
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .1);
    border-radius: 3rem;
  
     padding-left: .5rem;
  padding-right: .5rem;
}
/* .index .fixed-pinned .inner{ */
.fixed-pinned .inner{
  margin: 1rem auto;
  /* margin-left: 2rem; */
    /* margin-right: 2rem; */
}


.index .navbar-brand  img {
  /* content: url(https://i.ibb.co/cjv6vRW/1-1.png); */
    content: url(https://i.ibb.co/rGr78jVg/1.png);
}
.fixed-pinned .navbar-brand  img {
    content: url(https://i.ibb.co/cjv6vRW/1-1.png);
}

.navbar-brand img {
    max-height: 5rem;
    /* content: url(https://i.ibb.co/rGr78jVg/1.png); */
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 55px;
     max-height: 5rem;
}


/* =============testimonials=========== */
section.PU_testomenials.PU_testomenials-14.sec__space.animate-component {
    padding-top: 2rem;
    padding-bottom: 2rem;
}



/* =============منتج مع صورتيين =============== */

@media(min-width: 768px)
{
  .banners {
  display: contents;
}
.F_banner {
  order: 2;
  text-align: center;
}

.S_banner {
  order: 1;
}

.T_banner {
  order: 3;
}

.F_banner,
.S_banner,
.T_banner {
  width: 33.33% !important;
}
}





/* =======منتج مع مميزات ========  */
section#product-feature-\{position\} {
    /* margin-bottom: 9rem; */
}
section#product-feature-\{position\}
    .w-\[64px\].md\:w-\[140px\].h-\[64px\].md\:h-\[140px\].rounded-full.border.border-dashed.border-orange-500.flex.items-center.justify-center.text-center.text-\[10px\].md\:text-\[22px\].font-medium {
    border-color: #7BA1C3;
}

section#product-feature-\{position\}
  .imgs.aos-init.aos-animate {
      z-index: -1;
}




@media (min-width: 768px) {

}



@media (min-width: 768px) {
  section#product-feature-\{position\}
  .price.aos-init.aos-animate {
      margin-top: -8rem;
}

  
  section#product-feature-\{position\}
    img.md\:h-\[554px\] {
        /* height: 495px; */
    }
}




@media (max-width: 768px) {
    section#product-feature-\{position\}
  .flex.flex-col.items-center.justify-center.text-center {
      margin-top: 3rem;
}
  
  section#product-feature-\{position\}
    img {
        /* height: 200px; */
    }
}


section#PU_main_slider-5 {
    margin-top: 10rem;
}

/*==============cats===============  */
@media(max-width: 768px){
 section.pu-Categories.container.w-full.flex.flex-col.gap-5.sec__space.animate-component
    img.object-contain.h-full.w-full.p-4.m-auto.transition-transform.duration-500.ease-in-out.hover\:scale-105.rounded-full{
  padding: 0 !important;
}
}


div#floating-whatsapp {
    DISPLAY: NONE;
}



/* =============footer============= */
@media (min-width: 768px) {
   footer img.md\:h-\[95px\] {
        height: 153px;
    }
}




/* ============product page======= */
@media (min-width: 1024px) {
   .product-index
     .s-products-list-vertical-cards {
         grid-template-columns: repeat(auto-fit, minmax(220px, 250px)) !important;
         justify-content: center !important;
    }
}




/* Add Map */
.main-content .flex.min-h-screen{
 flex-direction: column-reverse;
}


/* Leaflet Marker Cluster Styles (inline to avoid extra CSS file) */
.marker-cluster-small {
    background-color: rgba(13, 148, 136, 0.3) !important;
}

.marker-cluster-small div {
    background-color: rgba(13, 148, 136, 0.7) !important;
    color: white !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
}

.marker-cluster-medium {
    background-color: rgba(245, 158, 11, 0.3) !important;
}

.marker-cluster-medium div {
    background-color: rgba(245, 158, 11, 0.7) !important;
    color: white !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
}

.marker-cluster-large {
    background-color: rgba(239, 68, 68, 0.3) !important;
}

.marker-cluster-large div {
    background-color: rgba(239, 68, 68, 0.7) !important;
    color: white !important;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
}

/* ============ Map Container ============ */
#salla-mosques-wrapper {
    --m-primary: #0d9488;
    --m-primary-dark: #0f766e;
    --m-primary-light: #5eead4;
    --m-accent: #f59e0b;
    --m-bg-dark: #0f172a;
    --m-bg-card: #1e293b;
    --m-text-primary: #f1f5f9;
    --m-text-secondary: #94a3b8;
    --m-border: #334155;

    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--m-border);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    background: var(--m-bg-dark);
}

/* ============ Header ============ */
#salla-mosques-wrapper .mosques-header {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--m-border);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

#salla-mosques-wrapper .mosques-header-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

#salla-mosques-wrapper .mosques-header-title .mosque-icon {
    font-size: 26px;
    filter: drop-shadow(0 0 8px rgba(13, 148, 136, 0.5));
}

#salla-mosques-wrapper .mosques-header-title h3 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(135deg, #5eead4, #0d9488);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============ Search ============ */
#salla-mosques-wrapper .mosques-search {
    position: relative;
    flex: 0 1 320px;
}

#salla-mosques-wrapper .mosques-search input {
    width: 100%;
    padding: 10px 40px 10px 14px;
    border-radius: 12px;
    border: 1px solid var(--m-border);
    background: var(--m-bg-card);
    color: var(--m-text-primary);
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    outline: none;
    transition: all 0.3s ease;
    direction: rtl;
}

#salla-mosques-wrapper .mosques-search input::placeholder {
    color: var(--m-text-secondary);
}

#salla-mosques-wrapper .mosques-search input:focus {
    border-color: var(--m-primary);
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
}

#salla-mosques-wrapper .mosques-search .search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--m-text-secondary);
    font-size: 15px;
    pointer-events: none;
}

/* ============ Stats Badge ============ */
#salla-mosques-wrapper .mosques-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: white;
    box-shadow: 0 4px 15px rgba(13, 148, 136, 0.3);
    white-space: nowrap;
    transition: transform 0.2s ease;
}

#salla-mosques-wrapper .mosques-stats:hover {
    transform: scale(1.05);
}

#salla-mosques-wrapper .mosques-stats .count-num {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 800;
}

/* ============ Map ============ */
#salla-mosques-map {
    width: 100%;
    height: 550px;
    background: var(--m-bg-dark);
}

/* ============ Loading Overlay ============ */
#salla-mosques-wrapper .mosques-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: opacity 0.5s ease;
    border-radius: 20px;
}

#salla-mosques-wrapper .mosques-loading.hidden {
    opacity: 0;
    pointer-events: none;
}

#salla-mosques-wrapper .mosques-loader {
    width: 50px;
    height: 50px;
    border: 4px solid var(--m-border);
    border-top-color: var(--m-primary);
    border-radius: 50%;
    animation: sallaMosqueSpin 1s linear infinite;
}

@keyframes sallaMosqueSpin {
    to {
        transform: rotate(360deg);
    }
}

#salla-mosques-wrapper .mosques-loading-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--m-text-primary);
    animation: sallaMosquePulse 1.5s ease-in-out infinite;
}

#salla-mosques-wrapper .mosques-loading-sub {
    font-size: 13px;
    color: var(--m-text-secondary);
}

@keyframes sallaMosquePulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* ============ Custom Popup ============ */
#salla-mosques-wrapper .leaflet-popup-content-wrapper {
    background: #1e293b !important;
    color: #f1f5f9 !important;
    border-radius: 14px !important;
    border: 1px solid #334155 !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
    font-family: 'Cairo', sans-serif !important;
    direction: rtl !important;
}

#salla-mosques-wrapper .leaflet-popup-tip {
    background: #1e293b !important;
    border: 1px solid #334155 !important;
}

#salla-mosques-wrapper .leaflet-popup-content {
    margin: 14px 16px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.mosque-popup-name {
    font-size: 16px;
    font-weight: 700;
    color: #5eead4;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mosque-popup-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 4px;
}

.mosque-popup-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 6px 14px;
    background: linear-gradient(135deg, #0f766e, #0d9488);
    color: white !important;
    border: none;
    border-radius: 8px;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
}

.mosque-popup-nav:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(13, 148, 136, 0.4);
    color: white !important;
}

/* ============ Error Toast ============ */
#salla-mosques-wrapper .mosques-error {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #dc2626;
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    z-index: 3000;
    box-shadow: 0 8px 30px rgba(220, 38, 38, 0.4);
    transition: transform 0.4s ease;
    white-space: nowrap;
}

#salla-mosques-wrapper .mosques-error.show {
    transform: translateX(-50%) translateY(0);
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
    #salla-mosques-wrapper .mosques-header {
        padding: 10px 14px;
        gap: 10px;
    }

    #salla-mosques-wrapper .mosques-header-title h3 {
        font-size: 15px;
    }

    #salla-mosques-wrapper .mosques-search {
        flex: 1 1 100%;
        order: 3;
    }

    #salla-mosques-map {
        height: 400px;
    }
}


@media(min-width:992px){
  salla-products-slider .swiper-wrapper.s-slider-swiper-wrapper {
  justify-content: center;
}
}



section#product-feature-\{position\} img{
  width: 100%;
    height: 100%;
}

@media(min-width:992px){
  section#product-feature-\{position\} img{
      margin-top: -10rem;
}


  .single-page .product__description {
    text-align: start !important;
}