@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan/Yekan.eot');
    src: url('../fonts/yekan/Yekan.eot?#iefix') format('embedded-opentype'),
    url('../fonts/yekan/Yekan.woff2') format('woff2'),
    url('../fonts/yekan/Yekan.woff') format('woff'),
    url('../fonts/yekan/Yekan.ttf') format('truetype'),
    url('../fonts/yekan/Yekan.svg#Yekan') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #e8cbc0;
    background: -webkit-linear-gradient(to right, #e8cbc0, #636fa4);
    background: linear-gradient(to right, #e8cbc0, #636fa4);
    min-height: 100vh;
    font: 12pt/2 Yekan, sans-serif;
}

body.dark-mode {
    background: #333;
    color: #fff;
}

body.dark-mode .float-menu .float-item {
    background: #555;
}

.social-link {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
    background: #ddd;
    text-decoration: none;
    color: #555;
}

.team-items-container .bg-white {
    height: 100%;
}

.team-items-container .text-muted {
    height: 100px;
    overflow: hidden;
}

#loading-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    z-index: 1000;
}

.footer-icon {
    font-size: 24px;
    color: white;
    text-decoration: none;
}

.footer-smhguard {
    font-size: 16px;
    color: #ccc;
}

