/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

/* Header Section */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: white;
    z-index: 10; /* Keeps the logo on top */
}

.logo-container {
    text-align: center;
}

.logo {
    width: 70px; /* Adjust the size of the logo */
    height: auto;
}

/* Logo Hover Animation */
.logo:hover {
    transform: scale(1.1); /* Slightly enlarge on hover */
    transition: transform 0.3s ease-in-out;
}


/* Hero Section */
.hero {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 0 2rem;
    position: relative; /* Contain carousel */
    overflow: hidden; /* Hide overflow */
}

/* Hero Carousel */
.hero-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1); /* Smoother timing */
}

/* Remove conflicting background from .hero */

.hero h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* Apple's typography */
    font-weight: 600;
    font-size: 4rem; /* Larger heading size */
    margin-bottom: 1.5rem; /* Add spacing below */
    color: #ffffff; /* Apply the custom color */
    line-height: 1.2; /* Make it a bit more condensed */
    letter-spacing: 1px; /* Subtle letter spacing for a modern look */
}

.hero p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    color: #ffffff; /* Use your brand color */
    line-height: 1.5;
    max-width: 650px; /* Limit the width of the paragraph */
    margin-left: auto;
    margin-right: auto;
}


/* Ensures hero text is visible */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

/* Hero Carousel */
.hero-carousel {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    transition: opacity 1.5s ease-in-out;
}

.carousel-slide.active {
    opacity: 1;
}

/* Hero Content Positioning */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}


/* Call to Action Button */
.cta-button {
    background-color: #004AAD; /* Custom blue color */
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    text-decoration: none;
    border-radius: 50px; /* Rounded corners */
    border: 2px solid transparent; /* Add a transparent border */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
}

.cta-button:hover {
    background-color: transparent; /* Transparent background on hover */
    color: #004AAD; /* Change text color to blue */
    border-color: #004AAD; /* Add a border color */
    transform: scale(1.05); /* Slightly enlarge the button */
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem; /* Adjust heading size for smaller screens */
    }

    .hero p {
        font-size: 1rem; /* Smaller paragraph font size */
    }
}

/* Section Styles */
.section {
    padding: 4rem 2rem;
    background-color: white;
}

.container {
    width: 80%;
    margin: 0 auto;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

/* New image scroll section */
.image-scroll {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.service-image {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    transition: transform 0.3s ease;
}

.service-image:hover {
    transform: scale(1.05); /* Smooth hover animation */
}

/* Hover Effect */
.service:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Enhanced shadow for hover */
}

/* Services Section */
.services-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.service {
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 30%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px; /* Optional: Adds rounded corners */
}

/* Existing Footer Styles */
.footer {
    text-align: center;
    padding: 2rem;
    background-color: #f4f4f4;
    margin-top: 4rem;
}

.footer p {
    font-size: 1rem;
    color: #333;
}

/* Hover Effect */
.service:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Enhanced shadow for hover */
}

/* Paragraphs */
.service p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #333; /* Dark text color */
    line-height: 1.6;
}

/* Service Links */
.service a {
    font-size: 1rem;
    color: #000000; /* Blue color */
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.service a:hover {
    color: #000000; /* Darker blue when hovered */
}

/* Add a margin-top to the services section to push it lower */
#services {
    margin-bottom: 70px; /* Adjust this value to your liking */
    background-color: white; /* Force background to white */
}




/* Product Section */
.product-images {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    overflow-x: auto; /* Enables horizontal scrolling */
    padding-bottom: 1rem; /* Optional: for some space at the bottom */
    scroll-snap-type: x mandatory; /* Enables snap scrolling */
}

.product-images img {
    width: 30%; /* Adjust width as needed */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start; /* Ensures images snap to the start */
}

/* Make sure no overflow on the container */
#products {
    padding: 4rem 2rem;
    background-color: white;
}


/* General Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #1d1d1f;
    background-color: #ffffff;
    line-height: 1.6;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    color: #1d1d1f;
}

/* Contact Section */
.contact-section {
    padding: 4rem 0;
    background-color: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #007aff;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1d1d1f;
}

.card-description {
    font-size: 1rem;
    color: #6e6e73;
    margin-bottom: 1.5rem;
}

.card-actions {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.map-link,
.phone-link,
.whatsapp-link {
    text-decoration: none;
    color: #007aff;
    font-weight: 500;
    transition: color 0.3s ease;
}

.map-link:hover,
.phone-link:hover,
.whatsapp-link:hover {
    color: #005bb5;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    font-size: 0.95rem;
    color: #6e6e73;
    margin-bottom: 0.5rem;
}

/* Manufacturing Page Styles */
#service-intro {
    padding: 6rem 2rem;
    background-color: #ffffff; /* Clean, minimalist background */
    text-align: center;
}

#service-intro h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 2rem;
}

#service-intro p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

#service-intro .service-image-container {
    text-align: center;
    margin-bottom: 2rem;
}

.service-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-button {
    display: inline-block;
    background-color: #004AAD; /* Custom blue color */
    color: white;
    padding: 1rem 3rem;
    font-size: 1.125rem;
    text-decoration: none;
    border-radius: 50px; /* Rounded button */
    margin-top: 3rem;
    transition: all 0.3s ease-in-out; /* Smooth hover transition */
}

.cta-button:hover {
    background-color: transparent;
    color: #004AAD;
    border: 2px solid #004AAD;
    transform: scale(1.05); /* Slight scale on hover */
}

/* Footer Styles */
.footer {
    text-align: center;
    padding: 2rem;
    background-color: #f4f4f4;
    margin-top: 4rem;
}

.footer p {
    font-size: 1rem;
    color: #333;
}




/* Responsive Design */
@media (max-width: 768px) {
    .services-container {
        flex-direction: column;
    }
    .service {
        width: 100%;
    }
    .service-image {
        width: 100%;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .section-title {
        font-size: 2rem;
    }

    #service-intro h2 {
        font-size: 2.5rem;
    }

    #service-intro p {
        font-size: 1rem;
    }
    .product-images img {
        width: 100%;
    }
}

