strong {font-weight:900 !important;}
h1{font-size:36px !important;}
.eb-box-heading{background:#f37f2a !important;}
.custom-outline-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #e74f10; /* Το χρώμα του κειμένου */
    text-decoration: none;
    border: 2px solid #e74f10; /* Το χρώμα του περιγράμματος */
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.custom-outline-button:hover {
    background-color: #e74f10; /* Χρώμα γεμίσματος στο hover */
    color: #fff; /* Χρώμα κειμένου στο hover */
    text-decoration: none;
}
/* Κεντράρισμα του τίτλου στη συγκεκριμένη σελίδα */
.page-header h1, 
.content-heading, 
h1 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* Αναγκαστική αλλαγή χρώματος στην οριζόντια γραμμή */
hr {
    background-color: #e74f10 !important;
    border-top: 2px solid #e74f10 !important;
    opacity: 1 !important; /* Πολύ σημαντικό για το Bootstrap 5 */
    height: 2px !important;
    border: none !important;
}