.packages-gradient-container {
    background: linear-gradient(to bottom, #EB5757, #2F80ED);
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.packages-gradient-container .content {
    color: white;
    max-width: 800px;
    margin-left: 20%;
    flex: 1;
}

#guitar-logo {
    display: none;
}

.packages-gradient-container .header {
    font-size: 25px;
}

.packages-gradient-container .subheader {
    color: white;
    font-size: 60px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
}

.packages-gradient-container .tagline {
    font-size: 1.8rem;
    font-style: italic;
    opacity: 0.9;
    line-height: 1.4;
    max-width: 600px;
    color: #fff;
}

.packages-slider-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.slide-footer {
    margin-bottom: 60px;
}

.packages-slides {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.package-slide {
    width: 76%;
    background: #F9FAFE;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    margin: 0 auto;
    display: none;
}

.package-slide.active {
    opacity: 1;
    pointer-events: all;
    z-index: 2;
    display: block;
}


.package-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: rgba(0,0,0,0.7);
    padding: 15px;
    cursor: pointer;
    font-size: 32px;
    border: none;
    z-index: 10;
    transition: opacity 0.3s ease;
}
.package-slider-arrow.prev { left: 20px; }
.package-slider-arrow.next { right: 20px; }
.package-slider-arrow:hover { opacity: 0.7; }

.package-slider-dots-container {
    gap: 10px;
    z-index: 10;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
}

.package-slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}
.package-slider-dot.active { background: rgba(0,0,0,0.7) !important; }

.package-slide-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.header-left { width: 70%; }
.header-right { width: 30%; }

.package-slide-title {
    font-size: 24px;
    font-weight: 700;
    color: #e74c3c;
}

.package-slide-description {
    font-style: italic;
    font-size: 19px;
    color: #666;
    margin-bottom: 5px;
}

.package-slide-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
}

.package-pricing-table {
    width: 100%;
    margin: 20px 0;
}

.package-table-row {
    display: flex;
    padding: 10px 0;
}

.package-table-header {
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.package-table-cell {
    width: 60%;
    font-size: 18px;
    line-height: 1.0;
    &:nth-child(2),
    &:nth-child(3) { width: 20%; }
}

.package-table-cell-notes {
    font-size: 14px;
}

.package-savings {
    color: #2F80ED;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-right: 8%;
    margin-bottom: 25px;
}

.package-call-to-action {
    font-weight: 500;
    color: #2c3e50;
    float: left
}

.package-banner-logos {
    float: right;
}

.package-banner-logos img {
    max-width: 100px;
}

.package-phone {
    font-weight: bold;
    font-size: 18px;
}

.track-circles {
    position: relative;
    width: 100%;
    height: 4px;
    top: 0;
    max-width: 100%;
    pointer-events: none;
}

.circle {
    position: absolute;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 2px solid #2196F3;
    border-radius: 50%;
    z-index: 1;
    left: calc(100% / 7 * 2 - 6px);
    top: -3px;
    pointer-events: none;
}

.circle-three {
    left: 0;
}

.circle-ten {
    left: calc(100% - 16px);
}

.filled-circle {
    background: rgb(33, 150, 243);
}

.inputRange {
    appearance: none;
    width: 100%;
    height: 2px;
    border: none;
    background: linear-gradient(90deg, #d9d9d9 0%, #d9d9d9 0%);
    cursor: pointer;
}

.inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: none;
}

.inputRange::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 50%;
    background: #ff0000;
    box-shadow: none;
}

.single-package-pricing-title {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    margin-bottom: 9px;
}

.single-package-pricing-info {
    font-size: 16px;
    color: #969696;
}

.when-text {
    text-align: center;
    margin-bottom: 25px;
    font-size: 25px;
    color: red;
    font-weight: bold;
}

.pricing-package-list {
    padding-left: 0;
    font-size: 15px;
    min-height: 80px;
    margin-top: 35px;
}

.pricing-package-list li {
    list-style: none;
    font-family: Lato, 'Raleway', sans-serif;
    margin-bottom: 20px;
}

.package-pricing-card:after {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 12px;
    background-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    content: "";
    width: 60%;
}

.package-card-container {
    display: none;
}

.package-pricing-card {
    padding-bottom: 0;
    height: 100%;
}

#beginners-package-pricing-card .package-pricing-card:after {
    background-color: #847DAC;
}

#intermediate-package-pricing-card .package-pricing-card:after {
    background-color: #E2566A;
}

#advanced-package-pricing-card .package-pricing-card:after{
    background-color: #EC7C54;
}

#conference-package-pricing-card .package-pricing-card:after {
    background-color: #B485FF;
}

#beginners-bundle-pricing-card .package-pricing-card:after {
    background-color: #847DAC;
}

#intermediate-bundle-pricing-card .package-pricing-card:after {
    background-color: #E2566A;
}

#advanced-bundle-pricing-card .package-pricing-card:after{
    background-color: #EC7C54;
}

#conference-bundle-pricing-card .package-pricing-card:after {
    background-color: #B485FF;
}

.range-separator {
    margin-top:60px;
}

@media screen and (max-width: 500px) {
    .header-left {
        width: 100%;
        text-align: center;
    }
    .package-table-cell {
        font-size: 9px;
    }

    .package-savings {
        margin-right: 0;
        text-align: center;
    }
}