/* Salem Aljaberi Portfolio - Main Stylesheet */
/* Student ID: 765891 */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
header {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
}

header .logo h1 {
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

header .logo p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
}

/* Navigation Styles */
nav {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

nav ul li {
    margin: 0 2rem;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

nav ul li a:hover,
nav ul li a.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    transform: translateY(-2px);
}

/* Main Content */
.main-content {
    background: white;
    padding: 2rem 0;
}

/* Hero Section - Home Page */
.hero {
    padding: 4rem 0;
    color: white;
}

.hero-content {
    display: flex;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
    justify-content: center;   /* centers horizontally */
    align-items: center;       /* centers vertically */
   
    text-align: center; 
}

.hero-text h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.lead {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.8;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.stat {
    text-align: center;
}

.stat h3 {
    font-size: 1rem;
    opacity: 0.8;
    margin-bottom: 0.5rem;
}

.stat p {
    font-size: 1.2rem;
    font-weight: 600;
}

.btn-primary {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-primary:hover {
    background: white;
    color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-image {
    display: flex;
    justify-content: center;
}
.image-placeholder {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Skills Overview - Home Page */
.skills-overview {
    background: white;
    padding: 4rem 0;
}

.skills-overview h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #333;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.skill-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.skill-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.skill-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.skill-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #333;
}

.skill-card p {
    color: #666;
    line-height: 1.6;
}

/* About Page Styles */
.about-hero {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    padding: 3rem 0;
    margin-bottom: 2rem;
    border-radius: 20px;
}

.profile-section {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
     padding: 2rem
}

.profile-image {
    display: flex;
    justify-content: center;
}

.image-placeholder-large {
    width: 200px;
    height: 200px;
    background: rgba(102, 126, 234, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(102, 126, 234, 0.3);
    backdrop-filter: blur(10px);
}

.image-placeholder-large img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills box neatly */
    border-radius: 12px; /* match container */
}


.image-placeholder-large p {
    color: #667eea;
    font-weight: 600;
    text-align: center;
}

.profile-info h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.student-id {
    color: #667eea;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.intro {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}

/* About Details */
.about-details {
    padding: 2rem 0;
}

.details-grid {
    display: grid;
    gap: 2rem;
}

.detail-card {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
}

.detail-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.detail-card p {
    margin-bottom: 1rem;
    line-height: 1.8;
    color: #555;
}

.detail-card ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.detail-card ul li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #555;
}

.detail-card ul li strong {
    color: #667eea;
}

    /* Competencies Grid */
    .competencies-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
        margin-top: 1rem;
    }

    .competency {
        background: rgba(102, 126, 234, 0.05);
        padding: 1.5rem;
        border-radius: 10px;
        border: 1px solid rgba(102, 126, 234, 0.1);
    }

    .competency h4 {
        color: #667eea;
        margin-bottom: 1rem;
        font-size: 1.1rem;
    }

    .competency ul {
        margin-left: 1rem;
    }

    .competency ul li {
        margin-bottom: 0.3rem;
        color: #666;
    }

        /* Values Grid */
        .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin-top: 1rem;
        }

        .value-item {
            text-align: center;
            padding: 1.5rem;
            background: rgba(102, 126, 234, 0.05);
            border-radius: 15px;
            border: 1px solid rgba(102, 126, 234, 0.1);
            transition: transform 0.3s ease;
        }

        .value-item:hover {
            transform: translateY(-5px);
        }

        .value-icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }

        .value-item h4 {
            color: #667eea;
            margin-bottom: 0.5rem;
            font-size: 1.1rem;
        }

        .value-item p {
            color: #666;
            font-size: 0.9rem;
            line-height: 1.5;
        }

/* Projects Page Styles */
.projects-hero {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 20px;
    margin-bottom: 3rem;
}

.projects-hero h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.projects-hero p {
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Project Categories */
.project-category {
    margin-bottom: 3rem;
}

.project-category h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

/* Project Cards */
.project-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 0;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
}

.project-card.featured {
    border: 2px solid #667eea;
    position: relative;
}

.project-card.featured::before {
    content: "Featured Project";
    background: #667eea;
    color: white;
    padding: 0.3rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border-radius: 15px;
    z-index: 10;
}

.project-card.upcoming {
    opacity: 0.8;
    border-style: dashed;
    grid-template-columns: 1fr;
}

.project-image {
    background: rgba(102, 126, 234, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.project-image .image-placeholder {
    width: 200px;
    height: 150px;
    background: rgba(102, 126, 234, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed rgba(102, 126, 234, 0.5);
}

.project-image .image-placeholder p {
    color: #667eea;
    font-weight: 600;
    text-align: center;
    font-size: 0.9rem;
}
.project-image .image-placeholder img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;  /* keeps aspect ratio */
    border-radius: 10px;  /* match the placeholder style */
}

.project-content {
    padding: 2rem;
}

.project-content h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1rem;
}

.project-tags {
    margin-bottom: 1rem;
}

.tag {
    display: inline-block;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.project-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.project-features h4 {
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.project-features ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.project-features ul li {
    color: #555;
    margin-bottom: 0.3rem;
}

.project-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-secondary, .btn-outline {
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-secondary {
    background: #667eea;
    color: white;
}

.btn-secondary:hover {
    background: #5a6fd8;
    transform: translateY(-2px);
}

.btn-outline {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.btn-outline:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
}

.project-status {
    margin-top: 1rem;
}

.status-badge {
    padding: 0.5rem 1rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-badge.planning {
    background: rgba(255, 193, 7, 0.2);
    color: #f57c00;
}

.status-badge.development {
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
}

/* Skills Showcase */
.skills-showcase {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05), rgba(118, 75, 162, 0.05));
    padding: 3rem;
    border-radius: 20px;
    margin-top: 3rem;
}

.skills-showcase h2 {
    text-align: center;
    font-size: 2rem;
    color: #333;
    margin-bottom: 2rem;
}

.skills-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.skill-category {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.skill-category h3 {
    color: #667eea;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.skill-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-item {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Contact Page Styles */
.contact-hero {
    text-align: center;
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
    border-radius: 20px;
    margin-bottom: 3rem;
}

.contact-hero h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.contact-hero p {
    font-size: 1.2rem;
    color: #555;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Contact Grid */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: start;
}

/* Contact Form */
.contact-form-section {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.contact-form-section h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.5;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-label a {
    color: #667eea;
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.error-message {
    color: #e74c3c;
    font-size: 0.8rem;
    margin-top: 0.3rem;
    display: none;
}

/* Contact Form Button */
.contact-form .btn-primary {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.contact-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.contact-form .btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.form-success {
    background: #d4edda;
    color: #155724;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #c3e6cb;
    margin-top: 1rem;
    text-align: center;
}

/* Contact Info */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-info-section h2 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.contact-info-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eee;
}

.info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.info-icon {
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
}

.info-content h3 {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0.3rem;
}

.info-content p {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.info-content small {
    color: #666;
    font-size: 0.8rem;
}

/* Professional Links */
.professional-links {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.professional-links h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.links-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.profile-link:hover {
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-2px);
}

.link-icon {
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
}

.link-content strong {
    color: #333;
    display: block;
    margin-bottom: 0.2rem;
}

.link-content p {
    color: #666;
    font-size: 0.8rem;
    margin: 0;
}

/* Availability Status */
.availability-status {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.availability-status h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.status-indicator {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.status-dot.available {
    background: #4caf50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}

.status-text strong {
    color: #4caf50;
    display: block;
    margin-bottom: 0.3rem;
}

.status-text p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}

/* Privacy Policy */
.privacy-policy {
    margin-top: 2rem;
    padding: 2rem;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 15px;
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.privacy-policy h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.privacy-policy p {
    color: #555;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Footer Styles */
footer {
    background: #333;
    color: white;
    padding: 2rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-info h3 {
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: white;
    color: #333;
    transform: translateY(-2px);
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-text h2 {
        font-size: 2rem;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .profile-section {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }

    .profile-info h1 {
        font-size: 2rem;
    }

    .project-card {
        grid-template-columns: 1fr;
    }

    .project-image {
        padding: 1.5rem;
    }

    .project-image .image-placeholder {
        width: 150px;
        height: 100px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-form-section {
        padding: 2rem;
    }

    .skills-categories {
        grid-template-columns: 1fr;
    }

    .project-links {
        flex-direction: column;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .social-links {
        justify-content: center;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    nav ul li {
        margin: 0.5rem 1rem;
    }

    .projects-hero h1,
    .contact-hero h1 {
        font-size: 2rem;
    }

    .projects-hero p,
    .contact-hero p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    header .logo h1 {
        font-size: 1.5rem;
    }

    .hero-text h2 {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1rem;
    }

    .skills-overview h2,
    .skills-showcase h2 {
        font-size: 2rem;
    }

    .project-content,
    .contact-form-section {
        padding: 1.5rem;
    }

    nav ul li {
        margin: 0.3rem 0.5rem;
    }

    nav ul li a {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}