body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #333;
    background-color: #ffffff;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0;
}


header {
    background: #111;
    color: white;
    text-align: center;
    padding: 40px 0;
}

.hero {
    background: #f5f5f5;
    text-align: center;
}

section h2 {
    margin-bottom: 20px;
}

.products ul {
    list-style: none;
    padding: 0;
}

.products li {
    padding: 8px 0;
    font-size: 18px;
}

.contact {
    background: #f5f5f5;
}

footer {
    background: #111;
    color: white;
    text-align: center;
    padding: 20px 0;
}
.navbar {
    background: #222;
    text-align: center;
    padding: 15px 0;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin: 0 20px;
    font-size: 16px;
}

.navbar a:hover {
    color: #f4a261;
}

.hero {
    background: #f5f7fa;
    text-align: center;
    padding: 100px 0;
}

.hero h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    color: #555;
}
.navbar {
    background: white;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.navbar .container {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.navbar a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.navbar a:hover {
    color: #b88a2f;
}
.hero {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    color: white;
    text-align: center;
    position: relative;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.btn {
    display: inline-block;
    background: #b88a2f;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
}

.btn:hover {
    background: #9c7426;
}
.products-grid .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.product-card {
    background: white;
    width: 260px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
    padding: 15px;
    transition: 0.3s;
}

.product-card img {
    width: 100%;
    border-radius: 6px;
}

.product-card h3 {
    margin: 12px 0 8px;
    font-size: 18px;
    font-weight: 600;
}

.product-card p {
    font-size: 14px;
    color: #555;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.hero {
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    position: relative;
    color: white;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    background: #b88a2f;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 4px;
}
.why {
    padding: 60px 0;
    text-align: center;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.why-card {
    width: 260px;
    background: white;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 6px;
    transition: 0.3s;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.contact {
    padding: 60px 0;
    background: #f8f8f8;
    text-align: center;
}

.contact-box {
    background: white;
    display: inline-block;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 20px;
    line-height: 1.8;
}
.about {
    padding: 60px 0;
    background: #ffffff;
}

.about h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #222;
}

.about p {
    max-width: 850px;
    margin: 0 auto 18px;
    line-height: 1.7;
    color: #444;
    text-align: center;
    font-size: 16px;
}
.hero {
    background-size: cover;
    background-position: center;
    padding: 120px 20px;
    position: relative;
    color: white;
    text-align: center;
}

.hero::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.65);   /* darker overlay */
}

.hero-content {
    position: relative;
    z-index: 1;
}
.about {
    padding: 80px 0;
    background: #f4f6f8;
}

.about h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    color: #1a1a1a;
}

.about p {
    max-width: 850px;
    margin: 0 auto 18px;
    line-height: 1.8;
    color: #555;
    text-align: center;
    font-size: 16px;
}

.about-highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.highlight {
    background: white;
    padding: 30px;
    width: 260px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    border-top: 4px solid #b88a2f;
    transition: 0.3s;
}

.highlight:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.highlight h3 {
    margin-bottom: 10px;
    color: #222;
}
.why-page {
    padding: 80px 0;
    background: linear-gradient(to right, #f7f9fb, #eef2f6);
    text-align: center;
}

.why-page h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.why-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.why-card {
    width: 260px;
    background: white;
    border-radius: 10px;
    padding: 30px 25px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border-top: 4px solid #b88a2f;
    transition: 0.3s;
}

.why-card h3 {
    margin-bottom: 12px;
    color: #222;
}

.why-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.12);
}
/* ===== About Hero Section ===== */

.about-hero {
    background: url("assets/about.jpg") center/cover no-repeat;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.45); /* dark overlay for text visibility */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-hero h1 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 10px;
}

.about-hero p {
    color: #f1f1f1;
    font-size: 18px;
}
.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
}
/* ===== Contact Premium Box ===== */

.contact-section {
    padding: 60px 20px;
    background: #f5f7fa;
    text-align: center;
}

.contact-box {
    background: #ffffff;
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);

    /* Premium Golden Top Border */
    border-top: 5px solid #d4af37;
}

.contact-box p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

.contact-box strong {
    color: #1f2d3d;
}
/* Products Section */

.products-section {
    padding: 60px 20px;
    text-align: center;
    background: #f5f7fa;
}

.products-section h2 {
    font-size: 32px;
    color: #1f2d3d;
}

.products-sub {
    color: #666;
    margin-bottom: 30px;
}


/* Category Buttons */

.category-buttons {
    margin-bottom: 40px;
}

.category-buttons button {
    margin: 8px;
    padding: 10px 18px;
    border: none;
    background: #1f2d3d;
    color: white;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.category-buttons button:hover {
    background: #d4af37;
}


/* Product Grid */

.product-category {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}


/* Product Card */

.product-card {
    width: 200px;
    background: white;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    border-top: 4px solid #d4af37;
}

.product-card img {
    width: 100%;
    height: 160px;
    object-fit: contain;
    background: #f0f0f0; /* Placeholder background */
}

.product-card p {
    margin-top: 10px;
    font-weight: 600;
    color: #1f2d3d;
    font-size: 14px;
}
/* Hero Section */
/* HERO SECTION */
.hero {
    height: 80vh;
    background-image: url("assets/factory.jpg"); /* change name if needed */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Light overlay (not black patch) */
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0); /* light overlay only */
}

/* Content above overlay */
.hero-content {
    position: relative;
    color: white;
    text-align: center;
    max-width: 800px;
    padding: 20px;
}

.hero-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.hero-content p {
    font-size: 19px;
    margin-bottom: 25px;
}





.home-stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #f5f7fa;
    padding: 50px 20px;
    gap: 30px;
}

.stat-box {
    background: white;
    padding: 25px;
    width: 200px;
    text-align: center;
    border-top: 4px solid #d4af37;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.stat-box h2 {
    color: #1f2d3d;
    font-size: 28px;
}
.home-products {
    padding: 60px 20px;
    text-align: center;
}

.home-product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}

.home-product-card {
    width: 180px;
    background: white;
    padding: 15px;
    border-top: 4px solid #d4af37;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.home-product-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    background: #f0f0f0;
}

.view-btn {
    display: inline-block;
    margin-top: 30px;
    background: #1f2d3d;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}
.home-why {
    background: #f5f7fa;
    padding: 50px 20px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.btn-primary {
    background-color: #c9a227; /* premium gold */
    color: white;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-primary:hover {
    background-color: #a8871d;
}
/* HOME CONTACT SECTION */
.home-contact {
    padding: 60px 20px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
}

.home-contact-box {
    max-width: 500px;
    background: white;
    padding: 30px;
    border-top: 4px solid #c9a227; /* gold border */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    text-align: center;
}

.home-contact-box h2 {
    margin-bottom: 20px;
}

.home-contact-box p {
    margin-bottom: 10px;
    line-height: 1.6;
}
/* HEADER */
.header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Container */
.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
}

/* Logo */
.logo img {
    height: 110px;
    width: auto;
}

/* Menu */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 30px;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}

.nav-menu li a:hover {
    color: #c9a227; /* golden hover */
}
/* Top Info Bar */
.top-bar {
    background: #c9a227;   /* premium gold */
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 6px 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.header-tagline {
    background: #c9a227;
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.header-tagline {
    margin-top: 10px;
}
nav ul li a {
    font-weight: 600;
    font-size: 16px;
}
nav ul li a:hover {
    color: #c9a227;
}
nav ul li a {
    font-weight: 700 !important;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.6px;
}
nav ul li a:hover {
    color: #c9a227;
}
.hero-points {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-align: center;
    text-shadow: 0px 2px 6px rgba(0,0,0,1);
}

.hero-points span {
    color: #c9a227;
    margin: 0 8px;
}
