/*
Theme Name: Flatsome Child Clean
Theme URI: https://ux-themes.com/
Description: Clean child theme for Flatsome
Author: UX Themes
Author URI: https://ux-themes.com/
Template: flatsome
Version: 1.0
*/

/* =========================================
   SKC’JUMIRA – BRAND HEADER & TOP BAR STYLES
   ========================================= */

/* ===============================
   HEADER MAIN (BEIGE)
   =============================== */

#header,
#header .header-inner,
#header .container {
  background-color: #F5F1EA !important; /* Brand Beige */
}

/* MAIN MENU TEXT */
#header a,
#header .nav > li > a {
  color: #1F1F1F !important; /* Charcoal */
  font-weight: 500;
}

/* MAIN MENU HOVER */
#header a:hover,
#header .nav > li > a:hover {
  color: #B8A46C !important; /* Gold */
}

/* ===============================
   TOP BAR – FORCE BRAND GREEN
   =============================== */

/* Top bar background (ALL wrappers) */
#top-bar,
#top-bar .flex-row,
#top-bar .top-bar-nav,
#top-bar .container {
  background-color: #2F5D3A !important; /* Deep Brand Green */
}

/* Top bar text & links */
#top-bar,
#top-bar a {
  color: #ffffff !important;
  font-size: 13px;
}

/* Top bar hover */
#top-bar a:hover {
  color: #B8A46C !important; /* Gold */
}

/* ===============================
   HEADER ICONS (SEARCH, CART, MENU)
   =============================== */

.header-nav i,
.header-nav svg,
.header-nav .icon {
  color: #1F1F1F !important; /* Charcoal */
}

/* Header icons hover */
.header-nav i:hover,
.header-nav svg:hover,
.header-nav .icon:hover {
  color: #B8A46C !important; /* Gold */
}

/* ===============================
   DISABLE TRANSPARENT HEADER
   =============================== */

.header-transparent,
.header-transparent #header,
.header-transparent #header .header-inner {
  background-color: #F5F1EA !important;
}
