body {
    font-family: 'Dana', sans-serif !important;
}

.active-link {
    background-color: #4f46e5;
    color: white;
}

.dark .active-link {
    background-color: #3730a3;
}

a {
    text-decoration: none;
}

:root {
    --preview-primary-color: #A3B26F;
}

@font-face {
    font-family: 'Dana';
    src: url('../../fonts/DanaFaNum-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Dana-Bold';
    src: url('../../fonts/DanaFaNum-Bold.ttf');
    font-display: swap;
}

.preview-img {
    max-height: 100px;
    border-radius: 0.5rem;
    object-fit: cover;
}

.preview-video {
    max-height: 120px;
    border-radius: 0.5rem;
}

/* Preview Styles from original CSS */
.preview-mobile-wrapper {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.preview-card {
    height: 100%;
    width: 100%;
    background: #1b1b1b;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    overflow-x: hidden;
}

.preview-profile-img {
    width: 100%;
    height: 350px;
    background-image: url('../img/placeholders/main.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border: 10px solid rgb(27, 27, 27);
    box-sizing: border-box;
    border-radius: 30px 30px 120px 120px / 20px 20px 50px 50px;
    margin-top: 1rem;
}

.preview-profile-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(27, 27, 27, 0.65);
}

.preview-info {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.preview-name-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.preview-name-wrapper h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    color: var(--preview-primary-color);
    display: flex;
    align-items: center;
}

.preview-logo-container {
    display: inline-flex;
    width: 55px;
    height: 55px;
    align-items: center;

}

.preview-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid var(--preview-primary-color);
    border-radius: 50%;
    padding: 5px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 5px rgb(0 0 0);
}

.preview-info p {
    display: inline;
    margin: 10px 0;
    font-size: 14px;
    color: #A3B26F;
    background: rgba(0, 0, 0, 0.267);
    padding: 0 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.preview-company {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.preview-company-logo {
    background: rgba(255, 255, 0, 0);
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.preview-table-section {
    padding: 0 1rem;
    overflow: hidden;
    border-radius: 22px;
    margin: 1rem 0;
}

.preview-table-section-wrapper {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.preview-table-section-wrapper img,
.preview-table-section-wrapper video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.swiper {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 1rem auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.swiper-slide img,
.swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--preview-primary-color) !important;
    scale: 0.7;
}

.swiper-pagination {
    bottom: -5px !important;
    text-align: center;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: var(--preview-primary-color) !important;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.slide-caption {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 90%;
    backdrop-filter: blur(2px);
}

.preview-buttons {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.preview-btn {
    background: #444;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.preview-btn-icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.preview-btn-icon img {
    width: 100%;
    height: 100%;
}

.preview-add-contact {
    text-align: center;
    background: rgba(19, 18, 18, 0.8);
    position: relative;
    backdrop-filter: blur(20px);
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 5px;
    margin: 1rem;
    margin-top: 2rem;
}

.preview-icons {
    display: flex;
    gap: 1rem;
    margin: 0;
}

.preview-icons a {
    background: #2b2b2b;
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-icon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.preview-add-contact-button {
    width: 150px;
    background-color: var(--preview-primary-color) !important;
    border: none;
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    flex-grow: 1;
}

.hidden {
    display: none;
}