
body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #f0f8ff;
    padding: 0;
    margin: 0;
}

.containernum {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1020px;
    margin: 20px auto;
}

.box {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-width: 60px;
    min-height: 60px;
    max-width: 140px;
    max-height: 140px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    font-size: 2.2rem;
    color: black;
    font-weight: bold;
    line-height: 1.2;
    box-sizing: border-box;
    transition: transform 0.1s;
    border: 2px solid #17a2b8;
    box-shadow: 0 2px 8px rgba(23,162,184,0.10);
    user-select: none;
}

.box:active {
    transform: scale(0.97);
    background: #e0f7fa;
}

.box br {
    display: none;
}

.row1 { background-color: #ffcccb; }
.row2 { background-color: #add8e6; }
.row3 { background-color: #90ee90; }
.row4 { background-color: #f8c471; }

.hhb-hero {
    background: linear-gradient(90deg, #17a2b8 0%, #1fc8db 100%);
    color: #fff;
    padding: 36px 18px;
    border-radius: 14px;
    box-shadow: 0 4px 24px rgba(23,162,184,0.10);
    text-align: center;
    margin-bottom: 32px;
}


.hhb-hero ul {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding-left: 2em;
  list-style-type: '✔ ';
}


/* Add this to your CSS file or inside a <style> block */
.footer-section,
.container-fluid.bg-secondary .row > div {
  text-align: left !important;
}


.box {
  /* ...your existing styles... */
  flex-direction: row;
  gap: 0.5em; /* This adds space between children (Ge'ez and Arabic) */
}

.geez {
  font-size: 1.5em;
  font-family: 'Noto Sans Ethiopic', 'Arial', sans-serif;
  display: flex;
  align-items: center;
}

.arabic {
  font-size: 1em;
  display: flex;
  align-items: center;
}
