.card-bg-color {
  background-color: var(--bs-gray-200) !important; }

.blindata-logo-bg {
  background-image: url("/images/single-title-background-image.webp");
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (max-width: 512px) {
    .blindata-logo-bg {
      background-image: none; } }
.accordion-item {
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important; }

.accordion-button:not(.collapsed) {
  background-color: var(--bs-gray-200) !important; }

.accordion-button {
  color: rgba(0, 0, 0, 0.61) !important; }

.tiles-item {
  margin: 16px;
  flex-grow: 1;
  border: none !important; }

.tiles-item-icon {
  padding-right: 8px; }

.percentages-item {
  margin: 16px;
  flex-grow: 1;
  width: 28rem !important;
  border: none !important; }

.percentages-item-progress-container {
  margin: 16px; }
  @media screen and (max-width: 512px) {
    .percentages-item-progress-container {
      display: none; } }
.percentages-item-progress {
  width: 110px;
  height: 110px;
  line-height: 150px;
  background: none;
  box-shadow: none;
  position: relative; }

.percentages-item-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0; }

.percentages-item-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

.percentages-item-progress .percentages-item-progress-left {
  left: 0; }

.percentages-item-progress .percentages-item-progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0; }

.percentages-item-progress .percentages-item-progress-left .percentages-item-progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.percentages-item-progress .percentages-item-progress-right {
  right: 0; }

.percentages-item-progress .percentages-item-progress-right .percentages-item-progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-100 1.8s linear forwards; }

.percentages-item-progress .percentages-item-progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: transparent;
  font-size: 24px;
  color: #30a4c4;
  line-height: 100px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%; }

.percentages-item-progress.blue .percentages-item-progress-bar {
  border-color: #30a4c4; }

.percentages-item-progress.blue .percentages-item-progress-left .percentages-item-progress-bar {
  animation: loading-90 1.5s linear forwards 1.8s; }

.percentages-item-loading90 {
  animation: loading-90 1.5s linear forwards 1.8s !important; }

.percentages-item-loading100 {
  animation: loading-100 1.5s linear forwards 1.8s !important; }

.percentages-item-loading75 {
  animation: loading-75 1.5s linear forwards 1.8s !important; }

.percentages-item-loading60 {
  animation: loading-60 1.5s linear forwards 1.8s !important; }

.percentages-item-loading50 {
  animation: loading-50 1.5s linear forwards 1.8s !important; }

@keyframes loading-100 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes loading-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg); } }

@keyframes loading-75 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }

@keyframes loading-60 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg); } }

@keyframes loading-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@media only screen and (max-width: 990px) {
  .percentages-item-progress {
    margin-bottom: 20px; } }

.carousel {
  padding: 16px;
  margin: 16px; }

.single-title {
  background-image: url("/images/single-title-background-image.webp");
  background-color: '$background-light';
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: contain; }

.single-title-bg-size-auto {
  background-size: auto; }
  @media screen and (max-width: 512px) {
    .single-title-bg-size-auto {
      background-size: contain; } }
.single-title-bg-size-contain {
  background-size: contain; }

.shadow {
  box-shadow: 0px 6px 10px 0px #000000; }

.full-w-img {
  height: 35rem; }

.page-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.page-cover-logo {
  width: 60% !important;
  max-width: 250px;
  height: auto !important;
  object-fit: cover !important;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 10; }

.bg_filter {
  position: relative; }
  .bg_filter::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #161719 0%, rgba(255, 255, 255, 0) 75%); }
  .bg_filter__primary::after {
    background: linear-gradient(0deg, #47565a 0%, rgba(255, 255, 255, 0) 75%); }
  .bg_filter__danger::after {
    background: linear-gradient(0deg, #30a4c4 0%, rgba(255, 255, 255, 0) 75%); }
  .bg_filter__lightblue::after {
    background: linear-gradient(0deg, #4da0d7 0%, rgba(255, 255, 255, 0) 75%); }

.page-card-img-container {
  height: 100%;
  background-image: url("/images/single-title-background-image.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F6FBFF;
  background-position: 50% 85%; }

.blog-grid {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }

.blog-grid-featured-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem; }

.blog-grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem; }

@media (max-width: 991px) {
  .blog-grid-list {
    grid-template-columns: 1fr 1fr; }
  .blog-grid-featured-row {
    grid-template-columns: 1fr; } }

@media (max-width: 600px) {
  .blog-grid-list {
    grid-template-columns: 1fr; } }

.card-img-top {
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: auto;
  margin: 0;
  border: none;
  display: block; }

.row.pb-5 {
  margin-top: 2.5rem; }

.solutions-item {
  flex-grow: 1;
  height: 100%;
  text-align: center; }
  .solutions-item h4 {
    white-space: nowrap; }
  .solutions-item .card-body {
    padding: 0 !important; }
  .solutions-item .list-group-item {
    background-color: transparent !important; }
  .solutions-item .list-group-item:hover {
    background-color: #30a4c4 !important;
    color: white; }
  .solutions-item a:link {
    text-decoration: none; }
  .solutions-item a:visited {
    text-decoration: none; }
  .solutions-item a:hover {
    text-decoration: none; }
  .solutions-item a:active {
    text-decoration: none; }

.solutions-item-img {
  background: white;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; }

.industries-item-img {
  max-width: 300px; }

.product-item {
  flex-grow: 1;
  height: 100%;
  text-align: center; }
  .product-item .product-item-icon {
    width: 100%;
    color: #30a4c4;
    padding-top: 16px; }
  .product-item .product-item-img {
    background: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    position: relative;
    width: 100%;
    max-height: 0;
    padding-bottom: 50%; }
    .product-item .product-item-img img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top; }
  .product-item h5 {
    white-space: nowrap;
    color: #30a4c4; }
  .product-item .card-body {
    padding: 0 !important; }
  .product-item .card-body-text {
    padding: .5rem 1rem; }
  .product-item .list-group-item {
    height: 40px !important;
    background-color: transparent !important; }
  .product-item .list-group-item:hover {
    background-color: #30a4c4 !important;
    color: white; }
  .product-item a:link {
    text-decoration: none; }
  .product-item a:visited {
    text-decoration: none; }
  .product-item a:hover {
    text-decoration: none; }
  .product-item a:active {
    text-decoration: none; }

.products-item-img {
  background: white;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px; }

.video-podcast-content {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh; }
  .video-podcast-content .row {
    padding-top: 16px;
    padding-bottom: 16px; }
  .video-podcast-content .col-lg-6, .video-podcast-content .col-lg-4, .video-podcast-content .col-md-6 {
    padding: 16px; }
  .video-podcast-content .row.no-padding {
    padding: 0; }

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #0d6efd, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; }

.section-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.6; }

.featured-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #47565A;
  margin: 0;
  position: relative;
  padding: 0 0 0 1rem; }
  .featured-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 2rem;
    background: #30a4c4;
    border-radius: 2px; }

.section-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #495057;
  margin: 0;
  padding: 0; }

.video-card-link {
  text-decoration: none;
  color: inherit;
  display: block; }
  .video-card-link:hover {
    text-decoration: none;
    color: inherit; }

.video-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  padding: 12px;
  margin: 8px;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; }
  .video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10; }
    .video-card:hover .video-thumbnail img {
      transform: scale(1.02); }

.video-thumbnail {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9; }
  .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease; }

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  cursor: pointer; }
  .play-overlay i {
    color: white;
    font-size: 1.5rem; }

.video-card:hover .play-overlay {
  transform: translate(-50%, -50%) !important; }

.video-info {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .video-info .video-category {
    color: #0d6efd;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem; }
  .video-info .video-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    line-height: 1.4; }

.cta-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); }
  .cta-section h3 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 1rem; }
  .cta-section .lead {
    color: #6c757d;
    margin-bottom: 2rem; }
  .cta-section .btn-primary {
    padding: 12px 32px;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease; }
    .cta-section .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(13, 110, 253, 0.4); }

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem; }
  .featured-title {
    font-size: 1.5rem; }
  .video-podcast-tabs .nav-link {
    padding: 10px 16px;
    font-size: 0.9rem; }
  .video-card {
    margin-bottom: 1.5rem; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.video-card:nth-child(1) {
  animation-delay: 0.1s; }

.video-card:nth-child(2) {
  animation-delay: 0.2s; }

.video-card:nth-child(3) {
  animation-delay: 0.3s; }

.video-card:nth-child(4) {
  animation-delay: 0.4s; }

.video-card:nth-child(5) {
  animation-delay: 0.5s; }

.video-detail-content {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  min-height: 100vh; }
  .video-detail-content .video-main-content {
    flex: 0 0 79.17%;
    max-width: 79.17%; }
  .video-detail-content .video-sidebar {
    flex: 0 0 20.83%;
    max-width: 20.83%; }
  .video-detail-content .video-player-container {
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .video-detail-content .video-player-container iframe {
      border-radius: 16px; }
  .video-detail-content .video-description {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
    .video-detail-content .video-description .video-meta .badge {
      font-size: 0.8rem;
      padding: 0.5rem 1rem;
      border-radius: 20px; }
    .video-detail-content .video-description .content {
      font-size: 1.1rem;
      line-height: 1.7;
      color: #495057; }
      .video-detail-content .video-description .content h2 {
        color: #212529;
        font-weight: 600;
        margin-top: 2rem;
        margin-bottom: 1rem; }
      .video-detail-content .video-description .content ul {
        padding-left: 1.5rem; }
        .video-detail-content .video-description .content ul li {
          margin-bottom: 0.5rem; }

.video-detail-title {
  width: 70%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  word-break: break-word; }

@media (max-width: 768px) {
  .video-detail-title {
    width: 100%;
    text-align: left; } }

.video-detail-category {
  background: #30a4c4 !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 0.5rem 1.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.video-detail-description {
  text-align: justify;
  font-size: 1rem; }

@media (max-width: 768px) {
  .video-detail-description {
    font-size: 0.95rem; } }

.podcast-platforms {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
  .podcast-platforms h4 {
    color: #212529;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem; }
  .podcast-platforms .platform-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center; }
  .podcast-platforms .platform-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease; }
    .podcast-platforms .platform-link:hover {
      text-decoration: none;
      color: #212529; }
    .podcast-platforms .platform-link .platform-icon {
      width: 120px;
      height: 32px;
      object-fit: contain; }
    .podcast-platforms .platform-link .platform-icon-mobile {
      display: none !important; }
    .podcast-platforms .platform-link .platform-icon-desktop {
      display: block !important; }
    @media (max-width: 768px) {
      .podcast-platforms .platform-link .platform-icon-mobile {
        display: block !important;
        width: 32px;
        height: 32px; }
      .podcast-platforms .platform-link .platform-icon-desktop {
        display: none !important; } }
    .podcast-platforms .platform-link span {
      font-weight: 600;
      font-size: 1rem; }

.related-videos {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); }
  .related-videos h4 {
    color: #212529;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem; }
  .related-videos .related-video-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease; }
    .related-videos .related-video-link:hover {
      text-decoration: none;
      color: inherit;
      transform: translateY(-2px); }
  .related-videos .related-video-content {
    text-align: left; }
  .related-videos .related-video-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #212529;
    line-height: 1.3;
    margin-bottom: 0.25rem; }
  .related-videos .related-video-item {
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem; }
    .related-videos .related-video-item:hover {
      background: rgba(13, 110, 253, 0.05); }

.platform-links-inline {
  display: flex;
  gap: 0;
  align-items: center; }
  .platform-links-inline .platform-intro {
    font-size: 1.1rem;
    color: #6c757d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 0.25rem; }
  .platform-links-inline .platform-link-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.3s ease; }
    .platform-links-inline .platform-link-inline:hover {
      text-decoration: none;
      color: #212529;
      transform: translateY(-1px); }
    .platform-links-inline .platform-link-inline .platform-icon-inline {
      width: 32px;
      height: 32px;
      object-fit: contain; }

@media (max-width: 768px) {
  .video-detail-content .video-description {
    padding: 1.5rem; }
    .video-detail-content .video-description .content {
      font-size: 1rem; }
  .video-detail-content .podcast-platforms,
  .video-detail-content .related-videos {
    padding: 1rem; }
    .video-detail-content .podcast-platforms h4,
    .video-detail-content .related-videos h4 {
      font-size: 0.9rem; }
  .platform-links-inline {
    gap: 0; }
    .platform-links-inline .platform-intro {
      font-size: 1rem;
      margin-right: 0.2rem; }
    .platform-links-inline .platform-link-inline {
      padding: 0.6rem; }
      .platform-links-inline .platform-link-inline .platform-icon-inline {
        width: 28px;
        height: 28px; } }
