.cms-page-container
{
    width:100%;
}
.img-block img
{
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.img-block img:hover
{   
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.image-plus-row
{
    display: flex;
    flex-direction: row;
}

.image-plus-row .image-col img
{
    width: 300px;
    height: 200px;
    border-radius: 8px;
}

.image-plus-row .text-col
{
    margin-left: 20px;
    display: flex;
    justify-content: top;
    justify-items: top;
    flex-direction: column;
}

/* Hero Image Block Styles */
.hero-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    overflow: hidden;
    width: 600px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: black;
    opacity: 0.3;
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

.hero-sub {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
    opacity: 0.9;
}

.hero-btn {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


/* Teaser Card Grid Styles */
.teaser-card-grid {
  padding: 3rem 1rem;
}

.teaser-card-grid-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.teaser-grid-header {
  text-align: center;
  margin-bottom: 3rem;
}

.teaser-grid-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: inherit;
}

.teaser-grid-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  max-width: 48rem;
  margin: 0 auto;
}

/* Teaser Cards Grid */
.teaser-cards {
  display: grid;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.teaser-cards-2col {
  max-width: 48rem;
  margin: 0 auto;
}

/* Individual Card Styles */
.teaser-card {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  list-style: none;
}

.teaser-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.teaser-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.teaser-card:hover .teaser-card-image {
  transform: scale(1.05);
}

.teaser-card-content {
  padding: 1.5rem;
}

.teaser-card-subheadline {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.teaser-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.4;
  color: inherit;
}



.teaser-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none;
}

.teaser-card-cta:hover {
  text-decoration: underline;
}

/* Aspect Ratio Classes */
.aspect-ratio-16-9 {
  aspect-ratio: 16 / 9;
}

.aspect-ratio-4-3 {
  aspect-ratio: 4 / 3;
}

.aspect-ratio-square {
  aspect-ratio: 1 / 1;
}

/* Grid Column Classes */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Responsive Grid Classes */
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .lg\:h-80 {
    height: 20rem;
  }
}

.video-preview-wrapper {
    width: 600px;
    height: 400px;
}
.video-preview-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-preview{
    position:relative;
    cursor:pointer;
    display:inline-block;
    max-width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:12px;
}
.youtube-player
{
    width: 600px;
    height: 400px;
}
.youtube-embed
{
    position:relative;
    cursor:pointer;
    display:inline-block;
    width:100%;
    height: 100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:12px;
}
/* Form Selector Styles - Desktop */
.ls-form-selector-block {
    width: 100%;
    display: flex;
    justify-content: center;
}

.form-composer-preview-panel {
    width: 90%;
    max-width: 1200px;
    padding: 20px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    min-height: 400px;
}

.form-composer-preview-content {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.form-composer-preview-content form {
    text-align: left;
}

.form-preview-field {
    margin-bottom: 16px;
    text-align: left;
    clear: both;
}

.form-preview-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
    font-size: 14px;
    text-align: left;
}

.form-preview-field input[type="text"],
.form-preview-field input[type="email"],
.form-preview-field input[type="password"],
.form-preview-field input[type="number"],
.form-preview-field input[type="tel"],
.form-preview-field input[type="url"],
.form-preview-field textarea,
.form-preview-field select {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db !important;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    text-align: left;
    box-sizing: border-box;
}

.form-preview-field input[type="file"] {
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #d1d5db !important;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-preview-field input:focus,
.form-preview-field textarea:focus,
.form-preview-field select:focus {
    outline: none;
    border-color: #2b6cb0 !important;
    box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.1);
}

.form-preview-radio-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-right: 16px;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}

.form-preview-field input[type="checkbox"],
.form-preview-field input[type="radio"] {
    width: auto !important;
    min-width: 16px !important;
    height: 16px !important;
    margin-right: 6px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    cursor: pointer;
}

.form-preview-field button {
    background: #2b6cb0 !important;
    color: #fff !important;
    border: 1px solid #2b6cb0 !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
}

.form-preview-field button:hover {
    background: #1e4e8c !important;
    border-color: #1e4e8c !important;
}

.form-preview-empty {
    color: #9ca3af;
    font-size: 14px;
    font-style: italic;
    text-align: left;
}

.form-preview-unknown {
    padding: 12px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 6px;
    color: #92400e;
    font-size: 13px;
    text-align: left;
}

/* Hero Video Styles - Desktop */
.hero-video-container {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    border-radius: 8px;
}

.hero-video-media-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.hero-video-media-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.hero-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero-video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding: 20px;
}

.hero-video-content-inner {
    text-align: var(--custom-text-align, center);
    color: var(--custom-color, white);
}

.hero-video-title {
    font-size:  var(--custom-font-size, 2.5rem);
    font-weight: var(--custom-font-weight, 700);
    margin:  var(--custom-margin, 0 0 16px 0);
    text-shadow:  var(--custom-text-shadow, 2px 2px 4px rgba(0, 0, 0, 0.5));
}

.hero-video-subtitle {
    font-size:  var(--custom-font-size, 1.25rem);
    margin:  var(--custom-margin, 0 0 24px 0);
    text-shadow:  var(--custom-text-shadow, 1px 1px 2px rgba(0, 0, 0, 0.5));
}

.hero-video-btn {
    display: var(--custom-display, inline-block);
    padding:  var(--custom-padding, 12px 32px);
    background-color: var(--custom-background-color, #2563eb);
    color:  var(--custom-color, white);
    text-decoration:  var(--custom-text-decoration, none);
    border-radius:  var(--custom-border-radius, 6px);
    font-weight: var(--custom-font-weight, 600);
    transition: var(--custom-transition, background 0.3s);
}

.hero-video-btn:hover {
    background: #1d4ed8;
}

/* CTA Band Styles - Desktop */
.cta-band-section { 
    position: relative; 
    width: 100%; 
    overflow: hidden; 
    padding: 2rem 1rem; 
    background-color: #3b82f6;
    color: #ffffff; 
}

.cta-band-overlay { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background: rgba(0,0,0,0.35); 
    z-index: 1; 
}

.cta-band-inner { 
    position: relative; 
    z-index: 2; 
    max-width: 1200px; 
    margin: 0 auto; 
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 1.5rem; 
    justify-content: center; 
    text-align: center; 
}

.cta-band-content { 
    flex: 1; 
    min-width: 300px; 
}

.cta-band-sub { 
    font-size: 0.875rem; 
    font-weight: 600; 
    text-transform: uppercase; 
    letter-spacing: 0.05em; 
    color: #ffffff; 
    margin: 0 0 0.5rem 0; 
    opacity: 0.9; 
}

.cta-band-title { 
    font-size: clamp(1.5rem, 4vw, 2.5rem); 
    font-weight: 700; 
    line-height: 1.2; 
    margin: 0; 
    color: #ffffff;
}

.cta-band-actions { 
    display: flex; 
    gap: 1rem; 
    align-items: center; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.cta-btn { 
    display: inline-flex; 
    align-items: center; 
    gap: 0.5rem; 
    padding: 0.75rem 1.5rem; 
    border-radius: 12px; 
    font-weight: 600; 
    text-decoration: none; 
    transition: all 0.2s; 
    min-height: 44px; 
    border: 2px solid transparent; 
    cursor: pointer; 
    white-space: nowrap; 
}

.cta-btn-primary { 
    background-color: #6b7280; 
    color: #ffffff; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.12); 
}

.cta-btn-primary:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 12px 28px rgba(0,0,0,0.15); 
}

.cta-btn-secondary { 
    background-color: transparent; 
    color: #ffffff; 
    border-color: #ffffff; 
}

.cta-btn-secondary:hover { 
    background-color: #6b7280; 
    color: #ffffff; 
    transform: translateY(-1px); 
}

/* Divider Styles - Desktop */
.divider {
    border: 0;
    border-top: 1px solid #e5e7eb;
    width: 100%;
    margin: 1.5rem 0;
    height: 2px;
}


/* Collapsable Contents Styles - Desktop */
