/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/* =====================================================
   RESET — Disable default wrapper styling for page 14
   ===================================================== */
.page-id-14 .eeat-main-body .section-content,
.page-id-14 .eeat-main-body .col-inner {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

.page-id-14 .eeat-main-body .row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
}

/* =====================================================
   HERO SECTION — Full width, no padding, no max-width
   ===================================================== */
.page-id-14 .eeat-hero-section {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.page-id-14 .eeat-hero-section .row,
.page-id-14 .eeat-hero-section .col,
.page-id-14 .eeat-hero-section .col-inner,
.page-id-14 .eeat-hero-section .section-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}
.page-id-14 .eeat-hero-section .col,
.page-id-14 .eeat-hero-section .col-inner {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.page-id-14 .eeat-hero-section .banner {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.page-id-14 .eeat-hero-section .banner-inner,
.page-id-14 .eeat-hero-section .banner-bg {
  min-height: 280px !important;
  padding-top: 80px !important;
  padding-bottom: 60px !important;
}
.page-id-14 .eeat-hero-section .text-box {
  padding: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 900px !important;
}
.page-id-14 .eeat-hero-section .text-inner {
  padding: 0 !important;
}
.page-id-14 .eeat-h1 {
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 auto !important;
  padding: 0 !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  text-align: center;
  display: block;
  max-width: 900px;
}

/* =====================================================
   QUICK FACTS SECTION — Full width background, inner container
   ===================================================== */
.page-id-14 .eeat-quick-facts {
  background: linear-gradient(180deg, #f7f7f9 0%, #ffffff 100%);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 30px 0 !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
}
.page-id-14 .eeat-quick-facts .row,
.page-id-14 .eeat-quick-facts .col,
.page-id-14 .eeat-quick-facts .col-inner {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}

.eeat-facts-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
}

.eeat-fact-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 14px;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.eeat-fact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(29,25,45,0.12);
  border-color: #1d192d;
}

.eeat-fact-icon {
  font-size: 1.6rem;
  margin-bottom: 6px;
  display: block;
}

.eeat-fact-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1d192d;
  line-height: 1.15;
  margin-bottom: 4px;
}

.eeat-fact-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1d192d;
  margin-bottom: 4px;
}

.eeat-fact-sub {
  font-size: 0.72rem;
  color: #777;
  line-height: 1.3;
}

/* =====================================================
   MAIN BODY CONTAINER
   ===================================================== */
.page-id-14 .eeat-main-body {
  background: #ffffff;
  padding: 30px 0 40px !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.page-id-14 .eeat-main-body .row,
.page-id-14 .eeat-main-body .col,
.page-id-14 .eeat-main-body .col-inner {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  width: 100% !important;
  flex: 0 0 100% !important;
}

.page-id-14 .eeat-section {
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 0 24px;
  box-sizing: border-box;
}

/* =====================================================
   HEADINGS — E-E-A-T styled
   ===================================================== */
.page-id-14 .eeat-section h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  color: #1d192d;
  letter-spacing: -0.015em;
  margin: 0 auto 24px;
  padding: 0 0 14px;
  position: relative;
  display: block;
  border-bottom: 3px solid #1d192d;
  width: fit-content;
  min-width: 60%;
}

.page-id-14 .eeat-section h3 {
  font-size: 1.18rem;
  font-weight: 700;
  color: #1d192d;
  margin: 28px 0 14px;
  padding-left: 14px;
  border-left: 4px solid #b91c1c;
  line-height: 1.4;
}

/* =====================================================
   INTRO + META BAR
   ===================================================== */
.page-id-14 .eeat-intro {
  background: linear-gradient(135deg, #1d192d 0%, #2d2440 100%);
  color: #f5f5f7;
  padding: 26px 30px;
  border-radius: 12px;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 16px;
  box-shadow: 0 4px 16px rgba(29,25,45,0.18);
}

.page-id-14 .eeat-intro p {
  color: #f5f5f7;
  margin: 0;
}

.page-id-14 .eeat-intro b {
  color: #ffd966;
  font-weight: 700;
}

.eeat-meta-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 12px 18px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  color: #444;
}

.eeat-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eeat-meta-item b {
  color: #1d192d;
  font-weight: 700;
}

.eeat-meta-icon {
  font-size: 0.95rem;
}

/* =====================================================
   TABLE OF CONTENTS — SEO
   ===================================================== */
.eeat-toc {
  background: #fafafa;
  border: 2px solid #1d192d;
  border-radius: 10px;
  padding: 18px 22px 18px 22px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(29,25,45,0.06);
}

.eeat-toc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #1d192d;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #1d192d;
}

.eeat-toc-icon {
  font-size: 1.15rem;
}

.eeat-toc-list {
  margin: 0;
  padding: 0 0 0 18px;
  list-style: decimal;
}

.eeat-toc-list li {
  padding: 4px 0;
  line-height: 1.5;
}

.eeat-toc-list a {
  color: #1d192d;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.eeat-toc-list a:hover {
  color: #b91c1c;
  text-decoration: underline;
}

/* =====================================================
   CALLOUT BOX (E-E-A-T Company Profile)
   ===================================================== */
.eeat-callout {
  display: flex;
  gap: 16px;
  background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
  border: 1px solid #b91c1c;
  border-left: 5px solid #b91c1c;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 20px 0 24px;
}

.eeat-callout-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.eeat-callout-body {
  flex: 1;
}

.eeat-callout-body > strong {
  display: block;
  color: #b91c1c;
  font-size: 1rem;
  margin-bottom: 8px;
}

.eeat-callout-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eeat-callout-list li {
  padding: 4px 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* =====================================================
   CHECK LIST (green ticks)
   ===================================================== */
.eeat-check-list {
  margin: 16px 0 24px;
  padding: 0;
  list-style: none;
}

.eeat-check-list li {
  position: relative;
  padding: 8px 0 8px 32px;
  line-height: 1.7;
  font-size: 1rem;
  border-bottom: 1px dashed #ececec;
}

.eeat-check-list li:last-child {
  border-bottom: 0;
}

.eeat-check {
  position: absolute;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  background: #10b981;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}

/* =====================================================
   TABLE — comparison
   ===================================================== */
.eeat-table-wrap {
  margin: 20px 0 24px;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.eeat-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
  background: #fff;
}

.eeat-table caption {
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
  padding: 8px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  caption-side: top;
}

.eeat-table th {
  background: #1d192d;
  color: #fff;
  font-weight: 700;
  padding: 14px 14px;
  text-align: center;
  font-size: 0.92rem;
}

.eeat-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.eeat-table tbody tr:nth-child(even) td {
  background: #fafafa;
}

.eeat-table tbody tr:hover td {
  background: #f3f0f8;
}

.eeat-rating {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 700;
}

.eeat-rating-up {
  background: #d1fae5;
  color: #065f46;
}

/* =====================================================
   PRODUCT GRID — 8 cards
   ===================================================== */
.eeat-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.eeat-product-card {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 22px 18px;
  text-decoration: none;
  color: #1d192d;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.eeat-product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1d192d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.eeat-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(29,25,45,0.18);
  border-color: #1d192d;
}

.eeat-product-card:hover::before {
  transform: scaleX(1);
}

.eeat-product-num {
  display: inline-block;
  background: #1d192d;
  color: #fff;
  font-weight: 800;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.eeat-product-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1d192d;
  margin: 0 0 8px;
  line-height: 1.3;
}

.eeat-product-desc {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.5;
  margin: 0 0 10px;
}

.eeat-product-meta {
  font-size: 0.78rem;
  color: #b91c1c;
  font-weight: 600;
  padding-top: 8px;
  border-top: 1px dashed #eee;
}

/* =====================================================
   STEPS — 4 steps guide
   ===================================================== */
.eeat-steps {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  counter-reset: step;
}

.eeat-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #eee;
  border-left: 5px solid #1d192d;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 14px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.eeat-step:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 18px rgba(29,25,45,0.12);
}

.eeat-step-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  background: #1d192d;
  color: #fff;
  font-weight: 800;
  font-size: 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eeat-step-body {
  flex: 1;
}

.eeat-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1d192d;
  margin: 0 0 6px;
  padding: 0;
  border: 0;
}

.eeat-step-body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

.eeat-step-meta {
  margin-top: 8px;
  font-size: 0.82rem;
  color: #b91c1c;
  font-weight: 600;
}

/* =====================================================
   FAQ — accordion
   ===================================================== */
.eeat-faq {
  margin: 20px 0;
}

.eeat-faq-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.eeat-faq-item:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.eeat-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 16px 20px;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  color: #1d192d;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.45;
}

.eeat-faq-q:hover {
  background: #fafafa;
}

.eeat-faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #1d192d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
}

.eeat-faq-a {
  display: none;
  padding: 0 20px 18px;
  border-top: 1px solid #eee;
  margin-top: -1px;
}

.eeat-faq-a p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}

.eeat-faq-item.is-open .eeat-faq-a {
  display: block;
}

.eeat-faq-item.is-open .eeat-faq-toggle {
  background: #b91c1c;
}

/* =====================================================
   AUTHOR / E-E-A-T BOX
   ===================================================== */
.eeat-author-box {
  display: flex;
  gap: 18px;
  background: linear-gradient(135deg, #f7f7f9 0%, #fff 100%);
  border: 2px solid #1d192d;
  border-radius: 14px;
  padding: 22px 24px;
  margin: 28px 0 22px;
  box-shadow: 0 4px 14px rgba(29,25,45,0.08);
}

.eeat-author-avatar {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d192d 0%, #b91c1c 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.02em;
}

.eeat-author-info {
  flex: 1;
}

.eeat-author-name {
  font-size: 1.18rem;
  font-weight: 800;
  color: #1d192d;
  margin-bottom: 2px;
}

.eeat-author-role {
  font-size: 0.9rem;
  color: #b91c1c;
  font-weight: 600;
  margin-bottom: 8px;
}

.eeat-author-bio {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.55;
  margin-bottom: 10px;
}

.eeat-author-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 0.82rem;
  padding-top: 8px;
  border-top: 1px dashed #ddd;
}

.eeat-author-cred {
  color: #555;
}

.eeat-author-link {
  color: #1d192d;
  font-weight: 700;
  text-decoration: none;
  margin-left: auto;
}

.eeat-author-link:hover {
  color: #b91c1c;
  text-decoration: underline;
}

/* =====================================================
   CONTACT BAR
   ===================================================== */
.eeat-contact-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: #1d192d;
  color: #fff;
  padding: 22px 24px;
  border-radius: 12px;
  margin: 24px 0;
}

.eeat-contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.eeat-contact-icon {
  font-size: 1.3rem;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eeat-contact-item strong {
  display: block;
  font-size: 0.8rem;
  color: #ffd966;
  margin-bottom: 2px;
  font-weight: 700;
}

.eeat-contact-item div {
  font-size: 0.88rem;
  line-height: 1.35;
}

.eeat-contact-item a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.eeat-contact-item a:hover {
  text-decoration: underline;
}

/* =====================================================
   HASHTAGS
   ===================================================== */
.eeat-hashtags {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin: 20px 0 0;
  letter-spacing: 0.02em;
}

/* =====================================================
   PARAGRAPH TYPOGRAPHY (E-E-A-T readability)
   ===================================================== */
.page-id-14 .eeat-section p {
  line-height: 1.85;
  font-size: 1.02rem;
  color: #2a2a2a;
  margin: 0 0 16px;
  text-align: justify;
  hyphens: auto;
}

.page-id-14 .eeat-section a {
  color: #1d192d;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.page-id-14 .eeat-section a:hover {
  color: #b91c1c;
}

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media only screen and (max-width: 64em) {
  .eeat-facts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .eeat-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .eeat-contact-bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-id-14 .eeat-h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 48em) {
  .eeat-facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .eeat-product-grid {
    grid-template-columns: 1fr;
  }
  .eeat-contact-bar {
    grid-template-columns: 1fr;
  }
  .eeat-step {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .eeat-callout {
    flex-direction: column;
  }
  .eeat-author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .eeat-author-meta {
    justify-content: center;
  }
  .eeat-author-link {
    margin-left: 0;
  }
  .page-id-14 .eeat-section h2 {
    font-size: 1.35rem;
    min-width: 90%;
  }
  .page-id-14 .eeat-section h3 {
    font-size: 1.05rem;
  }
  .page-id-14 .eeat-section p {
    font-size: 0.97rem;
    text-align: left;
    hyphens: none;
  }
  .page-id-14 .eeat-h1 {
    font-size: 1.6rem;
  }
  .page-id-14 .eeat-section {
    padding: 0 18px;
  }
  .page-id-14 .eeat-intro {
    padding: 20px 22px;
    font-size: 0.98rem;
  }
  .eeat-meta-bar {
    font-size: 0.8rem;
  }
  .eeat-fact-value {
    font-size: 1.15rem;
  }
  .eeat-fact-label {
    font-size: 0.8rem;
  }
  .eeat-fact-sub {
    font-size: 0.68rem;
  }
}