@charset "UTF-8";
/* line 1, app/assets/stylesheets/reports/report-details-content-style-01.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --dark-blue: #07508E;
  --alice-blue: #F2FAFF;
  --golden-orange: #FFC54B;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-heading: #005EAD;
  --section-bg: #F2FAFF;
  --mid-gray: #DFDFDF;
}

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

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

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

/* line 47, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.navbar-scroll-rd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  /* height: 112px; */
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.103);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}

/* line 64, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.navbar-scroll-rd.visible {
  transform: translateY(0);
}

/* new changes for the chile pages */
/* line 70, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.market-sec-des {
  font-family: 'Noto Sans';
  color: var(--dark-gray);
  padding: 0px 10px 0px 10px;
  line-height: 28px;
}

/* line 78, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.market-sec-des span {
  font-family: 'Noto Sans' !important;
  color: var(--dark-gray) !important;
  line-height: 28px !important;
  font-size: 1.1rem !important;
}

/* line 86, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.market-size-sec-cont img {
  padding: 10px;
}

/* line 91, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.company-description br {
  display: none;
}

/* line 95, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.company-description ul li {
  font-family: 'Noto Sans';
  color: var(--dark-gray);
  padding: 0px 0px 10px 0px;
  line-height: 28px;
}

/* REPORT DETAILS ADDITIONAL CSS */
/* line 104, 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 110, 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 117, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-index-tab-content-container {
  max-width: 75%;
}

/* line 120, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-description img {
  max-width: 50rem;
  display: flex;
}

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

/* line 139, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-title-cont h2, .report-title-cont .report-title {
  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 152, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-actions-cont {
  display: flex;
  /* flex: 1; */
  justify-content: center;
  gap: 20px;
  width: 45%;
}

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

/* line 165, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-nav-btn-a {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

/* line 283, 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 290, 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 297, 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 306, 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 313, 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 320, 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 333, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.purchase-price {
  font-family: noto sans;
}

/* line 337, 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 344, 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 355, 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 360, 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 368, 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 380, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-rd-custom-radio input:checked + .radiomark::after {
  display: block;
}

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

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

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

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

/* Modal */
/* line 445, 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 458, 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 466, 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 476, 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 483, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

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

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

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

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

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

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

/* .breadcrumb-item a::after {
  content: image-url(/assets/home_images/Chevron_Right_01-781871680dc2aeb91bf93bce89716fda45801579e7d799c2fb61c5299bc625b2.svg);
  position: absolute;
  top: 2px;
  margin: 0px 0px 0px 6px;
} */
/* ----HERO SECTION CSS STARTS---- */
/* line 563, 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 577, 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 586, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-hero-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 50px;
  padding: 20px 0px 20px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 785, 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 796, 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 800, 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 811, 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 815, 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 826, 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 830, 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 850, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.download-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

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

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

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

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

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

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

/* line 927, 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 937, 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 948, 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 957, 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 974, 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 980, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-content {
  display: none;
  padding: 20px 10px 20px 10px;
}

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

/* line 989, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.mrfr-tab-btn-blink, .mrfr-tab-btn-blink.mrfr-active {
  animation: blinker 1s linear infinite;
  background: linear-gradient(0deg, #f80004 0%, #b00101 100%);
  border-radius: 8px;
  color: var(--white);
}

@keyframes blinker {
  50% {
    opacity: 0.4;
  }
}

/* INDEX CSS STARTS */
/* line 1002, 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 1011, 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 1021, 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 1033, 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 1048, 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 1054, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.common-info-cont {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 20px;
}

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

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

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

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

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

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

/* line 1150, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.whatsapp-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* line 1157, 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 1168, 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 1181, 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 1196, 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 1204, 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 1211, 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 1220, 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 1224, 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 1228, 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 1232, 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 1236, 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 1240, 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 1244, 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 1248, 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 1252, 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 1256, 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 1260, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px 10px 12px;
  background-color: var(--section-heading);
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -----------Combine Graph Section End-------------- */
/* line 1508, 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 1515, 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 1521, 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 1530, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.sec-cont-table {
  display: flex;
  width: 100%;
  padding: 10px 14px 10px 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1853, 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 1859, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.req-sample-btn-cont {
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

/*----------------New Segment Insights Section=---------------------  */
/* line 1867, 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 1877, 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 1886, 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 1894, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.section-sub-heading {
  display: flex;
}

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

/* line 1914, 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 1922, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.key-logo-img img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

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

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

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

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

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

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

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

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

/* line 2091, 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 2102, 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 2112, 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 2125, 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 2131, 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 2140, 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 2148, 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 2155, 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 2166, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.comment-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 3px;
}

/* line 2173, 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 2180, 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 2187, 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 2194, 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 2201, 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 2208, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.view-all-link a:hover {
  color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2619, 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 2625, 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 2633, 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 2641, 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 2650, 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%;
  width: 100%;
}

/* line 2659, 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 2669, 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 2677, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.card-title {
  display: flex;
  font-family: noto sans;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--dark-gray);
}

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

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

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

/* line 2726, 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 2735, 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 2744, 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 2749, 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 2759, 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 2765, 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 2776, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.rd-segmnt-pointers-cont {
  display: flex;
  flex-direction: column;
}

/* line 2781, 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 2789, 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 2798, 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 2808, 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 2820, 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 2828, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.report-infographic-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

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

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

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

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

/* line 2859, 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;
  font-family: noto sans;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1400px) {
  /* line 3197, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 70%;
  }
  /* line 3201, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 70%;
  }
  /* line 3205, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-details-cont {
    gap: 16px;
  }
  /* line 3209, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 100%;
  }
  /* line 3214, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 35%;
  }
}

@media only screen and (max-width: 1300px) {
  /* line 3222, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 2rem;
  }
  /* line 3226, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-infographic img {
    width: 100%;
  }
  /* line 3230, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .hero-sec-report-actions-cont {
    width: 100%;
  }
  /* line 3234, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link {
    width: 26px;
    height: 26px;
  }
  /* line 3241, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-title {
    font-size: 1.1rem;
  }
  /* line 3245, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    height: 38px;
  }
  /* line 3249, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 250px;
  }
  /* line 3253, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 134px;
  }
  /* New Changes */
  /* line 3259, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 90%;
    height: 300px;
  }
  /* line 3264, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-description p {
    font-size: 1rem;
    line-height: 1.5;
    /* text-align: justify; */
    /* padding: 5px 14px 5px 14px; */
  }
  /* line 3271, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    padding: 0px 14px 0px 14px;
    font-size: 1.1rem;
  }
  /* line 3276, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-content {
    gap: 10px;
  }
  /* .rd-quote-cont {
    width: 100%;
    height: 90px;
  } */
  /* line 3285, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont p {
    font-size: 1.3rem !important;
    line-height: 30px !important;
  }
  /* line 3290, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul li {
    font-size: 1rem;
  }
  /* line 3294, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-scope-table {
    padding: 0px 7px 0px 7px;
  }
  /* line 3298, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-item {
    font-size: 1.1rem;
    padding: 8px 10px 8px 10px;
  }
  /* line 3303, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-title {
    font-size: 1rem;
  }
  /* line 3307, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-heading-two h2 {
    font-size: 1.2rem;
  }
  /* line 3311, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-header h3 {
    font-size: 1rem;
  }
  /* line 3315, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-header h3 {
    font-size: 1rem;
  }
  /* line 3319, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-scope-table td,
.sec-cont-scope-table th {
    font-size: 0.9rem;
  }
  /* line 3324, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .accordion-header p {
    font-size: 1rem;
  }
  /* line 3328, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .of-sec-cont-pointers ul li {
    font-size: 1.1rem;
    color: var(--dark-gray);
    line-height: 26px;
  }
  /* New design CSS */
  /* line 3337, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-cagr,
.rd-graph-cagr-perc {
    font-size: 1.4rem;
  }
  /* line 3342, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-cagr-separator {
    height: 25px;
  }
  /* line 3346, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-btm-title {
    font-size: 1rem;
  }
  /* line 3350, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    font-size: 1rem;
    line-height: 26px;
  }
  /* line 3355, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    width: 95% !important;
  }
  /* line 3359, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-nav-container {
    width: 96.5% !important;
  }
  /* line 3363, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-inner-section {
    width: 95%;
  }
  /* line 3367, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-cont {
    width: 94%;
  }
}

@media only screen and (max-width: 1260px) {
  /* line 3373, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    gap: 24px;
  }
  /* line 3377, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    gap: 14px;
  }
  /* line 3381, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 25%;
  }
  /* line 3390, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 40%;
  }
  /* New Changes */
  /* line 3396, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-heading h2 {
    font-size: 1rem;
  }
  /* line 3400, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-title {
    font-size: 0.9rem;
  }
  /* line 3404, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 0.9rem;
  }
  /* line 3408, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-table table tbody tr td {
    font-size: 0.9rem;
  }
  /* line 3412, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 85%;
    height: 16.5rem;
  }
  /* line 3417, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-federal-img-src {
    width: 78%;
    height: 20.1rem;
  }
  /* line 3422, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .section-description p {
    font-size: 1rem;
  }
  /* line 3426, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding-left: 30px;
  }
  /* line 3430, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul li {
    font-size: 0.9rem;
    margin: 2px 0px 6px 0px;
  }
}

@media only screen and (max-width: 1150px) {
  /* line 3437, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-infographic-wrapper {
    flex-direction: column;
  }
  /* line 3441, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 100%;
  }
  /* line 3445, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-form-cont {
    width: 100%;
  }
  /* line 3449, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    padding: 0px 9px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1100px) {
  /* line 3458, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 45%;
    gap: 14px;
  }
  /* line 3463, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 55%;
  }
  /* line 3467, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.8rem;
  }
  /* line 3471, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-info-group {
    font-size: 1.1rem;
  }
  /* line 3475, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-description p {
    font-size: 0.9rem;
  }
  /* line 3479, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 210px;
  }
  /* line 3483, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 80%;
  }
  /* line 3487, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .latest-comments {
    width: 80%;
  }
  /* line 3491, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    padding: 16px 16px 16px 16px;
  }
  /* line 3495, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 460px;
  }
  /* line 3499, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    height: 70px;
    padding: 0px 8px 0px 8px;
  }
  /* line 3504, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .play-icon {
    width: 72px;
    height: 72px;
    background-size: 80%;
  }
  /* line 3510, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-feedback {
    font-size: 1rem;
  }
  /* line 3514, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-item {
    margin: 0px 10px 0px 0px;
    gap: 10px;
  }
}

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

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

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

@media only screen and (max-width: 900px) {
  /* line 3609, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    width: 50px;
    margin: 0px 4px 0px 0px;
  }
  /* line 3614, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    font-size: 1.9rem;
  }
  /* line 3618, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 70%;
  }
  /* line 3623, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 100%;
    font-size: 0.9rem;
  }
  /* line 3629, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 100%;
  }
  /* line 3634, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 30px;
  }
  /* line 3638, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    padding: 0px 8px;
  }
  /* line 3642, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-sec-des-img-wrapper {
    padding: 14px 14px 14px 14px;
  }
  /* line 3646, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-sub-heading h3 {
    font-size: 1rem;
  }
  /* line 3650, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont p {
    line-height: 26px !important;
  }
  /* line 3654, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 340px;
  }
  /* line 3658, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 60%;
  }
  /* line 3662, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 20px;
  }
  /* line 3666, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-pointer-header {
    padding: 4px 0px 4px 10px;
  }
  /* line 3670, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers ul {
    padding: 0px 10px 0px 30px;
  }
  /* line 3674, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 80px;
  }
  /* line 3678, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 320px;
  }
  /* line 3682, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: 0 0 30%;
  }
  /* New change */
  /* line 3687, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow-x: hidden;
    gap: 20px;
  }
  /* line 3697, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont,
.blue-section-cont,
.blue-section-cont-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  /* line 3705, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-right,
.blue-card-image-left {
    width: 350px;
    height: 160px;
  }
  /* New Design CSS */
  /* line 3713, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-graph-combine-cont {
    flex-direction: column-reverse;
  }
  /* line 3717, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-bottom-sec {
    flex-direction: column;
  }
  /* line 3721, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-seg-bottom-desc {
    width: 100%;
  }
  /* line 3725, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-insight-img-wrapper {
    width: 100%;
    padding: 10px 0px 10px 0px;
  }
}

@media only screen and (max-width: 800px) {
  /* line 3732, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  nav.mrfr-rightmenuNav {
    z-index: 2 !important;
  }
  /* line 3736, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .navbar-scroll-rd {
    z-index: 3 !important;
  }
  /* line 3740, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumbs-wrapper {
    padding: 70px 0px 0px 0px;
  }
  /* line 3744, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-section-wrapper {
    margin: 0px 0px 0px 0px;
  }
  /* line 3748, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    flex-direction: column;
    align-items: flex-end;
    gap: 0px;
  }
  /* line 3755, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-quote-cont {
    padding: 10px 10px 10px 10px;
  }
  /* line 3759, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 90px;
  }
  /* line 3764, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3769, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 100%;
    padding: 0px 5px;
  }
  /* line 3775, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
    /* justify-content: flex-end; */
  }
  /* line 3780, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 100%;
    padding: 0px 5px;
  }
  /* .rd-hero-section-wrapper {
    margin: 36px 0px 0px 0px;
  } */
  /* line 3789, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 113px;
  }
  /* line 3794, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    top: 190px;
  }
  /* line 3798, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    gap: 20px;
  }
  /* line 3802, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .inner-section-cont {
    flex-direction: column;
  }
  /* line 3806, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont {
    width: 100%;
  }
  /* line 3810, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-section-cont-card {
    width: 100%;
  }
  /* line 3814, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 80px;
  }
  /* line 3818, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 164px;
  }
  /* line 3822, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 0.8rem;
    padding: 0px 10px;
  }
  /* line 3827, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-inner-cont {
    width: 94%;
  }
  /* line 3831, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 260px;
  }
  /* line 3835, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .profile-video-btn {
    width: 80%;
  }
  /* line 3839, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    align-items: center;
  }
}

@media only screen and (max-width: 750px) {
  /* line 3848, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 30%;
  }
  /* line 3852, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-action-group {
    flex-wrap: wrap;
  }
  /* line 3856, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 25%;
  }
  /* line 3860, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
  }
  /* Market Insight Card Media */
  /* line 3866, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-right {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: 220px;
  }
  /* line 3874, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-image-left {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
    height: 220px;
  }
  /* line 3882, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .blue-card-description {
    text-align: left;
  }
  /* line 3886, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont .report-title {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 700px) {
  /* line 3894, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    font-size: 0.9rem;
  }
  /* line 3897, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 650px) {
  /* line 3906, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    flex-direction: column;
  }
  /* line 3910, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-left-cont {
    width: 100%;
  }
  /* line 3914, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-right-cont {
    width: 100%;
  }
  /* line 3918, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 50%;
    justify-content: center;
  }
  /* line 3923, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn a {
    text-decoration: none;
    color: var(--white);
    font-size: 1rem;
  }
  /* line 3930, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    width: 100%;
  }
  /* line 3934, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 50%;
    justify-content: center;
  }
  /* line 3939, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-buy-now-btn {
    width: 100%;
  }
  /* line 3943, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    width: 100%;
    font-size: 1rem;
  }
  /* line 3948, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 88%;
  }
  /* line 3952, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    min-width: 0px;
  }
  /* line 3956, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    min-width: 0px;
  }
  /* line 3960, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-report-request-btn {
    width: 100%;
  }
  /* line 3964, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .buy-now-btn-wrapper {
    width: 100%;
  }
  /* line 3968, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  /* line 3973, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-tabs {
    display: none;
  }
  /* line 3977, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    position: static;
    width: 80%;
  }
  /* line 3983, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .common-info-cont {
    width: 100%;
    gap: 30px;
  }
  /* line 3988, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .resch-certi-img-cont {
    height: 120px;
    background-size: 80%;
  }
  /* line 3993, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .qoute-mark-right-cont,
.qoute-mark-left-cont {
    height: 150px;
  }
  /* line 3998, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .offer-banner-cont {
    height: 240px;
  }
  /* line 4002, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-btn {
    font-size: 1rem;
  }
  /* line 4006, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-casestudy-card-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  /* line 4011, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex: 0;
    height: auto;
    margin: 0px 0px 0px 0px;
    width: 100%;
  }
  /* line 4018, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 100%;
    height: 250px;
  }
  /* line 4023, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    gap: 0px;
    justify-content: space-between;
  }
  /* line 4028, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card-cont {
    flex: none;
  }
  /* line 4032, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .casestudy-card {
    width: 100%;
    height: auto;
  }
  /* line 4037, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont {
    width: 100%;
    flex-direction: column-reverse;
    gap: 20px;
  }
  /* line 4042, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .infographic-cont img {
    display: flex;
    width: 100%;
    height: auto;
  }
  /* line 4047, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .request-btn {
    line-height: 3.6;
  }
  /* line 4051, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 65%;
  }
  /* line 4056, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont .report-title {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 600px) {
  /* line 4062, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    font-size: 0.9rem;
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 4069, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 75%;
  }
  /* line 4073, 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 4079, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 4084, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 200px;
  }
  /* line 4088, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 60px;
  }
  /* line 4093, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cta-filler-band {
    flex-direction: column;
    gap: 20px;
  }
  /* line 4098, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-profile-01 {
    width: 100%;
    height: 21rem;
  }
}

@media only screen and (max-width: 500px) {
  /* line 4106, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    width: 40px;
    margin: 0px 4px 0px 4px;
  }
}

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

@media only screen and (max-width: 440px) {
  /* line 4126, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .company-logo-mark {
    display: none;
  }
  /* line 4130, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-container {
    justify-content: center;
    width: 100%;
  }
  /* line 4135, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .menu-links {
    width: 100%;
  }
  /* line 4140, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .breadcrumb-item {
    align-items: center;
  }
  /* line 4144, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-title-cont h2 {
    padding: 0px 0px 0px 0px;
  }
  /* line 4148, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 55%;
  }
  /* line 4152, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-container {
    width: 92%;
  }
  /* line 4156, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    display: none;
    padding: 20px 10px 20px 10px;
  }
  /* line 4161, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container {
    width: 100%;
  }
  /* line 4166, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-index-tab-content-container img {
    max-width: 100%;
  }
  /* line 4170, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    text-align: center;
  }
  /* .report-actions-cont {
    width: 50%;
  }
  .mrfr-tab-btn {
    font-size: 1.2rem;
  }
  .section-heading h2 {
    font-size: 1.5rem;
  } */
  /* line 4183, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  html {
    font-size: 16px;
  }
  /* line 4186, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logos-cont {
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}

/* Mobile view small size */
@media only screen and (max-width: 400px) {
  /* line 4197, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-rd-lang-button {
    padding: 6px 6px;
  }
  /* line 4201, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-title-cont h1 {
    font-size: 1.4rem;
  }
  /* line 4205, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .whatsapp-action-link,
.linkdin-action-link,
.sharelink-action-link {
    width: 20px;
    height: 20px;
  }
  /* line 4212, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-pdf-btn {
    height: 30px;
  }
  /* line 4216, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .download-icon {
    width: 16px;
    height: 16px;
  }
  /* line 4221, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-hero-cont {
    gap: 15px;
  }
  /* line 4225, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-infographic img {
    max-width: 100%;
    width: 370px;
    height: 243px;
  }
  /* line 4231, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn {
    /* height: 28px; */
    font-size: 0.85rem;
    padding: 0px 0px;
    height: 35px;
  }
  /* line 4239, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .hero-sec-report-actions-cont {
    width: 100%;
  }
  /* line 4243, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-buy-now-btn {
    font-size: 1rem;
    padding: 0px 0px;
    /* height: 28px; */
    height: 35px;
  }
  /* line 4250, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .cart-icon {
    width: 15px;
    height: 15px;
  }
  /* line 4255, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-header {
    top: 102px;
  }
  /* line 4260, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    padding: 10px 6px 10px 6px;
  }
  /* line 4264, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-btn {
    min-width: 147px;
  }
  /* line 4268, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .rd-des-image {
    width: 100%;
    height: 9.2rem;
  }
  /* line 4273, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .sec-cont-pointers {
    gap: 5px;
  }
  /* line 4277, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .quote-mark-right,
.quote-mark-left {
    width: 50px;
  }
  /* line 4282, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .nav-request-btn a {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 375px) {
  /* line 4290, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .report-actions-cont {
    width: 95%;
  }
  /* line 4294, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-tab-content {
    padding: 10px 0px 0px 0px;
  }
  /* line 4302, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .key-logo-img {
    background-size: 70%;
  }
  /* line 4306, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-box {
    width: 100%;
  }
  /* line 4310, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .form-row {
    flex-direction: column;
  }
  /* line 4314, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .comment-form input {
    width: 100%;
  }
  /* line 4318, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .tabs-info-cont {
    width: 80%;
  }
  /* line 4322, 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 4328, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header::-webkit-scrollbar-track {
    background: var(--primary);
  }
  /* line 4332, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-header {
    overflow-x: auto;
  }
  /* line 4336, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .mrfr-small-tab-btn {
    min-width: 126px;
    align-items: center;
  }
  /* line 4341, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .related-report-details-cont {
    height: fit-content;
  }
  /* line 4345, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-story-card-cont {
    flex-direction: column;
  }
  /* line 4349, app/assets/stylesheets/reports/report-details-content-style-01.scss */
  .customer-details-cont {
    width: 100%;
    gap: 20px;
  }
}

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

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

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

/* line 4388, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blink-bg-button {
  position: relative;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  background-color: #ff4d4f;
  /* default background */
  overflow: hidden;
}

/* line 4401, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blink-bg-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffa39e;
  /* blinking color */
  opacity: 0;
  z-index: 0;
  border-radius: 5px;
  animation: blink-bg 1s infinite;
}

/* line 4415, app/assets/stylesheets/reports/report-details-content-style-01.scss */
.blink-bg-button span {
  position: relative;
  z-index: 1;
  /* ensures text stays above blinking background */
}

@keyframes blink-bg {
  0%, 50%, 100% {
    opacity: 0;
  }
  25%, 75% {
    opacity: 0.7;
  }
}
