:root {
    --theme--spacing--20: 0.44rem;
    --theme--spacing--30: 0.67rem;
    --theme--spacing--40: 1rem;
    --theme--spacing--50: 1.5rem;
    --theme--spacing--60: 2.25rem;
    --theme--spacing--70: 3.38rem;
    --theme--spacing--80: 5.06rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --text-base: 1rem;
    --color-gray-900: oklch(0.21 0.034 264.665);
}
.max-w-xl {
    max-width: var(--container-xl);
}
.max-w-2xl {
    max-width: var(--container-2xl);
}
.max-w-3xl {
    max-width: var(--container-3xl);
}
.max-w-4xl {
    max-width: var(--container-4xl);
}
.max-w-5xl {
    max-width: var(--container-5xl);
}
.max-w-6xl {
    max-width: var(--container-6xl);
}
.max-w-7xl {
    max-width: var(--container-7xl);
}

.mx-auto{
    margin-left: auto;
    margin-right: auto;
}



.cta-block h2{
    margin-bottom: 0;
}

h2.super-heading,
span.super-heading.sk__gradient-fancy-text-back {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 102.75px;
    letter-spacing: 0px;
    text-transform: inherit;
    line-height: 1.35;
    margin-bottom: 0.3em;
}

h2.super-heading.shadowed,
span.super-heading.sk__gradient-fancy-text-back.shadowed {
    color: #000000;
    opacity: 0.59;
    text-shadow: -6px 11px 5px rgba(0,0,0,1);
}
@media all and (min-width: 1200px) and (max-width: 1399px) { /* xl */
    h2.super-heading,
    span.super-heading.sk__gradient-fancy-text-back {
        font-size: 92px;
    }
}
@media all and (min-width: 992px) and (max-width: 1199px) { /* lg */
    h2.super-heading,
    span.super-heading.sk__gradient-fancy-text-back {
        font-size: 70px;
        letter-spacing: -4.1px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) { /* md */
    h2.super-heading,
    span.super-heading.sk__gradient-fancy-text-back {
        line-height: 1.12;
        margin-bottom: 0.4em;
    }
}

.services-block .sk__portfolio-wrapper.not-slick .sk__portfolio-item,
.models-gallery-block .sk__portfolio-wrapper.not-slick .sk__portfolio-item {
     opacity: 1;
     -webkit-transform: none;
    -ms-transform: translateX(-100px);
     transform: none;
}

.video-banner-block section.sk__hero-item-theme-style{
    justify-content: space-around;
}
.video-banner-block .hero-h1-box{
    left: 0;
    text-align: center;
}

.image-text-block h2{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1.52px;
    color: #FFFFFF;
}


.mloc-section,
    .mloc-section * {
      box-sizing: border-box;
    }

    .mloc-section {
      --mloc-primary: #942ab8;
      --mloc-bg: #000000;
      --mloc-card: rgba(15, 23, 42, 0.4);
      --mloc-border: #1e293b;
      --mloc-text: #f8fafc;
      --mloc-muted: #94a3b8;
      --mloc-muted-2: #64748b;
      --mloc-danger: #f87171;
      font-family: 'Inter', sans-serif;
      background: var(--mloc-bg);
      color: var(--mloc-text);
      width: 100%;
      padding: 48px 24px;
    }

    .mloc-wrap {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
    }

    .mloc-heading {
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 48px;
    }

    .mloc-heading h2 {
      margin: 0;
      color: #fff;
      /*font-size: clamp(2.4rem, 5vw, 4rem);*/
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.01em;
    }

    .mloc-heading p {
      margin: 0;
      max-width: 720px;
      color: var(--mloc-muted);
     /* font-size: 1.125rem; */
      line-height: 1.7;
    }

    .mloc-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
    }

    @media (min-width: 768px) {
      .mloc-section {
        padding: 72px 40px;
      }

      .mloc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (min-width: 1100px) {
      .mloc-section {
        padding: 80px 64px;
      }

      .mloc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    .mloc-card {
      display: flex;
      flex-direction: column;
      gap: 20px;
      padding: 20px;
      border: 1px solid var(--mloc-border);
      border-radius: 16px;
      background: var(--mloc-card);
      transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
      backdrop-filter: blur(4px);
    }

    .mloc-card:hover {
      border-color: rgba(148, 42, 184, 0.5);
      transform: translateY(-2px);
      box-shadow: 0 10px 30px rgba(148, 42, 184, 0.08);
    }

    .mloc-image {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border-radius: 12px;
      background: #1e293b;
    }

    .mloc-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background: center / cover no-repeat var(--mloc-bg-image);
      opacity: 0.6;
      mix-blend-mode: luminosity;
    }

    .mloc-image::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.28), rgba(0,0,0,0.08));
      pointer-events: none;
    }

    .mloc-image-fallback {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--mloc-muted-2);
      z-index: 1;
    }

    .mloc-content {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .mloc-card-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .mloc-card-top h3 {
      margin: 0;
      color: #fff;
     /* font-size: 1.25rem;*/
      line-height: 1.3;
      font-weight: 700;
      letter-spacing: -0.02em;
    }

    .mloc-icon-primary {
      flex: 0 0 auto;
      color: var(--mloc-primary);
    }

    .mloc-row {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      color: var(--mloc-muted);
      /*font-size: 0.95rem;*/
      line-height: 1.6;
    }

    .mloc-row svg {
      flex: 0 0 auto;
      margin-top: 3px;
      opacity: 0.9;
    }

    .mloc-hours {
      margin-top: 8px;
      padding-top: 16px;
      border-top: 1px solid var(--mloc-border);
    }

    .mloc-hours-label {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      color: #cbd5e1;
      /*font-size: 0.72rem;*/
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .mloc-hours p {
      margin: 0;
      color: var(--mloc-muted);
     /* font-size: 0.95rem;*/
      line-height: 1.7;
    }

    .mloc-hours .mloc-closed {
      color: var(--mloc-danger);
      font-weight: 600;
    }


/* FORM STYLE */

/* Container Background */
.custom-app-form {
    background-color: #000;
    padding: 40px;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 600px;
}

.custom-app-form h2 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 70px;
    text-align: left;
}

/* Side-by-Side Names Layout */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

/* Label & Hint Styling */
.custom-app-form label {
    font-size: 12px;
    font-weight: bold;
    float: left;
}

.field-hint {
    font-size: 11px;
    color: #666;
}

/* Input Styling */
.custom-app-form input,
.custom-app-form input[type="tel"],
.custom-app-form input[type="email"],
.custom-app-form input[type="file"],
.custom-app-form textarea{
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 15px;
    color: #000;
    width: 100%;
}

/* Blue Submit Button */
.custom-app-form input[type="submit"] {
    background-color: #4D79FF;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.3s;
}

.custom-app-form input[type="submit"]:hover {
    background-color: #3b60d1;
}

/* Mobile Responsive */
@media (max-width: 480px) {
    .form-row {
        flex-direction: column;
    }
}