.blm-look-section{
  width:100%;
  max-width:1400px;
  margin:50px auto;
  padding:0 20px;
  direction:rtl;
}

.blm-look-image-wrap{
  position:relative;
  border-radius:10px;
  overflow:hidden;
}

.blm-look-image{
  width:100%;
  display:block;
}

/* ===== النقاط ===== */
.blm-hotspot{
  position:absolute;
  transform:translate(-50%,-50%);
  width:24px;
  height:24px;
  border-radius:50%;
  background:rgba(255,255,255,.2);
  border:2px solid rgba(255,255,255,.95);
  z-index:5;
  text-decoration:none;
}

.blm-hotspot::before{
  content:"";
  position:absolute;
  inset:6px;
  background:#fff;
  border-radius:50%;
}

/* ===== الكرت ===== */
.blm-card{
  position:absolute;
  right:30px;
  top:50%;
  transform:translateY(-50%);
  width:160px;      /* عرض أكبر لتجنب كسر النص */
  min-width:160px;
  background:#fff;
  color:#111;
  display:flex;
  align-items:stretch;
  border-radius:4px;
  box-shadow:0 8px 20px rgba(0,0,0,.16);
  opacity:0;
  visibility:hidden;
  transition:.2s ease;
}

/* ===== عكس اتجاه بعض الكروت ===== */
.hotspot-right .blm-card{
  right:auto;
  left:30px;
}

/* ===== إظهار الكرت ===== */
.blm-hotspot:hover .blm-card{
  opacity:1;
  visibility:visible;
}

/* ===== السهم ===== */
.blm-card-arrow{
  width:30px;
  min-width:30px;
  border-left:1px solid #ececec;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  color:#444;
}

/* ===== المحتوى ===== */
.blm-card-content{
  display:flex;
  flex-direction:column;
  padding:6px;      /* تقليل الحشو لتقليل ارتفاع المربع */
  text-align:center;
  gap:2px;
  min-height: 60px; /* ارتفاع مناسب للعنوان الفرعي + السعر */
}

.blm-card-title{
  font-size:12px;
  font-weight:800;
  line-height:1.1;
}

.blm-card-subtitle{
  font-size:10px;
  color:#666;
  line-height:1.1;
  white-space: normal;
}

.blm-card-price{
  font-size:16px;
  font-weight:800;
}

/* ===== الجوال ===== */
@media(max-width:768px){
  .blm-look-section{
    padding:0 10px;
    margin:30px auto;
  }
  .blm-card{
    width:140px;
    min-width:140px;
  }
}

.blm-card-title{
  font-size:12px;
  font-weight:800;
}

.blm-card-subtitle{
  font-size:10px;
  color:#666;
}

.blm-card-price{
  margin-top:2px;
  font-size:16px;
  font-weight:800;
}

/* ===== الجوال ===== */

@media(max-width:768px){

  .blm-look-section{
    padding:0 10px;
    margin:30px auto;
  }

  .blm-card{
    width:115px;
    min-width:115px;
  }

}

.bluemira-divider-title {
    position: relative;
    text-align: center;
 margin: 20px 0 15px;
    border: none !important;
}

.bluemira-divider-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1f6196;
    transform: translateY(-50%);
    z-index: 1;
}

.bluemira-divider-title::after {
    content: "أقسام بلوميرا";
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 0 22px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #1f6196;
    display: inline-block;
}

.bluemira-divider-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.bluemira-divider-title + .s-block {
    margin-top: 15px !important;
    padding-top: 0 !important;
}

.bluemira-services-title {
    position: relative;
    text-align: center;
    margin: 20px 0 15px;
}

.bluemira-services-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1f6196;
    transform: translateY(-50%);
    opacity: 0.35;
}

.bluemira-services-title::after {
    content: "خدمات بلوميرا";
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 0 18px;
    font-size: 24px;
    font-weight: 700;
    color: #1f6196;
    display: inline-block;
    line-height: 1.2;
}
.bluemira-services-title + .s-block {
    margin-top: 6px !important;
    padding-top: 0 !important;
}