@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-detail-page-show.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --text-label-gray: #434343;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
  --input-border-gray: #c4c4c4;
  --underline-gray: #c5c5c5;
  --section-heading: #005EAD;
  --section-bg: #F2FAFF;
  --mid-gray: #DFDFDF;
  --grey-shade: #737373;
  --link-color: #009dff;
  --border-radius: 12px;
  --dark-blue: #001526;
  --spacing: 1rem;
}

/* Breadcrumb Section */
/* line 40, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

/* line 47, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

/* line 54, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item-group {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  gap: 6px;
}

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

/* line 70, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-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 80, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item a {
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  color: var(--text-label-gray);
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 89, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item a:hover {
  color: var(--primary);
}

/* line 93, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item li[title]::after {
  content: attr(title);
}

/* line 97, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item li:hover::after {
  display: flex;
}

/* line 101, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-breadcrumb-cat-item-active {
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* BLOG SECTION START */
/* line 111, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-show-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

/* line 118, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-show-section-inner {
  display: flex;
  flex-direction: column;
  width: 90%;
}

/* line 124, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-show-section-container {
  display: flex;
  gap: 20px;
}

/* Left Cards */
/* line 130, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-show-cards {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

/* line 137, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-detail-section-content h1 {
  font-size: 2.5rem;
  color: var(--secondary);
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding: 20px 0px;
}

/* line 146, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-detail-section-content h6 {
  font-size: 2rem;
  color: var(--secondary);
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}

/* line 155, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-detail-report h5 {
  font-size: 1.2rem;
  line-height: 1.4;
  font-family: 'Noto Sans', sans-serif;
  margin: 0px;
  padding-bottom: 40px;
  font-weight: 500;
}

/* line 164, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-detail-report a {
  color: #008bff;
}

/* line 168, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-detail-section-content p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  line-height: 30px;
  font-family: 'Noto Sans', sans-serif;
  color: var(--secondary);
}

/* Comment Section */
/* line 177, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-section {
  display: flex;
  justify-content: center;
  padding: 2rem 0rem;
}

/* line 183, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-box {
  width: 80%;
  /* max-width: 800px; */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 193, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-box h2 {
  font-size: 1.5rem;
  margin: 0px;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  padding-bottom: 30px;
  color: var(--secondary);
}

/* Form Layout */
/* line 203, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* line 209, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

/* line 215, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 221, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.form-group.full-width {
  width: 100%;
}

/* line 225, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
label {
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  margin-bottom: 0.5rem;
  color: var(--secondary);
}

/* line 232, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
label span {
  color: var(--secondary);
}

/* line 236, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
input,
textarea {
  padding: 0.8rem;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  outline: none;
  font-size: 1rem;
  transition: border-color 0.3s;
  font-family: 'Noto Sans', sans-serif;
}

/* line 247, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
input:focus,
textarea:focus {
  border-color: var(--primary);
}

/* line 252, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
textarea {
  min-height: 120px;
  resize: vertical;
}

/* Submit Button */
/* line 258, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.btn-submit {
  width: 100%;
  padding: 0.8rem;
  background: var(--primary);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
}

/* line 273, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.btn-submit:hover {
  background: var(--primary);
}

/* ---- AUTHOR SECTION ---- */
/* line 278, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-card {
  display: flex;
  align-items: center;
  background: #f2faff;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* line 287, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

/* line 296, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 302, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-details {
  line-height: 1.3;
}

/* line 306, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-name {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
}

/* line 313, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-role {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--secondary);
}

/* line 320, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-author-description {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  color: var(--dark-gray);
  margin-bottom: 20px;
}

/* ---- GET IN TOUCH BUTTON ---- */
/* line 330, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-get-in-touch-btn {
  display: inline-block;
  padding: 5px 9px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: var(--white);
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* line 345, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-get-in-touch-btn:hover {
  background: #e6f3fc;
}

/* line 349, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.latest-comment {
  display: flex;
  justify-content: center;
}

/* line 355, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.latest-comment-box {
  width: 80%;
  /* max-width: 800px; */
}

/* line 360, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.latest-comment-box h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0px;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
  padding-bottom: 30px;
}

/* Comment Layout */
/* line 370, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* line 377, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* line 384, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-content {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

/* line 390, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-author {
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
}

/* line 397, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-email {
  font-size: 0.9rem;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 450;
}

/* line 404, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-text {
  font-size: 1rem;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
  font-weight: 450;
}

/* line 411, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.comment-time {
  font-size: 0.85rem;
  color: #adabab;
  font-style: italic;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 450;
}

/* Divider */
/* line 420, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
hr {
  border: none;
  border-top: 1px solid var(--input-border-gray);
  margin: 1rem 0;
}

/* View All */
/* line 427, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.view-all {
  font-size: 0.95rem;
  font-weight: 500;
  color: #008bff;
  text-decoration: underline;
  font-family: 'Noto Sans', sans-serif;
}

/* line 435, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.view-all:hover {
  text-decoration: underline;
}

/* Right Sidebar */
/* line 441, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-sidebar {
  display: flex;
  flex-direction: column;
  width: 26%;
}

/* line 447, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-sidebar {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

/* line 453, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box {
  width: 100%;
  /* max-width: 350px; */
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Noto Sans', sans-serif;
}

/* Heading */
/* line 464, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--secondary);
  background: #f2f2f2;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid var(--input-border-gray);
  text-align: center;
}

/* List */
/* line 476, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box ul {
  list-style: none;
  margin: 0;
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
}

/* line 483, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box li {
  padding: 0px 14px;
}

/* line 487, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box li a {
  /* padding: 5px 10px; */
  font-size: 1rem;
  color: var(--secondary);
  line-height: 30px;
  text-decoration: none;
}

/* line 495, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box li a:hover {
  color: var(--primary);
}

/* line 499, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.industry-box li:last-child {
  border-bottom: none;
}

/* line 504, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newsletter-sidebar {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

/* line 510, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newsletter-box {
  width: 100%;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Noto Sans', sans-serif;
}

/* Heading */
/* line 520, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newsletter-box h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--secondary);
  background: #f2f2f2;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid var(--input-border-gray);
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}

/* Form */
/* line 533, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1rem 1rem 1rem 1rem;
}

/* line 541, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.form-group {
  display: flex;
  flex-direction: column;
}

/* line 546, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newsletter label {
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-size: 0.85rem;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
}

/* line 554, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
input {
  padding: 12px 12px 12px 12px;
  border: none;
  border-bottom: 1px solid var(--input-border-gray);
  outline: none;
  font-size: 0.95rem;
  transition: border-color 0.3s;
}

/* line 563, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
input:focus {
  border-color: var(--link-color);
}

/* Button */
/* line 568, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newssletter-btn-submit {
  width: 100%;
  padding: 0.4rem;
  background: var(--primary);
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
  font-family: 'Noto Sans', sans-serif;
}

/* line 583, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.newssletter-btn-submit:hover {
  background: var(--primary);
}

/* line 587, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.latest-blog {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}

/* line 593, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-box {
  width: 100%;
  /* max-width: 350px; */
  background: var(--white);
  border: 1px solid var(--input-border-gray);
  border-radius: 8px;
  overflow: hidden;
  font-family: 'Noto Sans', sans-serif;
}

/* Heading */
/* line 604, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-box h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--secondary);
  background: #f2f2f2;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid var(--input-border-gray);
  text-align: center;
  font-family: 'Noto Sans', sans-serif;
}

/* Blog Card */
/* line 617, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-card {
  display: flex;
  flex-direction: column;
  padding: 0.8rem;
}

/* line 623, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* Content */
/* line 632, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.blog-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--secondary);
  margin: 0px;
  line-height: 1.4;
  padding: 20px 0px;
  font-family: 'Noto Sans', sans-serif;
}

/* line 642, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.read-more {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
}

/* line 650, app/assets/stylesheets/blogs/blog-detail-page-show.scss */
.read-more:hover {
  text-decoration: underline;
}
