/*
Theme Name: Apparel360 Clothing
Theme URI: https://www.apparel360clothing.com/
Author: Antigravity & USER
Description: A high-performance, Elementor-restored WordPress theme for Apparel 360 Clothing Co. Ltd.
Version: 2.0.0
*/

/* --- Elementor Global Variables (Extracted from Kit) --- */
:root {
    --e-global-color-primary: #181818;
    --e-global-color-secondary: #FFFFFF;
    --e-global-color-text: #292929;
    --e-global-color-accent: #E5712A;

    --wp--preset--color--black: #000000;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;

    --wp--style--global--content-size: 800px;
    --wp--style--global--wide-size: 1200px;

    --e-global-typography-primary-font-family: "Montserrat";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Montserrat";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Montserrat";
    --e-global-typography-accent-font-weight: 500;

    --container-max-width: 1140px;
    --kit-widget-spacing: 20px;
}

/* --- Base Reset & Typography --- */
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-secondary);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    color: var(--e-global-color-primary);
}

h1 {
    font-size: 52px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 20px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

/* --- Elementor Layout Simulation --- */
.elementor-section {
    position: relative;
    width: 100%;
}

.elementor-section-boxed>.elementor-container {
    max-width: var(--container-max-width);
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-column {
    display: flex;
    position: relative;
    min-height: 1px;
}

.elementor-widget-wrap {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-widget {
    position: relative;
    width: 100%;
}

.elementor-widget:not(:last-child) {
    margin-bottom: var(--kit-widget-spacing);
}

.elementor-row {
    width: 100%;
    display: flex;
}

/* Elementor Column Widths */
.elementor-col-50 {
    width: 50%;
}

.elementor-col-33 {
    width: 33.333%;
}

.elementor-col-66 {
    width: 66.666%;
}

.elementor-col-100 {
    width: 100%;
}

/* Utilities */
.elementor-section-content-middle>.elementor-container {
    align-items: center;
}

.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.elementor-element-populated {
    padding: 10px;
}

/* --- Specific Section Styles (Extracted from post-68.css) --- */

/* Hero Section */
.elementor-element-a1b61cd {
    padding: 140px 0;
}

.elementor-element-a1b61cd>.elementor-background-overlay {
    background-color: #000;
    opacity: 0.35;
}

/* Vision Section Container */
.elementor-68 .elementor-element-0bd56e5>.elementor-element-populated {
    border: 1px solid var(--e-global-color-accent);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 30px;
    border-radius: 14px;
}

/* Feature Boxes */
.elementor-68 .elementor-element-c9c5c6b>.elementor-element-populated,
.elementor-68 .elementor-element-91e31ba>.elementor-element-populated,
.elementor-68 .elementor-element-a6785a9>.elementor-element-populated {
    background-color: var(--e-global-color-accent);
    border-radius: 14px;
    padding: 30px;
    transition: 0.3s;
}

/* Counter Section Background */
.elementor-element-c9bc8f3 {
    background-image: url('https://www.apparel360clothing.com/wp-content/uploads/2025/07/pexels-allan-mas-5622988-scaled-1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.elementor-element-c9bc8f3 .elementor-background-overlay {
    background-color: #000;
    opacity: 0.5;
}

.elementor-counter-number-wrapper {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.elementor-counter-title {
    color: #fff;
    font-size: 18px;
    opacity: 0.8;
}

/* --- Header & Navigation Refinement (Extracted from post-78.css) --- */
.elementor-element-12bdb4fd {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--e-global-color-secondary);
    padding: 8px 0;
    z-index: 9995;
    position: sticky;
    top: 0;
}

.elementor-element-c85c567 .elementor-heading-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.elementor-nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.elementor-nav-menu .elementor-item {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #353535;
    padding: 3px 0;
    position: relative;
    display: inline-block;
}

.elementor-nav-menu .elementor-item:hover,
.elementor-nav-menu .elementor-item.elementor-item-active {
    color: var(--e-global-color-accent);
}

/* Underline Pointer Effect */
.e--pointer-underline .elementor-item:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-accent);
    transition: 0.3s;
}

.e--pointer-underline .elementor-item:hover:after,
.e--pointer-underline .elementor-item.elementor-item-active:after {
    width: 100%;
}

/* Header Button */
.elementor-element-7fb47ec0 .elementor-button {
    background-color: var(--e-global-color-accent);
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.elementor-element-7fb47ec0 .elementor-button:hover {
    background-color: #d15f1a;
}

/* --- Responsive Definitions --- */
@media (max-width: 1024px) {
    :root {
        --container-max-width: 1024px;
    }

    h1 {
        font-size: 40px;
    }

    .elementor-container {
        flex-wrap: wrap;
    }

    .elementor-column {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    :root {
        --container-max-width: 767px;
    }

    h1 {
        font-size: 34px;
    }

    .elementor-element-a1b61cd {
        padding: 100px 10px;
    }
}

/* --- Widget Specific Styles --- */

/* Eael Info Box */
.eael-infobox {
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    transition: 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.eael-infobox .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--e-global-color-primary);
}

.eael-infobox p {
    font-size: 15px;
    color: var(--e-global-color-text);
    margin: 0;
}

/* Info Box on Top */
.eael-infobox.icon-on-top {
    text-align: center;
}

/* Divider Widget */
.elementor-widget-divider {
    padding: 10px 0;
}

.elementor-divider {
    display: flex;
    align-items: center;
}

.elementor-divider-separator {
    flex-grow: 1;
    height: 2px;
    background-color: var(--e-global-color-accent);
    width: 100px;
}

/* Global Background Overlay Adjustment */
.elementor-background-overlay {
    background-size: cover;
    background-position: center;
}