/* ══════════════════════════════════════
   http://orange-maroc.net/businness-box/css/business-box.css
   Shared design system for all Business Box pages
   Orange Maroc – Business offers
══════════════════════════════════════ */

/* ══════════════ RESET ══════════════ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ══════════════ HERO ══════════════ */
.hero {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 44%;
  background-color: #fff;
  padding: 50px;
padding-right: 10%;
  display: flex;
  flex-direction: column;
}

/* ── Hero Header ── */
.hero-header {
  color: #fff;
  margin-bottom: 30px;
}

.hero-header h1 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 6px;
}

.hero-header .subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.hero-header .desc {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

/* ── Hero Main Row ── */
.hero-main {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex: 1;
}

/* ── Hero Image (product photo) ── */
.hero-image {
  flex: 0 0 420px;
  align-self: normal;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 160%;
  min-height: 298px;
  margin-top: -22%;
}

/* ══════════════ CARDS CONTAINER ══════════════ */
.cards-container {
  display: flex;
  gap: 40px;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

/* ══════════════ CARD ══════════════ */
.card {
  background: #fff;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  box-shadow: 5px 6px 8px -1px rgba(129, 129, 129, 0.75);
  -webkit-box-shadow: 5px 6px 8px -1px rgba(129, 129, 129, 0.75);
  -moz-box-shadow: 5px 6px 8px -1px rgba(129, 129, 129, 0.75);
  padding: 20px;
  border: 1px solid #beb6b6;
}

/* ── Card Header ── */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand-title {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  line-height: 1;
}

.brand-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #ff7900;
  margin-top: 1px;
}

/* ── Price Block ── */
.price-block {
  text-align: right;
  line-height: 1;
  margin-top: 20px;
}

.price-amount {
  font-size: 45px;
  font-weight: 900;
  color: #ff7900;
  line-height: 1;
}

.price-ttc {
  font-size: 16px;
  color: #000;
  display: block;
  text-align: right;
  margin-top: 2px;
  font-weight: 900;
}

/* ── Features List ── */
.features {
  list-style: none;
  margin: 0 12px;
}

.features li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 5px;
  padding: 7px 0;
  line-height: 1.35 !important;
  color: #656161;
  list-style: none !important;
}

.features li:last-child {
  border-bottom: none;
}

.icon-circle {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  /* margin-top: 8px; */
}

.icon-circle img {
  width: 30px;
  height: 30px;
}

.icon-circle img.icon-sm {
  width: 22px;
  height: 22px;
}

/* ── Text Helpers ── */
.orange {
  color: #ff7900;
  font-weight: 700;
}

.bold {
  font-weight: 700;
  color: #000;
}

.note-small {
  font-size: 11.5px;
}

/* ── Engagement Section ── */
.eng-section {
  margin: 4px 0 0;
}

.eng-row {
display: flex;
    align-items: center;
    padding: 5px 12px;
    gap: 20px;
    background: #e8e8e8;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4px;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start
}

.eng-label {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  max-width: 92px;
}

.eng-label .orange-small {
  color: #ff7900;
  font-size: 11px;
  display: block;
}

.eng-price-paid {
  font-size: 22px;
  font-weight: 900;
  color: #ff7900;

}

.eng-price-paid sup {
  font-size: 13px;
  color: #000;
}

.phone-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.phone-price {
  font-size: 17px;
  font-weight: 900;
  color: #ff7900;
  line-height: 1;
}

.phone-price sup {
  font-size: 11px;
  color: #000;
}

.phone-price small {
  display: block;
  font-size: 8px;
  color: #000;
  font-weight: 800;
}

/* ── Images in eng rows ── */
img.img-foot {
  width: 35px;
}

img.img-foot.box {
  width: 40px;
}

/* ── CTA Button ── */
.cta-btn {
  display: block;
  width: 100%;
  padding: 13px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-top: 1px solid #222;
  margin-top: 8px;
}

.cta-btn:hover {
  background: #1a1a1a;
}

/* ══════════════════════════════════════
   RESPONSIVE – 1280px
══════════════════════════════════════ */
@media (max-width: 1280px) {
  .hero-image {
    flex: 0 0 307px;
  }

  img.img-foot.box {
    width: 50px;
  }
}

/* ══════════════════════════════════════
   TABLET  ≤ 1024px
══════════════════════════════════════ */
@media (max-width: 768px) {
  .hero {
    background-size: 100% 42%;
    padding: 20px 20px 40px;
  }

  .hero-header h1        { font-size: 28px; }
  .hero-header .subtitle { font-size: 18px; }
  .hero-header .desc     { font-size: 13px; }

  .hero-header {
    margin-bottom: 40px;
    margin-top: 32px;
  }

  .hero-main {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .hero-image {
    flex: none;
    width: 100%;
    max-width: 500px;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    align-self: auto;
    margin-top: 0;
  }

  .cards-container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .card {
    flex: 1 1 280px;
    max-width: 420px;
  }
}

/* ══════════════════════════════════════
   MOBILE  ≤ 600px
══════════════════════════════════════ */
@media (max-width: 600px) {
  .hero {
    padding: 16px 12px 32px;
    background-size: 100% 36%;
  }

  .hero-header {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 50px;
  }

  .hero-header h1        { font-size: 22px; }
  .hero-header .subtitle { font-size: 16px; }
  .hero-header .desc     { font-size: 12px; }

  .hero-image {
    max-width: 100%;
    min-height: 160px;
  }

  .cards-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .price-amount { font-size: 32px; }
  .brand-title  { font-size: 17px; }

  .eng-row        { padding: 5px 8px; gap: 6px; }
  .eng-label      { min-width: 55px; font-size: 8.5px; }
  .eng-price-paid { font-size: 18px; }

  .cta-btn { padding: 12px; font-size: 12px; }

  img.img-foot     { width: 20px; }
  img.img-foot.box { width: 36px; }
}

.text-orange {

    color: #ff7900;
}



.product-card {
  display: flex;
  align-items: center;
  border: 2px solid #f90;
  border-radius: 8px;
  overflow: hidden;
  width: 520px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.product-img {
  width: 220px;
  height: 160px;
  object-fit: cover;
  flex-shrink: 0;
}

.product-info {
  flex: 1;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.badge {
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
  align-self: flex-start;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #f90;
}

.amount {
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
}

.unit {
  font-size: 18px;
  font-weight: bold;
}
.eng-fibre {
  position: relative;
  margin: 12px 0 8px;
  height: 110px;
}

.box-eng {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    background-image: url(http://orange-maroc.net/businness-box/img/BOX\ 5G.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 99;
}

.price-fibre {
    position: absolute;
    right: 11px;
    bottom: 10px;
    width: 68%;
    height: 64px;
    border: 2px solid #ff7900;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 14px;
    z-index: 0;
    /* background: #fff; */
    width: 100%;
    /* z-index: -99999; */
}

.eng-month {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.en-fb {
    position: absolute;
    top: -13px;
    right: 10px;
    background:#111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    white-space: nowrap;
}

.eng-fibre .eng-price-paid {
  font-size: 36px;
  font-weight: 900;
  color: #ff7900;
  line-height: 1;
  margin-top: 20px;
}

.eng-fibre .eng-price-paid sub {
  font-size: 14px;
  
  font-weight: 700;
  vertical-align: baseline;
}

span.black {
    color: #000;
}

.container-large {
    margin: auto !important;
    max-width: 1920px !important;
    position: relative !important;
    width: 100% !important;
}