/* cmsms stylesheet: custom modified: Monday, June 1, 2026 6:42:00 PM */
.background-cta {
  background-image: url(https://m6digital.com/uploads/images/callto-action.png);
  background-repeat: no-repeat;
  background-color: #990000;
  background-blend-mode: multiply;
  overflow: hidden;
  border-radius: 100px;
  background-position: center;
  object-fit: contain;
  background-size: cover;
}

.breadcrumb-bg {
  background-image: url(https://m6digital.com/uploads/images/breadcrumb.jpg);
}

.hero-video-section {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.video-js {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-js .vjs-tech {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}


 :root {
    --m6-red: #990000;
  }
  .btn-brand {
    background-color: var(--m6-red);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
  }
  .btn-brand:hover {
    background-color: #b30000;
    color: #fff;
    transform: translateY(-2px);
  }
  .service-card {
    transition: all 0.3s ease;
  }
  .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--m6-red);
  }

.headerLogo {max-height: 80px}

.header-main-one .thumbnail a {
    padding: 12px 0;
    display: block;
    max-width: max-content;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #990000 !important;
}


/* ContentBank frontend article styling */
.contentbank-detail .contentbank-article-header h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

.contentbank-detail .contentbank-article-header .lead {
    font-size: 1.15rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

.contentbank-article-body {
    font-size: 1rem;
    line-height: 1.7;
}

.contentbank-article-body h2 {
    font-size: 1.55rem;
    line-height: 1.25;
    margin-top: 2rem;
    margin-bottom: 0.65rem;
}

.contentbank-article-body h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.contentbank-article-body p {
    margin-bottom: 1rem;
}

.contentbank-article-body ul,
.contentbank-article-body ol {
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.35rem;
}

.contentbank-article-body li {
    margin-bottom: 0.35rem;
}

.contentbank-article-body .article-intro {
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.contentbank-article-body .agent-note,
.contentbank-article-body .agent-cta {
    margin: 1.75rem 0;
    padding: 1.25rem 1.35rem;
    background: #f8f9fa;
    border-left: 4px solid #999;
    border-radius: 0.35rem;
}

.contentbank-article-body .agent-note h3,
.contentbank-article-body .agent-cta h3 {
    margin-top: 0;
    font-size: 1.2rem;
}
