*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: .5s;
    text-decoration: none;
    font-family: poppins;
}

span{
    color: #65C246;
}

nav{
    width: 100%;
    height: 90px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.first{
    width: 70px;
    height: 70px;
    background-image: url('../images/corporate-logo-removebg-preview.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.last{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.navlinks{
    color: black;
}

.navlink{
    width: 100px;
    height: 50px;
    background-color: #65C246;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.navlinkk{
    width: 100px;
    height: 50px;
    border-radius: 20px;
    border: 2px solid #65C246;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.what-btn{
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70px;
    color: green;
    z-index: 1000;
}






/* Authentication Pages Styles */
.auth-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f5f5f5;
}

.auth-box {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

.auth-box h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #333;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #555;
}

.form-group input {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.auth-button {
    width: 100%;
    padding: 1rem;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.auth-button:hover {
    background-color: #0056b3;
}

.auth-link {
    text-align: center;
    margin-top: 1rem;
}

.auth-link a {
    color: #007bff;
    text-decoration: none;
}

.auth-link a:hover {
    text-decoration: underline;
}

.checkbox-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    width: auto;
}






footer{
    width: 100%;
    background-color: black;
    color: white;
    padding: 50px 100px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-section h3 {
    color: white;
    margin-bottom: 10px;
}

.footer-section a {
    color: #808080;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #65C246;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.app-buttons {
    display: flex;
    gap: 10px;
}

.app-btn {
    background-color: #333;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.footer-signup {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.signup-form {
    display: flex;
    gap: 10px;
}

.signup-form input {
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.signup-form button {
    background-color: #65C246;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.certifications {
    display: flex;
    gap: 20px;
    align-items: center;
}

.certifications img {
    height: 60px;
    width: auto;
}

.copyright {
    text-align: center;
    color: #808080;
    padding-top: 20px;
    border-top: 1px solid #333;
}






#icon{
    display: none;
    visibility: hidden;
}

.menu{
    display: none;
    visibility: hidden;
}


.men{
    width: 20%;
    height: 400px;
    position: fixed;
    top: 100px;
    right: 300px;
    background-color: white;
    color: black;
    display: none;
}

.activee{
    display: flex;
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.navlins{
    font-size: 20px;
    color: black;
    font-weight: 700;
}






.menn{
    display: none;
    visibility: hidded;
}






@media (max-width: 768px) {


    .menn{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #65C246;
        color: white;
        z-index: 10000;
        display: none;
    }

    .cancel{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .activeee{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }

    .navlinks{
        display: none;
        visibility: hidden;
    }

    .navlinkk{
        display: none;
        visibility: hidden;
    }

    .navlink{
        display: none;
        visibility: hidden;
    }

    nav{
        padding-left: 20px;
        padding-right: 20px;
    }

    #icon{
        display: block;
        visibility: visible;
        font-size: 25px;
    }

    .menu{
        width: 70%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        display: none;
    }

    .navlin{
        color: black;
        font-size: 22px;
    }

    .navli{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        border: 2px solid #65C246;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navl{
        width: 100px;
        height: 50px;
        border-radius: 20px;
        background-color: black;
        color: #65C246;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .active{
        display: flex;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 60px;
    }




    





    .head-head{
        font-size: 30px;
        width: 80%;
        text-align: center;
    }

    .head-text{
        width: 80%;
    }

    .contact{
        width: 80%;
    }




    .footer-content{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .footer-bottom{
        display: flex;
        flex-direction: column;
    }

    footer{
        width: 100%;
        background-color: black;
        color: white;
        padding: 1px 50px 50px;
        padding-top: 100px;
    }
}

.error-message {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.success-message {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}