/*
Theme Name: VW Wholesaler 
Theme URI: https://www.vwthemes.com/products/free-wholesaler-wordpress-theme
Author: VWThemes
Author URI: https://www.vwthemes.com/
Description: Custom Corporate Theme configuration for Daud Group. Built specifically for wholesale business clusters and multi-industry asset operations.
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.0.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: vw-wholesaler
Tags: left-sidebar, right-sidebar, one-column, grid-layout, custom-colors, custom-menu, e-commerce

VW Wholesaler WordPress Theme - Customized for Daud Group © 2026.
*/

/* ==========================================================================
   1. CORE STRUCTURE & SYSTEM RESET
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  position: relative;
  background: #f9f9f9 !important;
  font-size: 15px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  color: #171717;
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
}
p {
  color: #5A5A5A;
  font-size: 15px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
}
a {
  text-decoration: none;
  color: #171717;
  cursor: pointer;
  transition: all 0.2s ease;
}
a:hover {
  color: #FF6208;
}

/* ==========================================================================
   2. WOOCOMMERCE & ACCENT COHESION
   ========================================================================== */
input[type="submit"], input.button, .more-btn a, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button, .woocommerce a.button {
  background-color: #FF6208 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 12px 28px !important;
  border-radius: 5px;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}
input[type="submit"]:hover, input.button:hover, .more-btn a:hover, .woocommerce #respond input#submit:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.button:hover {
  background-color: #171717 !important;
  color: #ffffff !important;
}
.woocommerce ul.products li.product {
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 29px 0px;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.woocommerce span.onsale, .wc-block-grid__product-onsale {
  background-color: #FF6208 !important;
}

/* ==========================================================================
   3. GLOBAL NAVIGATION HEADER
   ========================================================================== */
.topbar {
  background-color: #171717;
}
.topbar .topbar-text, .topbar i {
  color: #ffffff;
}
.menu-header {
  background: linear-gradient(90deg, #ffffff 20%, #171717 20%) !important;
}
.main-navigation a {
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.main-navigation a:hover {
  color: #FF6208 !important;
}
.main-navigation ul ul {
  background: #ffffff !important;
  border-top: 3px solid #FF6208 !important;
  border-bottom: 3px solid #FF6208 !important;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
}
.main-navigation ul ul a {
  color: #171717 !important;
  font-weight: 500 !important;
}
.main-navigation ul ul a:hover {
  color: #FF6208 !important;
  background: #f7fafc !important;
}

/* ==========================================================================
   4. DAUD GROUP CUSTOM CONTENT MATRIX COMPONENTS
   ========================================================================== */
.daud-grid-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 20px !important;
}
.daud-corporate-card {
  background: #ffffff !important;
  padding: 40px 30px !important;
  border-radius: 10px !important;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: left !important;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease !important;
}
.daud-corporate-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: rgba(100, 100, 111, 0.12) 0px 12px 30px 0px !important;
}
.daud-orange-btn {
  display: inline-block !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  background-color: #FF6208 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 15px 35px !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  transition: background-color 0.2s ease !important;
  text-transform: uppercase;
}
.daud-orange-btn:hover {
  background-color: #171717 !important;
  color: #ffffff !important;
}

/* ==========================================================================
   5. DYNAMIC FOOTER MODERNIZE
   ========================================================================== */
#footer {
  background: #171717 !important; /* Elegant black contrast base footer */
  color: #ffffff !important;
  border-top: 5px solid #FF6208 !important;
}
#footer h3, #footer .widget h2 {
  color: #ffffff !important;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 24px !important;
  letter-spacing: 1px;
}
#footer p, #footer li, #footer a {
  color: #a0aec0 !important;
}
#footer a:hover {
  color: #FF6208 !important;
}
#footer-2 {
  background: #0b0b0b !important;
  padding: 20px 0;
}
.copyright p {
  color: #718096 !important;
  font-size: 14px;
}