/* Resetting some default styles for better cross-browser consistency */
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Body styles */
body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-image: url('background-towel-industry.jpg'); /* Replace with your background image path */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* Header styles */
header {
    background-color: rgba(51, 51, 51, 0.8); /* Semi-transparent background */
    color: #fff;
    padding: 1rem 0;
}

header .container {
    width: 90%; /* Increased width for better responsiveness */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1 {
    margin: 0;
    font-size: 2rem; /* Larger font size for a bolder look */
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem; /* Slightly larger font size */
}

nav ul li a:hover {
    text-decoration: underline; /* Underline on hover for better visibility */
}

/* Section styles */
section {
    padding: 4rem 0; /* Increased padding for better spacing */
    color: #fff; /* White text for better contrast */
}

section .container {
    width: 80%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for readability */
    padding: 2rem;
    border-radius: 8px; /* Rounded corners for a modern look */
}

h2 {
    border-bottom: 2px solid #fff; /* White border for better contrast */
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.8rem; /* Larger font size */
}

/* Image styles */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* Rounded corners for images */
    margin: 1rem 0;
}

/* Footer styles */
footer {
    background-color: rgba(51, 51, 51, 0.8); /* Semi-transparent background */
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        margin-top: 1rem;
    }

    nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }
}
/* Global Reset */
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* Body Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: url('background-towel-industry.jpg') no-repeat center center fixed; /* Replace with your background image */
    background-size: cover;
    color: #fff;
}

/* Header Styles */
header {
    background-color: rgba(0, 0, 0, 0.7); /* Darker overlay for better text visibility */
    color: #fff;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

header .container {
    max-width: 1200px; /* Limit width for better readability */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
/* Reset some default styles for better cross-browser consistency */
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Body styles */
body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background: url('background-towel-industry.jpg') no-repeat center center fixed; /* Replace with your background image path */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* Header styles */
header {
    background-color: rgba(0, 0, 0, 0.8); /* Darker, semi-transparent background */
    color: #fff;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

header .container {
    max-width: 1200px; /* Limiting width for better readability */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem; /* Added padding for better spacing */
}

header h1 {
    margin: 0;
    font-size: 2.5rem; /* Larger font size for prominence */
    font-weight: bold; /* Bold text for emphasis */
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 30px; /* Increased margin for better spacing */
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem; /* Slightly larger font size for readability */
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transition for hover effect */
}

nav ul li a:hover {
    color: #f5a623; /* Highlight color on hover */
    text-decoration: underline; /* Underline effect on hover */
}

/* Section styles */
section {
    padding: 6rem 0; /* Increased padding for spaciousness */
    color: #fff;
    position: relative; /* For absolute positioning of background images if needed */
}

section .container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8); /* Darker overlay for readability */
    padding: 2.5rem;
    border-radius: 12px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* Shadow for depth */
}

h2 {
    border-bottom: 3px solid #f5a623; /* Highlight color border */
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem; /* Larger font size for headings */
    font-weight: bold; /* Bold text for emphasis */
}

/* Image styles */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* Rounded corners for images */
    margin: 1.5rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Shadow for images */
}

/* Footer styles */
footer {
    background-color: rgba(0, 0, 0, 0.8); /* Darker, semi-transparent background */
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        margin-top: 1rem;
    }

    nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    section {
        padding: 4rem 0; /* Adjusted padding for smaller screens */
    }

    section .container {
        padding: 1.5rem;
    }
}
/* Resetting some default styles for better cross-browser consistency */
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

/* Body styles */
body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background: url('background-towel-industry.jpg') no-repeat center center fixed; /* Replace with your background image path */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* Header styles */
header {
    background-color: rgba(0, 0, 0, 0.8); /* Darker, semi-transparent background */
    color: #fff;
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}

header .container {
    max-width: 1200px; /* Limiting width for better readability */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem; /* Added padding for better spacing */
}

header h1 {
    margin: 0;
    font-size: 2.5rem; /* Larger font size for prominence */
    font-weight: bold; /* Bold text for emphasis */
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    margin-left: 30px; /* Increased margin for better spacing */
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem; /* Slightly larger font size for readability */
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transition for hover effect */
}

nav ul li a:hover {
    color: #f5a623; /* Highlight color on hover */
    text-decoration: underline; /* Underline effect on hover */
}

/* Section styles */
section {
    padding: 6rem 0; /* Increased padding for spaciousness */
    color: #fff;
}

section .container {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.8); /* Darker overlay for readability */
    padding: 2.5rem;
    border-radius: 12px; /* Rounded corners for a modern look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); /* Shadow for depth */
}

/* Heading styles */
h2 {
    border-bottom: 3px solid #f5a623; /* Highlight color border */
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem; /* Larger font size for headings */
    font-weight: bold; /* Bold text for emphasis */
}

/* Image styles */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px; /* Rounded corners for images */
    margin: 1.5rem 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Shadow for images */
}

/* Footer styles */
footer {
    background-color: rgba(0, 0, 0, 0.8); /* Darker, semi-transparent background */
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3); /* Shadow for depth */
}

/* Contact Form Styles */
form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

input, textarea {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    resize: none; /* Prevents resizing of textarea */
}

input:focus, textarea:focus {
    border-color: #f5a623; /* Highlight border on focus */
    outline: none; /* Remove default focus outline */
}

button {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    background-color: #f5a623; /* Highlight color */
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #d48b00; /* Darker shade on hover */
}

/* Responsive design adjustments */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    nav ul {
        flex-direction: column;
        margin-top: 1rem;
    }

    nav ul li {
        margin-left: 0;
        margin-bottom: 10px;
    }

    section {
        padding: 4rem 0; /* Adjusted padding for smaller screens */
    }

    section .container {
        padding: 1.5rem;
    }
}
/* Basic reset for styling */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/* Container to center content */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header and Navigation styling */
header {
    background: #333;
    color: white;
    padding: 10px 0;
}

header h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

/* Section styling */
section {
    padding: 20px 0;
}

h2 {
    margin-top: 0;
}

/* Image Row styling */
.image-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.image-row img {
    max-width: 100%;
    height: auto;
    width: 200px; /* Adjust as needed */
    object-fit: cover;
}

/* Form styling */
form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 10px;
}

label {
    margin-bottom: 5px;
    font-weight: bold;
}

input, textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

button {
    padding: 10px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #555;
}

/* Footer styling */
footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}
