/* /public/assets/css/demo-report.css */
.market-snapshot::before,
.report-header::before {
  width: 120px;
  height: 120px;
  position: absolute;
  content: ''
}
 
.analysis-content,
.developments-content,
.faqs-content,
.header-content,
.regional-content,
.snapshot-content {
  z-index: 1;
  position: relative
}

.factors-panel,
.left-column,
.segments-panel {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.buy-btn,
.buy-title,
.header-right,
.metric-group,
.metrics-inline .metric-group,
.nav-link {
  text-align: center
}

.breadcrumb a,
.buy-btn,
.nav-link,
.title-navbar .btn {
  text-decoration: none
}

.btn,
.faq-question,
.view-btn {
  cursor: pointer
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  background: #f8f9fa;
  line-height: 1.7;
  font-size: 0.9rem;
  color: #000;
}

h2{
    font-size: 1.4rem;
    color: #1e3a5f;
    margin-bottom: 10px;
    font-weight: 800;
    text-align: center;
}

.report-container {
  max-width: 100%;
  margin: 0 5px;
  background: #fff;
  box-shadow: none;
}

.breadcrumb {
  font-size: .8rem;
  margin-bottom: 10px;
  color: #f1f1f1
}

.breadcrumb a {
  color: #f1f1f1;
  transition: color .2s
}

.breadcrumb a:hover {
  color: #e67e22;
  text-decoration: underline
}

.breadcrumb span {
  color: #bbb;
  margin: 0 4px
}

/* Breadcrumb link color/underline inside header */
.report-header .breadcrumbs a:link,
.report-header .breadcrumbs a:visited { color: inherit; text-decoration: none; }
.report-header .breadcrumbs a:hover { text-decoration: underline;}

.report-header {
  background: linear-gradient(135deg, #1e3a5f 0, #2c5282 100%);
  color: #fff;
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
}

.report-header::before {
  top: -20%;
  right: -10%;
  background: rgba(230, 126, 34, .2);
  border-radius: 50%;
  transform: rotate(45deg)
}

.header-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 25px;
  align-items: center
}

.header-left h1 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.2
}

.report-meta {
  font-size: .9rem;
  color: #fff
}

.report-meta strong, .report-meta-category strong{
  font-weight: 500;
  color: #ffffff
}

.report-meta-category a{
    text-decoration: none;
    color: #f1f1f1;
}

.report-meta-category a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.action-buttons,
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.btn {
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: .9rem;
  font-weight: 600;
  transition: transform .2s;
  text-transform: uppercase;
  letter-spacing: .5px
}

.metric-label,
.metrics-inline .metric-label {
  letter-spacing: .3px;
  text-transform: uppercase
}

.btn-primary,
.btn-sample {
  background: #e67e22;
  color: #fff;
  text-align: center;
}

.btn-primary:hover {
  background: #d35400;
  transform: translateY(-2px)
}

.btn-secondary {
  background: 0 0;
  color: #fff;
  border: 2px solid #fff
}

.btn-secondary:hover {
  background: #fff;
  color: #1e3a5f;
  transform: translateY(-2px)
}

.btn:focus {
  outline: #fff solid 2px;
  outline-offset: 2px
}
/*Marekt Snapshot*/
.market-snapshot {
  background: linear-gradient(135deg, #f8fafc 0, #e6f3ff 100%);
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0
}

.market-snapshot::before {
  bottom: -20%;
  left: -10%;
  background: rgba(30, 58, 95, .1);
  border-radius: 50%;
  transform: rotate(-45deg)
}

.category-header {
  text-align: center;
  margin-bottom: 25px
}

.snapshot-grid {
  display: grid;
  grid-template-columns: 250px 1fr 280px;
  gap: 20px;
  align-items: stretch;
  grid-template-areas: "left center right"
}

.metrics-inline{
  grid-template-columns: repeat(3, 1fr)
}

.left-column {
  grid-area: left;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #e67e22;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.center-column {
  grid-area: center
}

.metric-group {
  padding: 8px 0
}

.metric-label {
  font-size: .8rem;
  color: #e67e22;
  margin-bottom: 4px
}

.metric-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 2px;
}


.panel-title,
.segment-name {
  color: #1e3a5f;
  font-weight: 600
}

.center-column,
.forces-container {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.segments-panel {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  flex: 1
}

.panel-title {
  font-size: 1.15rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px
}

.segments-panel .panel-title {
  text-align: left;
}

.segment-item {
  background: #f8fafc;
  padding: 10px;
  border-radius: 5px;
  border-left: 3px solid #1e3a5f;
  transition: background-color .2s
}

.segment-item:hover {
  background: #e6f3ff;
  transform: translateX(2px)
}

.segment-name {
  font-size: 1.1rem;
  margin-bottom: 2px
}

.subsegments {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
  padding-left: .8rem
}
/* --- Market Segments: row view --- */
.segments-grid.segments-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.segment-item.segment-row {
   display: grid;                           /* instead of flex */
  grid-template-columns: 220px minmax(0,1fr);
  column-gap: 12px;
  align-items: flex-start;
  background: #f8fafc;
  padding: 12px 14px;
  border-radius: 8px;
  border-left: 3px solid #1e3a5f;
}

.segment-item.segment-row:hover {
  background: #e6f3ff;
  transform: translateX(2px);
}

.segment-item.segment-row .segment-name {
  font-size: 0.9rem;
   text-align: left;
  font-weight: 700;
  color: #1e3a5f;
  margin: 0;
  min-width: 200px;   /* keeps a tidy left column */
  width: 220px;       /* adjust to taste */
}

.segment-item.segment-row .subsegments {
  font-size: 0.8rem;
  text-align: left;
  color: #333;
  line-height: 1.4;
  padding-left: 0;    /* remove ul indentation */
}

/* Remove list styles if any previous rules leak through */
.segment-item.segment-row .subsegments ul,
.segment-item.segment-row .subsegments li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Responsive: stack on narrow screens */
@media (max-width: 780px) {
  .segment-item.segment-row {
    grid-template-columns: 1fr;
  }
  .segment-item.segment-row .segment-name {
    width: auto;
    min-width: 0;
  }
}


.report-navbar,
.title-navbar {
  border-bottom: 1px solid #e2e8f0
}

.player-name {
  font-size: .75rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 2px;
  line-height: 1.1
}

.players-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.2rem
}

.buy-options,
.factor-list {
  list-style: none
}

.players-list li {
  font-size: 0.8rem;
  font-weight: 500;
  color: #395881;
  padding: 4px 0
}

.players-list li:last-child {
  border-bottom: none
}

.metrics-inline {
  display: grid;
  gap: 10px;
  margin-bottom: 12px
}

.metrics-inline .metric-group {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px
}

.metrics-inline .metric-label {
  font-size: .72rem;
  color: #e67e22;
  margin-bottom: 3px
}

.metrics-inline .metric-value {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 2px
}

.left-column {
  border-left: none
}

.right-column {
  grid-area: right;
  display: flex;
  flex-direction: column;
  gap: 15px
}

.factors-panel {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  border-right: 4px solid #27ae60;
  flex: 2
}

.factors-grid {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.factor-section {
  padding: 8px;
  border-radius: 5px;
  flex: 1
}

.factor-section.drivers {
  background: #f6ffed;
  border-left: 3px solid #52c41a
}

.factor-section.restraints {
  background: #fff2f0;
  border-left: 3px solid #ff4d4f
}

.factor-section.opportunities {
  background: #fffbe6;
  border-left: 3px solid #faad14
}

.factor-section.trends {
  background: #cbe8fb;
  border-left: 3px solid #1890ff
}

.factor-title {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 4px
}

.navbar-container,
.title-navbar_container {
  max-width: 100%;
  margin: 0 auto
}

.factor-title.drivers {
  color: #52c41a
}

.factor-title.restraints {
  color: #ff4d4f
}

.factor-title.opportunities {
  color: #faad14
}

.factor-title.trends {
  color: #1890ff
}

.factor-list li {
  font-size: 0.8rem;
  color: #333;
  padding-left: 10px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 2px
}

.factor-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #1e3a5f;
  font-weight: 700
}

/* --- When there are 3 or fewer segments, switch to a horizontal row layout --- */
.segments-grid.segments-rows.segments-rows--inline {
  display: flex;
  flex-direction: row;
  gap: 10px;        /* as requested */
  flex-wrap: nowrap; /* keep them in a single row on wide screens */
  justify-content: center;
}

/* Make each item behave nicely in a single row */
.segments-rows--inline .segment-item.segment-row {
  display: flex;        /* keep current row item layout (name | subs) */
  align-items: flex-start;
  min-width: 0;         /* prevent overflow */
  flex: 1 1 0;          /* let them share space evenly */
}

/* Optional: if names are long, allow subsegments to shrink/ellipsis */
.segments-rows--inline .segment-item.segment-row .subsegments {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.segmental-analysis-paragraph{
    text-align: justify;
    margin-top: 5px;
    
}
/* Responsive: stack on narrow screens (keeps your existing mobile behavior) */
@media (max-width: 780px) {
  .segments-grid.segments-rows.segments-rows--inline {
    flex-direction: column;
  }
}

/* ====== 1–3 segments: show as three cards in a row ====== */
/*.segments-grid.segments-rows.cards-1-3 {*/
  /*display: grid;*/
/*  gap: 12px;*/
/*}*/

/* If there are only 1 or 2 segments, the grid will auto-wrap nicely */
.segments-grid.segments-rows.cards-1-3 > .segment-item {
  min-width: 33%;
}

/* Card styling */
.segment-item.segment-card {
  display: flex;
  flex-direction: column;
  background: #fff;                         /* white card */
  border: 1px solid #e2e8f0;                /* subtle border */
  border-radius: 8px;
  overflow: hidden;
  padding: 0;                                /* header/content handle their own padding */
}

/* Card header (segment name) */
.segment-item.segment-card .segment-name {
  background: #f6f9ff;                      /* soft header like your UI */
  color: #1e3a5f;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 12px 14px;
  margin: 0;
  border-bottom: 1px solid #e2e8f0;
}

/* Card content (bulleted list) */
.segment-item.segment-card .subsegments-list {
  list-style: disc;
  margin: 0;
  padding: 12px 20px 14px 30px;             /* inner padding + left bullet space */
}

.segment-item.segment-card .subsegments-list li {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.3;
  margin: 4px 0;
}

/* Optional: lightly highlight the middle card (like the blue tint in your screenshot) */
.segments-grid.segments-rows.cards-1-3 .segment-item:nth-child(2) {
  background: #eaf3ff;                      /* very light blue */
}

/* Remove the left-accent/border from card variant (it was for row view) */
.segment-item.segment-card {
  border-left: 1px solid #e2e8f0 !important;
}

/* Keep your existing row layout untouched */
.segments-grid.segments-rows { /* already defined in your CSS */ }
.segment-item.segment-row { /* already defined */ }

/* Responsive: stack cards on narrow screens */
@media (max-width: 980px) {
  .segments-grid.segments-rows.cards-1-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .segments-grid.segments-rows.cards-1-3 {
    grid-template-columns: 1fr;
  }
}


/*Title Navbar */
.title-navbar {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.title-navbar_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Logo in sticky navbar */
.title-navbar_logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.title-navbar_logo:hover {
  opacity: 0.8;
}

.title-navbar_logo img {
  display: block;
  height: 48px;
  width: auto;
}

/* Report title */
.title-navbar_title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #172554;
  line-height: 1.3;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Action buttons */
.title-navbar_actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}


.title-navbar_title {
  font-size: 0.9rem;
  font-weight: 700;
  color: #172554;
  line-height: 1.2
}

.title-navbar_actions {
  display: flex;
  gap: 10px
}

.title-navbar .btn {
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 700
}

.btn-meeting {
  background: #1e3a5f;
  color: #fff
}

.report-navbar {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  transition: .3s;
  position: sticky;
  top: 0;
  display: block
}

.title-navbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 201
}

.title-navbar.is-visible {
  display: block
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-evenly
}

.nav-link {
  padding: 15px 20px;
  color: #1e3a5f;
  font-size: .9rem;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  transition: .3s;
  white-space: nowrap;
  flex: 1
}

.buy-title {
  color: #1e3a5f;
  font-weight: 700
}

.nav-link.active,
.nav-link:hover {
  color: #e67e22;
  border-bottom-color: #e67e22;
  background: #fff7ed
}

.report-content {
  background: #fff;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  padding: 24px;
  min-width: 0
}

.report-content section:first-child {
  border-top: 0
}

.report-navbar {
  position: sticky;
  top: var(--titleH, 0);
  z-index: 200
}

.report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  margin: 20px auto;
  padding: 0 30px;
  align-items: center;
  overflow: visible
}

.report-content section {
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 16px
}

.buy-sidebar {
  position: sticky;
  top: calc(var(--titleH, 0px) + var(--sectionH, 0px) + 12px);
  align-self: start;
  padding-top: 70px
}

.buy-card {
  background: #f6f8fd;
  border: 1px solid #e6eaf2;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  padding: 5px
}

.buy-title {
  font-size: 1.2rem;
  margin-bottom: 14px
}

.ms-header h2 {
  color: #1e3a5f;
  margin-bottom: 6px
}

.buy-btn,
.price {
  font-weight: 700
}

.buy-options {
  margin: 8px 0 10px;
  padding: 0
}

.buy-options li {
  padding: 5px 0;
}

.buy-options li:last-child {
  border-bottom: 0
}

.buy-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e3a5f;
  font-size: .95rem
}

.price {
  margin-left: auto;
  color: #0f172a
}

.buy-btn {
  display: block;
  background: #e67e22;
  color: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  transition: transform .15s, background .15s
}

.force-item,
.leader-card,
.player-card,
.porters-card,
.region-card {
  transition: transform .2s
}

.buy-btn:hover {
  background: #d35400;
  transform: translateY(-1px)
}

.market-size-block {
  background: #fff;
  border-radius: 12px;
  padding: 20px
}

.ms-header h2 {
  font-size: 1.4rem;
  font-weight: 800
}

.ms-text {
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 16px;
  text-align: justify
}

.ms-text p {
  margin: 10px 0
}

.ms-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: stretch
}

.ms-keytakeaways-title {
  font-size: 1.17rem;
  color: #1e3a5f;
  font-weight: 700;
  margin-bottom: 8px
}

.driving-factors,
.evolution-title,
.timeline-item {
  margin-bottom: 25px
}

.ms-keytakeaways ul {
  margin: 0;
  padding-left: 18px;
  text-align: justify
}

.ms-keytakeaways li {
  margin: 6px 0
}

.ms-illustration {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px;
  background: #f8fafc;
  display: block
}

.ms-illustration img {
  display: block;
    width: 80%;
    height: auto;
    margin:0 auto; 
  border-radius: 6px
}

.driving-factors .factors-title {
  margin-bottom: 18px;
  text-align: center
}

.driving-factors .factor-card {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  text-align: justify
}

.driving-factors .factor-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(135deg, #f39c12, #e67e22)
}

.driving-factors .factor-card:focus-within,
.driving-factors .factor-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .1);
  border-color: #f7c58f
}

.driving-factors .factor-title {
  margin: 2px 0 8px;
  font-size: 1.01rem;
  line-height: 1.35;
  color: #1e3a5f;
  font-weight: 700
}

.market-evolution {
  background: #fff;
  padding: 15px;
  border-radius: 12px
}

.evolution-title {
  font-size: 1.17rem;
  color: #1e3a5f;
  font-weight: 700;
  text-align: center
}

.timeline-container {
  position: relative;
  padding-left: 20px
}

.timeline-container::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, #e67e22, #27ae60);
  border-radius: 2px
}

.timeline-item {
  position: relative;
  padding-left: 25px
}

.development-item:last-child,
.timeline-item:last-child,
.timeline-points li:last-child {
  margin-bottom: 0
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 3px solid #e67e22;
  border-radius: 50%;
  z-index: 1
}

.timeline-item.current::before {
  background: #e67e22;
  border-color: #e67e22
}

.timeline-period {
font-size: 0.9rem;
font-weight: 700;
  color: #e67e22;
  margin-bottom: 4px
}

.timeline-content {
  background: #f8fafc;
  padding: 12px;
  border-radius: 6px;
  border-left: 3px solid #e67e22;
  text-align: justify;
}

.future-outlook {
  border-radius: 14px;
  padding: 20px;
  text-align: justify
}

.section-header {
  text-align: center;
  margin-bottom: 20px
}

.future-outlook h2 {
  font-size: 1.4rem;
  color: #1e3a5f;
  margin-bottom: 6px;
  font-weight: 800
}

.future-outlook .section-subtitle {
  font-size: 1.02rem;
  color: #555
}

.outlook-grid {
  display: flex;
  flex-direction: column;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

.outlook-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
  border-top: 5px solid
}

.leader-card {
  box-shadow: 0 2px 10px rgba(18, 38, 63, .06);
  padding: 14px
}

.trends-card {
  border-color: #007bff
}

.opportunities-card {
  border-color: #16a34a
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px
}

.card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 .1rem;
  color: #1e3a5f;
  text-align: center;
}

.outlook-content .card-content p {
  margin-top: .6rem;
  font-size: 0.9rem
}


.force-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px
}

.segment-category {
  margin-top: 16px
}

.category-title {
  margin: 0 0 4px
}

.segment-leaders {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.leader-card,
.players-card,
.porters-card,
.region-card {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  overflow: hidden
}

.leader-card:hover {
  box-shadow: 0 10px 24px rgba(18, 38, 63, .1);
  border-color: #d9e4ef
}

.leader-header {
  display: grid;
  gap: 4px;
  margin-bottom: 8px
}

.driver-points{
  gap: 8px;
  display: grid
}

.leader-title {
  margin: 0
}

.leader-badge {
  line-height: 1;
  letter-spacing: .2px
}

.largest-badge {
  border: 1px solid #c8e6c9
}

.fastest-badge {
  border: 1px solid #ffddb3
}

.industry-developments::before,
.related-blogs::before,
.related-reports::before{
  content: '';
  position: absolute;
  width: 150px;
  height: 150px
}

.category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}


.development-card:hover,
.leader-card:hover,
.player-card:hover,
.porters-card:hover,
.region-card:hover {
  transform: translateY(-2px)
}

.segment-category {
  margin-bottom: 35px
}

.category-subtitle {
  text-align: justify;
  color: #14233B;
}

.leader-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  font-size: 0.9rem
}

.leader-card.largest,
.region-card.europe {
  border-top: 6px solid #27ae60
}

.leader-card.fastest,
.region-card.asia-pacific {
  border-top: 6px solid #e74c3c
}

.leader-header {
  padding: 20px 25px 15px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  text-align: center
}

.leader-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 10px
}

.force-level,
.view-btn {
  text-transform: uppercase;
  letter-spacing: .3px
}


.largest-badge {
  background: #27ae60;
  color: #fff
}

.fastest-badge {
  background: #e74c3c;
  color: #fff
}

.leader-title {
  font-size: 1.2rem;
  color: #1e3a5f;
  font-weight: 600;
  margin-bottom: 5px
}

.blog-date,
.leader-status,
.report-date {
  font-size: .8rem;
  color: #666;
  font-weight: 500
}

.leader-content {
  padding: 10px 15px 15px;
  text-align: justify
}

.driver-points {
  margin-bottom: 20px
}

.market-example {
  background: #e6f3ff;
  margin-top: 15px;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #3498db
}

.example-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  color: #1e3a5f
}

.example-text {
  font-size: .85rem;
  line-height: 1.4;
  margin: 0
}

.competitive-analysis,
.regional-analysis {
  position: relative;
  overflow: hidden
}

.competitive-analysis h2 {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1.4rem
}

.analysis-grid {
  display: flex;
  flex-direction: column;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 15px;
  margin-top: 1rem;
  text-align: justify
}

.players-section,
.porters-section {
  display: flex;
  flex-direction: column;
}

.players-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-top: 6px solid #1e3a5f;
  flex: 1
}

.players-categories {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.category-group {
  background: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  border-left: 4px solid #e67e22
}

.category-title {
  font-size: 1.25rem;
  color: #1e3a5f;
  font-weight: 600;
  margin-bottom: 12px
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 10px
}


.regions-grid {
  grid-template-columns: repeat(2, 1fr)
}

.player-card {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #e2e8f0
}

.player-card:hover {
  border-color: #e67e22
}

.player-card .player-name {
  font-size: .85rem;
  font-weight: 600;
  color: #1e3a5f;
  margin-bottom: 3px
}

.player-location {
  font-size: .7rem;
  color: #e67e22;
  font-weight: 600;
  margin-bottom: 3px
}

.porters-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  border-top: 6px solid #e74c3c;
  flex: 1;
  padding: 1rem
}


.force-item {
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #e2e8f0
}

.force-item:hover {
  transform: translateX(3px)
}

.force-item.low {
  background: #f6ffed;
  border-left: 4px solid #52c41a
}

.force-item.medium {
  background: #fff7e6;
  border-left: 4px solid #fa8c16
}

.force-item.high {
  background: #fff2f0;
  border-left: 4px solid #ff4d4f
}

.force-info {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.force-name {
font-size: 0.9rem;
color: #1e3a5f;
  font-weight: 600;
  margin: 0
}

.force-level {
  font-size: .7rem;
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 600
}

.force-level.low {
  background: #52c41a;
  color: #fff
}

.force-level.medium {
  background: #fa8c16;
  color: #fff
}

.force-level.high {
  background: #ff4d4f;
  color: #fff
}

.force-description {
  font-size: .9rem;
  line-height: 1.4;
  margin: 0
}

.regions-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px
}

.region-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0
}

.region-card.north-america {
  border-top: 6px solid #3498db
}

.region-card.latin-america {
  border-top: 6px solid #f39c12
}

.region-card.mea {
  border-top: 6px solid #9b59b6
}

.region-header,
.summary-header {
  padding: 20px 25px 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0
}


.blog-info,
.region-info,
.report-info {
  flex: 1
}

.region-name {
  font-size: 1.3rem;
  color: #1e3a5f;
  font-weight: 600;
  margin-bottom: 4px
}

.development-content,
.region-content {
  padding: 20px 25px 25px
}

.region-description {
  margin-bottom: 18px;
  text-align: justify
}

.date-badge{
  text-align: center;
  color: #fff
}

.market-focus {
  background: #f0f9f3;
  padding: 12px;
  border-radius: 6px;
  border-left: 3px solid #27ae60;
  font-size: .9rem;
  color: #333;
  line-height: 1.4
}

.market-focus strong {
  color: #27ae60;
  font-weight: 600
}

.summary-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-top: 6px solid #1e3a5f
}

.summary-title {
  font-size: 1.3rem;
  color: #1e3a5f;
  font-weight: 600
}

.summary-content {
  padding: 10px;
}

.summary-content img{
    display:block; 
    width: 80%;
    height: auto;
    margin:0 auto; 
}

.industry-developments,
.related-blogs,
.related-reports {
  background: linear-gradient(135deg, #f8fafc 0, #e6f3ff 100%);
  padding: 35px 30px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #e2e8f0
}

.industry-developments::before {
  bottom: -15%;
  left: -8%;
  background: rgba(230, 126, 34, .1);
  border-radius: 50%;
  transform: rotate(45deg)
}

.developments-timeline {
  margin-bottom: 30px;
  padding: 1rem
}

.timeline-container-dev {
  position: relative;
  padding-left: 0
}

.development-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center
}

.development-date {
  flex-shrink: 0;
  width: 120px
}

.date-badge {
  background: linear-gradient(135deg, #e67e22, #d35400);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(230, 126, 34, .3)
}

.development-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
  overflow: hidden;
  border: 1px solid #e2e8f0;
  transition: transform .2s;
  flex: 1
}

.development-description {
font-size: 0.9rem;
color: #000;
  line-height: 1.6;
  margin: 0;
  text-align: justify
}

:focus {
  outline: #e67e22 solid 2px;
  outline-offset: 2px
}

/* FAQs */
.faq-section {
  position: relative;
  overflow: hidden;
  margin-top: 1.2rem
}

.faq-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, .12)
}

.faq-question:hover {
  background: #e6f3ff
}


.faqs { margin-top: 32px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item { border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; overflow: hidden; }
.faq-question {
  width: 100%; text-align: left; background: #f8fafc; border: 0; padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between; cursor: pointer;
  font-weight: 600; color: #1e3a5f;
}
.faq-question:focus { outline: 2px solid #3498db; outline-offset: 2px; }
.faq-question .question-icon { font-weight: 700; }

.faq-answer { padding: 14px 16px; background: #fff; color: #334155; line-height: 1.6; }
.faq-item:not(.active) .faq-answer { display: none; } /* ensures closed state even if hidden attr is gone */
.faq-item.active .faq-question { background: #eef6ff; } /* subtle open state */

.question-text {
  font-size: 0.9rem;
  color: #1e3a5f;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  margin-right: 15px
}

.question-icon {
  font-size: 1.5rem;
  color: #e67e22;
  font-weight: 700;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  transition: .3s
}

.faq-item.active .question-icon {
  background: #e67e22;
  color: #fff;
  transform: rotate(180deg)
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s, padding .3s;
  text-align: justify
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 25px
}

.faq-answer p {
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6;
  margin: 0
}

/*Related Reports*/
.related-reports::before {
  bottom: -15%;
  right: -8%;
  background: rgba(52, 152, 219, .1);
  border-radius: 50%;
  transform: rotate(-45deg)
}

.blogs-content,
.related-content {
  position: relative;
  z-index: 1;
  padding: 1rem
}

.reports-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px
}

/* === Related Reports: match desired card/grid look (no new classes) === */

/* left-aligned section title like the screenshot */
.related-reports .section-header { 
  text-align: left; 
  margin: 0 0 14px; 
}

/* 2-wide grid on desktop, 1-wide on mobile; optional 3-wide on very wide */
.related-reports .reports-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 1200px) {
  .related-reports .reports-grid { grid-template-columns: repeat(3, 1fr); }
  
}
@media (max-width: 900px) {
  .related-reports .reports-grid { grid-template-columns: 1fr; }
}

/* card: block layout (title, date, button), soft shadow, rounded */
.related-reports .report-card-simple {
  display: block;                              /* override global flex */
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  padding: 16px 16px 14px;
  transition: .2s;
}
.related-reports .report-card-simple:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,.12);
}

/* text styles */
.related-reports .report-name {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1e3a5f;
  line-height: 1.35;
  margin: 0 0 6px;
}
.related-reports .report-date {
  font-size: .82rem;
  color: #6b7280;
  margin: 0 0 10px;
}

/* VIEW pill (small blue, left-aligned) */
.related-reports .view-btn {
  display: inline-block;                        /* not flex item */
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .2px;
  text-decoration: none;
  background: #3498db;
  color: #fff;
  margin-left: 0;                               /* override any global */
}
.related-reports .view-btn:hover {
  background: #2980b9;
  transform: translateY(-1px);
}

.blog-title,
.report-name {
  font-size: 1.1rem;
  color: #1e3a5f;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3
}

.view-btn {
  background: #3498db;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: .85rem;
  font-weight: 600;
  transition: .2s;
  margin-left: 15px
}

.view-btn:hover {
  background: #2980b9;
  transform: translateY(-1px)
}

.related-blogs::before {
  top: -15%;
  left: -8%;
  background: rgba(39, 174, 96, .1);
  border-radius: 50%;
  transform: rotate(45deg)
}


/* ====== Blogs list (left column) ====== */
.blogs-grid {               /* you already have this, keeping for completeness */
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.blog-card-simple {         /* same visual language as report cards */
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  border: 1px solid #e2e8f0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .2s;
}
.blog-card-simple:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,.12); }
.blog-title { font-size: 0.9rem; color: #1e3a5f; font-weight: 600; line-height: 1.3; }
.blog-card-simple .view-btn { background: #27ae60; margin-left: 15px; }
.blog-card-simple .view-btn:hover { background: #229954; transform: translateY(-1px); }

/* ====== News list (right column) ====== */
.news-card-simple {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  border: 1px solid #e2e8f0;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: .2s;
}
.news-card-simple:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(0,0,0,.12); }
.news-title { font-size: 1.1rem; color: #1e3a5f; font-weight: 600; line-height: 1.3; }
.news-card-simple .view-btn { background: #3498db; margin-left: 15px; }
.news-card-simple .view-btn:hover { background: #2980b9; transform: translateY(-1px); }


/* ====== Reuse your report card button/look for consistency ====== */
.view-btn {
  background: #3498db; color:#fff; border:none; padding:8px 16px;
  border-radius:6px; font-size:.85rem; font-weight:600; transition:.2s; margin-left:15px; text-decoration: none;
}
.view-btn:hover { background:#2980b9; transform: translateY(-1px); }


/*Proceed to Buy */
/* Sidebar buy card */
.buy-card { background:#fff; border:1px solid #e6e8ec; border-radius:14px; padding:15px; position:sticky; top:24px;  }
.buy-title { margin:0 0 12px; font-size:1.125rem; font-weight:700; }

/* Segmented control */
.license-switch { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; margin-bottom:14px; }
.license-tab { border:1px solid #cfd6e4; background:#f7f9fc; border-radius:10px; padding:8px 10px; font-weight:600; cursor:pointer; }
.license-tab.active { background:#172e44; color:#fff; border-color:#172e44; }

/* Plans list */
.buy-options { list-style:none; padding:0; margin:8px 0 16px; display:grid; gap:4px; }
.buy-options li label { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px; border:1px solid #e6e8ec; border-radius:10px; background:#fafbfe; }
.buy-options input[type="radio"] { margin-right:8px; }
.buy-options .price { font-weight:800; }

/* CTA */
.buy-btn { display:block; width:100%; text-align:center; padding:12px 14px; border-radius:10px; background:#e58941; color:#fff; font-weight:700; text-decoration:none; }


/* Dark sidebar backgrounds (optional) */
.buy-sidebar .buy-card { background:#ffffff; }


/* ====== Responsive ====== */

@media (min-width:1200px) {
  .driving-factors .factors-grid {
    gap: 20px
  }
}

@media (max-width:1280px) and (min-width:1024px) {
  .driving-factors .factor-description {
    font-size: .9rem
  }
}

@media (prefers-reduced-motion:reduce) {

  .driving-factors .factor-card,
  .leader-card {
    transition: none
  }

  * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important
  }
}

@media (max-width:1024px) {
     .market-snapshot{
        padding: 15px;    
        }
        
    img{
        width: 100%;
        height: auto;
    }
    
  .analysis-grid,
  .driving-factors .factors-grid,
  .faq-list,
  .header-content,
  .outlook-grid,
  .report-layout {
    grid-template-columns: 1fr
  }

  .buy-sidebar {
    position: static;
    top: auto;
    order: -1
  }


  .header-content {
    gap: 20px;
    text-align: center
  }

  .action-buttons {
    flex-direction: row;
    justify-content: center;
    
  }

  .snapshot-grid {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .analysis-grid,
  .outlook-grid {
    gap: 20px
  }

  .category-title {
    flex-direction: column;
    gap: 8px
  }

  .development-item {
    flex-direction: column;
    gap: 15px
  }

  .development-date {
    width: 100%
  }

  .development-content {
    padding: 15px 20px 20px
  }

  .summary-header {
    padding: 15px 20px 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px
  }


  .faq-section,
  .industry-developments,
  .related-blogs,
  .related-reports {
    padding: 25px 15px
  }

  .reports-grid {
    gap: 10px
  }

  .blogs-grid,
  .faq-list {
    gap: 12px
  }

  .blogs-grid,
  .players-grid,
  .reports-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .category-title {
    font-size: 1.3rem
  }

  .faq-item.active .faq-answer,
  .faq-question {
    padding: 15px 20px
  }


  .metric-box {
    flex: 1;
    margin: 0 4px
  }

  .report-navbar {
    display: none
  }
}

@media (max-width:768px) {
    .market-snapshot{
    padding: 15px;    
    }
    
    img{
        width: 100%;
        height: auto;
    }
    
  .buy-sidebar,
  .report-navbar,
  .title-navbar_title, .title-navbar_logo{
    display: none
  }

  .title-navbar_actions {
    justify-content: space-evenly;
    padding: 5px;
  }
  .title-navbar_actions .btn-meeting,
  .title-navbar_actions .btn-sample {
    font-size: .75rem;
    align-items: center;
    text-align: center
  }

  .card-header {
    text-align: center
  }

  .blogs-grid,
  .players-grid,
  .reports-grid,
  .segments-grid {
    grid-template-columns: 1fr
  }

  .report-content,
  .report-layout {
    padding: 10px
  }

  .metrics-inline,
  .segments-grid,
  .snapshot-grid {
    grid-template-columns: 1fr
  }

  .snapshot-grid {
    grid-template-areas: "center" "right" "left";
    gap: 12px
  }

  .report-meta, .breadcrumb, .action-buttons .btn{
    font-size: 0.7rem; 
  }

  .header-left h1 {
    font-size: 1.8rem;
    text-align: left;
  }

  .leader-card,
  .outlook-card .market-example {
    padding: 0
  }

  .market-example {
    margin: 10px 5px
  }

  .players-grid {
    flex-direction: column;
    gap: 6px
  }


  .metric-box {
    margin: 0
  }

  .card-header {
    padding: 15px 20px 0;
    flex-direction: column;
    gap: 8px
  }

  .card-content {
    padding: 0 5px 10px
  }

  .porters-card {
    padding: .5rem
  }

  .force-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }


  .region-header,
  .summary-header {
    padding: 15px 20px 12px;
    flex-direction: column;
    text-align: center;
    gap: 8px
  }

  .region-content {
    padding: 0 15px 10px
  }

  .segment-leaders {
    gap: 15px
  }

  .leader-header {
    padding: 15px 20px 12px
  }

  .leader-content {
    padding: 12px 10px 10px
  }

  .category-title {
    font-size: 1.4rem;
    flex-direction: column;
    gap: 8px
  }

  .reports-grid {
    gap: 10px
  }

  .blogs-grid {
    gap: 12px
  }
  
  /* Hide title on mobile to save space */
  .title-navbar_title {
    display: none;
  }
  
  /* Adjust container padding */
  .title-navbar_container {
    padding: 10px 12px;
    gap: 10px;
    justify-content: space-around;
  }
  
  /* Smaller buttons on mobile */
  .title-navbar_actions {
    gap: 8px;
  }
  
  .title-navbar_actions .btn {
    font-size: 0.75rem;
    padding: 8px 12px;
  }
}

@media print {
  .driving-factors .factor-card {
    box-shadow: none;
    border-color: #ccc
  }

  .driving-factors .factor-card::before {
    background: #999
  }

  .leader-card{
    box-shadow: none
  }


  .btn {
    display: none
  }
}

/* ========== Hero Action Buttons - Fixed ========== */

/* Center text in all buttons */
.btn-hero-sample,
.btn-hero-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* GET A SAMPLE button - Orange background */
.btn-hero-sample {
    
  display: flex ;
  align-items: center ;
  justify-content: center ;
  text-align: center ;
  background: #e67e22 ;
  color: #fff !important;
  border: 2px solid #e67e22 ;
}

.btn-hero-sample:hover {
  background: #d35400 ;
  border-color: #d35400 ;
}

/* BUY NOW button - WHITE text on transparent background */
.btn-hero-buy {
  display: flex ;
  align-items: center ;
  justify-content: center ;
  text-align: center ;
  background:  #fff;
  color: #1e3a5f;
  border: 2px solid #fff;
}

.btn-hero-buy:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}




/*logo's css*/
/* Logo Carousel Container */
.logo-carousel-container {
    width: 100%;
    max-width: 360px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

/* Track that holds all logos */
.logo-carousel {
    display: flex;
    width: max-content;
    animation: scroll-logos 20s linear infinite;
}

/* Individual logo container */
.logo-slide {
    width: 360px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.logo-slide img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}

/* Animation - slides from right to left */
@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Optional: Pause animation on hover */
.logo-carousel-container:hover .logo-carousel {
    animation-play-state: paused;
}
