/* General Styling */
body {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, #e8f5e9, #ffeb3b);
}

/* Navbar Styling */
.navbar {
    background-color: #4caf50;
    border-radius: 15px;
}

.navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.navbar-nav .nav-link:hover {
    background-color: #ffeb3b;
    color: #4caf50;
}

/* Banner Styling */
.banner {
    max-width: 100%;
    max-height: 150px;
    border-radius: 10px;
}

/* Footer Styling */
.bg-green {
    background-color: #4caf50;
}

.footer-logo {
    border-radius: 50%;
    max-width: 100px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .navbar-nav .nav-link {
        padding: 10px;
    }
}

    /* Membership ID and Password Label Colors */
    .form-label.text-success {
        color: #28a745;
        font-weight: bold;
    }

    /* Hover effect for submit button */
    .login-btn {
        background-color: #007bff;
        border: none;
        transition: background-color 0.3s ease;
    }

    .login-btn:hover {
        background-color: #0056b3;
    }

    /* Modal header background color */
    .modal-header.bg-primary {
        background-color: #0d6efd;
    }

    /* Modal body background */
    .modal-body.bg-light {
        background-color: #f8f9fa;
    }
.welcome-title {
    font-weight: bold;
    color: green;
    background-color: white;
    padding: 5px; /* Optional padding for better appearance */
}

.welcome-text {
    text-align: justify;
}
.section-title {
    font-weight: bold;
    color: green;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title {
    font-weight: bold; /* Make the text bold */
    color: green; /* Set text color to green */
    background-color: white; /* White background */
    padding: 10px; /* Add some padding around the title */
    border-radius: 5px; /* Optional: rounded corners */
}

.principles-list li,
.objectives-list li {
    text-align: justify; /* Justify text alignment */
    margin-bottom: 10px; /* Add space between list items */
    line-height: 1.6; /* Improve readability with spacing between lines */
}
/* 3D Background */
.bg-white-3d {
    background: #fff; /* Pure white background */
    border-radius: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2), -4px -4px 10px rgba(255, 255, 255, 0.7); /* Subtle 3D shadow */
    padding: 20px;
}

/* Section Titles */
.section-title {
    font-weight: bold;
    color: green;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: left;
    margin-bottom: 15px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1), inset -2px -2px 5px rgba(255, 255, 255, 0.7); /* 3D effect */
}

/* Text Styles */
.profile-text {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
    color: #333; /* Slightly dark text for readability */
}

/* Card Body */
.card-body {
    padding: 20px;
}
/* 3D Background */
.shadow-3d {
    background: #fff; /* Pure white background */
    border-radius: 12px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15), -10px -10px 30px rgba(255, 255, 255, 0.7); /* Deep 3D shadow effect */
    padding: 20px;
    margin-bottom: 20px;
}

/* Green Title for Welcome Message */
.welcome-title {
    font-weight: bold;
    color: #006400; /* Dark Green */
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: inset 2px 2px 8px rgba(0, 0, 0, 0.1), inset -2px -2px 8px rgba(255, 255, 255, 0.6);
}

/* Justify Text and Adjust Paragraph Styling */
.welcome-text {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
    color: #333; /* Slightly dark text for better readability */
    margin-top: 10px;
}

/* Canvas Background Feature */
#atupCanvas {
    background: linear-gradient(to right, #006400, #8B4513); /* Green to Brown gradient */
    margin-top: 20px;
}
/* 3D Shadow Effect */
.card.shadow-3d {
    border-radius: 12px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15), -10px -10px 30px rgba(255, 255, 255, 0.7);
    background-color: #fff;
}

/* Green Title */
.green-title {
    font-weight: bold;
    color: #006400;
    margin-bottom: 20px;
    padding: 10px;
    border-left: 5px solid #006400;
    background: #f8f8f8;
    border-radius: 5px;
}

/* Objectives List */
.objectives-list {
    list-style: none;
    padding-left: 20px;
}

.objectives-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.objectives-list li::before {
    content: "✔";
    color: #006400;
    position: absolute;
    left: 0;
    top: 0;
}
/* 3D Shadow Effect */
.card.shadow-3d {
    border-radius: 12px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15), -10px -10px 30px rgba(255, 255, 255, 0.7);
    background-color: #fff;
}

/* Green Title */
.green-title {
    font-weight: bold;
    color: #006400;
    padding: 10px;
    border-left: 5px solid #006400;
    background: #f8f8f8;
    border-radius: 5px;
}
