.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: #F6FBFF;
  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 {
  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; }
  .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; }
  .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.75rem;
    line-height: 1.4; }
  .video-info .video-description {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: justify; }
    .video-info .video-description .show-more-btn {
      background: none;
      border: none;
      color: #0d6efd;
      font-size: 0.8rem;
      font-weight: 600;
      padding: 0;
      margin-left: 5px;
      cursor: pointer;
      text-decoration: underline; }
      .video-info .video-description .show-more-btn:hover {
        color: #0a58ca;
        text-decoration: none; }
      .video-info .video-description .show-more-btn:focus {
        outline: none;
        box-shadow: none; }
  .video-info .video-meta {
    display: flex;
    align-items: center;
    gap: 1rem; }

.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 {
  animation: fadeInUp 0.6s ease forwards; }

.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; }
