@charset "UTF-8";
/* line 1, app/assets/stylesheets/reports/report-details-content-style-01.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;
  --dark-blue: #07508E;
  --alice-blue: #F2FAFF;
  --golden-orange: #FFC54B;
  --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;
}

/* line 30, app/assets/stylesheets/reports/report-details-content-style-01.scss */
h1,
h2,
h3 {
  margin: 0;
}

/* New Changes In Nav-Bar */
/* line 39, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-nav-container {
  width: 92%;
}

/* line 43, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-container {
  width: 92.5%;
}

/* REPORT DETAILS ADDITIONAL CSS */
/* line 49, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.navbar-bg-image {
  background-image: url(/assets/home_images/RD_OverlapNav_Bg_01-71743cf62b8fd22b619baf4e083e4f8fbe43697a5cc99d4f08c5f9a8e7fa8929.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 55, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-title-actions-cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 10px;
}

/* line 63, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.company-logo-mark {
  display: flex;
  width: 55px;
  height: 70px;
  background-image: url(/assets/home_images/MRFR_LogoMark_White_01-cd1913912687e0dc3fb745f1240be41b546f99b0be025432e667d7cd1ccf9af0.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 10px 0px 0px;
}

/* line 74, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-title-cont {
  display: flex;
}

/* line 78, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-title-cont h2 {
  font-family: roboto condensed;
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 91, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-actions-cont {
  display: flex;
  /* flex: 1; */
  justify-content: center;
  gap: 20px;
  width: 40%;
}

/* line 99, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-request-btn {
  display: flex;
  width: 50%;
}

/* line 104, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-request-btn {
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 8px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  line-height: 2.6;
  text-align: center;
}

/* line 121, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-request-btn-small {
  height: 38px;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 6px;
  padding: 0px 14px;
  cursor: pointer;
  width: auto;
  min-width: 157px;
}

/* line 136, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-request-btn:hover {
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
}

/* line 140, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-request-btn-small:hover {
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
}

/* line 144, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-btn-wrapper {
  display: flex;
  position: relative;
  width: 50%;
  z-index: 1;
}

/* line 151, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-buy-now-btn {
  display: flex;
  width: 100%;
}

/* line 156, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-btn-wrapper:focus-within .buy-now-options-dropdown {
  display: block;
}

/* line 160, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-buy-now-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #f2f2f2 0%, white 100%);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  border-radius: 8px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
}

/* line 179, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.cart-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 185, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-buy-now-btn:hover {
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
}

/* line 190, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-buy-now-btn:hover .cart-icon {
  fill: var(--white);
}

/* line 194, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-options-dropdown {
  display: none;
  position: absolute;
  top: 84%;
  right: 0px;
  /* left: 3px; */
  min-width: 250px;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--primary);
  border-radius: 6px;
  margin-top: 6px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  /* z-index: 100; */
}

/* line 211, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-dropdown-cont {
  display: flex;
  flex-direction: column;
}

/* line 216, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-dropdown-header-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--primary);
}

/* line 223, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.dropdwon-header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/* line 230, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.dropdwon-header h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
}

/* line 239, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-radiobtn-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* line 246, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-radiobtn-comp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 253, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  padding: 0px;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 17px;
  color: var(--secondary);
  gap: 6px;
}

/* line 266, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.purchase-price {
  font-family: noto sans;
}

/* line 270, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Base style for radio */
/* line 277, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio .radiomark {
  height: 17px;
  width: 17px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  /* margin-right: 8px; */
  vertical-align: middle;
  position: relative;
}

/* line 288, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio input:checked + .radiomark {
  background-color: var(--white);
  border: 1px solid var(--primary);
}

/* line 293, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-radiobtn-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

/* Optional: Inner dot for radio */
/* line 301, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio .radiomark::after {
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--primary);
}

/* line 313, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio input:checked + .radiomark::after {
  display: block;
}

/* line 317, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-compare-license-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/* line 324, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-compare-license-cont a {
  font-family: noto sans;
  font-size: 1rem;
  color: var(--blue);
}

/* line 330, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-compare-license-cont a:hover {
  color: var(--primary);
}

/* line 334, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-proceed-to-buy-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 10px 0px 10px 0px;
}

/* line 341, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.Proceed-to-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 80%;
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--white);
  /* background: linear-gradient(0deg, rgba(176, 1, 1, 1) 0%, rgba(248, 0, 4, 1) 100%); */
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
}

/* line 361, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.Proceed-to-buy-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

/* line 366, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.chevron-right-red {
  width: 7px;
  height: 12px;
  fill: currentColor;
}

/* line 372, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.Proceed-to-buy-btn:hover .chevron-right-red {
  fill: var(--white);
}

/* Modal */
/* line 377, app/assets/stylesheets/reports/report-details-content-style-01.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 390, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-modal-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  min-width: 300px;
  position: relative;
}

/* line 398, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-modal-close {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 22px;
  cursor: pointer;
}

/* ----BREADCRUMBS SECTION CSS STARTS---- */
/* line 408, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 415, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 421, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 427, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  gap: 6px;
}

/* line 436, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 443, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-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 453, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 462, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* line 466, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item li[title]::after {
  content: attr(title);
}

/* line 470, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item li:hover::after {
  display: flex;
}

/* line 474, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* .breadcrumb-item a::after {
  content: image-url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  position: absolute;
  top: 2px;
  margin: 0px 0px 0px 6px;
} */
/* ----HERO SECTION CSS STARTS---- */
/* line 495, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  background-image: url(/assets/home_images/RD_HeroBG_01-084d2de0c7c6bb36fecac4fae1de96fea5b4df8c2aefe44a9fc089fbe0459cc8.jpg);
  background-position: center;
  background-size: cover;
  /* padding: 40px 0px 80px 0px; */
}

/* line 509, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-inner-section {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 100%;
}

/* line 518, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
}

/* line 527, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-left-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  gap: 20px;
}

/* MULTILINGUAL SLECTOR CSS*/
/* line 538, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mul-ling-selector_cont {
  display: flex;
  justify-content: center;
  font-family: noto sans;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: var(--secondary);
}

/* line 549, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.lang-name-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* line 556, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-select {
  position: relative;
  min-width: 170px;
  /* width: 220px; */
}

/* line 562, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 9999px;
  font-size: 14px;
}

/* line 576, app/assets/stylesheets/reports/report-details-content-style-01.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 586, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-chevron {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

/* line 592, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-open .mrfr-rd-chevron {
  transform: rotate(180deg);
}

/* line 596, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* line 611, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-open .mrfr-rd-lang-options {
  display: block;
}

/* line 615, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
}

/* line 625, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-option:hover {
  background: #f4f4f4;
}

/* ----REPORT OTHER INFO CSS---- */
/* line 631, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-hero-title-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 637, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-title-cont {
  display: flex;
}

/* line 641, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-title-cont h1 {
  display: flex;
  font-family: roboto condensed;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--white);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 651, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-info-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 660, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-id,
.mrfr-rd-report-pages,
.mrfr-rd-report-author,
.mrfr-rd-report-year {
  display: flex;
  padding: 4px 0px 4px 0px;
}

/* line 668, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.vertical-seprator {
  width: 1px;
  height: 20px;
  background-color: var(--white);
  margin: 0px 6px;
}

/* line 675, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-description {
  display: flex;
  justify-content: flex-start;
}

/* line 686, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-description h2 {
  font-family: noto sans;
  font-size: 1rem;
  color: var(--white);
}

/* line 692, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-action-group-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 698, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-action-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 14px;
}

/* line 706, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-action-title {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--white);
}

/* line 713, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.action-cont {
  display: flex;
}

/* line 717, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-action-link {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url(/assets/home_images/WhatsApp_Icon_White_01-2d9c06c6dfff45ab0f56d2b4242d51afdb0b3a8886709816121692b31494e4ec.svg);
}

/* line 728, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-action-link:hover {
  background-image: url(/assets/home_images/WhatsApp_Icon_Primary_01-1302c26cea20aa510853b6d7b70a1501c9f714d292345b77d161bc7ba111a64f.svg);
}

/* line 732, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.linkdin-action-link {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url(/assets/home_images/LinkedIn_Icon_White_01-c59c2e35ed1a861c6958198b2cbce74de29ffee1ec92c74d032bd914f47f723a.svg);
}

/* line 743, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.linkdin-action-link:hover {
  background-image: url(/assets/home_images/LinkedIn_Icon_Primary_01-3bdd444f97b649053118bad1453b15c1316976cfabd13f1c5b43e7bb8138ac0b.svg);
}

/* line 747, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sharelink-action-link {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background-image: url(/assets/home_images/Link_Icon_White_01-25b546c25b06e3aa71557c43c54759d78d5bb2f2bbc1230043e0670f7d75edca.svg);
}

/* line 758, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sharelink-action-link:hover {
  background-image: url(/assets/home_images/Link_Icon_Primary_01-2eeed304f1f32baeb3f36c9292103fc680e24c8f99800d2962f865caa4d82078.svg);
}

/* line 762, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-pdf-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: auto;
  min-width: 150px;
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(0deg, #f2f2f2 0%, white 100%);
  border: 1.5px solid var(--primary);
  color: var(--primary);
  border-radius: 30px;
  padding: 0px 11px;
  margin: 8px 0;
  cursor: pointer;
}

/* line 782, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 788, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-pdf-btn:hover {
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
}

/* line 793, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-pdf-btn:hover .download-icon {
  fill: var(--white);
}

/* line 797, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-right-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
}

/* line 806, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic-cont {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  /* overflow: hidden; */
}

/* line 813, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic img {
  display: flex;
  justify-content: center;
  width: 505px;
  max-width: 100%;
  height: 330px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* line 824, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic {
  display: flex;
  justify-content: center;
}

/* line 829, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic-action-group {
  display: flex;
  justify-content: center;
}

/* line 834, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.hero-sec-report-actions-cont {
  display: flex;
  width: 100%;
  gap: 20px;
}

/* ----RD DETAILS SECTION CSS---- */
/* line 843, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* z-index: -10; */
}

/* line 852, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-container {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 858, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-inner-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  z-index: 0;
}

/* TABBING CSS STARTS */
/* line 868, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 40px;
  background: #fff;
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
  /* overflow: hidden; */
}

/* line 879, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-header {
  display: flex;
  border-bottom: 1px solid #ddd;
  background: #f0f0f0;
  position: sticky;
  top: 70px;
  z-index: 1;
}

/* line 888, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  /* flex: 1; */
  padding: 18px 10px 18px 10px;
  background: transparent;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  border: none;
  border-bottom: 2px solid var(--input-border-gray);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 905, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-btn.mrfr-active {
  background: #fff;
  color: var(--secondary);
  border-bottom: 2px solid var(--secondary);
}

/* line 911, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-content {
  display: none;
  padding: 20px 10px 20px 10px;
}

/* line 916, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-content.mrfr-active {
  display: flex;
}

/* INDEX CSS STARTS */
/* line 922, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-wrapper {
  display: flex;
  flex-direction: row-reverse;
  /* Tabs on the right */
  align-items: flex-start;
  width: 100%;
  gap: 30px;
}

/* line 931, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.tabs-info-cont {
  display: flex;
  flex-direction: column;
  width: 24%;
  box-sizing: border-box;
  position: sticky;
  top: 150px;
  gap: 30px;
}

/* line 941, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-tabs {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* border-left: 1px solid #ddd; */
  /* padding: 20px; */
  box-sizing: border-box;
  /* position: sticky;
  top: 150px; */
  height: fit-content;
}

/* line 953, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-item {
  display: flex;
  justify-self: start;
  align-items: center;
  padding: 10px 10px 10px 10px;
  border-left: 2px solid var(--input-border-gray);
  /* margin: 10px 0; */
  font-family: noto sans;
  font-size: 1rem;
  color: var(--text-label-gray);
  cursor: pointer;
  position: relative;
  /* text-align: right; */
}

/* line 968, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-item.active {
  font-weight: bold;
  border-left: 2px solid var(--primary);
  color: var(--secondary);
}

/* line 974, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.common-info-cont {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 20px;
}

/* line 981, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.cust-rep-btn-cont {
  display: flex;
  width: 100%;
}

/* line 986, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.resch-certi-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}

/* line 993, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.resch-certi-heading {
  display: flex;
  width: 100%;
}

/* line 998, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.resch-certi-heading h3 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--section-heading);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 1007, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.resch-certi-img-cont {
  display: flex;
  width: 100%;
  height: 174px;
  background-image: url(/assets/home_images/CertifiedResearchers_01-9286cc785831b6b3ece3e13885feabeb76e72226aba697362c1f46caf00174a3.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1017, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.offer-banner-cont {
  display: flex;
  width: 100%;
  height: 300px;
  background-image: url(/assets/home_images/OfferBanner_Placeholder_01-765a6742d82316184271143ddce45b8e4ec38e20947418da13b12949e1d77cbd.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

/* line 1028, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--white);
  color: #23BB2F;
  border: 1px solid #23BB2F;
  border-radius: 30px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: 100%;
  gap: 10px;
}

/* line 1047, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-btn:hover {
  background-color: #23BB2F;
  color: var(--white);
}

/* line 1055, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 1061, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-buy-now-btn:hover .whatsapp-icon {
  fill: var(--white);
}

/* .mrfr-index-tab-item.active::before {
  content: "←";
  position: absolute;
  left: -20px;
  color: #007bff;
} */
/* line 1072, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.event-banner-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 82px;
  background-image: url(/assets/home_images/EventBanner_Placeholder_01-3e55be11a2212eed212af91ba453a3fe9c28b130264d000554f8a2b86a2eefd7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 20px 0px 0px;
}

/* line 1085, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.event-banner-btn {
  height: 42px;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  background: linear-gradient(0deg, #b00101 0%, #f80004 100%);
  color: var(--white);
  border: none;
  border-radius: 30px;
  padding: 0px 18px;
  margin: 8px 0;
  cursor: pointer;
  width: auto;
}

/* line 1100, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 30px;
  /* padding-right: 20px; */
}

/* line 1108, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.important-section {
  background-color: var(--section-bg);
  border: 1.5px solid var(--section-heading);
  overflow: hidden;
  border-radius: 8px;
}

/* line 1115, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont {
  display: flex;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: 85%;
  background-repeat: no-repeat;
}

/* line 1124, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-1 {
  background-image: url(/assets/home_images/Market_Summary_Icon_01-821701c3cf1252d248c64b5e72ea50bd31f3294b175b2f5946b16a735a77fcff.svg);
}

/* line 1128, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-2 {
  background-image: url(/assets/home_images/MarketTrends_Icon_01-6fcbc6b7cc8765c601c8dbd9c6fe670affbe9662521b17b537ddbd561d1921dc.svg);
}

/* line 1132, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-3 {
  background-image: url(/assets/home_images/MarketSegmentInsights_Icon_01-13bd991967ab5b30f27decf0bdcf2bfff4de3b5326b820ae552bb985c4afe0dc.svg);
}

/* line 1136, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-4 {
  background-image: url(/assets/home_images/MarketKeyPlayersCompetitiveInsights_01-5a621ef7f624b176af1598641d22f8011bc12ad1674694709c479c609e2c33df.svg);
}

/* line 1140, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-5 {
  background-image: url(/assets/home_images/SmartphoneSensorsIndustryDevelopments_01-10c65e2eb20172d924d345072987f0b1abbd630ba1876c8c95ae36daa890b41b.svg);
}

/* line 1144, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-6 {
  background-image: url(/assets/home_images/MarketSegmentation_01-e5d30f96cebfc21e5d89f0a0a65b47e10b34e44c242e1a8d925c75e58e6c2196.svg);
}

/* line 1148, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-7 {
  background-image: url(/assets/home_images/ReportScope_01-e1d6988989f0a856b6dcab2f2fd411c9c6f9532a8a1b1dad201ac904d7d77b20.svg);
}

/* line 1152, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-8 {
  background-image: url(/assets/home_images/MarketHoghlights_01-f35a30611f7d21a380726712bd7247d52cb132e7a28b00730e1c07cbe81691e6.svg);
}

/* line 1156, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-9 {
  background-image: url(/assets/home_images/Author_01-064259803784e9f63c81e928e7079b1ee639b8903396adc1ddc9272d464736a4.svg);
}

/* line 1160, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-icon-cont-10 {
  background-image: url(/assets/home_images/FAQs_01-92c52afc9d50cbc986069003e96b7632014192cd780305851fbd4ad25e433649.svg);
}

/* line 1164, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 12px;
  background-color: var(--section-heading);
  gap: 10px;
}

/* line 1173, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-heading h2 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 1182, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-heading-two {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 0px 0px;
  background-color: var(--white);
  gap: 10px;
}

/* line 1191, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-heading-two h2 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--section-heading);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 1200, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-section {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 10px 0px;
  box-sizing: border-box;
  scroll-margin-top: 150px;
  gap: 10px;
  /* min-height: 100vh; */
  /* Added height for scroll testing */
}

/* .mrfr-index-tab-section:nth-child(even) {
  background-color: #fafafa;
}

.mrfr-index-tab-section:nth-child(odd) {
  background-color: #fff;
} */
/* line 1219, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-section h2 {
  margin-top: 0;
}

/* line 1223, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 14px;
}

/* line 1230, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1236, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description p {
  width: 100%;
  font-family: noto sans;
  font-size: 1.1rem;
  color: var(--dark-gray);
  padding: 10px 14px 10px 14px;
  line-height: 30px;
  flex-direction: column;
}

/* -----------Combine Graph Section Starts-------------- */
/* line 1249, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-combine-wrapper {
  display: flex;
  width: 100%;
}

/* line 1254, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-combine-cont {
  display: flex;
  width: 100%;
}

/* line 1259, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-left-cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 1265, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-sub-heading h3 {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark-blue);
  padding: 10px 14px 10px 14px;
  margin: 0px 0px 0px 0px;
}

/* line 1275, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers {
  display: flex;
}

/* line 1279, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers ul {
  list-style-type: disc;
  padding: 10px 20px 0px 40px;
  margin: 0;
}

/* line 1285, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers ul li {
  margin: 0px 0px 10px 0px;
  font-family: noto sans;
  font-size: 1.1rem;
  color: var(--dark-gray);
  /* margin: 0px 0px 8px 0px; */
}

/* line 1293, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers ul li a {
  font-family: noto sans;
  font-size: 1.2rem;
  color: var(--blue);
  margin: 0px 0px 8px 0px;
}

/* line 1300, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers ul li a:hover {
  color: var(--primary);
}

/* line 1304, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sec-des-img-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding: 0px 14px 0px 14px;
  font-family: "Noto Sans";
  align-items: center;
  justify-content: center;
}

/* line 1315, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sec-des-img-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--input-border-gray);
  border-radius: 8px;
  padding: 0.5rem;
  background: var(--white);
  gap: 30px;
}

/* line 1326, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sum-graph-img {
  width: 100%;
}

/* line 1330, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-img-title-cont {
  background-color: var(--alice-blue);
  padding: 0.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1337, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-des-title {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary);
  margin: 0;
}

/* line 1345, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-des-img-cont {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem;
  /* position: absolute;
  top: 26%; */
}

/* line 1355, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-des-image {
  display: flex;
  /* width: 80%;
  height: 410px; */
  width: 500px;
  height: 200px;
  background-image: url(/images/home_images/CAGR_BarGraph_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1367, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-des-img-source-cont {
  display: flex;
  background-color: var(--golden-orange);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.5rem;
}

/* line 1375, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-cagr-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

/* line 1382, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-cagr {
  font-size: 2rem;
  color: var(--section-heading);
  font-family: "Roboto Condensed";
}

/* line 1388, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-cagr-separator {
  background-color: var(--section-heading);
  width: 2px;
  height: 35px;
}

/* line 1394, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-cagr-perc {
  font-size: 1.7rem;
  color: var(--section-heading);
}

/* line 1399, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sec-cont-pointers {
  display: flex;
}

/* line 1403, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sec-cont-pointers ul {
  list-style-type: disc;
  padding: 10px 20px 0px 70px;
  margin: 0;
}

/* -----------Combine Graph Section End-------------- */
/* line 1411, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.pointer-group {
  display: flex;
  flex-direction: column;
  padding: 10px 0px 10px 0px;
  gap: 5px;
}

/* line 1418, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.pointer-group ul {
  /* padding: 0px 0px 0px 0px; */
  margin: 0px 0px 0px 0px;
  list-style-type: disc;
}

/* line 1424, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-pointer-header {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
  padding: 4px 0px 4px 30px;
}

/* line 1433, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table {
  display: flex;
  width: 100%;
  padding: 10px 14px 10px 14px;
}

/* line 1439, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid var(--input-border-gray);
  /* margin: 100px auto; */
  background-color: var(--white);
}

/* line 1447, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table table tbody tr td {
  padding: 15px;
  border: 1px solid var(--input-border-gray);
  font-size: 1rem;
  font-family: noto sans;
  text-align: left;
}

/* line 1455, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table table tbody tr td:first-child {
  width: 40%;
}

/* line 1459, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table table tbody tr:nth-child(even) {
  background-color: var(--light-gray);
}

/* line 1463, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table {
  margin: 0 auto;
  width: 100%;
  /* border: 1px solid #7a2f2f; */
  /* border-radius: 8px; */
  /* background-color: #fff; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1473, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 1478, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table th {
  padding: 4px 16px;
  border: 1px solid var(--input-border-gray);
  text-align: left;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1488, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table td {
  padding: 12px 16px;
  border: 1px solid var(--input-border-gray);
  text-align: left;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1498, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table thead {
  background-color: var(--section-bg);
}

/* line 1502, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table thead th {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1509, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table tbody tr:nth-child(even) {
  background-color: var(--light-gray);
}

/* line 1513, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table table tbody tr td:first-child {
  width: 40%;
}

/* .sec-cont-scope-table table tbody tr:nth-child(even) {
  background-color: var(--light-gray);
} */
/* line 1521, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-cont {
  display: flex;
  width: 100%;
  gap: 20px;
}

/*----------------New Segment Insights Section=---------------------  */
/* line 1530, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card {
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  border: 1.5px solid var(--section-heading);
  border-radius: 8px;
}

/* line 1538, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-top-sec {
  display: flex;
  flex-direction: column;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--alice-blue);
}

/* Header */
/* line 1547, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-header {
  display: flex;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  /* padding: 8px 12px; */
}

/* line 1554, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-header h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  padding: 6px 10px 6px 10px;
  margin: 0px 0px 0px 0px;
  border-top-left-radius: 6px;
}

/* Content Wrapper */
/* line 1565, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-content {
  display: flex;
  padding: 0.5rem;
}

/* line 1570, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-bottom-sec {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
}

/* line 1578, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-seg-bottom-desc {
  display: flex;
  flex-direction: column;
  background-color: var(--alice-blue);
  width: 50%;
  height: 100%;
  border-radius: 8px;
}

/* line 1587, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-btm-title-cont {
  width: 100%;
  display: flex;
  font-family: "Noto sans";
  padding: 0.5rem;
}

/* line 1594, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-btm-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0;
}

/* line 1601, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-insight-img-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 50%;
  padding: 10px 14px 10px 14px;
  font-family: "Noto Sans";
  height: 100%;
}

/* line 1612, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-insight-des-img-cont {
  display: flex;
  /* height: 80%; */
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /* border: 1px solid var(--input-border-gray); */
  border-radius: 8px;
  padding: 0.5rem;
  background: var(--white);
  gap: 70px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
}

/* line 1626, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-insight-img-title-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--alice-blue);
  padding: 0.5rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* line 1636, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-insight-des-title {
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-label-gray);
  margin: 0;
}

/* line 1644, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-seg-img-cont {
  display: flex;
  width: 100%;
}

/* Image / Graph */
/* line 1650, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-image-left {
  float: left;
  width: 530px;
  height: 220px;
  margin: 0 15px 5px 0;
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  padding: 6px;
}

/* line 1660, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-image-right {
  float: right;
  width: 580px;
  height: 280px;
  margin: 0 0px 5px 15px;
  padding-top: 30px;
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  padding: 6px;
}

/* line 1671, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-seg-insights-img {
  float: right;
  width: 50%;
  margin: 10px 0px 0px 20px;
  border: 1.5px solid #c7e8fd;
  border-radius: 6px;
}

/* line 1679, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-seg-insights-img-left {
  float: left;
  width: 50%;
  margin: 10px 20px 0px 0px;
  border: 1.5px solid #c7e8fd;
  border-radius: 6px;
}

/* line 1688, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.img-01 {
  background: url(/images/home_images/packing-segments-graph-img-04.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1695, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.img-02 {
  background: url(/../images/CAGR_BarGraph_01.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1702, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.img-03 {
  background: url(/images/home_images/technology-graph-img-o6.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Description */
/* line 1710, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-description {
  font-family: "noto sans";
  font-size: 1.1rem;
  line-height: 30px;
  color: var(--dark-gray);
  text-align: justify;
  padding: 0.5rem;
}

/*------changes width here----*/
/* line 1721, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-section-cont-card {
  display: flex;
  flex-direction: column;
  /* width: 50%; */
  width: 100%;
  background-color: var(--section-bg);
  border-bottom: 1.5px solid var(--section-heading);
  border-radius: 8px;
  overflow: hidden;
}

/* line 1732, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-section-cont-card-last {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: var(--section-bg);
  border-bottom: 1.5px solid var(--section-heading);
  border-radius: 8px;
  overflow: hidden;
}

/* line 1742, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-header {
  display: flex;
  justify-content: flex-start;
}

/* line 1747, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-header h3 {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  padding: 6px 10px 6px 10px;
  margin: 0px 0px 0px 0px;
}

/* line 1756, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-heading-cont {
  display: flex;
  background-color: var(--section-heading);
  border-right: 6px solid var(--blue);
}

/* line 1762, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.req-sample-btn-cont {
  display: flex;
  justify-content: flex-end;
}

/*----------------New Segment Insights Section=---------------------  */
/* line 1769, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.cta-filler-band {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1.5px solid var(--section-heading);
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
}

/* line 1779, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.cta-note h3 {
  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: noto sans;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1788, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sub-section-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 10px 10px 10px;
  gap: 20px;
}

/* line 1796, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-sub-heading {
  display: flex;
}

/* line 1800, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-sub-heading h3 {
  font-family: noto sans;
  font-weight: 600;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: var(--secondary);
}

/* line 1808, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logos-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 15px;
}

/* line 1816, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 10px;
}

/* line 1824, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-img img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* line 1852, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-company-name {
  font-family: noto sans;
  font-size: 0.8rem;
  color: var(--dark-gray);
}

/* line 1858, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-profile-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1864, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-profile-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: var(--section-bg);
  padding: 8px 8px 8px 8px;
  gap: 10px;
}

/* line 1874, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-profile-pic {
  display: flex;
  width: 62px;
  height: 62px;
  background-image: url(/assets/home_images/Profile_Placeholder_01-35f9da964f795071f1bb92f0a3e8acc7335cada215ddd4f3df0319a0953d2a73.png);
  background-size: 100%;
}

/* line 1882, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-details-cont {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1888, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-name {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 1896, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-designation {
  display: flex;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1904, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-info-cont {
  display: flex;
  width: 100%;
  padding: 8px 8px 8px 8px;
}

/* line 1910, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-info-cont {
  font-family: noto sans;
  font-size: 1rem;
  line-height: 26px;
  color: var(--dark-gray);
}

/* line 1917, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.get-in-touch-btn-cont {
  display: flex;
  border-bottom: 1px solid var(--section-heading);
  padding: 0px 0px 10px 0px;
}

/* line 1923, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.get-in-touch-btn-small {
  height: 38px;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: var(--white);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 30px;
  padding: 0px 14px;
  cursor: pointer;
  width: auto;
  line-height: 2.8;
}

/* line 1938, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.get-in-touch-btn-small:hover {
  background-color: var(--primary);
  color: var(--white);
  border: none;
}

/* LEAVE YOUR COMMENT SECTION CSS */
/* line 1946, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.leave-comment-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0px 0px 0px;
  gap: 30px;
}

/* line 1956, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.leave-comment-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1962, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--input-border-gray);
  gap: 20px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

/* line 1974, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-box h2 {
  font-family: roboto condensed;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  color: var(--secondary);
}

/* line 1982, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
}

/* line 1988, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.form-row {
  display: flex;
  gap: 20px;
}

/* line 1993, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form input {
  width: 50%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  font-size: 14px;
  resize: vertical;
}

/* line 2004, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  font-size: 14px;
  resize: vertical;
}

/* line 2014, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form button {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--primary);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 2027, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form button:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}

/* line 2033, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.latest-comments {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  gap: 30px;
  /* margin-top: 40px; */
}

/* line 2042, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.latest-comment-header h3 {
  font-family: roboto condensed;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  color: var(--secondary);
}

/* line 2050, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-item {
  display: flex;
  gap: 15px;
  border-bottom: 1px solid var(--input-border-gray);
  padding: 0px 0px 10px 0px;
}

/* line 2057, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-avatar {
  width: 50px;
  height: 50px;
  background-image: url(/assets/home_images/Profile_Placeholder_01-35f9da964f795071f1bb92f0a3e8acc7335cada215ddd4f3df0319a0953d2a73.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 50%;
  object-fit: cover; */
}

/* line 2068, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
}

/* line 2075, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-name {
  font-family: noto sans;
  font-weight: 600;
  font-size: 1rem;
  color: var(--dark-gray);
}

/* line 2082, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-email {
  font-family: noto sans;
  font-weight: 500;
  font-size: 0.7rem;
  color: var(--dark-gray);
}

/* line 2089, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-text p {
  font-family: noto sans;
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--dark-gray);
}

/* line 2096, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-time {
  font-family: noto sans;
  font-weight: 500;
  font-size: 0.7rem;
  color: var(--underline-gray);
}

/* line 2103, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.view-all-link a {
  font-family: noto sans;
  font-weight: 500;
  font-size: 1rem;
  color: var(--blue);
}

/* line 2110, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.view-all-link a:hover {
  color: var(--primary);
}

/* FAQs Section CSS */
/* line 2116, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  background: var(--white);
  /* border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}

/* line 2127, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-item {
  border-top: 1px solid #ddd;
}

/* line 2131, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--white);
  cursor: pointer;
  padding: 16px 20px;
  position: relative;
  transition: background-color 0.3s ease;
  gap: 10px;
}

/* line 2143, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header p {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  line-height: 25px;
}

/* line 2152, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header:hover {
  background: var(--light-gray);
}

/* line 2156, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-item.active .accordion-header {
  background: #e0f3ff;
  /* Active color */
  font-weight: bold;
}

/* line 2162, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header .chevron {
  transition: transform 0.3s ease;
}

/* line 2166, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-item.active .chevron {
  transform: rotate(180deg);
  /* points up */
}

/* line 2171, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 20px;
  background: #fff;
}

/* line 2179, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-body p {
  display: flex;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-label-gray);
}

/* line 2187, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-item.active .accordion-body {
  max-height: 500px;
  padding: 16px 20px;
}

/* RELATED REPORTS TABBING CSS */
/* line 2194, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-related-report-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 2200, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-inner-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 2206, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 40px;
  background: #fff;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  gap: 30px;
}

/* line 2217, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-section-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 2223, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-section-title {
  display: flex;
}

/* line 2227, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-section-title h2 {
  display: flex;
  margin: 0px 0px 0px 0px;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--section-heading);
}

/* line 2236, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-header {
  display: flex;
  border-bottom: 1px solid var(--input-border-gray);
  gap: 2px;
  /* background: #f0f0f0; */
}

/* line 2243, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-btn {
  display: flex;
  padding: 10px 16px 10px 16px;
  background-color: var(--white);
  border: none;
  border-top: 1px solid var(--input-border-gray);
  border-right: 1px solid var(--input-border-gray);
  border-left: 1px solid var(--input-border-gray);
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border-radius: 4px 4px 0px 0px;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}

/* line 2260, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-btn:hover {
  background-color: var(--light-gray);
}

/* line 2264, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-btn.mrfr-active {
  background: var(--secondary);
  color: var(--white);
  border-top: 1px solid var(--secondary);
  border-right: 1px solid var(--secondary);
  border-left: 1px solid var(--secondary);
  /* border-bottom: 2px solid #e60023; */
}

/* line 2273, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-content {
  display: none;
  padding: 0px 0px 0px 0px;
}

/* line 2278, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-content.mrfr-active {
  display: flex;
}

/* line 2282, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-card-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
  row-gap: 30px;
}

/* line 2290, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-card {
  display: flex;
  /* flex-direction: column; */
  justify-content: flex-start;
  /* text-align: center; */
  gap: 14px;
}

/* line 2298, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-profile-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 62px;
  max-height: 62px;
  width: 20%;
  aspect-ratio: 16 / 16;
  height: 62px;
  background-image: url(/assets/home_images/Related_Report_Profile_Image_01-3af28d952cd4abde3bc0861f3eacbdef8c929ff4d59e86226974622c4b1b8311.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: noto sans;
  font-size: 2rem;
  color: var(--white);
  border-radius: 6px;
}

/* line 2317, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-details-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid var(--underline-gray);
  gap: 10px;
  padding-bottom: 8px;
}

/* line 2326, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-title h3 {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 2335, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-title a {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
  text-decoration: none;
}

/* line 2345, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-title a:hover {
  color: var(--primary);
}

/* line 2349, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-date {
  display: flex;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--input-border-gray);
}

/* CUSTOMER STORIES CSS */
/* line 2359, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-cont {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--section-bg);
}

/* line 2366, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-inner-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 20px 0px 20px 0px;
  gap: 20px;
}

/* line 2376, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-casestudy-card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 2382, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-card-cont {
  display: flex;
  flex: 1;
  /* flex: 0 0 80%; */
  /* flex: 0 0 50%; */
  margin-right: 20px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* min-width: 60%; */
  /* width: 60%; */
  gap: 20px;
}

/* line 2397, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-pic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-image: url(/assets/client_images/Noah_MAXEL_1-1ad7efcec9225015fc45aca3f771f128a2ebfba05e47b5ed145249a39129f7ce.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2407, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.profile-video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px 0px 10px;
  background-color: var(--black);
  border-radius: 12px;
  height: 90px;
  opacity: 0.5;
  gap: 8px;
  margin: 0px 0px 10px 10px;
}

/* line 2420, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-pic a {
  text-decoration: none;
}

/* line 2424, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-card-cont {
  display: flex;
  align-items: flex-start;
}

/* line 2430, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-pic.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* adjust height as needed */
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  /* fallback if video doesn’t load */
}

/* line 2442, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-pic.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* behaves like background-size: cover */
  border-radius: inherit;
  display: block;
}

/* line 2451, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.profile-video-btn h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  margin: 0px 0px 0px 0px;
}

/* line 2459, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 2463, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.play-icon {
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/PlayBtn_White_01-b90092393eedcd5ed196e97c17856510b3a4d786082f8a1193a0752e809eb987.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2472, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-01 {
  width: 40.625rem;
  height: 18.75rem;
  border-radius: 12px;
}

/* line 2479, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  gap: 100px;
}

/* line 2487, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-details-cont p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 2492, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

/* line 2497, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-personal-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* line 2504, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(/assets/clients_Icons/Mojaye_Rail_frabrication_Limited-82181797efd47537b9b6a352315b10fc254241913a2c2e83743f161923cd57fd.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 2514, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 2520, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-name-cont h4,
h5 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* line 2526, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-name-cont h4 {
  display: flex;
  justify-content: center;
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 2534, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-name-cont h5 {
  display: flex;
  justify-content: center;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}

/* line 2542, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-card-cont {
  display: flex;
  justify-content: center;
  flex: 0 0 25%;
  /* width: 25%; */
  border-radius: 10px;
  overflow: hidden;
}

/* line 2551, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  height: 100%;
}

/* line 2559, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-cover-img-cont {
  display: flex;
  width: 100%;
  height: 180px;
  background-image: url(/assets/home_images/CaseStudy_CoverImage_01-d9df325b9420045772f36d53b5206a5245ebd589b765e981827bbe4e315974bc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 2569, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 10px 10px 10px;
}

/* line 2577, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.card-title {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--dark-gray);
}

/* line 2585, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-title h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 2597, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-category-name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 2609, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-category-name a:hover {
  color: var(--primary);
}

/* TABLE OF CONTENT CSS */
/* line 2615, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list {
  list-style: none;
  counter-reset: top-level;
  padding-left: 0;
}

/* line 2621, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list > li {
  counter-increment: top-level;
  margin-bottom: 2em;
}

/* line 2626, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list > li::before {
  content: counter(top-level) ". ";
  font-family: noto sans;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--section-heading);
  margin-right: 0.4em;
}

/* line 2635, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.top-heading {
  font-family: noto sans;
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--section-heading);
  display: inline-block;
  margin-bottom: 0.3em;
}

/* line 2644, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.separator {
  border-bottom: 1.5px solid var(--input-border-gray);
  margin: 4px 0 12px;
}

/* line 2649, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list ol {
  list-style: none;
  padding-left: 2em;
  counter-reset: sub-level;
  font-family: noto sans;
  font-weight: 500;
  font-size: 1rem;
  color: var(--dark-gray);
}

/* line 2659, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list ol > li {
  counter-increment: sub-level;
  margin-bottom: 0.4em;
  position: relative;
}

/* line 2665, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.numbered-list ol > li::before {
  content: counter(top-level) "." counter(sub-level) " ";
  font-family: noto sans;
  font-weight: 500;
  font-size: 1rem;
  color: var(--dark-gray);
  margin-right: 0.4em;
}

/* SEGMENTATION CSS STARTS */
/* line 2676, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-segmnt-pointers-cont {
  display: flex;
  flex-direction: column;
}

/* line 2681, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-segmnt-header {
  display: flex;
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin: 20px 0px 0px 0px;
  border-bottom: 1.5px solid var(--input-border-gray);
}

/* line 2689, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.segmnt-heading h2 {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--section-heading);
  margin: 0px 0px 0px 0px;
}

/* line 2698, app/assets/stylesheets/reports/report-details-content-style-01.scss */
ul.segmnt-custom-ul {
  font-family: noto sans;
  font-size: 1rem;
  list-style-type: disc;
  color: var(--dark-gray);
  padding: 10px 0px 0px 24px;
  /* padding-left: 24px; */
  margin: 0;
}

/* line 2708, app/assets/stylesheets/reports/report-details-content-style-01.scss */
ul.segmnt-custom-ul li {
  margin: 0px 0px 10px 0px;
  /* margin-bottom: 0.6em; */
}

/* ul.segmnt-custom-ul li::marker {
  content: "● ";
  color: var(--dark-gray);
  font-size: 1rem;
} */
/* Bold class for only the target text */
/* line 2720, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.segmnt-bold-ponter {
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark-gray);
}

/* INFOGRAPHICS CSS STARTS */
/* line 2728, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-infographic-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

/* line 2735, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.infographic-cont {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: space-around;
}

/* line 2742, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.infographic-cont img {
  display: flex;
  width: 60%;
  height: auto;
}

/* line 2748, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.infographic-form-cont {
  display: flex;
  width: 40%;
}

/* line 2753, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 2759, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-box {
  display: flex;
  flex-direction: column;
  height: fit-content;
  /* width: 60%; */
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid var(--input-border-gray);
  gap: 20px;
}

/* line 2771, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-box h2 {
  font-family: roboto condensed;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  color: var(--secondary);
}

/* line 2779, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-box p {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  color: var(--dark-gray);
}

/* line 2787, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
}

/* line 2793, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  font-size: 14px;
  resize: vertical;
}

/* line 2803, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form button {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: var(--primary);
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* line 2816, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form button:hover {
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}

/* line 2822, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 2828, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form-row input {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  font-size: 14px;
}

/*=========================================New Css changes==========================*/
/* .rd-des-image-src {
  color: var(--secondary);
} */
/* line 2846, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quotes-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* padding: 5px 14px 5px 14px; */
  background-color: var(--section-bg);
  margin: 20px 0px 20px 0px;
}

/* line 2856, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quote-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  background-color: var(--section-bg);
  padding: 30px 10px 30px 10px;
  gap: 10px;
}

/* line 2868, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quote-cont p {
  display: flex;
  font-family: "Noto sans";
  font-size: 1.4rem !important;
  line-height: 38px !important;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-style: italic;
  color: var(--section-heading);
}

/* line 2879, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quote-cont h3 {
  display: flex;
  font-family: "Noto sans";
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  color: var(--secondary);
}

/* line 2890, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quote-text {
  display: flex;
}

/* line 2894, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.qoute-mark-left-cont {
  display: flex;
  width: auto;
  height: 250px;
  justify-content: flex-start;
  align-items: flex-start;
}

/* line 2902, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.quote-mark-left {
  display: flex;
  width: 130px;
  height: 100px;
  background-image: url(/assets/home_images/Quotation_Left_01-491e3abec707503010b8faa4d75fb04328201bfc04439e2c6523af04061b9d06.png);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 2912, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.qoute-mark-right-cont {
  display: flex;
  width: auto;
  height: 250px;
  justify-content: flex-end;
  align-items: flex-end;
}

/* line 2920, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.quote-mark-right {
  display: flex;
  width: 130px;
  height: 100px;
  background-image: url(/assets/home_images/Quotation_Right_01-dcdd6af0525d04d74b432efd0f3b87d9daa5e9571acd7a23caa0e871ce89c05d.png);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 2932, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-driver-img {
  width: 100%;
  padding: 12px 0px 12px 0px;
  border: 1.5px solid #c7e8fd;
  border-radius: 6px;
}

/* line 2939, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-pack-img-src {
  background: url(/../images/packing-segments-graph-img-04.png);
  background-size: cover;
  background-position: center;
  height: 281px;
  width: 100%;
}

/* line 2947, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-pack-seg-img-cont {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* line 2954, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-regional-graph-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans";
  padding: 5px 14px 5px 14px;
  color: var(--dark-gray);
}

/* line 2962, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-regional-insight-wrapper {
  display: flex;
  padding: 0.7rem;
}

/* line 2967, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-regional-insight-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  border: 1px solid var(--input-border-gray);
  border-radius: 8px;
}

/* line 2977, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-reg-insight-grap-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem 2rem 0rem;
}

/* line 2986, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-reg-graph-cont {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 50px;
}

/* line 2993, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-reg-insight-title {
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-label-gray);
  margin: 0;
}

/* line 3001, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-reg-insights-img {
  width: 100%;
  padding: 12px 0px 12px 0px;
  border: 1.5px solid #c7e8fd;
  border-radius: 6px;
}

/* line 3008, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sec-des-subtitle {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Noto Sans";
  padding: 10px 14px 10px 14px;
  color: var(--dark-gray);
}

/* line 3016, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.of-sec-cont-pointers {
  display: flex;
  margin: 0;
  padding: 0;
}

/* line 3022, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.of-sec-cont-pointers ul {
  list-style-type: disc;
  padding: 0px 20px 0px 40px;
  margin: 0;
}

/* line 3028, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.of-sec-cont-pointers ul li {
  font-size: 1.1rem;
  font-family: "noto sans";
  font-weight: 400;
  margin-bottom: 5px;
  color: var(--dark-gray);
  line-height: 26px;
}

/* line 3037, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.of-sec-cont-pointers ul li b {
  font-weight: 700;
  color: var(--dark-gray);
}

/* line 3043, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h2 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--section-heading);
  padding: 10px 5px 10px 12px;
  margin: 0px 0px 0px 0px;
}

/* line 3055, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h2 strong {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--section-heading);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 3064, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h3 {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark-blue);
  padding: 10px 10px 10px 14px;
  margin: 0px 0px 0px 0px;
}

/* REPORT DETAILS MEDIA QUARY STARTS */
@media only screen and (max-width: 1550px) {
  /* line 3080, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 95%;
  }
  /* line 3084, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-nav-container {
    width: 92% !important;
  }
  /* line 3088, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    width: 92.5% !important;
  }
}

@media only screen and (max-width: 1400px) {
  /* line 3096, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 70%;
  }
  /* line 3100, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 70%;
  }
  /* line 3104, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-details-cont {
    gap: 16px;
  }
  /* line 3108, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 65%;
  }
  /* line 3112, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 35%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 3120, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 2rem;
  }
  /* line 3124, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-infographic img {
    width: 100%;
  }
  /* line 3128, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .hero-sec-report-actions-cont {
    width: 100%;
  }
  /* line 3132, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link {
    width: 26px;
    height: 26px;
  }
  /* line 3139, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-title {
    font-size: 1.1rem;
  }
  /* line 3143, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    height: 38px;
  }
  /* line 3147, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 250px;
  }
  /* line 3151, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 134px;
  }
  /* New Changes */
  /* line 3157, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 90%;
    height: 300px;
  }
  /* line 3162, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-description p {
    font-size: 1rem;
    line-height: 1.5;
    /* text-align: justify; */
    /* padding: 5px 14px 5px 14px; */
  }
  /* line 3169, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    padding: 0px 14px 0px 14px;
    font-size: 1.1rem;
  }
  /* line 3174, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-content {
    gap: 10px;
  }
  /* .rd-quote-cont {
    width: 100%;
    height: 90px;
  } */
  /* line 3183, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont p {
    font-size: 1.3rem !important;
    line-height: 30px !important;
  }
  /* line 3188, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul li {
    font-size: 1rem;
  }
  /* line 3192, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-scope-table {
    padding: 0px 7px 0px 7px;
  }
  /* line 3196, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-item {
    font-size: 1.1rem;
    padding: 8px 10px 8px 10px;
  }
  /* line 3201, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-title {
    font-size: 1rem;
  }
  /* line 3205, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-heading-two h2 {
    font-size: 1.2rem;
  }
  /* line 3209, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-header h3 {
    font-size: 1rem;
  }
  /* line 3213, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-header h3 {
    font-size: 1rem;
  }
  /* line 3217, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-scope-table td,
.sec-cont-scope-table th {
    font-size: 0.9rem;
  }
  /* line 3222, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .accordion-header p {
    font-size: 1rem;
  }
  /* line 3226, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .of-sec-cont-pointers ul li {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 26px;
  }
  /* New design CSS */
  /* line 3235, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-cagr,
.rd-graph-cagr-perc {
    font-size: 1.4rem;
  }
  /* line 3240, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-cagr-separator {
    height: 25px;
  }
  /* line 3244, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-btm-title {
    font-size: 1rem;
  }
  /* line 3248, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    font-size: 1rem;
    line-height: 26px;
  }
  /* line 3253, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    width: 95% !important;
  }
  /* line 3257, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-nav-container {
    width: 96.5% !important;
  }
  /* line 3261, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-inner-section {
    width: 95%;
  }
  /* line 3265, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-cont {
    width: 94%;
  }
}

@media only screen and (max-width: 1260px) {
  /* line 3271, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    gap: 24px;
  }
  /* line 3275, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    gap: 14px;
  }
  /* line 3279, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 25%;
  }
  /* line 3284, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 60%;
  }
  /* line 3288, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 40%;
  }
  /* New Changes */
  /* line 3294, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-heading h2 {
    font-size: 1rem;
  }
  /* line 3298, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-title {
    font-size: 0.9rem;
  }
  /* line 3302, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 0.9rem;
  }
  /* line 3306, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-table table tbody tr td {
    font-size: 0.9rem;
  }
  /* line 3310, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 85%;
    height: 16.5rem;
  }
  /* line 3315, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-federal-img-src {
    width: 78%;
    height: 20.1rem;
  }
  /* line 3320, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-description p {
    font-size: 1rem;
  }
  /* line 3324, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding-left: 30px;
  }
  /* line 3328, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul li {
    font-size: 0.9rem;
    margin: 2px 0px 6px 0px;
  }
}

@media only screen and (max-width: 1150px) {
  /* line 3335, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-infographic-wrapper {
    flex-direction: column;
  }
  /* line 3339, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 100%;
  }
  /* line 3343, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 3351, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 45%;
    gap: 14px;
  }
  /* line 3356, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 55%;
  }
  /* line 3360, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.8rem;
  }
  /* line 3364, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-info-group {
    font-size: 1.1rem;
  }
  /* line 3368, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-description p {
    font-size: 0.9rem;
  }
  /* line 3372, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 210px;
  }
  /* line 3376, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 80%;
  }
  /* line 3380, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 80%;
  }
  /* line 3384, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    padding: 16px 16px 16px 16px;
  }
  /* line 3388, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 460px;
  }
  /* line 3392, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 3397, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 3403, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-feedback {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 3411, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 110px;
  }
  /* line 3415, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 440px;
  }
  /* line 3419, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 90%;
  }
  /* line 3423, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 90%;
  }
  /* line 3428, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-right,
.blue-card-image-left {
    width: 500px;
    height: 230px;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 3436, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .graph-cont {
    background-size: 96%;
  }
  /* line 3440, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 196px;
  }
  /* line 3444, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 420px;
  }
  /* line 3449, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 90%;
    height: 15.2rem;
  }
  /* line 3454, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-federal-img-src {
    width: 78%;
    height: 17.6rem;
  }
  /* line 3459, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-item {
    /* font-size: 0.8rem; */
    padding: 6px 8px 6px 8px;
  }
  /* line 3464, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 0.9rem;
    height: 2.7rem;
  }
}

@media only screen and (max-width: 980px) {
  /* line 3471, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 42%;
  }
  /* line 3475, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 96%;
  }
  /* line 3479, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 390px;
  }
  /* line 3483, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-left {
    background-size: 90%;
  }
  /* line 3487, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right {
    background-size: 90%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 3493, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    width: 50px;
    margin: 0px 4px 0px 0px;
  }
  /* line 3498, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    font-size: 1.9rem;
  }
  /* line 3502, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 46%;
  }
  /* line 3506, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 180px;
  }
  /* line 3510, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 180px;
  }
  /* line 3514, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 30px;
  }
  /* line 3518, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    padding: 0px 8px;
  }
  /* line 3522, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-sec-des-img-wrapper {
    padding: 14px 14px 14px 14px;
  }
  /* line 3526, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 1rem;
  }
  /* line 3530, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont p {
    line-height: 26px !important;
  }
  /* line 3534, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 340px;
  }
  /* line 3538, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 60%;
  }
  /* line 3542, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 20px;
  }
  /* line 3546, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-pointer-header {
    padding: 4px 0px 4px 10px;
  }
  /* line 3550, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding: 0px 10px 0px 30px;
  }
  /* line 3554, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 80px;
  }
  /* line 3558, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 320px;
  }
  /* line 3562, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 30%;
  }
  /* New change */
  /* line 3567, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow-x: hidden;
    gap: 20px;
  }
  /* line 3577, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont,
.blue-section-cont,
.blue-section-cont-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 3585, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-right,
.blue-card-image-left {
    width: 350px;
    height: 160px;
  }
  /* New Design CSS */
  /* line 3593, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-combine-cont {
    flex-direction: column-reverse;
  }
  /* line 3597, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-bottom-sec {
    flex-direction: column;
  }
  /* line 3601, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-seg-bottom-desc {
    width: 100%;
  }
  /* line 3605, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-insight-img-wrapper {
    width: 100%;
    padding: 10px 0px 10px 0px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 3612, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  nav.mrfr-rightmenuNav {
    z-index: 2 !important;
  }
  /* line 3616, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .navbar-scroll {
    z-index: 3 !important;
  }
  /* line 3620, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    padding: 70px 0px 0px 0px;
  }
  /* line 3624, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-section-wrapper {
    margin: 0px 0px 0px 0px;
  }
  /* line 3628, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    flex-direction: column;
    align-items: flex-end;
    width: 26%;
    gap: 0px;
  }
  /* line 3635, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont {
    padding: 10px 10px 10px 10px;
  }
  /* line 3639, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 90px;
  }
  /* line 3644, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3649, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 0%;
  }
  /* line 3653, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3658, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 0%;
  }
  /* .rd-hero-section-wrapper {
    margin: 36px 0px 0px 0px;
  } */
  /* line 3665, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 70px;
  }
  /* line 3670, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    top: 190px;
  }
  /* line 3674, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    gap: 20px;
  }
  /* line 3678, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont {
    flex-direction: column;
  }
  /* line 3682, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont {
    width: 100%;
  }
  /* line 3686, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont-card {
    width: 100%;
  }
  /* line 3690, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 80px;
  }
  /* line 3694, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 164px;
  }
  /* line 3698, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 0.8rem;
    padding: 0px 10px;
  }
  /* line 3703, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 94%;
  }
  /* line 3707, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 260px;
  }
  /* line 3711, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 3720, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 30%;
  }
  /* line 3724, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-group {
    flex-wrap: wrap;
  }
  /* line 3728, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 25%;
  }
  /* line 3732, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
  }
  /* Market Insight Card Media */
  /* line 3738, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-right {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: 220px;
  }
  /* line 3746, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-left {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: 220px;
  }
  /* line 3754, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    text-align: left;
  }
}

@media only screen and (max-width: 650px) {
  /* line 3766, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    flex-direction: column;
  }
  /* line 3770, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 100%;
  }
  /* line 3774, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 100%;
  }
  /* line 3778, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 50%;
    justify-content: center;
  }
  /* line 3783, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn a {
    text-decoration: none;
    color: var(--white);
  }
  /* line 3788, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 100%;
  }
  /* line 3792, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 50%;
    justify-content: center;
  }
  /* line 3797, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-buy-now-btn {
    width: 100%;
  }
  /* line 3801, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 100%;
  }
  /* line 3805, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 88%;
  }
  /* line 3809, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 0px;
  }
  /* line 3813, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 0px;
  }
  /* line 3817, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
  }
  /* line 3821, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
  }
  /* line 3825, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 3830, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-tabs {
    display: none;
  }
  /* line 3834, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    position: static;
    width: 80%;
  }
  /* line 3840, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
    gap: 30px;
  }
  /* line 3845, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 120px;
    background-size: 80%;
  }
  /* line 3850, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .qoute-mark-right-cont,
.qoute-mark-left-cont {
    height: 150px;
  }
  /* line 3855, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 240px;
  }
  /* line 3859, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 1rem;
  }
  /* line 3863, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-casestudy-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 3868, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  /* line 3874, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 100%;
    height: 250px;
  }
  /* line 3879, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 0px;
    justify-content: space-between;
  }
  /* line 3884, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: none;
  }
  /* line 3888, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 540px) {
  /* line 3895, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 50%;
  }
  /* line 3899, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    overflow-x: auto;
    scrollbar-width: bold;
    scrollbar-color: var(--primary) var(--white);
  }
  /* line 3905, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 3910, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 200px;
  }
  /* line 3914, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 60px;
  }
  /* line 3919, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cta-filler-band {
    flex-direction: column;
    gap: 20px;
  }
  /* line 3924, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 100%;
    height: 21rem;
  }
}

@media only screen and (max-width: 450px) {
  /* line 3933, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .qoute-mark-right-cont,
.qoute-mark-left-cont {
    height: 250px;
  }
  /* line 3938, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 80px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 3945, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    display: none;
  }
  /* line 3949, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    justify-content: center;
    width: 100%;
  }
  /* line 3954, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 96%;
  }
  /* line 3958, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumb-item {
    align-items: center;
  }
  /* line 3962, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    padding: 0px 0px 0px 0px;
  }
  /* line 3966, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 55%;
  }
  /* line 3970, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 92%;
  }
  /* line 3974, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    display: none;
    padding: 20px 10px 20px 10px;
  }
  /* line 3979, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
  }
  /* line 3983, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container img {
    max-width: 100%;
  }
  /* line 3987, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    text-align: center;
  }
  /* .report-actions-cont {
    width: 50%;
  }
  .mrfr-tab-btn {
    font-size: 1.2rem;
  }
  .section-heading h2 {
    font-size: 1.5rem;
  } */
  /* line 4000, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  html {
    font-size: 16px;
  }
  /* line 4003, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logos-cont {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}

/* Mobile view small size */
@media only screen and (max-width: 400px) {
  /* line 4014, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-lang-button {
    padding: 6px 6px;
  }
  /* line 4018, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.4rem;
  }
  /* line 4022, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link {
    width: 20px;
    height: 20px;
  }
  /* line 4029, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    height: 30px;
  }
  /* line 4033, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-icon {
    width: 16px;
    height: 16px;
  }
  /* line 4038, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 15px;
  }
  /* line 4042, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-infographic img {
    max-width: 100%;
    width: 370px;
    height: 243px;
  }
  /* line 4048, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    /* height: 28px; */
    font-size: 1rem;
  }
  /* line 4053, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .hero-sec-report-actions-cont {
    width: 100%;
  }
  /* line 4057, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    font-size: 1rem;
    /* height: 28px; */
  }
  /* line 4062, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cart-icon {
    width: 15px;
    height: 15px;
  }
  /* line 4067, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 88px;
  }
  /* line 4071, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    padding: 10px 6px 10px 6px;
  }
  /* line 4075, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 147px;
  }
  /* line 4079, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 100%;
    height: 9.2rem;
  }
  /* line 4084, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 5px;
  }
  /* line 4088, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 50px;
  }
}

@media only screen and (max-width: 375px) {
  /* line 4097, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 95%;
  }
  /* line 4101, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    padding: 10px 0px 0px 0px;
  }
  /* line 4109, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logo-img {
    background-size: 70%;
  }
  /* line 4113, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 100%;
  }
  /* line 4117, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .form-row {
    flex-direction: column;
  }
  /* line 4121, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-form input {
    width: 100%;
  }
  /* line 4125, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 80%;
  }
  /* line 4129, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header {
    overflow-x: auto;
    scrollbar-width: bold;
    scrollbar-color: var(--primary) var(--white);
  }
  /* line 4135, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 4139, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header {
    overflow-x: auto;
  }
  /* line 4143, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-btn {
    min-width: 126px;
    align-items: center;
  }
  /* line 4148, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .related-report-details-cont {
    height: fit-content;
  }
  /* line 4152, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex-direction: column;
  }
  /* line 4156, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 100%;
    gap: 20px;
  }
}

/* line 4162, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-bottom-sec-extra {
  display: flex;
  flex-direction: column;
}

/* line 4168, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-content h4 strong {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--dark-blue);
  padding: 10px 14px 10px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 4178, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-content p, .important-section .section-content ul > li {
  width: 100%;
  font-family: noto sans;
  font-size: 1.1rem;
  color: var(--dark-gray);
  padding: 10px 14px 10px 14px;
  line-height: 28px;
  flex-direction: column;
}
