@font-face {
    font-family: 'Univers';
    src: url('fonts/Univers.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.floating-logo {
    width: 60%;

    height: auto;
    transition: transform 0.3s ease-out;
    z-index: 1000;
}



body {
    background-color: #ffffff;
    font-family: 'Univers', Arial, sans-serif;
    padding-top: 0;
}

.navbar {
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.about-section {
    margin-top: 0;
    position: relative;
}

.hero-image-container {
    width: 100%;
    height: 85vh;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.85);
}

.about-content-wrapper {
    margin-top: -150px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.about-card {
    background: linear-gradient(to bottom right, #ffffff, #f8f9fa);
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    overflow: hidden;
}
.about-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #333, transparent);
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin-right: 2rem;
    
}
.nav-logo {
    width: 100px;  
    height: auto;
    
}
.navbar-brand span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}

.nav-logo-container {
    width: 80px;
    height: 80px;
    background-image: url('img/logo.PNG');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}



.about-section {
    margin-top: 80px; 
}

.realisations-section, .contact-section {
    margin-top: 80px;
}

.realisations-section .hero-image-container,
.contact-section .hero-image-container {
    margin-top: -80px;
}

.navbar-brand img {
    max-height: 50px;
}

.navbar-nav {
    gap: 20px;
}

:root {
    --bg-color-1: #f7f7f7;
}

.page-load-animation {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.page-load-animation.loaded {
    opacity: 1;
    transform: translateY(0);
}

.page-load-animation {
    transition-delay: calc(var(--animation-order) * 0.2s);
}


.social-icons a {
    color: #000;
    font-size: 20px;
    margin-left: 15px;
}

.paragh {
    text-align: justify;
    line-height: 1.8;
    font-size: 1.05rem;
    color: #2c2c2c;
    max-width: 90%;
    letter-spacing: 0.2px;
}

.list-unstyled {
    margin-top: 25px;
}

.list-unstyled li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-size: 1rem;
    color: #444;
}

.list-unstyled li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.fw-bold {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.page-title {
    margin: 70px 0 50px;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

.page-title h2 {
    font-size: 3rem;
    color: #1a1a1a;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
.page-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, transparent, #333, transparent);
}


.img-pargh {
    padding-left: 3rem;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.img-pargh img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.5s ease;
    filter: brightness(0.95) contrast(1.02);
}

.img-pargh:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.img-pargh:hover img {
    transform: scale(1.03);
}

@media (max-width: 768px) {
    .img-pargh {
        padding-left: 0;
        margin: 30px 0;
    }
}

.white-space {
    height: 3.5rem;
}

.grey-space {
    height: 3.5rem;
    text-align: center;
    padding-top: 10px;
    font-size: 4rem;
    background-color: var(--bg-color-1);
}

.cover {
    
    height: 80vh;
    position: relative;
    font-family: 'Univers', Arial, sans-serif;

}

.img-container {
    /* width: 100%; */
    /* height: 22rem; */
}

.container {
    width: 100%;

    max-width: 1140px;
}

.bg-dark {
    background-color: var(--bg-color-1) !important;


}

.container i {
    padding: 22px !important;
}

.section-title h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 70px;

}

.mission-item {
    text-align: center;
    cursor: pointer;
}

.social-icons a {
    color: #333;
    margin-left: 10px;
    font-size: 1.2rem;
    text-decoration: none;
}

.social-icons a:hover {
    color: #666;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 60px;
    padding: 0 15px;
}

.title-container h5 {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    color: #333;
    text-align: center;
    width: 100%;
}

.mission-item {
    text-align: center;
    cursor: pointer;
    margin: 0 10px;
    height: 100%;
}

.title-wrapper {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    width: 100%;
}

.title-wrapper::before,
.title-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #333;
    left: 0;
    display: block;
    transition: width 0.3s ease;
}

.mission-item:hover .title-wrapper::before,
.mission-item:hover .title-wrapper::after {
    width: 80%;
    left: 10%;
}

.toggle-icon {
    margin-left: 4px;
    font-size: 1.5rem;
}

.mission-content {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: none;
}

.title-wrapper {
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.title-wrapper::before,
.title-wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: black;
    left: 0;
    display: block;
}

.title-wrapper::before {
    top: 0;

}

.title-wrapper::after {
    bottom: 0;
}

.mission-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}


.mission-item .title-container {
    cursor: pointer;
}

.mission-item .mission-content {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: none;
    transition: margin-bottom 0.3s ease;
}

.mission-item.active .mission-content {
    display: block;
    margin-bottom: 20px;

}

.mission-content li {
    text-align: justify;
    margin-bottom: 10px;
}

.logoHomePage {
    width: 30%;
    height: auto;
}

.footer-section {
    background-color: var(--bg-color-1);
    color: #333;
   
}

.footer-logo-img {
    max-width: 150px;
    margin-bottom: 20px;
}

.footer-address p,
.footer-social-media a {
    color: #333;
    font-size: 1rem;
}

.footer-social-media a {
    display: block;
    margin-top: 10px;
    font-size: 1.2rem;
}

.footer-social-media a:hover {
    color: #0077b5;
}

.footer-services h5,
.footer-hours h5 {
    color: #333;
    margin-bottom: 15px;
}

.footer-services ul {
    list-style: none;
    padding: 0;
}

.footer-services ul li {
    margin-bottom: 10px;
}

.footer-services ul li a {
    color: #333;
    text-decoration: none;
}

.footer-services ul li a:hover {
    color: #0077b5;
}

.missions-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0 60px;
    background-color: #f8f9fa;
}

.white-space {
    height: 3.5rem;
}

.missions-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 12px;
    position: relative;
}

.section-title {
    width: 100%;
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    position: relative;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Univers', Arial, sans-serif;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #333, #666);
}

.missions-description {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
    text-align: justify;
}

.missions-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
}

.missions-list li {
    padding: 20px 25px;
    font-size: 17px;
    color: #333;
    margin-bottom: 15px;
    border-left: 4px solid #333;
    background-color: #f8f9fa;
    transition: none;
    transform: none !important;
}

.missions-list li:hover {
    transform: none !important;
    background-color: #f8f9fa;
}

.missions-objective {
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    text-align: center;
    font-size: 20px;
    color: #333;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

h3 {
    font-size: 28px;
    color: #1a1a1a;
    margin: 40px 0 30px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

h3:before {
    content: none;
}

.footer-hours p {
    color: #333;
}

.two-row-section {
    background-color: #fff;
    padding: 50px 0;
}

.text-content h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 1.1rem;
    color: #555;
}

.image-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .row {
        flex-direction: column;
        text-align: center;
    }

    .image-content {
        margin-bottom: 20px;
    }

    .logoHomePage {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    .logoHomePage {
        width: 80%;
        height: auto;
    }

    .social-icons {
        text-align: center;
        margin-top: 10px;
    }

    .footer-section .row {
        text-align: center;
    }
}


.mentions-legales {
    padding-top: 120px;
}

.mentions-legales h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.mentions-legales h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.mentions-legales h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
}

.mentions-legales .paragh {
    max-width: 100%;
}

.mentions-legales p {
    margin-bottom: 1rem;
    text-align: justify;
}

.mentions-section {
    padding: 50px 0;
}

.mention-block {
    margin-bottom: 40px;
}

.mention-block h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
    font-weight: 500;
}

.content-box {
    background: white;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.content-box p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555;
}

.content-box p:last-child {
    margin-bottom: 0;
}

.content-box strong {
    color: #333;
    font-weight: 600;
}

.about-section {
    padding: 0;
    background-color: #fff;
}

.hero-image-container {
    width: 100%;
    height: 70vh;
    position: relative;
    margin-bottom: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.9);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
}

.about-content-wrapper {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.about-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    padding: 50px;
    margin: 0 auto;
    max-width: 1000px;
}

.about-title {
    font-size: 2.5rem;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.about-text-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.lead-text {
    font-size: 2rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 30px;
}
.lead-text::after {
    content: none;
}

.principles-section {
    margin-top: 50px;
    padding: 30px;
    background: var(--bg-color-1);
    border-radius: 10px;
}

.principles-title {
    color: #222;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.principles-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.principles-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.principles-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #333;
}

@media (max-width: 768px) {
    .principles-list {
        margin-bottom: 20px;
    }
}

.conclusion {
    text-align: center;
    font-style: italic;
    color: #666;
    margin-top: 40px;
    font-size: 1.2rem;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.about-description {
    max-width: 1100px;
    margin: 0 auto;
}

.about-description .paragh {
    text-align: justify;
    line-height: 1.9;
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 30px;
    letter-spacing: 0.3px;
}

@media (max-width: 768px) {
    .about-card {
        padding: 40px 20px;
    }
    
    .lead-text {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    
    .about-description .paragh {
        font-size: 1.1rem;
    }
}

.missions-list {
    list-style: none;
    padding: 0;
}

.missions-list li {
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: #f8f9fa;
    border-left: 4px solid #333;
    transition: all 0.3s ease;
}

.missions-list li:hover {
    background-color: #e9ecef;
    transform: translateX(10px);
}

main {
    min-height: calc(100vh - 200px);
    padding: 40px 0;
}

h1 {
    position: relative;
    padding-bottom: 15px;
}

h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #333;
}

.title-wrapper::before,
.title-wrapper::after {
    display: none;
}
.row{
    display: flex;
    align-items: stretch;
}
.mission-item {
    background: #ffffff;
    padding: 30px;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.title-container h5 {
    font-size: 1.3rem;
    color: #333;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.mission-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 15px 0;
}

.mission-content {
    margin: 20px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.mission-content li {
    padding: 8px 0 8px 20px;
    margin-bottom: 5px;
    color: #444;
    font-size: 0.95rem;
    position: relative;
    text-align: left;
}

.mission-content li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
}

.mission-objective {
    margin-top: auto;
    padding: 25px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 10px;
    font-style: italic;
    color: #444;
    font-size: 1.1rem;
    text-align: center;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.05);
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}


.fas {
    color: #333;
    font-size: 2rem;
    margin-bottom: 20px;
}

.mission-content li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #333;
    font-weight: bold;
}


.fas {
    color: #444;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.mission-content li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #333;
    font-weight: bold;
}


.fas {
    color: #333;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}
.main-title {
    font-size: 2.8rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}

.main-title::after {
    content: none;
}

.premium-intro {
    font-size: 1.35rem;
    font-weight: 400;
    color: #2c3e50;
    line-height: 1.7;
    margin: 2rem auto 0 auto;
    max-width: 700px;
    background: rgba(255,255,255,0.85);
    border-radius: 12px;
    padding: 2rem 2.5rem;
    box-shadow: 0 4px 24px rgba(44,62,80,0.07);
    letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .premium-intro {
    font-size: 1.05rem;
    padding: 1.2rem 1rem;
  }
}
