/* Reset styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global styles */
body {
    font-family: 'Poppins', sans-serif; /* Using 'Poppins' font */
    background-color: #000; /* Black background color */
    color: #fff; /* White text color */
}

/* Headline styles */ 
h1, h2, h3, h4, h5, h6 {
    color: #E8C061; /* Orange color for headlines */
}

/* Header styles */
header {
    background-color: #000; /* Black header background color */
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.logo {
    font-size: 40px;
    font-weight: bold;
    
}

/* Sliding photo gallery styles */
.slider {
    width: 100%;
    overflow: hidden;
}

.slider img {
    width: 100%;
    display: block;
}

/* Navigation styles */
nav {
    margin-left: 20px; /* Add margin for spacing */
    max-width: 500px;
}

.nav-links {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

.nav-links li {
    margin-right: 50px;
    max-width: 500px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth transition for link color */
    max-width: 500px;
}

.nav-links a:hover {
    color: #E8C061; /* Change link color on hover */
}

/* Hero section styles */
#hero {
    background-image: url('hero-image.jpg'); /* Change 'hero-image.jpg' to your actual hero image */
    background-size: cover;
    background-position: center;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #E8C061; /* Orange color */
	
}

.hero-content {
   
}

.hero-content h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff; /* Ensure text remains visible */
}

.btn {
    display: inline-block;
    background-color: #E8C061;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Smooth transition for button background color */
}

.btn:hover {
    background-color: #e55d00; /* Change button background color on hover */
}

/* Footer styles */
footer {
    background-color: #000; /* Black footer background color */
    color: #fff;
    padding: 20px;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    list-style-type: none;
}

.footer-links li {
    display: inline;
    margin-right: 20px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease; /* Smooth transition for link color */
}

.footer-links a:hover {
    color: #E8C061; /* Change link color on hover */
}

.footer-info p {
    margin-top: 20px;
}

/* Section styles */
.section {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #fff; /* White background color for section containers */
    border-radius: 10px; /* Rounded corners for section containers */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Drop shadow for section containers */
    transition: transform 0.3s ease; /* Smooth transition for section container transformation */
}

.container:hover {
    transform: translateY(-5px); /* Move section container up slightly on hover */
}

.container1 {
    max-width: 400px;
	text-align: center;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #fff; /* White background color for section containers */
    border-radius: 10px; /* Rounded corners for section containers */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Drop shadow for section containers */
    transition: transform 0.3s ease; /* Smooth transition for section container transformation */
}

.container1:hover {
    transform: translateY(-5px); /* Move section container up slightly on hover */
}

.container2 {
    color: #000;
	max-width: 500px;
	text-align: center;
    margin: 0 auto;
    padding: 0 5px;
    background-color: #fff; /* White background color for section containers */
    border-radius: 10px; /* Rounded corners for section containers */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Drop shadow for section containers */
    transition: transform 0.3s ease; /* Smooth transition for section container transformation */
}

.container2:hover {
    transform: translateY(-5px); /* Move section container up slightly on hover */
}

.section h2 {
    font-size: 32px;
    margin-bottom: 30px;
    color: #000; /* Ensure text remains visible */
}

.section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000; /* Ensure text remains visible */
}

.service {
    margin-bottom: 30px;
}

.service h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

#products ul {
    list-style-type: disc;
    margin-left: 20px;
    color: #000; /* Ensure text remains visible */
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
	text-align: center;
}

#portfolio .portfolio-item img {
    max-width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease; /* Smooth transition for portfolio image transformation */
}

#portfolio .portfolio-item:hover img {
    transform: scale(1.1); /* Scale portfolio image on hover */
}

#blog .blog-post {
    margin-bottom: 30px;
}

#blog .blog-post h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

#contact p {
    font-size: 18px;
    margin-bottom: 20px;
}

/* CEO section styles */

#ceo-message {
    background-color: #000; /* Set background color to black */
    padding: 50px; /* Add padding for spacing */
    display: flex;
    align-items: center; /* Align items vertically */
}

.ceo-text {
    flex: 1; /* Take up remaining space */
    padding-right: 1px; /* Add padding between text and photo */
}

.ceo-photo {
    flex: 1; /* Take up remaining space */
    text-align: center; /* Align photo to the right */
}

.ceo-photo img {
    max-width: 100%; /* Ensure photo stays within container */
    border-radius: 10px; /* Add border radius */
    transition: transform 0.3s ease;
}

#ceo-message .ceo-photo:hover img {
    transform: scale(1.1);
    /* Scale portfolio image on hover */
}