@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/cat_intel/cat-show-page.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-heading: #005EAD;
  --section-bg: #F2FAFF;
  --mid-gray: #DFDFDF;
}

/* BREADCRUMB CSS */
/* line 35, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-section {
  width: 40%;
}

/* Breadcrumb Section */
/* line 40, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 47, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 54, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  gap: 6px;
}

/* line 63, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 70, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-arrow {
  display: flex;
  width: 14px;
  height: auto;
  background-image: url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

/* line 80, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item a {
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 89, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item a:hover {
  color: var(--primary);
}

/* line 93, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item li[title]::after {
  content: attr(title);
}

/* line 97, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item li:hover::after {
  display: flex;
}

/* line 101, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.breadcrumb-cat-item-active {
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
}

/* Top Header */
/* line 110, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.top-header {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 118, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.top-header .logo img {
  height: 60px;
}

/* ========================= */
/* HERO BANNER SECTION      */
/* ========================= */
/* line 127, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.banner-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url(/assets/home_images/RD_HeroBG_01-559b635ffbbdd59e35d2acb25eca91e71b42c4e7600469c0e301f250ef6b2886.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0px 10px 0px;
}

/* line 138, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.banner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 145, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.banner-row {
  display: flex;
  justify-content: center;
  width: 80%;
}

/* line 151, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin-top: 10px; */
  height: auto;
}

/* line 160, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  gap: 30px;
}

/* line 169, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.rd-infographic-action-group {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 175, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-card {
  /* flex: 1 1 50px;
  align-items: center; */
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  justify-content: center;
}

/* line 186, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-content h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  color: var(--white);
}

/* line 195, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cat-intel-logo {
  background-color: var(--white);
  padding: 5px;
  border-radius: 10px;
}

/* line 201, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cat-intel-logo img {
  width: 100px;
}

/* line 205, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-content .meta {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  color: var(--white);
  /* margin-bottom: 20px; */
}

/* ========================= */
/* ACTION GROUP BUTTONS     */
/* ========================= */
/* line 216, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-action-group-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 222, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cat-action-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  gap: 14px;
  flex-wrap: wrap;
}

/* line 231, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cat-action-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 237, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cat-action-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Individual Action Icons */
/* line 246, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link,
.wishlist-action-link {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 259, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-action-link {
  background-image: url(/assets/home_images/WhatsApp_Icon_White_01-2d9c06c6dfff45ab0f56d2b4242d51afdb0b3a8886709816121692b31494e4ec.svg);
}

/* line 263, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-action-link:hover {
  background-image: url(/assets/home_images/WhatsApp_Icon_Primary_01-1302c26cea20aa510853b6d7b70a1501c9f714d292345b77d161bc7ba111a64f.svg);
}

/* line 267, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.linkdin-action-link {
  background-image: url(/assets/home_images/LinkedIn_Icon_White_01-c59c2e35ed1a861c6958198b2cbce74de29ffee1ec92c74d032bd914f47f723a.svg);
}

/* line 271, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.linkdin-action-link:hover {
  background-image: url(/assets/home_images/LinkedIn_Icon_Primary_01-3bdd444f97b649053118bad1453b15c1316976cfabd13f1c5b43e7bb8138ac0b.svg);
}

/* line 275, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.sharelink-action-link {
  background-image: url(/assets/home_images/Link_Icon_White_01-25b546c25b06e3aa71557c43c54759d78d5bb2f2bbc1230043e0670f7d75edca.svg);
}

/* line 279, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.wishlist-action-link {
  background-image: url(/assets/home_images/Wishlist_Icon_White_01-fb6af0baba2d64ade3c6bc36c462169cae51354d7b1b5819b1ede1407c55e8b0.svg);
}

/* line 283, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.sharelink-action-link:hover,
.wishlist-action-link:hover {
  background-image: url(/assets/home_images/Link_Icon_Primary_01-2eeed304f1f32baeb3f36c9292103fc680e24c8f99800d2962f865caa4d82078.svg);
}

/* line 288, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.wishlist-action-link:hover {
  background-image: url(/assets/home_images/Wishlist_Icon_Primary_01-d19b07ddf2deaabb2776e3cdc35f33637331cc2c25a2bae5a2c44e56ef1ddde2.svg);
}

/* ========================= */
/* MULTILINGUAL SELECTOR    */
/* ========================= */
/* line 296, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mul-ling-selector_cont {
  display: flex;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--secondary);
  text-align: center;
}

/* line 306, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.lang-name-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 313, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-lang-select {
  position: relative;
  min-width: 170px;
}

/* line 318, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-lang-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid var(--input-border-gray);
  background-color: var(--white);
  border-radius: 9999px;
  font-size: 14px;
}

/* line 332, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-flag-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* line 342, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

/* line 348, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-open .mrfr-rd-chevron {
  transform: rotate(180deg);
}

/* line 352, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--input-border-gray);
  border-radius: 8px;
  margin-top: 4px;
  overflow: hidden;
}

/* line 366, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-open .mrfr-rd-lang-options {
  display: block;
}

/* line 370, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  background-color: var(--white);
}

/* line 380, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-lang-option:hover {
  background: #f4f4f4;
}

/* =========================== */
/* RIGHT SIDE CARD + IMAGE    */
/* =========================== */
/* line 390, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-card img {
  width: 100%;
  border-radius: 10px;
}

/* =========================== */
/* CTA BUTTONS                */
/* =========================== */
/* line 400, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cta-buttons {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 408, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.btn {
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

/* line 416, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.btn-sample {
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
}

/* =========================== */
/* ACTION GROUP               */
/* =========================== */
/* line 432, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.hero-sec-report-actions-cont {
  display: flex;
  width: 100%;
  gap: 20px;
}

/* Request Buttons */
/* line 440, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-request-btn,
.nav-request-btn-small {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  color: var(--white);
  cursor: pointer;
  background: linear-gradient(0deg, #b00101, #f80004);
  text-align: center;
  line-height: 2.6;
}

/* line 453, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-request-btn {
  height: 42px;
  font-size: 1rem;
  width: 100%;
  margin: 15px 0;
  text-align: center;
  line-height: 2.6;
}

/* line 462, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-request-btn-small {
  height: 38px;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 14px;
  min-width: 157px;
  width: auto;
}

/* line 471, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-request-btn:hover,
.nav-request-btn-small:hover {
  background: linear-gradient(0deg, #f80004, #b00101);
}

/* =========================== */
/* BUY NOW BUTTON & DROPDOWN  */
/* =========================== */
/* line 480, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.buy-now-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 50%;
}

/* line 486, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-buy-now-btn {
  display: flex;
}

/* line 490, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.buy-now-btn-wrapper:focus-within .buy-now-options-dropdown {
  display: block;
}

/* line 494, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-buy-now-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 42px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #f2f2f2, var(--white));
  border: 1.5px solid var(--primary);
  color: var(--primary);
  border-radius: 8px;
  margin: 15px 0;
  cursor: pointer;
  width: 100%;
}

/* line 512, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-buy-now-btn:hover {
  background: linear-gradient(0deg, #b00101, #f80004);
  color: var(--white);
}

/* line 517, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-buy-now-btn:hover .cart-icon {
  fill: var(--white);
}

/* Dropdown Panel */
/* line 523, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.buy-now-options-dropdown {
  display: none;
  position: absolute;
  top: 84%;
  right: 0;
  min-width: 250px;
  background: white;
  border: 2px solid var(--primary);
  border-radius: 6px;
  margin-top: 6px;
  padding: 0;
  overflow: hidden;
  z-index: 999 !important;
}

/* line 538, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-compare-license-cont a {
  font-family: noto sans;
  font-size: 1rem;
  color: var(--blue);
}

/* line 544, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.buy-now-dropdown-cont {
  display: flex;
  flex-direction: column;
}

/* line 549, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-compare-license-cont,
.mrfr-rd-proceed-to-buy-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
}

/* Proceed Button */
/* line 559, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.Proceed-to-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 80%;
  height: 42px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 0 18px;
  margin: 8px 0;
  cursor: pointer;
}

/* line 578, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.Proceed-to-buy-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/* line 583, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.Proceed-to-buy-btn:hover .chevron-right-red {
  fill: var(--white);
}

/* line 587, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.chevron-right-red {
  width: 7px;
  height: 12px;
  fill: currentColor;
}

/* Dropdown Header */
/* line 595, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.buy-now-dropdown-header-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--primary);
}

/* line 602, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.dropdwon-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

/* Radio Buttons */
/* line 615, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-radiobtn-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
}

/* line 622, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-radiobtn-comp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 629, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-custom-radio {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
}

/* line 641, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 647, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.purchase-price {
  font-family: 'Noto Sans', sans-serif;
}

/* ---- REPORT MIDDLE SECTION CSS STARTS ---- */
/* Sticky tab wrapper */
/* line 654, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.sticky {
  position: sticky;
  top: 71px;
  background-color: var(--white);
  z-index: 1;
}

/* Tab container */
/* line 662, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.tab-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 668, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.tab-wrapper-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* Tab labels container */
/* line 676, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.tab-labels {
  display: flex;
  border-bottom: 1px solid var(--input-border-gray);
}

/* Hide radio inputs */
/* line 682, app/assets/stylesheets/cat_intel/cat-show-page.scss */
input[type="radio"] {
  display: none;
}

/* Style each tab label */
/* line 687, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.tab-labels label {
  flex: 1;
  text-align: center;
  padding: 18px 10px;
  cursor: pointer;
  background: #eee;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  border: none;
  border-bottom: 2px solid var(--input-border-gray);
  transition: background-color 0.3s ease;
}

/* Active tab styles */
/* line 703, app/assets/stylesheets/cat_intel/cat-show-page.scss */
#tab1:checked ~ .tab-labels label[for="tab1"],
#tab2:checked ~ .tab-labels label[for="tab2"] {
  background: var(--white);
  border-bottom: 2px solid var(--input-border-gray);
}

/* Tab content hidden by default */
/* line 710, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.tab-content {
  display: none;
  padding: 20px;
  background: var(--white);
}

/* Show content when corresponding tab is selected */
/* line 717, app/assets/stylesheets/cat_intel/cat-show-page.scss */
#tab1:checked ~ .tab-content.content1,
#tab2:checked ~ .tab-content.content2 {
  display: block;
}

/* Summary layout wrapper */
/* line 723, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.summary-layout {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Summary layout container */
/* line 730, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.summary-layout-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}

/* ---- LEFT CONTENT AREAS ---- */
/* line 741, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-content-1 {
  flex: 3;
  min-width: 280px;
}

/* ---- RIGHT SIDEBAR (TOC) ---- */
/* line 747, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-toc1 {
  flex: 1;
  min-width: 260px;
  height: fit-content;
  position: sticky;
  top: 110px;
  background: var(--white);
  padding: 20px;
  border-radius: 6px;
}

/* line 758, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-toc1 h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--secondary);
  text-align: left;
  font-family: noto sans;
}

/* ---- TOC Navigation ---- */
/* line 768, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-toc {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--input-border-gray);
}

/* line 774, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-toc1-hide h4 {
  justify-content: start;
}

/* line 778, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.navigation__link {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-left: 2px solid var(--input-border-gray);
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-label-gray);
  cursor: pointer;
  text-decoration: none;
  line-height: 1.4;
}

/* line 791, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.navigation__link span.number {
  flex-shrink: 0;
  color: #000;
  font-weight: 500;
  min-width: 20px;
}

/* line 798, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.navigation__link span.label {
  flex: 1;
}

/* ---- Active TOC Link ---- */
/* line 803, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.navigation__link.active {
  font-weight: bold;
  border-left: 2px solid var(--primary);
  color: var(--secondary);
}

/* ---- Icon Title (for headings with icons) ---- */
/* line 810, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.icon-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

/* line 817, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.icon-title img {
  width: 20px;
  height: 20px;
}

/* ---- Section Title ---- */
/* line 823, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--section-heading);
}

/* ---- Section Content ---- */
/* line 831, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* line 838, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  padding: 10px 0;
  line-height: 30px;
}

/* ---- Highlight Box / Card ---- */
/* line 847, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-box {
  background: #003a63;
  color: white;
  padding: 15px;
  margin-top: 15px;
  border-radius: 4px;
  font-weight: bold;
}

/* ---- GLOBAL ---- */
/* line 857, app/assets/stylesheets/cat_intel/cat-show-page.scss */
html {
  scroll-behavior: smooth;
}

/* ---- BUTTON GROUP WRAPPER ---- */
/* line 862, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 300px;
  width: 100%;
}

/* ---- WHATSAPP BUTTON ---- */
/* line 871, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #25d366;
  color: #25d366;
  background-color: var(--white);
  border-radius: 30px;
  padding: 9px 20px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 20px;
}

/* line 891, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-btn img {
  width: 20px;
  height: 20px;
}

/* line 896, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.whatsapp-btn:hover {
  background-color: #25d366;
  color: var(--white);
}

/* ---- CUSTOMIZE REPORT BUTTON ---- */
/* line 902, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.customize-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 9px 20px;
}

/* line 921, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.customize-btn:hover {
  background-color: #990000;
  border-color: #990000;
}

/* ---- OFFER IMAGE ---- */
/* line 927, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.offer-imges img {
  width: 100%;
  margin-top: 20px;
}

/* ---- CERTIFICATION BOX ---- */
/* line 933, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.certification-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  border: 1px solid var(--input-border-gray);
  border-radius: 10px;
  padding: 10px;
}

/* line 944, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.certificate-heading {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 950, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.certificate-logos-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 957, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cert-logo-row {
  display: flex;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 964, app/assets/stylesheets/cat_intel/cat-show-page.scss */
#cert-logo-01,
#cert-logo-02 {
  height: 50px;
}

/* line 969, app/assets/stylesheets/cat_intel/cat-show-page.scss */
#cert-logo-02 {
  width: 255px;
  background-image: url(/assets/home_images/ISO_CertifiedLogos_01-d6f819aaca9c722b7359de357c763afa889fea166dcec453724bae58a7b87893.png);
}

/* line 975, app/assets/stylesheets/cat_intel/cat-show-page.scss */
#cert-logo-01 {
  width: 328px;
  background-image: url(/assets/home_images/ESOMAR_logo_01-fcba2a275841420fa49f3c9d3629617cb21bdf173e23166bfc2b8906d78281de.png);
}

/* line 980, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.certificate-heading h5 {
  font-size: 0.9rem;
  color: #5d5d5d;
  font-family: 'Noto Sans', sans-serif;
  margin: 0px 0px 10px 0px;
}

/* ---- SECTION CONTENT ---- */
/* line 988, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content {
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* line 995, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  padding: 10px 0;
  line-height: 30px;
}

/* line 1003, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content img {
  width: 50%;
}

/* line 1007, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content ul {
  list-style-type: disc;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
}

/* line 1013, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content ul li {
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  line-height: 30px;
}

/* line 1021, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content ul li br {
  display: none;
}

/* line 1023, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nested-left {
  margin-left: 0;
  margin-top: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
}

/* line 1031, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  overflow-x: auto;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  line-height: 30px;
  margin-top: 20px;
}

/* line 1043, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content table th {
  background-color: #f2faff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1051, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content table th, .section-content table td {
  padding: 4px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

/* line 1058, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--section-heading);
}

/* line 1065, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.section-content strong {
  font-weight: 600;
}

/* ---- GENERAL FLEX CONTAINER ---- */
/* line 1071, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ---- TEXT AND IMAGE FLEX SECTION ---- */
/* line 1079, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-text {
  flex: 1 1 200px;
}

/* line 1083, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-text p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  padding: 10px 14px;
  line-height: 30px;
}

/* line 1091, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-image {
  flex: 1 1 200px;
}

/* line 1095, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* line 1101, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.below-text {
  margin-top: 15px;
  font-size: 15px;
  color: #555;
}

/* ---- FLEX CONTAINER FOR CARDS ---- */
/* line 1109, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.container-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ---- CARD STYLES ---- */
/* line 1117, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card {
  flex: 1 1 220px;
  background-color: var(--section-bg);
  border: 1.5px solid var(--blue);
  border-radius: 8px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  padding: 10px 14px;
  line-height: 30px;
  margin-top: 10px;
  position: relative;
}

/* line 1131, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card h3 {
  background-color: var(--section-heading);
  border-right: 6px solid var(--blue);
  color: var(--white);
  font-size: 12px;
  padding: 2px 12px;
  position: absolute;
  top: -2px;
  left: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  text-transform: capitalize;
  font-style: italic;
}

/* line 1148, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card ol {
  margin-top: 40px;
  padding-left: 18px;
}

/* line 1153, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card li {
  margin-bottom: 18px;
  line-height: 30px;
}

/* line 1158, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card li strong {
  font-weight: bold;
  color: var(--dark-gray);
}

/* ---- LOGO GRID SECTION ---- */
/* line 1165, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-grid-section {
  background-color: var(--white);
  text-align: center;
}

/* line 1170, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* line 1177, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-grid p {
  line-height: 1.4;
}

/* line 1181, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1187, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-item img {
  max-height: 60px;
  max-width: 120px;
  object-fit: contain;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
}

/* line 1196, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.logo-item p {
  font-size: 13px;
  color: #333;
  margin: 0;
  text-align: center;
}

/* ---- RESPONSIVE TABLE ---- */
/* line 1206, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  overflow-x: auto;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  line-height: 30px;
  margin-top: 20px;
}

/* line 1218, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.responsive-table th,
.responsive-table td {
  padding: 4px 16px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

/* line 1226, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.responsive-table th {
  background-color: #f2faff;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1234, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.responsive-table td {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1241, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.responsive-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* ---- AUTHOR SECTION ---- */
/* line 1247, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-section {
  border-bottom: 1px solid var(--input-border-gray);
  padding-top: 20px;
  text-align: left;
}

/* line 1253, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005ead;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 1263, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-card {
  display: flex;
  align-items: center;
  background: #f2faff;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* line 1272, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

/* line 1281, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1287, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-details {
  line-height: 1.3;
}

/* line 1291, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-name {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1298, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-role {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1305, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.author-description {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--dark-gray);
  margin-bottom: 20px;
}

/* ---- GET IN TOUCH BUTTON ---- */
/* line 1314, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.get-in-touch-btn {
  display: inline-block;
  padding: 5px 9px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: var(--white);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-bottom: 15px;
}

/* line 1330, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.get-in-touch-btn:hover {
  background: #e6f3fc;
}

/* ---- FAQ TITLE ---- */
/* line 1335, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.faq-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--section-heading);
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

/* ---- ACCORDION ITEM ---- */
/* line 1346, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-item {
  border-top: 1px solid #ddd;
}

/* ---- ACCORDION QUESTION (BUTTON) ---- */
/* line 1351, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-question {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

/* line 1369, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-question:hover {
  background-color: #f5f8fa;
}

/* ---- ACCORDION ANSWER ---- */
/* line 1374, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-answer {
  display: none;
  padding: 16px 20px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-label-gray);
}

/* line 1383, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-answer a {
  word-break: break-word;
  color: #0071c2;
  text-decoration: underline;
}

/* ---- ACTIVE STATES ---- */
/* line 1390, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-item.active .accordion-question {
  background-color: #e0f3ff;
}

/* line 1394, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-item.active .accordion-answer {
  display: block;
}

/* ---- ARROW ICON ROTATION ---- */
/* line 1399, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
  color: #333;
}

/* line 1405, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.accordion-item.active .arrow {
  transform: rotate(180deg);
}

/* ---- RELATED REPORTS WRAPPER ---- */
/* line 1410, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-wrapper {
  background-color: #f0f8ff;
  margin: 0;
  padding: 20px;
}

/* line 1416, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.related-reports {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

/* line 1423, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.related-reports-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 1430, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.related-reports h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.5rem;
  color: var(--section-heading);
  margin-bottom: 20px;
  font-weight: 500;
}

/* ---- CARDS GRID CONTAINER ---- */
/* line 1440, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ---- SINGLE REPORT CARD ---- */
/* line 1447, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  flex: 1 1 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

/* line 1458, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-card:hover {
  transform: translateY(-4px);
}

/* ---- CARD HEADER (WITH BACKGROUND IMAGE) ---- */
/* line 1463, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-header {
  background: no-repeat center center / cover;
  padding: 16px;
  color: white;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 1473, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-header h3 {
  margin: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  position: relative;
  top: -19px;
  height: 50px;
}

/* line 1482, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-header p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  margin-top: 4px;
}

/* ---- CARD BODY ---- */
/* line 1489, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-body {
  padding: 16px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1497, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-body small {
  display: block;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  margin-bottom: 10px;
  color: var(--dark-gray);
}

/* line 1505, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.card-body p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  margin-bottom: 10px;
  line-height: 1.4;
}

/* ---- READ MORE BUTTON ---- */
/* line 1514, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.read-more-btn {
  display: inline-block;
  padding: 4px 11px;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
  align-self: start;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  margin-top: 15px;
}

/* line 1528, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.read-more-btn:hover {
  background-color: #fff0f0;
}

/* ---- CUSTOMER STORIES SECTION ---- */
/* line 1533, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.customer-stories {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 1539, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.customer-stories-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 1546, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.customer-stories h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--section-heading);
  margin-bottom: 20px;
  font-weight: 500;
}

/* ---- STORIES CONTAINER ---- */
/* line 1555, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.stories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* ---- TESTIMONIAL CARD ---- */
/* line 1562, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex: 1 1 47%;
  min-width: 300px;
  padding: 10px;
}

/* line 1573, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-left {
  position: relative;
  flex: 1;
}

/* line 1578, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-left img {
  width: 20rem;
  height: 19rem;
  object-fit: cover;
  border-radius: 10px;
}

/* line 1586, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.play-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* line 1600, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.play-overlay::after {
  content: '▶';
  font-size: 16px;
  margin-left: 8px;
}

/* ---- TESTIMONIAL TEXT AREA ---- */
/* line 1607, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-right {
  flex: 2;
  padding: 0 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 1615, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-right p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ---- TESTIMONIAL FOOTER ---- */
/* line 1624, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 1630, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-footer img {
  height: 60px;
}

/* line 1634, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-footer .name {
  font-weight: bold;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--dark-gray);
}

/* line 1641, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.testimonial-footer .role {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  color: #777;
}

/* ---- CASE STUDY CARD ---- */
/* line 1648, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  flex: 0 1 10%;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

/* line 1659, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---- CASE STUDY CONTENT ---- */
/* line 1666, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 15px;
}

/* line 1673, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-content small {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--dark-gray);
}

/* line 1679, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-content h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--dark-gray);
  margin: 10px 0;
}

/* line 1686, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.case-study-content p {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  color: var(--primary);
  margin-bottom: 10px;
}

/* ---- LEFT SECTION: LOGO + TITLE ---- */
/* line 1694, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.left-section {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 200px;
}

/* ---- REPORT TITLE ---- */
/* line 1703, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-title-cont h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  padding: 0 0 0 10px;
}

/* line 1712, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.navbar-bg-image {
  background-image: url(/assets/home_images/RD_OverlapNav_Bg_01-71743cf62b8fd22b619baf4e083e4f8fbe43697a5cc99d4f08c5f9a8e7fa8929.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 1718, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-container {
  background-color: transparent;
  width: 90%;
  padding: 0px;
}

/* line 1724, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.nav-container-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* ---- COMPANY LOGO MARK ---- */
/* line 1731, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.company-logo-mark {
  width: 55px;
  height: 100%;
  background-image: url(/assets/home_images/MRFR_LogoMark_White_01-cd1913912687e0dc3fb745f1240be41b546f99b0be025432e667d7cd1ccf9af0.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}

/* line 1741, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-title-actions-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/* line 1748, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.report-actions-cont {
  display: flex;
  /* flex: 1; */
  justify-content: center;
  gap: 20px;
  width: 40%;
}

/* line 1756, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-report-request-btn {
  display: flex;
  width: 50%;
}

/* ---- MODAL CSS ---- */
/* line 1764, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* line 1777, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-modal-content {
  background: var(--white);
  padding: 20px 30px;
  border-radius: 8px;
  min-width: 300px;
  position: relative;
}

/* line 1786, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-rd-modal-close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 22px;
  cursor: pointer;
}

/* ---- Table of Contents Section ---- */
/* line 1795, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-toc ul {
  list-style-type: disc;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  margin: 0;
  color: var(--dark-gray);
  margin-bottom: 20px;
}

/* line 1804, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-toc ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* line 1809, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.mrfr-cat-toc h3 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #005ead;
  margin-bottom: 20px;
}

/* line 1817, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.toc-heading {
  margin-bottom: 20px;
}

/* line 1821, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.heading-underline {
  width: 100%;
  /* or 100% for full width */
  height: 2px;
  background-color: var(--input-border-gray);
  margin-top: 7px;
}

/* line 1829, app/assets/stylesheets/cat_intel/cat-show-page.scss */
.right-toc-aside {
  flex: 1;
  min-width: 260px;
  height: fit-content;
  position: sticky;
  top: 150px;
  background: var(--white);
  border-radius: 6px;
}
