.elementor-kit-7{--e-global-color-primary:#C9A24D;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#1E1E1E;--e-global-color-accent:#B08A3C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   1. GLOBAL DESIGN TOKENS (Rathath AL-Hayat)
   ========================================================= */
:root {
  /* Brand Colors */
  --gold-main: #C9A24D;
  --gold-dark: #B08A3C;
  --gold-light: #E6C77A;
  
  /* Luxury Hierarchy */
  --bg-page: #FFFFFF;    /* Pure White (Background) */
  --bg-card: #F9F8F6;    /* Alabaster (Product Cards) */
  --bg-btn:  #F2F0EF;    /* Off-White (Buttons) */
  
  --text-dark: #1E1E1E;
  --font-en: "Montserrat", sans-serif;
  --font-ar: "Cairo", sans-serif;
  --transition-fast: 0.35s ease;
}

/* =========================================================
   2. BASE TYPOGRAPHY & RESET
   ========================================================= */
body {
  font-family: var(--font-en);
  color: var(--text-dark);
  background-color: var(--bg-page) !important;
}

/* RTL / Arabic Support */
html[lang="ar"] body, html[dir="rtl"] body, .rtl body {
  font-family: var(--font-ar);
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-family: var(--font-en);
}

html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, 
html[dir="rtl"] h4, html[dir="rtl"] h5, html[dir="rtl"] h6,
html[dir="rtl"] .elementor-heading-title {
  font-family: var(--font-ar);
}

/* =========================================================
   3. LUXURY INTERACTION PACK (Selection & Scroll)
   ========================================================= */
::selection {
  background-color: var(--gold-main);
  color: #FFFFFF;
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg-card); }
::-webkit-scrollbar-thumb {
  background-color: var(--gold-main);
  border-radius: 5px;
  border: 2px solid var(--bg-card);
}

/* =========================================================
   4. GOLD BUTTON SYSTEM (Corrected for Elementor Widgets)
   ========================================================= */

/* Target the actual button INSIDE the widget wrapper */
.gold-btn .elementor-button,
.gold-product-card .product .add_to_cart_button,
.gold-product-card .product .button {
  background-color: var(--bg-btn) !important; /* Off-White */
  background-image: none !important;
  color: var(--gold-main) !important;
  border: 2px solid var(--gold-main) !important;
  border-radius: 32px !important;
  padding: 12px 42px !important;
  font-weight: 600 !important;
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: all var(--transition-fast);
  box-shadow: none !important;
  
  /* Reset margins for the inner button */
  margin: 0 !important; 
}

/* The Gradient Underline Effect */
.gold-btn .elementor-button::after,
.gold-product-card .product .add_to_cart_button::after,
.gold-product-card .product .button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-main), var(--gold-light));
  border-radius: 3px;
  transform: translateX(-50%);
  transition: width var(--transition-fast);
  z-index: 1;
}

/* Hover States */
.gold-btn .elementor-button:hover::after,
.gold-product-card .product .add_to_cart_button:hover::after,
.gold-product-card .product .button:hover::after {
  width: 60%;
}

.gold-btn .elementor-button:hover,
.gold-product-card .product .add_to_cart_button:hover,
.gold-product-card .product .button:hover {
  background-color: #FFFFFF !important;
  color: var(--gold-dark) !important;
  transform: translateY(-2px);
  border-color: var(--gold-dark) !important;
}

/* =========================================================
   5. PRODUCT CARD (Alabaster Luxury)
   ========================================================= */
.gold-product-card .product {
  background-color: var(--bg-card) !important;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: all var(--transition-fast);
}

.gold-product-card .product:hover {
  background-color: #FFFFFF !important;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(201, 162, 77, 0.15);
  border-color: rgba(201, 162, 77, 0.2);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-en) !important;
  font-weight: 500;
  padding-top: 10px;
}

html[dir="rtl"] .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--font-ar) !important;
}

.woocommerce ul.products li.product .price {
  color: var(--gold-dark) !important;
  font-weight: 700;
  font-size: 1.1em;
}

/* =========================================================
   6. PREMIUM BADGES & INPUTS
   ========================================================= */
/* Sale Badge */
.woocommerce span.onsale {
  background-color: var(--gold-main) !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  padding: 4px 12px !important;
  font-weight: 600;
  font-size: 12px !important;
  text-transform: uppercase;
  top: 15px !important;
  left: 15px !important;
  box-shadow: 0 4px 10px rgba(201, 162, 77, 0.3);
  min-height: auto;
  line-height: 1.5;
}

html[dir="rtl"] .woocommerce span.onsale {
  left: auto !important;
  right: 15px !important;
}

/* Inputs */
input[type="text"], input[type="email"], select, .woocommerce .quantity .qty {
  background-color: #ffffff !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px !important;
  padding: 12px !important;
}
input:focus, select:focus {
  border-color: var(--gold-main) !important;
  outline: none;
}


/* =========================================================
   CENTER ALIGNMENT ADD-ON (Title, Price, Button)
   ========================================================= */

/* 1. Center the Container */
.gold-product-card .product {
    text-align: center !important;
}

/* 2. Center the Title */
.gold-product-card .product .woocommerce-loop-product__title {
    text-align: center !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px; /* Little breathing room from image */
}

/* 3. Center the Price */
.gold-product-card .product .price {
    text-align: center !important;
    display: block;
    width: 100%;
    margin-bottom: 15px; /* Space between price and button */
    font-size: 16px !important; /* Make price clearly visible */
}

/* 4. Center the Rating (If you use stars) */
.gold-product-card .product .star-rating {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: table !important; /* Forces centering */
    margin-bottom: 8px;
}

/* 5. Center the Button */
.gold-product-card .product .add_to_cart_button,
.gold-product-card .product .button {
    display: inline-block !important; /* Required for centering */
    float: none !important;
    margin-top: 0 !important;
}


/* =========================================================
   FOOTER MENU GOLD EFFECT (Center-Out Animation)
   ========================================================= */

/* 1. Setup the text for animation */
.gold-footer-menu .elementor-icon-list-text {
    position: relative;
    display: inline-block;
    transition: color 0.3s ease;
    padding-bottom: 4px; /* Space for the line */
}

/* 2. Change Text Color on Hover */
.gold-footer-menu .elementor-icon-list-item:hover .elementor-icon-list-text {
    color: var(--gold-main) !important;
}

/* 3. The Gold Line (Hidden by default) */
.gold-footer-menu .elementor-icon-list-text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px; /* Slightly thinner for footer elegance */
    background: linear-gradient(90deg, var(--gold-main), var(--gold-light));
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* 4. Trigger Animation on Hover */
.gold-footer-menu .elementor-icon-list-item:hover .elementor-icon-list-text::after {
    width: 100%;
}/* End custom CSS */