﻿*,
:after,
:before {
    box-sizing: border-box;
}

.glide__bullet--active {
    background-color: gray;
}

p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.text-left {
    text-align: left !important;
}

.studio-image-text {
    color: #fff !important;
}

.studio-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem 1rem;
  align-items: flex-start;
  align-self: stretch;
  gap: 6px;
}

.studio-breadcrumbs > span > a {
  color: black !important;
}

.studio-breadcrumbs img {
  padding: 8px 0;
}

.studio-breadcrumbs span {
  color: var(--color-gray-400, #98A2B3);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 8px 2px;
}

.studio-breadcrumbs span:last-child {
  color: gray;
}

.studio-breadcrumbs span a {
  color: #da1e28;
  text-decoration: none;
}

.studio-breadcrumbs span a:hover {
  text-decoration: underline;
}

.bg-transparent {
    background-color: transparent;
}

.bg-studio-image {
    position: relative; /* Needed for absolute positioning of the overlay */
    background-image: url('../img/studios/las-vegas/las-vegas.webp');
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%; /* Ensure the container takes full height */
}

.bg-studio-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Darken the background */
    border-radius: 0 0 3rem 3rem;
    z-index: 0; /* Keep the overlay below the content */
}

.content-wrapper {
    position: relative; /* To ensure content is above the overlay */
    z-index: 1; /* Keeps content above the darkened background */
}

.bg-studio-image .content-wrapper {
    position: relative; /* Ensure content is above the overlay */
    z-index: 2; /* Content is above the overlay */
}

.button-red-outlined-text__studio {
    color: var(--color-red-primary-500, #da1e28);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 10px 20px;
    border: #da1e28 2px solid;
    border-radius: 2rem;
}

.button-red-outlined-icon__studio {
    width: 48px;
    height: 48px;
    border: #da1e28 2px solid;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.button-red-text__studio {
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 12px 22px;
    border-radius: 2rem;
    background-color: #da1e28;
}

.button-red-icon__studio {
    background-color: #da1e28;
    border-radius: 100px;
    display: flex;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.amenity-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.amenity-card img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 2rem;
}

.amenity-card p {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    padding-left: 1rem;
}

.feature-card-group {
    margin: 2.5rem 0;
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.content-row h2, .content-col h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

article h2 {
    margin-bottom: 1rem !important;
}

.text-gray {
    color: #667085;
}

.studio-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
    /* padding: 2rem 1.5rem; */
}

.content-row h3, .content-col h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #667085;
}

.content-row {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
}

.content-row-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.content-row-item div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.summerlin-waitlist-form {
    width: 100%;
    max-width: none;
    margin-top: 1rem;
}

.summerlin-waitlist-form .hs-form-frame {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
}

.summerlin-waitlist-form iframe {
    width: 100% !important;
}

.summerlin-waitlist-form .hbspt-form,
.summerlin-waitlist-form .hs-form,
.summerlin-waitlist-form .hs-form fieldset {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.summerlin-waitlist-form .hs-form .actions {
    margin: 0 !important;
    padding: 0 !important;
}

.summerlin-map-copy {
    width: 100%;
}

.summerlin-map-panel {
    height: 500px;
}

.content-col {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 2.5rem;
}

.content-col-item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.content-col div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.center-y {
    justify-content: center !important;
}

.center-x {
    align-items: center !important;
}


.inline-block {
    display: inline-block !important;
}

.list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 1rem;
    border-radius: 1rem;
}

.list-container h2 {
    font-size: 1.4rem;
    font-weight: 600;
}

.pricing {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

.list-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-container ul li {
    font-size: 1rem;
    padding-left: 0; /* Remove left padding */
    display: inline-block;
    position: relative;
    padding-bottom: 1rem;
}

.list-container ul li::before {
    content: '';
    display: inline-block;
    background-image: url('../img/icons/checkmark-outlined-blue.svg'); /* Path to your icon */
    background-size: contain;
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    vertical-align: top;
}

.square {
    aspect-ratio: 16/9 !important;
}

.content-row img, .content-col img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1.5rem;
}

.feature-card-group::-webkit-scrollbar {
    display: none;
}

.feature-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 212px;
}

.feature-card article {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.feature-card>article>h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
}

.feature-card>article>p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.feature-card__img {
    border-radius: 2rem;
    width: 212px;
    height: 212px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 768px) {
    .square {
    aspect-ratio: 1/1 !important;
    }

    .content-row h3, .content-col h3 {
        font-size: 1.2rem;
    }

    .content-row {
        flex-direction: row;
        gap: 2rem;
    }

    .content-row-item {
        width: 50%;
        gap: 2.5rem;
    }

    .content-row-item div {
        gap: 1rem;
    }

    .feature-card-group {
        margin: 4rem 0;
    }

    .list-container ul li {
        padding-bottom: 1.5rem;
    }

    .list-container {
        gap: 2rem;
    }
}

@media (min-width: 992px) {
    .max-width-35 {
        max-width: 35%;
    }

    .summerlin-map-copy {
        max-width: 420px;
    }

    .summerlin-map-panel {
        flex: 1 1 0%;
    }

    .summerlin-waitlist-form {
        max-width: 36rem;
    }

    .max-width-65 {
        width: 75% !important;
    }

    .feature-card-group {
        margin: 5rem auto;
        max-width: 1280px;
    }
}

.feature-action-row {
    max-width: 1216px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.feature-actions-button-group {
    display: flex;
    gap: 1rem;
}

.feature-action-row button {
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid var(--color-red-primary-500, #da1e28);
    background-color: transparent;
}

.feature-action-row button:hover {
    background-color: var(--color-red-primary-50, #fff3f3);
}

.feature-action-row a {
    text-decoration: none;
    display: none;
    max-height: 4rem;
}

@media (min-width: 640px) {
    .feature-action-row a {
        display: flex;
    }
}

.feature-action-row>a>span:first-child {
    border-radius: 100px;
    border: 2px solid var(--color-red-primary-500, #da1e28);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    color: var(--color-red-primary-500, #da1e28);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
}

.feature-action-row>a>span:last-child {
    border-radius: 100px;
    border: 2px solid var(--color-red-primary-500, #da1e28);
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
}

ul.operation-hours li {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: .5rem;
}

ul.operation-hours li::before {
    content: '';
    background-image: url('../img/icons/clock.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.instructor-card-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 24rem;
}

.instructor-card-actions a {
    display: inline-flex;
    margin: 1.5rem;
}

.instructor-card-actions span {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--color-base-white, #fff);
    color: #da1e28;
    font-size: 1rem;
    font-weight: 600;
}

.instructor-card-actions>a>img {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--color-base-white, #fff);
}

.instructor-info {
    color: #667085;
    background-color: white;
    border-radius: 2rem;
    padding: .25rem .5rem;
    margin-left: auto;
    width: fit-content;
    margin-bottom: auto;
}

.instructor-name {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-top: 2rem;
}

#protected-content {
    display: none;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    max-width: 24rem;
    margin: 0 auto;
    margin-block: 2rem;
}

.form-control {
    /* padding: 12px 20px !important; */
    border-radius: 6rem;
    border: 1px solid var(--color-gray-300, #d0d5dd);

    color: var(--color-gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 100% !important;
    /* margin: .5rem 0; */
}

.error-message {
    color: #da1e28;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    display: none;
}

.password-label {
    font-size: 14px;
    font-weight: 500;
}

.schedule-mobile {
    display: none;
}

.schedule-day-tabs {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.schedule-day-tabs::-webkit-scrollbar {
    display: none;
}

.schedule-day-tab {
    border: 1px solid var(--color-gray-200, #eaecf0);
    background: #fff;
    color: #000;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.schedule-day-tab[data-active="true"] {
    background: #000;
    border-color: #000;
    color: #fff;
}

.schedule-day-card {
    margin-top: 0.75rem;
    border: 1px solid var(--color-gray-200, #eaecf0);
    border-radius: 1rem;
    background: #fff;
    overflow: hidden;
}

.schedule-day-card-header {
    padding: 0.75rem 1rem;
    background: #fff;
    color: #000;
    border-bottom: 1px solid var(--color-gray-200, #eaecf0);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.schedule-day-card-header.is-current-day {
    background: #000;
    color: #fff;
    border-bottom-color: #000;
}

.schedule-day-card-body {
    display: flex;
    flex-direction: column;
    background: #fff;
}

.schedule-day-grid {
    display: grid;
    grid-auto-rows: minmax(52px, auto);
    border-top: 1px solid var(--color-gray-200, #eaecf0);
    border-left: 1px solid var(--color-gray-200, #eaecf0);
    overflow: hidden;
}

.schedule-day-grid[data-tracks="1"] {
    grid-template-columns: minmax(78px, 96px) minmax(0, 1fr);
}

.schedule-day-grid[data-tracks="2"] {
    grid-template-columns: minmax(78px, 96px) repeat(2, minmax(0, 1fr));
}

.schedule-day-grid[data-tracks="3"] {
    grid-template-columns: minmax(78px, 96px) repeat(3, minmax(0, 1fr));
}

.schedule-day-grid[data-tracks="4"] {
    grid-template-columns: minmax(78px, 96px) repeat(4, minmax(0, 1fr));
}


.schedule-grid-time,
.schedule-grid-event,
.schedule-grid-empty {
    border-right: 1px solid var(--color-gray-200, #eaecf0);
    border-bottom: 1px solid var(--color-gray-200, #eaecf0);
    padding: 0.75rem 1rem;
    background: #fff;
}

.schedule-grid-empty {
    background: #f9fafb;
}

.schedule-grid-time {
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.schedule-time-label {
    white-space: nowrap;
    width: 1%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.schedule-grid-event {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
    color: var(--color-gray-700, #344054);
}

.schedule-grid-event-title {
    font-size: 0.875rem;
    font-weight: 600;
}

.schedule-day-empty {
    padding: 1rem;
    color: var(--color-gray-500, #667085);
    font-size: 0.875rem;
}

.programs-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}

.summerlin-program-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.program-class-tabs {
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
}

.program-class-tabs::-webkit-scrollbar {
    display: none;
}

.program-class-tabs.is-dragging {
    cursor: grabbing;
}

.summerlin-program-pagination-btn {
    font-size: 14px;
    font-weight: 500;
    color: #101828;
    background-color: transparent;
    border: 1px solid #b6c7d6;
    border-radius: 9999px;
    padding: 0 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    cursor: pointer;
}

.summerlin-program-pagination-btn.active,
.summerlin-program-pagination-btn:not(.disabled):hover {
    background-color: #000;
    color: #fff;
    border: 0px;
}

.summerlin-program-pagination-btn.active img,
.summerlin-program-pagination-btn:not(.disabled):hover img {
    filter: brightness(0) invert(1);
}

.summerlin-program-pagination-btn.disabled {
    pointer-events: none;
}

@media (max-width: 1024px) {
    .schedule-mobile {
        display: block;
    }


    .schedule-panel {
        border: none;
        background: transparent;
        overflow-x: visible;
    }
}

@media screen and (min-width: 1440px) {
    .content-row {
        gap: 4rem;
    }
}
