@charset "UTF-8";
@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/news/news-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/news/news-detail-page-show.scss */
.news-breadcrumb-cat-section {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--light-gray);
}

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

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

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

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

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

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

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

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

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

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

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

/* Left Cards */
/* line 130, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-show-cards {
  flex: 1 1 58%;
  gap: 20px;
}

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

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

/* line 152, app/assets/stylesheets/news/news-detail-page-show.scss */
.chart-section h2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--section-heading);
  margin: 0px;
  padding-bottom: 20px;
}

/* line 161, app/assets/stylesheets/news/news-detail-page-show.scss */
.chart-section img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

/* line 167, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text {
  font-size: 0.95rem;
  color: var(--secondary);
  font-family: 'Noto Sans', sans-serif;
}

/* line 173, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text a {
  color: var(--section-heading);
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
}

/* line 179, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text a:hover {
  text-decoration: underline;
}

/* line 183, app/assets/stylesheets/news/news-detail-page-show.scss */
.download-section {
  display: flex;
  align-items: center;
  background-color: #e9e9e9;
  padding: 15px;
  margin: 20px 0px;
}

/* line 191, app/assets/stylesheets/news/news-detail-page-show.scss */
.download-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 9px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 15px;
  white-space: nowrap;
  font-family: 'Noto Sans', sans-serif;
}

/* line 203, app/assets/stylesheets/news/news-detail-page-show.scss */
.download-btn:hover {
  background-color: var(--primary);
}

/* Repeated Source Text Style (cleaned up) */
/* line 208, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text {
  font-size: 0.95rem;
  color: var(--text-label-gray);
  font-weight: 500;
}

/* line 214, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text a {
  color: #0051d5;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

/* line 221, app/assets/stylesheets/news/news-detail-page-show.scss */
.source-text a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

/* ---- GET IN TOUCH BUTTON ---- */
/* line 277, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-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 292, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-get-in-touch-btn:hover {
  background: #e6f3fc;
}

/* Right Sidebar */
/* line 297, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-sidebar {
  flex: 1 1 20%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 306, app/assets/stylesheets/news/news-detail-page-show.scss */
.profile-name-cont h4,
h5 {
  margin: 0px;
}

/* line 311, app/assets/stylesheets/news/news-detail-page-show.scss */
.hero-heading-word-1,
.hero-heading-word-2,
.hero-heading-word-3,
.hero-heading-word-4,
h4 {
  display: flex;
  justify-content: center;
  font-family: "Geologica", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  font-style: normal;
}

/* line 324, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-aside-sidebar {
  background: var(--white);
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  align-self: flex-start;
  width: 100%;
}

/* line 332, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-sidebar h4 {
  font-size: 1rem;
  color: var(--secondary);
  border-bottom: 1px solid #ddd;
  margin: 0px;
  background-color: #f2f2f2;
  padding: 5px 0px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 345, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 352, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-sidebar li {
  display: flex;
  /* align-items: flex-start; */
  padding: 15px;
}

/* line 358, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-sidebar img {
  width: 100px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px;
}

/* line 365, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-aside-sidebar a {
  text-decoration: none !important;
  color: var(--secondary);
  font-size: 0.9rem;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  font-family: 'Noto Sans', sans-serif;
  width: 100%;
  height: 60px;
}

/* line 377, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-aside-sidebar a:hover {
  text-decoration: underline;
}

/* Certification Section inside sidebar */
/* line 382, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-certification-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 30px;
}

/* line 390, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-certificate-heading h5 {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  color: var(--section-heading);
  margin-bottom: 15px;
  font-size: 1rem;
}

/* line 399, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-cert-logo-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  width: 70% !important;
  height: auto !important;
}

/* line 409, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-social-icons-box {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  width: 100%;
}

/* line 416, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-social-icons-heading h5 {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  color: var(--section-heading, #1b3a57);
  margin-bottom: 15px;
  font-size: 1rem;
}

/* line 425, app/assets/stylesheets/news/news-detail-page-show.scss */
.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* line 431, app/assets/stylesheets/news/news-detail-page-show.scss */
.social-icons a {
  border-bottom: 0px;
}

/* line 435, app/assets/stylesheets/news/news-detail-page-show.scss */
.social-icons a img {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 8px;
  transition: transform 0.2s ease-in-out;
}

/* line 443, app/assets/stylesheets/news/news-detail-page-show.scss */
.social-icons a img:hover {
  transform: scale(1.1);
}

/* INDUSTRY VIDEOS SECTION CSS STARTS */
/* line 448, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-card-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* line 454, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  gap: 20px;
}

/* line 462, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-control-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* line 469, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-section-heading-left {
  display: flex;
  justify-content: flex-start;
}

/* line 474, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-section-heading-left h2 {
  font-size: 2.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  margin: 20px 0px;
  color: var(--secondary);
}

/* line 482, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-controls {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

/* line 488, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-controls button {
  width: 54px;
  height: 54px;
  border: solid 1px #0F2130;
  cursor: pointer;
  border-radius: 50px;
}

/* line 496, app/assets/stylesheets/news/news-detail-page-show.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 504, app/assets/stylesheets/news/news-detail-page-show.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 512, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-viewall-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--secondary);
  font-family: noto sans;
  font-size: 1.2rem;
  border: solid 1px var(--secondary);
  border-radius: 50px;
  padding: 0px 20px;
}

/* line 525, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-container {
  overflow: hidden;
  width: 100%;
}

/* line 530, app/assets/stylesheets/news/news-detail-page-show.scss */
.indusVid-card-cover-img {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.048), rgba(0, 0, 0, 0.842)), url(/assets/home_images/VideoCard_CoverImage_01-6ab80fbeccb929e1183f7b606237704d3a51513e578d7dad165f378ccd2db863.png);
}

/* line 534, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* line 540, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-track a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  font-family: noto sans;
  font-size: 2rem;
  color: var(--white);
}

/* line 550, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-card {
  flex: 0 0 auto;
  width: 430px;
  height: 350px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* ✅ pushes text to bottom */
  overflow: hidden;
}

/* line 569, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-indusVid-card-cover-img {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.048), rgba(0, 0, 0, 0.842)), url(/assets/home_images/VideoCard_CoverImage_01-6ab80fbeccb929e1183f7b606237704d3a51513e578d7dad165f378ccd2db863.png);
}

/* line 574, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-forcast-cont {
  padding: 10px 10px 10px 10px;
  background-color: var(--white);
  max-width: 40%;
}

/* line 580, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-forcast-cont h3 {
  font-family: noto sans;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 0px 0px;
}

/* line 588, app/assets/stylesheets/news/news-detail-page-show.scss */
.news-video-details-cont {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 16px;
}
