/* Reset some default styles */
body, h1, h2, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

/* Header Styles */
header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.logo {
    width: 80px; /* Adjust the size as needed */
}

/* Navigation Styles */
nav {
    background-color: #eee;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav a {
    text-decoration: none;
    color: #333;
    margin: 0 10px;
}

.search-bar {
    display: flex;
}

.search-bar input {
    padding: 5px;
    margin-right: 5px;
}

/* Hero Section Styles */
.hero-section {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}
.hero-section {
    background-image: url('images/hero.jpg'); /* Replace with your actual image URL */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 100px 20px; /* Increase padding for more content */
}

.hero-content {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.hero-section p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 1.2em;
    text-decoration: none;
    background-color: #ff6600; /* Adjust to your preferred color */
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #e55e00; /* Adjust to a slightly darker shade */
}

/* Featured Products Styles */
.featured-products {
    background-color: #fff;
    padding: 50px;
    text-align: center;
}
.featured-products {
    background-color: #fff;
    padding: 50px;
    text-align: center;
}

.product {
    margin-bottom: 40px;
}

.product-image {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd; /* Add a border for image clarity */
    border-radius: 5px;
}

.product h3 {
    margin: 10px 0;
    font-size: 1.5em;
}

.product p {
    margin-bottom: 20px;
}

.price {
    display: block;
    font-size: 1.2em;
    color: #333;
}

.buy-button {
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #4caf50; /* Green color, adjust as needed */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-button:hover {
    background-color: #45a049; /* Darker green on hover */
}

/* Latest News Styles */
.latest-news {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}

.video-container {
    margin-top: 20px;
}
.latest-news {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}

.news-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.news-image {
    max-width: 80%;
    height: auto;
    border: 1px solid #ddd; /* Add a border for image clarity */
    border-radius: 5px;
}

.news-content {
    flex: 1;
    margin-left: 20px;
    text-align: left;
}

.news-content h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
}

.news-content p {
    margin-bottom: 20px;
}

.read-more {
    display: inline-block;
    padding: 8px 15px;
    font-size: 1.1em;
    text-decoration: none;
    background-color: #007bff; /* Blue color, adjust as needed */
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.read-more:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

/* Customer Reviews Styles */
.customer-reviews {
    background-color: #fff;
    padding: 50px;
    text-align: center;
}
.customer-reviews {
    background-color: #fff;
    padding: 50px;
    text-align: center;
}

.review {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.customer-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.review-content {
    flex: 1;
    margin-left: 20px;
    text-align: left;
}

.review-content h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
}

.review-content p {
    margin-bottom: 20px;
}

/* Footer Styles */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.map-container {
    margin-top: 20px;
}

.map {
    width: 100%;
    height: 300px; /* Adjust the height as needed */
}
.about-section {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}

.about-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
}
.contact-section {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}

.contact-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.contact-section p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-form {
    max-width: 400px;
    margin: 0 auto;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

.contact-form button {
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #007bff; /* Blue color, adjust as needed */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #0056b3; /* Darker blue on hover */
}
.extra-section {
    background-color: #f5f5f5;
    padding: 50px;
    text-align: center;
}

.extra-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.extra-section p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.featured-products {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.product {
    width: 300px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product-image {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.product h3 {
    margin: 10px 0;
    font-size: 1.5em;
}

.product p {
    margin-bottom: 20px;
}

.price {
    display: block;
    font-size: 1.2em;
    color: #333;
}

.buy-button {
    padding: 10px 20px;
    font-size: 1.2em;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-button:hover {
    background-color: #45a049;
}
.social-icons a {
    text-decoration: none;
}