@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/blogs/blog-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;
  --dark-gray: #545454;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --dark-blue: #001526;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
}

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

/* line 38, app/assets/stylesheets/blogs/blog-index-style.scss */
.breadcrumbs-cont {
  display: flex;
  justify-content: center;
  width: 90%;
}

/* line 44, app/assets/stylesheets/blogs/blog-index-style.scss */
.breadcrumbs-inner-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 50, app/assets/stylesheets/blogs/blog-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 59, app/assets/stylesheets/blogs/blog-index-style.scss */
.breadcrumb-item-group ul {
  list-style-type: none;
}

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

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

/* line 79, app/assets/stylesheets/blogs/blog-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 89, app/assets/stylesheets/blogs/blog-index-style.scss */
.breadcrumb-item-active {
  text-decoration: none;
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* ========================= */
/* HERO BANNER SECTION      */
/* ========================= */
/* line 100, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 110, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-section-inner {
  display: flex;
  width: 90%;
}

/* HERO SECTION */
/* line 116, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-hero-section {
  display: flex;
  width: 100%;
}

/* Content wrapper */
/* line 122, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-hero-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 0px 20px 0px;
}

/* Heading */
/* line 130, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 139, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 151, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-wrapper {
  margin-top: 50px;
  align-items: center;
  width: 100%;
}

/* line 157, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-search-cont {
  display: flex;
  justify-content: center;
  width: 100%;
}

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

/* line 169, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-input {
  display: flex;
  width: 60%;
}

/* line 174, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 188, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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;
}

/* Blog Card Section */
/* line 203, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0px;
}

/* line 210, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-section-inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  border: 1.5px solid var(--underline-gray);
  border-radius: 10px;
}

/* Left Image */
/* line 220, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-image {
  flex: 1 1 60%;
  background-image: url(/assets/blog-index-page/blog-card1-fc234c8798c7e4c74a42f512f359d30d3735aecf295fb5eaf2f07b9089010891.jpg);
  background-size: cover;
  background-position: center;
  min-height: 400px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Right Content */
/* line 232, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-content-main {
  flex: 1 1 40%;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

/* line 241, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-content-main h2 {
  font-size: 2.3rem;
  font-weight: 450;
  color: var(--secondary);
  margin: 0px;
  font-family: "Roboto Condensed", sans-serif;
  /* padding-bottom: 20px; */
}

/* line 250, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-content-main p {
  font-size: 1rem;
  color: var(--secondary);
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
  /* margin-bottom: 1rem; */
}

/* Read More link */
/* line 259, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-readmore {
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 450;
  text-decoration: underline;
  font-family: "Noto Sans", sans-serif;
}

/* line 267, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-readmore:hover {
  text-decoration: underline;
}

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

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

/* line 286, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-topics-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  font-weight: 450;
  color: var(--secondary);
  margin: 0;
}

/* Card Grid */
/* line 295, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
}

/* Card */
/* line 302, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 312, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card:hover {
  transform: translateY(-5px);
}

/* Image */
/* line 317, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

/* line 323, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
/* line 330, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

/* line 338, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-title {
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  font-weight: 450;
  color: var(--secondary);
  margin: 0px;
  /* height: 80px; */
}

/* line 347, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-link {
  font-size: 0.9rem;
  color: var(--primary);
  text-decoration: none;
  font-weight: 450;
  font-family: "Noto Sans", sans-serif;
}

/* line 355, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-card-link:hover {
  text-decoration: underline;
}

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

/* line 366, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* line 373, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-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 389, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-page-btn.active {
  background-color: var(--dark-blue);
  color: var(--white);
  border-color: var(--dark-blue);
}

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

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

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

/* line 420, app/assets/stylesheets/blogs/blog-index-style.scss */
.blog-index-pagination-info strong {
  font-weight: 500;
  font-size: 0.75rem;
}

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