/* General Styles */
body {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    color: #212529;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    border-bottom: 0; /* Remove default border-bottom */
}

.navbar-brand {
    display: flex;
    align-items: center;
    flex-direction: column; /* Align items vertically */
    padding: 20px 0; /* Add padding */
}

.navbar-brand img {
    width: 50px;
}

.brand-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 10px; /* Add space above the text */
}

.red-border {
    border-bottom: 5px solid #8b0000; /* Red color border */
}

.nav-link {
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}

.nav-link:hover {
    border-bottom: 5px solid #8b0000;
}

/* Form Controls */
.form-control {
    border-radius: 25px;
    padding: 20px;
    font-size: 18px;
    background-color: #e9f5e9;
}

.form-check-input {
    margin-top: 0.3rem;
}

.form-check-label {
    margin-left: 1.25rem;
}

.btn-success {
    background-color: #32cd32;
    border-color: #32cd32;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.btn-success:hover {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success {
    border-color: #32cd32;
    color: #32cd32;
}

.btn-outline-success:hover {
    background-color: #32cd32;
    color: white;
}

.btn-rect {
    border-radius: 5px; /* Rectangular button */
    padding: 10px 20px;
    font-size: 16px;
}

.btn-green {
    background-color: #32cd32;
}

.btn-blue {
    background-color: #00bfff;
}

.upload-buttons .btn {
    margin-bottom: 20px;
    width: 80%;
    padding: 15px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.upload-buttons .btn:last-child {
    margin-bottom: 0;
}

/* Card */
.card {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 30px;
}

/* Image Styles */
.img-custom {
    width: 300%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: auto;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Header and Text */
h1 {
    font-size: 2.5rem;
    color: #333;
}

p {
    font-size: 1.25rem;
    color: #555;
}

.welcome-text {
    text-align: left;
    margin-bottom: 30px;
}

/* FAQ Section */
#faq {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 20px;
}

#faq h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    font-size: 1.2em;
    color: #007BFF;
}

.faq-item p {
    font-size: 1em;
    color: #555;
    margin-left: 20px;
}

/* About Us Page */
h1 {
    font-size: 2.5rem;
    color: #333;
}

p {
    font-size: 1.25rem;
    color: #555;
}

/* Contact Us Page */
.contact-box {
    background-color: #83b1e2; /* Light background color */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-box h2 {
    margin-bottom: 20px;
}

.contact-box h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 1.125rem;
    margin-bottom: 20px;
}

.contact-info {
    font-size: 1.125rem;
}

.info-item {
    margin-bottom: 10px;
}

.info-item i {
    margin-right: 10px;
    color: #000912; /* Blue color for icons */
}

/* Upload Section */
.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.upload-box {
    text-align: center;
    background-color: #e9f5e9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.upload-area {
    border: 2px dashed #32cd32;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #e9f5e9;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.upload-area.dragging {
    background-color: #d4e6d4;
}

/* Button Groups */
.button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-success, .btn-outline-primary {
    width: 220px;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    margin: 10px 0;
}

.btn-success {
    background-color: #32cd32;
    border-color: #32cd32;
}

.btn-success:hover {
    background-color: #28a745;
    border-color: #28a745;
}

.google-btn img {
    margin-right: 10px;
}

.text-muted {
    color: #6c757d !important;
}

.text-muted:hover {
    text-decoration: underline;
}

/* Miscellaneous */
.box {
    height: 100%; /* Ensure boxes take full height of their container */
    border-radius: 5px;
}

.mission-box {
    background-color: #10B3D7; /* Blue color */
    color: white;
}

.services-box {
    background-color: #87dc7a; /* Light green color */
}

.service-box {
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    text-align: center;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 10px; /* Space between boxes */
}

.navbar-brand .brand-text {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
}

.container.content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.content-wrapper {
    display: flex;
    gap: 30px; /* Increased gap */
}

.stats, .upload-buttons {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    width: 500px; /* Increased width */
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-title {
    font-weight: bold;
    font-size: 20px;
}

.stat-subtitle {
    font-size: 16px;
}

.upload-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-buttons .btn {
    margin-bottom: 20px;
    width: 80%;
    padding: 15px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.upload-buttons .btn:last-child {
    margin-bottom: 0;
}

.profile-icon {
    width: 100px; /* Adjust size as needed */
    border-radius: 50%; /* Circular profile icon */
    background-color: #e9f5e9; /* Background color for icon */
    padding: 20px; /* Space around icon */
    margin-bottom: 20px; /* Space below icon */
}

/* style.css */

.google-signin-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; /* Adjust as needed */
}


