@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;
  --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;
}

/* REPORT DETAILS ADDITIONAL CSS */
/* line 29, 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 35, 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 43, 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 54, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-title-cont {
  display: flex;
}

/* line 58, 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 71, 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 79, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-report-request-btn {
  display: unset;
  width: 50%;
}

/* line 85, 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 100, 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 115, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-request-btn:hover {
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
}

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

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

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

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

/* line 139, 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 158, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.cart-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 164, 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 169, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.nav-buy-now-btn:hover .cart-icon {
  fill: var(--white);
}

/* line 173, 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 190, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.buy-now-dropdown-cont {
  display: flex;
  flex-direction: column;
}

/* line 195, 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 202, 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 209, 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 218, 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 225, 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 232, 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 245, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.purchase-price {
  font-family: noto sans;
}

/* line 249, 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 256, 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 267, 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 272, 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 280, 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 292, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio input:checked + .radiomark::after {
  display: block;
}

/* line 296, 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 303, 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 309, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-compare-license-cont a:hover {
  color: var(--primary);
}

/* line 313, 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 320, 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 340, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.Proceed-to-buy-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

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

/* Modal */
/* line 356, 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 369, 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 377, 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 387, 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 394, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

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

/* line 406, 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 415, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 422, 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 432, 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 441, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

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

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

/* line 453, 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);
}

/* .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 470, 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 484, 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 493, 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 0px 0px;
}

/* line 502, 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 513, 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 524, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.lang-name-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

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

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

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

/* line 571, 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 586, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-open .mrfr-rd-lang-options {
  display: block;
}

/* line 590, 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 600, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-lang-option:hover {
  background: #f4f4f4;
}

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

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

/* line 616, 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 626, 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 635, 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 643, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.vertical-seprator {
  width: 1px;
  height: 20px;
  background-color: var(--white);
  margin: 0px 6px;
}

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

/* line 655, 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);
  font-weight: 400;
  margin: 0px;
}

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

/* line 669, 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 677, 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 684, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.action-cont {
  display: flex;
}

/* line 688, 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 699, 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 703, 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 714, 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 718, 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 729, 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 733, 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 753, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* line 759, 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 764, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-pdf-btn:hover .download-icon {
  fill: var(--white);
}

/* line 768, 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 777, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic-cont {
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  /* overflow: hidden; */
}

/* line 784, 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 797, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-infographic {
  display: flex;
  justify-content: center;
}

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

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

/* line 831, 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 841, 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 852, 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 861, 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 878, 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 884, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-content {
  display: none;
  padding: 20px 10px 20px 10px;
}

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

/* INDEX CSS STARTS */
/* line 895, 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 904, 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 914, 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 926, 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 941, 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 947, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.common-info-cont {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 8px;
}

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

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

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

/* line 971, 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 980, 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 990, 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 1001, 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 1020, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-btn:hover {
  background-color: #23BB2F;
  color: var(--white);
}

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

/* line 1034, 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 1045, 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 1058, 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 1073, 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 1081, 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 1088, 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 1097, 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 1101, 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 1105, 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 1109, 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 1113, 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 1117, 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 1121, 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 1125, 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 1129, 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 1133, 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 1137, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rl-section-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 12px;
  background-color: var(--section-heading);
  gap: 10px;
}

/* line 1146, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rl-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 1155, 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 10px 0px;
  background-color: var(--white);
  gap: 10px;
}

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

/* line 1173, 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 1192, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-section h2 {
  margin-top: 0;
  margin-bottom: 0px;
  padding: 15px 0px;
}

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

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

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

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

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

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

/* line 1244, 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: 1rem;
  color: var(--dark-gray);
  /* margin: 0px 0px 8px 0px; */
}

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

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

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

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

/* line 1311, 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 1315, 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: hidden;
}

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

/* line 1329, 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: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 1339, 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: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

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

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

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

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

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

/* line 1408, 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 1418, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.inner-section-header {
  display: flex;
  justify-content: flex-start;
}

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

/* line 1432, 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 1438, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.white-section-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

/* line 1445, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-graph-cont {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--input-border-gray);
  border-radius: 6px;
  padding: 6px 6px 6px 6px;
}

/* line 1453, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.graph-header {
  display: flex;
  justify-content: flex-start;
  background-color: var(--mid-gray);
  padding: 4px 6px 4px 6px;
  border-radius: 4px;
}

/* line 1461, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.graph-title {
  display: flex;
  font-family: noto sans;
  font-size: 0.9rem;
}

/* line 1467, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.graph-cont {
  display: flex;
  width: 100%;
  height: 200px;
  background-image: url(/assets/home_images/Graph_Placeholder_01-79018298d5c3677be580de08b193e0306ebdca4b211ceb3b4d0f664bc2a4413e.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1478, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.graph-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
  border-top: 1px solid var(--input-border-gray);
  padding: 10px 0px 0px 0px;
}

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

/* line 1493, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.footer-note {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
  font-family: noto sans;
  font-size: 0.8rem;
}

/* line 1501, 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 1511, 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 1520, 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 1528, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-sub-heading {
  display: flex;
}

/* line 1532, 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 1540, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logos-cont {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
}

/* line 1546, 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 1554, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-img {
  /* width: 100%; */
  height: 100px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

/* line 1562, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-01 {
  background-image: url(/assets/home_images/KeY_Logo_01-272f27005c724d3c8f7791d35af358f2eb8dd4700bc7da1d6ea434f608f182a6.jpg);
}

/* line 1566, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-02 {
  background-image: url(/assets/home_images/KeY_Logo_02-4ccf2cb19b7c9ad7d05593614ee1714f190ef1646f997062b6a491bc39e16a86.jpg);
}

/* line 1570, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-03 {
  background-image: url(/assets/home_images/KeY_Logo_03-71e248ef58afceb185bd068cc62a94177d616632d84441251f8536d6facbe744.jpg);
}

/* line 1574, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-04 {
  background-image: url(/assets/home_images/KeY_Logo_04-02dbd822b95dbd87f3cad72e0f1b8dfa95193dfb707a681c21b62bb4b8ee8fdb.jpg);
}

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

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

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

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

/* line 1642, 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 1648, 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 1662, 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 1670, 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 1680, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.leave-comment-form-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

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

/* line 1717, 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 1728, 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 1738, 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 1751, 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 1757, 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 1766, 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 1774, 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 1781, 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 1792, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
}

/* line 1799, 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 1806, 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 1813, 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 1820, 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 1827, 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 1834, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.view-all-link a:hover {
  color: var(--primary);
}

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

/* line 1855, 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 1867, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.accordion-header p {
  display: flex;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  line-height: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 2006, 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 2014, 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 2022, 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: 8px;
  padding: 0.5rem;
}

/* line 2042, 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 2051, 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 2060, 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 2070, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.related-report-title a:hover {
  color: var(--primary);
}

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

/* line 2107, 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: 14px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  /* min-width: 60%; */
  /* width: 60%; */
  gap: 20px;
}

/* line 2122, 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/home_images/ProfilePic_Placeholder_01-7c7669d6f37fbe3b9c8fcb9bbdfae87dc7ff54941ded85079e5b5f910e396320.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

/* line 2161, 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 2170, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-profile-01 {
  width: 650px;
  height: auto;
  border-radius: 12px;
}

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

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

/* line 2201, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.customer-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/Hyosung_Logo_01-4570835ed1b4465244e22db52ffdac85836e2a06bba046d9f396a57587036efa.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

/* line 2217, 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 2223, 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 2231, 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 2239, 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 2248, 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 2256, 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 2266, 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 2274, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.card-title {
  display: flex;
  font-family: noto sans;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--dark-gray);
}

/* line 2282, 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 2294, 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 2306, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.casestudy-category-name a:hover {
  color: var(--primary);
}

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

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

/* line 2323, 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 2332, 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 2341, 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 2346, 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 2356, 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 2362, 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 2373, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-segmnt-pointers-cont {
  display: flex;
  flex-direction: column;
}

/* line 2378, 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 2386, 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 2395, 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 2405, 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 2417, 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 2425, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-infographic-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

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

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

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

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

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

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

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

/* REPORT DETAILS MEDIA QUARY STARTS */
@media only screen and (max-width: 1400px) {
  /* line 2550, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 100%;
  }
  /* line 2554, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 100%;
  }
  /* line 2558, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-details-cont {
    gap: 16px;
  }
  /* line 2561, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 65%;
  }
  /* line 2564, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 35%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 2574, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 250px;
  }
  /* line 2578, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 134px;
  }
}

@media only screen and (max-width: 1260px) {
  /* line 2584, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    gap: 24px;
  }
  /* line 2588, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    gap: 14px;
  }
  /* line 2592, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 28%;
  }
  /* line 2595, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 60%;
  }
  /* line 2598, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 40%;
  }
}

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

@media only screen and (max-width: 1100px) {
  /* line 2620, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 45%;
    gap: 14px;
  }
  /* line 2625, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 55%;
  }
  /* line 2629, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 2.3rem;
  }
  /* line 2633, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-info-group {
    font-size: 1.1rem;
  }
  /* line 2637, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-description h2 {
    font-size: 0.9rem;
  }
  /* line 2641, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 210px;
  }
  /* line 2645, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 80%;
  }
  /* line 2649, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 80%;
  }
  /* line 2653, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    padding: 10px 10px 10px 10px;
  }
  /* line 2657, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 460px;
  }
  /* line 2661, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 2666, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 2672, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-feedback {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1080px) {
  /* line 2682, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 110px;
  }
  /* line 2686, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 440px;
  }
  /* line 2690, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 90%;
  }
  /* line 2694, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 90%;
  }
}

@media only screen and (max-width: 1026px) {
  /* line 2700, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .graph-cont {
    background-size: 96%;
  }
  /* line 2704, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 196px;
  }
  /* line 2708, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 420px;
  }
}

@media only screen and (max-width: 980px) {
  /* line 2714, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 42%;
  }
  /* line 2718, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 96%;
  }
  /* line 2722, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 390px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 2728, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    width: 50px;
    margin: 0px 4px 0px 0px;
  }
  /* line 2733, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    font-size: 1.9rem;
  }
  /* line 2737, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 46%;
  }
  /* line 2741, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 180px;
  }
  /* line 2745, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 180px;
  }
  /* line 2753, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 30px;
  }
  /* line 2757, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    padding: 0px 8px;
  }
  /* line 2761, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 340px;
  }
  /* line 2765, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 60%;
  }
  /* line 2769, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 20px;
  }
  /* line 2773, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-pointer-header {
    padding: 4px 0px 4px 10px;
  }
  /* line 2777, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding: 0px 10px 0px 20px;
  }
  /* line 2781, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 80px;
  }
  /* line 2785, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 320px;
  }
  /* line 2789, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 30%;
  }
}

@media only screen and (max-width: 800px) {
  /* line 2795, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  nav.mrfr-rightmenuNav {
    z-index: 2 !important;
  }
  /* line 2799, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .navbar-scroll {
    z-index: 3 !important;
  }
  /* line 2803, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    display: none;
  }
  /* line 2809, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-section-wrapper {
    margin: 72px 0px 0px 0px;
  }
  /* line 2813, 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 2820, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 2825, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 0%;
  }
  /* line 2829, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 2834, 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 2845, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 70px;
  }
  /* line 2850, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    top: 190px;
  }
  /* line 2854, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    gap: 20px;
  }
  /* line 2858, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .event-banner-cont {
    display: none;
  }
  /* line 2862, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont {
    flex-direction: column;
  }
  /* line 2866, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont {
    width: 100%;
  }
  /* line 2870, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .white-section-cont {
    width: 100%;
  }
  /* line 2874, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont-card {
    width: 100%;
  }
  /* line 2878, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 80px;
  }
  /* line 2882, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 164px;
  }
  /* line 2886, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 0.8rem;
    padding: 0px 10px;
  }
  /* line 2891, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 94%;
  }
  /* line 2895, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 260px;
  }
  /* line 2899, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
}

@media only screen and (max-width: 750px) {
  /* line 2905, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 30%;
  }
  /* line 2913, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-group {
    flex-wrap: wrap;
  }
  /* line 2917, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 25%;
  }
  /* line 2921, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {
  /* line 2938, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    flex-direction: column;
  }
  /* line 2942, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 100%;
  }
  /* line 2946, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 100%;
  }
  /* line 2950, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 50%;
    justify-content: center;
  }
  /* line 2955, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 100%;
  }
  /* line 2959, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 50%;
    justify-content: center;
  }
  /* line 2964, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-buy-now-btn {
    width: 100%;
  }
  /* line 2968, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 100%;
  }
  /* line 2972, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 88%;
  }
  /* line 2976, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 0px;
  }
  /* line 2980, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 0px;
  }
  /* line 2984, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
  }
  /* line 2988, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
  }
  /* line 2992, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 2997, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-tabs {
    display: none;
  }
  /* line 3001, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    position: static;
    width: 70%;
  }
  /* line 3007, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
    gap: 30px;
  }
  /* line 3012, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 120px;
    background-size: 80%;
  }
  /* line 3017, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 240px;
  }
  /* line 3021, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 1rem;
  }
  /* line 3025, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-casestudy-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 3030, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
  }
  /* line 3036, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: auto;
    height: 250px;
  }
  /* line 3041, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 0px;
    justify-content: space-between;
  }
  /* line 3046, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: none;
  }
  /* line 3050, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 540px) {
  /* line 3057, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 40%;
  }
  /* line 3065, 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 3071, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 3075, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 200px;
  }
}

@media only screen and (max-width: 440px) {
  /* line 3081, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    display: none;
  }
  /* line 3090, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 96%;
  }
  /* line 3094, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumb-item {
    align-items: center;
  }
  /* line 3098, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    padding: 0px 0px 0px 0px;
  }
  /* line 3102, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 55%;
  }
  /* line 3106, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 92%;
  }
  /* line 3110, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    padding: 0px 0px 0px 0px;
  }
  /* line 3114, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
  }
  /* .report-actions-cont {
    width: 50%;
  }
  .mrfr-tab-btn {
    font-size: 1.2rem;
  }
  .section-heading h2 {
    font-size: 1.5rem;
  } */
  /* line 3127, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  /* line 3133, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 95%;
  }
  /* line 3137, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    padding: 10px 0px 0px 0px;
  }
  /* line 3141, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logos-cont {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  /* line 3145, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logo-img {
    background-size: 70%;
  }
  /* line 3149, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 100%;
  }
  /* line 3153, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .form-row {
    flex-direction: column;
  }
  /* line 3157, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-form input {
    width: 100%;
  }
  /* line 3161, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 80%;
  }
  /* line 3165, 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 3171, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 3175, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header {
    overflow-x: auto;
  }
  /* line 3179, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-btn {
    min-width: 126px;
    align-items: center;
  }
  /* line 3184, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .related-report-details-cont {
    height: fit-content;
  }
  /* line 3188, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex-direction: column;
  }
  /* line 3192, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 100%;
    gap: 20px;
  }
}

/* line 3202, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h2 strong {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 1.5rem;
  /* margin: 0px; */
}

/* line 3209, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h3 strong {
  font-family: 'Noto Sans';
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  margin: 0px;
}

/* line 3216, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description h4 strong {
  font-family: 'Noto Sans';
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  margin: 0;
}

/* line 3224, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description ul {
  font-family: 'Noto Sans';
  font-weight: 400 !important;
  font-size: 1.1rem !important;
  list-style-type: disc;
  padding: 0px 25px;
}

/* line 3231, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description ul li {
  margin-bottom: 5px;
}

/* line 3234, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description ul li p {
  padding: 0px;
}
