/* =======================================================
   2026 LUXURY CHAMKELA BLACK THEME - FINAL ULTIMATE
======================================================= */

/* 1. Base Body - Not Dull Black, but Premium Charcoal */
html, body {
    background: #0d0d0d !important;
    color: #ffffff !important;
}

/* 2. Top Bar & Header (Logo Area) */
/* Isko thora light rakha hai taake logo dikhe */
.top {
    background: #000000 !important;
    border-bottom: 1px solid #222 !important;
}

.header {
    background: #111111 !important; /* Glossy Black */
    padding: 25px 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.5) !important;
}

/* LOGO FIX: Agar logo dark hai to usko chamkana */
.logo img {
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.3)) brightness(1.2) !important;
    max-height: 85px !important;
}

/* 3. Navigation Bar (The Gold Line) */
.nav {
    background: #000000 !important;
    border-top: 1px solid #c5a059 !important; /* Top Gold Line */
    border-bottom: 2px solid #c5a059 !important; /* Bottom Gold Line */
    margin-top: 0 !important;
}

.menu ul li a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 4. Banner / Slider Fix (Image ko hide hone se rokna) */
.bs-slider-overlay {
    background: rgba(0, 0, 0, 0.2) !important; /* Bilkul halka dark taake image dikhe */
}

/* 5. Sections Cleanup (No more white patches) */
.page, .service, .product, .footer-main, .bg-gray, .bg-white {
    background: #0d0d0d !important;
}

/* Headlines (Chamkela Gold) */
h2, .headline h2 {
    color: #c5a059 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
    font-family: 'Playfair Display', serif !important;
}
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap");

/* --- CORE RESET & FONTS --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; /* Added for better sizing */
}

body {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fdfdfd;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
}

.clear { clear: both; }
.ovh { overflow: hidden; }

/* --- GLOBAL THEME COLORS --- */
:root {
  --primary-dark: #0a0a0a; /* Premium Black */
  --accent-gold: #c5a059; /* Soft Luxury Gold */
  --text-muted: #888;
  --bg-light: #f9f9f9;
}

/* --- TOP BAR (Soft & Elegant) --- */
.top {
  width: 100%;
  height: 40px;
  background: var(--primary-dark) !important;
  border-bottom: 1px solid #222;
}

.top .left ul, .top .right ul { padding-top: 8px; }

.top .left ul li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
  color: #bbb !important;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.top .left ul li i {
  color: var(--accent-gold) !important;
  margin-right: 5px;
}

.top .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 10px;
}

.top .right ul li a {
  color: #bbb !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
}

.top .right ul li a:hover {
  color: #fff !important;
  background: var(--accent-gold);
}

/* --- HEADER SECTION --- */
.header {
  width: 100%;
  height: auto;
  background: #fff !important;
  padding: 25px 0; /* Added padding for breathing room */
  box-shadow: 0 4px 15px rgba(0,0,0,0.03); /* Soft shadow */
}

.header .inner {
  height: auto;
  display: table;
  width: 100%; /* Ensure full width table */
}

.header .logo {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}

.header .logo img {
  max-width: 100%;
  height: 65px; /* Slightly reduced for modern look */
}

/* Search Area Upgrade */
.header .search-area {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.header .search-area form { width: 100%; }
.header .search-area .form-group { width: calc(100% - 90px); float: left; } /* Float fix for inline */

.header .navbar-form .search-top {
  width: 100%;
  height: 45px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 10px 15px;
  font-family: "Jost";
  background: var(--bg-light);
}

.header .navbar-form .search-top:focus {
  border-color: var(--primary-dark);
  outline: none;
  background: #fff;
}

.header .search-area button {
  width: 90px;
  height: 45px;
  float: left;
  background: var(--primary-dark) !important;
  color: #fff !important;
  border: none;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header .search-area button:hover {
  background: var(--accent-gold) !important;
}

/* Header Right Links */
.header .right {
  float: none;
  display: table-cell;
  vertical-align: middle;
  padding-right: 0;
}

.header .right ul {
  float: right;
  margin-bottom: 0;
}

.header .right ul li {
  list-style-type: none;
  float: left;
  margin-left: 25px;
  color: var(--primary-dark) !important;
}

.header .right ul li a {
  color: var(--primary-dark) !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.header .right ul li a:hover {
  color: var(--accent-gold) !important;
}

/* =======================================================
   LUXURY BRAND NAVIGATION MENU (2026 EDITION)
======================================================= */
.nav {
  background: #050505; /* Deep luxury black */
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  z-index: 9999;
}

.menu-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.menu-mobile:hover { color: #c5a059; }

.menu-mobile:after {
  content: "\f0c9"; /* Hamburger icon fallback */
  font-family: "FontAwesome";
  font-size: 1.5rem;
  float: right;
  position: relative;
}

.menu-dropdown-icon:before { display: none; }

/* Main Menu Bar */
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center; /* Center aligning the menu */
  position: relative; /* CRUCIAL: Keeps dropdown relative to this bar */
}

.menu > ul > li {
  padding: 0;
  margin: 0;
  /* position: static so the 100% width mega-menu works properly */
}

/* Main Menu Links */
.menu > ul > li > a {
  text-decoration: none;
  padding: 22px 25px;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  position: relative;
}

/* Hover effect on Main Links */
.menu > ul > li > a:hover {
  color: #c5a059; /* Luxury Gold */
}

/* --------------------------------------
   DROPDOWN / MEGA MENU BOX
-------------------------------------- */
.menu > ul > li > ul {
  position: absolute;
  top: 120%; /* Starts slightly lower for animation */
  left: 0;
  width: 100%; /* Full width mega menu */
  background: #ffffff;
  padding: 30px 20px;
  margin: 0;
  list-style: none;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1); /* Elegant shadow */
  border-top: 3px solid #c5a059; /* Gold accent line */
  z-index: 999999;
  
  /* Smooth Fade & Slide Animation */
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Show Dropdown on Hover */
.menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%; /* EXACTLY below the nav bar now */
  transform: translateY(0);
}

/* Mega Menu Columns */
.menu > ul > li > ul > li {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  width: 25%; /* 4 columns */
  float: left;
  border-right: 1px solid #f0f0f0; /* Divider between columns */
}

.menu > ul > li > ul > li:last-child {
  border-right: none;
}

/* Mega Menu Links */
.menu > ul > li > ul > li > a {
  padding: 8px 0;
  display: block;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

/* Link Hover Animation */
.menu > ul > li > ul > li > a:hover {
  color: #c5a059;
  padding-left: 8px; /* Smoothly slides right on hover */
}

/* 3rd Level Dropdown (Hidden/Flattened for clean look) */
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
}

.menu > ul > li > ul > li > ul > li {
  width: 100%;
  padding: 4px 0;
  float: none;
}

.menu > ul > li > ul > li > ul > li > a {
  border: 0;
  color: #888;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.menu > ul > li > ul > li > ul > li > a:hover {
  color: #000;
}

/* Normal Sub Menu (If you use smaller dropdowns) */
.menu > ul > li > ul.normal-sub {
  width: 250px;
  left: auto;
  padding: 15px 0;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
  border-right: none;
  padding: 0;
}

.menu > ul > li > ul.normal-sub > li > a {
  padding: 12px 25px;
  border-bottom: 1px solid #f5f5f5;
}
/* =======================================================
   END MENU CSS
======================================================= */

/* =======================================================
   HOME PAGE BANNERS & SLIDER - PC/DESKTOP (NO CROP & MID TEXT)
======================================================= */

.bs-slider, 
.bs-slider .carousel-inner, 
.bs-slider .item {
    height: 350px !important; /* Height munasib rakhi hai */
    width: 100% !important;
    overflow: hidden !important;
}

/* Image ko Bina Crop kiye 100% Fit Karna */
.bs-slider .item {
    background-size: 100% 100% !important; /* Image bilkul nahi kategi */
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
}

/* Luxury Dark Overlay */
.bs-slider .item::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

/* Text Layer ko 100% Mid (Center) mein lock karna */
.bs-slider .item .container {
    height: 100% !important;
    display: flex !important;
    align-items: center !important; /* Vertically bilkul Mid mein */
    justify-content: center !important; /* Horizontally Center */
}

.bs-slider .slide-text {
    position: relative;
    z-index: 3; 
    padding-top: 0 !important; /* Purani padding khatam kar di */
    width: 100%;
    text-align: center;
}

.bs-slider .slide-text h1 {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}
.bs-slider .slide-text p {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

/* Slider Controls (Arrows & Dots) */
.carousel-control { z-index: 4; display: flex; align-items: center; }
.carousel-indicators { z-index: 5; bottom: 10px !important; }

/* =======================================================
   SERVICES SECTION - PC & DESKTOP (LUXURY APP UI)
======================================================= */
.service {
    padding: 40px 0;
    background-color: #ffffff; /* Pure white luxury background */
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

/* Perfect Equal Spacing Using Flexbox */
.service .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Sab ki height barabar rahegi */
}
.service .col-md-4 {
    width: 33.333%;
    display: flex;
}

/* Luxury Minimalist Card */
.service .item {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    cursor: default;
}

/* Hover Effect - Subtle Gold Accent */
.service .item:hover {
    transform: translateY(-5px); /* Halka sa upar uthega */
    box-shadow: 0 10px 30px rgba(0,0,0,0.04); /* Bohat hi soft shadow */
    border-bottom: 2px solid #c5a059; /* Luxury Gold Line */
}

/* Icon / Photo Styling */
.service .item .photo {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.service .item .photo img {
    max-height: 50px !important;
    width: auto !important;
    transition: transform 0.3s ease;
}
.service .item:hover .photo img {
    transform: scale(1.1); /* Zoom effect */
}

/* Typography (Fonts & Colors) */
.service .item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.service .item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #777777;
    line-height: 1.6;
    margin: 0;
}

/* =======================================================
   PRODUCT SECTIONS (FEATURED, LATEST, POPULAR) - PC
======================================================= */
.product { padding: 40px 0; background: #ffffff; border-bottom: 1px solid #f9f9f9; }
.product.bg-gray { background: #fdfdfd; }

/* Section Headlines */
.headline { text-align: center; margin-bottom: 40px; }
.headline h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    margin-bottom: 5px;
}
.headline h3 {
    font-size: 13px;
    color: #888;
    font-style: italic; /* Elegant subtitle */
    letter-spacing: 1px;
}

/* Product Card Base */
.product-carousel .item {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.product-carousel .item:hover {
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Soft premium shadow */
    transform: translateY(-5px); /* Halka sa uthna */
}

/* Product Image (Tall Aspect Ratio for Fashion) */
.product-carousel .thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-carousel .photo {
    height: 320px; /* Fashion standard tall height */
    background-size: cover;
    background-position: center top; /* Tasveer ka upar wala hissa focus karega */
    transition: transform 0.7s ease;
}
.product-carousel .item:hover .photo {
    transform: scale(1.08); /* Luxury zoom on hover */
}

/* Product Title */
.product-carousel .text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    padding: 0 10px;
}
.product-carousel .text h3 a { color: #111; transition: color 0.3s; }
.product-carousel .text h3 a:hover { color: #c5a059; }

/* Pricing */
.product-carousel .text h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #c5a059;
    margin-bottom: 12px;
}
.product-carousel .text h4 del {
    color: #bbb;
    font-weight: 400;
    font-size: 13px;
    margin-left: 6px;
}

/* Rating Stars */
.product-carousel .rating {
    font-size: 12px;
    color: #e6c15c; /* Bright Gold for stars */
    margin-bottom: 15px;
}

/* Add to Cart Button (Minimalist Sharp Style) */
.product-carousel .text p { margin: 0; }
.product-carousel .text p a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    background: transparent;
    border: 1px solid #111; /* Sharp black border */
    padding: 10px 25px;
    transition: all 0.3s ease;
    border-radius: 0; /* Square corners like Zara */
}
.product-carousel .text p a:hover {
    background: #000;
    color: #c5a059; /* Gold text on black */
    border-color: #000;
}

/* Out of Stock Button */
.out-of-stock .inner {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #d9534f;
    padding: 10px 25px;
}
/* =======================================================
   NEWSLETTER & FOOTER - PC / DESKTOP (COMPLETE & LUXURY)
======================================================= */

/* 1. Newsletter Section */
.home-newsletter {
    padding: 70px 0;
    background-color: #050505; /* Deep luxury black */
    text-align: center;
    border-top: 1px solid #111;
}
.home-newsletter .single {
    max-width: 600px;
    margin: 0 auto;
}
.home-newsletter h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 25px;
}

/* Newsletter Input & Button (Sharp Minimalist Style) */
.home-newsletter .input-group {
    width: 100%;
    display: flex;
}
.home-newsletter .form-control {
    height: 50px;
    background: #111111;
    border: 1px solid #333;
    border-right: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    padding-left: 20px;
    border-radius: 0; /* Square corners */
    box-shadow: none;
    width: 100%;
}
.home-newsletter .form-control:focus {
    border-color: #c5a059;
    box-shadow: none;
    outline: none;
}
.home-newsletter .input-group-btn {
    width: auto;
}
.home-newsletter .btn-theme {
    height: 50px;
    background: #c5a059; /* Luxury Gold */
    color: #ffffff;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: 1px solid #c5a059;
    padding: 0 30px;
    border-radius: 0; 
    transition: all 0.3s ease;
}
.home-newsletter .btn-theme:hover {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

/* 2. Copyright Footer Bottom */
.footer-bottom {
    background: #000000;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}
.footer-bottom .copyright {
    font-family: 'Montserrat', sans-serif !important;
    color: #777777;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.footer-bottom .copyright a {
    color: #c5a059;
    font-weight: 500;
    transition: color 0.3s ease;
    text-decoration: none;
}
.footer-bottom .copyright a:hover {
    color: #ffffff;
}

/* 3. Scroll to Top Button (Gold Floating Style) */
.scrollup {
    background: #c5a059;
    color: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    right: 25px;
    bottom: 25px;
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.scrollup:hover {
    background: #000000;
    color: #c5a059;
}

/* =======================================================
   SPACING FIX FOR PC (SERVICES & PRODUCTS)
======================================================= */

/* 1. Services Section Spacing */
.service {
    padding: 40px 0 !important; /* Pehle 60/70 tha, ab kam kar ke 40 kar diya */
    background-color: #ffffff; 
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

/* 2. All Product Sections (Featured, Latest, Popular) Spacing */
.product { 
    padding: 40px 0 !important; /* Pehle 70px tha, ab fasla kam ho gaya */
    background: #ffffff; 
    border-bottom: 1px solid #f9f9f9; 
}
.product.bg-gray { 
    background: #fdfdfd; 
}

/* Product Section ki Headline (Title) ki spacing bhi thori kam ki hai */
.headline { 
    margin-bottom: 30px !important; /* Pehle 40px tha */
}

/* =======================================================
   CATEGORY PAGE - PC/DESKTOP (LUXURY STORE UI)
======================================================= */

/* 1. Page Top Banner */
.page-banner {
    position: relative;
    height: 250px; /* Slim and elegant banner */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* 50% dark overlay for readable text */
    z-index: 1;
}
.page-banner .inner {
    position: relative;
    z-index: 2;
    text-align: center;
}
.page-banner h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* 2. Main Page Layout */
.page {
    padding: 60px 0;
    background: #fdfdfd;
}
.page h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #111;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* 3. Sidebar (Categories Menu) */
.col-md-3 #left-menu {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 0;
}
.col-md-3 #left-menu > ul > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    transition: all 0.3s;
}
.col-md-3 #left-menu > ul > li > a:hover,
.col-md-3 #left-menu > ul > li > a.active {
    background: #fafafa;
    color: #c5a059;
    padding-left: 25px; /* Hover animation */
}

/* 4. Products Grid (Category Page Version) */
.product-cat .item-product-cat {
    margin-bottom: 40px; /* Neechay wale products se fasla */
}
.product-cat .item-product-cat .inner {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.product-cat .item-product-cat .inner:hover {
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

/* Category Product Image */
.product-cat .thumb { position: relative; overflow: hidden; margin-bottom: 15px; }
.product-cat .photo {
    height: 350px; /* Fashion tall image */
    background-size: cover;
    background-position: center top;
    transition: transform 0.7s ease;
}
.product-cat .item-product-cat:hover .photo { transform: scale(1.08); }

/* Category Product Text & Button */
.product-cat .text h3 { border: none; padding-bottom: 0; margin-bottom: 8px; font-size: 13px; }
.product-cat .text h3 a { color: #111; text-decoration: none; }
.product-cat .text h3 a:hover { color: #c5a059; }
.product-cat .text h4 { font-family: 'Montserrat', sans-serif !important; font-size: 16px; font-weight: 700; color: #c5a059; margin-bottom: 12px; }
.product-cat .text h4 del { color: #bbb; font-weight: 400; font-size: 13px; margin-left: 6px; }
.product-cat .rating { color: #e6c15c; font-size: 12px; margin-bottom: 15px; }

/* Add to Cart Button */
.product-cat .text p a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
    background: transparent;
    border: 1px solid #111;
    padding: 10px 25px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.product-cat .text p a:hover { background: #000; color: #c5a059; border-color: #000; }

/* =======================================================
   CATEGORY PAGE - HIDE TOP BANNER (PC & MOBILE)
======================================================= */
.page-banner {
    display: none !important; /* Black banner hamesha ke liye hide */
}

/* Banner hatne ke baad page ke oopar thori munasib space dena */
.page {
    padding-top: 40px !important; 
}

/* =======================================================
   LOGIN & REGISTER PAGE - STRICTLY ISOLATED LUXURY UI
======================================================= */

/* 1. Sirf Login Page par Top Banner Hide Hoga (Baqi pages par theek chalega) */
body:has(.user-content) .page-banner {
    display: none !important;
}

/* 2. Login Page ka Background aur Centering */
body:has(.user-content) .page {
    background-color: #050505 !important;
    padding: 80px 15px !important;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3. Luxury Login Card */
.user-content {
    background: #ffffff;
    max-width: 420px !important; /* Smart, patla card */
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
    border-radius: 12px; /* Smooth corners */
    box-shadow: 0 20px 40px rgba(0,0,0,0.06); /* Premium deep shadow */
    border: 1px solid rgba(0,0,0,0.03);
}

/* 4. HTML Grid Fix (Bina HTML change kiye fuzool columns hatana) */
.user-content .row {
    display: flex;
    justify-content: center;
    margin: 0 !important;
}
.user-content .col-md-4:empty {
    display: none !important; /* Khali columns hide */
}
.user-content .col-md-4 {
    width: 100% !important;
    padding: 0 !important;
}

/* 5. Labels (Email / Password likha hua text) */
.user-content label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    display: block;
}

/* 6. Input Fields (Modern Underline Style) */
.user-content .form-control {
    height: 40px;
    border: none;
    border-bottom: 2px solid #eeeeee; /* Sirf neechay line aayegi */
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    color: #111;
    background: transparent;
    transition: all 0.3s ease;
}
.user-content .form-control:focus {
    border-bottom-color: #c5a059; /* Focus karne par Gold line */
    outline: none;
}
.user-content .form-group {
    margin-bottom: 30px;
}

/* 7. Login Button (Solid Black to Gold Hover) */
.user-content .btn-success {
    background: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%; /* Button poore dabbe par aayega */
    height: 50px;
    border-radius: 4px;
    transition: all 0.4s ease;
    margin-top: 10px;
}
.user-content .btn-success:hover {
    background: #c5a059 !important; /* Hover par Gold */
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3); /* Gold glowing shadow */
    transform: translateY(-2px);
}

/* 8. Forget Password Link */
.user-content a {
    display: block;
    text-align: center;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    color: #999 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}
.user-content a:hover {
    color: #c5a059 !important;
}

/* 9. Error/Success Messages */
.user-content .error, .user-content .success {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    border-left: 4px solid;
    background: #fff5f5 !important; /* Light red bg */
}
.user-content .success { background: #f5fff5 !important; border-left-color: #5cb85c; color: #2d6b2d; }
.user-content .error { border-left-color: #d9534f; color: #a94442; }

/* =======================================================
   REGISTRATION PAGE - PC/DESKTOP (STRICTLY ISOLATED)
======================================================= */

/* 1. Sirf Register Page par Top Banner Hide Hoga */
body:has(input[name="cust_re_password"]) .page-banner {
    display: none !important;
}

/* 2. Page Background aur Centering */
body:has(input[name="cust_re_password"]) .page {
    background-color: #050505 !important;
    padding: 80px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 3. Luxury Registration Card (Wider for 2 Columns) */
body:has(input[name="cust_re_password"]) .user-content {
    background: #ffffff;
    max-width: 850px !important; /* Form lamba hai isliye card chora kiya hai */
    width: 100%;
    margin: 0 auto;
    padding: 50px 60px;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.03);
}

/* 4. Fix HTML Grid (Khaali columns ko khatam karna) */
body:has(input[name="cust_re_password"]) .user-content .row {
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
body:has(input[name="cust_re_password"]) .user-content .col-md-2:empty {
    display: none !important; /* Spacer column hide */
}
body:has(input[name="cust_re_password"]) .user-content .col-md-8 {
    width: 100% !important; /* Main form area ko full width di */
    padding: 0 !important;
}

/* 5. Typography (Labels) */
body:has(input[name="cust_re_password"]) .user-content label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    display: block;
}

/* 6. Input Fields (Modern Underline Style) */
body:has(input[name="cust_re_password"]) .user-content .form-control {
    height: 40px;
    border: none;
    border-bottom: 2px solid #eeeeee;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    color: #111;
    background: transparent;
    transition: all 0.3s ease;
}
body:has(input[name="cust_re_password"]) .user-content .form-control:focus {
    border-bottom-color: #c5a059; /* Focus par Gold line */
    outline: none;
}
body:has(input[name="cust_re_password"]) .user-content .form-group {
    margin-bottom: 30px;
}

/* 7. Textarea (Address) Special Fix */
body:has(input[name="cust_re_password"]) .user-content textarea.form-control {
    height: auto !important;
    min-height: 80px;
    border: 1px solid #eeeeee; /* Address ke liye box behtar lagta hai */
    border-radius: 4px;
    padding: 10px;
}
body:has(input[name="cust_re_password"]) .user-content textarea.form-control:focus {
    border-color: #c5a059;
}

/* 8. Submit Button (Solid Black to Gold Glow) - Ye btn-danger use kar raha hai */
body:has(input[name="cust_re_password"]) .user-content .btn-danger {
    background: #000000 !important;
    border: none !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    transition: all 0.4s ease;
    margin-top: 15px;
}
body:has(input[name="cust_re_password"]) .user-content .btn-danger:hover {
    background: #c5a059 !important;
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.3);
    transform: translateY(-2px);
}

/* 9. Success / Error Messages */
body:has(input[name="cust_re_password"]) .user-content .error, 
body:has(input[name="cust_re_password"]) .user-content .success {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    border-left: 4px solid;
    padding: 12px;
    margin-bottom: 25px;
    width: 100%;
}
body:has(input[name="cust_re_password"]) .user-content .error { background: #fff5f5 !important; border-left-color: #d9534f; color: #a94442; }
body:has(input[name="cust_re_password"]) .user-content .success { background: #f5fff5 !important; border-left-color: #5cb85c; color: #2d6b2d; }

/* =======================================================
   PRODUCT DETAIL PAGE - PC/DESKTOP (ISOLATED LUXURY UI)
======================================================= */

/* 1. Page Background & Breadcrumbs */
body:has(.prod-slider) .page {
    background: #050505 !important;
    padding: 50px 0 80px !important;
}
body:has(.prod-slider) .breadcrumb {
    margin-bottom: 40px !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
body:has(.prod-slider) .breadcrumb ul { margin: 0; padding: 0; display: flex; align-items: center; list-style: none; }
body:has(.prod-slider) .breadcrumb li { font-family: 'Montserrat', sans-serif !important; font-size: 11px; color: #999; text-transform: uppercase; letter-spacing: 1px; }
body:has(.prod-slider) .breadcrumb li a { color: #333; transition: color 0.3s; }
body:has(.prod-slider) .breadcrumb li a:hover { color: #c5a059; }

/* 2. Main Product Layout */
body:has(.prod-slider) .col-md-5 { padding-right: 40px; } /* Left side image spacing */

/* 3. Product Image Gallery (Luxury Tall Slider) */
body:has(.prod-slider) .prod-slider { list-style: none; padding: 0; margin: 0; }
body:has(.prod-slider) .prod-slider li {
    height: 500px; /* Fashion tall image */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #eaeaea;
}
body:has(.prod-slider) .prod-slider a.popup {
    display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 10;
}
body:has(.prod-slider) #prod-pager {
    display: flex; gap: 10px; margin-top: 15px;
}
body:has(.prod-slider) .prod-pager-thumb {
    width: 80px; height: 100px;
    background-size: cover; background-position: center; border: 1px solid #eaeaea;
    transition: border 0.3s; cursor: pointer;
}
body:has(.prod-slider) .prod-pager-thumb:hover { border-color: #c5a059; }

/* 4. Product Details Area (Right Side) */
body:has(.prod-slider) .p-title h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0; margin-bottom: 15px;
}
body:has(.prod-slider) .p-review .rating {
    color: #e6c15c; font-size: 14px; margin-bottom: 20px;
}
body:has(.prod-slider) .p-short-des p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px; color: #666; line-height: 1.8; margin-bottom: 25px;
}
body:has(.prod-slider) .p-price {
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 30px;
}
body:has(.prod-slider) .p-price span { color: #888; font-size: 13px; text-transform: uppercase; }
body:has(.prod-slider) .p-price span:last-child {
    display: block; font-size: 28px; font-weight: 700; color: #c5a059; margin-top: 5px;
}
body:has(.prod-slider) .p-price del { font-size: 16px; color: #bbb; margin-right: 10px; font-weight: 400; }

/* 5. Selection (Size/Color) & Quantity */
body:has(.prod-slider) .p-quantity {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px; font-weight: 600; text-transform: uppercase; color: #333; margin-bottom: 30px;
}
body:has(.prod-slider) .p-quantity .form-control {
    border-radius: 0; border: 1px solid #eaeaea; height: 40px; box-shadow: none; font-size: 13px; margin-top: 8px;
}
body:has(.prod-slider) .p-quantity .qty {
    width: 70px; height: 50px; text-align: center; border: 1px solid #eaeaea;
    font-size: 16px; font-weight: 600; margin-top: 10px; border-radius: 0;
}

/* 6. Add to Cart Button (Huge Luxury Call-to-Action) */
body:has(.prod-slider) .btn-cart1 input[type="submit"] {
    background: #000000;
    color: #ffffff;
    border: none;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 15px 40px;
    width: 100%;
    max-width: 400px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}
body:has(.prod-slider) .btn-cart1 input[type="submit"]:hover {
    background: #c5a059;
}

/* 7. Product Tabs (Description, Features) */
body:has(.prod-slider) .nav-tabs {
    border-bottom: 2px solid #eaeaea; margin-top: 50px; margin-bottom: 40px;
}
body:has(.prod-slider) .nav-tabs > li { margin-bottom: -2px; }
body:has(.prod-slider) .nav-tabs > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px; font-weight: 600; text-transform: uppercase; color: #ffffff;
    border: none !important; padding: 15px 20px; background: transparent; transition: color 0.3s;
}
body:has(.prod-slider) .nav-tabs > li.active > a, 
body:has(.prod-slider) .nav-tabs > li > a:hover {
    color: #111; background: transparent !important; border-bottom: 2px solid #c5a059 !important;
}
body:has(.prod-slider) .tab-content .tab-pane {
    font-family: 'Montserrat', sans-serif !important; font-size: 14px; color: #666; line-height: 1.8;
}

/* 7. Product Tabs (Description, Features) - COLOR FIX */
body:has(.prod-slider) .nav-tabs {
    border-bottom: 2px solid #eaeaea; 
    margin-top: 50px; 
    margin-bottom: 40px;
    background-color: transparent !important; /* Puranay black background ko zabardasti khatam kiya */
}

/* Normal Tabs (Jo click nahi hue) */
body:has(.prod-slider) .nav-tabs > li > a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px; 
    font-weight: 600; 
    text-transform: uppercase; 
    color: #ffffff !important; /* Normal text Light Gray rahega */
    background-color: transparent !important; /* Background saaf rakha */
    border: none !important; 
    padding: 15px 20px; 
    transition: color 0.3s;
}

/* Active / Hover Tabs (Jis par click kiya hai) */
body:has(.prod-slider) .nav-tabs > li.active > a, 
body:has(.prod-slider) .nav-tabs > li > a:hover {
    color: #c5a059 !important; /* Click hone par text LUXURY GOLD ho jayega */
    background-color: transparent !important; /* Background ab bhi white/transparent rahega */
    border-bottom: 2px solid #c5a059 !important; /* Neechay Gold line aayegi */
}

/* Tab ke andar ka paragraph text */
body:has(.prod-slider) .tab-content .tab-pane {
    font-family: 'Montserrat', sans-serif !important; 
    font-size: 14px; 
    color: #555555 !important; /* Dark gray text taake white background par clear parha jaye */
    line-height: 1.8;
}
/* =======================================================
   PRODUCT PAGE - RELATED PRODUCTS SPACE FIX (PC)
======================================================= */
/* 70px ki extra padding ko daba kar 30px kar diya */
body:has(.prod-slider) .product.pt_70.pb_70,
body:has(.prod-slider) .product.bg-gray {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* Related Products ki heading ke neechay ka fasla kam kiya */
body:has(.prod-slider) .product .headline {
    margin-bottom: 25px !important;
}

/* Tab pane ka inline -30px override kiya (safeguard) */
body:has(.prod-slider) .tab-content .tab-pane {
    margin-top: 15px !important; 
}


/* =======================================================
   REGISTRATION PAGE - HIDE SPECIFIC FIELDS SAFELY
======================================================= */

/* 1. Hide Company Name Field */
body:has(input[name="cust_re_password"]) .user-content .form-group:has(input[name="cust_cname"]) {
    display: none !important; 
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* 2. Hide Zip Code Field */
body:has(input[name="cust_re_password"]) .user-content .form-group:has(input[name="cust_zip"]) {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}


/* =======================================================
   CUSTOMER DASHBOARD - PC/DESKTOP (ISOLATED LUXURY UI)
======================================================= */

/* 1. Dashboard Background Setup */
.dashboard-page {
    background-color: #f9f9f9 !important; /* Halka sa VIP gray background */
    padding: 60px 0 !important;
    min-height: 60vh;
}

/* 2. Customer Sidebar Styling (Navigation) */
.dashboard-page .col-md-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
    border: 1px solid #f1f1f1;
}
.dashboard-page .col-md-3 ul li {
    border-bottom: 1px solid #f5f5f5;
}
.dashboard-page .col-md-3 ul li:last-child {
    border-bottom: none;
}
.dashboard-page .col-md-3 ul li a {
    display: block;
    padding: 18px 25px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}
/* Sidebar Hover & Active State */
.dashboard-page .col-md-3 ul li a:hover,
.dashboard-page .col-md-3 ul li a.active {
    background: #fafafa;
    color: #c5a059; /* Luxury Gold Text */
    padding-left: 32px; /* Halki si aage janay ki animation */
}
.dashboard-page .col-md-3 ul li a:hover::before,
.dashboard-page .col-md-3 ul li a.active::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: #c5a059; /* Gold border left side par */
}

/* 3. Main Dashboard Content Area (Right Side) */
.dashboard-page .user-content {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid #f1f1f1;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 4. Welcome Text */
.dashboard-page .user-content h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* =======================================================
   CUSTOMER DASHBOARD - PC/DESKTOP (PREMIUM UI UPDATE)
======================================================= */

/* Dashboard Background Setup */
.dashboard-page {
    background-color: #f9f9f9 !important; 
    padding: 60px 0 !important;
    min-height: 60vh;
}

/* Luxury Sidebar Styling */
.dashboard-page .col-md-3 ul {
    list-style: none;
    padding: 15px 0; /* Oopar neechay padding */
    margin: 0;
    background: #ffffff;
    border-radius: 12px; /* Smooth gol kinare */
    box-shadow: 0 15px 35px rgba(0,0,0,0.04); /* Deep soft shadow */
    border: 1px solid #f1f1f1;
}
.dashboard-page .col-md-3 ul li {
    border: none; /* Purani lines khatam ki */
    margin: 5px 15px; /* Buttons ke darmyan munasib fasla */
}
.dashboard-page .col-md-3 ul li a {
    display: block;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px; /* Button style shape */
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Hover & Active State (Soft Gold Effect) */
.dashboard-page .col-md-3 ul li a:hover,
.dashboard-page .col-md-3 ul li a.active {
    background: #fdfaf5; /* Halka sa gold background */
    color: #c5a059; /* Text gold */
    transform: translateX(5px); /* Halka sa aage move hoga, text shift nahi hoga */
}

/* Main Dashboard Content Area */
.dashboard-page .user-content {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
    border: 1px solid #f1f1f1;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-page .user-content h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

/* =======================================================
   DASHBOARD FIX - PC DESKTOP (STRICT LOCK)
======================================================= */
@media only screen and (min-width: 992px) {
    /* Row ko flex karke dono col-md-12 ko ek line mein laya */
    .page .container > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
        gap: 30px !important;
    }
    /* Sidebar ka dabba (Pehla col-md-12) */
    .page .container > .row > div:first-child {
        flex: 0 0 280px !important;
        width: 280px !important;
    }
    /* Content ka dabba (Dusra col-md-12) */
    .page .container > .row > div:last-child {
        flex: 1 !important;
    }
}

/* Luxury Sidebar Design */
.custom-dash-nav ul {
    list-style: none !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #eee !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03) !important;
}
.custom-dash-nav ul li a {
    display: block !important;
    padding: 15px 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #444 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    border-bottom: 1px solid #f9f9f9 !important;
    text-decoration: none !important;
    transition: 0.3s !important;
}
.custom-dash-nav ul li a:hover {
    background: #000 !important;
    color: #c5a059 !important;
    padding-left: 25px !important;
}

/* =======================================================
   PROFILE UPDATE - PC & MOBILE FINAL FIX
======================================================= */
.profile-update-page { background: #fdfdfd; padding: 60px 0; }

/* Dashboard Side-by-Side Fix */
@media only screen and (min-width: 992px) {
    .dash-row { display: flex !important; flex-wrap: nowrap !important; gap: 30px; }
}

.profile-card {
    background: #fff !important;
    padding: 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05) !important;
    border: 1px solid #f1f1f1 !important;
}

.profile-card h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 2px solid #c5a059;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

/* Grid for Forms (2 columns on PC, 1 on Mobile) */
.profile-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
.full-width { grid-column: span 2; }

@media only screen and (max-width: 767px) {
    .profile-form-grid { grid-template-columns: 1fr; }
    .full-width { grid-column: span 1; }
}

/* Luxury Input Styling */
.form-group-custom label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #999;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.form-group-custom .form-control {
    width: 100% !important;
    border: none !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none !important;
    height: auto !important;
}

.form-group-custom .form-control:focus {
    border-bottom-color: #c5a059 !important;
}

/* Update Button */
.btn-area { margin-top: 30px; text-align: center; }
.btn-update {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 50px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}
.btn-update:hover {
    background: #c5a059 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3);
}

/* =======================================================
   BILLING & SHIPPING UPDATE - PC & MOBILE FIX
======================================================= */
.billing-shipping-page { background: #f9f9f9; padding: 60px 0; }

/* PC Flex Layout Lock */
@media only screen and (min-width: 992px) {
    .dash-row-flex { display: flex !important; flex-wrap: nowrap !important; gap: 30px; }
    .sidebar-col { flex: 0 0 280px !important; }
    .content-col { flex: 1 !important; }
}

/* Card Styling */
.address-update-card {
    background: #fff !important;
    padding: 35px !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    border: 1px solid #f1f1f1 !important;
}

/* Form Sections Grid (2 Columns on PC) */
.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

@media only screen and (max-width: 991px) {
    .address-grid { grid-template-columns: 1fr; gap: 30px; }
}

.section-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c5a059;
}

/* Inputs Design */
.field-row { margin-bottom: 20px; }
.field-row label { display: block; font-size: 10px; font-weight: 700; color: #999; text-transform: uppercase; margin-bottom: 6px; }

.field-row .form-control {
    width: 100% !important;
    border: none !important;
    border-bottom: 2px solid #eee !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    background: transparent !important;
    font-weight: 600;
    font-size: 14px;
    box-shadow: none !important;
}

.field-row .form-control:focus { border-bottom-color: #c5a059 !important; }

/* City/State Split */
.field-row-split { display: flex; gap: 15px; }
.field-row-split > div { flex: 1; }
.field-row-split label { display: block; font-size: 10px; font-weight: 700; color: #999; margin-bottom: 6px; }
.field-row-split .form-control { width: 100% !important; border: none !important; border-bottom: 2px solid #eee !important; border-radius: 0 !important; padding: 8px 0 !important; }

/* Success Box */
.success-box { background: #f4faf6; color: #2d8a4e; padding: 15px; border-radius: 8px; margin-bottom: 25px; font-weight: 600; font-size: 14px; border: 1px solid #dcf1e5; }

/* Button Area */
.action-btn-row { margin-top: 40px; text-align: center; border-top: 1px solid #eee; padding-top: 30px; }
.btn-address-update {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 60px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}
.btn-address-update:hover { background: #c5a059 !important; transform: translateY(-3px); box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3); }

/* Sidebar Mobile Force Show */
@media only screen and (max-width: 991px) {
    .billing-shipping-page .col-md-3 { display: block !important; width: 100% !important; margin-bottom: 30px !important; }
}

/* =======================================================
   CUSTOMER ORDER PAGE - PC/DESKTOP FIX (ISOLATED)
======================================================= */

/* 1. Page & Layout Lock */
body:has(.table-responsive) .page { background: #f9f9f9 !important; padding: 60px 0 !important; }

@media only screen and (min-width: 992px) {
    body:has(.table-responsive) .page .container > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 30px;
    }
    /* Sidebar Area */
    body:has(.table-responsive) .page .container > .row > div:first-child {
        flex: 0 0 280px !important;
        max-width: 280px !important;
    }
    /* Table Content Area */
    body:has(.table-responsive) .page .container > .row > div:last-child {
        flex: 1 !important;
    }
}

/* 2. Order Card & Table Styling */
body:has(.table-responsive) .user-content {
    background: #fff !important;
    padding: 30px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
    border: 1px solid #eee !important;
}

body:has(.table-responsive) .user-content h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #c5a059;
    display: inline-block;
    padding-bottom: 5px;
}

/* 3. Table Modern Look */
body:has(.table-responsive) .table { border: none !important; margin-top: 10px; }
body:has(.table-responsive) .table thead th {
    background: #fcfcfc !important;
    color: #888 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px !important;
    border: none !important;
    border-bottom: 2px solid #eee !important;
}
body:has(.table-responsive) .table tbody td {
    padding: 15px !important;
    vertical-align: middle !important;
    font-size: 13px !important;
    border: none !important;
    border-bottom: 1px solid #f5f5f5 !important;
    color: #444;
}

/* Payment Status Badges (Auto Styling) */
body:has(.table-responsive) .table td:nth-child(6) {
    font-weight: 700;
    color: #2d8a4e; /* Pending/Completed text color */
}

/* 4. Pagination Modernization */
.pagination { margin-top: 30px !important; text-align: center !important; display: block !important; }
.pagination a, .pagination span {
    padding: 8px 16px !important;
    margin: 0 3px !important;
    border-radius: 4px !important;
    border: 1px solid #eee !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #333 !important;
    transition: 0.3s;
}
.pagination .current { background: #c5a059 !important; color: #fff !important; border-color: #c5a059 !important; }
.pagination a:hover { background: #000 !important; color: #fff !important; border-color: #000 !important; }

/* =======================================================
   CART PAGE - STRICT ISOLATED LUXURY DESIGN
======================================================= */

/* 1. Page Background & Banner Hide */
body:has(.cart) .page-banner { display: none !important; }
body:has(.cart) .page { background-color: #fcfcfc !important; padding: 80px 0 !important; }

/* 2. Strict Table Reset - No other page can steal this */
body:has(.cart) .cart table {
    width: 100% !important;
    background: #fff !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 15px 45px rgba(0,0,0,0.04) !important;
    border: 1px solid #eee !important;
}

/* Headers Styling */
body:has(.cart) .cart table th {
    background: #f8f8f8 !important;
    color: #111 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: 1.5px !important;
    padding: 20px 15px !important;
    border: none !important;
    border-bottom: 2px solid #eee !important;
}

/* Rows Styling */
body:has(.cart) .cart table td {
    padding: 25px 15px !important;
    vertical-align: middle !important;
    border: none !important;
    border-bottom: 1px solid #f2f2f2 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}

/* Image Fix */
body:has(.cart) .cart table td img {
    width: 80px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
}

/* 3. Button Customization (Black & Gold Theme) */
body:has(.cart) .cart-buttons ul {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
    list-style: none !important;
    padding: 0 !important;
    margin-top: 40px !important;
}

body:has(.cart) .cart-buttons .btn-primary {
    background: #111 !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px 35px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    transition: 0.4s !important;
}

/* Target Checkout Button specifically */
body:has(.cart) .cart-buttons li:last-child .btn-primary {
    background: #c5a059 !important; /* Gold */
}

body:has(.cart) .cart-buttons .btn-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    background: #000 !important;
}

/* 4. Total Amount Highlight */
body:has(.cart) .total-amount {
    color: #c5a059 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}



/* =======================================================
   2026 LUXURY DARK UI - MASTER THEME
======================================================= */

/* 1. Universal Setup */
body {
    background-color: #0f0f0f !important; /* Deep Dark Background */
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* 2. Global Gold Color & Headings */
h1, h2, h3, h4, .section-title {
    font-family: 'Playfair Display', serif !important;
    color: #c5a059 !important; /* Signature Gold */
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* 3. Cards & Containers (Cart, Dashboard, Profile Boxes) */
.user-content, .order-luxury-card, .address-update-card, .profile-card, .cart {
    background: #1a1a1a !important; /* Lighter Black for Cards */
    border: 1px solid #333 !important;
    border-radius: 0px !important; /* Sharp luxury edges */
    box-shadow: 0 20px 40px rgba(0,0,0,0.5) !important;
    color: #fff !important;
}

/* 4. Table Styling (Cart & Orders) */
.table, .order-table {
    background: transparent !important;
    color: #eee !important;
}
.table thead th, .order-table th {
    background: #252525 !important;
    color: #c5a059 !important;
    border-bottom: 1px solid #c5a059 !important;
    font-size: 11px !important;
}
.table tbody td, .order-table td {
    border-bottom: 1px solid #222 !important;
    padding: 20px 15px !important;
}

/* 5. Modern Inputs (Gold Underline Style) */
.form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #444 !important;
    border-radius: 0 !important;
    color: #fff !important;
    padding: 12px 0 !important;
    font-size: 14px !important;
    transition: 0.4s !important;
}
.form-control:focus {
    border-bottom-color: #c5a059 !important;
    box-shadow: none !important;
}
label {
    color: #White !important;
    font-size: px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
}

/* 6. Buttons (Image ki tarah Black & Gold) */
.btn-primary, .btn-update, .btn-address-update, .btn-danger, .btn-update-profile {
    background: #c5a059 !important; /* Initial Gold */
    color: #000 !important;
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 15px 35px !important;
    transition: 0.5s !important;
}
.btn-primary:hover, .btn-update:hover {
    background: #fff !important;
    color: #000 !important;
    transform: translateY(-3px);
}

/* 7. Sidebar Design (VIP TABS) */
.custom-dash-nav ul {
    background: #151515 !important;
    border: 1px solid #c5a059 !important;
}
.custom-dash-nav ul li a {
    color: #fff !important;
    border-bottom: 1px solid #222 !important;
    font-size: 11px !important;
}
.custom-dash-nav ul li a:hover {
    background: #c5a059 !important;
    color: #000 !important;
}

/* 8. Pagination */
.pagination a, .pagination span {
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #c5a059 !important;
}
.pagination .current {
    background: #c5a059 !important;
    color: #000 !important;
}

/* =======================================================
   2. LUXURY PRODUCT CARDS - 2026 BOUTIQUE STYLE
======================================================= */
/* Headline styling (Featured/Latest Products) */
.headline h2 {
    font-family: 'Playfair Display', serif !important;
    color: #c5a059 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.headline h3 {
    color: #888 !important;
    font-size: 14px !important;
}

/* Product Card - Chamkela Dark Box */
.product-carousel .item, .product .item {
    background: #151515 !important;
    border: 1px solid #222 !important;
    padding: 10px !important;
    transition: 0.5s ease !important;
}

.product-carousel .item:hover {
    border-color: #c5a059 !important;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.1) !important;
}

/* Product Title & Price */
.product-carousel .text h3 a {
    color: #fff !important;
    font-size: 13px !important;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.product-carousel .text h4 {
    color: #c5a059 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

/* Add to Cart Button Match with Image */
.product-carousel .text p a {
    background: #c5a059 !important;
    color: #000 !important;
    padding: 12px 0 !important;
    display: block !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    border-radius: 0 !important;
    text-decoration: none !important;
}

.product-carousel .text p a:hover {
    background: #ffffff !important;
    color: #000 !important;
}

/* Star Rating Gold Color */
.rating i {
    color: #c5a059 !important;
}
.nav {
    background-color: #000000 !important;
    margin-top: 0 !important;
    padding: 10px 0 !important;
    border-top: 1px solid #1a1a1a !important;
    border-bottom: 2px solid #c5a059 !important; /* Gold Luxury Line */
}

.menu ul li a {
    color: #ffffff !important;
    padding: 10px 15px !important;
}
/* Product Box ko image jaisa sleek banana */
.product-carousel .item, .product .item {
    background: #181818 !important; /* Dark Glass look */
    border: 1px solid #333 !important;
    border-radius: 0px !important;
    padding: 15px !important;
    transition: 0.4s !important;
}

.product-carousel .item:hover {
    border-color: #c5a059 !important;
    transform: scale(1.02) !important;
    background: #1c1c1c !important;
}

.product-carousel .text h4 {
    color: #c5a059 !important; /* Gold Price */
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Add to Cart Button Styling */
.product-carousel .text p a {
    background: #c5a059 !important;
    color: #000 !important;
    border: none !important;
    font-weight: 700 !important;
    padding: 12px 0 !important;
    border-radius: 0 !important;
}

/* =======================================================
   BAROUB STYLE LUXURY WHITE HEADER (Same as Image)
======================================================= */

/* 1. Top Black Promo Bar */
.top-promo-bar {
    background-color: #111 !important;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
}

/* 2. Main White Header */
.luxury-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
    position: relative;
    z-index: 999;
}

.header-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Logo Image Fix */
.logo-area img {
    max-height: 60px;
    width: auto;
}

/* 3. Center Navigation Menu */
.menu-area {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
}

.nav-links li > a {
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
.nav-links li > a:hover { color: #888 !important; }

/* Submenu Hover */
.dropdown-item { position: relative; }
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    min-width: 200px;
    padding: 10px 0;
    z-index: 9999;
}
.dropdown-item:hover .sub-menu { display: block; }
.sub-menu ul { list-style: none; padding: 0; margin: 0; }
.sub-menu ul li a {
    display: block;
    padding: 10px 20px;
    color: #333 !important;
    font-size: 13px;
    text-decoration: none;
}
.sub-menu ul li a:hover { background: #f9f9f9; }

/* 4. Right Side (Search & Icons) */
.right-icons-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Rounded Search Bar */
.search-box form {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 25px;
    padding: 6px 15px;
    background: #fff;
}
.search-box i { color: #888; font-size: 14px; }
.search-box input {
    border: none;
    outline: none;
    padding-left: 10px;
    width: 160px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}

/* Icons and Badges */
.icon-btn {
    color: #000 !important;
    font-size: 22px;
    position: relative;
    text-decoration: none !important;
}

.red-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #d9534f; /* Exact Red from image */
    color: #fff;
    font-size: 10px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =======================================================
   TOP BAR SLIDER & MOBILE MENU CSS
======================================================= */
/* Top Bar Slider Styling */
.top-promo-bar {
    background-color: #111 !important;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 !important; /* Managed by carousel */
    height: 40px;
    overflow: hidden;
}

.top-msg-slider .item {
    line-height: 40px;
    text-align: center;
}

/* Mobile Menu Structure Fix */
.mobile-menu-wrapper {
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 15px rgba(0,0,0,0.05);
}

.mob-nav li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.mob-nav li a {
    display: inline-block;
    width: 80%;
    padding: 15px 20px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

/* Arrow Icon for Submenu */
.mob-toggle-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    background: #fafafa;
    border-left: 1px solid #eee;
}

/* Sub Menu Styling */
.mob-sub-nav {
    background: #f9f9f9;
    padding: 0;
    list-style: none;
}

.mob-sub-nav li a {
    padding: 12px 30px; /* Indent for sub menu */
    font-weight: 400;
    font-size: 13px;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
}

/* =======================================================
   CLEAN BANNER SLIDER - NO TEXT, NO OVERLAY
======================================================= */
#bootstrap-touch-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Purane Bootstrap ke kalay saye (shadows) khatam karna */
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    opacity: 1 !important;
}

/* Custom Arrows - Safaid gol dabba aur kaala teer (Like Image) */
.custom-control {
    width: 50px !important;
    height: 50px !important;
    background: #ffffff !important;
    color: #000000 !important;
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    text-shadow: none !important;
    z-index: 10;
    opacity: 0.9 !important;
    transition: 0.3s ease !important;
}

.custom-control:hover {
    opacity: 1 !important;
    color: #000000 !important;
    transform: translateY(-50%) scale(1.05) !important;
}

/* Arrow position */
.custom-control.left { left: 40px !important; }
.custom-control.right { right: 40px !important; }

.custom-control .fa {
    font-size: 26px !important;
    line-height: 1 !important;
    font-weight: bold;
}

/* Custom Dots (Neechay walay nishanat) */
.custom-indicators {
    bottom: 20px !important;
}

.custom-indicators li {
    border: none !important;
    background-color: #a0a0a0 !important; /* Inactive Grey */
    width: 10px !important;
    height: 10px !important;
    margin: 0 6px !important;
    border-radius: 50% !important;
    transition: 0.3s;
}

.custom-indicators li.active {
    background-color: #000000 !important; /* Active Black */
    width: 12px !important;
    height: 12px !important;
    /* Image jaisa ring effect */
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #000 !important; 
}

/* Mobile Screens ke liye chotay arrows */
@media only screen and (max-width: 767px) {
    .custom-control {
        width: 35px !important;
        height: 35px !important;
    }
    .custom-control.left { left: 15px !important; }
    .custom-control.right { right: 15px !important; }
    .custom-control .fa { font-size: 20px !important; }
    .custom-indicators { bottom: 10px !important; }
}

/* =======================================================
   SLIDER ARROWS HOVER EFFECT & MOBILE DOTS FIX
======================================================= */

/* 1. Arrows ko normally hide rakhna */
.custom-control {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.4s ease-in-out !important;
}

/* Jab mouse banner ke upar aaye tab arrows show karna */
#bootstrap-touch-slider:hover .custom-control {
    opacity: 0.9 !important;
    visibility: visible !important;
}

/* Jab arrow ke upar proper mouse aaye to full dark karna */
#bootstrap-touch-slider .custom-control:hover {
    opacity: 1 !important;
    transform: translateY(-50%) scale(1.05) !important;
}

/* 2. Mobile Dots ka Circle (Ring) khatam karna */
@media only screen and (max-width: 767px) {
    .custom-indicators li.active {
        box-shadow: none !important; /* Yeh line ring/circle ko khatam karegi */
        background-color: #000000 !important; /* Active dot pure black rahega */
    }
    
    /* Mobile par touch screen hoti hai, is liye arrows ko halka sa visible rakhein ya swiping use karein */
    #bootstrap-touch-slider:active .custom-control {
        opacity: 0.8 !important;
        visibility: visible !important;
    }
}

/* =======================================================
   MODERN HOME PAGE UI - 2026 E-COMMERCE STYLE
======================================================= */

/* General Headlines */
.modern-headline { text-align: center; margin-bottom: 40px; }
.modern-headline h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 28px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* 1. Top Categories Boxes */
.cat-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px; /* Rounded Corners */
    margin-bottom: 20px;
}
.cat-box img { width: 100%; height: auto; transition: 0.5s ease; }
.cat-box:hover img { transform: scale(1.05); }
.cat-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 30px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.cat-title h3 { margin: 0; font-size: 14px; font-weight: 700; letter-spacing: 1px; color: #111; }

/* 2. Modern Product Card */
.modern-product-card {
    background: transparent !important;
    border: none !important;
    padding: 10px;
}

/* Image Wrapper (Curve Goals) */
.image-wrapper {
    position: relative;
    border-radius: 12px; /* Goal image */
    overflow: hidden;
    margin-bottom: 15px;
    background: #f9f9f9;
}
.image-wrapper img { width: 100%; height: auto; transition: 0.3s; }
.modern-product-card:hover .image-wrapper img { transform: scale(1.03); }

/* Badges & Icons */
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #d9534f; /* Red Color */
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 10;
}

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    transition: 0.3s;
}
.wishlist-btn:hover { background: #d9534f; color: #fff; }

/* Product Details (Name, Price, Button outside image) */
.product-details { text-align: center; }
.product-name { margin: 0 0 5px 0; }
.product-name a {
    color: #333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.product-price { margin-bottom: 15px; }
.new-price { font-size: 16px; font-weight: 700; color: #111; font-family: 'Playfair Display', serif; }
.old-price { font-size: 13px; color: #999; text-decoration: line-through; margin-left: 5px; }

/* Add to Cart Button */
.btn-modern-cart {
    display: inline-block;
    width: 100%;
    padding: 12px;
    background: #111;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: 0.3s;
    border: 1px solid #111;
}
.btn-modern-cart:hover { background: #fff; color: #111 !important; }

/* 3. Testimonials */
.testimonial-item { padding: 20px; }
.quote-icon { font-size: 30px; color: #e0e0e0; margin-bottom: 15px; }
.review-text { font-size: 16px; font-style: italic; color: #555; line-height: 1.8; margin-bottom: 20px; }
.client-name { font-size: 14px; font-weight: 700; color: #111; text-transform: uppercase; }
.client-stars { color: #f39c12; margin-top: 5px; }

/* =======================================================
   MODERN GRID UI - DARK THEME FIXES
======================================================= */

/* General Headlines for Dark Theme */
.modern-headline { text-align: center; margin-bottom: 30px; }
.modern-headline h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 26px;
    font-weight: 700;
    color: #c5a059 !important; /* Gold Headline */
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Reduced Spacing */
.pt_30 { padding-top: 30px !important; }
.pb_30 { padding-bottom: 30px !important; }

/* Top Category Box */
.cat-box { position: relative; overflow: hidden; border-radius: 12px; margin-bottom: 20px; }
.cat-box img { width: 100%; height: auto; transition: 0.5s ease; border-radius: 12px; }
.cat-box:hover img { transform: scale(1.05); }
.cat-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 25px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.cat-title h3 { margin: 0; font-size: 14px; font-weight: 700; color: #000 !important; }

/* ========================================
   MODERN PRODUCT GRID ITEM (No Card Box)
======================================== */
.modern-product-grid-item {
    margin-bottom: 40px;
    background: transparent !important; /* No background card */
    border: none !important;
    padding: 0 !important;
}

/* Image Box (Curve and borders here only) */
.image-wrapper {
    position: relative;
    border-radius: 15px !important; /* Goal Image Curves */
    overflow: hidden;
    background: #111 !important; /* Dark base for PNGs */
    border: 1px solid #333 !important;
}
.image-wrapper img { width: 100%; height: auto; transition: 0.4s; }
.modern-product-grid-item:hover .image-wrapper img { transform: scale(1.05); }
.modern-product-grid-item:hover .image-wrapper { border-color: #c5a059 !important; }

/* Badges & Icons */
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e74c3c; /* Red off Badge */
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    z-index: 10;
}

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000 !important; /* Black heart initially */
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 10;
    transition: 0.3s;
}
.wishlist-btn:hover { background: #e74c3c; color: #fff !important; }

/* Product Details (Below Image) */
.product-details { text-align: center; margin-top: 15px; }

/* Name formatting & Ellipsis (Lamba naam cut hoga) */
.product-name a {
    color: #ffffff !important; /* White Text for Black Theme */
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    white-space: nowrap; /* Single Line */
    overflow: hidden; /* Hide extra text */
    text-overflow: ellipsis; /* Add ... */
}
.product-name a:hover { color: #c5a059 !important; }

/* Price Coloring */
.product-price { margin-bottom: 15px; margin-top: 8px; }
.new-price { font-size: 16px; font-weight: 700; color: #c5a059 !important; font-family: 'Playfair Display', serif; }
.old-price { font-size: 13px; color: #777 !important; text-decoration: line-through; margin-left: 5px; }

/* Add to Cart Button (Highly visible) */
.btn-modern-cart {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #c5a059 !important; /* Gold Button */
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: 0.3s;
}
.btn-modern-cart:hover { background: #ffffff !important; color: #000 !important; }

/* Testimonial text color */
.review-text { color: #eee !important; }
.client-name { color: #c5a059 !important; }

/* =======================================================
   MOBILE GRID & CATEGORY TEXT FIXES
======================================================= */
@media only screen and (max-width: 767px) {
    /* 1. Mobile Category Names Center & Below */
    .cat-title {
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: none !important;
        background: transparent !important;
        box-shadow: none !important;
        margin-top: 10px !important;
        padding: 5px !important;
        text-align: center !important;
    }
    .cat-title h3 {
        color: #c5a059 !important; /* Gold text on mobile so it shows on black */
        font-size: 16px !important;
    }

    /* 2. Mobile Grid Padding (Taake chotay cards bilkul saath na jur jaien) */
    .col-xs-6 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    
    .modern-product-grid-item { margin-bottom: 25px !important; }

    /* Shrink Elements for Mobile Grid */
    .product-name a { font-size: 12px !important; }
    .new-price { font-size: 14px !important; }
    .wishlist-btn { width: 30px !important; height: 30px !important; font-size: 13px !important; }
    .discount-badge { font-size: 10px !important; padding: 2px 6px !important; }
    .btn-modern-cart { font-size: 10px !important; padding: 8px !important; }
}

/* =======================================================
   MODERN UI FIXES: SPACING, EQUAL IMAGES & SWIPE SCROLL
======================================================= */

/* Spacing Control */
.pt_30 { padding-top: 30px !important; }
.pb_10 { padding-bottom: 10px !important; }
.pt_20 { padding-top: 20px !important; }
.pb_20 { padding-bottom: 20px !important; }
.pt_40 { padding-top: 40px !important; }
.pb_40 { padding-bottom: 40px !important; }

/* Modern Swipe Scroll Container (Horizontal Scroll) */
.modern-product-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 15px; /* Scrollbar space */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
}

/* Scrollbar Customization */
.modern-product-scroll-container::-webkit-scrollbar { height: 6px; }
.modern-product-scroll-container::-webkit-scrollbar-track { background: #1a1a1a; border-radius: 10px; }
.modern-product-scroll-container::-webkit-scrollbar-thumb { background: #c5a059; border-radius: 10px; }

/* Scroll Items Size (4 on PC) */
.modern-product-scroll-item {
    flex: 0 0 calc(25% - 15px);
    scroll-snap-align: start;
}

/* Image Equal Height Fix (No Cropping) */
.image-wrapper {
    height: 280px; /* Fixed Height to make all boxes equal */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important; /* White background jesa screenshot me hai */
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
    border: 1px solid #333 !important;
}

.image-wrapper img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; /* Prevents cropping */
    transition: 0.4s;
}

/* Reviews Section Professional Look */
.testimonial-section {
    background: #111111 !important;
    border-top: 1px solid #222 !important;
}
.testimonial-item {
    background: #1a1a1a !important;
    padding: 30px !important;
    border-radius: 15px;
    border: 1px solid #333;
}
.review-text { color: #dddddd !important; font-size: 15px; line-height: 1.8; }
.client-name { color: #c5a059 !important; font-weight: 700; margin-top: 15px; }
.quote-icon { color: #333333 !important; font-size: 40px; margin-bottom: 15px; }

/* Modify these classes in your main.css */

.modern-product-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 15px; /* Gap slightly reduced */
    padding-bottom: 15px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: grab; /* Shows hand icon */
}

/* Jab mouse click ho (Dragging state) */
.modern-product-scroll-container.active {
    cursor: grabbing;
    scroll-snap-type: none; /* Smooth dragging */
}

/* Scroll Items Size (5 on PC instead of 4, makes them narrower) */
.modern-product-scroll-item {
    flex: 0 0 calc(20% - 12px); /* Changed from 25% to 20% to reduce width */
    scroll-snap-align: start;
    user-select: none; /* Prevents text selection while dragging */
}

/* Image Wrapper Height (Slightly smaller to match new width) */
.image-wrapper {
    height: 260px; /* Reduced from 280px */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden;
    position: relative;
    border: 1px solid #333 !important;
    pointer-events: none; /* Helps smooth dragging */
}

/* Add this to allow clicks on actual links inside the dragging area */
.image-wrapper a, .wishlist-btn {
    pointer-events: auto;
}

/* =======================================================
   STRICT EQUAL WIDTH FOR ALL PRODUCT CARDS (PC)
======================================================= */
.modern-product-scroll-item {
    /* Yeh teeno lines mil kar width ko lock kar deti hain (5 products per line) */
    flex: 0 0 calc(20% - 12px) !important; 
    width: calc(20% - 12px) !important;
    max-width: calc(20% - 12px) !important; 
    
    scroll-snap-align: start;
    user-select: none;
}

/* Product details ke dabbe ko bhi lock karna zaroori hai taake lamba naam bahar na nikle */
.product-details {
    width: 100% !important;
    overflow: hidden !important;
    text-align: center;
    margin-top: 15px;
}

.modern-product-grid-item {
    width: 100% !important;
}

/* =======================================================
   SINGLE PRODUCT PAGE FIX (DARK & GOLD THEME)
======================================================= */

/* Force Black Backgrounds (Sirf product page ki boundary ke andar) */
.modern-single-product.page,
.modern-single-product .product {
    background-color: #0d0d0d !important; /* Premium Black */
    color: #ffffff !important;
}
.product-modern-section {
    background-color: #0d0d0d !important;
}

/* Product Title */
.modern-single-product .p-title h2 {
    color: #c5a059 !important; /* Gold */
    font-family: 'Playfair Display', serif !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

/* Product Price & Description */
.modern-single-product .p-short-des p { color: #cccccc !important; font-size: 15px !important; line-height: 1.8 !important; }
.modern-single-product .p-price { font-size: 32px !important; color: #c5a059 !important; font-weight: bold !important; font-family: 'Playfair Display', serif !important; margin-bottom: 15px !important; }
.modern-single-product .p-price span { color: #c5a059 !important; }
.modern-single-product .p-price del { color: #888888 !important; font-size: 18px !important; margin-right: 10px !important; }
.modern-single-product .price-label { font-size: 12px !important; color: #888888 !important; text-transform: uppercase !important; letter-spacing: 1px !important; }

/* Quantity and Rating */
.modern-single-product .p-quantity { color: #cccccc !important; font-weight: bold !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1px !important; margin-bottom: 5px !important;}
.modern-single-product .rating i { color: #c5a059 !important; }

/* Images & Sliders (Remove white background) */
.modern-single-product .prod-slider { border: none !important; margin-bottom: 10px !important; background: transparent !important; }
.modern-single-product .prod-slider li { background-color: #111111 !important; border-radius: 12px !important; border: 1px solid #333333 !important; }
.modern-single-product .prod-pager-thumb { background-color: #111111 !important; border: 2px solid #333333 !important; border-radius: 8px !important; }
.modern-single-product a.active .prod-pager-thumb { border-color: #c5a059 !important; }

/* Inputs (Size, Color, Qty) */
.modern-single-product select.form-control, 
.modern-single-product input.qty, 
.modern-single-product textarea { 
    background-color: #111111 !important; 
    color: #ffffff !important; 
    border: 1px solid #333333 !important; 
    border-radius: 6px !important; 
}
.modern-single-product input.qty { text-align: center !important; padding: 5px !important; }

/* Add to Cart Button */
.modern-single-product .btn-cart1 input[type="submit"] {
    background: #000000 !important; color: #ffffff !important; width: 100% !important; padding: 15px !important; 
    font-weight: 700 !important; text-transform: uppercase !important; border-radius: 8px !important; border: 1px solid #c5a059 !important; margin-top: 15px !important; letter-spacing: 2px !important; transition: 0.3s !important;
}
.modern-single-product .btn-cart1 input[type="submit"]:hover { background: #c5a059 !important; color: #000000 !important; }

/* Share Section */
.modern-single-product .share { border-top: 1px solid #333333 !important; margin-top: 20px !important; padding-top: 15px !important; }

/* Tabs Styling (Description, Review, etc.) */
.modern-single-product .nav-tabs { border-bottom: 1px solid #333333 !important; margin-top: 30px !important; border-top: none !important; }
.modern-single-product .nav-tabs > li > a { background: transparent !important; color: #888888 !important; border: 1px solid transparent !important; border-radius: 8px 8px 0 0 !important; font-weight: bold !important; text-transform: uppercase !important; }
.modern-single-product .nav-tabs > li.active > a, 
.modern-single-product .nav-tabs > li.active > a:hover, 
.modern-single-product .nav-tabs > li.active > a:focus { background: #111111 !important; color: #c5a059 !important; border: 1px solid #333333 !important; border-bottom-color: #111111 !important; }

.modern-single-product .tab-content { background: #111111 !important; border: 1px solid #333333 !important; border-top: none !important; padding: 30px !important; border-radius: 0 0 10px 10px !important; margin-bottom: 40px !important; }
.modern-single-product .tab-content p, 
.modern-single-product .tab-content th, 
.modern-single-product .tab-content td, 
.modern-single-product .tab-content span { color: #cccccc !important; border-color: #333333 !important; }
.modern-single-product .tab-content h2, 
.modern-single-product .tab-content b u { color: #c5a059 !important; border: none !important; }
.modern-single-product .tab-content table { border-color: #333333 !important; }
/* =======================================================
   DROPDOWN MENU TEXT VISIBILITY FIX (SIZE & COLOR)
======================================================= */

/* 1. Normal HTML Select Options Fix */
.modern-single-product select.form-control option {
    background-color: #ffffff !important; /* Safaid background */
    color: #000000 !important; /* Kaala text taake theek se parha jaye */
    font-weight: 600 !important;
}

/* 2. Agar Select2 Plugin use ho raha hai to uska fix */
.select2-dropdown {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
}
.select2-results__option {
    color: #000000 !important;
    background-color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    padding: 10px !important;
}
/* Hover karne par color Gold ho jaye */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option:hover {
    background-color: #c5a059 !important;
    color: #ffffff !important;
}

/* Select2 Box Design Match */
.select2-container--default .select2-selection--single {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    border-radius: 6px !important;
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 45px !important;
    padding-left: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

/* =======================================================
   MASTER DARK THEME (GLOBAL BLACK BACKGROUND)
======================================================= */
html, body, .page, .bg-gray, .bg-white, .product, .product-modern-section {
    background-color: #050505 !important; /* Pure Black Background */
    color: #ffffff !important;
}

/* =======================================================
   PRODUCT PAGE FIXES (FULL WIDTH BUTTON & CARDS)
======================================================= */
/* Add to Cart Button Full Width */
.btn-cart1 { width: 100% !important; display: block !important; margin-top: 15px !important;}
.btn-cart1 input[type="submit"] {
    background: #c5a059 !important; /* Gold */
    color: #000000 !important;
    width: 100% !important; 
    max-width: 100% !important; /* Forces full width */
    display: block !important;
    padding: 15px !important; 
    font-weight: 700 !important; 
    text-transform: uppercase !important; 
    border-radius: 8px !important; 
    border: none !important; 
    letter-spacing: 2px !important; 
    transition: 0.3s !important;
}
.btn-cart1 input[type="submit"]:hover { background: #ffffff !important; color: #000000 !important; }

/* Product Details Card Width */
.product .col-md-7 { padding-left: 30px !important; }
.p-quantity select.form-control, .p-quantity input.qty { 
    background-color: #1a1a1a !important; color: #fff !important; 
    border: 1px solid #333 !important; border-radius: 6px !important; 
}
.p-quantity input.qty { width: 100px !important; height: 45px !important; text-align: center !important;}

/* Labels & Text */
.p-title h2 { color: #c5a059 !important; font-family: 'Playfair Display', serif !important; font-weight: 700 !important; font-size: 28px !important; text-transform: uppercase !important; margin-top: 0 !important; }
.p-price { font-size: 32px !important; color: #c5a059 !important; font-weight: bold !important; margin-bottom: 15px !important;}
.p-price span { color: #c5a059 !important; }
.p-price del { color: #888888 !important; font-size: 18px !important; margin-right: 10px !important; }

/* Tabs Styling */
.nav-tabs { border-bottom: 1px solid #333333 !important; margin-top: 30px !important; }
.nav-tabs > li > a { background: transparent !important; color: #888888 !important; font-weight: bold !important; text-transform: uppercase !important; border: none !important; }
.nav-tabs > li.active > a { background: #111111 !important; color: #c5a059 !important; border: 1px solid #333333 !important; border-bottom-color: #111111 !important; }
.tab-content { background: #111111 !important; border: 1px solid #333333 !important; border-top: none !important; padding: 30px !important; border-radius: 0 0 10px 10px !important; margin-bottom: 40px !important; }
.tab-content p, .tab-content th, .tab-content td { color: #cccccc !important; border-color: #333333 !important; }

/* =======================================================
   ULTIMATE CART PAGE FIX (FULL WIDTH & BLACK BG)
======================================================= */

/* 1. Force Full Black Background Everywhere */
html, body, .page, .dark-cart-page {
    background-color: #0a0a0a !important;
    color: #ffffff !important;
}

/* 2. Force Cart Container to be FULL WIDTH */
.dark-cart-page .container {
    width: 100% !important;
    max-width: 1200px !important; /* Standard screen size */
    padding: 0 15px !important;
}
.dark-cart-page .col-md-12 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Cart Box ko kholna */
.dark-cart-page .cart {
    width: 100% !important;
    max-width: 100% !important;
    background-color: #111111 !important;
    border: 1px solid #333333 !important;
    padding: 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5) !important;
    display: block !important;
}

/* 3. Force Table to expand fully */
.dark-cart-page .table-responsive {
    width: 100% !important;
    overflow-x: auto !important;
}
.dark-cart-page table.table {
    width: 100% !important;
    min-width: 800px !important; /* Desktop par table ko chota hone se rokega */
    border: none !important;
    background-color: transparent !important;
}

/* Table Headers & Text Alignment */
.dark-cart-page table th { background: #1a1a1a !important; color: #c5a059 !important; border-bottom: 2px solid #333 !important; padding: 15px !important; text-transform: uppercase; font-size: 12px; }
.dark-cart-page table td { color: #eee !important; border-top: 1px solid #222 !important; padding: 15px !important; vertical-align: middle !important; }

/* 4. Fix Buttons Alignment and Colors */
.dark-cart-page .cart-buttons {
    width: 100% !important;
    text-align: right !important; /* Buttons ko Right side par laye ga */
    margin-top: 30px !important;
    display: block !important;
}
.dark-cart-page .cart-buttons ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    justify-content: flex-end !important;
    gap: 15px !important;
}
.dark-cart-page .cart-buttons ul li {
    display: inline-block !important;
    margin: 0 !important;
}

/* Update & Continue Buttons (Black with Gold border) */
.dark-cart-page .cart-buttons .custom-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #c5a059 !important;
    padding: 12px 25px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    display: inline-block !important;
    transition: 0.3s !important;
}
.dark-cart-page .cart-buttons .custom-btn:hover {
    background-color: #c5a059 !important;
    color: #000000 !important;
}

/* Proceed to Checkout Button (Solid Gold) */
.dark-cart-page .cart-buttons .custom-btn-gold {
    background-color: #c5a059 !important;
    color: #000000 !important;
    border: 1px solid #c5a059 !important;
    padding: 12px 30px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    display: inline-block !important;
    transition: 0.3s !important;
    text-decoration: none !important;
}
.dark-cart-page .cart-buttons .custom-btn-gold:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
/* =======================================================
   CART BUTTONS ALIGNMENT FIX (UPDATE CART LEVELING)
======================================================= */
.dark-cart-page .cart-buttons ul {
    display: inline-flex !important;
    align-items: center !important; /* Sabko vertically center karega */
    gap: 15px !important;
}

.dark-cart-page .cart-buttons ul li {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    height: 100% !important;
}

/* Teeno buttons ki height aur display ek jaisi lock karna */
.dark-cart-page .custom-btn, 
.dark-cart-page .custom-btn-gold {
    height: 45px !important; /* Fixed height for all */
    display: flex !important;
    align-items: center !important; /* Text center mein rahega */
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 25px !important; /* Padding set ki taake height barabar rahay */
}
/* =======================================================
   EMERGENCY CART PAGE FIX (OVERRIDING 280PX SIDEBAR RULE)
======================================================= */

/* 1. Flexbox layout ko block mein badalna taake sidebar wala design na chalay */
.dark-cart-page .container > .row {
    display: block !important; 
}

/* 2. Zabardasti 280px ko khatam kar ke 100% Full Screen karna */
.dark-cart-page .container > .row > div:first-child,
.dark-cart-page .col-md-12 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}

/* 3. Poore Page ka Background pakka Black karna */
body:has(.dark-cart-page),
.dark-cart-page,
.dark-cart-page .container {
    background-color: #050505 !important;
}

/* 4. Cart Box ko Full Width karna */
.dark-cart-page .cart {
    width: 100% !important;
    background-color: #111111 !important;
    border: 1px solid #333333 !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5) !important;
}

/* 5. Buttons ko Right Side par set karna */
.dark-cart-page .cart-buttons {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important; /* Right align */
    margin-top: 30px !important;
}
/* =======================================================
   CHECKOUT PAGE EXTRA FIXES (BLACK THEME)
======================================================= */
.dark-checkout-page {
    background-color: #050505 !important;
}

/* Ensure Select2 boxes in checkout also look dark */
.dark-checkout-page .select2-container--default .select2-selection--single {
    background-color: #000000 !important;
    border: 1px solid #444444 !important;
    color: #ffffff !important;
    height: 40px !important;
}
.dark-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
    line-height: 40px !important;
}
.dark-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

/* =======================================================
   CHECKOUT PAGE EMERGENCY WIDTH FIX (LOGIN BOX & LAYOUT)
======================================================= */

/* 1. 280px wale Sidebar curse ko todna */
.dark-checkout-page .container > .row {
    display: block !important;
}

.dark-checkout-page .container > .row > div:first-child,
.dark-checkout-page .col-md-12 {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
}

/* 2. Login Prompt Box ko Center karna aur Khoobsurat banana */
.login-prompt-box {
    width: 100% !important;
    max-width: 600px !important; /* Dabbe ko munasib size dega */
    margin: 80px auto !important; /* Screen ke bilkul darmiyan mein layega */
    background-color: #111111 !important;
    border: 1px solid #333333 !important;
    border-radius: 12px !important;
    padding: 60px 30px !important;
    text-align: center !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6) !important;
}

.login-prompt-box h2 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 26px !important;
    margin-bottom: 30px !important;
    line-height: 1.4 !important;
}

/* 3. Login Button */
.btn-custom-login {
    display: inline-block !important;
    background-color: #c5a059 !important;
    color: #000000 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 15px 50px !important;
    border-radius: 4px !important;
    transition: 0.3s !important;
    text-decoration: none !important;
    border: 1px solid #c5a059 !important;
}

.btn-custom-login:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important;
    box-shadow: 0 5px 20px rgba(255,255,255,0.2) !important;
}

/* =======================================================
   TABLE HOVER COLOR FIX (DARK THEME)
======================================================= */

/* Jab mouse table ki row par aye to background white na ho, balke halka sa Gold ya Dark Grey ho */
.dark-cart-page .table-hover > tbody > tr:hover,
.dark-checkout-page .table-hover > tbody > tr:hover,
.dark-checkout-page table.table tr:hover {
    background-color: #1a1a1a !important; /* Halka sa Dark Grey Hover */
}

/* Aur agar text ka color bhi set karna ho to yahan kar sakte hain */
.dark-cart-page .table-hover > tbody > tr:hover > td,
.dark-checkout-page .table-hover > tbody > tr:hover > td {
    color: #c5a059 !important; /* Mouse aane par text Gold ho jaye taake aur pyara lagay */
}

/* Shipping Cost wali row ka background white error fix */
.dark-checkout-page table tr {
    background-color: transparent !important;
}
.dark-checkout-page table td {
    background-color: #111111 !important;
}

/* =======================================================
   ULTIMATE GLOBAL BLACK BACKGROUND FIX (FOR ALL PAGES)
======================================================= */

/* 1. Poori website ki body, html aur sab wrappers ko zabardasti black karna */
body, 
html, 
.page, 
.user-content, 
.page-content, 
.wrapper, 
.billing-shipping-page {
    background-color: #050505 !important;
    background: #050505 !important;
    color: #ffffff !important;
}

/* 2. Purani theme ke safaid dabbon (white boxes) ka shadow aur border khatam karna */
.user-content {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important; /* Extra white space ko minimize karne ke liye */
}

/* 3. Text colors jo white background ki wajah se dark the, unko light karna */
.user-content p, 
.page p, 
.page label {
    color: #cccccc !important;
}

/* 4. Table aur Cart ke peechay jo extra white background aata hai usko transparent karna */
.table-responsive {
    background: transparent !important;
}