﻿/* Plans Section Styles */
.plans-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 64px 0; 
    gap: 30px;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    overflow: hidden; 
}

.plans-section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 64px; 
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
}

.plans-section-title {
    width: 100%;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.21;
    color: #3C3C3C;
    text-shadow: 0px 4px 12px rgba(30, 215, 96, 0.1);
}

.plans-section-description {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.15;
    color: #000000;
}

/* Plan Cards Carousel */
.plan-cards-carousel {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 64px 0 64px; 
    gap: 24px;
    width: calc(100% + 64px); 
    max-width: none;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scroll-behavior: smooth;
}

    .plan-cards-carousel::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }

/* Plan Card */
.plan-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 300px;
    flex: 0 0 auto;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
    margin-bottom: 20px;
}

  
    .plan-card:first-child {
        margin-left: 0;
    }

 
    .plan-card:last-child {
        margin-right: 64px; 
    }

.plan-card-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.2), rgba(18, 18, 18, 0.2)), url('/Content/images/plans/plan-default.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 18px 18px 0px 0px;
    position: relative;
}

.plan-card-channel {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .plan-card-channel img {
        max-width: 41px;
        max-height: 39px;
    }

.plan-card-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 18px 18px;
}

.plan-card-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #D41A5D 0%, #FFA332 100%);
}

.plan-card-title {
    width: 100%;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.22;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-shadow: 0px 2.79px 8.37px rgba(30, 215, 96, 0.1);
}

.plan-card-details {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 16px;
    width: 100%;
    height: 230px;
}

.plan-card-details-prepaid {
    height: 310px;
}

.plan-card-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    width: 100%;
}

.plan-card-channels {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    gap: 4px;
    width: auto;
    height: 14px;
}

.plan-card-channels-count {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.17;
    display: flex;
    align-items: center;
    color: #353535;
}

.plan-card-channels-breakdown {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.17;
    display: flex;
    align-items: center;
    color: #353535;
}

.plan-card-logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: 100%;
    height: 28px;
    overflow: hidden;
}

.plan-card-logo {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

    .plan-card-logo img {
        max-width: 32px;
        max-height: 22px;
        object-fit: contain;
    }

.plan-card-description-title {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #121212;
}

.plan-card-description {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.19;
    color: #121212;
    margin-top: -5px;
}

.plan-card-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 8px;
    width: 100%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #C11116;
    border-radius: 42px;
    cursor: pointer;
}

.plan-card-button-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.44;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #C11116;
}

/* Plans Carousel Controls */
.plans-carousel-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 32px;
    width: auto;
}

.plans-carousel-arrow {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4.5px 0.75px rgba(77, 77, 77, 0.25);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.plans-carousel-indicators {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 16px;
    height: 28px;
}

.plans-carousel-indicator-active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    gap: 16px;
    width: 52px;
    height: 28px;
    border: 1px solid #E9242B;
    border-radius: 16px;
}

.plans-carousel-indicator-bar {
    width: 36px;
    height: 12px;
    background: #920B11;
    border-radius: 12px;
}

.plans-carousel-indicator {
    width: 12px;
    height: 12px;
    background: #F8A6A8;
    border-radius: 12px;
}


/* Responsive Design - Breakpoint: 992px */
@media screen and (max-width: 992px) {
    .plans-section {
        padding: 48px 0;
        gap: 24px;
    }

    .plans-section-header {
        padding: 0 16px;
    }

    .plans-section-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .plans-section-description {
        font-size: 1.125rem;
        line-height: 1.15;
    }

    .plan-cards-carousel {
        padding: 0 16px 0 16px; 
        width: calc(100% + 16px); 
        gap: 18px;
    }

    .plan-card {
        width: 300px;
    }

        .plan-card:first-child {
            margin-left: 0;
        }

        .plan-card:last-child {
            margin-right: 16px; 
        }

    .plan-card-image {
        height: 160px;
    }

    .plan-card-channel {
        width: 45px;
        height: 45px;
        right: 8px;
        bottom: 8px;
    }

        .plan-card-channel img {
            max-width: 36px;
            max-height: 34px;
        }

    .plan-card-header {
        height: 55px;
        padding: 6px 14px;
    }

    .plan-card-title {
        font-size: 1rem;
    }

    .plan-card-details {
        height: 200px;
        padding: 12px;
        gap: 12px;
    }

    .plan-card-details-prepaid {
        height: 280px;
    }

    .plan-card-description-title {
        font-size: 0.9rem;
    }

    .plan-card-description {
        font-size: 0.9rem;
    }

    .plan-card-button {
        height: 42px;
        padding: 8px 16px;
    }

    .plan-card-button-text {
        font-size: 1rem;
    }

    .plans-carousel-controls {
        gap: 24px;
    }

    .plans-carousel-indicators {
        gap: 12px;
    }
}
