body {
    color: white;
}

p {
    color: #E5f4f3
}

h1 {
    color: white;
}

.product-item {
    background-color: #F5f1d4;
}

.HeadTitle {
    color: #184568;

}

.li-a {
    color: #184568;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(.4,0,.2,1);
    border-radius: 12px;
    padding: 0.3rem 1rem;
    display: inline-block;
    font-weight: 500; /* Default font weight */
}

/* Make navigation text bold on larger screens */
@media (min-width: 768px) {
    .li-a {
        font-weight: 700;
    }
}

.li-a:hover, .li-a:focus {
    background: rgba(24, 69, 104, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: scale(1.08);
    color: #174577;
    box-shadow: 0 4px 18px 0 rgba(24,69,104,0.08);
}

.heavy-hr {
    background-color: #94CFCB;
    color: #F5f1d4;
}

.e-footer {
    background-color: #184568;
    color: #F5f1d4;

}

.overview-bar {
    background: rgba(24, 69, 104, 0.35); /* لون أزرق شفاف */
    color: #F5f1d4;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 10px;
}

.social-buttons {
    margin-top: 30px;
}

a {
    text-decoration: none;
}

.text-justify {
    color: #222 !important;
}

html.dark .text-justify {
    color: #E5f4f3 !important;
}

.text-justify p {
    color: #222 !important;
}

html.dark .text-justify p {
    color: #E5f4f3 !important;
}

@media (max-width: 768px) {
  .product-card {
    height: 580px;
    max-width: 340px;
    margin: 0 auto;
  }
}