/* General styling for the body and background */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('https://images.pexels.com/photos/3729557/pexels-photo-3729557.jpeg?auto=compress&cs=tinysrgb&w=600');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.header-container {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Make sure it is above other content */
}

.header-message {
    font-size: 14px;
}

.ch1 {
    color: cyan;
    text-align: center;
    margin-top: 20px;
}

form {
    margin-bottom: 20px;
    text-align: center;
}

label {
    color: white; /* Set this to the desired color */
    font-size: 16px; /* Optional: Adjust the font size if needed */
}

input[type="text"] {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #0056b3;
}

footer {
    color: greenyellow;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

#chartContainer {
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    gap: 10px; /* Space between graph and button */
}

#myChart {
    width: 700px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

#downloadBtn {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
    font-size: 16px;
}

#downloadBtn:hover {
    background-color: #0056b3;
}

.contact-button {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 3px;
}

.contact-button:hover {
    background-color: #0056b3;
}


/* Header styling */
.header-container {
    position: fixed;
    top: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Make sure it is above other content */
}

.header-message {
    font-size: 14px;
}

.cus {
    color: cyan;
    text-align: center;
    margin-top: 20px;
}

.contact-button {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 3px;
}

.contact-button:hover {
    background-color: #0056b3;
}

/* Styling for FAQ section */
.faq-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px auto;
}

.fqh1 {
    color: yellowgreen; /* Blue color for FAQ headings */
}

.faq-container h2 {
    color: #0066cc; /* Blue color for FAQ headings */
}

.faq-container ul {
    list-style-type: none;
    padding: 0;
}

.faq-container ul li {
    margin: 10px 0;
    font-size: 16px;
}

.faq-container ul li strong {
    color: #0066cc; /* Color for FAQ question */
}

.faq-container ul li span {
    color: #333; /* Color for FAQ answer */
}

/* Link styling */
.faq-container a {
    color: #ff6600; /* Orange color for links */
    text-decoration: none;
}

.faq-container a:hover {
    text-decoration: underline;
}

/* Footer styling */
footer {
    color: greenyellow;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

/* Contact page styling */
.contact-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-container p {
    font-size: 16px;
    margin-bottom: 20px;
}

.contact-container ul {
    list-style-type: none;
    padding: 0;
}

.contact-container ul li {
    margin: 10px 0;
    font-size: 16px;
}

.contact-container ul li a {
    color: #1e90ff;
    text-decoration: none;
}

.contact-container ul li a:hover {
    text-decoration: underline;
}

.contact-icon {
    width: 24px; /* Adjust the size as needed */
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

form {
    margin-top: 20px;
}

form label {
    display: block;
    margin: 10px 0 5px;
}

form input[type="text"],
form textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

form button {
    background-color: #1e90ff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}

form button:hover {
    background-color: #007acc;
}

.nav nav-pills{
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Container for about page content */
.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Profile picture styling */
.profile-picture {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 150px; /* Adjust as needed */
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Header and navigation styles */
header {
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.nav-link {
    color: #333;
}

.nav-link.active {
    font-weight: bold;
}

/* Additional styles for body and other elements */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

/* Ensure the active state is styled properly */
.nav-pills .nav-link.active {
    color: #fff; /* Text color for the active link */
    background-color: #007bff; /* Background color for the active link */
}
