/* ============================================
   eLitigant Brand Stylesheet
   Navy #1B2A4A | Gold #C9A84C | AI Blue #4A90D9
   ============================================ */

/* --- ROOT VARIABLES --- */
:root {
  --el-navy: #1B2A4A;
  --el-navy-light: #243758;
  --el-gold: #C9A84C;
  --el-gold-light: #E8D48B;
  --el-blue: #4A90D9;
  --el-slate: #6B7B8D;
  --el-offwhite: #F5F3EE;
  --el-white: #FFFFFF;
}

/* --- BODY & BACKGROUND --- */
body {
  background-color: var(--el-offwhite) !important;
  color: #333 !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

/* --- HEADER / NAVIGATION --- */
.ast-primary-header,
.site-header,
header.site-header {
  background-color: var(--el-navy) !important;
  border-bottom: 3px solid var(--el-gold) !important;
}

.site-title a,
.ast-site-title-wrap a {
  color: var(--el-white) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
}

.main-navigation a,
.ast-header-menu a,
.menu-item a,
.ast-nav-menu a {
  color: var(--el-white) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 1px !important;
  transition: color 0.3s ease !important;
}

.main-navigation a:hover,
.ast-header-menu a:hover,
.menu-item a:hover,
.ast-nav-menu a:hover {
  color: var(--el-gold) !important;
}

.current-menu-item a {
  color: var(--el-gold) !important;
  border-bottom: 2px solid var(--el-gold) !important;
}

/* --- HEADINGS --- */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title,
.wp-block-heading {
  color: var(--el-navy) !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-weight: 700 !important;
}

h1, .entry-title { font-size: 2.5em !important; }
h2 { font-size: 2em !important; }
h3 { font-size: 1.5em !important; }

/* --- LINKS --- */
a {
  color: var(--el-blue) !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}
a:hover {
  color: var(--el-gold) !important;
}

/* --- BUTTONS --- */
.wp-block-button__link,
.ast-button,
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button,
.elementor-button {
  background-color: var(--el-gold) !important;
  color: var(--el-navy) !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  padding: 12px 28px !important;
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  font-family: 'Helvetica Neue', Arial, sans-serif !important;
}

.wp-block-button__link:hover,
.ast-button:hover,
button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background-color: var(--el-navy) !important;
  color: var(--el-gold) !important;
}

/* --- SECONDARY / OUTLINE BUTTONS --- */
.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border: 2px solid var(--el-gold) !important;
  color: var(--el-gold) !important;
}
.is-style-outline .wp-block-button__link:hover {
  background-color: var(--el-gold) !important;
  color: var(--el-navy) !important;
}

/* --- FOOTER --- */
.site-footer,
.ast-footer,
footer.site-footer {
  background-color: var(--el-navy) !important;
  color: var(--el-slate) !important;
  border-top: 3px solid var(--el-gold) !important;
}

.site-footer a,
.ast-footer a {
  color: var(--el-gold) !important;
}

.site-footer a:hover {
  color: var(--el-white) !important;
}

.ast-small-footer,
.site-below-footer-wrap {
  background-color: #0F1B33 !important;
  color: var(--el-slate) !important;
}

/* --- CONTENT SECTIONS --- */
.wp-block-group,
.entry-content {
  max-width: 1200px;
  margin: 0 auto;
}

/* Alternating section backgrounds */
.wp-block-group.has-background {
  padding: 60px 40px !important;
}

/* --- HR / SEPARATORS --- */
hr,
.wp-block-separator {
  border-color: var(--el-gold) !important;
  opacity: 0.4;
}

/* --- BLOCKQUOTES --- */
blockquote,
.wp-block-quote {
  border-left: 4px solid var(--el-gold) !important;
  background: rgba(27, 42, 74, 0.03) !important;
  padding: 20px 25px !important;
  font-style: italic !important;
  color: var(--el-navy) !important;
}

/* --- WOOCOMMERCE PRODUCT CARDS --- */
.woocommerce ul.products li.product {
  border: 1px solid #e0ddd5 !important;
  border-radius: 8px !important;
  padding: 20px !important;
  transition: box-shadow 0.3s ease !important;
  background: var(--el-white) !important;
}

.woocommerce ul.products li.product:hover {
  box-shadow: 0 4px 20px rgba(27, 42, 74, 0.15) !important;
}

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

/* --- WOOCOMMERCE PRICE --- */
.woocommerce .amount,
.price .amount {
  color: var(--el-gold) !important;
  font-weight: 700 !important;
}

/* --- PAGE TITLE / HERO AREA --- */
.ast-archive-title,
.page-title {
  background-color: var(--el-navy) !important;
  color: var(--el-white) !important;
  padding: 40px 0 !important;
}

/* --- FORMS --- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #d0cdc5 !important;
  border-radius: 4px !important;
  padding: 10px 14px !important;
  transition: border-color 0.3s ease !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: var(--el-blue) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(74, 144, 217, 0.2) !important;
}

/* --- GOLD ACCENT UNDERLINE FOR HEADINGS --- */
.entry-content h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: var(--el-gold);
  margin-top: 10px;
}

/* --- SCROLLBAR STYLING --- */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--el-offwhite);
}
::-webkit-scrollbar-thumb {
  background: var(--el-slate);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--el-navy);
}

/* --- HOMEPAGE TITLE HIDE --- */
.home .entry-title,
.home .page-title,
.home .ast-archive-description {
  display: none !important;
}

/* --- HIDE PAGE TITLE ON ALL PAGES (Astra shows it separately) --- */
.page .entry-header .entry-title {
  display: none !important;
}

/* --- HERO SECTION --- */
.wp-block-group.has-white-color h1,
.wp-block-group.has-white-color h2,
.wp-block-group.has-white-color p {
	  color: var(--el-white) !important;
}
}

/* --- SHOP CARD ALIGNMENT --- */
.woocommerce ul.products li.product {
	  display: flex !important;
	  flex-direction: column !important;
}
.woocommerce ul.products li.product .button {
	  margin-top: auto !important;
}
}
}