@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/case_study/case-study-index-style.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;
  --input-border-gray: #c4c4c4;
  --dark-gray: #545454;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --dark-blue: #001526;
}

/* line 30, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumbs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 37, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 43, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 49, app/assets/stylesheets/case_study/case-study-index-style.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 58, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumb-item-group ul {
  list-style-type: none;
}

/* line 62, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumb-item {
  display: flex;
  position: relative;
  max-width: 100px;
  white-space: nowrap;
}

/* line 69, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumb-item a {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.9rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 78, app/assets/stylesheets/case_study/case-study-index-style.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 88, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 96, app/assets/stylesheets/case_study/case-study-index-style.scss */
.breadcrumb-item a:hover {
  color: var(--primary);
}

/* ========================= */
/* HERO BANNER SECTION      */
/* ========================= */
/* line 104, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-image: url(/assets/home_images/Infographics_HeroImage_02-95e83295dc2f7c5a5278980bb3c5fd423fcf24cdd350df8a241bf2faa36a49f5.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 114, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-section-inner {
  display: flex;
  width: 90%;
}

/* HERO SECTION */
/* line 120, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-hero-section {
  display: flex;
  width: 100%;
}

/* Grid overlay */
/* .case-study-index-hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
} */
/* Content wrapper */
/* line 138, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

/* Heading */
/* line 146, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-hero-content h1 {
  font-size: 3.5rem;
  font-family: roboto condensed;
  color: var(--white);
  font-weight: 500;
  line-height: 1.4;
  margin: 0px;
}

/* line 156, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-hero-content h3 {
  font-size: 1.2rem;
  font-family: 'Noto Sans', sans-serif;
  color: var(--white);
  font-weight: 500;
  line-height: 1.4;
  margin: 0px;
  padding-top: 10px;
}

/* line 166, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-wrapper {
  margin-top: 50px;
  align-items: center;
  width: 100%;
}

/* line 172, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-search-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 178, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-search-cont form {
  display: flex;
  width: 100%;
  margin: 0px 0px 20px 0px;
}

/* line 184, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-input {
  display: flex;
  width: 60%;
}

/* line 189, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-input input {
  height: 100%;
  outline: none;
  width: 100%;
  font-weight: 400;
  font-size: 1.2rem;
  padding: 16px 0px 16px 16px;
  border-radius: 50px 0px 0px 50px;
  border: none;
  border-right: none;
  background-color: var(--white);
  font-family: 'Noto Sans', sans-serif;
}

/* line 203, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-input button {
  padding: 16px 30px 30px 16px;
  outline: none;
  border: none;
  border-left: none;
  border-radius: 0px 50px 50px 0px;
  background-image: url(/assets/home_images/Search_Icon_01-db9fadcb7d0606b9b1d5821893879b6ea0354c5916a767e0f6ef907edc327083.svg);
  background-color: var(--white);
  background-size: 60%;
  background-position: 30% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* line 218, app/assets/stylesheets/case_study/case-study-index-style.scss */
.latest-case-studies {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 224, app/assets/stylesheets/case_study/case-study-index-style.scss */
.latest-case-studies-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  gap: 1.5rem;
}

/* line 232, app/assets/stylesheets/case_study/case-study-index-style.scss */
.latest-case-studies h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 450;
  color: var(--secondary);
  margin: 0;
  padding-top: 3rem;
}

/* Grid Layout */
/* line 243, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  padding-bottom: 3.5rem;
}

/* Featured Left Card */
/* line 251, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/blog-card1-fc234c8798c7e4c74a42f512f359d30d3735aecf295fb5eaf2f07b9089010891.jpg);
  color: #fff;
}

/* .case-featured img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
    } */
/* line 272, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
}

/* line 278, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured-content {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 2;
}

/* line 288, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured a h3 {
  font-size: 1.7rem;
  font-weight: 500;
  padding-bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
  margin: 0px;
  color: var(--white);
}

/* line 297, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured a {
  text-decoration: none !important;
}

/* line 301, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured a h3:hover {
  color: var(--primary);
}

/* line 305, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured h4 {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 2rem;
  margin: 0px;
  font-family: 'Noto Sans', sans-serif;
}

/* line 313, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured p {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  max-width: 95%;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 450;
}

/* line 321, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-featured time {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
}

/* Right Side Cards */
/* line 328, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* line 334, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card {
  display: flex;
  height: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s;
}

/* line 344, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card:hover {
  transform: translateY(-4px);
}

/* line 348, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card img {
  width: 210px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

/* line 355, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 362, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card h3 {
  font-size: 1rem;
  font-weight: 450;
  padding-bottom: 0.5rem;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
  margin: 0px;
}

/* line 371, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card a {
  font-size: 0.9rem;
  color: #07508e;
  text-decoration: none;
  font-weight: 450;
  margin-bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
}

/* line 380, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card a:hover {
  text-decoration: underline;
  color: var(--primary);
}

/* line 385, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-card time {
  font-size: 0.85rem;
  color: #434343;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 450;
}

/* ================= BLOG TOPICS ================= */
/* line 394, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-topics-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 400, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-topics-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  gap: 2rem;
}

/* Header Row */
/* line 410, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 416, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-header h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 450;
  color: var(--secondary);
  margin: 0;
}

/* line 424, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-header select {
  padding: 10px 12px;
  font-size: 1.1rem;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  /* border-radius: 6px; */
  background-color: #fff;
  color: var(--secondary);
  min-width: 160px;
  height: 42px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/assets/home_images/Chevron_Down_01-d13a084395a40a963d2ab778b41747f49240601c574130cc4d761ba431136667.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

/* line 443, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-header select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Card Grid */
/* line 450, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Card */
/* line 457, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

/* line 467, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card:hover {
  transform: translateY(-5px);
}

/* Image */
/* line 472, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

/* line 478, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
/* line 485, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 492, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-content span {
  font-size: 1rem;
  color: #666;
  display: block;
  margin-bottom: 1rem;
  font-family: "Noto Sans", sans-serif;
}

/* line 500, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-content h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px;
  height: 50px;
}

/* line 509, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-content a h3:hover {
  color: var(--primary);
}

/* line 513, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-content a {
  font-size: 0.8rem;
  color: #0046ad;
  text-decoration: none;
  font-weight: 450;
  font-family: "Noto Sans", sans-serif;
  text-decoration: none;
}

/* line 522, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-card-link:hover {
  text-decoration: underline;
}

/* PAGINATION SECTION */
/* line 528, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-pagination-container {
  text-align: center;
  margin: 1rem 0 2rem;
}

/* line 533, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* line 540, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-page-btn {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
  padding: 12px;
  background: #fff;
  border: 1px solid #0F2130;
  color: #0F2130;
  border-radius: 20px;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

/* Active button */
/* line 556, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-page-btn.active {
  background-color: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}

/* Disabled button */
/* line 563, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  color: #959595;
  border-color: #959595;
}

/* Dots */
/* line 571, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-dots {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.875rem;
  color: var(--primary);
  font-family: 'Noto Sans', sans-serif;
}

/* Pagination Info */
/* line 580, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-pagination-info {
  margin-top: 0.6rem;
  font-size: 0.75rem;
  color: var(--dark-blue);
  font-family: 'Noto Sans', sans-serif;
}

/* line 587, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-pagination-info strong {
  font-weight: 500;
  font-size: 0.75rem;
}

/* Optional: Style for next/prev arrows if needed */
/* line 593, app/assets/stylesheets/case_study/case-study-index-style.scss */
.case-study-index-page-btn.next,
.case-study-index-page-btn.prev {
  border: 1px solid var(--primary);
}
