body,
html {
    min-height: 100vh;
    margin: 0;
    background: linear-gradient(to bottom,
            #f6eee2 20%,
            #0c6e3d 90%)
}

.big {
    background: url('photos/bg.png ') repeat;
}

@font-face {
    font-family: 'TitleFont';
    src: url('fonts/title font.ttf') format('truetype');
}

@font-face {
    font-family: 'TextFont';
    src: url('fonts/texte font.otf') format('opentype');
}

.main {
    min-height: 105vh;
    width: 100%;
    padding-top: 0px;
}


.main-container {
    /* height: 115vh; */
    height: auto;
    padding: 10px;
    /* ps: error detected   */
    /* SOLUTOiN FOUND hehehe */
}



* {
    box-sizing: border-box;
}

.form-wrapper {
    width: 100%;
    max-width: 450px;

}




.form-title {
    font-family: 'TitleFont', Arial, sans-serif !important;
    font-weight: normal;
    color: #1a3a2d;
    font-size: 5rem;


    text-align: center;
    width: 100%;
    margin: 5px auto 20px auto;
    display: block;
}

.custom-input {
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 12px 25px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(5px);
}


.id-card-section .btn-outline-light {
    font-size: 0.9rem;
    border-style: dashed;
}

#imagePreview {
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
}

.custom-input::placeholder {
    color: #7A7A73;
}

.custom-input:focus {
    background: rgba(255, 255, 255, 0.3) !important;
    box-shadow: none;
    border-color: #fff;
}


.form-check-label {
    color: #0d1210;
    font-size: 1.1rem;
    cursor: pointer;
    margin-right: 200px;
    padding: 20px;
}

.form-check-input {
    background-color: transparent;
    border: 1.5px solid #1a3a2d;
    float: none;
    margin-left: 0;
}

/* Bouton d'inscription */
.btn-register {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    padding: 10px;
    color: #1a3a2d;
    font-weight: bold;
    transition: 0.3s;
}

.btn-register:hover {
    background: rgba(255, 255, 255, 0.4);
    color: #000;
}



/* ############################################## */



.mobile-menu-btn {
    display: none;
    font-size: 25px;
    cursor: pointer;
}




/* FOOOOTERRRRRR */




.contact-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


/* imma change it later , not working  */

/* Responsive */
@media (max-width: 768px) {
    .footer-box {
        margin-bottom: 30px;
        text-align: center;
    }
}

/* Responsive Styles */
@media (max-width: 900px) {
    .main-title {
        font-size: 3rem;
    }

    .sub-title {
        font-size: 2.5rem;
    }

    .section-text,
    .centered-text-section p {
        font-size: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-links,
    .footer-contact {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact p {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

    .nav-menu {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0.5rem;
        justify-content: center;
    }

    .main-menu,
    .alt-menu {
        justify-content: center;
    }

    .sub-nav-bar {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1rem;
    }

    .image-section {
        flex-direction: column;
        padding: 2rem 1rem;
        text-align: center;
    }

    .image-section-reverse {
        flex-direction: column;
    }

    .featured-image {
        width: 100%;
        max-width: 400px;
    }

    .read-more-btn {
        margin-right: 0;
        margin-top: 2rem;
    }

    .centered-text-section {
        padding: 2rem 1rem;
        text-align: center;
    }

    .centered-text-section p {
        text-align: center;
    }

    .types-section {
        padding: 2rem 1rem;
    }

    .types-title {
        font-size: 2.5rem;
    }

    .types-grid {
        gap: 2rem;
    }

    .type-item img {
        height: 100px;
    }

    .news-grid {
        gap: 1.5rem;
    }

    .news-item {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .news-item img {
        height: auto;
        aspect-ratio: 4/3;
    }

    .footer {
        padding: 2rem 1rem;
    }
}


/* buttom bar footer */


.footer-bottom-bar {
    background-color: #0c6e3d;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #fff;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
}

.footer-right {
    display: flex;
    gap: 30px;
}

.footer-link {
    color: #000000;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.footer-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-container {
        justify-content: center;
    }

    .footer-right {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
}

/* Navbar Styles - From Store */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 2rem;
    background: linear-gradient(to bottom, #e8e0d4, #d4cdc2);
    z-index: 1000;
    direction: rtl;
    transition: transform 0.3s ease;
}

.navbar-hidden {
    transform: translateY(-100%);
}

.logo img {
    height: 100px;
    width: auto;
}

.nav-menu {
    display: flex;
    gap: 0.5rem;
    direction: rtl;
}

.main-menu {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 5px;
    gap: 0;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link {
    color: #5a5a5a;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.6rem 1.5rem;
    border-radius: 40px;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    white-space: nowrap;
    position: relative;
    font-weight: 500;
}

.nav-link:hover {
    color: #000;
}

.nav-link.active {
    background: #fff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}

.nav-link.active::after {
    display: none;
}

.nav-left .nav-link {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50px;
}

.nav-left .nav-link:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
}

.icon-btn {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.icon-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* Footer - From Store */
.footer {
    background: transparent;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    padding: 3rem 4rem;
    direction: rtl;
    position: relative;
    z-index: 10;
    border-top: 1px solid #fff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    height: 220px;
    margin-bottom: 1rem;
}

.social-icons {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    align-items: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.social-icon:hover {
    transform: scale(1.1);
}

.footer-links {
    text-align: right;
}

.footer-links h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.footer-links a {
    display: flex;
    align-items: center;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    transition: color 0.3s ease;
    gap: 1rem;
}

.link-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.footer-links a:hover {
    color: #fff;
    transform: translateX(-5px);
}

.footer-contact {
    text-align: right;
}

.footer-contact h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.footer-contact p {
    color: #ccc;
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.8rem;
}

.contact-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    background: transparent;
    border: none;
    color: #5a5a5a;
    font-size: 1.8rem;
    cursor: pointer;
    z-index: 1002;
    padding: 0.5rem;
}

@media (max-width: 900px) {
    .hamburger {
        display: block;
    }

    .navbar {
        padding: 1rem;
        justify-content: space-between;
    }

    /* Center Logo on Mobile */
    .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1001;
    }

    .logo img {
        height: 80px;
        /* Slightly smaller on mobile */
    }

    /* Hide Desktop Menu */
    .nav-menu,
    .nav-left {
        display: none;
    }

    /* Mobile Menu State */
    .navbar.active {
        flex-direction: column;
        align-items: center;
        background: #e8e0d4;
        /* Solid background when open */
        height: 100vh;
        /* Full screen menu */
        justify-content: flex-start;
        padding-top: 6rem;
        overflow-y: auto;
    }

    .navbar.active .logo {
        position: absolute;
        top: 10px;
        /* Keep logo at top */
    }

    .navbar.active .hamburger {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .navbar.active .nav-menu {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 2rem;
    }

    .navbar.active .main-menu {
        flex-direction: column;
        width: 80%;
        background: transparent;
        border: none;
        gap: 1rem;
    }

    .navbar.active .nav-link {
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
        padding: 1rem;
    }

    .navbar.active .nav-left {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        align-items: center;
    }
}


/* Hide hamburger menu */
.hamburger {
    display: none !important;
}