.fspop {
    max-width: 585px !important;
 }
 
 .fspop-content {
    padding: 20px;
    border-radius: 20px;
 }
 
 .fspop-title {
    font-size: 36px;
    font-weight: 700;
    color: #d268cc;
 }
 
 .fspop-description {
    font-size: 15px;
    font-weight: 700;
    color: #737373;
 }
 
 .fspop-btn-pink {
    background-color: #fa65b1;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
 }
 
 .fspop-btn-pink:hover,
 .fspop-btn-blue:hover {
    color: #fff;
 }
 
 .fspop-btn-blue {
    background-color: #726ae3;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
 }
 
 .fspop-btn-blue:focus,
 .fspop-btn-pink:focus {
    box-shadow: none;
 }
.section-bg {
    background-color: #EDE9FE;
}

.heading-h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3 !important;
}

.heading-h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3 !important;
}

.heading-h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3 !important;
    color: #B96C1E;
}

.app-download-h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.3 !important;
    color: #141414CC;
}

.grt {
    background: -webkit-linear-gradient(0deg, #E14836, #7432BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-content {
    color: #8B8B8B;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
}

.fs-tab-container-bg-color {
    background-color: #f1e6d8;
    border-radius: 20px;
}

.fs-tab-container-bg {
    background: url('../img/prepaid-paln-background.png') no-repeat;
    background-size: cover;
    border-radius: 20px;
}

/* tab */

.toggle-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Full width */
    max-width: 400px;
    /* Optional max width */
    /* border: 2px solid #1FBA00; */
    border-radius: 50px;
    overflow: hidden;
    background-color: #EDE9FE;
}

.toggle-button {
    display: flex;
    width: 100%;
}

/* Sliding background */
.slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    /* Default size of one button */
    background-color: #1FBA00;
    transition: all 0.4s ease-in-out;
    /* Smooth sliding animation */
}

/* Toggle button labels */
.btn-label {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    /* Keep the labels above the slider */
    color: #333;
    font-weight: 500;
    font-size: clamp(0.8rem, 2.5vw, 1.2rem);
    /* Responsive font size */
    transition: color 0.3s ease-in-out;
}

/* Active styles */
input[type="radio"]:checked+.btn-label {
    color: #fff;
    /* White text when active */
}

/* Hide the yearly plan section by default */
#yearlyPlanDesign {
    /* display: none; */
}

/* tab */

.fs-content-list li {
    list-style-type: none;
    background-image: url('../img/tick.webp');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.5;
}

.f-r-btn {
    background-color: #3C75CA !important;
    color: #fff !important;
}

.f-r-btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* slider css */

.slick-list .slick-slide {
    padding: 30px;
    margin: 0 20px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    /* Adds a gap between slides */
}

.slick-list {
    padding: 0 10px;
    /* Ensures proper alignment of first and last slides */
}

.slick-list .slick-slide:nth-child(1) {
    background-image: url('../img/plan1.webp');
    background-color: #e3ddf1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-list .slick-slide:nth-child(2) {
    background-image: url('../img/plan2.webp');
    background-color: #faf2ea;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-list .slick-slide:nth-child(3) {
    background-image: url('../img/plan3.webp');
    background-color: #e9f4fb;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-list .slick-slide:nth-child(4) {
    background-image: url('../img/plan4.webp');
    background-color: #f7f3ed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.slick-list .slick-slide:nth-child(5) {
    background-image: url('../img/plan5.webp');
    background-color: #eff8ed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.product-btn-wrap {
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.product-prev-btn,
.product-next-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.3s ease;
}

.product-prev-btn {
    transform: rotate(90deg);
}

.product-next-btn {
    transform: rotate(270deg);
}

.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.package-heading {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.package-rupee {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #1FBA00;
}

.package-prodcuct .yes {
    list-style-type: none;
    background-image: url(../img/yes.webp);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.2;
}

.package-prodcuct .no {
    list-style-type: none;
    background-image: url(../img/no.webp);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    padding-left: 22px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    line-height: 1.2;
}

/* slider css */

/* our product */

.product-seemore {
    font-size: 15px;
    font-weight: 700;
    color: #3C75CA;
}

/* popup */

.fs-modal-bg {
    background-color: #EDE9FE;
    border-radius: 12px;
    overflow: hidden;
}

.fs-modal-btn-bg {
    background-color: #3C75CA;
}

.fs-modal-title {
    font-size: 15px;
    font-weight: 600;
}

.fs-modal-btn {
    background-color: #3C75CA;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 0px 15px 15px 0px;
}

.fs-modal-close {
    color: #DC4143B2;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.fs-modal-close span {
    cursor: pointer;
}

.hr-dashed {
    border-style: dashed none none;
    color: #8B8B8BB2;
    border-width: 2px;
}

@media only screen and (max-width: 600px) {
    .fs-modal-title {
        font-size: 12px;
    }

    .fs-modal-btn {
        font-size: 11px;
        font-weight: bold;
    }

    .slick-list .slick-slide {
        padding: 40px 70px 20px 15px;
        margin: 0 10px;
    }
}

/* popup */

/* our product */


/* app */

.app-product-heading {
    background: -webkit-linear-gradient(0deg, #5DBC26, #2A5611);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: bold;
}

.app-product {
    background-color: #1F00BA17 !important;
    border-radius: 20px !important;
}

.app-product-title {
    color: #141414CC;
    font-size: 16px;
    font-weight: 900;
}

.app-download {
    background-color: #ACEDFF33 !important;
    border-radius: 20px !important;
}

.app-download-link {
    color: #3C75CA;
    text-decoration: underline;
    text-underline-position: under;
    font-size: 15px;
    font-weight: 600;
}

.app-design-bg-img::before {
    content: '';
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    background-size: contain;
    background-image: url('../img/app-design-bg-img-icon.png');
    width: 100px;
    height: 100px;
    top: 0px;
    left: 0px;
    position: absolute;
}

/* app */