/* ============================================================
   DWARKA IMPEX - Professional Handicraft Website Redesign
   Color Palette:
   - Primary:     #8B1A1A (Deep Burgundy/Maroon)
   - Secondary:   #D4A017 (Royal Gold)
   - Accent:      #C75B39 (Terracotta)
   - Teal:        #1A6B5C (Forest Teal)
   - Cream:       #FFF8F0 (Warm Cream)
   - Dark:        #2C1810 (Rich Dark Brown)
   - Light:       #F5EDE3 (Warm Light)
   ============================================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Poppins', sans-serif;
    color: #3D2B1F;
    background: #FFF8F0;
    overflow-x: hidden;
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #2C1810;
}

a { transition: all 0.3s ease; }
img { max-width: 100%; height: auto; }

/* Hide old preloader */
.pre-loading { display: none !important; }
.bodyWrap { opacity: 1 !important; }

/* ---- DECORATIVE ELEMENTS ---- */
.dw-ornament {
    display: block;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #D4A017, #C75B39, #D4A017);
    margin: 12px auto 25px;
    position: relative;
}
.dw-ornament::before {
    content: '\2726';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #D4A017;
    background: #FFF8F0;
    padding: 0 8px;
}
.dw-ornament-dark::before { background: #2C1810; }
.dw-ornament-white::before { background: #fff; }
.dw-ornament-cream::before { background: #F5EDE3; }

.dw-section-title {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
    color: #2C1810;
}

/* ============================================================
   ANNOUNCEMENT BAR (scrolling ticker)
   ============================================================ */
.dw-announce-bar {
    background: linear-gradient(90deg, #D4A017, #C75B39, #D4A017);
    padding: 6px 0;
    overflow: hidden;
    position: relative;
}
.dw-announce-marquee {
    display: flex;
    animation: dw-scroll 20s linear infinite;
    white-space: nowrap;
    gap: 50px;
}
.dw-announce-marquee span {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.dw-announce-marquee span .fa { font-size: 10px; }
@keyframes dw-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ============================================================
   TOP CONTACT BAR
   ============================================================ */
.dw-topbar {
    background: #2C1810;
    color: #c9b99a;
    font-size: 12px;
    padding: 8px 0;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(212,160,23,0.15);
}
.dw-topbar a,
.dw-topbar .dw-topbar-item {
    color: #c9b99a;
    text-decoration: none;
    transition: color 0.3s;
}
.dw-topbar a:hover,
.dw-topbar .dw-topbar-item:hover { color: #D4A017; text-decoration: none; }
.dw-topbar .dw-topbar-item .fa {
    color: #D4A017;
    margin-right: 4px;
    font-size: 12px;
}
.dw-topbar .dw-topbar-left { float: left; display: flex; align-items: center; gap: 0; }
.dw-topbar .dw-topbar-right { float: right; display: flex; align-items: center; gap: 0; }
.dw-topbar .dw-topbar-divider {
    color: rgba(212,160,23,0.3);
    margin: 0 12px;
    font-size: 10px;
}
.dw-topbar .dw-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.dw-topbar .dw-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #c9b99a !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.3s;
    text-decoration: none !important;
    margin-left: 12px;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.dw-topbar .dw-social-icons a:hover {
    color: #D4A017 !important;
    transform: translateY(-2px);
    background: none !important;
}
.dw-topbar .dw-social-icons a span.fa {
    display: inline-block !important;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: inherit !important;
    background: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Prevent browser from injecting social link previews/images */
.dw-topbar .dw-social-icons a img,
.dw-topbar .dw-social-icons a::before,
.dw-topbar .dw-social-icons a::after {
    display: none !important;
    content: none !important;
}

/* Social icons - using FontAwesome unicode (no <i> tag, no browser detection) */
.dw-social-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.dw-social-top a {
    font-family: FontAwesome !important;
    font-size: 14px !important;
    color: #c9b99a !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    line-height: 1 !important;
    transition: color 0.3s, transform 0.3s;
    display: inline-block;
}
.dw-social-top a:hover { transform: translateY(-2px); }
.dw-social-top a.dw-si-fb:hover { color: #1877F2 !important; }
.dw-social-top a.dw-si-ig:hover { color: #E4405F !important; }
.dw-social-top a.dw-si-tw:hover { color: #1DA1F2 !important; }
.dw-social-top a.dw-si-wa:hover { color: #25D366 !important; }

/* ============================================================
   MAIN HEADER
   ============================================================ */
.dw-header {
    background: #FFF8F0;
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(44,24,16,0.06);
}
.dw-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}

/* Logo Area */
.dw-logo-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    min-width: 200px;
}
.dw-logo img {
    max-height: 75px;
    width: auto;
    transition: transform 0.3s;
}
.dw-logo:hover img { transform: scale(1.03); }
.dw-logo-tagline {
    font-family: 'Great Vibes', cursive;
    font-size: 14px;
    color: #D4A017;
    margin-top: 2px;
    padding-left: 5px;
    letter-spacing: 0.5px;
}

/* USP Highlights */
.dw-header-usp {
    display: flex;
    gap: 15px;
    margin: 0 20px;
    flex-shrink: 1;
}
.dw-usp-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(139,26,26,0.04), rgba(212,160,23,0.06));
    border: 1px solid rgba(212,160,23,0.15);
    cursor: default;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}
.dw-usp-item::before {
    content: '';
    position: absolute;
    top: 0; left: -100%; right: 0; bottom: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(139,26,26,0.08), rgba(212,160,23,0.12));
    transition: left 0.5s ease;
    z-index: 0;
}
.dw-usp-item:hover::before {
    left: 0;
}
.dw-usp-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(139,26,26,0.15), 0 0 0 1px rgba(212,160,23,0.3);
    border-color: #D4A017;
}
.dw-usp-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1A1A, #a52222);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 3px 10px rgba(139,26,26,0.25);
}
.dw-usp-item:hover .dw-usp-icon {
    background: linear-gradient(135deg, #D4A017, #e6b82d);
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 18px rgba(212,160,23,0.35);
}
.dw-usp-icon .fa {
    color: #D4A017;
    font-size: 14px;
    transition: all 0.4s ease;
}
.dw-usp-item:hover .dw-usp-icon .fa {
    color: #2C1810;
    animation: dw-icon-bounce 0.5s ease;
}
@keyframes dw-icon-bounce {
    0%   { transform: scale(1); }
    30%  { transform: scale(1.3); }
    50%  { transform: scale(0.9); }
    70%  { transform: scale(1.15); }
    100% { transform: scale(1); }
}
/* Shimmer effect on icon */
.dw-usp-icon::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: conic-gradient(from 0deg, transparent 0%, rgba(212,160,23,0.3) 10%, transparent 20%);
    animation: dw-icon-shimmer 3s linear infinite;
    opacity: 0;
    transition: opacity 0.3s;
}
.dw-usp-item:hover .dw-usp-icon::after {
    opacity: 1;
}
@keyframes dw-icon-shimmer {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Pulse ring on hover */
.dw-usp-icon::before {
    content: '';
    position: absolute;
    top: -4px; left: -4px; right: -4px; bottom: -4px;
    border-radius: 50%;
    border: 2px solid #D4A017;
    opacity: 0;
    transition: all 0.3s;
}
.dw-usp-item:hover .dw-usp-icon::before {
    opacity: 1;
    animation: dw-pulse-ring 1.5s ease infinite;
}
@keyframes dw-pulse-ring {
    0%   { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.4); opacity: 0; }
}
.dw-usp-text {
    line-height: 1.3;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}
.dw-usp-item:hover .dw-usp-text {
    transform: translateX(3px);
}
.dw-usp-text strong {
    display: block;
    font-size: 11px;
    color: #8B1A1A;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    transition: color 0.3s;
}
.dw-usp-item:hover .dw-usp-text strong {
    color: #D4A017;
}
.dw-usp-text span {
    font-size: 10px;
    color: #8a7a6a;
    font-family: 'Poppins', sans-serif;
    transition: color 0.3s;
}
.dw-usp-item:hover .dw-usp-text span {
    color: #5A4234;
}

/* Header Right (Search + Actions) */
.dw-header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.dw-search-box {
    position: relative;
    width: 220px;
}
.dw-search-box input {
    width: 100%;
    padding: 9px 40px 9px 16px;
    border: 2px solid #e0d5c7;
    border-radius: 25px;
    background: #fff;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    outline: none;
    transition: all 0.3s;
    color: #3D2B1F;
}
.dw-search-box input::placeholder { color: #b5a898; }
.dw-search-box input:focus {
    border-color: #D4A017;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.12);
}
.dw-search-box button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 34px;
    border: none;
    background: #8B1A1A;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.3s;
}
.dw-search-box button:hover { background: #D4A017; }

/* Action Buttons */
.dw-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dw-header-action-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #2C1810;
    padding: 6px 14px;
    border-radius: 8px;
    transition: all 0.3s;
    position: relative;
}
.dw-header-action-btn:hover {
    background: #F5EDE3;
    color: #8B1A1A;
    text-decoration: none;
}
.dw-header-action-btn .fa {
    font-size: 20px;
    color: #8B1A1A;
    margin-bottom: 2px;
}
.dw-header-action-btn span {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
}
.dw-cart-count {
    position: absolute;
    top: -4px;
    right: 2px;
    background: #F5365C;
    color: #fff;
    font-size: 10px !important;
    font-weight: 700 !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(245,54,92,0.4);
}

/* Hamburger Button */
.dw-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    width: 36px;
    height: 36px;
    position: relative;
}
.dw-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #2C1810;
    margin: 4px auto;
    border-radius: 2px;
    transition: all 0.3s;
}

/* Main Navigation */
.dw-nav {
    background: linear-gradient(135deg, #2C1810 0%, #1a0f0a 100%);
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 4px 25px rgba(0,0,0,0.4);
    border-top: 2px solid #D4A017;
    border-bottom: 1px solid rgba(212,160,23,0.2);
}
.dw-nav ul.dw-main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dw-nav ul.dw-main-menu > li {
    position: relative;
}
/* Gold diamond separator between items */
.dw-nav ul.dw-main-menu > li + li::before {
    content: '\2666';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6px;
    color: rgba(212,160,23,0.35);
}
.dw-nav ul.dw-main-menu > li > a {
    display: block;
    padding: 15px 20px;
    color: #F5EDE3;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.35s ease;
    position: relative;
}
/* Animated underline */
.dw-nav ul.dw-main-menu > li > a::before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D4A017, transparent);
    transition: all 0.4s ease;
    transform: translateX(-50%);
}
/* Top glow line */
.dw-nav ul.dw-main-menu > li > a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #D4A017;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}
.dw-nav ul.dw-main-menu > li:hover > a,
.dw-nav ul.dw-main-menu > li > a:hover {
    color: #D4A017;
    text-shadow: 0 0 8px rgba(212,160,23,0.3);
}
.dw-nav ul.dw-main-menu > li:hover > a::before {
    width: 60%;
}
.dw-nav ul.dw-main-menu > li:hover > a::after {
    width: 100%;
}
/* Home icon special */
.dw-nav ul.dw-main-menu > li > a .fa-home {
    font-size: 14px;
    vertical-align: -1px;
}
/* Dropdown arrow */
.dw-nav ul.dw-main-menu > li > a .fa-angle-down {
    transition: transform 0.3s;
}
.dw-nav ul.dw-main-menu > li:hover > a .fa-angle-down {
    transform: rotate(180deg);
}

/* ---- DROPDOWN MENU ---- */
.dw-nav ul.dw-main-menu > li > ul {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 240px;
    padding: 8px 0;
    box-shadow: 0 12px 35px rgba(0,0,0,0.18), 0 0 0 1px rgba(212,160,23,0.1);
    border-top: 3px solid #D4A017;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.98);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 1000;
}
.dw-nav ul.dw-main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.dw-nav ul.dw-main-menu > li > ul > li {
    opacity: 0;
    transform: translateX(-8px);
    animation: dw-dropdown-item 0.3s ease forwards;
}
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(1) { animation-delay: 0.05s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(2) { animation-delay: 0.1s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(3) { animation-delay: 0.15s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(4) { animation-delay: 0.2s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(5) { animation-delay: 0.25s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(6) { animation-delay: 0.3s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(7) { animation-delay: 0.35s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(8) { animation-delay: 0.4s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(9) { animation-delay: 0.45s; }
.dw-nav ul.dw-main-menu > li:hover > ul > li:nth-child(10) { animation-delay: 0.5s; }
@keyframes dw-dropdown-item {
    to { opacity: 1; transform: translateX(0); }
}
.dw-nav ul.dw-main-menu > li > ul > li > a {
    display: flex;
    align-items: center;
    padding: 10px 22px;
    color: #3D2B1F;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    position: relative;
}
.dw-nav ul.dw-main-menu > li > ul > li > a::before {
    content: '\2022';
    color: #D4A017;
    font-size: 8px;
    margin-right: 10px;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
}
.dw-nav ul.dw-main-menu > li > ul > li > a:hover {
    background: linear-gradient(90deg, #FFF8F0, transparent);
    color: #8B1A1A;
    border-left-color: #D4A017;
    padding-left: 18px;
    font-weight: 600;
}
.dw-nav ul.dw-main-menu > li > ul > li > a:hover::before {
    opacity: 1;
    transform: scale(1);
}
/* Separator line between dropdown items */
.dw-nav ul.dw-main-menu > li > ul > li + li {
    border-top: 1px solid rgba(212,160,23,0.08);
}

/* ============================================================
   HERO BANNER
   ============================================================ */
.dw-hero {
    position: relative;
    overflow: hidden;
}
.dw-hero-slider { position: relative; }
.dw-hero-slide {
    position: relative;
    width: 100%;
    outline: none;
}
.dw-hero-slide > img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}
.dw-hero .dw-hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to right, rgba(44,24,16,0.82) 0%, rgba(44,24,16,0.45) 55%, rgba(44,24,16,0.2) 100%);
    display: flex;
    align-items: center;
}
.dw-hero .dw-hero-content {
    max-width: 560px;
}

/* Badge */
.dw-hero-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 1px solid rgba(212,160,23,0.4);
    padding: 6px 16px;
    border-radius: 2px;
    margin-bottom: 18px;
}

/* Title */
.dw-hero .dw-hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.18;
    margin: 0 0 20px;
}

/* Description */
.dw-hero .dw-hero-content p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 28px;
}

/* Buttons */
.dw-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.dw-hero-btn {
    display: inline-block;
    padding: 13px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    transition: all 0.3s ease;
}
.dw-hero-btn .fa { margin-left: 6px; font-size: 11px; }
.dw-hero-btn-primary {
    background: #D4A017;
    color: #2C1810;
    border: 2px solid #D4A017;
}
.dw-hero-btn-primary:hover {
    background: #e8b52e;
    border-color: #e8b52e;
    color: #2C1810;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,160,23,0.4);
}
.dw-hero-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
}
.dw-hero-btn-outline:hover {
    background: #fff;
    border-color: #fff;
    color: #2C1810;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Slider Arrows */
.dw-hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255,255,255,0.4);
    background: rgba(44,24,16,0.5);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-hero-arrow:hover {
    background: #D4A017;
    border-color: #D4A017;
    color: #2C1810;
}
.dw-hero-prev { left: 25px; }
.dw-hero-next { right: 25px; }

/* Slider Dots */
.dw-hero-slider .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 0; right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}
.dw-hero-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.dw-hero-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.6);
    background: transparent;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}
.dw-hero-slider .slick-dots li.slick-active button {
    background: #D4A017;
    border-color: #D4A017;
    transform: scale(1.2);
}

/* ============================================================
   WELCOME / ABOUT STRIP ON HOME
   ============================================================ */
.dw-welcome {
    padding: 80px 0;
    background: #FFF8F0;
    position: relative;
    overflow: hidden;
}
.dw-welcome-accent-left {
    position: absolute;
    top: -80px; left: -80px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,160,23,0.07) 0%, transparent 70%);
    pointer-events: none;
}
.dw-welcome-accent-right {
    position: absolute;
    bottom: -60px; right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139,26,26,0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* Layout */
.dw-welcome-layout {
    display: flex;
    align-items: center;
    gap: 60px;
}
.dw-welcome-img-col { flex: 0 0 44%; }
.dw-welcome-text-col { flex: 1; }

/* Image Wrapper */
.dw-welcome-img-wrapper {
    position: relative;
}
.dw-welcome-img-frame {
    position: absolute;
    top: -12px; left: -12px;
    right: 30px; bottom: 30px;
    border: 2px solid rgba(212,160,23,0.3);
    border-radius: 12px;
    z-index: 0;
}
.dw-welcome-img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(44,24,16,0.15);
}
.dw-welcome-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.dw-welcome-img:hover img {
    transform: scale(1.05);
}

/* Experience Badge */
.dw-welcome-exp-badge {
    position: absolute;
    bottom: -20px; right: -20px;
    z-index: 3;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #FFF8F0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 8px 25px rgba(139,26,26,0.35);
    border: 3px solid #FFF8F0;
}
.dw-exp-number {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 800;
    color: #D4A017;
    line-height: 1;
}
.dw-exp-text {
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 2px;
    color: rgba(255,248,240,0.85);
}

/* Subtitle */
.dw-welcome-subtitle {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 12px;
}
.dw-welcome-subtitle .fa {
    font-size: 9px;
    margin-right: 8px;
}

/* Heading */
.dw-welcome-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 800;
    color: #2C1810;
    margin: 0 0 15px;
    line-height: 1.2;
}
.dw-welcome-text h2 span {
    color: #8B1A1A;
}

/* Divider */
.dw-welcome-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
}
.dw-welcome-divider span {
    flex: 0 0 35px;
    height: 2px;
    background: linear-gradient(90deg, #D4A017, #C75B39);
    border-radius: 2px;
}
.dw-welcome-divider .fa {
    color: #D4A017;
    font-size: 18px;
}

/* Text */
.dw-welcome-text p {
    font-size: 14px;
    color: #5A4234;
    line-height: 1.85;
    margin-bottom: 18px;
}
.dw-welcome-lead {
    font-size: 17px !important;
    color: #2C1810 !important;
    font-weight: 500;
    line-height: 1.7 !important;
    font-style: italic;
    border-left: 3px solid #D4A017;
    padding-left: 16px;
    margin-bottom: 14px !important;
}

/* Highlights */
.dw-welcome-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
    margin-bottom: 28px;
}
.dw-welcome-hl {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2C1810;
    font-weight: 500;
}
.dw-welcome-hl .fa {
    color: #1A6B5C;
    font-size: 14px;
}

/* Button */
.dw-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 34px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #FFF8F0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.3s;
    border: none;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(139,26,26,0.25);
}
.dw-btn-primary:hover {
    background: linear-gradient(135deg, #D4A017, #C75B39);
    color: #2C1810;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212,160,23,0.35);
}
.dw-btn-primary .fa {
    font-size: 12px;
}

/* ============================================================
   WHY CHOOSE US - STATS STRIP
   ============================================================ */
.dw-stats {
    background: linear-gradient(160deg, #1a0f0a 0%, #2C1810 35%, #3d2215 65%, #2C1810 100%);
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.dw-stats::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4A017, #C75B39, #D4A017, transparent);
}
.dw-stats::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4A017, #C75B39, #D4A017, transparent);
}
.dw-stats-bg-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(212,160,23,0.06) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(199,91,57,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.dw-stats-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    position: relative;
    z-index: 1;
}
.dw-stat-card {
    flex: 1;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    transition: all 0.4s ease;
}
.dw-stat-card:hover {
    transform: translateY(-5px);
}
.dw-stat-card + .dw-stat-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(212,160,23,0.35), transparent);
}

/* Stat Icon */
.dw-stat-icon-wrap {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-stat-icon-wrap .fa {
    font-size: 20px;
    color: #D4A017;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}
.dw-stat-card:hover .dw-stat-icon-wrap .fa {
    color: #fff;
    transform: scale(1.15);
}
.dw-stat-icon-ring {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border-radius: 50%;
    border: 2px solid rgba(212,160,23,0.25);
    transition: all 0.4s ease;
}
.dw-stat-icon-ring::before {
    content: '';
    position: absolute;
    top: 4px; left: 4px; right: 4px; bottom: 4px;
    border-radius: 50%;
    background: rgba(212,160,23,0.08);
    transition: all 0.4s ease;
}
.dw-stat-card:hover .dw-stat-icon-ring {
    border-color: #D4A017;
    transform: rotate(45deg);
}
.dw-stat-card:hover .dw-stat-icon-ring::before {
    background: linear-gradient(135deg, #D4A017, #C75B39);
}

/* Stat Number */
.dw-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 800;
    color: #FFF8F0;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}
.dw-stat-card:hover .dw-stat-number {
    color: #D4A017;
}

/* Stat Label */
.dw-stat-label {
    color: rgba(245,237,227,0.55);
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
.dw-stat-card:hover .dw-stat-label {
    color: rgba(245,237,227,0.85);
}

/* Stat Bottom Line */
.dw-stat-line {
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #D4A017, #C75B39);
    margin: 10px auto 0;
    border-radius: 2px;
    transition: width 0.4s ease;
}
.dw-stat-card:hover .dw-stat-line {
    width: 50px;
}

/* ============================================================
   TRENDING / CATEGORY SECTIONS
   ============================================================ */
.dw-trending {
    padding: 80px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.dw-trending-bg-accent {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse at 0% 0%, rgba(139,26,26,0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 100% 100%, rgba(212,160,23,0.04) 0%, transparent 50%);
    pointer-events: none;
}

/* Trending Header */
.dw-trending-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}
.dw-trending-header-left {
    max-width: 520px;
}
.dw-trending-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #C75B39;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 10px;
    background: rgba(199,91,57,0.08);
    padding: 6px 16px;
    border-radius: 20px;
}
.dw-trending-badge .fa {
    margin-right: 6px;
    font-size: 12px;
    color: #C75B39;
}
.dw-trending-header-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 800;
    color: #2C1810;
    margin: 0 0 10px;
    line-height: 1.15;
}
.dw-trending-header-left h2 span {
    color: #8B1A1A;
    font-style: italic;
}
.dw-trending-header-left p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #7a6a5a;
    margin: 0;
    line-height: 1.6;
}
.dw-trending-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #8B1A1A;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 12px 28px;
    border: 2px solid #8B1A1A;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.dw-trending-viewall:hover {
    background: #8B1A1A;
    color: #FFF8F0;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139,26,26,0.25);
}
.dw-trending-viewall .fa {
    transition: transform 0.3s;
}
.dw-trending-viewall:hover .fa {
    transform: translateX(4px);
}

/* Trending Cards */
.dw-trending-slider {
    position: relative;
    z-index: 1;
}
.dw-trending-slider .slick-slide {
    padding: 0 12px;
}
.dw-trending-slider .slick-list {
    margin: 0 -12px;
}
.dw-trend-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(44,24,16,0.08);
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid rgba(44,24,16,0.06);
}
.dw-trend-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(44,24,16,0.16);
    border-color: rgba(212,160,23,0.2);
}

/* Card Image */
.dw-trend-card-img {
    position: relative;
    overflow: hidden;
    height: 300px;
}
.dw-trend-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.dw-trend-card:hover .dw-trend-card-img img {
    transform: scale(1.1);
}

/* Category Badge on Image */
.dw-trend-card-badge {
    position: absolute;
    top: 15px; left: 15px;
    z-index: 3;
    background: rgba(44,24,16,0.75);
    color: #D4A017;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 5px 14px;
    border-radius: 20px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212,160,23,0.2);
}

/* Hover Overlay */
.dw-trend-card-hover {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(44,24,16,0.85) 0%, rgba(44,24,16,0.3) 40%, rgba(44,24,16,0.1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.dw-trend-card:hover .dw-trend-card-hover {
    opacity: 1;
}
.dw-trend-card-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(212,160,23,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    transition: transform 0.4s ease 0.1s;
}
.dw-trend-card:hover .dw-trend-card-icon {
    transform: scale(1);
}
.dw-trend-card-icon .fa {
    color: #2C1810;
    font-size: 20px;
}
.dw-trend-card-hover span {
    color: #FFF8F0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(15px);
    opacity: 0;
    transition: all 0.4s ease 0.15s;
}
.dw-trend-card:hover .dw-trend-card-hover span {
    transform: translateY(0);
    opacity: 1;
}

/* Card Info */
.dw-trend-card-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #F5EDE3;
}
.dw-trend-card-info h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #2C1810;
}
.dw-trend-card-info h4 a {
    color: #2C1810;
    text-decoration: none;
    transition: color 0.3s;
}
.dw-trend-card-info h4 a:hover {
    color: #8B1A1A;
}
.dw-trend-explore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    background: rgba(212,160,23,0.08);
    border-radius: 20px;
    transition: all 0.3s;
    white-space: nowrap;
}
.dw-trend-explore:hover {
    background: #D4A017;
    color: #2C1810;
    text-decoration: none;
}
.dw-trend-explore .fa {
    font-size: 10px;
    transition: transform 0.3s;
}
.dw-trend-explore:hover .fa {
    transform: translateX(3px);
}

/* Trending Slider Arrows */
.dw-trending-slider .slick-prev,
.dw-trending-slider .slick-next {
    display: none !important;
}
.dw-trend-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(44,24,16,0.15);
    background: #fff;
    color: #2C1810;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.dw-trend-arrow:hover {
    background: #8B1A1A;
    border-color: #8B1A1A;
    color: #fff;
    box-shadow: 0 6px 20px rgba(139,26,26,0.25);
}
.dw-trend-arrow-prev { left: -24px; }
.dw-trend-arrow-next { right: -24px; }

/* Trending Slider Dots */
.dw-trending-slider .slick-dots {
    text-align: center;
    padding: 0;
    margin: 35px 0 0;
    list-style: none;
}
.dw-trending-slider .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}
.dw-trending-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(44,24,16,0.2);
    background: transparent;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}
.dw-trending-slider .slick-dots li.slick-active button {
    background: #8B1A1A;
    border-color: #8B1A1A;
    width: 28px;
    border-radius: 10px;
}

/* ============================================================
   OUR COLLECTIONS SECTION
   ============================================================ */
.dw-collections {
    padding: 80px 0;
    background: linear-gradient(180deg, #F5EDE3 0%, #ede3d5 100%);
    position: relative;
    overflow: hidden;
}
.dw-collections-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M30 0L60 30L30 60L0 30Z" fill="none" stroke="%232C1810" stroke-width="0.3" opacity="0.04"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}

/* Section Header */
.dw-collections-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.dw-collections-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #8B1A1A;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-bottom: 12px;
    background: rgba(139,26,26,0.07);
    padding: 6px 18px;
    border-radius: 20px;
}
.dw-collections-badge .fa {
    margin-right: 6px;
    font-size: 11px;
}
.dw-collections-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 800;
    color: #2C1810;
    margin: 0 0 12px;
}
.dw-collections-header h2 span {
    color: #8B1A1A;
    font-style: italic;
}
.dw-collections-header p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #7a6a5a;
    max-width: 560px;
    margin: 0 auto 18px;
    line-height: 1.7;
}
.dw-collections-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.dw-collections-divider span {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #D4A017, #C75B39);
    border-radius: 2px;
}
.dw-collections-divider .fa {
    color: #D4A017;
    font-size: 10px;
}

/* Collections Grid - Masonry-like */
.dw-collections-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}
.dw-collect-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.dw-collect-item.dw-collect-wide {
    grid-column: span 2;
}
.dw-collect-link {
    display: block;
    position: relative;
    height: 320px;
    text-decoration: none;
}
.dw-collect-item.dw-collect-wide .dw-collect-link {
    height: 320px;
}

/* Image */
.dw-collect-img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
}
.dw-collect-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.dw-collect-item:hover .dw-collect-img img {
    transform: scale(1.1);
}

/* Overlay */
.dw-collect-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(44,24,16,0.9) 0%, rgba(44,24,16,0.3) 50%, rgba(44,24,16,0.05) 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    transition: background 0.4s ease;
}
.dw-collect-item:hover .dw-collect-overlay {
    background: linear-gradient(to top, rgba(44,24,16,0.95) 0%, rgba(44,24,16,0.5) 50%, rgba(44,24,16,0.2) 100%);
}

/* Content */
.dw-collect-content {
    transform: translateY(10px);
    transition: transform 0.4s ease;
}
.dw-collect-item:hover .dw-collect-content {
    transform: translateY(0);
}
.dw-collect-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 9px;
    font-weight: 700;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.4s ease 0.05s;
}
.dw-collect-item:hover .dw-collect-tag {
    opacity: 1;
    transform: translateY(0);
}
.dw-collect-content h4 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFF8F0;
    margin: 0 0 10px;
    line-height: 1.2;
}
.dw-collect-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #2C1810;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #D4A017;
    padding: 8px 20px;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease 0.1s;
}
.dw-collect-item:hover .dw-collect-btn {
    opacity: 1;
    transform: translateY(0);
}
.dw-collect-btn .fa {
    font-size: 10px;
    transition: transform 0.3s;
}
.dw-collect-item:hover .dw-collect-btn .fa {
    transform: translateX(3px);
}

/* Border Effect */
.dw-collect-border-effect {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 3;
    border: 3px solid transparent;
    border-radius: 12px;
    transition: border-color 0.4s ease;
    pointer-events: none;
}
.dw-collect-item:hover .dw-collect-border-effect {
    border-color: rgba(212,160,23,0.5);
}

/* View All Button */
.dw-collections-viewall {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #FFF8F0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 40px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139,26,26,0.25);
    position: relative;
    z-index: 1;
}
.dw-collections-viewall:hover {
    background: linear-gradient(135deg, #D4A017, #C75B39);
    color: #2C1810;
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212,160,23,0.35);
}
.dw-collections-viewall .fa {
    font-size: 14px;
}

/* Product / Category Cards (Our Collections) */
.dw-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(44,24,16,0.08);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.col-md-4.col-sm-6 {
    display: flex;
    margin-bottom: 0;
}
.dw-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(44,24,16,0.15);
}
.dw-card-img {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.dw-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dw-card:hover .dw-card-img img {
    transform: scale(1.08);
}
.dw-card-img::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(44,24,16,0.6), transparent);
    opacity: 0;
    transition: opacity 0.4s;
}
.dw-card:hover .dw-card-img::after { opacity: 1; }

.dw-card-overlay {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 20px;
    z-index: 2;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s;
}
.dw-card:hover .dw-card-overlay {
    transform: translateY(0);
    opacity: 1;
}
.dw-card-overlay .dw-btn-small {
    display: inline-block;
    padding: 8px 20px;
    background: #D4A017;
    color: #2C1810;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s;
}
.dw-card-overlay .dw-btn-small:hover {
    background: #fff;
    text-decoration: none;
}

.dw-card-body {
    padding: 20px;
    text-align: center;
    border-top: 3px solid #D4A017;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.dw-card-body h4 {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #2C1810;
    line-height: 1.3;
}
.dw-card-body h4 a {
    color: #2C1810;
    text-decoration: none;
}
.dw-card-body h4 a:hover { color: #8B1A1A; }
.dw-card-body .dw-product-code {
    font-size: 12px;
    color: #8B1A1A;
    font-weight: 600;
    letter-spacing: 1px;
}
.dw-card-body br { display: none; }
.dw-card-body .dw-btn-enquiry {
    display: inline-block;
    margin-top: auto;
    padding: 8px 24px;
    padding-top: 12px;
    background: #8B1A1A;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid #8B1A1A;
    transition: all 0.3s;
    cursor: pointer;
}
.dw-card-body .dw-btn-enquiry:hover {
    background: transparent;
    color: #8B1A1A;
    text-decoration: none;
}

/* ============================================================
   CRAFTSMANSHIP BANNER (Between sections)
   ============================================================ */
/* CTA Banner */
.dw-craft-banner {
    background: linear-gradient(135deg, #2C1810 0%, #4a2a1a 40%, #8B1A1A 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.dw-craft-banner::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><path d="M40 0L80 40L40 80L0 40Z" fill="none" stroke="%23D4A017" stroke-width="0.4" opacity="0.12"/></svg>');
    background-size: 80px 80px;
}
.dw-craft-banner::after {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,160,23,0.08) 0%, transparent 70%);
}
.dw-cta-particles {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(circle at 15% 85%, rgba(212,160,23,0.15) 0%, transparent 40%),
        radial-gradient(circle at 85% 20%, rgba(139,26,26,0.2) 0%, transparent 40%);
    pointer-events: none;
}
.dw-cta-inner {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 2;
}
.dw-cta-left {
    flex: 1.2;
}
.dw-cta-right {
    flex: 0.8;
}

/* CTA Badge */
.dw-cta-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 8px 20px;
    border: 1px solid rgba(212,160,23,0.35);
    border-radius: 30px;
    margin-bottom: 22px;
    background: rgba(212,160,23,0.08);
}
.dw-cta-badge .fa {
    margin-right: 8px;
    font-size: 10px;
}

/* CTA Heading */
.dw-craft-banner h2 {
    color: #FFF8F0;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 18px;
}
.dw-craft-banner h2 span {
    color: #D4A017;
    font-style: italic;
}

/* CTA Description */
.dw-craft-banner p {
    color: rgba(245,237,227,0.8);
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 480px;
}

/* CTA Buttons */
.dw-cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.dw-cta-btn-gold {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #D4A017, #e8b52e);
    color: #2C1810;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212,160,23,0.3);
}
.dw-cta-btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(212,160,23,0.45);
    background: linear-gradient(135deg, #e8b52e, #D4A017);
    color: #2C1810;
    text-decoration: none;
}
.dw-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: transparent;
    color: #FFF8F0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    border: 2px solid rgba(255,248,240,0.3);
    transition: all 0.3s ease;
}
.dw-cta-btn-outline:hover {
    border-color: #D4A017;
    color: #D4A017;
    text-decoration: none;
    transform: translateY(-3px);
}
.dw-cta-btn-gold .fa,
.dw-cta-btn-outline .fa {
    font-size: 13px;
}

/* CTA Features */
.dw-cta-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.dw-cta-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    border: 1px solid rgba(212,160,23,0.12);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.dw-cta-feature:hover {
    background: rgba(212,160,23,0.1);
    border-color: rgba(212,160,23,0.3);
    transform: translateY(-3px);
}
.dw-cta-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212,160,23,0.2), rgba(212,160,23,0.05));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dw-cta-feature-icon .fa {
    font-size: 20px;
    color: #D4A017;
}
.dw-cta-feature strong {
    display: block;
    color: #FFF8F0;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}
.dw-cta-feature span {
    color: rgba(245,237,227,0.55);
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.dw-breadcrumb {
    background: linear-gradient(135deg, #2C1810 0%, #3D2B1F 50%, #2C1810 100%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.dw-breadcrumb::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4A017, #C75B39, #D4A017, transparent);
}
.dw-breadcrumb-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M30 0L60 30L30 60L0 30Z" fill="none" stroke="%23D4A017" stroke-width="0.3" opacity="0.06"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
}
.dw-breadcrumb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.dw-breadcrumb h2 {
    font-family: 'Playfair Display', serif;
    color: #FFF8F0;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 10px;
}
.dw-breadcrumb-trail {
    display: flex;
    align-items: center;
    gap: 0;
}
.dw-breadcrumb-trail a {
    color: #D4A017;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s;
}
.dw-breadcrumb-trail a:hover { color: #FFF8F0; }
.dw-breadcrumb-trail a .fa { margin-right: 5px; font-size: 12px; }
.dw-bc-sep {
    margin: 0 10px;
    color: rgba(212,160,23,0.5);
    font-size: 12px;
}
.dw-bc-current {
    color: rgba(245,237,227,0.7);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
.dw-breadcrumb-count {
    text-align: center;
    background: rgba(212,160,23,0.1);
    border: 1px solid rgba(212,160,23,0.2);
    border-radius: 12px;
    padding: 12px 25px;
}
.dw-bc-count-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 800;
    color: #D4A017;
    line-height: 1;
}
.dw-bc-count-label {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(245,237,227,0.6);
}

/* ============================================================
   PRODUCTS SECTION (Category Page)
   ============================================================ */
.dw-products-section {
    padding: 60px 0;
    background: #FFF8F0;
    position: relative;
}

/* Products Header */
.dw-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(44,24,16,0.08);
}
.dw-products-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #8B1A1A;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    background: rgba(139,26,26,0.06);
    padding: 5px 14px;
    border-radius: 20px;
}
.dw-products-badge .fa {
    margin-right: 5px;
    font-size: 10px;
}
.dw-products-header-left h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 800;
    color: #2C1810;
    margin: 0;
}
.dw-products-header-left h2 span {
    color: #8B1A1A;
    font-style: italic;
}
.dw-products-showing {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #7a6a5a;
    font-weight: 500;
}

/* Products Grid */
.dw-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Product Card */
.dw-prod-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(44,24,16,0.06);
    transition: all 0.4s ease;
    border: 1px solid rgba(44,24,16,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.dw-prod-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(44,24,16,0.14);
    border-color: rgba(212,160,23,0.2);
}

/* Card Image */
.dw-prod-card-link { text-decoration: none; }
.dw-prod-card-img {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.dw-prod-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.dw-prod-card:hover .dw-prod-card-img img {
    transform: scale(1.1);
}

/* Hover Overlay */
.dw-prod-card-hover {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(44,24,16,0.8) 0%, rgba(44,24,16,0.2) 50%, rgba(44,24,16,0.05) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.dw-prod-card:hover .dw-prod-card-hover {
    opacity: 1;
}
.dw-prod-card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(212,160,23,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.5);
    transition: transform 0.4s ease 0.1s;
}
.dw-prod-card:hover .dw-prod-card-icon {
    transform: scale(1);
}
.dw-prod-card-icon .fa {
    color: #2C1810;
    font-size: 18px;
}
.dw-prod-card-hover > span {
    color: #FFF8F0;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.4s ease 0.15s;
}
.dw-prod-card:hover .dw-prod-card-hover > span {
    transform: translateY(0);
    opacity: 1;
}

/* Card Body */
.dw-prod-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-top: 2px solid #F5EDE3;
}
.dw-prod-code {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    display: block;
}
.dw-prod-card-body h4 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    color: #2C1810;
    margin: 0 0 15px;
    line-height: 1.3;
    flex: 1;
}
.dw-prod-card-body h4 a {
    color: #2C1810;
    text-decoration: none;
    transition: color 0.3s;
}
.dw-prod-card-body h4 a:hover { color: #8B1A1A; }

/* Card Actions */
.dw-prod-card-actions {
    display: flex;
    gap: 8px;
}
.dw-prod-view {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
    color: #8B1A1A;
    border: 1.5px solid #8B1A1A;
    background: transparent;
}
.dw-prod-view:hover {
    background: #8B1A1A;
    color: #FFF8F0;
    text-decoration: none;
}
.dw-prod-cart {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
    color: #2C1810;
    background: #D4A017;
    border: 1.5px solid #D4A017;
    cursor: pointer;
}
.dw-prod-cart:hover {
    background: #e8b52e;
    border-color: #e8b52e;
    text-decoration: none;
    color: #2C1810;
}
.dw-prod-cart .fa { font-size: 12px; }

/* Pagination */
.dw-pagination-wrap {
    margin-top: 40px;
    text-align: center;
}
.pagination {
    display: inline-flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    background: #fff;
    color: #2C1810;
    border: 1.5px solid rgba(44,24,16,0.12);
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}
.pagination li a:hover {
    background: #8B1A1A;
    color: #fff;
    border-color: #8B1A1A;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139,26,26,0.2);
}
.pagination li.active a,
.pagination li.active span,
.pagination li a.current {
    background: #8B1A1A;
    color: #fff;
    border-color: #8B1A1A;
    box-shadow: 0 4px 12px rgba(139,26,26,0.2);
}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.dw-product-detail {
    padding: 60px 0;
    background: #FFF8F0;
}
.dw-pd-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
.dw-pd-gallery-col { flex: 0 0 55%; }
.dw-pd-info-col { flex: 1; }

/* Gallery */
.dw-pd-gallery {
    position: relative;
}
.dw-pd-main-img {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(44,24,16,0.1);
    background: #fff;
    position: relative;
    cursor: crosshair;
}
.dw-pd-main-img img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    display: block;
    background: #fff;
    transition: transform 0.3s ease;
}
.dw-pd-main-img.zooming img {
    transform: scale(2);
    transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
}

/* Thumbnails */
.dw-pd-thumbs {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.dw-pd-thumb {
    width: 80px;
    height: 75px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.dw-pd-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.dw-pd-thumb:hover,
.dw-pd-thumb.active {
    border-color: #D4A017;
    box-shadow: 0 4px 12px rgba(212,160,23,0.25);
}

/* Zoom Hint & Lightbox */
.dw-zoom-hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(44,24,16,0.75);
    color: #fff;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 20px;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s;
    z-index: 2;
    white-space: nowrap;
}
.dw-pd-main-img.zooming .dw-zoom-hint {
    opacity: 0;
}
.dw-zoom-lens {
    display: none;
}

/* Lightbox */
.dw-lightbox {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.92);
    z-index: 99999;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}
.dw-lightbox.active {
    display: flex;
}
.dw-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
    animation: dwLbFadeIn 0.3s ease;
}
@keyframes dwLbFadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
.dw-lightbox-close {
    position: absolute;
    top: 20px; right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    transition: transform 0.2s;
}
.dw-lightbox-close:hover {
    transform: scale(1.2);
    color: #D4A017;
}
.dw-lightbox-nav {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}
.dw-lb-prev, .dw-lb-next {
    width: 50px; height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-lb-prev:hover, .dw-lb-next:hover {
    background: #D4A017;
    border-color: #D4A017;
    color: #2C1810;
}

/* Product Info */
.dw-pd-info {
    position: sticky;
    top: 100px;
}
.dw-pd-code {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #D4A017;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: rgba(212,160,23,0.08);
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 14px;
    border: 1px solid rgba(212,160,23,0.15);
}
.dw-pd-code .fa {
    margin-right: 5px;
    font-size: 11px;
}
.dw-pd-info h1 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 800;
    color: #2C1810;
    margin: 0 0 15px;
    line-height: 1.25;
}

/* Divider */
.dw-pd-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.dw-pd-divider span {
    flex: 0 0 30px;
    height: 2px;
    background: linear-gradient(90deg, #D4A017, #C75B39);
    border-radius: 2px;
}
.dw-pd-divider .fa {
    color: #D4A017;
    font-size: 8px;
}

/* Description */
.dw-pd-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #5A4234;
    line-height: 1.85;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(44,24,16,0.08);
}
.dw-pd-desc p { margin-bottom: 10px; }
.dw-pd-desc strong { color: #2C1810; }

/* Highlights */
.dw-pd-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 25px;
}
.dw-pd-hl {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #2C1810;
    font-weight: 500;
}
.dw-pd-hl .fa {
    color: #1A6B5C;
    font-size: 13px;
}

/* Action Buttons */
.dw-pd-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.dw-pd-btn-enquiry {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #FFF8F0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(139,26,26,0.25);
}
.dw-pd-btn-enquiry:hover {
    background: linear-gradient(135deg, #a52020, #8B1A1A);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139,26,26,0.35);
    color: #FFF8F0;
    text-decoration: none;
}
.dw-pd-btn-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: linear-gradient(135deg, #D4A017, #e8b52e);
    color: #2C1810;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(212,160,23,0.25);
}
.dw-pd-btn-cart:hover {
    background: linear-gradient(135deg, #e8b52e, #D4A017);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212,160,23,0.4);
    color: #2C1810;
    text-decoration: none;
}
.dw-pd-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
}
.dw-pd-btn-whatsapp:hover {
    background: #1fb855;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.35);
    color: #fff;
    text-decoration: none;
}
.dw-pd-btn-whatsapp .fa { font-size: 15px; }

/* Trust Badges */
.dw-pd-trust {
    display: flex;
    gap: 20px;
    padding: 18px 20px;
    background: rgba(245,237,227,0.6);
    border-radius: 10px;
    border: 1px solid rgba(44,24,16,0.05);
}
.dw-pd-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #5A4234;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dw-pd-trust-item .fa {
    font-size: 16px;
    color: #D4A017;
}

/* Similar Products */
.dw-similar {
    padding: 60px 0;
    background: #F5EDE3;
}
.dw-similar-header {
    margin-bottom: 35px;
}
.dw-similar-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #C75B39;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
    background: rgba(199,91,57,0.08);
    padding: 5px 14px;
    border-radius: 20px;
}
.dw-similar-badge .fa { margin-right: 5px; font-size: 11px; }
.dw-similar-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 800;
    color: #2C1810;
    margin: 0;
}
.dw-similar-header h2 span {
    color: #8B1A1A;
    font-style: italic;
}
.dw-similar-slider .slick-slide { padding: 0 10px; }
.dw-similar-slider .slick-list { margin: 0 -10px; }

/* ============================================================
   ABOUT US PAGE
   ============================================================ */

/* -- Shared Tags & Lines -- */
.dw-section-tag {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #D4A017;
    margin-bottom: 10px;
}
.dw-section-tag i { margin-right: 6px; font-size: 10px; }
.dw-section-tag-light { color: #FFF8F0; }
.dw-gold-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #D4A017, #C75B39);
    border-radius: 3px;
    margin: 16px 0 20px;
}

/* ====== ABOUT INTRO ====== */
.dw-abt-intro {
    padding: 65px 0;
    background: #fff;
}
.dw-abt-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 55px;
    align-items: center;
}
.dw-abt-intro-img-wrap {
    position: relative;
}
.dw-abt-intro-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(44,24,16,0.14);
    position: relative;
    z-index: 2;
}
.dw-abt-intro-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}
.dw-abt-intro-badge {
    position: absolute;
    bottom: -18px;
    right: -18px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 8px 25px rgba(139,26,26,0.35);
    border: 3px solid #fff;
}
.dw-abt-intro-badge-num {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: #D4A017;
    line-height: 1;
}
.dw-abt-intro-badge-num sup { font-size: 16px; }
.dw-abt-intro-badge-txt {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    text-align: center;
    line-height: 1.2;
}
.dw-abt-intro-frame {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 100px;
    height: 100px;
    border-top: 3px solid #D4A017;
    border-left: 3px solid #D4A017;
    border-radius: 16px 0 0 0;
    z-index: 1;
    opacity: 0.5;
}
.dw-abt-intro-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #2C1810;
    margin: 0;
    line-height: 1.3;
}
.dw-abt-intro-text h2 span { color: #8B1A1A; }
.dw-abt-intro-text p {
    font-size: 14.5px;
    color: #5A4234;
    line-height: 1.85;
    margin-bottom: 14px;
}
.dw-abt-intro-text strong { color: #8B1A1A; }
.dw-abt-intro-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}
.dw-abt-intro-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #FFF8F0;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12.5px;
    font-weight: 600;
    color: #2C1810;
    border: 1px solid #F5EDE3;
    transition: all 0.3s;
}
.dw-abt-intro-chips span:hover {
    border-color: #D4A017;
    background: #fff;
}
.dw-abt-intro-chips span i {
    color: #8B1A1A;
    font-size: 14px;
}

/* ====== STATS BAND ====== */
.dw-abt-stats-band {
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    padding: 0;
}
.dw-abt-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.dw-abt-sband-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 28px 24px;
    border-right: 1px solid rgba(255,255,255,0.12);
    transition: background 0.3s;
}
.dw-abt-sband-item:last-child { border-right: none; }
.dw-abt-sband-item:hover { background: rgba(255,255,255,0.06); }
.dw-abt-sband-item > i {
    font-size: 28px;
    color: #D4A017;
    width: 36px;
    text-align: center;
}
.dw-abt-sband-item strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #fff;
    line-height: 1;
}
.dw-abt-sband-item span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,248,240,0.65);
    margin-top: 3px;
}

/* ====== STRENGTH SECTION ====== */
.dw-abt-strength {
    padding: 65px 0;
    background: #FFF8F0;
}
.dw-abt-strength-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: start;
}
.dw-abt-strength-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #2C1810;
    margin: 0;
    line-height: 1.3;
}
.dw-abt-strength-text h2 span { color: #8B1A1A; }
.dw-abt-strength-text p {
    font-size: 14.5px;
    color: #5A4234;
    line-height: 1.85;
    margin-bottom: 14px;
}
.dw-abt-strength-text strong { color: #8B1A1A; }
.dw-abt-strength-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.dw-abt-sc {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #fff;
    padding: 20px 16px;
    border-radius: 12px;
    border: 1px solid #ebe0d2;
    transition: all 0.3s;
}
.dw-abt-sc:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44,24,16,0.08);
    border-color: #D4A017;
}
.dw-abt-sc-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #8B1A1A, #C75B39);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-abt-sc-icon i {
    font-size: 18px;
    color: #fff;
}
.dw-abt-sc h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 3px;
}
.dw-abt-sc p {
    font-size: 12px;
    color: #8B7355;
    line-height: 1.4;
    margin: 0;
}

/* ====== EXPERTISE STRIP ====== */
.dw-abt-exp-strip {
    padding: 55px 0;
    background: linear-gradient(135deg, #2C1810 0%, #1a0f0a 100%);
}
.dw-abt-exp-strip-header {
    text-align: center;
    margin-bottom: 35px;
}
.dw-abt-exp-strip-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    color: #FFF8F0;
    margin: 0;
}
.dw-abt-exp-strip-header h2 span { color: #D4A017; }
.dw-abt-exp-row {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}
.dw-abt-exp-item {
    text-align: center;
    padding: 22px 8px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s;
}
.dw-abt-exp-item:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
    border-color: rgba(212,160,23,0.3);
}
.dw-abt-exp-ico {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(212,160,23,0.2), rgba(199,91,57,0.2));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 1px solid rgba(212,160,23,0.25);
}
.dw-abt-exp-ico i {
    font-size: 18px;
    color: #D4A017;
}
.dw-abt-exp-item span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255,248,240,0.7);
}

/* ====== WHY CHOOSE US ====== */
.dw-abt-why {
    padding: 65px 0;
    background: #fff;
}
.dw-abt-why-header {
    text-align: center;
    margin-bottom: 40px;
}
.dw-abt-why-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #2C1810;
    margin: 0;
}
.dw-abt-why-header h2 span { color: #8B1A1A; }
.dw-abt-why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.dw-abt-wc {
    position: relative;
    background: #FFF8F0;
    border: 1px solid #F5EDE3;
    border-radius: 14px;
    padding: 30px 22px 26px;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
}
.dw-abt-wc:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(44,24,16,0.1);
    border-color: #D4A017;
}
.dw-abt-wc-num {
    position: absolute;
    top: 10px;
    right: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: rgba(139,26,26,0.06);
    line-height: 1;
}
.dw-abt-wc-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1A1A, #C75B39);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.dw-abt-wc-icon i { font-size: 20px; color: #fff; }
.dw-abt-wc h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 8px;
}
.dw-abt-wc p {
    font-size: 13px;
    color: #5A4234;
    line-height: 1.6;
    margin: 0;
}

/* ====== ABOUT CTA ====== */
.dw-abt-cta {
    padding: 55px 0;
    background: linear-gradient(135deg, #FFF8F0, #F5EDE3);
}
.dw-abt-cta-inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.dw-abt-cta-inner h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #2C1810;
    margin: 0 0 10px;
}
.dw-abt-cta-inner p {
    font-size: 14.5px;
    color: #5A4234;
    line-height: 1.7;
    margin-bottom: 22px;
}
.dw-abt-cta-btns {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.dw-abt-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.dw-abt-cta-btn:hover {
    background: linear-gradient(135deg, #6B1414, #4a0e0e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139,26,26,0.3);
    color: #fff;
    text-decoration: none;
}
.dw-abt-cta-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #25D366;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.dw-abt-cta-wa:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,211,102,0.3);
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   CONTACT US PAGE
   ============================================================ */

/* -- Section -- */
.dw-cnt-section {
    padding: 60px 0 70px;
    background: #fff;
}
.dw-cnt-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 45px;
}
.dw-cnt-badge {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D4A017;
    margin-bottom: 12px;
}
.dw-cnt-badge i { margin-right: 6px; }
.dw-cnt-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #2C1810;
    margin: 0 0 14px;
}
.dw-cnt-header h2 span { color: #8B1A1A; }
.dw-cnt-header p {
    font-size: 15px;
    color: #5A4234;
    line-height: 1.7;
}

/* -- Contact Cards Row -- */
.dw-cnt-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 45px;
}
.dw-cnt-card {
    background: #FFF8F0;
    border: 1px solid #F5EDE3;
    border-radius: 14px;
    padding: 28px 22px;
    text-align: center;
    transition: all 0.3s;
}
.dw-cnt-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(44,24,16,0.1);
    border-color: #D4A017;
}
.dw-cnt-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B1A1A, #C75B39);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.dw-cnt-card-icon i {
    font-size: 22px;
    color: #fff;
}
.dw-cnt-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 8px;
}
.dw-cnt-card p {
    font-size: 13px;
    color: #5A4234;
    line-height: 1.7;
    margin: 0;
}
.dw-cnt-card a {
    color: #8B1A1A;
    text-decoration: none;
    font-weight: 500;
}
.dw-cnt-card a:hover { color: #D4A017; }

/* -- Map + Connect Grid -- */
.dw-cnt-main {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 30px;
    align-items: start;
}
.dw-cnt-map-wrap {
    background: #FFF8F0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #F5EDE3;
    box-shadow: 0 10px 40px rgba(44,24,16,0.06);
}
.dw-cnt-map-label {
    padding: 14px 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2C1810;
    border-bottom: 1px solid #F5EDE3;
}
.dw-cnt-map-label i { color: #8B1A1A; margin-right: 8px; }
.dw-cnt-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

/* -- Quick Connect Sidebar -- */
.dw-cnt-connect {
    background: linear-gradient(135deg, #2C1810 0%, #1a0f0a 100%);
    border-radius: 16px;
    padding: 30px 25px;
    color: #FFF8F0;
}
.dw-cnt-connect h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #FFF8F0;
    margin: 0 0 8px;
}
.dw-cnt-connect h3 i { color: #D4A017; margin-right: 8px; font-size: 18px; }
.dw-cnt-connect > p {
    font-size: 13px;
    color: rgba(255,248,240,0.6);
    line-height: 1.6;
    margin-bottom: 22px;
}

.dw-cnt-quick-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}
.dw-cnt-quick-btn:hover {
    background: rgba(255,255,255,0.12);
    transform: translateX(4px);
    text-decoration: none;
}
.dw-cnt-quick-btn > i:first-child {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.dw-cnt-wa > i:first-child { background: #25D366; color: #fff; }
.dw-cnt-email > i:first-child { background: #D4A017; color: #2C1810; }
.dw-cnt-call > i:first-child { background: #8B1A1A; color: #fff; }
.dw-cnt-enq > i:first-child { background: #1A6B5C; color: #fff; }
.dw-cnt-quick-btn div { flex: 1; }
.dw-cnt-quick-btn strong {
    display: block;
    font-size: 14px;
    color: #FFF8F0;
    font-weight: 600;
}
.dw-cnt-quick-btn span {
    font-size: 11px;
    color: rgba(255,248,240,0.5);
}
.dw-cnt-quick-btn > i:last-child {
    color: rgba(255,248,240,0.3);
    font-size: 18px;
}

.dw-cnt-social {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}
.dw-cnt-social > span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,248,240,0.5);
    margin-bottom: 12px;
}
.dw-cnt-social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.dw-cnt-social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF8F0;
    font-family: FontAwesome;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}
.dw-cnt-social-icons a:nth-child(1):hover { background: #1877F2; border-color: #1877F2; color: #fff; }
.dw-cnt-social-icons a:nth-child(2):hover { background: #E4405F; border-color: #E4405F; color: #fff; }
.dw-cnt-social-icons a:nth-child(3):hover { background: #1DA1F2; border-color: #1DA1F2; color: #fff; }
.dw-cnt-social-icons a:nth-child(4):hover { background: #25D366; border-color: #25D366; color: #fff; }

/* ============================================================
   ENQUIRY PAGE
   ============================================================ */
.dw-enq-section {
    padding: 60px 0;
    background: #FFF8F0;
}
.dw-enq-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px;
    align-items: start;
}

/* -- Form Column -- */
.dw-enq-form-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 35px 35px 30px;
    box-shadow: 0 10px 40px rgba(44,24,16,0.06);
    border: 1px solid #F5EDE3;
}
.dw-enq-form-header {
    margin-bottom: 28px;
}
.dw-enq-form-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #2C1810;
    margin: 0 0 8px;
}
.dw-enq-form-header h2 span { color: #8B1A1A; }
.dw-enq-form-header p {
    font-size: 14px;
    color: #5A4234;
    margin: 0;
}

/* Alert */
.dw-enq-alert {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 500;
}
.dw-enq-alert-success {
    background: #e8f5e9;
    color: #1A6B5C;
    border: 1px solid #a5d6a7;
}
.dw-enq-alert-success i { font-size: 18px; }

/* Form Fields */
.dw-enq-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}
.dw-enq-row-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.dw-enq-field-full {
    grid-column: span 2;
}
.dw-enq-row-3 .dw-enq-field-full {
    grid-column: span 3;
}
.dw-enq-field label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2C1810;
    margin-bottom: 6px;
}
.dw-enq-field label i {
    color: #8B1A1A;
    margin-right: 4px;
    font-size: 12px;
}
.dw-enq-input {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e0d5c7;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2C1810;
    background: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}
.dw-enq-input:focus {
    border-color: #D4A017;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.12);
    outline: none;
}
.dw-enq-input-error {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229,57,53,0.1) !important;
}
.dw-enq-textarea {
    width: 100%;
    min-height: 110px;
    padding: 12px 14px;
    border: 1px solid #e0d5c7;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2C1810;
    resize: vertical;
    background: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}
.dw-enq-textarea:focus {
    border-color: #D4A017;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.12);
    outline: none;
}
.dw-enq-error {
    font-size: 11px;
    color: #e53935;
    margin-top: 4px;
    font-weight: 500;
}

/* Submit Row */
/* Captcha */
.dw-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.dw-captcha-question {
    background: linear-gradient(135deg, #2C1810, #8B1A1A);
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
    white-space: nowrap;
    user-select: none;
}
.dw-captcha-input {
    width: 80px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    transition: border-color 0.3s;
}
.dw-captcha-input:focus {
    border-color: #8B1A1A;
    outline: none;
}
.dw-captcha-refresh {
    background: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    color: #8B1A1A;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dw-captcha-refresh:hover {
    background: #8B1A1A;
    color: #fff;
    border-color: #8B1A1A;
}
.dw-cart-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}
.dw-cart-captcha-row label {
    margin-right: 4px;
    font-weight: 500;
}
.dw-enq-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    flex-wrap: wrap;
    gap: 12px;
}
.dw-enq-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 32px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s;
}
.dw-enq-submit:hover {
    background: linear-gradient(135deg, #6B1414, #4a0e0e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139,26,26,0.3);
}
.dw-enq-privacy {
    font-size: 12px;
    color: #8B7355;
}
.dw-enq-privacy i { margin-right: 4px; color: #1A6B5C; }

/* -- Sidebar Column -- */
.dw-enq-product-preview {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #F5EDE3;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(44,24,16,0.06);
}
.dw-enq-prod-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    background: #fff;
    padding: 10px;
}
.dw-enq-prod-info {
    padding: 16px 18px;
    border-top: 1px solid #F5EDE3;
}
.dw-enq-prod-info h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 6px;
}
.dw-enq-prod-code {
    font-size: 12px;
    color: #8B7355;
}
.dw-enq-prod-code i { color: #D4A017; margin-right: 4px; }

/* Sidebar Card */
.dw-enq-sidebar-card {
    background: linear-gradient(135deg, #2C1810, #1a0f0a);
    border-radius: 14px;
    padding: 24px 22px;
    color: #FFF8F0;
    margin-bottom: 20px;
}
.dw-enq-sidebar-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #FFF8F0;
    margin: 0 0 18px;
}
.dw-enq-sidebar-card h4 i { color: #D4A017; margin-right: 6px; }
.dw-enq-sidebar-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.dw-enq-sidebar-item > i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(212,160,23,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D4A017;
    font-size: 14px;
    flex-shrink: 0;
}
.dw-enq-sidebar-item strong {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,248,240,0.5);
    margin-bottom: 2px;
}
.dw-enq-sidebar-item a {
    color: #D4A017;
    text-decoration: none;
    font-size: 14px;
}
.dw-enq-sidebar-item a:hover { color: #fff; }
.dw-enq-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    background: #25D366;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
    margin-top: 4px;
}
.dw-enq-wa-btn:hover {
    background: #1da851;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

/* Why Enquire */
.dw-enq-sidebar-why {
    background: #fff;
    border-radius: 14px;
    padding: 22px 20px;
    border: 1px solid #F5EDE3;
}
.dw-enq-sidebar-why h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 14px;
}
.dw-enq-sidebar-why ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dw-enq-sidebar-why li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #5A4234;
    padding: 8px 0;
    border-bottom: 1px solid #F5EDE3;
}
.dw-enq-sidebar-why li:last-child { border-bottom: none; }
.dw-enq-sidebar-why li i { color: #1A6B5C; font-size: 14px; }

/* ============================================================
   VIEW CART PAGE
   ============================================================ */
.dw-cart-section {
    padding: 50px 0 70px;
    background: #F5EDE3;
}
.dw-cart-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 28px;
    align-items: start;
}

/* Cart Items List */
.dw-cart-list {
    background: #fff;
    border-radius: 16px;
    padding: 26px;
    border: 1px solid #ebe0d2;
    box-shadow: 0 6px 24px rgba(44,24,16,0.06);
    margin-bottom: 20px;
}
.dw-cart-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    padding-bottom: 16px;
    border-bottom: 2px solid #F5EDE3;
}
.dw-cart-list-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #2C1810;
    margin: 0;
}
.dw-cart-list-header h3 i { color: #8B1A1A; margin-right: 8px; }
.dw-cart-list-header .dw-cart-count {
    position: static;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: 600;
    color: #8B1A1A;
    background: rgba(139,26,26,0.08);
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-block;
}

/* Cart Item Card */
.dw-cart-item {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #F5EDE3;
}
.dw-cart-item:last-of-type { border-bottom: none; }
.dw-cart-item-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #F5EDE3;
    background: #FFF8F0;
}
.dw-cart-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.dw-cart-item-body { flex: 1; min-width: 0; }
.dw-cart-item-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}
.dw-cart-item-details h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2C1810;
    margin: 0 0 4px;
    line-height: 1.3;
}
.dw-cart-item-code {
    font-size: 12px;
    color: #8B7355;
}
.dw-cart-item-code i { color: #D4A017; margin-right: 3px; }
.dw-cart-item-del {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e53935;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    flex-shrink: 0;
}
.dw-cart-item-del:hover {
    background: #e53935;
    color: #fff;
}

/* Item Options Row */
.dw-cart-item-options {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.dw-cart-opt {
    flex: 1;
    min-width: 130px;
}
.dw-cart-opt label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8B7355;
    margin-bottom: 5px;
}
.dw-cart-select {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid #e0d5c7;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2C1810;
    background: #FFF8F0;
    cursor: pointer;
    transition: border-color 0.3s;
    box-sizing: border-box;
}
.dw-cart-select:focus { border-color: #D4A017; outline: none; }
.dw-cart-select i { color: #8B7355; margin-right: 4px; }

/* Color Dropdown */
.dw-cart-opt-color .coloreventmannage { position: relative; }
.dw-cart-opt-color .dropdownlisolcor {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dw-cart-color-dropdown {
    background: #fff;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99;
    border: 1px solid #e0d5c7;
    border-top: none;
    border-radius: 0 0 10px 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.dw-cart-color-dropdown li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    cursor: pointer;
    font-size: 12px;
    color: #2C1810;
    transition: background 0.2s;
    border-bottom: 1px solid #f5f0eb;
}
.dw-cart-color-dropdown li:last-child { border-bottom: none; }
.dw-cart-color-dropdown li:hover { background: #FFF8F0; }
.dw-cart-color-dropdown li .imgbox {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e0d5c7;
}
.dw-cart-color-dropdown li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Customer Info */
.dw-cart-customer {
    background: #fff;
    border-radius: 16px;
    padding: 26px;
    border: 1px solid #ebe0d2;
    box-shadow: 0 6px 24px rgba(44,24,16,0.06);
}
.dw-cart-customer h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #2C1810;
    margin: 0 0 18px;
}
.dw-cart-customer h3 i { color: #8B1A1A; margin-right: 8px; }
.dw-cart-cust-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
}
.dw-cart-cust-field label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #5A4234;
    margin-bottom: 5px;
}
.dw-cart-input {
    width: 100%;
    padding: 10px 13px;
    border: 1px solid #e0d5c7;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #2C1810;
    background: #FFF8F0;
    transition: all 0.3s;
    box-sizing: border-box;
}
.dw-cart-input:focus {
    border-color: #D4A017;
    box-shadow: 0 0 0 3px rgba(212,160,23,0.12);
    outline: none;
    background: #fff;
}
.dw-cart-textarea {
    min-height: 65px;
    resize: vertical;
}

/* Order Summary Sidebar */
.dw-cart-summary {
    background: linear-gradient(135deg, #2C1810, #1a0f0a);
    border-radius: 16px;
    padding: 28px 24px;
    color: #FFF8F0;
    position: sticky;
    top: 100px;
}
.dw-cart-summary h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    color: #FFF8F0;
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.dw-cart-summary h3 i { color: #D4A017; margin-right: 8px; }

/* Summary Items */
.dw-cart-summary-items {
    margin-bottom: 6px;
}
.dw-cart-sum-item {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.dw-cart-sum-item span:first-child {
    display: block;
    font-size: 13px;
    color: #FFF8F0;
    font-weight: 500;
    line-height: 1.3;
}
.dw-cart-sum-code {
    font-size: 11px;
    color: rgba(255,248,240,0.4) !important;
    font-weight: 400 !important;
}

.dw-cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.dw-cart-summary-row span {
    font-size: 13px;
    color: rgba(255,248,240,0.6);
}
.dw-cart-summary-row strong {
    font-size: 16px;
    color: #FFF8F0;
}
.dw-cart-price-note {
    color: #D4A017 !important;
    font-style: italic;
}
.dw-cart-summary-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 10px 0;
}
.dw-cart-summary-note {
    font-size: 12px;
    color: rgba(255,248,240,0.45);
    line-height: 1.6;
    margin-bottom: 20px;
}
.dw-cart-summary-note i { color: #D4A017; margin-right: 4px; }
.dw-cart-proceed-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 0.3px;
}
.dw-cart-proceed-btn:hover {
    background: linear-gradient(135deg, #D4A017, #b8880f);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212,160,23,0.35);
    color: #2C1810;
}
.dw-cart-continue {
    display: block;
    text-align: center;
    margin-top: 14px;
    color: rgba(255,248,240,0.45);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s;
}
.dw-cart-continue:hover { color: #D4A017; text-decoration: none; }
.dw-cart-continue i { margin-right: 4px; }

/* Trust Bar */
.dw-cart-trust {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    border: 1px solid #ebe0d2;
}
.dw-cart-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dw-cart-trust-item i { color: #1A6B5C; font-size: 13px; }
.dw-cart-trust-item span {
    font-size: 11px;
    font-weight: 600;
    color: #5A4234;
}

/* Empty Cart */
.dw-cart-empty {
    text-align: center;
    padding: 80px 20px;
    max-width: 450px;
    margin: 0 auto;
}
.dw-cart-empty-icon {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff, #F5EDE3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    border: 2px solid #ebe0d2;
}
.dw-cart-empty-icon i { font-size: 42px; color: #8B7355; }
.dw-cart-empty h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: #2C1810;
    margin: 0 0 10px;
}
.dw-cart-empty p {
    font-size: 14px;
    color: #5A4234;
    line-height: 1.7;
    margin-bottom: 24px;
}
.dw-cart-empty-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: linear-gradient(135deg, #8B1A1A, #6B1414);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.dw-cart-empty-btn:hover {
    background: linear-gradient(135deg, #6B1414, #4a0e0e);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139,26,26,0.3);
    color: #fff;
    text-decoration: none;
}

/* ============================================================
   PROJECTS PAGE
   ============================================================ */
/* ---- Project Listing Page ---- */
.dw-proj-intro {
    padding: 50px 0 30px;
    background: #FFF8F0;
}
.dw-proj-intro-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.dw-proj-intro-inner h2 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    color: #2C1810;
    margin: 10px 0 15px;
}
.dw-proj-intro-inner h2 span { color: #8B1A1A; }
.dw-proj-intro-inner p {
    color: #5A4234;
    font-size: 15px;
    line-height: 1.7;
}
.dw-proj-grid-section {
    padding: 40px 0 60px;
    background: #F5EDE3;
}
.dw-proj-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.dw-proj-card,
.dw-proj-card:hover,
.dw-proj-card:focus,
.dw-proj-gallery-item,
.dw-proj-gallery-item:hover,
.dw-proj-back-btn:hover,
.dw-proj-cta-btn:hover {
    text-decoration: none;
}
.dw-proj-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(44,24,16,0.08);
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}
.dw-proj-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(44,24,16,0.15);
}
.dw-proj-card-img {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.dw-proj-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.dw-proj-card:hover .dw-proj-card-img img {
    transform: scale(1.08);
}
.dw-proj-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139,26,26,0.0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.dw-proj-card:hover .dw-proj-card-overlay {
    background: rgba(139,26,26,0.25);
}
.dw-proj-card-icon {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #8B1A1A;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s;
}
.dw-proj-card:hover .dw-proj-card-icon {
    opacity: 1;
    transform: scale(1);
}
.dw-proj-card-body {
    padding: 20px 22px;
}
.dw-proj-card-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    color: #2C1810;
    margin: 0 0 10px;
}
.dw-proj-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #8B7355;
}
.dw-proj-card-meta i { margin-right: 5px; }
.dw-proj-card-link {
    color: #8B1A1A;
    font-weight: 600;
    transition: color 0.3s;
}
.dw-proj-card:hover .dw-proj-card-link { color: #D4A017; }
.dw-proj-card-link i { margin-left: 4px; }

/* Project CTA */
.dw-proj-cta {
    padding: 50px 0;
    background: linear-gradient(135deg, #2C1810, #8B1A1A);
}
.dw-proj-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.dw-proj-cta-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    color: #FFF8F0;
    margin: 0 0 8px;
}
.dw-proj-cta-text p {
    color: rgba(255,248,240,0.7);
    font-size: 15px;
    margin: 0;
    max-width: 500px;
}
.dw-proj-cta-btns {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}
.dw-proj-cta-btn {
    padding: 13px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}
.dw-proj-cta-btn i { margin-right: 6px; }
.dw-proj-cta-primary {
    background: #D4A017;
    color: #2C1810;
}
.dw-proj-cta-primary:hover {
    background: #FFF8F0;
    color: #8B1A1A;
}
.dw-proj-cta-outline {
    border: 2px solid rgba(255,248,240,0.4);
    color: #FFF8F0;
    background: transparent;
}
.dw-proj-cta-outline:hover {
    border-color: #D4A017;
    color: #D4A017;
}

/* ---- Project Gallery Page ---- */
.dw-proj-gallery-section {
    padding: 40px 0 60px;
    background: #F5EDE3;
}
.dw-proj-gallery-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 15px;
}
.dw-proj-gallery-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #2C1810;
    margin: 0;
}
.dw-proj-gallery-header h2 i {
    color: #8B1A1A;
    margin-right: 10px;
}
.dw-proj-back-btn {
    padding: 10px 22px;
    background: #8B1A1A;
    color: #FFF8F0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.dw-proj-back-btn:hover {
    background: #2C1810;
    color: #D4A017;
}
.dw-proj-back-btn i { margin-right: 6px; }
.dw-proj-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.dw-proj-gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    display: block;
    box-shadow: 0 4px 15px rgba(44,24,16,0.1);
}
.dw-proj-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.dw-proj-gallery-item:hover img {
    transform: scale(1.08);
}
.dw-proj-gallery-hover {
    position: absolute;
    inset: 0;
    background: rgba(139,26,26,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.dw-proj-gallery-item:hover .dw-proj-gallery-hover {
    background: rgba(139,26,26,0.35);
}
.dw-proj-gallery-hover i {
    font-size: 28px;
    color: #fff;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s;
}
.dw-proj-gallery-item:hover .dw-proj-gallery-hover i {
    opacity: 1;
    transform: scale(1);
}
.dw-proj-gallery-empty {
    text-align: center;
    padding: 80px 20px;
}
.dw-proj-gallery-empty-icon {
    font-size: 60px;
    color: #C9B99A;
    margin-bottom: 20px;
}
.dw-proj-gallery-empty h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #2C1810;
    margin: 0 0 10px;
}
.dw-proj-gallery-empty p {
    color: #8B7355;
    margin-bottom: 25px;
}

/* Project Responsive */
@media (max-width: 991px) {
    .dw-proj-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .dw-proj-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .dw-proj-cta-inner { flex-direction: column; text-align: center; }
    .dw-proj-cta-text p { max-width: 100%; }
    .dw-proj-cta-btns { justify-content: center; }
}
@media (max-width: 576px) {
    .dw-proj-grid { grid-template-columns: 1fr; }
    .dw-proj-gallery-grid { grid-template-columns: 1fr; }
    .dw-proj-card-img { height: 220px; }
    .dw-proj-gallery-item { height: 220px; }
    .dw-proj-intro-inner h2 { font-size: 26px; }
    .dw-proj-cta-text h2 { font-size: 24px; }
    .dw-proj-cta-btns { flex-direction: column; width: 100%; }
    .dw-proj-cta-btn { text-align: center; }
    .dw-proj-gallery-header { flex-direction: column; align-items: flex-start; }
}

/* ---- Search Results Page ---- */
.dw-search-section {
    padding: 40px 0 60px;
    background: #F5EDE3;
}
.dw-search-info-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 16px 24px;
    border-radius: 10px;
    margin-bottom: 28px;
    box-shadow: 0 2px 10px rgba(44,24,16,0.06);
    flex-wrap: wrap;
    gap: 10px;
}
.dw-search-info-left {
    font-size: 15px;
    color: #5A4234;
}
.dw-search-info-left i {
    color: #8B1A1A;
    margin-right: 8px;
}
.dw-search-info-left strong {
    color: #8B1A1A;
}
.dw-search-info-right {
    font-size: 13px;
    color: #8B7355;
    background: #F5EDE3;
    padding: 6px 14px;
    border-radius: 20px;
}
.dw-search-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.dw-search-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(44,24,16,0.07);
    transition: all 0.4s;
}
.dw-search-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(44,24,16,0.13);
}
.dw-search-card-link {
    text-decoration: none;
    display: block;
}
.dw-search-card-link:hover {
    text-decoration: none;
}
.dw-search-card-img {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.dw-search-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.dw-search-card:hover .dw-search-card-img img {
    transform: scale(1.06);
}
.dw-search-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139,26,26,0);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
.dw-search-card:hover .dw-search-card-overlay {
    background: rgba(139,26,26,0.25);
}
.dw-search-card-view {
    background: #fff;
    color: #8B1A1A;
    padding: 8px 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s;
}
.dw-search-card:hover .dw-search-card-view {
    opacity: 1;
    transform: translateY(0);
}
.dw-search-card-view i { margin-right: 5px; }
.dw-search-card-body {
    padding: 16px 18px 10px;
}
.dw-search-card-body h4 {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #2C1810;
    margin: 0 0 6px;
    line-height: 1.4;
}
.dw-search-card-code {
    font-size: 12px;
    color: #8B7355;
}
.dw-search-card-code i {
    color: #D4A017;
    margin-right: 4px;
}
.dw-search-card-actions {
    display: flex;
    border-top: 1px solid #F0E6D8;
}
.dw-search-action-btn {
    flex: 1;
    text-align: center;
    padding: 11px;
    font-size: 13px;
    font-weight: 600;
    color: #8B1A1A;
    text-decoration: none;
    transition: all 0.3s;
}
.dw-search-action-btn:hover {
    background: #8B1A1A;
    color: #FFF8F0;
    text-decoration: none;
}
.dw-search-action-btn i { margin-right: 5px; }
.dw-search-action-enq {
    border-left: 1px solid #F0E6D8;
    color: #1A6B5C;
}
.dw-search-action-enq:hover {
    background: #1A6B5C;
    color: #fff;
}
/* ============================================
   CATEGORY LISTING PAGE
   ============================================ */
.dw-cat-section {
    padding: 60px 0 80px;
    background: #FFF8F0;
}
.dw-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 10px;
}
.dw-cat-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.dw-cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}
.dw-cat-card-link {
    display: block;
    text-decoration: none !important;
}
.dw-cat-card-img {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.dw-cat-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.dw-cat-card:hover .dw-cat-card-img img {
    transform: scale(1.08);
}
.dw-cat-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(44,24,16,0.92) 0%, rgba(44,24,16,0.5) 50%, transparent 100%);
    padding: 40px 24px 24px;
    transition: all 0.4s;
}
.dw-cat-card-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
}
.dw-cat-explore {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #D4A017;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(8px);
}
.dw-cat-card:hover .dw-cat-explore {
    opacity: 1;
    transform: translateY(0);
}
.dw-cat-explore i {
    font-size: 11px;
    transition: transform 0.3s;
}
.dw-cat-card:hover .dw-cat-explore i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .dw-cat-grid { grid-template-columns: repeat(2, 1fr); }
    .dw-cat-card-img { height: 240px; }
}
@media (max-width: 576px) {
    .dw-cat-grid { grid-template-columns: 1fr; gap: 16px; }
    .dw-cat-card-img { height: 220px; }
    .dw-cat-section { padding: 40px 0 60px; }
}

/* Search Pagination */
.dw-search-pagination {
    text-align: center;
    margin-top: 35px;
}
.dw-pagination-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
.dw-pagination-wrap a {
    display: inline-block;
    padding: 9px 16px;
    background: #fff;
    color: #2C1810;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.dw-pagination-wrap a:hover {
    background: #8B1A1A;
    color: #fff;
    text-decoration: none;
}
.dw-page-active {
    display: inline-block;
    padding: 9px 16px;
    background: #8B1A1A;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(139,26,26,0.3);
}
/* Search Empty */
.dw-search-empty {
    text-align: center;
    padding: 80px 20px;
    background: #fff;
    border-radius: 14px;
}
.dw-search-empty-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background: #F5EDE3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #C9B99A;
}
.dw-search-empty h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    color: #2C1810;
    margin: 0 0 10px;
}
.dw-search-empty p {
    color: #8B7355;
    max-width: 450px;
    margin: 0 auto 25px;
}
.dw-search-empty-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #8B1A1A;
    color: #FFF8F0;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}
.dw-search-empty-btn:hover {
    background: #2C1810;
    color: #D4A017;
    text-decoration: none;
}
.dw-search-empty-btn i { margin-right: 6px; }
/* Search Responsive */
@media (max-width: 991px) {
    .dw-search-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
    .dw-search-grid { grid-template-columns: 1fr; }
    .dw-search-card-img { height: 200px; }
    .dw-search-info-bar { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.dw-footer {
    position: relative;
    color: #F5EDE3;
    overflow: hidden;
}
.dw-footer-pattern {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><path d="M30 0L60 30L30 60L0 30Z" fill="none" stroke="%23D4A017" stroke-width="0.3" opacity="0.06"/></svg>');
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* Footer CTA Strip */
.dw-footer-cta {
    background: linear-gradient(135deg, #8B1A1A 0%, #6B1414 100%);
    padding: 45px 0;
    position: relative;
    z-index: 1;
}
.dw-footer-cta::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #D4A017, transparent);
}
.dw-footer-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.dw-footer-cta-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: #FFF8F0;
    margin: 0 0 6px;
}
.dw-footer-cta-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: rgba(255,248,240,0.7);
    margin: 0;
}
.dw-footer-cta-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}
.dw-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: #D4A017;
    color: #2C1810;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: all 0.3s;
}
.dw-footer-cta-btn:hover {
    background: #FFF8F0;
    color: #8B1A1A;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.dw-footer-cta-wa {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 30px;
    background: transparent;
    color: #FFF8F0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 4px;
    border: 2px solid rgba(255,248,240,0.3);
    transition: all 0.3s;
}
.dw-footer-cta-wa:hover {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}
.dw-footer-cta-wa .fa { font-size: 15px; }

/* Main Footer */
.dw-footer-main {
    background: linear-gradient(180deg, #2C1810 0%, #231410 100%);
    padding: 60px 0 30px;
    position: relative;
    z-index: 1;
}
.dw-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1.1fr 1.2fr;
    gap: 40px;
}

/* Footer Logo */
.dw-footer-logo {
    margin-bottom: 18px;
}
.dw-footer-logo img {
    max-height: 55px;
    filter: brightness(1.5) saturate(1.2);
    opacity: 1;
}

/* Footer About */
.dw-footer-about p {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(201,185,154,0.85);
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Footer Headings */
.dw-footer h5 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFF8F0;
    margin-bottom: 22px;
    padding-bottom: 14px;
    position: relative;
}
.dw-footer h5::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 35px;
    height: 2px;
    background: #D4A017;
    border-radius: 2px;
}
.dw-footer h5 span {
    color: #D4A017;
}
.dw-footer p {
    font-family: 'Poppins', sans-serif;
    color: rgba(201,185,154,0.85);
    font-size: 13px;
    line-height: 1.7;
}

/* Social Icons */
.dw-footer-social {
    display: flex;
    gap: 10px;
}
.dw-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    color: #c9b99a;
    text-decoration: none !important;
    font-family: FontAwesome !important;
    font-size: 16px;
    transition: all 0.3s ease;
}
.dw-footer-social a.dw-fs-fb:hover { background: #1877F2; color: #fff; border-color: #1877F2; transform: translateY(-3px); }
.dw-footer-social a.dw-fs-ig:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; border-color: #e6683c; transform: translateY(-3px); }
.dw-footer-social a.dw-fs-tw:hover { background: #1DA1F2; color: #fff; border-color: #1DA1F2; transform: translateY(-3px); }
.dw-footer-social a.dw-fs-wa:hover { background: #25D366; color: #fff; border-color: #25D366; transform: translateY(-3px); }

/* Quick Links */
.dw-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dw-footer-links li {
    margin-bottom: 0;
}
.dw-footer-links a {
    display: block;
    color: rgba(201,185,154,0.85);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 8px 0;
    padding-left: 0;
    transition: all 0.3s;
    position: relative;
}
.dw-footer-links a::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #D4A017;
    margin-right: 10px;
    transition: margin-right 0.3s;
    opacity: 0;
    font-size: 12px;
}
.dw-footer-links a:hover::before {
    opacity: 1;
}
.dw-footer-links a:hover {
    color: #D4A017;
    padding-left: 8px;
    text-decoration: none;
}
.dw-footer-links li + li {
    border-top: 1px solid rgba(255,255,255,0.04);
}

/* Contact Info */
.dw-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dw-footer-contact li {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
}
.dw-fc-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(212,160,23,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dw-fc-icon .fa {
    color: #D4A017;
    font-size: 14px;
}
.dw-footer-contact strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #FFF8F0;
    margin-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.dw-footer-contact span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: rgba(201,185,154,0.8);
    line-height: 1.5;
}
.dw-footer-contact a {
    color: rgba(201,185,154,0.8);
    text-decoration: none;
    transition: color 0.3s;
}
.dw-footer-contact a:hover {
    color: #D4A017;
}

/* Newsletter */
.dw-newsletter-form {
    margin-top: 15px;
}
.dw-nl-input-wrap {
    display: flex;
    align-items: center;
    border: 1px solid rgba(212,160,23,0.2);
    border-radius: 6px;
    background: rgba(255,255,255,0.04);
    padding: 0 14px;
    margin-bottom: 10px;
    transition: border-color 0.3s;
}
.dw-nl-input-wrap:focus-within {
    border-color: #D4A017;
    background: rgba(255,255,255,0.06);
}
.dw-nl-input-wrap .fa {
    color: #D4A017;
    font-size: 14px;
    opacity: 0.6;
}
.dw-nl-input-wrap input[type="email"] {
    flex: 1;
    padding: 12px;
    border: none;
    background: transparent;
    color: #FFF8F0;
    font-size: 13px;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.dw-nl-input-wrap input[type="email"]::placeholder { color: #7a6a5a; }
.dw-newsletter-form button {
    width: 100%;
    padding: 12px 22px;
    background: linear-gradient(135deg, #D4A017, #C75B39);
    border: none;
    color: #2C1810;
    font-weight: 700;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.dw-newsletter-form button:hover {
    background: linear-gradient(135deg, #e8b52e, #D4A017);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(212,160,23,0.3);
}
.dw-footer-trust {
    margin-top: 12px;
}
.dw-footer-trust span {
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    color: rgba(201,185,154,0.5);
}
.dw-footer-trust .fa {
    margin-right: 5px;
    color: #1A6B5C;
    font-size: 12px;
}

/* Footer Bottom */
.dw-footer-bottom {
    background: #130b06;
    padding: 18px 0;
    position: relative;
    z-index: 1;
}
.dw-footer-bottom::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,160,23,0.2), transparent);
}
.dw-footer-bottom-inner {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: rgba(138,122,106,0.7);
}
.dw-footer-bottom-sep {
    margin: 0 10px;
    color: rgba(138,122,106,0.3);
}
.dw-footer-bottom a {
    color: #D4A017;
    text-decoration: none;
    transition: color 0.3s;
}
.dw-footer-bottom a:hover { color: #FFF8F0; }

/* ============================================================
   PAGINATION
   ============================================================ */
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
}
.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 16px;
    background: #fff;
    color: #2C1810;
    border: 1px solid #e0d5c7;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}
.pagination li a:hover,
.pagination li.active a,
.pagination li.active span {
    background: #8B1A1A;
    color: #fff;
    border-color: #8B1A1A;
}

/* ============================================================
   ALERT OVERRIDES
   ============================================================ */
.alert-success {
    background: #1A6B5C;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
}

/* ============================================================
   TOAST NOTIFICATIONS
   ============================================================ */
.dw-toast-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}
.dw-toast {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 340px;
    max-width: 450px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.04);
    pointer-events: all;
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}
.dw-toast-show {
    transform: translateX(0);
    opacity: 1;
}
.dw-toast-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.dw-toast-success .dw-toast-icon {
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    color: #1A6B5C;
}
.dw-toast-error .dw-toast-icon {
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    color: #c62828;
}
.dw-toast-warning .dw-toast-icon {
    background: linear-gradient(135deg, #fff8e1, #ffecb3);
    color: #e65100;
}
.dw-toast-body { flex: 1; }
.dw-toast-msg {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2C1810;
    line-height: 1.4;
}
.dw-toast-close {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 18px;
    color: #8B7355;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s;
}
.dw-toast-close:hover { color: #2C1810; }
.dw-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 0 0 14px 14px;
    animation: dwToastProgress 5s linear forwards;
}
.dw-toast-success .dw-toast-progress { background: linear-gradient(90deg, #1A6B5C, #25D366); }
.dw-toast-error .dw-toast-progress { background: linear-gradient(90deg, #c62828, #e53935); }
.dw-toast-warning .dw-toast-progress { background: linear-gradient(90deg, #e65100, #ff9800); }
@keyframes dwToastProgress {
    from { width: 100%; }
    to { width: 0%; }
}

/* ============================================================
   SCROLLBAR
   ============================================================ */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #F5EDE3; }
::-webkit-scrollbar-thumb {
    background: #D4A017;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover { background: #8B1A1A; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1199px) {
    .dw-header-usp { gap: 12px; margin: 0 10px; }
    .dw-usp-item { padding: 8px 12px; }
    .dw-search-box { width: 180px; }
}

@media (max-width: 991px) {
    .dw-stats-grid { flex-wrap: wrap; }
    .dw-stat-card { flex: 0 0 50%; }
    .dw-stat-card:nth-child(3)::before { display: none; }
    .dw-cta-inner { flex-direction: column; gap: 35px; }
    .dw-craft-banner { padding: 50px 0; }
    .dw-craft-banner h2 { font-size: 32px; }
    .dw-cta-features { grid-template-columns: 1fr 1fr; }
    .dw-header-inner {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
    }
    .dw-header-usp { display: none; }
    .dw-header-right {
        order: 3;
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .dw-search-box { flex: 1; width: auto; }
    .dw-search-box input { width: 100% !important; }
    .dw-search-box input:focus { width: 100%; }
    .dw-hamburger {
        display: block;
        order: -1;
    }
    .dw-logo-area {
        flex: 1;
        justify-content: center;
    }
    .dw-logo img { max-height: 38px; }
    .dw-nav ul.dw-main-menu {
        display: none;
        flex-direction: column;
    }
    .dw-nav ul.dw-main-menu.dw-menu-open {
        display: flex;
    }
    .dw-nav ul.dw-main-menu > li > a {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        font-size: 14px;
    }
    .dw-nav ul.dw-main-menu > li > ul {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        background: rgba(0,0,0,0.3) !important;
        border-top: none !important;
        border-radius: 0 !important;
        display: none;
        width: 100% !important;
        min-width: 100% !important;
        padding: 6px 0 !important;
        max-height: none !important;
        height: auto !important;
    }
    .dw-nav ul.dw-main-menu > li + li::before { display: none; }
    .dw-nav ul.dw-main-menu > li > a::after { display: none; }
    .dw-nav ul.dw-main-menu > li > ul > li {
        border: none !important;
    }
    .dw-nav ul.dw-main-menu > li > ul > li > a {
        color: #fff !important;
        padding: 10px 20px 10px 35px !important;
        border-left: none !important;
        font-size: 13px !important;
        display: block !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    }
    .dw-nav ul.dw-main-menu > li > ul > li > a::before { display: none !important; }
    .dw-nav ul.dw-main-menu > li > ul > li > a:hover {
        background: rgba(212,160,23,0.15) !important;
        color: #D4A017 !important;
        padding-left: 40px !important;
    }
    .dw-nav ul.dw-main-menu > li > ul > li:last-child > a {
        border-bottom: none !important;
    }
    .dw-hero-slide > img { height: 400px; }
    .dw-hero .dw-hero-content h1 { font-size: 36px; }
    .dw-hero-badge { font-size: 10px; letter-spacing: 2px; }
    .dw-welcome-layout { flex-direction: column; gap: 40px; }
    .dw-welcome-img-col { flex: 0 0 100%; }
    .dw-welcome { padding: 50px 0; }
    .dw-section-title { font-size: 26px; }
    .dw-trending { padding: 50px 0; }
    .dw-trending-header-left h2 { font-size: 32px; }
    .dw-trend-arrow-prev { left: -10px; }
    .dw-trend-arrow-next { right: -10px; }
    .dw-collections { padding: 50px 0; }
    .dw-collections-grid { grid-template-columns: repeat(2, 1fr); }
    .dw-collect-item.dw-collect-wide { grid-column: span 2; }
    .dw-collect-link { height: 280px; }
    .dw-collections-header h2 { font-size: 34px; }
    .dw-product-info { padding: 30px 0 0; }
    .dw-pd-layout { flex-direction: column; gap: 30px; }
    .dw-pd-gallery-col { flex: 0 0 100%; }
    .dw-pd-main-img img { height: 320px; }
    .dw-pd-info h1 { font-size: 26px; }
    .dw-pd-actions { flex-direction: column; }
    .dw-pd-trust { flex-direction: column; gap: 10px; }
    .dw-pd-highlights { grid-template-columns: 1fr; }
    .dw-products-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .dw-products-header-left h2 { font-size: 26px; }
    .dw-breadcrumb h2 { font-size: 26px; }
    .dw-breadcrumb-count { display: none; }
    /* Category page */
    .dw-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .dw-cat-card-img { height: 220px; }
    .dw-cat-card-content h3 { font-size: 18px; }
    /* Similar products slider */
    .dw-similar-slider .slick-slide { padding: 0 8px; }
}

@media (max-width: 767px) {
    /* General spacing */
    .container { padding: 0 15px; }

    /* Topbar */
    .dw-announce-bar { display: none; }
    .dw-topbar { padding: 6px 0; }
    .dw-topbar .dw-topbar-left,
    .dw-topbar .dw-topbar-right {
        float: none;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .dw-topbar .dw-topbar-right { margin-top: 5px; }
    .dw-topbar-item { font-size: 11px; }

    /* Header */
    .dw-header { padding: 8px 0; }
    .dw-header-inner { gap: 8px; }
    .dw-logo-area { align-items: center; flex: 1; }
    .dw-logo img { max-height: 34px; }
    .dw-logo-tagline { display: none; }
    .dw-header-actions { gap: 4px; }
    .dw-header-action-btn { padding: 6px 8px; font-size: 12px; }
    .dw-header-action-btn span:not(.dw-cart-count) { display: none; }
    .dw-cart-count { margin-left: 0; }
    .dw-header-right { gap: 8px; }
    .dw-search-box { min-width: 0; }
    .dw-search-box input { font-size: 13px; padding: 8px 12px; }

    /* Hero Slider */
    .dw-hero-slide > img { height: 280px; object-fit: cover; }
    .dw-hero .dw-hero-content { padding: 0 20px; }
    .dw-hero .dw-hero-content h1 { font-size: 22px; line-height: 1.3; }
    .dw-hero .dw-hero-content p { font-size: 12px; margin-bottom: 16px; display: none; }
    .dw-hero-badge { font-size: 8px; letter-spacing: 1.5px; padding: 4px 10px; }
    .dw-hero-btn { padding: 8px 18px; font-size: 10px; }
    .dw-hero-buttons { gap: 8px; }
    .dw-hero-prev, .dw-hero-next { display: none; }
    .dw-hero-arrow { width: 34px; height: 34px; font-size: 16px; }

    /* Slick dots for mobile */
    .slick-dots { bottom: 10px !important; }
    .slick-dots li { margin: 0 3px; }
    .slick-dots li button:before { font-size: 8px; }

    /* Welcome/About Section */
    .dw-welcome, .dw-trending, .dw-collections,
    .dw-about, .dw-contact, .dw-enq-section, .dw-projects, .dw-cart-section { padding: 35px 0; }
    .dw-welcome-layout { flex-direction: column; gap: 25px; }
    .dw-welcome-img img { height: 250px; }
    .dw-welcome-img-frame { display: none; }
    .dw-welcome-exp-badge { width: 75px; height: 75px; bottom: -8px; right: -5px; }
    .dw-exp-number { font-size: 20px; }
    .dw-exp-text { font-size: 7px; }
    .dw-welcome-text h2 { font-size: 24px; }
    .dw-welcome-text p { font-size: 13px; }
    .dw-welcome-highlights { grid-template-columns: 1fr; gap: 10px; }
    .dw-section-title { font-size: 22px; }

    /* Trending Section */
    .dw-trending-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 25px; }
    .dw-trending-header-left h2 { font-size: 24px; }
    .dw-trending-header-left p { font-size: 12px; }
    .dw-trending { padding: 35px 0; }
    .dw-trend-card-img { height: 220px; }
    .dw-trend-card-body h4 { font-size: 14px; }

    /* Collections */
    .dw-collections { padding: 35px 0; }
    .dw-collections-grid { grid-template-columns: 1fr; gap: 14px; }
    .dw-collect-item.dw-collect-wide { grid-column: span 1; }
    .dw-collect-link { height: 200px; }
    .dw-collect-content h4 { font-size: 18px; }
    .dw-collections-header h2 { font-size: 24px; }
    .dw-collections-header p { font-size: 12px; }
    .dw-collections-viewall { padding: 10px 24px; font-size: 11px; }

    /* CTA Banner */
    .dw-craft-banner { padding: 35px 0; }
    .dw-craft-banner h2 { font-size: 22px; }
    .dw-craft-banner p { font-size: 12px; }
    .dw-cta-features { grid-template-columns: 1fr; gap: 10px; }
    .dw-cta-feature { padding: 14px; }
    .dw-cta-buttons { flex-direction: column; gap: 10px; }
    .dw-cta-btn-gold, .dw-cta-btn-outline { text-align: center; justify-content: center; width: 100%; }

    /* Stats */
    .dw-stats { padding: 35px 0; }
    .dw-stat-card { flex: 0 0 50%; padding: 16px 8px; }
    .dw-stat-icon-wrap { width: 55px; height: 55px; margin-bottom: 10px; }
    .dw-stat-icon-wrap .fa { font-size: 20px; }
    .dw-stat-number { font-size: 28px; }
    .dw-stat-label { font-size: 9px; letter-spacing: 1.5px; }

    /* Product Cards */
    .dw-card-img { height: 180px; }
    .dw-card-body { padding: 14px 12px; }
    .dw-card-body h4 { font-size: 13px; }
    .dw-card-body .dw-product-code { font-size: 10px; }
    .dw-card-body .dw-btn-enquiry { padding: 6px 16px; font-size: 11px; margin-top: 8px; }
    .col-md-4.col-sm-6 { width: 50%; }

    /* Products Grid */
    .dw-products-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .dw-prod-card-img { height: 180px; }
    .dw-prod-card-body { padding: 12px; }
    .dw-prod-card-body h4 { font-size: 13px; }
    .dw-prod-card-actions { flex-direction: column; gap: 6px; }
    .dw-prod-view, .dw-prod-cart { font-size: 11px; padding: 6px 10px; text-align: center; }
    .dw-products-header { flex-direction: column; align-items: flex-start; gap: 8px; }
    .dw-products-header-left h2 { font-size: 22px; }
    .dw-products-badge { font-size: 10px; }

    /* Breadcrumb */
    .dw-breadcrumb { padding: 20px 0; }
    .dw-breadcrumb h2 { font-size: 20px; }
    .dw-breadcrumb-trail { font-size: 12px; }
    .dw-breadcrumb-count { display: none; }

    /* Product Detail */
    .dw-pd-main-img img { height: 280px; }
    .dw-pd-info h1 { font-size: 22px; }
    .dw-pd-info { padding: 20px 0 0; }
    .dw-pd-thumbs { gap: 6px; }
    .dw-pd-thumb { width: 55px; height: 55px; }
    .dw-pd-actions { gap: 10px; }
    .dw-pd-btn-enquiry, .dw-pd-btn-cart { font-size: 13px; padding: 10px 20px; width: 100%; text-align: center; }
    .dw-pd-highlights { grid-template-columns: 1fr; gap: 10px; }
    .dw-pd-highlight { padding: 12px; }

    /* Cart Page */
    .dw-cart-layout { grid-template-columns: 1fr; }
    .dw-cart-item-options { flex-direction: column; gap: 8px; }
    .dw-cart-opt { min-width: 100%; }
    .dw-cart-item-img { width: 80px; height: 80px; }
    .dw-cart-item-name h4 { font-size: 14px; }
    .dw-cart-cust-row { grid-template-columns: 1fr; }
    .dw-cart-summary { position: static; }
    .dw-cart-trust { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .dw-cart-section-header h2 { font-size: 22px; }

    /* Enquiry Page */
    .dw-enq-layout { grid-template-columns: 1fr; }
    .dw-enq-form-wrap { padding: 20px 16px; }
    .dw-enq-row, .dw-enq-row-3 { grid-template-columns: 1fr; }
    .dw-enq-field-full { grid-column: span 1; }
    .dw-enq-form-header h2 { font-size: 22px; }
    .dw-enq-submit-row { flex-direction: column; align-items: stretch; }
    .dw-enq-submit { width: 100%; }
    .dw-enquiry-form { padding: 20px; }
    .dw-contact-info { margin-bottom: 20px; }

    /* About Us */
    .dw-abt-intro, .dw-abt-strength, .dw-abt-exp-strip, .dw-abt-why, .dw-abt-cta { padding: 35px 0; }
    .dw-abt-intro-grid { grid-template-columns: 1fr; gap: 25px; }
    .dw-abt-intro-img img { height: 250px; }
    .dw-abt-intro-badge { width: 80px; height: 80px; bottom: -10px; right: 10px; }
    .dw-abt-intro-badge-num { font-size: 24px; }
    .dw-abt-intro-frame { display: none; }
    .dw-abt-intro-text h2 { font-size: 24px; }
    .dw-abt-intro-text p { font-size: 13px; }
    .dw-abt-stats-row { grid-template-columns: 1fr 1fr; }
    .dw-abt-sband-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 16px 12px; }
    .dw-abt-sband-item strong { font-size: 20px; }
    .dw-abt-strength-grid { grid-template-columns: 1fr; gap: 25px; }
    .dw-abt-strength-text h2 { font-size: 24px; }
    .dw-abt-strength-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
    .dw-abt-exp-row { grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .dw-abt-exp-strip-header h2 { font-size: 22px; }
    .dw-abt-why-header h2 { font-size: 22px; }
    .dw-abt-why-cards { grid-template-columns: 1fr; gap: 14px; }

    /* Contact Us */
    .dw-cnt-section { padding: 35px 0; }
    .dw-cnt-header h2 { font-size: 24px; }
    .dw-cnt-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
    .dw-cnt-card { padding: 18px 14px; }
    .dw-cnt-main { grid-template-columns: 1fr; gap: 20px; }
    .dw-cnt-map iframe { height: 260px; }

    /* Category Page */
    .dw-cat-grid { grid-template-columns: 1fr; gap: 14px; }
    .dw-cat-card-img { height: 200px; }
    .dw-cat-card-content h3 { font-size: 18px; }
    .dw-cat-section { padding: 35px 0 50px; }

    /* Search Results */
    .dw-search-grid { grid-template-columns: 1fr; }

    /* Footer */
    .dw-footer-pattern { display: none; }
    .dw-footer-cta-inner { flex-direction: column; text-align: center; gap: 16px; }
    .dw-footer-cta-text h3 { font-size: 20px; }
    .dw-footer-cta-text p { font-size: 12px; }
    .dw-footer-cta-actions { justify-content: center; flex-direction: column; align-items: center; }
    .dw-footer-cta-btn, .dw-footer-cta-wa { width: 100%; justify-content: center; text-align: center; }
    .dw-footer-main { padding: 40px 0 20px; }
    .dw-footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
    .dw-footer-about { grid-column: span 2; }
    .dw-footer-col h5 { font-size: 15px; margin-bottom: 14px; }
    .dw-footer-links li a { font-size: 13px; }
    .dw-footer-bottom { font-size: 12px; }

    /* Pagination */
    .dw-pagination-wrap { gap: 4px; }
    .dw-pagination-wrap a, .dw-page-active { padding: 7px 12px; font-size: 12px; }

    /* Toast */
    .dw-toast-container { right: 10px; left: 10px; top: 10px; }
    .dw-toast { min-width: auto; width: 100%; }

    /* Lightbox */
    .dw-lightbox-img { max-height: 70vh; }
    .dw-lightbox-close { top: 10px; right: 10px; font-size: 28px; }
    .dw-lightbox-nav { padding: 0 8px; }
    .dw-lightbox-prev { left: 8px; }
    .dw-lightbox-next { right: 8px; }
    .dw-lb-prev, .dw-lb-next { width: 34px; height: 34px; font-size: 16px; }
    .dw-pd-main-img .dw-lightbox-nav { padding: 0 5px; }
}

@media (max-width: 480px) {
    /* Topbar */
    .dw-topbar { display: none; }

    /* Header */
    .dw-header-inner { padding: 6px 0; }
    .dw-logo img { max-height: 30px; }
    .dw-header-right { flex-wrap: wrap; gap: 6px; }
    .dw-search-box { order: 3; width: 100%; }
    .dw-search-box input { padding: 7px 10px; font-size: 12px; }
    .dw-header-action-btn { padding: 5px 8px; }
    .dw-header-action-btn i { font-size: 14px; }
    .dw-cart-count { width: 16px; height: 16px; font-size: 9px; }

    /* Hero */
    .dw-hero-slide > img { height: 220px; }
    .dw-hero .dw-hero-content h1 { font-size: 18px; }
    .dw-hero-badge { font-size: 7px; padding: 3px 8px; }
    .dw-hero-btn { padding: 7px 14px; font-size: 9px; }
    .dw-hero-buttons { gap: 6px; }

    /* Product Cards */
    .dw-card-img { height: 150px; }
    .dw-card-body { padding: 10px 8px; }
    .dw-card-body h4 { font-size: 11px; }
    .dw-card-body .dw-product-code { font-size: 9px; }
    .dw-card-body .dw-btn-enquiry { padding: 5px 12px; font-size: 10px; }

    /* Products Grid */
    .dw-products-grid { gap: 10px; }
    .dw-prod-card-img { height: 150px; }
    .dw-prod-card-body { padding: 10px; }
    .dw-prod-card-body h4 { font-size: 12px; }
    .dw-prod-code { font-size: 9px; }
    .dw-prod-view, .dw-prod-cart { font-size: 10px; padding: 5px 8px; }

    /* Product Detail */
    .dw-pd-main-img img { height: 240px; }
    .dw-pd-info h1 { font-size: 20px; }
    .dw-pd-thumb { width: 50px; height: 50px; }

    /* Sections */
    .dw-welcome, .dw-trending, .dw-collections,
    .dw-about, .dw-contact, .dw-enq-section { padding: 30px 0; }
    .dw-welcome-img img { height: 200px; }
    .dw-welcome-text h2 { font-size: 22px; }
    .dw-trending-header-left h2 { font-size: 20px; }
    .dw-collections-header h2 { font-size: 20px; }

    /* Stats */
    .dw-stat-card { padding: 14px 6px; }
    .dw-stat-icon-wrap { width: 48px; height: 48px; }
    .dw-stat-number { font-size: 24px; }
    .dw-stat-label { font-size: 8px; }

    /* Footer */
    .dw-footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .dw-footer-about { grid-column: span 1; }
    .dw-footer-cta { padding: 25px 0; }
    .dw-footer-cta-text h3 { font-size: 18px; }
    .dw-footer-main { padding: 30px 0 15px; }

    /* About */
    .dw-abt-stats-row { grid-template-columns: 1fr; }
    .dw-abt-strength-cards { grid-template-columns: 1fr; }
    .dw-abt-exp-row { grid-template-columns: repeat(2, 1fr); }
    .dw-abt-why-cards { grid-template-columns: 1fr; }
    .dw-abt-cta-btns { flex-direction: column; }
    .dw-abt-cta-btn, .dw-abt-cta-wa { justify-content: center; width: 100%; }
    .dw-abt-intro-text h2 { font-size: 22px; }
    .dw-abt-intro-img img { height: 220px; }

    /* Contact */
    .dw-cnt-cards { grid-template-columns: 1fr; gap: 10px; }
    .dw-cnt-header h2 { font-size: 22px; }

    /* Category */
    .dw-cat-card-img { height: 180px; }
    .dw-cat-card-content h3 { font-size: 16px; }

    /* Breadcrumb */
    .dw-breadcrumb { padding: 16px 0; }
    .dw-breadcrumb h2 { font-size: 18px; }
    .dw-breadcrumb-trail { font-size: 11px; }

    /* Pagination */
    .dw-pagination-wrap a, .dw-page-active { padding: 6px 10px; font-size: 11px; }

    /* Enquiry / Cart */
    .dw-enq-form-wrap { padding: 16px 12px; }
    .dw-enq-form-header h2 { font-size: 20px; }
    .dw-cart-item-img { width: 65px; height: 65px; }
    .dw-cart-section-header h2 { font-size: 20px; }

    /* Similar Products */
    .dw-similar-slider .slick-slide { padding: 0 5px; }
}

/* ============================================================
   GLOBAL MOBILE OVERFLOW FIX
   ============================================================ */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    max-width: 100%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* ============================================================
   HIDE OLD ELEMENTS (compatibility)
   ============================================================ */
.doc-header, .bgBlack, .doc-footer,
.topHeader12, nav.bgBlack { display: none !important; }

/* Old grid overrides for new design */
.hme-bg { padding: 0; margin: 0; }
