/*
================================================
Systematic Reviews, LLC — Brand CSS
Inspired by: warm black + cream-gold logo
================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Cormorant+SC:wght@300;400;500;600&family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&display=swap');

/* ── Brand Palette ─────────────────────────────
  Warm Black:     #0d0a06
  Deep Brown-Black:#1a1208
  Gold Cream:     #e8d5a3
  Gold Mid:       #c9a84c
  Gold Dark:      #a07830
  Muted Gold:     #8a7040
  Body Text:      #c8b896
  Light BG:       #f5f0e8
  Off-white:      #faf6ee
─────────────────────────────────────────────── */

* { box-sizing: border-box; }

body {
  font-family: 'EB Garamond', 'Garamond', 'Georgia', serif;
  font-size: 17px;
  line-height: 1.8;
  color: #3a2e1e;
  background: #faf6ee;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', 'Garamond', Georgia, serif;
  color: #1a1208;
  font-weight: 500;
}

a { color: #a07830; }
a:hover { color: #c9a84c; text-decoration: none; }

/* ── Header ───────────────────────────────────── */
.header-section {
  background: #0d0a06 !important;
  border-bottom: 1px solid #3a2e1e;
}

.header-bottomarea {
  background: #0d0a06 !important;
  padding: 0 !important;
}

.header-bottom { padding: 14px 0 !important; }

.in-navigation ul li a {
  color: #c8b896 !important;
  font-family: 'Cormorant SC', 'Cormorant Garamond', Georgia, serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 10px 16px !important;
  transition: color 0.3s ease !important;
}

.in-navigation ul li a:hover,
.in-navigation ul li.active a {
  color: #e8d5a3 !important;
}

.in-navigation ul li ul.dropdown {
  background: #0d0a06 !important;
  border-top: 1px solid #c9a84c !important;
}

.in-navigation ul li ul.dropdown li a {
  color: #c8b896 !important;
  font-size: 12px !important;
  padding: 8px 20px !important;
  letter-spacing: 1.5px !important;
}

.in-navigation ul li ul.dropdown li a:hover {
  color: #e8d5a3 !important;
  background: rgba(200,168,76,0.08) !important;
}

/* ── Slider / Hero ────────────────────────────── */
.main-slider .content h1 {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  color: #e8d5a3 !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  line-height: 1.15 !important;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6) !important;
}

.main-slider .content h1 span {
  color: #c9a84c !important;
  display: block;
  font-style: italic;
}

.main-slider .content p {
  color: #c8b896 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 19px !important;
  font-style: italic !important;
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 32px !important;
}

.main-slider .slide {
  background-color: #0d0a06 !important;
}

/* ── Owl Carousel Timing ──────────────────────── */
/* Controlled via JS custom.js override below */

/* ── Buttons ──────────────────────────────────── */
.theme-button-one,
.theme-button-one.bttn.color-one {
  background: transparent !important;
  border: 1px solid #c9a84c !important;
  color: #e8d5a3 !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 12px 30px !important;
  border-radius: 0 !important;
  transition: all 0.4s ease !important;
}

.theme-button-one:hover,
.theme-button-one.bttn.color-one:hover {
  background: #c9a84c !important;
  color: #0d0a06 !important;
}

/* ── Features Strip ───────────────────────────── */
.features-wrapper {
  background: #1a1208 !important;
  border-top: 1px solid #3a2e1e;
  border-bottom: 1px solid #3a2e1e;
}

.single-feature-service {
  background: #1a1208 !important;
  border-left: 1px solid #3a2e1e;
  padding: 30px !important;
  transition: all 0.3s ease;
}

.single-feature-service:hover { background: #221a0a !important; }
.single-feature-service.two { background: #0d0a06 !important; }
.single-feature-service.three { background: #1a1208 !important; }

.single-feature-service .services-icon i {
  color: #c9a84c !important;
  font-size: 32px !important;
}

.single-feature-service .service-content h3 {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
}

.single-feature-service .service-content p {
  color: #8a7858 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 15px !important;
}

/* ── Section Headings ─────────────────────────── */
.section_heading h2 {
  color: #0d0a06 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 38px !important;
  font-weight: 500 !important;
  font-style: italic !important;
}

.section_heading h2 span { color: #c9a84c !important; }

.separator ul li {
  background: #c9a84c !important;
}

/* ── About Section ────────────────────────────── */
.about-wrapper { background: #faf6ee !important; }

.home-about-inner h2 {
  color: #0d0a06 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  font-style: italic !important;
}

.home-about-inner p {
  color: #2a1e0e !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 17px !important;
}

/* ── Services Cards ───────────────────────────── */
.single-service-content {
  border: 1px solid #d4c4a0 !important;
  border-radius: 0 !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
  background: #faf6ee !important;
  transition: all 0.3s ease;
  position: relative;
}

.single-service-content::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 2px; height: 0;
  background: #c9a84c;
  transition: height 0.4s ease;
}

.single-service-content:hover::before { height: 100%; }
.single-service-content:hover {
  box-shadow: 0 4px 24px rgba(26,18,8,0.1) !important;
}

.single-services-icon i {
  color: #c9a84c !important;
  font-size: 36px !important;
}

.single-service-content h3 {
  color: #0d0a06 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 14px 0 10px !important;
  font-style: italic !important;
}

.single-service-content p {
  color: #2a1e0e !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

/* ── Division Pages ───────────────────────────── */
.paragraph-number {
  display: inline-block;
  width: 38px; height: 38px;
  background: #c9a84c;
  border: 1px solid #c9a84c;
  color: #0d0a06;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-bottom: 14px;
}

.division-paragraph {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e0d4b8;
}

.division-paragraph:last-child { border-bottom: none; }

.division-paragraph h3 {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 14px;
  border-bottom: 1px solid #3a2e1e;
  padding-bottom: 8px;
  background: none !important;
  text-decoration: none !important;
}

.highlight-box {
  background: #f5f0e8;
  border-left: 2px solid #c9a84c;
  padding: 18px 22px;
  margin-bottom: 14px;
  border-radius: 0;
}

.highlight-box h4 {
  color: #0d0a06;
  font-family: 'Cormorant SC', Georgia, serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.highlight-box p {
  color: #2a1e0e;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

.free-badge {
  display: inline-block;
  background: transparent;
  border: 1px solid #c9a84c;
  color: #c9a84c;
  font-family: 'Cormorant SC', Georgia, serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 4px 14px;
  margin-bottom: 20px;
}

.integrity-box {
  background: #0d0a06;
  padding: 36px;
  margin: 36px 0;
  border: 1px solid #3a2e1e;
  border-left: 3px solid #c9a84c;
}

.integrity-box h3 {
  color: #e8d5a3;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 14px;
}

.integrity-box p {
  color: #8a7858;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 16px;
  line-height: 1.85;
}

.integrity-box a { color: #c9a84c !important; }

/* ── Breadcrumb ───────────────────────────────── */
.breadcrumb-wrapper {
  background: #0d0a06 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #3a2e1e;
  min-height: 0 !important;
}

.breadcrumb-wrapper .images-overlay {
  background: rgba(13,10,6,0.85) !important;
}

.page-heading h1 {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  margin-bottom: 2px !important;
  margin-top: 0 !important;
}

.page-heading h1 span { color: #c9a84c !important; }
.page-heading p { color: #a09070 !important; font-family: 'EB Garamond', Georgia, serif !important; font-style: italic !important; font-size: 15px !important; margin: 0 !important; }

.breadcrumb-list ul li a { color: #c9a84c !important; font-family: 'Cormorant SC', Georgia, serif !important; letter-spacing: 1px !important; }
.breadcrumb-list ul li { color: #8a7858 !important; font-family: 'Cormorant SC', Georgia, serif !important; }

/* ── CTA Section ──────────────────────────────── */
.cta-wrapper {
  background: #0d0a06 !important;
  border-top: 1px solid #3a2e1e !important;
  border-bottom: 1px solid #3a2e1e !important;
}

.cta-text h3 {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  font-style: italic !important;
}

.cta-text p { color: #8a7858 !important; font-family: 'EB Garamond', Georgia, serif !important; }
.cta-text ul li { color: #c9a84c !important; font-family: 'Cormorant SC', Georgia, serif !important; letter-spacing: 1px !important; }

/* ── Contact Form ─────────────────────────────── */
.contact-form .input-box input,
.contact-form .input-box textarea,
.contact-form .input-box select {
  border: 1px solid #d4c4a0 !important;
  border-radius: 0 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 16px !important;
  color: #3a2e1e !important;
  padding: 14px 20px !important;
  background: #faf6ee !important;
  transition: border-color 0.3s ease;
}

.contact-form .input-box input:focus,
.contact-form .input-box textarea:focus {
  border-color: #c9a84c !important;
  outline: none !important;
  box-shadow: none !important;
}

.contact-form .icon i { color: #c9a84c !important; }

.contact-form button[type="submit"] {
  background: transparent !important;
  border: 1px solid #c9a84c !important;
  color: #e8d5a3 !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 14px 36px !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: all 0.4s ease !important;
  background-color: #0d0a06 !important;
}

.contact-form button[type="submit"]:hover {
  background: #c9a84c !important;
  color: #0d0a06 !important;
}

.single-address-box { border-top: 2px solid #c9a84c !important; }
.single-address-box h3 { color: #1a1208 !important; font-family: 'Cormorant Garamond', Georgia, serif !important; font-style: italic !important; }
.single-address-box p { color: #5a4a36 !important; font-family: 'EB Garamond', Georgia, serif !important; }

.form-success {
  background: #f5f0e8;
  border: 1px solid #c9a84c;
  color: #4a3a2a;
  padding: 16px 20px;
  margin-top: 16px;
  font-family: 'EB Garamond', Georgia, serif;
  display: none;
}

.form-error {
  background: #fff0f0;
  border: 1px solid #c08080;
  color: #6a2020;
  padding: 16px 20px;
  margin-top: 16px;
  font-family: 'EB Garamond', Georgia, serif;
  display: none;
}

/* ── Footer ───────────────────────────────────── */
.footer-top {
  background: #0d0a06 !important;
  border-top: 1px solid #3a2e1e;
  padding-top: 60px !important;
}

.widget-title {
  color: #c9a84c !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  border-bottom: 1px solid #2a1e0e !important;
  padding-bottom: 12px !important;
  margin-bottom: 20px !important;
}

.footer-top .about-widget p {
  color: #6a5a40 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.footer-top .nav-widget ul li a {
  color: #6a5a40 !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 15px !important;
  padding: 4px 0 !important;
  display: block;
  transition: color 0.2s ease;
}

.footer-top .nav-widget ul li a:hover { color: #e8d5a3 !important; }

.social-icon a {
  background: #1a1208 !important;
  color: #6a5a40 !important;
  width: 34px; height: 34px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  border: 1px solid #3a2e1e;
  transition: all 0.3s ease;
}

.social-icon a:hover { background: #c9a84c !important; color: #0d0a06 !important; border-color: #c9a84c !important; }

.copyright, .disclaimer-bar {
  background: #080604 !important;
  border-top: 1px solid #2a1e0e;
  padding: 14px 0;
  text-align: center;
}

.copyright p, .disclaimer-bar p {
  color: #4a3a2a !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 14px !important;
}

.disclaimer-bar a { color: #8a7040 !important; }
.disclaimer-bar a:hover { color: #c9a84c !important; }
.copyright .color { color: #c9a84c !important; }

/* ── Footer mini-form ─────────────────────────── */
.bottom-form input {
  background: #1a1208 !important;
  border: 1px solid #3a2e1e !important;
  color: #c8b896 !important;
  border-radius: 0 !important;
  padding: 10px 14px !important;
  font-family: 'EB Garamond', Georgia, serif !important;
  font-size: 15px !important;
  width: 100%;
  margin-bottom: 10px;
}

.bottom-form input:focus { border-color: #c9a84c !important; outline: none !important; }

.bottom-form .btn {
  background: transparent !important;
  border: 1px solid #c9a84c !important;
  color: #c9a84c !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 10px 24px !important;
  border-radius: 0 !important;
  transition: all 0.3s ease;
}

.bottom-form .btn:hover { background: #c9a84c !important; color: #0d0a06 !important; }

/* ── Preloader ────────────────────────────────── */
#preloader { background: #0d0a06 !important; }
#loader { border-top-color: #c9a84c !important; border-color: #3a2e1e; border-top-color: #c9a84c; }

/* ── Responsive ───────────────────────────────── */
@media (max-width: 768px) {
  .main-slider .content h1 { font-size: 36px !important; }
  .page-heading h1 { font-size: 30px !important; }
  .section_heading h2 { font-size: 28px !important; }
}

/* ── FIXES v5 ─────────────────────────────────── */

/* 1. Kill huge breadcrumb space */
.breadcrumb-wrapper {
  padding: 18px 0 !important;
  min-height: 0 !important;
  height: auto !important;
}
.breadcrumb-wrapper .images-overlay {
  min-height: 0 !important;
  height: auto !important;
  position: relative !important;
}
.breadcrumb-wrapper .container,
.breadcrumb-wrapper .row,
.breadcrumb-wrapper [class*="col"] {
  min-height: 0 !important;
}
.page-heading {
  padding: 0 !important;
  margin: 0 !important;
}
.page-heading h1 {
  font-size: 30px !important;
  margin: 0 0 4px 0 !important;
  line-height: 1.2 !important;
}
.page-heading p {
  margin: 0 !important;
  font-size: 14px !important;
}
.page-breadcrumb-inner {
  margin-top: 6px !important;
  padding: 0 !important;
}
.breadcrumb-list ul {
  margin: 0 !important;
  padding: 0 !important;
}

/* 2. Paragraph number — bigger, brighter, readable */
.paragraph-number {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  background: #c9a84c !important;
  border: none !important;
  color: #0d0a06 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
  line-height: 1 !important;
  margin-bottom: 14px !important;
}

/* 3. Sidebar box — dark themed, not bright cream */
.col-lg-4 > div[style*="background:#f4f6f9"],
.col-lg-4 > div[style*="background: #f4f6f9"] {
  background: #1a1208 !important;
  border-top: 2px solid #c9a84c !important;
}
.col-lg-4 > div[style*="background:#f4f6f9"] h4,
.col-lg-4 > div[style*="background: #f4f6f9"] h4 {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-size: 20px !important;
}
.highlight-box {
  background: #0d0a06 !important;
  border-left: 2px solid #c9a84c !important;
}
.highlight-box h4 {
  color: #c9a84c !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-size: 12px !important;
  letter-spacing: 1.5px !important;
}
.highlight-box p {
  color: #8a7858 !important;
  font-size: 14px !important;
}

/* ── Sidebar overrides ─────────────────────────── */
/* Dark sidebar box — "What We Offer" */
.col-lg-4 > div[style*="background:#f4f6f9"],
.col-lg-4 > div[style*="background: #f4f6f9"] {
  background: #1a1208 !important;
  border: 1px solid #3a2e1e !important;
  border-top: 2px solid #c9a84c !important;
}

/* Sidebar heading */
.col-lg-4 h4[style*="color:#1a2a4a"],
.col-lg-4 h4[style*="color: #1a2a4a"] {
  color: #e8d5a3 !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
}

/* Paragraph number — force gold fill */
.paragraph-number {
  background: #c9a84c !important;
  border: none !important;
  color: #0d0a06 !important;
  font-weight: 700 !important;
}

/* Breadcrumb page title and nav tighter */
.page-breadcrumb-inner { margin-top: 4px !important; }
.breadcrumb-list ul { margin: 0 !important; padding: 0 !important; }
.page-heading { margin-bottom: 0 !important; }

/* Hide large background image on breadcrumb — it causes height */
.breadcrumb-wrapper .images-overlay {
  background: #0d0a06 !important;
  opacity: 1 !important;
}

/* ── Division paragraph body text ─────────────── */
.division-paragraph p {
  color: #c8b896 !important;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
}

/* Force h3 inside inner pages — no blue, no highlight */
.inner-page-wrapper h3,
.inner-page-wrapper .division-paragraph h3 {
  color: #e8d5a3 !important;
  background: transparent !important;
  -webkit-text-fill-color: #e8d5a3 !important;
}

/* ── Fix orange template button bleed ─────────────── */
.bttn,
.bttn.color-one,
a.bttn,
a.theme-button-one,
.theme-button-one,
input[type="submit"],
button[type="submit"],
.home-about-inner a,
.about-wrapper a.bttn {
  background: transparent !important;
  background-color: transparent !important;
  border: 1px solid #c9a84c !important;
  color: #e8d5a3 !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  padding: 12px 30px !important;
  border-radius: 0 !important;
  display: inline-block !important;
  transition: all 0.4s ease !important;
  text-decoration: none !important;
}

.bttn:hover,
.bttn.color-one:hover,
a.bttn:hover,
a.theme-button-one:hover,
.theme-button-one:hover,
.home-about-inner a:hover {
  background: #c9a84c !important;
  background-color: #c9a84c !important;
  color: #0d0a06 !important;
}

/* Kill ALL orange from the original theme */
[style*="background:#f26b31"],
[style*="background: #f26b31"],
[style*="background-color:#f26b31"],
[class*="color-one"] {
  background: transparent !important;
  background-color: transparent !important;
}

/* ── Kill bttn animation — make text always visible ── */
.bttn::before,
.bttn::after {
  display: none !important;
  content: none !important;
}

.bttn > span {
  display: block !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  scale: none !important;
  transition: none !important;
  color: #e8d5a3 !important;
  font-family: 'Cormorant SC', Georgia, serif !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  line-height: normal !important;
}

.bttn:hover > span {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  color: #0d0a06 !important;
}

.bttn {
  overflow: visible !important;
  padding: 12px 30px !important;
  line-height: normal !important;
  border: 1px solid #c9a84c !important;
  background: transparent !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  display: inline-block !important;
}

.bttn:hover {
  background: #c9a84c !important;
  color: #0d0a06 !important;
}

/* Also fix the about section specifically */
.home-about-inner a.bttn span,
.home-about-inner a span {
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
  display: inline !important;
  color: #e8d5a3 !important;
}
