﻿/* General Styles */
/*body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;*/ /* Prevent horizontal scrolling */
/*}

.main-container {
    display: flex;
    flex-wrap: wrap;*/ /* Allow wrapping on smaller screens */
    /*justify-content: center;*/ /* Center content horizontally */
    /*align-items: flex-start;
    padding: 20px;
    height: auto;*/ /* Adjust height */
/*}

.buttons-column {
    flex: 1;*/ /* Allow flexibility */
    /*display: flex;
    flex-direction: column;
    align-items: center;*/ /* Center buttons on smaller screens */
    /*margin-right: 20px;
    margin-bottom: 20px;
}

    .buttons-column .btn {
        white-space: nowrap;
        margin-bottom: 10px;
        padding: 10px 20px;
        text-align: center;
        border: 1px solid green;
        color: green;
        text-decoration: none;
        border-radius: 5px;
        width: 100%;*/ /* Full width on smaller screens */
        /*max-width: 200px;*/ /* Limit maximum width */
    /*}

.vertical-line {
    display: none;*/ /* Hide on small screens */
/*}

.information-column {
    flex: 1;
    text-align: center;*/ /* Center text on smaller screens */
    /*padding: 10px;
    display: flex;
    flex-direction: row;*/ /* Align image and text side by side */
    /*align-items: center;
    gap: 15px;
}

    .information-column img {
        max-width: 150px;*/ /* Image width */
        /*height: auto;
    }

    .information-column .text-content {
        text-align: left;*/ /* Align text */
    /*}*/

/* Footer Styles */
/*footer {
    position: relative;
    background-color: #333;*/ /* Opaque background color */
    /*color: white;
    text-align: center;
    padding: 10px 0;
    width: 100%;
}*/

/* Media Query for Mobile Devices */
/*@media (max-width: 768px) {
    .buttons-column {
        margin-right: 0;*/ /* Remove right margin */
    /*}

        .buttons-column .btn {
            width: 90%;*/ /* Adjust button width */
        /*}

    .information-column {
        flex-direction: column;*/ /* Stack image and text vertically */
        /*align-items: center;
    }

        .information-column img {
            margin-bottom: 10px;
        }

    .text-content {
        text-align: center;*/ /* Center-align text on mobile */
    /*}
}

@media (max-width: 480px) {
    .welcome-section h1 {
        font-size: 24px;*/ /* Smaller font size */
    /*}

    .welcome-section h3 {
        font-size: 18px;*/ /* Smaller font size */
    /*}
}*/









/* General Styles */
/*body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;*/ /* Prevent horizontal scrolling */
/*}

.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    height: auto;*/ /* Adjust height */
/*}

.welcome-section {
    text-align: center;
    margin-bottom: 30px;
}*/

/* Buttons Column */
/*.buttons-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
}

    .buttons-column .btn {
        margin-bottom: 10px;
        padding: 10px 20px;
        text-align: center;
        border: 1px solid green;
        color: green;
        text-decoration: none;
        border-radius: 5px;
        max-width: 200px;
        width: 100%;
    }*/

/* Information Column */
/*.information-column {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    text-align: left;
}

    .information-column img {
        max-width: 150px;
        height: auto;
    }

.text-content {
    flex: 1;
}*/

/* Footer */
/*footer {
    
}*/

/* Responsive Styles */
/*@media (max-width: 768px) {
    .information-column {
        flex-direction: column;
        align-items: center;
    }

        .information-column img {
            margin-bottom: 15px;
        }

    .text-content {
        text-align: center;
    }
}*/





.image-section img {
    width: 100%;
    max-width: 300px; /* Restrict the max width */
    height: auto;
    display: block;
    margin: 0 auto; /* Center the image */
}

.about-section {
    text-align: center;
    margin-top: 20px;
}

.login-section {
    text-align: center;
    margin-top: 20px;
}

    .login-section .btn {
        border-radius: 50px;
        color: white;
        padding: 10px 20px;
        background-color: green;
        text-decoration: none;
        display: inline-block;
    }
.welcome-section {
    text-align: center;
    margin-bottom: 30px;
}
