@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2/Exo2-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2/Exo2-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Exo2", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-weight: 400;
}

body {
    width: 100vw;
    overflow-x: hidden;
    color: #333;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
}

/* section {
    padding: 50px 20px;
} */

.highlight {
    font-weight: 700;
}

.highlight-link {
    color: rgba(105, 165, 214, 1);
    font-weight: 600;
}

.main-nav {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    position: absolute;

    width: 100%;
    z-index: 100;
}

.nav-container {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-circle {
    width: 40vw;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../icons/logo-intelligence\ SRV-01.png");
}


.nav-left {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 0 1.8rem 0 3rem;
}

.nav-left ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    padding: 0 3rem 0 1.8rem;
}

.nav-right ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.nav-item {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
    margin: 0 10px;
}

.nav-item:hover {
    color: #FABA27;
}

/* Mobile Menu Styles */
.menu-button {
    display: none;
    position: absolute;
    right: 20px;
    cursor: pointer;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    background-color: rgba(23, 36, 91, 0.8);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    list-style: none;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1000;
    padding: 0;
    margin: 0;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 15px 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sidebar a:hover {
    color: #FABA27;
}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {
    display: none;
}

.page-header {
    height: 60vh;
    width: 100%;
    background-image: url('../comunicat-de-presa-1.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
    /* background-size: cover;d
    background-position: center;
    position: relative; */
}

.hero-image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 16, 61, 0.7);
    top: 0;
    left: 0;
}

.comunicat-title {
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
}

.comunicat-title h1 {
    color: #1a237e;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.comunicat-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 5rem;
}

.comunicat-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: center;
}

.content-column {
    flex: 1;
    max-width: 60vw;
}

.content-column p {
    letter-spacing: 0%;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.content-column h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

.single-column {
    max-width: 80vw;
}

.single-column p {
    letter-spacing: -1px;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.social-section {
    background-color: #f5f5f5;
    text-align: center;
    padding: 25px 15px;
}

.social-section h3 {
    font-size: 18px;
    font-weight: 500;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a237e;
    font-size: 1.8rem;
    text-decoration: none;
    transition: opacity 0.3s;
}

.social-icon:hover {
    opacity: 0.8;
}

footer {
    background-color: #1a237e;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

.footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-item {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-item:hover {
    color: #ffc107;
}


.footer-info {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}

.footer-info p {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .logo-circle {
        width: 30vw;
    }

    .page-header {
        height: 40vh;
    }
}

@media (max-width: 1024px) {

    .logo-circle {
        width: 30vw;
    }

    .page-header {
        height: 40vh;
    }
}

@media (max-width: 768px) {

    .nav-left,
    .nav-right {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .sidebar {
        width: 100%;
    }

    .nav-item {
        display: none;
    }

    .menu-button {
        display: block;
    }

    .mobile-nav-item {
        display: block;
    }

    .logo {
        position: static;
        transform: none;
        margin: 0;
    }

    .logo-circle {
        /* margin-top: 35px; */
        width: 290px;
        height: 100px;
    }

    .sidebar a:focused {
        color: #FABA27;
    }


    .comunicat-content {
        flex-direction: column;
        width: 100%;
        align-content: center;
    }

    .content-column {
        max-width: 80vh;
    }

    .comunicat-container {
        padding: 0 2rem;
    }
}

@media (max-width: 480px) {
    .materials-container {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }

    .sidebar {
        width: 100%;
    }

    .nav-left,
    .nav-right {
        flex-direction: column;
        align-items: center;
    }

    .logo-circle {
        /* margin-top: 35px; */
        width: 290px;
        height: 100px;
    }

    .nav-item {
        margin: 5px 0;
    }
}