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

/* =========== Hero Section ============*/
/* line 30, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Geologica', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/MRFR_BG_Pattern_01-40e0fa83bdc38d626c7851756be333d9caee4aa538ff7b3db64a8e364b826ad2.png);
  background-position: center;
  background-repeat: repeat;
  /* padding: 30px 0px 66px 0px; */
  margin: 0px 0px 0px 0px;
  background-size: 60px 60px;
}

/* line 44, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  height: 100%;
  gap: 30px;
  padding: 2rem 0rem;
}

/* line 54, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-hero-group-cont {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* line 60, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-heading-cont {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

/* line 66, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-heading-group-1,
.cat-heading-group-2 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}

/* line 74, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-heading-word-1 h1, .cat-heading-word-2 h1 {
  font-family: 'Geologica', 'sans-serif';
  font-size: 4rem;
  font-weight: 600;
}

/* line 80, app/assets/stylesheets/cat_intel/cat-home.scss */
#cat-heading-word-color-2 {
  /* color: var(--pri-tetradic-02); */
  color: #0959B4;
}

/* line 85, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-subheading-group {
  display: flex;
  width: 100%;
}

/* line 90, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-subheading-word-1, .cat-subheading-word-2,
.cat-subheading-word-3 {
  display: flex;
  align-items: center;
}

/* line 96, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-subheading-word-1, .cat-subheading-word-2,
.cat-subheading-word-3, h3 {
  font-weight: 400;
}

/* line 101, app/assets/stylesheets/cat_intel/cat-home.scss */
.sub-text-span {
  width: 2px;
  height: 30px;
  background-color: #0092FF;
  text-align: center;
  margin: 0 0.75rem;
}

/* line 109, app/assets/stylesheets/cat_intel/cat-home.scss */
.catintel-logo {
  width: 180px;
  height: 95px;
  background-image: url(/assets/home_images/Catintel_logo_01-5db55c7b32081514af4876f992badc49a82b0b6755ddb022decc2eb59659ffab.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 118, app/assets/stylesheets/cat_intel/cat-home.scss */
.sub-text {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--secondary);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

/* line 126, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-search-certificate-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 132, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-search-box {
  margin: 1rem 0;
  /* max-width: 700px; */
  width: 60%;
  background: #fff;
  border: 1.5px solid #3a5166;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 8px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

/* line 145, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-size: 1.1rem;
  padding: 0.75rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

/* line 156, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-search-box button {
  background-image: url(/assets/home_images/CatIntel_SearchIcon_01-50445f4006d43f67c597298b457fc774851fe228a503a2644e675afec2279b9d.svg);
  background-position: center;
  background-size: cover;
  border: none;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* line 170, app/assets/stylesheets/cat_intel/cat-home.scss */
.certificate-heading h5 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px;
}

/* line 178, app/assets/stylesheets/cat_intel/cat-home.scss */
.cert-group-cont {
  display: flex;
  width: 100%;
}

/* line 183, app/assets/stylesheets/cat_intel/cat-home.scss */
.certifications {
  display: flex;
  flex-direction: column;
  width: 32%;
  /* flex-wrap: wrap; */
  gap: 6px;
}

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

/* line 198, app/assets/stylesheets/cat_intel/cat-home.scss */
#cert-logo-03 {
  width: 100%;
  height: 78px;
  background-image: url(/assets/home_images/ESOMAR_logo_01-fcba2a275841420fa49f3c9d3629617cb21bdf173e23166bfc2b8906d78281de.png);
}

/* line 204, app/assets/stylesheets/cat_intel/cat-home.scss */
#cert-logo-04 {
  width: 100%;
  height: 78px;
  background-image: url(/assets/home_images/ISO_CertifiedLogos_01-d6f819aaca9c722b7359de357c763afa889fea166dcec453724bae58a7b87893.png);
}

/* ======== SHOW REEL ========= */
/* line 211, app/assets/stylesheets/cat_intel/cat-home.scss */
.scale-wrapper {
  height: 700px;
  width: 100%;
  background-color: var(--section-dark-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 220, app/assets/stylesheets/cat_intel/cat-home.scss */
.scale-container {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(0.3);
  transform-origin: center center;
  transition: transform 0.6s ease-out;
  overflow: hidden;
}

/* line 230, app/assets/stylesheets/cat_intel/cat-home.scss */
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* line 240, app/assets/stylesheets/cat_intel/cat-home.scss */
.scale-container .content {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*========= WORKFLOW SECTION ========*/
/* line 254, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-section {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc(100vh * 7);
  position: relative;
  background-color: #0959B4;
}

/* line 263, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-wrapper {
  width: 90%;
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  background: #0959B4;
  overflow: hidden;
}

/* line 275, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-section-heading {
  display: flex;
  align-self: flex-start;
}

/* line 280, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-section-heading h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  margin: 0px;
  padding: 20px 0px 40px 0px;
}

/* line 289, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-inner-wrapper {
  display: flex;
  width: 96%;
  background-color: #0959B4;
}

/* line 295, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-tabs {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  /* width: 100%; */
  padding: 20px;
}

/* line 304, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-tab {
  display: flex;
  margin: 10px 0;
  font-family: noto sans;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  position: relative;
}

/* line 316, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-tab.active {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  font-weight: 500;
  border-radius: 50px;
  height: auto;
  width: fit-content;
  padding: 10px 20px 10px 30px;
  color: var(--secondary);
}

/* line 329, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-content-container {
  display: flex;
  align-items: center;
  width: 40%;
  position: relative;
  padding: 20px;
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-content {
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: fit-content;
  height: 100%;
  padding: 0.5rem;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

/* line 351, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-title-two {
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  margin: 0px 0px 10px 0px;
  text-align: left;
  width: 100%;
}

/* line 360, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-content.active {
  opacity: 1;
  pointer-events: auto;
}

/* line 365, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-inner-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid var(--light-gray);
  border-radius: 12px;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
}

/* line 377, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-img-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40%;
  width: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
}

/* line 390, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-details-cont {
  width: 100%;
  text-align: center;
  color: var(--white);
  font-size: 1.2rem;
  font-family: noto sans;
}

/* line 398, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-logo-cont {
  width: 100%;
  height: auto;
}

/* line 403, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-img-cont p {
  width: 100%;
  margin: 0px;
  font-family: noto sans;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 411, app/assets/stylesheets/cat_intel/cat-home.scss */
.workflow-img-cont {
  background-image: url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  background-position: center;
  background-size: contain;
}

/* .workflow-img-02 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
}

.workflow-img-01 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
}

.workflow-img-03 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
}

.workflow-img-04 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
}

.workflow-img-05 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
}

.workflow-img-06 {
  background-image: image-url(/assets/home_images/CatIntel_ResearchWorkflow_Placeholder_01-89e817e24a87b2e59367ecc0323c5a033938e9781e23a388beb5591a1b427770.svg);
  border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  align-items: flex-end;
} */
/* =======TRUSTED BY CLIENTS SECTION STARTS========== */
/* line 461, app/assets/stylesheets/cat_intel/cat-home.scss */
.trusted-by {
  margin: 0;
  padding: 0;
  background-color: var(--secondary);
}

/* line 467, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-section-heading {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 473, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-section-heading h2 {
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
  text-align: center;
  padding: 0px 10px 0px 10px;
}

/* line 482, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-section-heading-dark-bg {
  color: var(--white);
}

/* line 486, app/assets/stylesheets/cat_intel/cat-home.scss */
.logo-ticker-wrapper {
  margin: 0;
  padding: 0;
  display: flex;
  /* position: relative; */
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background-color: var(--secondary);
  padding: 30px 0px;
  gap: 20px;
  z-index: -1;
}

@keyframes ticker-kf {
  0% {
    transform: translateX(0);
  }
  100% {
    /* 10rem for each logo x 6 logos total = -60rem */
    transform: translateX(-80rem);
  }
}

/* line 511, app/assets/stylesheets/cat_intel/cat-home.scss */
.img-ticker {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  animation: ticker-kf 10s linear infinite;
}

/* line 518, app/assets/stylesheets/cat_intel/cat-home.scss */
.tickerlogo {
  width: 6rem;
  flex: none;
  margin: 0 2rem 0 2rem;
  align-self: flex-start;
  max-width: 100%;
  height: auto;
}

/* ========OFF-THE-SHELF SECTION=========== */
/* line 528, app/assets/stylesheets/cat_intel/cat-home.scss */
.off-the-shelf-section {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
  font-family: 'Roboto Condensed';
}

/* line 537, app/assets/stylesheets/cat_intel/cat-home.scss */
.off-the-shelf-section-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  gap: 30px;
}

/* line 545, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-section-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  /* flex-wrap: wrap; */
}

/* line 555, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-section-header h2 {
  font-family: 'Roboto Condensed';
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0px;
}

/* line 562, app/assets/stylesheets/cat_intel/cat-home.scss */
.subheading-flex h2 {
  font-size: 2rem;
  font-weight: 400;
  margin: 0px;
}

/* line 568, app/assets/stylesheets/cat_intel/cat-home.scss */
.browse-btn {
  background-color: var(--primary);
  color: var(--white);
  width: 15rem;
  padding: 9px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}

/* line 579, app/assets/stylesheets/cat_intel/cat-home.scss */
.subheading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* margin-top: 20px; */
  /* font-size: 18px; */
  font-size: 1.4rem;
  width: 100%;
}

/* line 589, app/assets/stylesheets/cat_intel/cat-home.scss */
.subheading-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 595, app/assets/stylesheets/cat_intel/cat-home.scss */
.subheading-flex h3 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  color: var(--secondary);
}

/* line 602, app/assets/stylesheets/cat_intel/cat-home.scss */
.direct-indirect-card-cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

/* line 609, app/assets/stylesheets/cat_intel/cat-home.scss */
.category-title {
  font-size: 20px;
  /* margin: 40px 0 20px; */
  font-weight: 600;
}

/* line 615, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-link {
  text-decoration: none;
}

/* line 619, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-direct-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  width: 100%;
  justify-content: flex-start;
}

/* line 627, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-logo-cont {
  background-image: url(/assets/home_images/CustomCategoryReports_Placeholder_Icon_01-9b0aff1111c58f71f0ea6104be946c89bedc7fb8ee4957eefd066d84fee12bc1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 634, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-indirect-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: flex-start;
  width: 100%;
}

/* line 642, app/assets/stylesheets/cat_intel/cat-home.scss */
.direct {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  /* background-color: var(--blue); */
  background-color: #7CB9FF;
  border: 1.5px solid #7CB9FF;
  border-radius: 20px;
  height: 230px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

/* line 657, app/assets/stylesheets/cat_intel/cat-home.scss */
.indirect {
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  background-color: #7CB9FF;
  border-radius: 20px;
  height: 230px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

/* line 670, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-content,
.shelf-card-content-indirect {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  gap: 14px;
}

/* line 683, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-logo-cont {
  width: 60px;
  height: 60px;
  /* margin-bottom: 10px; */
}

/* line 689, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-content h4,
.shelf-card-content-indirect h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary);
  margin: 0;
  /* text-align: left; */
}

/* line 698, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-list {
  background: var(--white);
  padding: 15px 20px;
  font-size: 14px;
  text-align: left;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* line 709, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card:hover .shelf-card-content {
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  background-color: #7CB9FF;
  padding: 15px 20px;
  gap: 15px;
  height: 100px;
  text-align: left;
}

/* line 720, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card:hover .shelf-card-list {
  height: 170px;
  opacity: 1;
}

/* line 725, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-list ul {
  padding-left: 20px;
  margin: 0;
}

/* line 730, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card-list li {
  list-style: none;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

/* line 736, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card:hover .shelf-card-list li:hover {
  color: var(--primary);
}

/* line 740, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card.indirect {
  background-color: #C7E1FF;
}

/* line 744, app/assets/stylesheets/cat_intel/cat-home.scss */
.shelf-card.indirect .shelf-card-list {
  display: none;
}

/* CUSTOM REPORT SECTION */
/* line 750, app/assets/stylesheets/cat_intel/cat-home.scss */
.custom-report {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
  font-family: 'Noto Sans';
}

/* line 758, app/assets/stylesheets/cat_intel/cat-home.scss */
.custom-report-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  gap: 25px;
}

/* line 766, app/assets/stylesheets/cat_intel/cat-home.scss */
.custom-report-title {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* line 772, app/assets/stylesheets/cat_intel/cat-home.scss */
.custom-report-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 778, app/assets/stylesheets/cat_intel/cat-home.scss */
.custom-report-container h1 {
  font-family: 'Roboto Condensed';
  font-size: 3rem;
  font-weight: 400;
  /* margin: 20px 0px; */
  margin: 0px 0px;
}

/* line 786, app/assets/stylesheets/cat_intel/cat-home.scss */
.report-box {
  border-left: 2px solid #007bff;
  padding-left: 20px;
}

/* line 791, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-report-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

/* line 797, app/assets/stylesheets/cat_intel/cat-home.scss */
.report-description {
  font-size: 16px;
  color: var(--secondary);
}

/* line 802, app/assets/stylesheets/cat_intel/cat-home.scss */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* CASE STUDY STARTS*/
/* line 809, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-section-container {
  display: flex;
  justify-content: center;
  margin: 25px 0px 25px 0px;
  width: 100%;
  font-family: 'Noto Sans';
}

/* line 817, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-section-container-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 824, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  font-family: roboto condensed;
}

/* line 833, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-section-header h2 {
  font-size: 3rem;
  font-weight: 400;
  /* margin: 20px 0px; */
  margin: 0px 0px;
  padding: 20px 0px;
}

/* line 841, app/assets/stylesheets/cat_intel/cat-home.scss */
.view-all-btn {
  padding: 10px 24px;
  border: 2px solid #0F2130;
  background: transparent;
  color: #0F2130;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
}

/* line 851, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* justify-content: space-between; */
  gap: 20px;
  /* overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth; */
  padding-bottom: 10px;
  /* -ms-overflow-style: none;
  scrollbar-width: none; */
}

/* line 866, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-grid::-webkit-scrollbar {
  display: none;
}

/* line 871, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(25% - 20px);
  max-width: calc(25% - 20px);
  /* flex: 0 0 auto;
  width: 280px; */
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background: var(--white);
  transition: 0.3s;
}

/* line 886, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card img {
  width: 100%;
  display: block;
  height: 180px;
  object-fit: cover;
}

/* line 893, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body {
  padding: 20px;
}

/* line 897, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body small {
  font-size: 1rem;
  color: var(--dark-gray);
  font-weight: 500;
}

/* line 904, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body h4 {
  margin: 0;
  padding: 10px 0px 6px;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--secondary);
}

/* line 914, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body a {
  text-decoration: none;
}

/* line 918, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body a:hover {
  text-decoration: underline;
  color: var(--primary);
}

/* line 923, app/assets/stylesheets/cat_intel/cat-home.scss */
.case-card-body a p {
  font-size: 1rem;
  color: var(--primary);
  margin: 0;
}

/* ===========Hear from our client=========== */
/* line 932, app/assets/stylesheets/cat_intel/cat-home.scss */
.prev-btn {
  background-image: url(/assets/home_images/Arrow_Previous_01-3a57cbdf66b633e027e35b1af592ca9536807153992377bb265c297c792ad1ff.svg);
  background-color: var(--black);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 940, app/assets/stylesheets/cat_intel/cat-home.scss */
.next-btn {
  background-image: url(/assets/home_images/Arrow_Next_01-0538f8cf4102ac21c81b13c92924596f05ba68616ee604bd3353c68f911263c2.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* =========WHY CHOOSE US========== */
/* line 951, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-why-choose-us-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--section-dark-bg);
  background-image: url(/assets/home_images/MRFR_BG_Pattern_Transperant_01-da911303aff4572e63fe167a5bdac40923ea5532a03ed30bd32150e317b92270.png);
  background-position: center;
  background-repeat: repeat;
  padding: 40px 0px;
  margin: 0px 0px 60px 0px;
  font-family: 'Roboto Condensed';
}

/* line 963, app/assets/stylesheets/cat_intel/cat-home.scss */
#cat-section-heading-dark-bg {
  font-size: 4rem;
  color: #e2f1ff;
}

/* line 968, app/assets/stylesheets/cat_intel/cat-home.scss */
.why-choose-us-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

/* line 975, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-icon-cont-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0px;
  gap: 20px;
}

/* line 985, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-icon-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 991, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-icon-small-cont {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  height: auto;
  margin: 15px 0px;
}

/* line 1000, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-wcu-small-title p {
  color: white;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  width: 205px;
  line-height: 24px;
  font-family: noto sans;
}

/* line 1009, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-small-icon {
  display: flex;
  width: 150px;
  height: 100px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1018, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-small-icon-1 {
  background-image: url(/assets/home_images/DataSecurityTransparency_01-6230e06aabef7902c3157095906cb5c1d11734c52a41cab51b7d8077c7801395.svg);
}

/* line 1022, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-small-icon-2 {
  background-image: url(/assets/home_images/LongTermValue_01-8dc4ee6ed39ad963846797db50ef3f730d33f5fc223c4408808e93a1fbdddbd8.svg);
}

/* line 1026, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-small-icon-3 {
  background-image: url(/assets/home_images/InsightsBeyondData_01-52a03ded0a79f270338254682c093a9aa5ae461229e6ffa0a37ee2698d5e5f25.svg);
}

/* line 1030, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-small-icon-4 {
  background-image: url(/assets/home_images/SinglePOCSimplifiedExperience_01-b190da6408a0497302508352d558136be1e448ca46281e9fbde29edacd8bb921.svg);
}

/* line 1034, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-small-icon-5 {
  background-image: url(/assets/home_images/24X7CustomerSupport_01-8363267f894cc4b922c1c3d7a9220d99a2072eaf39c50fe5cc0cd50e0aab7cfe.svg);
}

/* line 1038, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-wcu-small-title {
  display: flex;
  flex-direction: column;
}

/* line 1043, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-wcu-small-title h5 {
  font-family: noto sans;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  margin: 12px 0px;
}

/* line 1052, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-icon-big-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

/* line 1061, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-big-icon {
  display: flex;
  width: 100px;
  height: 100px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1070, app/assets/stylesheets/cat_intel/cat-home.scss */
.wcu-big-title h4 {
  font-family: noto sans;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin: 12px 0px;
}

/* line 1079, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-big-icon-1 {
  background-image: url(/assets/home_images/DemandSupplyInsights_01-181bf8e5c92df783d255b897a42456b372290af4abdf115af4b3803d9aa059cf.svg);
}

/* line 1083, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-big-icon-2 {
  background-image: url(/assets/home_images/TailoredSolutions_01-0cd4a8c7918a0ca8eca81ad5d8f9bfa365b38523d866ae99e93578b9a4b94e5c.svg);
}

/* line 1087, app/assets/stylesheets/cat_intel/cat-home.scss */
#wcu-big-icon-3 {
  background-image: url(/assets/home_images/DedicatedIndustryExperts_01-166a95d7a7f6905441b1512bc815795370dbebb91e11d2bdfbbbdc9ee88b2409.svg);
}

/* =========HEAR FROM OUR CLIENT=========== */
/* line 1093, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 80px 0px;
  background-color: #e0f2ff;
}

/* line 1102, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  gap: 20px;
  padding: 30px 0px;
}

/* line 1112, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* line 1120, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-header button {
  width: 54px;
  height: 54px;
  border: solid 1px #0F2130;
  background-color: #e0f2ff;
  cursor: pointer;
  border-radius: 50px;
}

/* line 1129, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-controls {
  display: flex;
  gap: 20px;
}

/* line 1134, app/assets/stylesheets/cat_intel/cat-home.scss */
.prev-btn {
  background-image: url(/assets/home_images/Arrow_Previous_01-3a57cbdf66b633e027e35b1af592ca9536807153992377bb265c297c792ad1ff.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1142, app/assets/stylesheets/cat_intel/cat-home.scss */
.next-btn {
  background-image: url(/assets/home_images/Arrow_Next_01-0538f8cf4102ac21c81b13c92924596f05ba68616ee604bd3353c68f911263c2.svg);
  background-color: var(--white);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1150, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-container {
  overflow: hidden;
  width: 100%;
}

/* line 1155, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-track {
  display: flex;
  transition: transform 0.3s ease;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  padding-left: 0px;
}

/* line 1165, app/assets/stylesheets/cat_intel/cat-home.scss */
.carousel-track::-webkit-scrollbar {
  display: none;
}

/* line 1169, app/assets/stylesheets/cat_intel/cat-home.scss */
.cat-section-heading-left h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  margin: 0px;
}

/* line 1177, app/assets/stylesheets/cat_intel/cat-home.scss */
.card {
  display: flex;
  flex: 0 0 80%;
  margin-right: 20px;
  background-color: var(--white);
  padding: 10px;
  border-radius: 10px;
  width: 60%;
  gap: 20px;
}

/* line 1189, app/assets/stylesheets/cat_intel/cat-home.scss */
.card-profile-pic {
  display: flex;
  width: 650px;
  height: 350px;
  border-radius: 12px;
}

/* line 1196, app/assets/stylesheets/cat_intel/cat-home.scss */
.card-profile-pic a {
  text-decoration: none;
}

/* line 1200, app/assets/stylesheets/cat_intel/cat-home.scss */
#card-profile-pic-01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-image: url(/assets/home_images/ProfilePic_Placeholder_01-7c7669d6f37fbe3b9c8fcb9bbdfae87dc7ff54941ded85079e5b5f910e396320.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 1210, app/assets/stylesheets/cat_intel/cat-home.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 1223, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-video-btn:hover {
  opacity: 0.8;
}

/* line 1227, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-video-btn h3 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
}

/* line 1234, app/assets/stylesheets/cat_intel/cat-home.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 1243, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-details-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  gap: 40px;
}

/* line 1252, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-feedback {
  font-family: noto sans;
  font-size: 1.2rem;
}

/* line 1257, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-personal-details {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

/* line 1264, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-company-logo {
  display: flex;
  width: 80px;
  height: 80px;
  background-image: url(/assets/home_images/Hyosung_Logo_01-4570835ed1b4465244e22db52ffdac85836e2a06bba046d9f396a57587036efa.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* line 1274, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-name-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 1280, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-name-cont h4,
h5 {
  margin: 0px;
}

/* line 1285, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-name-cont h4 {
  font-family: noto sans;
  font-size: 1.4rem;
  font-weight: 500;
}

/* line 1291, app/assets/stylesheets/cat_intel/cat-home.scss */
.profile-name-cont h5 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
}
