@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: 100%;
  height: auto;
  /* width: 600px;
  height: 398px;
  background-image: image-url(/assets/home_images/RD_Hero_Infographic_01-695a562f4140115e0cb0cd3b8a3232bdc620a764f86b05cd26cc4f27bb7a2ab2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; */
}

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

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

/* line 836, 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 845, 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 854, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-container {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 860, 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 870, 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 881, 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 890, 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 907, 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 913, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-content {
  display: none;
  padding: 20px 10px 20px 10px;
}

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

/* INDEX CSS STARTS */
/* line 924, 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 933, 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 943, 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 955, 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 970, 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 976, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.common-info-cont {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 20px;
}

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

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

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

/* line 1000, 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 1009, 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 1019, 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 1030, 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 1049, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-btn:hover {
  background-color: #23BB2F;
  color: var(--white);
}

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

/* line 1063, 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 1074, 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 1087, 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 1102, 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 1110, 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 1117, 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 1126, 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 1130, 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 1134, 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 1138, 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 1142, 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 1146, 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 1150, 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 1154, 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 1158, 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 1162, 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 1166, 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 1175, 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 1184, 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 1193, 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 1202, 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 1221, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-section h2 {
  margin-top: 0;
}

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

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

/* line 1238, 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 1251, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-graph-combine-wrapper {
  display: flex;
  width: 100%;
}

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

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

/* line 1267, 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 1277, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers {
  display: flex;
}

/* line 1281, 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 1287, 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 1295, 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 1302, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-pointers ul li a:hover {
  color: var(--primary);
}

/* line 1306, 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 1317, 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 1328, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-sum-graph-img {
  width: 100%;
}

/* line 1332, 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 1339, 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 1347, 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 1357, 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 1369, 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 1377, 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 1384, 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 1390, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-cagr-separator {
  background-color: var(--section-heading);
  width: 2px;
  height: 35px;
}

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

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

/* line 1405, 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 1413, 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 1420, 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 1426, 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 1435, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table {
  display: flex;
  width: 100%;
  padding: 10px 14px 10px 14px;
}

/* line 1441, 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 1449, 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 1457, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table table tbody tr td:first-child {
  width: 40%;
}

/* line 1461, 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 1465, 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 1475, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table table {
  width: 100%;
  border-collapse: collapse;
}

/* line 1480, 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 1490, 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 1500, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-scope-table thead {
  background-color: var(--section-bg);
}

/* line 1504, 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 1511, 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 1515, 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 1523, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-cont {
  display: flex;
  width: 100%;
  gap: 20px;
}

/*----------------New Segment Insights Section=---------------------  */
/* line 1532, 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 1540, 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 1549, 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 1556, 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 1567, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blue-card-content {
  display: flex;
  padding: 0.5rem;
}

/* line 1572, 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 1580, 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 1589, 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 1596, 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 1603, 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 1614, 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 1628, 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 1638, 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 1646, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-mar-seg-img-cont {
  display: flex;
  width: 100%;
}

/* Image / Graph */
/* line 1652, 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 1662, 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 1673, 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 1681, 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 1690, 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 1697, 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 1704, 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 1712, 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 1723, 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 1734, 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 1744, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-header {
  display: flex;
  justify-content: flex-start;
}

/* line 1749, 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 1758, 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 1764, 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 1771, 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 1781, 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 1790, 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 1798, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-sub-heading {
  display: flex;
}

/* line 1802, 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 1810, 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 1818, 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 1826, 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 1854, 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 1860, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-profile-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* line 1866, 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 1876, 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 1884, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-details-cont {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1890, 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 1898, 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 1906, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.author-info-cont {
  display: flex;
  width: 100%;
  padding: 8px 8px 8px 8px;
}

/* line 1912, 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 1919, 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 1925, 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 1940, 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 1948, 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 1958, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.leave-comment-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 1964, 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 1976, 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 1984, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
}

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

/* line 1995, 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 2006, 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 2016, 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 2029, 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 2035, 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 2044, 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 2052, 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 2059, 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 2070, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
}

/* line 2077, 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 2084, 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 2091, 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 2098, 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 2105, 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 2112, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.view-all-link a:hover {
  color: var(--primary);
}

/* FAQs Section CSS */
/* line 2118, 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 2129, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-item {
  border-top: 1px solid #ddd;
}

/* line 2133, 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 2145, 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 2154, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header:hover {
  background: var(--light-gray);
}

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

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

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

/* line 2173, 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 2181, 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 2189, 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 2196, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-related-report-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

/* line 2208, 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 2219, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-section-header {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

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

/* line 2229, 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 2238, 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 2245, 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 2262, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-btn:hover {
  background-color: var(--light-gray);
}

/* line 2266, 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 2275, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-small-tab-content {
  display: none;
  padding: 0px 0px 0px 0px;
}

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

/* line 2284, 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 2292, 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 2300, 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 2319, 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 2328, 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 2337, 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 2347, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-title a:hover {
  color: var(--primary);
}

/* line 2351, 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 2361, 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 2368, 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 2378, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-story-casestudy-card-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 2384, 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 2399, 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 2409, 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 2422, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-pic a {
  text-decoration: none;
}

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

/* line 2432, 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 2444, 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 2453, 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 2461, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 2465, 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 2474, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-01 {
  width: 40.625rem;
  height: 18.75rem;
  border-radius: 12px;
}

/* line 2481, 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 2489, 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 2494, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

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

/* line 2506, 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 2516, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 2522, 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 2528, 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 2536, 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 2544, 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 2553, 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 2561, 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 2571, 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 2579, 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 2587, 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 2599, 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 2611, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-category-name a:hover {
  color: var(--primary);
}

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

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

/* line 2628, 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 2637, 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 2646, 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 2651, 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 2661, 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 2667, 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 2678, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-segmnt-pointers-cont {
  display: flex;
  flex-direction: column;
}

/* line 2683, 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 2691, 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 2700, 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 2710, 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 2722, 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 2730, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-infographic-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

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

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

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

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

/* line 2761, 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 2773, 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 2781, 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 2789, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 0px 0px;
}

/* line 2795, 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 2805, 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 2818, 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 2824, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.order-form-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 2830, 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 2848, 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 2858, 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 2870, 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 2881, 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 2892, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-quote-text {
  display: flex;
}

/* line 2896, 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 2904, 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 2914, 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 2922, 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 2934, 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 2941, 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 2949, 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 2956, 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 2964, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-regional-insight-wrapper {
  display: flex;
  padding: 0.7rem;
}

/* line 2969, 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 2979, 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 2988, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-reg-graph-cont {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 50px;
}

/* line 2995, 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 3003, 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 3010, 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 3018, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.of-sec-cont-pointers {
  display: flex;
  margin: 0;
  padding: 0;
}

/* line 3024, 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 3030, 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;
}

/* 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: 0.9rem;
  }
  /* New design CSS */
  /* line 3233, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-cagr,
.rd-graph-cagr-perc {
    font-size: 1.4rem;
  }
  /* line 3238, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-cagr-separator {
    height: 25px;
  }
  /* line 3242, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-btm-title {
    font-size: 1rem;
  }
  /* line 3246, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    font-size: 1rem;
    line-height: 26px;
  }
  /* line 3251, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    width: 95% !important;
  }
  /* line 3255, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-nav-container {
    width: 96.5% !important;
  }
  /* line 3259, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-inner-section {
    width: 95%;
  }
  /* line 3263, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-cont {
    width: 94%;
  }
}

@media only screen and (max-width: 1260px) {
  /* line 3269, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    gap: 24px;
  }
  /* line 3273, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    gap: 14px;
  }
  /* line 3277, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 25%;
  }
  /* line 3282, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 60%;
  }
  /* line 3286, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 40%;
  }
  /* New Changes */
  /* line 3292, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-heading h2 {
    font-size: 1rem;
  }
  /* line 3296, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-title {
    font-size: 0.9rem;
  }
  /* line 3300, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 0.9rem;
  }
  /* line 3304, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-table table tbody tr td {
    font-size: 0.9rem;
  }
  /* line 3308, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 85%;
    height: 16.5rem;
  }
  /* line 3313, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-federal-img-src {
    width: 78%;
    height: 20.1rem;
  }
  /* line 3318, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-description p {
    font-size: 1rem;
  }
  /* line 3322, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding-left: 30px;
  }
  /* line 3326, 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 3333, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-infographic-wrapper {
    flex-direction: column;
  }
  /* line 3337, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 100%;
  }
  /* line 3341, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 3349, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 45%;
    gap: 14px;
  }
  /* line 3354, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 55%;
  }
  /* line 3358, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.8rem;
  }
  /* line 3362, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-info-group {
    font-size: 1.1rem;
  }
  /* line 3366, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-description p {
    font-size: 0.9rem;
  }
  /* line 3370, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 210px;
  }
  /* line 3374, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 80%;
  }
  /* line 3378, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 80%;
  }
  /* line 3382, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    padding: 16px 16px 16px 16px;
  }
  /* line 3386, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 460px;
  }
  /* line 3390, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 3395, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 3401, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-feedback {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 3409, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 110px;
  }
  /* line 3413, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 440px;
  }
  /* line 3417, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 90%;
  }
  /* line 3421, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 90%;
  }
  /* line 3426, 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 3434, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .graph-cont {
    background-size: 96%;
  }
  /* line 3438, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 196px;
  }
  /* line 3442, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 420px;
  }
  /* line 3447, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 90%;
    height: 15.2rem;
  }
  /* line 3452, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-federal-img-src {
    width: 78%;
    height: 17.6rem;
  }
  /* line 3457, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-item {
    /* font-size: 0.8rem; */
    padding: 6px 8px 6px 8px;
  }
  /* line 3462, 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 3469, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 42%;
  }
  /* line 3473, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 96%;
  }
  /* line 3477, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 390px;
  }
  /* line 3481, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-left {
    background-size: 90%;
  }
  /* line 3485, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right {
    background-size: 90%;
  }
}

@media only screen and (max-width: 900px) {
  /* line 3491, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    width: 50px;
    margin: 0px 4px 0px 0px;
  }
  /* line 3496, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    font-size: 1.9rem;
  }
  /* line 3500, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 46%;
  }
  /* line 3504, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 180px;
  }
  /* line 3508, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 180px;
  }
  /* line 3512, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 30px;
  }
  /* line 3516, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    padding: 0px 8px;
  }
  /* line 3520, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-sec-des-img-wrapper {
    padding: 14px 14px 14px 14px;
  }
  /* line 3524, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 1rem;
  }
  /* line 3528, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont p {
    line-height: 26px !important;
  }
  /* line 3532, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 340px;
  }
  /* line 3536, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 60%;
  }
  /* line 3540, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 20px;
  }
  /* line 3544, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-pointer-header {
    padding: 4px 0px 4px 10px;
  }
  /* line 3548, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding: 0px 10px 0px 20px;
  }
  /* line 3552, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 80px;
  }
  /* line 3556, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 320px;
  }
  /* line 3560, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 30%;
  }
  /* New change */
  /* line 3565, 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 3575, 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 3583, 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 3591, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-combine-cont {
    flex-direction: column-reverse;
  }
  /* line 3595, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-bottom-sec {
    flex-direction: column;
  }
  /* line 3599, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-seg-bottom-desc {
    width: 100%;
  }
  /* line 3603, 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 3610, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  nav.mrfr-rightmenuNav {
    z-index: 2 !important;
  }
  /* line 3614, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .navbar-scroll {
    z-index: 3 !important;
  }
  /* line 3618, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    padding: 70px 0px 0px 0px;
  }
  /* line 3622, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-section-wrapper {
    margin: 0px 0px 0px 0px;
  }
  /* line 3626, 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 3633, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont {
    padding: 10px 10px 10px 10px;
  }
  /* line 3637, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 90px;
  }
  /* line 3642, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3647, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 0%;
  }
  /* line 3651, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3656, 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 3663, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 70px;
  }
  /* line 3668, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    top: 190px;
  }
  /* line 3672, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    gap: 20px;
  }
  /* line 3676, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont {
    flex-direction: column;
  }
  /* line 3680, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont {
    width: 100%;
  }
  /* line 3684, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont-card {
    width: 100%;
  }
  /* line 3688, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 80px;
  }
  /* line 3692, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 164px;
  }
  /* line 3696, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 0.8rem;
    padding: 0px 10px;
  }
  /* line 3701, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 94%;
  }
  /* line 3705, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 260px;
  }
  /* line 3709, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 3718, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 30%;
  }
  /* line 3722, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-group {
    flex-wrap: wrap;
  }
  /* line 3726, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 25%;
  }
  /* line 3730, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
  }
  /* Market Insight Card Media */
  /* line 3736, 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 3744, 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 3752, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    text-align: left;
  }
}

@media only screen and (max-width: 650px) {
  /* line 3764, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    flex-direction: column;
  }
  /* line 3768, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 100%;
  }
  /* line 3772, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 100%;
  }
  /* line 3776, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 50%;
    justify-content: center;
  }
  /* line 3781, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn a {
    text-decoration: none;
    color: var(--white);
  }
  /* line 3786, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 100%;
  }
  /* line 3790, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 50%;
    justify-content: center;
  }
  /* line 3795, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-buy-now-btn {
    width: 100%;
  }
  /* line 3799, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 100%;
  }
  /* line 3803, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 88%;
  }
  /* line 3807, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 0px;
  }
  /* line 3811, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 0px;
  }
  /* line 3815, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
  }
  /* line 3819, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
  }
  /* line 3823, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 3828, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-tabs {
    display: none;
  }
  /* line 3832, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    position: static;
    width: 80%;
  }
  /* line 3838, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
    gap: 30px;
  }
  /* line 3843, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 120px;
    background-size: 80%;
  }
  /* line 3848, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .qoute-mark-right-cont,
.qoute-mark-left-cont {
    height: 150px;
  }
  /* line 3853, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 240px;
  }
  /* line 3857, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 1rem;
  }
  /* line 3861, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-casestudy-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 3866, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  /* line 3872, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 100%;
    height: 250px;
  }
  /* line 3877, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 0px;
    justify-content: space-between;
  }
  /* line 3882, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: none;
  }
  /* line 3886, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 540px) {
  /* line 3893, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 50%;
  }
  /* line 3897, 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 3903, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 3908, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 200px;
  }
  /* line 3912, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 60px;
  }
  /* line 3917, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cta-filler-band {
    flex-direction: column;
    gap: 20px;
  }
  /* line 3922, 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 3931, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .qoute-mark-right-cont,
.qoute-mark-left-cont {
    height: 250px;
  }
  /* line 3936, 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 3943, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    display: none;
  }
  /* line 3947, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    justify-content: center;
    width: 100%;
  }
  /* line 3952, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 96%;
  }
  /* line 3956, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumb-item {
    align-items: center;
  }
  /* line 3960, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    padding: 0px 0px 0px 0px;
  }
  /* line 3964, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 55%;
  }
  /* line 3968, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 92%;
  }
  /* line 3972, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    display: none;
    padding: 20px 10px 20px 10px;
  }
  /* line 3977, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
  }
  /* line 3981, 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 3994, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  html {
    font-size: 16px;
  }
  /* line 3997, 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 4007, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-lang-button {
    padding: 6px 6px;
  }
  /* line 4011, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.4rem;
  }
  /* line 4015, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link {
    width: 20px;
    height: 20px;
  }
  /* line 4022, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    height: 30px;
  }
  /* line 4026, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-icon {
    width: 16px;
    height: 16px;
  }
  /* line 4031, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 15px;
  }
  /* line 4035, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-infographic img {
    width: 100%;
  }
  /* line 4039, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    /* height: 28px; */
    font-size: 1rem;
  }
  /* line 4044, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .hero-sec-report-actions-cont {
    width: 100%;
  }
  /* line 4048, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    font-size: 1rem;
    /* height: 28px; */
  }
  /* line 4053, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cart-icon {
    width: 15px;
    height: 15px;
  }
  /* line 4058, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 88px;
  }
  /* line 4062, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    padding: 10px 6px 10px 6px;
  }
  /* line 4066, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 147px;
  }
  /* line 4070, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 100%;
    height: 9.2rem;
  }
  /* line 4075, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 5px;
  }
  /* line 4079, 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 4088, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 95%;
  }
  /* line 4092, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    padding: 10px 0px 0px 0px;
  }
  /* line 4100, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logo-img {
    background-size: 70%;
  }
  /* line 4104, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 100%;
  }
  /* line 4108, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .form-row {
    flex-direction: column;
  }
  /* line 4112, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-form input {
    width: 100%;
  }
  /* line 4116, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 80%;
  }
  /* line 4120, 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 4126, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 4130, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header {
    overflow-x: auto;
  }
  /* line 4134, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-btn {
    min-width: 126px;
    align-items: center;
  }
  /* line 4139, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .related-report-details-cont {
    height: fit-content;
  }
  /* line 4143, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex-direction: column;
  }
  /* line 4147, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 100%;
    gap: 20px;
  }
}

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

/* line 4159, 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 4169, 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;
}
