/* General Reset */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    color: #fff;
    background: linear-gradient(90deg, #F7DC6F, #FF5733); /* Yellow to Orange */
    line-height: 1.6;
}

/* Logo Container */
.logo-container {
    background: #000; /* Black background for the logo */
    padding: 0.5rem 0;
    text-align: center;
}

.logo {
    width: 100%; /* Stretch across the top */
    height: auto; /* Maintain aspect ratio */
    max-height: 400px; /* Set height limit */
}

/* Navbar */
.navbar {
    background: #000; /* Black background for the navbar */
    padding: 1rem 2rem;
    text-align: center;
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
}

.navbar ul li a {
    text-decoration: none;
    color: #ff6f00; /* Vibrant orange */
    font-weight: bold;
    transition: color 0.3s;
}

.navbar ul li a:hover {
    color: #C70039; /* Bold red */
}

/* Hero Section */
.hero {
    background: linear-gradient(45deg, #F7DC6F, #FF5733); /* Yellow to Orange */
    text-align: center;
    color: #fff;
    padding: 5rem 2rem;
}

.hero-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px #000;
}
.hero-content h2 {
    color: #FDFEFE;
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.hero-content .btn {
    background: #000; /* Black button */
    color: #ff6f00; /* Orange text */
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    border: 2px solid #ff6f00;
    transition: background 0.3s, color 0.3s;
}

.hero-content .btn:hover {
    background: #ff6f00;
    color: #000; /* Black on hover */
}

/* Featured Sections */
.featured-sections {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    gap: 2rem;
    padding: 3rem 2rem;
    background: #222; /* Darker section background */
}

/* Footer */
footer {
    text-align: center;
    padding: 1rem;
    background: #000; /* Solid black */
    color: #fff;
    font-size: 0.9rem;
}

footer .social-links a {
    color: #ff6f00; /* Vibrant orange */
    margin: 0 0.5rem;
    text-decoration: none;
    font-weight: bold;
}

footer .social-links a:hover {
    color: #C70039; /* Bold red on hover */
}
/* Sell Section */
.sell-section {
    padding: 2rem;
    background: background: linear-gradient(45deg, #F7DC6F, #FF5733); /* Yellow to Orange */
    color: #fff;
    text-align: center;
}

.sell-section h1 {
    color: #FF5733; /* Vibrant orange */
    margin-bottom: 1rem;
}

.sell-section p {
    margin-bottom: 2rem;
    font-size: 1.2rem;
}

.sell-form {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    background: #333; /* Dark card background */
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.sell-form .form-group {
    margin-bottom: 1.5rem;
}

.sell-form label {
    display: block;
    margin-bottom: 0.5rem;
    color: #FF5733;
}

.sell-form input, .sell-form textarea, .sell-form select {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #444;
    border-radius: 5px;
    background: #222;
    color: #fff;
}

.sell-form input[type="file"] {
    padding: 0.5rem;
}

.sell-form button {
    background: #C70039;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.sell-form button:hover {
    background: #FF5733;
}
.about-section {
    padding: 40px;
    text-align: center;
}

h1, h2 {
    color: #000000;
}

.our-story, .what-we-offer, .community-focus, .cta {
    margin: 20px 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
    text-align: left;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff6b6b;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.btn:hover {
    background-color: #ff4b4b;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.social-links a {
    margin: 0 10px;
    color: #333;
    text-decoration: none;
}
.community-section {
    padding: 40px;
    text-align: center;
}

.featured-discussions {
    margin-top: 30px;
    text-align: left;
}

.featured-discussions h2 {
    color: #000000;
}

.featured-discussions ul {
    list-style-type: none;
    padding: 0;
}

.featured-discussions li {
    margin: 10px 0;
}

.featured-discussions a {
    text-decoration: none;
    color: #000000;
}

.featured-discussions a:hover {
    text-decoration: underline;
}

.user-engagement {
    margin-top: 40px;
}

.user-engagement p {
    margin: 15px 0;
}
footer p {
    color: #ff6b6b; /* Change this to your desired color */
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4;
}

.contact-section {
    padding: 40px;
    text-align: center;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info p {
    font-size: 16px;
    color: #fb6b6b;
}

.contact-form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn {
    padding: 10px 20px;
    background-color: #ff6b6b;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
}

.btn:hover {
    background-color: #ff4b4b;
}
.albums-section {
    padding: 40px;
    text-align: center;
}

.album-item {
    margin: 20px 0;
    text-align: left;
}

.album-item h2 {
    color: #ff6b6b;
}

.album-item p {
    margin: 10px 0;
    font-size: 16px;
}

.footer {
    padding: 20px;
    background-color: #f4f4f4;
}
.b-sides-section {
    padding: 40px;
    text-align: center;
}

.b-side-item {
    margin: 20px 0;
    text-align: left;
}

.b-side-item h2 {
    color: #ff6b6b;
}

.b-side-item p {
    margin: 10px 0;
    font-size: 16px;
}
.care-tips-section {
    padding: 40px;
    text-align: center;
}

.care-tips-item {
    margin: 30px 0;
    text-align: left;
}

.care-tips-item h2 {
    color: #ff6b6b;
    margin-bottom: 10px;
}

.care-tips-item ul {
    list-style-type: disc;
    padding-left: 20px;
}

.care-tips-item li {
    margin: 10px 0;
    font-size: 16px;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #f4f4f4;
}

/* Custom Styles for upload.html */
.upload-container {
    background-color: #2a2a2a; /* Dark container background */
    color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: auto;
}

.upload-container h1 {
    color: #ff4500; /* Orange-red for heading */
    text-align: center;
    margin-bottom: 20px;
}

.upload-container p {
    color: #cccccc;
    text-align: center;
    margin-bottom: 20px;
}

.upload-container label {
    color: #ff4500;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.upload-container input[type="text"],
.upload-container textarea,
.upload-container input[type="file"] {
    width: 100%;
    padding: 10px;
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #ff4500;
    border-radius: 5px;
    margin-bottom: 15px;
}

.upload-container input[type="text"]:focus,
.upload-container textarea:focus,
.upload-container input[type="file"]:focus {
    border-color: #ff6347;
    outline: none;
}

.upload-container button {
    width: 100%;
    padding: 12px;
    background-color: #ff4500;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upload-container button:hover {
    background-color: #e63946;
}

.upload-container .back-link {
    text-align: center;
    margin-top: 20px;
}

.upload-container .back-link a {
    color: #ff4500;
    text-decoration: none;
}

.upload-container .back-link a:hover {
    color: #e63946;
    text-decoration: underline;
}
/* Gallery Styles */
.gallery-container {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
    color: #ffffff;
    background-color: #1a1a1a;
}

.gallery-container h1 {
    text-align: center;
    color: #ff4500;
    margin-bottom: 20px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.album-card {
    background-color: #2a2a2a;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.album-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.album-card h3 {
    color: #ff4500;
}

.album-card p {
    color: #cccccc;
}
/* Conversation Section Styles */
.conversation-section {
    padding: 20px;
    max-width: 800px;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
}

input[type="text"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ff4500;
    border-radius: 5px;
    background-color: #fdebd0;
    color: #fdebd0;
}

button {
    padding: 10px 20px;
    background-color: #ff4500;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #e63946;
}

/* Posts Container Styles */
.posts-container {
    margin-top: 20px;
}

.post-card {
    background-color: #2a2a2a;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.post-card h3 {
    color: #ff4500;
}

.post-card p {
    color: #ccc;
}
/* Profile Avatar Styles */
img[alt="Avatar"] {
    display: block;
    margin: 20px auto;
    border: 2px solid #ff4500;
}
