/* ====== بانر تسويقي ثنائي اللغة ====== */
.myship-banner-box {
  background:#f0f6ff;
  border:2px solid #1e73be;
  border-radius:12px;
  padding:20px;
  margin:20px 0 16px;
  text-align:center;
  box-shadow:0 4px 12px rgba(0,0,0,.08);
  transition:transform .3s ease, box-shadow .3s ease;
}
.myship-banner-box:hover {
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

/* ====== العنوان ====== */
.myship-banner-title {
  font-size:22px;
  color:#1e73be;
  margin:0 0 12px;
  font-weight:700;
  line-height:1.6;
}
.myship-banner-title .en {
  display:block;
  font-size:18px;
  color:#185d98;
  margin-top:4px;
}

/* ====== أسطر النص ====== */
.myship-line {
  font-size:16px;
  font-weight:700;
  color:#333;
  margin:8px 0;
  line-height:1.6;
}
.myship-line .en {
  display:block;
  font-weight:400;
  color:#555;
  margin-top:2px;
}
.myship-line span.ar {
  color:#d62828;
}
.myship-line span.en {
  color:#185d98;
  font-weight:600;
}

/* ====== التعاون ====== */
.myship-coop {
  margin-top:10px;
}
.myship-cooperation {
  display:block;
  font-size:14px;
  color:#444;
  margin-bottom:10px;
}

/* ====== لوجوه ====== */
.myship-logos {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.myship-logo {
  height:40px;
  transition:transform .25s ease;
}
.myship-logo.gm {
  height:58px;
}
.myship-logo:hover {
  transform:scale(1.06);
}
.myship-highlight {
  font-size:18px;
  font-weight:700;
  color:#d62828; /* أحمر ملفت */
  margin:14px 0;
  line-height:1.7;
  background:#fff4f4;
  padding:10px 14px;
  border-radius:8px;
  display:inline-block;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
.myship-highlight .en {
  display:block;
  color:#185d98;
  margin-top:4px;
}


/* ====== موبايل ====== */

@media (max-width:768px){
  .myship-logos {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:12px;
  }
  .myship-logo { 
    height:34px; 
    justify-self:center;
  }
  .myship-logo.gm { height:46px; }
}
