:root {
  --text-black: #1a1a1a;
  --text-grey: #aaa; }

.video-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block: 20px; }

#video-title-main {
  font-size: 45px;
  font-weight: bold;
  color: var(--text-black); }

#main-subtitle a {
  color: var(--text-grey);
  font-weight: 400;
  font-size: 20px; }

#main-subtitle {
  margin: 0px; }

#description-main,
#description-main p,
#description-main li {
  color: #333333;
  font-size: 20px;
  line-height: 1.6; }

#transcriptionToggle:hover,
#transcriptionToggle:focus {
  color: var(--text-black);
  transform: translateY(0px);
  box-shadow: none; }

.footer li > a:hover {
  background-color: transparent;
  text-decoration: underline !important; }

.with-navbar-fixed-top {
  padding-top: 0px !important; }

.btn:hover {
  color: #1a1a1a; }

header {
  position: relative; }

.mega-menu nav ul.mega-menu__list > li .sub-animation {
  z-index: 1; }

.main-headline {
  font-size: 58px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 8px 0;
  font-family: 'Albert Sans', sans-serif;
  color: var(--text-black); }
  .main-headlinehover {
    color: var(--text-black);
    text-decoration: none; }

a {
  text-decoration: none !important; }
  a:hover {
    text-decoration: none !important; }

#main {
  padding-inline: 80px;
  margin-inline: auto; }

#content {
  padding-inline: 0px; }

.row {
  padding-inline: 0px;
  margin-inline: 0px; }

.video-thumbnail {
  margin-bottom: 0px; }

#index .container,
#videos-channel .container {
  max-width: unset; }

.hero-section {
  background-image: url("https://sonicmindsagency.com/wp-content/uploads/2026/03/PODCASTS-SONIC-MINDS.jpg");
  background-size: cover;
  background-position: center;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 100px 40px 100px 10%; }

.hero-section h1 {
  font-size: 110px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0; }

#block126225083 {
  margin-bottom: 40px; }

.btn.btn-default.touchpoint-btn {
  padding: 12px 24px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  color: var(--text-black); }
  .btn.btn-default.touchpoint-btn:hover {
    transform: translateY(0px);
    box-shadow: none;
    background-color: #e0e0e0; }

#block126225083 .flex.category-selector {
  justify-content: flex-start; }

#block126225083 .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFE600; }

#block126225104 h4.headline {
  margin-bottom: 0px; }

.btn.btn-default a {
  color: var(--text-black); }
  .btn.btn-default a:hover {
    color: var(--text-black); }

.btn.btn-default {
  transition: background 0.3s; }
  .btn.btn-default:hover {
    background: #e6d000;
    transform: translateY(0px);
    box-shadow: none; }

.flex.category-button {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px; }

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }

.video-thumbnail-image .video-thumbnail-play {
  display: none; }

.video-thumbnail:hover .video-thumbnail-image .video-thumbnail-play {
  display: block; }

#videos-channel .headline.main-headline.h1 {
  margin-bottom: 24px; }

.video-thumbnail-media {
  position: relative;
  width: 100%;
  height: 330px; }

.video-thumbnail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

.video-thumbnail-image {
  position: relative;
  display: block;
  overflow: hidden; }

.video-gradient {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  position: absolute;
  top: 0;
  left: 0; }

.video-thumbnail-content-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px;
  color: white; }

.video-thumbnail-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 700; }

#index .video-thumbnail-image .video-thumbnail-play,
#videos-channel .video-thumbnail-image .video-thumbnail-play {
  height: 40px !important;
  position: relative;
  background-position: left center;
  background-size: contain; }

@media (max-width: 992px) {
  .video-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr; }
  .headline.main-headline {
    font-size: 36px; }
  .btn.btn-default {
    padding: 12px 28px; }
  .btn.btn-default a {
    font-size: 16px; }
  .flex.category-button {
    align-items: end; }
  .hero-section h1 {
    font-size: 48px; }
  .hero-section {
    min-height: 400px !important;
    padding: 80px 40px 60px 40px; }
  #index .video-title,
  #videos-channel .video-title {
    font-size: 20px; } }
