.sponsorship-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.divider-tier{
    font-family: monospace;
    font-style: italic;
    text-align: center;
    padding-top: 25px;
    width: 250px;
}

.left-side{
    width: 50%;
    height: 520px;
    background-size: cover;
    background-position: center;
    justify-content: space-between;
    align-items: left;
    text-align: left;
    place-items: left;
    color: #fff;
    border-right: 1px solid #777;
}
.tier-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 75px;
}

.tier-button {
    height: 35px;
    width: 35px;
    border: none;
    border-radius: 10px;
    color: #777;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: backgroundColor 0.3s, transform 0.2s;
}

.tier-button:hover,
.tier-button.active {
    color: #fff;
    box-shadow: #777 0 0 5px;
    transform: scale(1.1);
}

/* Tier 4: Gold Glow Effect */
.tier-button[data-tier="4"] {
    color: goldenrod;
    font-weight: bold;
}

.tier-button[data-tier="4"]:hover {
    color: gold;
}

@media(max-width:1168px){
    .sponsorship-container{
        flex-direction: column;
    }
    .left-side{
        width: 100%;
        height: 375px;
    }
    .overlay-tiers{
        width: 100%;
        height: 375px;
        background-image: linear-gradient(to top, #134a94,#134a94,#134a94);
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        place-items: center;
        align-items: center;
        color: #fff;
    }
    .left-side{
        border-top: 1px solid #777;
    }
    .tier-details{
        padding-top: 75px;
    }
    .tier-benefits {
        list-style: none;
        padding: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        line-height: 27.5px;
    }
    .tier-buttons{
        margin-bottom: 20px;
    }
    .right-side2{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #777;
    }
    .right-container2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: 100%;
        
    }
    .right-side{
        display: none; 
    }
}
.tier-cost {
    font-size: 24px;
    font-weight: bold;
}
@media(max-width:919px){
    .tier-details{
        padding-top: 35px;
    }
    .left-side{
        width: 100%;
        height: 450px;
        border-top: 1px solid #777;
    }
    .overlay-tiers{
        width: 100%;
        height: 450px;
        background-image: linear-gradient(to top, #134a94,#134a94,#134a94);
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: space-between;
        place-items: center;
        align-items: center;
        color: #fff;
    }
    .tier-buttons{
      
        padding-top: 15px;
    }
}


.tier-benefits li {
    margin: 5px 0;
}

/* Right Side: Key Promotional Info & Leaf Style Tier Image */

.tier-image {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

.promo-info {
    text-align: center;
    width: 80%;
}

.promo-list {
    list-style-type: none;
    padding: 0;
    text-align: center;
    line-height: 30px;
}

.promo-list li {
    margin: 5px 0;
    font-size: 18px;
}

/* Navigation Arrows */
.nav-arrows {
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    cursor: pointer;
    user-select: none;
}

@media(min-width:1169px){
    .overlay-tiers{
    top: 0;
    left: 0;
    padding-left: 75px;
    padding-top: -10px;
    width: 100%;
    height: 520px;
    background-image: linear-gradient(to right, #134b94,#134b94,#134a94);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: left;
    color: #fff;
    }
    .right-side{
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    
    }
    .right-side2{
       display: none;
    }   
    .right-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: 100%;
    
    }
    .left-side{
        border-right: 1px solid #777;
    }
    .tier-benefits {
     list-style: none;
     padding: 0;
     padding-right: 260px;
     padding-bottom: 10px;
     line-height: 27.5px;
    }
    .tier-details{
     padding-top: 105px;
     padding-bottom: 10px;
    }
}


#title{
    font-size: 32px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-bottom: 10px;
}
.tier-cost{
    padding-bottom: 15px;
}

.tier-details button{
    width: 100px;
    height: 32.5px;
    border-radius: 10px;
    margin-bottom: 5px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: all .2s ease-in-out;
}
.tier-details button:hover{
    cursor: pointer;
    background-color: #5e5efa;
    border: none;
}

.prev-arrow { left: 10px; }
.prev-arrow{
    border: 1.5px solid #fff;
    border-radius: 10px;
    background: transparent;
    height: 35px;
    margin-right: 10px;
    width: 65px;
    color: #fff;
    font-size: 17px;
    transition: all .5s ease-in-out;
}
.prev-arrow:hover{
    background-color: #5e5efa;
}
.next-arrow { right: 10px; }
.next-arrow{
    border: 1.5px solid #fff;
    border-radius: 10px;
    background-color: transparent;
    height: 35px;
    width: 65px;
    color: #fff;
    font-size: 17px;
    transition: all .5s ease-in-out;
}
.next-arrow:hover{
    background-color: #5e5efa;
}

