/* ==========================================================
   ZOEZOP — WORLD-CLASS UI/UX THEME
   Premium TradeTech | Safety | SmartLife | Construction
========================================================== */

:root {
    --color-bg: #ffffff;
    --color-text: #1b1b1f;
    --color-muted: #62626d;
    --color-primary: #0A3D62; /* Navy Blue */
    --color-secondary: #F39C12; /* Golden Yellow */
    --color-accent: #16A085; /* Teal */
    --color-dark: #050814;
    --color-border: #e0e4f0;
    --color-soft-blue: #EEF3FF; /* Light Blue */
    --color-soft-grey: #F7F8FB; /* Soft Gray */
    --color-hover: #0A3D62CC; /* Hover Color for CTAs */
    --font-body: 'Inter', sans-serif;
    --font-heading: 'Montserrat', sans-serif;
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 8px;
    --shadow-soft: 0 8px 24px rgba(0,0,0,0.08);
    --shadow-elevated: 0 14px 35px rgba(0,0,0,0.12);
    --transition-fast: 0.25s ease;
}

/* RESET */
*, *::before, *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: var(--font-body);
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    font-size: 16px;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 1.25rem;
}

/* ============================
   HEADER
============================= */
.site-header {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--color-border);
    z-index: 1000;
    box-shadow: var(--shadow-soft);
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
}
.logo { width: 42px; }
.logo-text {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 2.2rem;
    color: var(--color-primary);
    letter-spacing: 0.05em;
    margin-left: 0.4rem;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1.1rem;
}
.main-nav a {
    padding: 0.55rem 1rem;
    border-radius: 999px;
    color: var(--color-muted);
    font-weight: 500;
    transition: var(--transition-fast);
}
.main-nav a:hover,
.main-nav a.active {
    background: var(--color-primary);
    color: #fff;
}

/* ============================
   SEARCH BAR
============================= */
.top-search-bar {
    background: var(--color-soft-blue);
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--color-border);
}
.search-form {
    max-width: 1100px;
    margin: auto;
    display: flex;
    gap: 0.75rem;
}
.search-box {
    flex: 1;
    border-radius: 999px;
    padding: 0.75rem 1.1rem;
    border: 1px solid #cdd6e5;
    background: #fff;
    transition: var(--transition-fast);
}
.search-box:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px #0A3D62CC;
}
.search-btn {
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

/* ============================
   HERO
============================= */
.hero {
    position: relative;
    color: white;
    padding: 4rem 0 4rem;
    background: linear-gradient(135deg, #05122599, #0A3D62CC), url("../images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(0.95);
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.hero h1 {
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: bold;
    color: white;
    animation: fadeUp 0.6s ease-out forwards;
}
.hero-subtitle {
    max-width: 760px;
    opacity: 0.92;
    margin-bottom: 1.3rem;
    font-size: 1.2rem;
    color: #ffffff;
    animation: fadeUp 0.9s ease-out forwards;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp 1.1s ease-out forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

/* BUTTONS */
.btn {
    display: inline-flex;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
    text-decoration: none;
}
.btn.primary {
    background: #fff;
    color: var(--color-primary);
    box-shadow: var(--shadow-soft);
}
.btn.primary:hover { background: #eef3ff; transform: translateY(-2px); }
.btn.ghost {
    color: #fff;
    border: 1px solid #ffffffaa;
}
.btn.ghost:hover { background: #ffffff1a; }

/* ============================
   PRODUCT CATEGORIES
============================= */
.product-categorization-container {
    padding: 3rem 0;
    text-align: center;
}
.product-categorization-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    justify-items: center;
}
.product-category-card {
    background: var(--color-soft-blue);
    padding: 2rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-fast);
}
.product-category-card:hover {
    background: var(--color-bg);
    transform: translateY(-8px);
    box-shadow: var(--shadow-elevated);
}
.product-category-card h3 {
    font-size: 1.5rem;
    color: var(--color-primary);
    font-weight: 600;
}

/* ============================
   TARGET PEOPLE & SECTORS
============================= */
.target-people-grid, .sectors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    justify-items: center;
}
.target-group-card, .sector-tile {
    background: var(--color-soft-blue);
    padding: 2rem;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-soft);
    transition: var(--transition-fast);
    color: var(--color-text);
}
.target-group-card:hover, .sector-tile:hover {
    background: var(--color-bg);
    transform: translateY(-8px);
    box-shadow: var(--shadow-elevated);
}
.sector-tile {
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    color: var(--color-primary);
}

/* ============================
   FOOTER
============================= */
.site-footer {
    background: var(--color-dark);
    color: #fff;
    padding: 2rem;
    text-align: center;
    font-size: 0.9rem;
}
footer .footer-column {
    margin-bottom: 1.5rem;
}

/* ============================
   RESPONSIVE
============================= */
@media (max-width: 900px) {
    .product-categorization-grid, .target-people-grid, .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .product-categorization-grid, .target-people-grid, .sectors-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   ZOEZOP — ABOUT PAGE STYLES
   Premium TradeTech | Safety | SmartLife | Construction
========================================================== */

/* Root Variables for Color Palette */
:root {
    --color-bg: #ffffff;
    --color-text: #1b1b1f;
    --color-muted: #62626d;
    --color-primary: #0a3d62; /* Deep blue */
    --color-secondary: #f39c12; /* Golden yellow */
    --color-accent: #16a085; /* Teal */
    --color-dark: #050814; /* Dark background */
    --color-border: #e0e4f0;
    --color-soft-blue: #eef3ff;
    --color-soft-grey: #f7f8fb;

    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 12px;
    --radius-sm: 8px;

    --shadow-soft: 0 8px 24px rgba(0,0,0,0.08);
    --shadow-elevated: 0 14px 35px rgba(0,0,0,0.12);

    --max-width: 1180px;
    --transition-fast: 0.25s ease;
    --transition-soft: 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* RESET */
*, *::before, *::after { 
    box-sizing: border-box; 
}
body {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    background: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: var(--max-width);
    margin: auto;
    padding: 0 1.25rem;
}

/* ==========================================================
   WEBSITE DEVELOPMENT IN PROGRESS BANNER
========================================================== */
.website-progress-banner {
    background-color: var(--color-secondary); /* Orange color */
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 9999;
}

.website-progress-banner i {
    font-size: 24px;
    margin-right: 10px;
}

.website-progress-banner p {
    margin: 0;
    flex-grow: 1;
}

.website-progress-banner a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    transition: color 0.3s ease;
}

.website-progress-banner a:hover {
    color: var(--color-primary); /* Primary color on hover */
}

/* ==========================================================
   HERO SECTION
========================================================== */
.hero.about-hero {
    position: relative;
    color: white;
    padding: 5rem 0 4rem;
    background: linear-gradient(135deg, rgba(10, 61, 98, 0.9), rgba(5, 8, 20, 0.9)), url("assets/images/hero-bg.jpg");
    background-size: cover;
    background-position: center;
    filter: brightness(0.9);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.3;
    animation: fadeUp .6s ease-out forwards;
}

.hero-subtitle {
    font-size: 1.2rem;
    opacity: .85;
    margin-bottom: 1.5rem;
    animation: fadeUp .9s ease-out forwards;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    animation: fadeUp 1.1s ease-out forwards;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==========================================================
   MISSION & VISION SECTION
========================================================== */
.mission-vision {
    padding: 4rem 0;
    background: var(--color-soft-grey);
    text-align: center;
}

.mission-vision-wrapper {
    display: flex;
    gap: 3rem;
    justify-content: center;
    margin-top: 3rem;
}

.mission, .vision {
    max-width: 500px;
    padding: 1.5rem;
    background: var(--color-soft-blue);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
}

.mission h3, .vision h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.mission p, .vision p {
    font-size: 1rem;
    color: var(--color-muted);
}

/* ==========================================================
   IMPACT SECTION
========================================================== */
.zoezop-impact {
    padding: 4rem 0;
    text-align: center;
}

.impact-wrapper {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.impact-card {
    width: 280px;
    background: var(--color-soft-blue);
    padding: 1.75rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.impact-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
}

.impact-card p {
    font-size: 1rem;
    color: var(--color-muted);
}

/* ==========================================================
   WHY CHOOSE ZOEZOP SECTION
========================================================== */
.why-choose {
    padding: 4rem 0;
    background: var(--color-soft-grey);
    text-align: center;
}

.why-choose-list {
    list-style-type: none;
    padding: 0;
    margin-top: 2rem;
}

.why-choose-list li {
    font-size: 1.1rem;
    color: var(--color-muted);
    margin-bottom: 1rem;
    font-weight: 600;
}

.why-choose-list b {
    font-weight: bold;
}

/* ==========================================================
   FOOTER
========================================================== */
.site-footer {
    background: var(--color-dark);
    color: #d0d4e8;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 2rem;
}

.footer-column h4 {
    margin-bottom: .7rem;
}

.footer-bottom {
    margin-top: 1.8rem;
    border-top: 1px solid #ffffff22;
    padding-top: 1rem;
    text-align: center;
    font-size: .85rem;
}

/* ==========================================================
   RESPONSIVE STYLES
========================================================== */
@media (max-width: 900px) {
    .mission-vision-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
    .impact-wrapper {
        flex-direction: column;
        gap: 1rem;
    }
    .hero h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 2rem;
    }
    .hero-subtitle {
        font-size: 1rem;
    }
}

/* ==========================================================
   CONTACT PAGE STYLES
========================================================== */

/* General contact page layout */
.contact-section {
    padding: 4rem 1.25rem;
    text-align: center;
}

.contact-description {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: var(--color-muted);
}

/* Contact Form Styles */
.contact-form {
    max-width: 700px;
    margin: auto;
    background: var(--color-soft-grey);
    padding: 2rem;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    text-align: left;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
    color: var(--color-muted);
}

.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 0.75rem;
    border-radius: var(--radius-sm);
    border: 1px solid #ccc;
    font-size: 1rem;
    background: #fff;
    box-sizing: border-box;
}

.contact-form input:focus, .contact-form textarea:focus {
    border-color: var(--color-primary);
    outline: none;
    box-shadow: 0 0 5px var(--color-primary);
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px;
}

/* Submit Button */
.contact-form button {
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-sm);
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background-color: var(--color-secondary);
}

/* Contact Information Section */
.contact-info {
    margin-top: 4rem;
    padding: 2rem;
    background: var(--color-soft-blue);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    text-align: left;
}

.contact-info h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--color-primary);
}

.contact-info p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
    color: var(--color-muted);
}

.contact-info a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: var(--color-secondary);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .contact-section {
        padding: 2rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .contact-info {
        padding: 1.5rem;
    }
}


