:root {
    --container-max: 1220px;
    --muted: #6b7280;
    --border: #e5e7eb;
    --bg: #fff;
    --accent: #111827;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Albert Sans';
    color: var(--accent);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 1440px;
    margin: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

/* ↓↓↓ UPDATED PADDING ↓↓↓ */
.container {
    max-width: var(--container-max);
    padding: 0 0.75rem;
}

/* ↑↑↑ UPDATED PADDING ↑↑↑ */

header {
    border-bottom: 1px solid var(--border);
    background: var(--bg);
}
.logo-img {
  height: 50px; /* adjust size */
  width: auto;
  display: block;
}

.nav-row {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* logo */
.logo {
    font-size: 1.125rem;
    font-weight: 300;
    color: var(--accent);
    text-decoration: none;
}

/* desktop nav */
.nav-desktop {
    display: none;
    gap: 1.75rem;
    align-items: center;
}

.nav-desktop a {
    font-size: .875rem;
    color: var(--accent);
    text-decoration: none;
    transition: color .15s;
    font-family: Albert Sans;
    font-weight: 500;
}

.nav-desktop a:hover {
    color: #374151;
}

/* right side */
.actions {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.btn-icon {
    background: transparent;
    border: none;
    padding: .375rem;
    border-radius: .375rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-icon:hover {
    background: #f3f4f6;
}

/* search */
.search-desktop {
    display: none;
    position: relative;
    align-items: center;
}

.search-desktop input {
    padding: .5rem 0.75rem .5rem 2.5rem;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    font-size: .875rem;
    width: 220px;
}

.search-desktop input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.08);
    border-color: #9ca3af;
}

.search-desktop .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: var(--muted);
}

/* mobile menu */
#mobile-menu {
    border-bottom: 1px solid var(--border);
    background: var(--bg);
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s ease, padding .25s ease;
    padding: 0 1.5rem;
}

#mobile-menu.open {
    max-height: 480px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#mobile-menu a {
    display: block;
    padding: .5rem 0;
    color: #374151;
    text-decoration: none;
    font-size: .95rem;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500
}

#mobile-menu .search-mobile {
    position: relative;
    margin-top: .5rem;
}

#mobile-menu .search-mobile input {
    width: 100%;
    padding: .5rem .75rem .5rem 2.5rem;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    font-size: .95rem;
}

#mobile-menu .search-mobile .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: var(--muted);
}

/* helpers */
.hidden {
    display: none !important;
}

/* Responsive: show desktop nav/search on md+ */
@media (min-width: 1025px) {
    .nav-desktop {
        display: flex;
    }

    .search-desktop {
        display: flex;
    }

    .mobile-toggle {
        display: none;
    }

    #mobile-menu {
        display: none !important;
    }
}


/* Shop banner */
.banner {
    position: relative;
    width: 100%;
    height: 300px;
    background: url('images/blog banner.png');
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

/* Dark Overlay */
.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner h1 {
    font-size: 36px;
    margin: 0 0 18px 0;
    font-weight: 700;
}

/* Breadcrumb Button */
.breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000;
    padding: 10px 18px;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}

/* FORCE WHITE ICON */
.breadcrumb .material-icons {
    font-size: 18px;
    color: #fff !important;
    /* ensures white arrow */
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/*  */
/* blog section */
/* =================================
           CSS STYLES
           ================================= */
.wardrobe-chic-container {
    max-width: 1200px;
    /* Max width of the content area */
    margin: 0 auto;
    /* Center the container on the page */
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

.wardrobe-chic-header h1 {
    font-size: 2.2em;
    margin-bottom: 5px;
    font-weight: 700;
    font-family: 'Albert Sans';
}

.wardrobe-chic-header p {
    font-size: 0.9em;
    color: #666;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Albert Sans';
}

.wardrobe-chic-image-full {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    /* Ensures no extra space below the image */
}

.wardrobe-chic-intro-caption {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 30px;
    font-family: 'Albert Sans';
}

.wardrobe-chic-section h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    /* Visual separator below the heading */
    padding-bottom: 5px;
    font-family: 'Albert Sans';
}

/* --- Elegant Designs Section List --- */
.wardrobe-chic-list-content ol {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: 'Albert Sans';
}

.wardrobe-chic-list-content li {
    margin-bottom: 8px;
    font-size: 0.95em;
}

/* --- Quote Box Styling --- */
.wardrobe-chic-quote-box {
    background-color: #e0f2f1;
    /* Light cyan/teal background */
    border-left: 5px solid #009688;
    /* Teal border for emphasis */
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #004d40;
    /* Darker text for readability */
    font-weight: 500;
}

.wardrobe-chic-quote-box p {
    margin: 0;
    font-family: 'Albert Sans';
}

.wardrobe-chic-paragraph {
    margin-bottom: 20px;
    font-size: 0.95em;
    font-family: 'Albert Sans';
}

/* --- Two-Column Image Layout (Flexbox for responsiveness) --- */
.wardrobe-chic-two-column-images {
    display: flex;
    flex-direction: row;
    /* Images side-by-side by default */
    gap: 15px;
    /* Space between the images */
    margin: 30px 0;
}

.wardrobe-chic-image-half {
    flex: 1;
    /* Both images take equal space */
    max-width: 50%;
    height: auto;
    display: block;
}

.wardrobe-chic-image-half img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- Chic, Contemporary Fashion Pieces Bullet List --- */
.wardrobe-chic-bullet-list ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 0;
}

.wardrobe-chic-bullet-list li {
    margin-bottom: 8px;
    font-size: 0.95em;
}

/* --- Commitment Section Text --- */
.wardrobe-chic-commitment-text {
    font-size: 0.9em;
    color: #444;
    margin-top: 15px;
}

/* =================================
           RESPONSIVENESS (Media Query)
           ================================= */
@media (max-width: 768px) {

    /* Adjust padding on smaller screens */
    .wardrobe-chic-container {
        padding: 10px;
    }

    .wardrobe-chic-header h1 {
        font-size: 1.8em;
    }

    /* Stack the two images vertically */
    .wardrobe-chic-two-column-images {
        flex-direction: column;
    }

    /* Make the images full width when stacked */
    .wardrobe-chic-image-half {
        max-width: 100%;
        margin-bottom: 10px;
        /* Add space between stacked images */
    }
}


/* blog section */
/* Wrapper */
/* blogs section */
/* blog section */

/* Layout */
.resources-section {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    flex-grow: 1;
    /* margin-bottom: 10px; */
}

/* Header */
.section-header {
    margin-bottom: 50px;
}

.sub-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.icon-tool {
    width: 16px;
    height: 16px;
    fill: #666;
}

.sub-heading-text {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #007bff;
}

.main-title {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
}

/* Grid */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */
.card {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    transition: 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
    border-color: #d1d1d1;
}

.card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.badge {
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    border-radius: 2px;
    background: transparent;
    white-space: nowrap;
}

.card-title {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 30px;
}

/* Read More Button */
.read-more-btn {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.2s ease;
}

.read-more-btn:hover {
    gap: 14px;
}

.arrow-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    /* reduced from 28px */
    height: 24px;
    background: #dbeafe;
    border-radius: 50%;
    transition: 0.2s;
}

.read-more-btn:hover .arrow-circle {
    background: #bfdbfe;
}

/* Google Icon Styling - UPDATED (smaller + black) */
.arrow-icon {
    font-family: 'Material Symbols Rounded';
    font-size: 14px;
    /* reduced from 18px */
    font-variation-settings:
        'wght' 500,
        'GRAD' 0,
        'opsz' 24;
    color: #000;
    /* icon color black */
    line-height: 1;
}


/* Bottom Decoration */
.bottom-decoration {
    height: 130px;
    width: 100%;
    background: #BCE3DE;
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 1024px) {
    .cards-grid {
        gap: 20px;
    }

    .card {
        padding: 24px;
        min-height: 380px;
    }

    .card-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .resources-section {
        padding-top: 40px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card {
        padding: 24px;
        min-height: auto;
    }

    .card-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .bottom-decoration {
        height: 110px;
    }

    .section-header {
        margin-bottom: 30px;
    }
}

/*  */

.cwtx-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* HEADER */
.cwtx-header-title h1 {
    font-size: 2.2em;
    margin-bottom: 5px;
    font-weight: 700;
}

.cwtx-header-title p {
    font-size: 0.9em;
    color: #666;
    margin-top: 0;
    margin-bottom: 20px;
}

/* FULL IMAGE */
.cwtx-full-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

.cwtx-intro-desc {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 30px;
}

/* SECTION TITLES */
.cwtx-section h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

/* Ordered List Styling */
.cwtx-list-wrap ol {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.cwtx-list-wrap li {
    margin-bottom: 8px;
    font-size: 0.95em;
}

/* QUOTE BOX */
.cwtx-quote-box {
    background-color: #e0f2f1;
    border-left: 5px solid #009688;
    padding: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #004d40;
    font-weight: 500;
}

.cwtx-quote-box p {
    margin: 0;
}

/* Paragraph Styling */
.cwtx-text-block {
    margin-bottom: 20px;
    font-size: 0.95em;
}

/* Two Column Images */
.cwtx-two-imgs {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin: 30px 0;
}

.cwtx-img-half {
    flex: 1;
    max-width: 50%;
}

.cwtx-img-half img {
    width: 100%;
    height: auto;
    display: block;
}

/* Bullet List */
.cwtx-bullet-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.cwtx-bullet-list li {
    margin-bottom: 8px;
    font-size: 0.95em;
}

/* Commitment text */
.cwtx-commit-text {
    font-size: 0.9em;
    color: #444;
    margin-top: 15px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .cwtx-wrapper {
        padding: 10px;
    }

    .cwtx-header-title h1 {
        font-size: 1.8em;
    }

    .cwtx-two-imgs {
        flex-direction: column;
    }

    .cwtx-img-half {
        max-width: 100%;
        margin-bottom: 10px;
    }
}




/* ===========================
   BLOG SECTION
   =========================== */

.cwtx-blog-area {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    min-height: 50vh;
}

.cwtx-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    flex-grow: 1;
    margin-bottom: 10px;
}

/* Blog Header */
.cwtx-blog-header {
    margin-bottom: 50px;
}

.cwtx-subhead {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.cwtx-sub-icon {
    width: 16px;
    height: 16px;
    fill: #666;
}

.cwtx-subtext {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    letter-spacing: .5px;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #007bff;
}

.cwtx-blog-title {
    font-size: 34px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.5px;
}

/* Blog Grid */
.cwtx-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Blog Cards */
.cwtx-blog-card {
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    transition: .3s ease;
}

.cwtx-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
    border-color: #d1d1d1;
}

.cwtx-card-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}

.cwtx-badge {
    border: 1px solid #e5e5e5;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    border-radius: 2px;
    background: transparent;
    white-space: nowrap;
}

.cwtx-card-title {
    font-size: 20px;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 30px;
}

/* Read More */
.cwtx-read-btn {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .2s ease;
}

.cwtx-read-btn:hover {
    gap: 14px;
}

.cwtx-arrow-bg {
    width: 24px;
    height: 24px;
    background: #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.cwtx-read-btn:hover .cwtx-arrow-bg {
    background: #bfdbfe;
}

.cwtx-arrow-icon {
    font-family: 'Material Symbols Rounded';
    font-size: 14px;
    color: #000;
}

/* Responsive blog grid */
@media (max-width: 768px) {
    .cwtx-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cwtx-blog-title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .cwtx-blog-area {
        padding-top: 40px;
    }

    .cwtx-blog-grid {
        grid-template-columns: 1fr;
    }

    .cwtx-blog-header {
        margin-bottom: 30px;
    }
}

/* footer code */
/* Universal styles for the dark theme */
.footer {
            background-color: #000000; /* Pure black background */
            color: #ffffff; /* White text color */
            padding: 40px 60px 20px; /* Padding for top/bottom and sides */
            font-family: Arial, sans-serif; /* Use a common sans-serif font */
        }
        .footer-logo-img {
    width: 120px;
    height: auto;
    display: block;
    margin-bottom: 15px;

    /* Turn image white */
    filter: brightness(0) invert(1);
}


        /* Container for the main four sections */
        .footer-content {
            display: flex;
            justify-content: space-between;
            gap: 20px; /* Space between the main columns */
            max-width: 1200px; /* Keep the content centered and constrained */
            margin: 0 auto;
            padding-bottom: 40px; /* Space above the bottom bar */
            border-bottom: 1px solid #222; /* Separator line, slightly visible */
        }

        /* Individual section styling */
        .footer-section {
            padding: 0 10px;
        }

        /* --- Section 1: Vessa (Newsletter) --- */
        .footer-vessa {
            flex-basis: 30%; /* Gives Vessa section more room */
            max-width: 300px;
        }
        .footer-logo {
            font-size: 30px;
            margin-bottom: 15px;
            font-weight: 500;
        }
        .footer-vessa p {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 20px;
            color: #ccc; /* Slightly lighter text for the description */
            font-family: 'Albert Sans';
        }

        /* Newsletter Form */
        .footer-newsletter {
            display: flex;
            border: 1px solid #444; /* Border around the input/button combo */
            height: 40px;
        }
        .footer-newsletter input {
            background: transparent;
            border: none;
            color: #fff;
            padding: 0 10px;
            flex-grow: 1;
            font-size: 14px;
            outline: none;
            font-family: 'Albert Sans';
        }
        .footer-newsletter input::placeholder {
            color: #888;
        }
        .footer-newsletter button {
            background: transparent;
            color: #fff;
            border: none;
            padding: 0 15px;
            cursor: pointer;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            /* border-left: 1px solid #444; */
            transition: background-color 0.3s;
            font-family: 'Albert Sans';
        }
        .footer-newsletter button:hover {
            background-color: #333;
        }

        /* --- Section 2, 3, 4: Contact, Links, Resources --- */
        .footer-contact, .footer-links, .footer-resources {
            flex-basis: 20%; /* Even distribution for the other three columns */
            padding-top: 5px;
        }

        /* Headings for columns 2, 3, 4 */
        .footer-section h3 {
            font-size: 12px;
            font-weight: bold;
            color: #888; /* Grey text for the heading */
            margin-bottom: 25px;
            letter-spacing: 1px;
            font-family: 'Albert Sans';
        }

        /* Contact Email */
        .footer-email {
            font-size: 18px;
            color: #fff;
            text-decoration: none;
            font-family: 'Albert Sans';
        }

        /* List links */
        .footer-links ul, .footer-resources ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-links li, .footer-resources li {
            margin-bottom: 8px;
        }
        .footer-links a, .footer-resources a {
            color: #ccc;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
            font-family: 'Albert Sans';
        }
        .footer-links a:hover, .footer-resources a:hover, .footer-email:hover {
            color: #fff; /* Hover effect */
        }


        /* --- Bottom Copyright Bar --- */
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 20px;
            max-width: 1200px;
            margin: 0 auto;
            font-size: 12px;
        }

        .footer-copyright {
            color: #888;
            font-family: 'Albert Sans';
        }

        .footer-legal a, .footer-legal span {
            color: #888;
            text-decoration: none;
            padding: 0 5px;
            font-family: 'Albert Sans';
        }
        .footer-legal span {
            color: #555; /* Darker dot separator */
        }
        .footer-legal a:hover {
            color: #fff;
        }


        /* ================================================= */
        /* RESPONSIVENESS (Media Query)             */
        /* ================================================= */

        @media (max-width: 768px) {
            .footer {
                padding: 40px 20px 10px; /* Less horizontal padding on smaller screens */
            }

            /* Stack the main four sections vertically */
            .footer-content {
                flex-direction: column;
                padding-bottom: 20px;
            }

            /* Adjust margins and spacing for stacked look */
            .footer-section {
                margin-bottom: 30px;
                padding: 0;
            }

            /* Section 1: Vessa (Newsletter) takes full width */
            .footer-vessa {
                max-width: 100%;
                margin-bottom: 40px;
            }
            
            /* Section 2, 3, 4: Align to the left and take full width */
            .footer-contact, .footer-links, .footer-resources {
                flex-basis: auto;
            }
            
            /* Contact email for section 2 */
            .footer-email {
                display: block;
                margin-top: -15px;
            }

            /* Stack the bottom bar elements */
            .footer-bottom {
                flex-direction: column;
                align-items: flex-start;
                padding-top: 10px;
                margin-top: 10px;
            }

            .footer-copyright {
                margin-bottom: 10px;
            }
            
            .footer-legal {
                display: flex;
                flex-wrap: wrap;
                line-height: 1.5;
            }
        }
/*  */