h1 {
    font-weight: 600; 
    font-size: 40px; 
    line-height: 44px;
    color: #fff;
    margin: 0;
}
h1 span {
    color: #049ED5;
}

.training-hero {
    background-color: #f0e1cc;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.training-hero-inner {
    padding: 62px 0 70px 210px;
}
.training-hero-inner p {
    font-weight: 600; 
    font-size: 17px; 
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom: 16px;
}
.training-hero-inner .ctas {
    display: flex;
    gap: 24px;
}
.tab_one,
.tab_two {
    cursor: pointer;
    background-color: #fff;
    color: #2D2D2D;
    padding: 10px 24px;
    min-width: 120px;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
    text-transform: uppercase;
    border-radius: 30px;
    border: none;
}
.tab_one.active,
.tab_two.active {
    background-color: #049ED5;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.schedule-table {
    background-color: #051630;
}
.schedule-table-inner {
    padding: 0 105px 70px;
}
.schedule-table-inner table {
    border-collapse: collapse;
}
.schedule-table-inner thead {
    height: 96px;
}
.schedule-table-inner thead th {
    font-weight: 500; 
    font-size: 18px; 
    line-height: 150%;
    letter-spacing: 0.9px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #C2C2C2;
}
.schedule-table-inner tbody tr {
    height: 125px;
    border-bottom: 1px solid #C2C2C2;
}
.schedule-table-inner tbody tr td {
    text-align: center;
    font-weight: 700; 
    font-size: 22px; 
    line-height: 150%;
    color: #fff;
    letter-spacing: 1.1px;
}
.schedule-table-inner tbody tr td a {
    letter-spacing: 0.9px;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 19px;
    padding: 9px 22px;
    color: #ECD4B0;
    background-color: #1A2F4E;
    display: inline-flex;
    height: 56px;
    max-width: 145px;
    align-items: center;
}
.schedule-table-inner tbody tr td a:hover {
    background-color: #fff;
    color: #049ED5;
}
.table-inner-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.table-inner-bottom p {
    font-weight: 400; 
    font-size: 17px; 
    line-height: 20px;
    color: #fff;
    margin: 0;
}
.table-inner-bottom a {
    padding: 14px 32px;
    color: #fff;
    background-color: #049ED5;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700; 
    font-size: 14px; 
    line-height: 150%;
}
.schedule-item{
    cursor: pointer;
}
.schedule-popup{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    z-index: 999;
    width: 550px;
    height: 320px;
    overflow-y: auto;
}
.popup-inner {
    display: flex;
    gap: 30px;
    padding: 24px;
    position: relative;
}
.popup-inner .close {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}
.popup-inner h3 {
    margin: 0 0 16px;
    font-weight: 600; 
    font-size: 23px; 
    line-height: 38px;
    color: #2B2B2B;
}
.popup-inner p {
    font-weight: 400; 
    font-size: 15px; 
    line-height: 20px;
    color: #2B2B2B;
    margin-top: 0;
    margin-bottom: 24px;
}
.popup-inner img {
    max-width: 175px;
    max-height: 275px;
}
.stats {
    display: flex;
    gap: 24px;
}
.stats-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-end;
    align-items: center;
}
.stats-item:last-child {
    gap: 15px;
}
.stats-item p {
    margin: 0;
    font-weight: 500; 
    font-size: 16px; 
    line-height: 20px;
}
.stats-item img {
    max-height: 40px;
}

.day-schedule {
    display: none;
}
.day-schedule.active {
    display: block;
}
.day-switcher {
    background: #D9D9D9;
    border-radius: 50px;
    height: 40px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}
.day-switcher span {
    font-weight: 700; 
    font-size: 17px; 
    line-height: 24px;
    color: #2D2D2D;
}
.day-switcher button {
    background: #fff;
    height: 40px;
    width: 55px;
}
.day-switcher button:first-of-type {
    border-radius: 50px 0 0 50px;
    position: absolute;
    left: 0;
}
.day-switcher button:last-of-type {
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: 0;
}


/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .training-hero {
        background-image: url('/wp-content/uploads/2026/03/Mask-group-23.png')!important;
        height: 175px;
        display: flex;
        align-items: center;
    }
    .training-hero-inner {
        padding: 40px 54px 54px;
    }

    .schedule-table-inner {
        padding: 40px 166px 60px;
    }

    .daily-schedule {
        background: #0b1e3a;
        padding: 15px;
        border-radius: 10px;
    }
    .schedule-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .time {
        color: #fff;
        font-weight: 700; 
        font-size: 17px; 
        line-height: 150%;
        min-width: 70px;
    }
    .activity {
        background: #1e3558;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .schedule-table table {
        display: none;
    }

    div.schedule-item {
        padding: 24px 0;
        border-bottom: 1px solid #C2C2C2;
    }
    div.schedule-item:first-child {
        border-top: 1px solid #C2C2C2;
    }
    a.schedule-item {
        padding: 19px 31px;
        font-weight: 700; 
        font-size: 15px; 
        line-height: 19px;
        color: #ECD4B0;
    }

    .table-inner-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 40px;
    }
    .table-inner-bottom p {
        font-size: 16px;
        line-height: 19px;
    }

    .schedule-popup {
        transform: translate(-50%,-75%);
    }

    .schedule-table-inner .ctas select {
        background-color: #fff;
        width: 100%;
        height: 40px;
        border-radius: 50px;
        padding: 10px 28px;
        font-weight: 400; 
        font-size: 17px; 
        line-height: 24px;
        color: #2d2d2d;
        margin-bottom: 16px;
    }
    .schedule-table-inner p.choose-sala {
        font-weight: 600; 
        font-size: 17px; 
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 16px;
    }
}


/*mobile*/
@media screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 32px;
    }
    .training-hero {
        height: 140px;
    }
    .training-hero-inner {
        padding: 40px 26px;
    }

    .schedule-table-inner {
        padding: 40px 32px 56px;
    }

    .daily-schedule {
        background: #0b1e3a;
        padding: 15px;
        border-radius: 10px;
    }
    .schedule-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .time {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        min-width: 70px;
    }
    .activity {
        background: #1e3558;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .schedule-table table {
        display: none;
    }

    div.schedule-item {
        padding: 24px 0;
        border-bottom: 1px solid #C2C2C2;
    }
    div.schedule-item:first-child {
        border-top: 1px solid #C2C2C2;
    }
    a.schedule-item {
        padding: 19px 31px;
        font-weight: 700; 
        font-size: 15px; 
        line-height: 19px;
        color: #ECD4B0;
    }

    .table-inner-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        margin-top: 40px;
    }
    .table-inner-bottom p {
        font-size: 16px;
        line-height: 19px;
    }

    .day-switcher {
        margin-bottom: 24px;
        height: 48px;
    }
    .day-switcher button {
        height: 48px;
    }

    .schedule-popup {
        width: 315px;
        height: 455px;
    }
    .popup-inner img {
        display: none;
    }
    .stats-item img {
        display: block!important;
    }
    .stats-item p {
        font-size: 14px;
    }

    .schedule-table-inner .ctas select {
        background-color: #fff;
        width: 100%;
        height: 40px;
        border-radius: 50px;
        padding: 10px 28px;
        font-weight: 400; 
        font-size: 17px; 
        line-height: 24px;
        color: #2d2d2d;
        margin-bottom: 16px;
    }
    .schedule-table-inner p.choose-sala {
        font-weight: 600; 
        font-size: 17px; 
        line-height: 24px;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 16px;
    }
}



@media screen and (min-width: 1441px) {
    .training-hero-inner,
    .schedule-table-inner {
        max-width: var(--global-width-boxed);
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}