/* ==========================================================================
   SR MARBLE POLISHING SOLUTIONS - FIXED NAVIGATION & BREADCRUMB SPECIFICATION
   ========================================================================== */

:root {
  --header-offset: 0px;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* HEADER BASE LAYOUT */
#header {
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  position: relative;
  z-index: 1001;
}

#header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(237,167,47,.06), rgba(11,59,145,.04));
  z-index: -1;
}

#header .container-fluid {
  padding-top: 10px;
  padding-bottom: 6px;
}

#header img {
  max-height: 58px;
  height: auto;
  width: auto;
}

#header .col-lg-3, #header .col-12 {
  font-size: 14px;
  color: #374151;
  line-height: 1.4;
}

#header i {
  color: #EDA72F;
  font-size: 18px;
  margin-bottom: 2px;
}

#header a, #header .bi-phone, #header .bi-envelope {
  color: #0b3b91;
  font-weight: 500;
  text-decoration: none;
}

/* MOBILE HEADER BRANDING ADJUSTMENT */
@media(max-width:768px) {
  #header > .container-fluid > .row {
    display: none !important;
  }
  #header .text-center.d-lg-none img {
    max-height: 70px;
    max-width: 85%;
    margin-bottom: 5px;
  }
}

/* ==========================================================================
   MAIN MENU BAR SYSTEM - CLEAN CONTAINER DESIGN
   ========================================================================== */
#menu-bar {
  background: #030F27 !important;
  padding: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

#menu-bar a,
#menu-bar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  text-decoration: none;
}

#menu-bar .nav-link:hover, 
#menu-bar .nav-link.active,
#menu-bar .navbar-nav > li:hover > a {
  color: #EDA72F !important;
}

#menu-bar .navbar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: nowrap !important;
}

#menu-bar .navbar-toggler {
  margin: 5px !important;
  border-color: rgba(255,255,255,0.2) !important;
}

#menu-bar .navbar-collapse {
  flex: 1 1 auto;
  white-space: nowrap;
}

/* DESKTOP PHONE LINKS */
.menu-desktop-extras {
  display: flex !important;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-wrap: nowrap !important;
  white-space: nowrap;
  z-index: 1005;
  padding-right: 15px;
}

.menu-desktop-phone {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #EDA72F !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(237,167,47,.4);
  background: rgba(237,167,47,.08);
  border-radius: 4px;
}

.menu-desktop-phone i {
  font-size: 16px;
  background: rgba(237,167,47,.25);
  border-radius: 50%;
  padding: 4px;
}

/* MOBILE QUICK CONTACT BAR - CONVERTED TO CLEAN SECURE FLEX BLOCK ROW Below MENU */
.menu-mobile-contacts {
  display: flex !important;
  width: 100%;
  background: #020a1a;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-mobile-contacts a {
  display: flex !important;
  align-items: center;
  gap: 5px;
  color: #EDA72F !important;
  font-weight: 700;
  font-size: 13.5px;
  text-decoration: none;
  white-space: nowrap;
}

.menu-mobile-contacts i {
  font-size: 12px;
  background: rgba(237,167,47,.2);
  border-radius: 50%;
  padding: 5px;
}

/* ==========================================================================
   BREADCRUMBS MODERNHOUSE OVERHAUL - REMOVED HUGE STRIP ERROR
   ========================================================================== */
.breadcrumbs {
  background: #f8fafc !important; /* Soft premium grey accent background strip */
  padding: 6px 0 !important;      /* Shortened strip layout */
  margin: 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.breadcrumbs ol {
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  gap: 6px !important;
  align-items: center !important;
}

.breadcrumbs ol li {
  color: #64748b !important; /* slate text */
  display: flex !important;
  align-items: center !important;
}

/* Arrow separator styling */
.breadcrumbs ol li:not(:last-child)::after {
  content: "\f105" !important; /* FontAwesome right angle icon chevron */
  font-family: "FontAwesome" !important;
  margin-left: 6px !important;
  color: #cbd5e1 !important;
  font-size: 13px !important;
}

.breadcrumbs ol li a {
  color: #0b3b91 !important; /* Proper text visibility color over light gray background */
  text-decoration: none !important;
  font-weight: 500 !important;
}

.breadcrumbs ol li a:hover {
  color: #EDA72F !important;
  text-decoration: underline !important;
}

/* Fallback product page breadcrumb specs styling overrides */
.product-breadcrumb {
  padding: 6px 0 !important;
  background: #f8fafc !important;
  border-bottom: 1px solid #e2e8f0 !important;
}

.product-breadcrumb-list {
  display: flex !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #64748b !important;
}

.product-breadcrumb-list a {
  color: #0b3b91 !important;
  text-decoration: none !important;
}

body:not(.product-product) .breadcrumbs,
body.product-product .product-breadcrumb {
  margin-top: var(--header-offset);
}