html,
body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.include-header {
    padding-top: 6%;
}


.section-1 {
    width: 100vw;
    height: auto;
    /* background-color: #ededed; */
    background-image: url('../img/banners3.webp');
    background-size: cover;
    /* This ensures the image covers the entire section */
    background-position: center;
    /* This centers the image */
    background-repeat: no-repeat;
    /* This prevents the image from repeating */
    display: flex;
    flex-direction: column;
    margin-top: 2%;
}

.learn-more {
    padding: 7%;
}

.header-content {
    margin-top: 4%;
}

.main-section-top {
    height: 100%;
    width: 100%;
    margin-top: 1%;
}

.main-start {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.abcd {
    padding-top: 5%;
}

.abcd-card {
    width: 50vw;
    height: 50vh;
    background-color: transparent;
    display: flex;
    margin-top: 2%;
    justify-content: center;
    align-items: center;
}

.abcd-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
}

@media (max-width: 992px) {

    .prev {
        position: absolute !important;
        /* top: 50%; */
        left: 11% !important;
        transform: translateY(-245%) scaleX(-1) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
    
    .next {
        position: absolute !important;
        /* top: 1%; */
        /* margin-bottom: 50%; */
        right: 12% !important;
        transform: translateY(-250%) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
   
}

@media (max-width: 600px) {

    .prev {
        position: absolute !important;
        /* top: 50%; */
        left: 8% !important;
        transform: translateY(-245%) scaleX(-1) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
    
    .next {
        position: absolute !important;
        /* top: 1%; */
        /* margin-bottom: 50%; */
        right: 9% !important;
        transform: translateY(-250%) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }
   
}

@media (max-width: 480px) {

    .prev {
        position: absolute !important;
        /* top: 50%; */
        left: -1% !important;
        transform: translateY(-245%) scaleX(-1) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
        /* height: 20px !important; */
    }
    
    .next {
        position: absolute !important;
        /* top: 1%; */
        /* margin-bottom: 50%; */
        right: 0% !important;
        transform: translateY(-250%) !important;
        background-color: transparent !important;
        color: white !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        z-index: 10 !important;
        /* height: 20px !important; */
    }
   
}
.form-check-input{
    display: none;
}
/* Media queries for responsiveness */
@media (max-width: 768px) {

    .include-header {
        padding-top: 15%;
    }

    /* .section-text-1 {
        font-size: 1.45rem !important;
        font-weight: 500 !important;
    } */

    .section-text-1 {
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        justify-content: center;
        display: flex;
    }
    
    .section-text-2 {
        display: flex;
        justify-content: center;
    }

    .abcd-card img {
        max-width: 90%;
    }

    .abcd {
        display: none;
    }

    .form-check-input {
        margin-top: 0.1rem !important;
    }


    .section-1 {
        height: auto;
    }

    .text-content {
        margin-top: 6% !important;
    }

    .text-section-main {
        padding: 0% 5% !important;
    }

    .main-section-top.flex-nowrap {
        overflow-x: auto;
        white-space: nowrap;
    }

    .main-section-top.flex-nowrap .col-4 {
        display: inline-block;
        float: none;
    }

    .main-section-top {
        width: auto;
    }

    .news-font {
        font-size: 0.8rem !important;
    }

    .font-news-label {
        font-size: 0.8rem !important;
    }

    .each-subject-text {
        width: auto !important;
        height: auto !important;
        text-align: left;
        /* padding: 10px; */
        /* margin-top: 15%; */
    }
}

@media (max-width: 480px) {
    .abcd-card {
        width: 100%;
        height: auto;
        margin-top: 5%;
    }

    .section-1 {
        height: auto;
    }

    .section-text-1 {
        font-size: 1.6rem;
    }

    .main-section-top {
        height: auto;
    }

    .text-content,
    .image-content {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .text-section-main {
        padding: 0;
        text-align: center;
    }

    
}

.section-text-1 {
    font-size: 2.0vw;
    font-weight: 500;
}
.section-text-2 {
    color: #f05969;
}

.text-section-main {
    padding: 0% 15%;
}

.sub-content-text {
    font-size: 0.8em;
}

.section-icon img {
    height: 6%;
    width: 8%
}

.section-icon-text {
    display: flex;
    align-items: flex-start;
}

.section-icon-text img {
    margin-right: 10px;
    /* Adjust spacing between the image and the text */
}

.text-container {
    display: flex;
    flex-direction: column;
}

.section-icon-text span {
    /* display: block; */
    margin: 0;
    /* Ensure there is no extra margin on the span elements */
}

.text-left {
    display: flex;
    flex-direction: column;
}

.tab-texts {
    font-size: 0.9rem;
}

.section-icon-1 img {
    height: 30%;
    /* width: 50% */
}

.custom-list {
    list-style-position: inside;
    padding-left: 0;
}

.custom-list li {
    text-indent: -1.4em;
    padding-left: 1em;
}


@media (max-width: 767px) {

    .book-cart-section {
        width: 100%;
        /* padding: 0% 0% !important; */
        /* margin-left: auto;
               margin-right: auto; */
        /* display: block; */
    }

}

.thick-line {
    border: none;
    height: 1px;
    background-color: black;
}

.learn-subject {
    font-size: 1.4rem;
}

.color-box {
    gap: 1%;
}

.box {
    width: 20px;
    height: 20px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    color: white;
    /* font-size: 18px; */
    margin: 3px;
    cursor: pointer;
}

.box-1 {
    background-color: #0197b2;
}

.box-2 {
    background-color:
        #e20c20;
}

.box-3 {
    background-color: #eaa327;
}

.box-4 {
    background-color: #88ca5d;
}


.highlighted {
    border: 3px solid grey;
}

.count-display {
    /* margin-top: 20px; */
    /* font-size: 20px; */
    font-weight: 500;
}

.shop-now-tag {
    margin-top: 2%;
}

.subject-each {
    padding: 6% 13%;
}

.car-contain {
    position: relative;
    margin: auto;
    overflow: hidden;
}

.subject-carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.subject-carousel-item {
    display: flex;
    min-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
}

.each-subject-text {
    width: 100%;
    height: 100%;
    text-align: left;
    background-color: #f5f5f5;
    /* padding: 10px; */
    /* margin-top: 15%; */
}

.subject-image {
    flex: 1;
    text-align: center;
    padding: 10px;
}

.subject-image img {
    max-width: 100%;
    height: 40vh;
    object-fit: contain;
}

.prev {
    position: absolute;
    /* top: 50%; */
    left: 13%;
    transform: translateY(-245%) scaleX(-1);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.next {
    position: absolute;
    /* top: 1%; */
    /* margin-bottom: 50%; */
    right: 13%;
    transform: translateY(-250%);
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

@media screen and (max-width: 800px) {
    .subject-carousel-item {
        flex-wrap: wrap;
    }

    .each-subject-text {
        padding: 10px;
    }

    .subject-image {
        padding: 10px;
    }

    /* .prev,
    .next {
        left: 2%;
        right: 2%;
    } */
}

/* .custom-list {
                list-style-position: inside;
                padding-left: 0;
            } */

.benefit-section {
    gap: 1%;
}

.pdf-benefit-text p {
    text-indent: -0.5em;
    padding-left: 1em;
}

.pdf-benefit-icon {
    height: 25px;
    /* Adjust icon size */
    width: 25px;
}

.pdf-benefit {
    width: 55vw;
    height: auto;
    background-color: transparent;
    display: flex;
    /* margin-top: 2%; */
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid black;
    border-radius: 15px;
    padding: 1%;
}

.paper-book-benefit {
    width: 55vw;
    height: auto;
    background-color: transparent;
    display: flex;
    /* margin-top: 2%; */
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid black;
    border-radius: 5%;
    padding: 1%;
}

.bundle-benefit {
    width: 55vw;
    height: auto;
    background-color: transparent;
    display: flex;
    /* margin-top: 2%; */
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid black;
    border-radius: 5%;
    padding: 1%;
}

/* .pdf-benefit {
                border: 1px solid black;
                border-radius: 10%;
                margin-bottom: 0%;
                height: 50%;
            } */

.pdf-benefit-text p {
    margin-bottom: 0%;
    font-size: 0.8rem;
}

.vivitsu-benefits {
    padding: 3% 0%;
    margin-top: 1% !important;
    /* padding-right: 22% !important; */
}

.attempt {
    font-size: 0.8rem;
}

.pdf-radio-button {
    font-size: 1rem;
}

.pdf-radio-button-1 {
    font-size: 0.75vw;
    margin-left: 2%;
}

.choose-subject {
    font-size:1.2rem;
    font-weight:500;
    padding: 1%;
}
.radio-label {
    display: block;
    margin-bottom: 10px;
}

.radio-label input[type="radio"] {
    margin-right: 5px;
    /* Adjust spacing between radio button and text */
}

.card-text {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.custom-checkbox-12 {
    width: 15px;
    /* Adjust the width */
    height: 15px;
    /* Adjust the height */
}

.custom-checkbox-row-study {
    margin-top: 10%;
    display: flex;
    align-items: center;
}

.pdf-disc-1 {
    background-color: #f05969;
    color: white;
    border: 1px white;
    border-radius: 15%;
    padding: 2%;
    /* left: 260px;
    top: 0px;
    position: absolute;
    white-space: nowrap; */

}

.preview-link {
    text-decoration: none;
    cursor: pointer;
}

.pdf-disc-1-2 {
    background-color: #57baea;
    color: white;
    border: 1px white;
    border-radius: 15%;
    padding: 2%;
    /* left: 260px;
    top: 0px;
    position: absolute;
    white-space: nowrap; */
    
}
.pdf-disc-1-3 {
    background-color: #9071b2;
    color: white;
    border: 1px white;
    border-radius: 15%;
    padding: 2%;
    /* left: 260px;
    top: 0px;
    position: absolute;
    white-space: nowrap; */

}

.recom {
    background-color:#f05969;
    color:white;
    padding: 6px !important;
    font-weight: normal !important;
}
.recom-2 {
    background-color:#57baea;
    color:white;
    padding: 6px !important;
    font-weight: normal !important;
}
.recom-3 {
    background-color:#9071b2;
    color:white;
    padding: 6px !important;
    font-weight: normal !important;
}



.custom-checkbox {
    width: 25px;
    /* Adjust the width */
    height: 25px;
    /* Adjust the height */
}

.pdf-1 {
    font-weight: bold;
    font-size: 1.2rem;
}

.pdf-1-2 {
    font-size: 0.8rem;
}

.dots-class-dot {
    padding: 0% 15% !important;
    margin-left: 20%;
}

.image-footer {
    font-size: 0.7rem;
    /* Adjust this value as needed */
}



.custom-dots {
    position: static;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.custom-dots .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 2px;
}

.custom-dots .dot.active {
    background-color: #333;
}

.card-inside {
    border: none;
    background-color: #ededed;
    /* padding: 20%; */
    width: auto;
}

.gray-part {
    border: none;
    background-color: #ededed;
    height: 100%;
}

.card-outside {
    margin-bottom: 20px;
    border: none;
    padding: 2%;
}


.card-selected {
    border: 1px solid black;
    border-radius: 20px;
}

.cart img {
    /* padding: 1rem; */
    height: 230px;
    object-fit: contain;
}

.line-break {
    display: inline;
}

@media (max-width: 1212px) {
    
    .custom-list {
        padding: 0rem !important;
    }
}
@media (max-width: 1400px) {
    :root {
        --dynamic-padding: calc(1.5% + (2vw - 1.5%));
    }

    .tabs{
        padding: 0.5% var(--dynamic-padding) !important;
    }
}

/* @media (max-width: 1550px) {
    #card1 {
        width: 50%;
    }
    #card2 {
        width: 50%;
    }
    #card3 {
        width: 50%;
    }
}
@media (max-width: 991px) {
    #card1 {
        width: 70%;
    }
    #card2 {
        width: 70%;
    }
    #card3 {
        width: 70%;
    }
} */

.new_icons {
    text-align: center;
}

@media (max-width: 768px) {
    .card .row {
        flex-direction: column;
    }
    .new_icons {
        text-align: justify;
    }

    .line-break {
        display: none;
    }

    .learn-subject {
        font-size: 1.2rem;
        text-align: center;
    }

    .highlight-space {
        margin-left: 2rem !important;
        margin-top: 2rem !important;
    }

    .cart img {
        /* height: 22vh; */
        padding: 1%;
    }

    .card-body {
        padding: 0.80rem 0.5rem !important;
    }

    .card-text {
        font-size: 0.7rem;
        margin-top: 0.3rem !important;
        margin-bottom: 0.3rem !important;
    }
    
    .custom-checkbox-row-study {
        margin-top: 5%;
    }
    
    .btn-link {
        font-size: 0.6rem !important;
    }
    
    .for-space {
        background-color: white;
    }

    .jfp {
        padding: 0% !important;
    }

    body .para-2 {
        padding-left: 9% !important;
        padding-bottom: 4% !important;
        margin-left: 0% !important;
        font-size: 0.8rem;
    }

    .tab-para-1 {
        padding: 1% 1% !important;
        font-size: 0.6rem !important;
    }

    .para-1 p {
        font-size: 0.9rem;
        padding: 3% 5%;
    }

    .pdf-1 {
        font-size: 0.8rem;
    }
    .pdf-radio-button {
        font-size: 0.7rem;
        margin: 1% 0%;
    }
    .pdf-radio-button-1 {
        font-size: 0.6rem;
    }

    .container-fluid{
        width: 100% !important;
    }

    .vivitsu-benefits {
        padding: 10%;
        /* padding-right: 22% !important; */
    }

    .last-bene{
        margin-top: 10%;
    }


    .bene-text{
        font-size: 0.8rem;
    }

    .paper-book-benefit{
        margin-top: 5%;
    }

    .bundle-benefit{
        margin-top: 5%;
    }

    .order_summary_padding45 {
        font-size: 0.6rem !important;
    }
    .new-class{
        padding: 4% 3% !important; 
    }
    .new-class-cart{
        font-size: 0.9rem !important;
    }
    .new-class-cart-summary {
        font-size: 0.6rem !important;
        margin-left: 1% !important;
    }
}

.order_summary_padding45 {
    font-size: 1rem;
}

.jfp {
    padding: 3%;
}

.book-cart-section {
    box-shadow: 0 0px 7px rgb(226 216 216);
    border: 1px white;
    border-radius: 30px;
}

.para-2 {
    padding-left: 36% !important;
    /* font-size: 0.667vw; */
}

.para-2 p {
    margin-bottom: 0%;
}

.tab-para-1 {
    padding: 0.5% 0%;
    font-size: 0.8rem;
}

.choose-material {
    padding: 10px;
    font-weight: 500;
    /* padding: 1% 10%; */
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background: #FFFFFF; */
    /* transition: .5s; */
}

.team-12 {
    justify-content: space-evenly;
}

.tabs {
    cursor: pointer;
    background-color: #ededed;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid grey;
    border-radius: 28px;
    padding: 0.5% 1.5%;
}

.tablinks {
    background-color: inherit;
    border: none;
    outline: none;
    /* padding: 14px 16px; */
    /* transition: background-color 0.3s linear; */
    display: flex;
    word-break: keep-all;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.tablinks img {
    margin-right: 8px;
    height: 20px;
    width: 20px;
    /* transition: filter 0.3s linear; */
}

.tablinks.active {
    background: linear-gradient(140deg, #769dc3, #ca6c80);
    color: white;
    padding: 15px 16px;
    border-radius: 20px;
}

.tablinks.active img {
    filter: brightness(0) invert(1);
    /* Change icon color to white */
}

.tablinks.active {
    color: white;
}

.tablinks.active .tab-texts {
    color: white;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontent h3 {
    margin: 0;
}


/* Mobile tabs */
/*.mobile-tabs .dropdown-toggle {*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    background-color: #fff;*/
/*    border-bottom: 1px solid black;*/
    /* border-radius: 50px; */
/*    padding: 10px 15px;*/
/*    font-weight: bold;*/
/*}*/

/*.mobile-tabs .dropdown-toggle::after {*/
/*    float: right;*/
/*    margin-top: 8px;*/
/*}*/

/*.mobile-tabs .dropdown-menu {*/
/*    width: 100%;*/
/*}*/

/*.mobile-tabs .dropdown-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 10px 15px;*/
/*}*/

/*.mobile-tabs .dropdown-item img {*/
/*    margin-right: 10px;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*}*/

/*.mobile-tabs .dropdown-item.active {*/
/*    background-color: #f8f9fa;*/
/*    color: #000;*/
/*}*/
/*.mobile-img img{*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    font-weight: bold;*/
/*}   */


/*.mobile-tabs {*/
/*    width: 100%;*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/

/*.tab-buttons {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.tab-button {*/
/*    flex: 1;*/
/*    display: flex;*/
    /* flex-direction: column; */
/*    align-items: center;*/
/*    padding: 10px 5px;*/
/*    background: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s;*/
/*    position: relative;*/
/*}*/

/*.tab-button img {*/
/*    width: 30px;*/
/*    height: 30px;*/
    /* margin-bottom: 5px; */
/*}*/

/*.tab-button span {*/
/*    font-size: 0.8rem;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*}*/

/*.tab-button.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: #000; */
/*}*/


.mobile-tabs {
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.tab-buttons {
    display: flex;
    justify-content: space-between;
}

.tab-button {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px 5px;
    background: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    opacity: 0.5; /* Set lower opacity for diffused look */
    font-weight: normal;
}

.tab-button img {
    width: 30px;
    height: 30px;
}

.tab-button span {
    font-size: 0.8rem;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.tab-button.active {
    opacity: 1; /* Highlight the active button */
    background: linear-gradient(140deg, #769dc3, #ca6c80); /* Gradient background for active button */
    color: white;
    font-weight: 500; /* Make text bold for emphasis */
}
.tab-button.active img {
    filter: brightness(0) invert(1); /* Invert image colors when button is active */
}

.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000; /* Underline to show active state */
}

.tab-button:not(.active) {
    opacity: 0.5; /* Diffused appearance for inactive buttons */
    background: white; /* White background for inactive buttons */
    color: black;
    cursor: pointer; /* Ensure buttons remain clickable */
}

.tab-button:not(.active) img {
    filter: none; 
}

.position-relative {
    position: relative;
}

.position-relative p {
    margin-bottom: 0%;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.info-card {
    position: absolute;
    width: 25vw;
    /* min-height: 8vh; */
    padding-top: 1%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 0.7rem;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.info-card.visible {
    opacity: 1;
    transform: scale(1);
}

/* #card1 {
    top: 25%;
    left: 4%;
}

#card2 {
    top: 38%;
    right: 7%;
}

#card3 {
    bottom: 22%;
    left: 7%;
} */

.number-1 {
    width: 30px;
    height: 30px;
    background-color: #f05969;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0% 1%;
    animation: pulse 2s infinite;
}
.number-2 {
    width: 30px;
    height: 30px;
    background-color: #57baea;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0% 1%;
    animation: pulse 2s infinite;
}
.number-3 {
    width: 30px;
    height: 30px;
    background-color: #9071b2;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0% 1%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.abcd-card-image-section {
    width: 80vw;
    height: 80vh;
    background-color: transparent;
    display: flex;
    margin-top: 2%;
    justify-content: center;
    align-items: center;
}

.abcd-card-image-section img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill;
    border: 0.5px solid;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .abcd-card-image-section {
        width: auto;
        height: auto;

    }

    .info-card {
        width: auto;
        height: auto;
    }
    /* #card1 {
        font-size: 0.5rem !important;
        top: 18%;
        left: 7%;
        width: 85% !important;
    }
    
    #card2 {
        font-size: 0.5rem !important;
        top: 39%;
        left: 40%;
        width: 56%;
    } */

    .adjustment{
        /* font-size: 0.5rem !important; */
        margin-bottom: 18%;
    }
    
    /* #card3 {
        font-size: 0.5rem !important;
        bottom: 15%;
        left: 7%;
        width: 85%;
    } */

    .subject-each {
        padding: 0%;
    }
}

.dotted-line {
    display: flex;
    border: none;
    border-top: 1px solid transparent;
    height: 5px;
    /* background-image: linear-gradient(to right, lightgrey 50%, rgba(255, 255, 255, 0) 50%); */
    background-image: linear-gradient(to right, #f05969, #57baea, #9071b2);
    /* background-size: 5px 0.5px; */
    margin: 1px 0 0 0;
    width: 100%;
}

.custom-list {
    padding: 1.25rem;
}

@media (max-width: 768px) {
    body {
        background-color: #f5f5f5 !important;
    }
    .book-cart-section {
        box-shadow: none !important;
        border-radius: 0%;
        border: none;
    }
    .container-fluid {
        width: 100% !important;
        padding: 0% 0% !important;
    }
    .card-outside {
        background-color: white !important;
        border-radius: 15px;
    }
    .amended-update{
        background-color: white !important;
        width: 100% !important;
    }

    .header-icons-compare img {
        margin: 0 0px !important;
    }

    .inc-height {
        margin-bottom: 50% !important;
    }

    .space {
        margin-top: 0rem !important;
    }

}

.space{
    margin-top: 3rem;
}

.bgc{
    background-color: white;;
}
.open-button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
   margin: 0% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.header-buttons {
    display: flex;
    align-items: center;
}

.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#pdf-viewer {
    flex-grow: 1;
    overflow-y: auto;
    border: 1px solid #ddd;
}

#pdf-viewer canvas {
    max-width: 100%;
    height: auto !important;
}

.download-button {
    background-color: #ff5a5f;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

@media screen and (max-width: 600px) {
    .modal-content {
        width: 95%;
        margin: 2% auto;
        height: 95%;
        padding: 10px;
    }

    .modal-header {
        flex-wrap: wrap;
    }

    .modal-header h2 {
        font-size: 18px;
        margin-bottom: 10px;
        width: 100%;
    }

    .header-buttons {
        width: 100%;
        justify-content: space-between;
    }

    .download-button {
        font-size: 12px;
        padding: 6px 12px;
    }

    .close {
        font-size: 24px;
    }
}

.sample-pdf {
    cursor: pointer !important;
    padding: 0;
    border: none;
    background: none;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
}

.sample-pdf:hover {
    text-decoration: underline;
}

.btn-link:focus {
    box-shadow: none;
}

.btn-link{
    /* padding: 0% !important; */
    font-size: 0.7rem !important;
    /* border: none !important; */
    margin-left: 0.25rem !important;
}

.btn-link {
    position: relative;
    font-size: 0.7rem !important;
    margin-left: 0.25rem !important;
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
    z-index: 1;
}

.btn-link::after {
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    z-index: -1;
}

.loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Headline Slider Css Start*/
/* .news-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: linear-gradient(to right, #f8dcdc, #d3f2fa);
    padding: 1% !important;
    position: relative;
    cursor: grab;
}

.news-track {
    display: inline-block;
    white-space: nowrap;
    animation: slide linear infinite;
    animation-play-state: running;
}

.news-container:hover .news-track {
    animation-play-state: paused;
}

.news-item {
    display: inline-block !important;
    margin-right: 40px !important;
    white-space: nowrap;
    vertical-align: top;
}

.news-item .label {
    font-weight: bold;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.news-item .content_news {
    display: inline-block;
    vertical-align: top;
}

.news-item .content_news span {
    display: block;
} */

.news-container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, #f8dcdc, #d3f2fa);
    padding: 10px 0;
    position: relative;
}

.news-track {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: scroll-left 60s linear infinite;
}

.news-container:hover .news-track {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.news-item {
    display: inline-block;
    margin-right: 40px;
    white-space: nowrap;
}

.news-item .label {
    font-weight: bold;
    padding-right: 10px;
    display: inline-block;
}

.news-item .content_news {
    display: inline-block;
}

.news-item .content_news span {
    display: inline;
    margin-right: 5px;
}

.inc-height {
    margin-bottom: 20%;
}


body.no-scroll {
    position: fixed;
    width: 100%;
}

.background-blur {
    filter: blur(5px);
}



  /* Ensure modal doesn't overflow vertically */
  .modal-dialog {
    max-width: 85vw !important; /* Limit modal width */
}

.modal-body {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* Limit the image height to fit within the modal body */
.modal-body img {
    max-width: 100% !important;
    max-height: 75vh !important; /* Prevent image from exceeding viewport height */
    object-fit: contain !important; /* Maintain aspect ratio */
}

/* Mobile view adjustments */
@media (max-width: 767px) {
    .modal-dialog {
        max-width: 95vw !important; /* More width for mobile view */
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        min-height: 100vh !important;
    }

    .modal-body img {
        max-height: 60vh !important; /* Smaller image on mobile */
        width: auto !important;
    }
}

/* Small mobile adjustments */
@media (max-width: 576px) {
    .modal-body img {
        max-height: 50vh !important;
        width: auto !important;
    }
}

/* Tablet view adjustments (e.g., 768px to 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .modal-dialog {
        max-width: 85vw !important;
        max-height: 85vh !important; /* Ensure modal height fits well on tablets */
        margin: auto !important; /* Center modal */
    }

    .modal-body img {
        max-height: 75vh !important; /* Slightly reduce image size for tablets */
        object-fit: contain !important; /* Keep the aspect ratio */
    }
}

/* Laptop adjustments (e.g., 1025px to 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    .modal-dialog {
        max-width: 30vw !important;
        max-height: 85vh !important;
        margin: auto !important;
    }

    .modal-body img {
        max-height: 80vh !important; /* Larger image on laptops */
    }
}

/* Large laptops/desktop adjustments (e.g., 1441px and up) */
@media (min-width: 1441px) {
    .modal-dialog {
        max-width: 32vw !important;
        max-height: 70vh !important;
        margin: auto !important;
    }

    .modal-body img {
        max-height: 85vh !important;
    }
}
.benefit-using {
    font-size: 1.5rem;
    margin-bottom: 0%;
}

.vivitsu-compiler {
    font-size: 1.5rem;
    color: #f05969;
}

.vivitsu-benefits {

    margin-top: 1% !important;
    /* padding-right: 22% !important; */
}

.c_border {
    border-radius: 30px;
}

.wondering-text {
    font-size: 0.9rem;
    padding: 0% 0%;
}

.updated-material {
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    justify-content: center;
    margin-top: 15%;
}

.paper-content-1 {
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.paper-content-2 {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.paper-content-3 {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 0%;
}

.paper-content-4 {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 0%;
    padding: 0% 5%;
}

.paper-content-5 {
    font-size: 0.7rem;
    font-weight: bold;
    color: red;
    padding: 0% 5%;
}

.paper-content-6 {
    font-size: 0.7rem;
    padding: 0% 5%;
}

.paper-content-7 {
    padding: 2% 4%;
}

.paper-content-8 {
    border: 2px solid #FFA500;
    padding: 10px;
    background-color: #FFEFD5;
}

.paper-content-9 {
    font-size: 0.8rem;
    font-weight: bold;
}

.paper-content-10 {
    font-size: 0.7rem;
}

.paper-content-11 {
    font-size: 0.7rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 7%;
}

.card-compare-title-pdf {
    color: #f05969;
    margin-bottom: 0%;
    font-size: 1.25rem;
    font-weight: 500;
}

.secure-pdf-compare-text li {
    font-size: 0.9rem;
}

.card-title-compare-book {
    color: #57baea;
    margin-bottom: 0%;
    font-size: 1.25rem;
    font-weight: 500;
}

.paper-book-compare-text li {
    font-size: 0.9rem;
}

.card-title-compare-bundle {
    color: #9071b2;
    margin-bottom: 0%;
    font-size: 1.25rem;
    font-weight: 500;
}

.bundle-compare-text li {
    font-size: 0.9rem;
}

@media (min-width: 769px) and (max-width: 991px) {

    #card1 {
        top: 12% !important;
        left: 4% !important;
        width: 40vw !important;
    }


    .count-display {
        display: contents;
    }

    #card2 {
        top: 44%;
        right: 3%;
        width: 40vw !important;
    }

    #card3 {
        bottom: 7% !important;
        left: 12% !important;
        width: 40vw !important;
    }

    .a4-paper {
        padding-bottom: 18%;
    }

    .section-text-1 {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .head-quick-links {
        margin-left: 8% !important;
    }

    .top-right-text {
        font-size: 0.8rem !important;
    }

    .text-section-main {
        padding: 4% 11%;
    }

    .abcd-card {
        width: 50vw;
        height: 50vh;
        background-color: transparent;
        display: flex;
        margin-top: 9%;
        justify-content: center;
        align-items: center;
    }

    .material-type {
        font-size: 0.8rem !important;
    }

    .PdfStudy p {
        text-indent: -0.6em;
        /* padding-left: 1.5em; */
    }

    .choose-subject {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 1%;
    }

    .pdf-1 {
        font-weight: bold;
        font-size: 0.9rem;
    }

    .card-text {
        font-size: 0.7rem;
    }

    .pdf-radio-button {
        font-size: 0.7rem;
    }

    .pdf-radio-button-1 {
        font-size: 0.7rem;
        margin-left: 2%;
    }

    .tabs {
        cursor: pointer;
        background-color: #ededed;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid grey;
        border-radius: 28px;
        padding: 0.7% 3% !important;
    }

    .container-fluid {
        width: 100% !important;
    }

    .benefit-using {
        font-size: 1rem;
        margin-bottom: 0%;
    }

    .vivitsu-compiler {
        font-size: 1.1rem;
        color: #f05969;
    }

    .wondering-text {
        font-size: 0.7rem;
        padding: 0% 0%;
    }

    .updated-material {
        display: flex;
        font-size: 1.2rem;
        font-weight: 500;
        justify-content: center;
        margin-top: 15%;
    }

    .learn-subject {
        font-size: 1.1rem;
    }

    .box {
        width: 16px;
        height: 22px;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        color: white;
        /* font-size: 18px; */
        margin: 3px;
        cursor: pointer;
    }

    .color-box {
        display: contents;
    }

    .subject-text-left li {
        font-size: 0.8rem;
    }

    .shop-now-tag {
        font-size: 0.9rem;
    }

    .compare-icon {
        width: 42px !important;
        height: 43px !important;
        display: flex;
        justify-content: start;
    }

    .compare-heading {
        font-size: 1.4rem;
    }

    .card-compare-title-pdf {
        color: #f05969;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .secure-pdf-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-secure-pdf {
        font-size: 1rem;
    }

    .card-title-compare-book {
        color: #57baea;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .paper-book-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-paper-book {
        font-size: 1rem;
    }

    .card-title-compare-bundle {
        color: #9071b2;
        margin-bottom: 0%;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .bundle-compare-text li {
        font-size: 0.8rem;
    }

    .buy-bundle {
        font-size: 1rem;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .include-header {
        padding-top: 8%;
    }


    .count-display {
        display: contents;
    }

    .top-right-text {
        font-size: 0.8rem;
    }

    #card1 {
        top: 12% !important;
        left: 4% !important;
        width: 40vw !important;
    }

    #card2 {
        top: 44%;
        right: 3%;
        width: 40vw !important;
    }

    #card3 {
        bottom: 10% !important;
        left: 12% !important;
        width: 40vw !important;
    }

    .a4-paper {
        padding-bottom: 16%;
    }

    .section-text-1 {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .head-quick-links {
        margin-left: 13% !important;
    }

    .tabs {
        cursor: pointer;
        background-color: #ededed;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid grey;
        border-radius: 28px;
        padding: 0.5% 2.4% !important;
    }

    .text-section-main {
        padding: 7% 8%;
    }

    .abcd-card {
        width: 50vw;
        height: 50vh;
        background-color: transparent;
        display: flex;
        margin-top: 8%;
        justify-content: center;
        align-items: center;
    }

    .material-type {
        font-size: 0.8rem !important;
    }

    .PdfStudy p {
        text-indent: -0.6em;
        /* padding-left: 1.5em; */
    }

    .choose-subject {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 1%;
    }

    .pdf-1 {
        font-weight: bold;
        font-size: 0.9rem;
    }

    .card-text {
        font-size: 0.7rem;
    }

    .pdf-radio-button {
        font-size: 0.7rem;
    }

    .pdf-radio-button-1 {
        font-size: 0.7rem;
        margin-left: 2%;
    }

    .line-break {
        display: none;
    }

    .pdf-disc-1 {
        background-color: #f05969;
        color: white;
        border: 1px white;
        border-radius: 15%;
        padding: 2%;
        font-size: 0.8rem;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.19rem;
    }

    .card-inside {
        border: none !important;
        background-color: #ededed !important;
        padding: 3% !important;
        width: auto !important;
    }

    .cart img {
        padding: 1% !important;
        height: 177px !important;
    }

    /* .discount-checkbox {
            position: relative !important;
            width: 100% !important;
            padding-right: 11px !important;
            padding-left: 13px !important;
        }

        .discount-checkbox-1 {
            position: relative !important;
            width: 100% !important;
            padding-right: 12px !important;
            padding-left: 11px !important;
        }

        .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            min-height: 1px;
            padding: 1.19rem;
        }

        .card-inside {
            border: none !important;
            background-color: #ededed !important;
            padding: 3% !important;
            width: auto !important;
        }

        .cart img {
            padding: 1% !important;
            height: 177px !important;
        } */

    .container-fluid {
        width: 100% !important;
    }

    .benefit-using {
        font-size: 1rem;
        margin-bottom: 0%;
    }

    .vivitsu-compiler {
        font-size: 1.1rem;
        color: #f05969;
    }

    .wondering-text {
        font-size: 0.7rem;
        padding: 0% 0%;
    }

    .learn-subject {
        font-size: 1.1rem;
    }

    .box {
        width: 16px;
        height: 22px;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        color: white;
        /* font-size: 18px; */
        margin: 3px;
        cursor: pointer;
    }

    .color-box {
        gap: 0%;
    }

    .subject-text-left li {
        font-size: 0.8rem;
    }

    .shop-now-tag {
        font-size: 0.9rem;
    }

    .compare-icon {
        width: 42px !important;
        height: 43px !important;
        display: flex;
        justify-content: start;
    }

    .compare-heading {
        font-size: 1.4rem;
    }

    .card-compare-title-pdf {
        color: #f05969;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .secure-pdf-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-secure-pdf {
        font-size: 1rem;
    }

    .card-title-compare-book {
        color: #57baea;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .paper-book-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-paper-book {
        font-size: 1rem;
    }

    .card-title-compare-bundle {
        color: #9071b2;
        margin-bottom: 0%;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .bundle-compare-text li {
        font-size: 0.8rem;
    }

    .buy-bundle {
        font-size: 1rem;
    }

}

@media (min-width: 1400px) and (max-width: 1700px) {
    .count-display {
        display: contents;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .include-header {
        padding-top: 7%;
    }


    .count-display {
        display: contents;
    }

    .top-right-text {
        font-size: 0.7rem;
    }

    .compare-section {
        flex: 0 0 auto;
        width: 380px;
        max-width: 339px !important;
    }

    #card1 {
        top: 12% !important;
        left: 8% !important;
        width: 30vw !important;
    }

    #card2 {
        top: 44%;
        right: 3%;
        width: 30vw !important;
    }

    #card3 {
        bottom: 4% !important;
        left: 12% !important;
        width: 30vw !important;
    }

    .a4-paper {
        padding-bottom: 10%;
    }

    .cart-summary {
        padding: 6px 0 !important;
        border-top: 1px solid #e0e0e0;
    }

    .main-section-top {
        height: 100%;
        width: 100%;
        margin-top: 1%;
        padding: 0% 5% !important;
    }

    .cart-cart-title {
        font-weight: bold;
        /* margin-right: 10px; */
        font-size: 0.7rem !important;
    }

    .view-summary {
        color: #666;
        text-decoration: none;
        font-size: 0.6rem !important;
    }

    .incl-taxes {
        font-size: 0.6rem !important;
    }

    .choose-material-margin {
        margin-top: 0rem;
    }

    .choose-material {
        padding: 5px;
        font-weight: 500;
        /* padding: 1% 10%; */
    }

    .choose-material {
        font-size: 0.8rem;

    }

    .tabs {
        cursor: pointer;
        background-color: #ededed;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid grey;
        border-radius: 28px;
        padding: 0.5% 1.9% !important;
    }

    .section-text-1 {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .text-section-main {
        padding: 4% 7%;
    }

    .abcd-card {
        width: 50vw;
        height: 50vh;
        background-color: transparent;
        display: flex;
        margin-top: 5%;
        justify-content: center;
        align-items: center;
    }

    .material-type {
        font-size: 0.8rem !important;
    }

    .PdfStudy p {
        text-indent: -0.6em;
        /* padding-left: 1.5em; */
    }

    .choose-subject {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 1%;
    }

    .pdf-1 {
        font-weight: bold;
        font-size: 0.9rem;
    }

    .card-text {
        font-size: 0.7rem;
    }

    .pdf-radio-button {
        font-size: 0.7rem;
    }

    .pdf-radio-button-1 {
        font-size: 0.7rem;
        margin-left: 2%;
    }

    .line-break {
        display: none;
    }

    .pdf-disc-1 {
        background-color: #f05969;
        color: white;
        border: 1px white;
        border-radius: 15%;
        padding: 2%;
        font-size: 0.8rem;
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1.19rem;
    }

    .card-inside {
        border: none !important;
        background-color: #ededed !important;
        padding: 3% !important;
        width: auto !important;
    }

    .cart img {
        padding: 1% !important;
        height: 177px !important;
    }

    /* .container-fluid {
            width: 100% !important;
        } */

    .benefit-using {
        font-size: 1.1rem;
        margin-bottom: 0%;
    }

    .vivitsu-compiler {
        font-size: 1.2rem;
        color: #f05969;
    }

    .wondering-text {
        font-size: 0.8rem;
        padding: 0% 0%;
    }

    .learn-subject {
        font-size: 1.2rem;
    }

    .box {
        width: 18px;
        height: 22px;
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        color: white;
        /* font-size: 18px; */
        margin: 3px;
        cursor: pointer;
    }

    .color-box {
        gap: 0%;
    }

    .subject-text-left li {
        font-size: 0.9rem;
    }

    .shop-now-tag {
        font-size: 1rem;
    }

    .compare-icon {
        width: 42px !important;
        height: 43px !important;
        display: flex;
        justify-content: start;
    }

    .compare-heading {
        font-size: 1.4rem;
    }

    .card-compare-title-pdf {
        color: #f05969;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .secure-pdf-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-secure-pdf {
        font-size: 1rem;
    }

    .card-title-compare-book {
        color: #57baea;
        margin-bottom: 0%;
        font-size: 1.1rem !important;
        font-weight: 500;
    }

    .paper-book-compare-text li {
        font-size: 0.8rem !important;
    }

    .buy-paper-book {
        font-size: 1rem;
    }

    .card-title-compare-bundle {
        color: #9071b2;
        margin-bottom: 0%;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .bundle-compare-text li {
        font-size: 0.8rem;
    }

    .buy-bundle {
        font-size: 1rem;
    }
}

.head-quick-links {
    margin-left: 10%;
}

.mobile-tabs {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 71px;
    z-index: 20;
    background-color: white;
    /* Optional: Add background to avoid content overlap */
    transition: top 0.3s ease, position 0.3s ease;
}

/* Sticky class to manage fixed positioning */
.sticky {
    position: fixed;
    top: 71px !important;
    width: 100%;
    z-index: 20;
    transition: top 0.3s ease, position 0.3s ease;
}
.incl-taxes {
    font-size: 0.8rem;
}

.view-summary:hover {
    cursor: pointer;
    text-decoration: none !important;
    color: #000;
}

.my-cart {
    display: flex;
    justify-content: start;
    align-items: center;
}

.my-cart-section {
    padding: 1% 5%;
    padding-right: 0.5%;
}

.my-cart-checkout {
    padding: 0% 5%;
    display: flex;
    justify-content: end;
}

.bin-section img {
    width: 5%;
}

.item-info p {
    margin-bottom: 0%;
}

.product-type-cart {
    font-weight: 500;
}

.cart-book-heading {
    font-size: 1.2rem;
    font-weight: 500;
}

.sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.cart-name-price {
    font-size: 0.9rem;
}

.cart-summary {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
}

.cart-cart-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.view-summary {
    color: #666;
    text-decoration: none;
    font-size: 0.8rem;
}


.cart-details {
    display: none;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.product-list {
    background-color: #fff;
    overflow-y: auto;
    max-height: 50vh;
}

.cart-item {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.item-image {
    width: 100px;
    height: auto;
    margin-right: 15px;
}

.item-info {
    flex-grow: 1;
}

.item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.price-group {
    text-align: right;
}

.price {
    font-weight: bold;
    color: #ff5a5f;
    display: block;
}

.original-price {
    text-decoration: line-through;
    color: #999;
    font-size: 0.9em;
}

.additional-price {
    color: #666;
}

.btn-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: #ff5a5f;
    cursor: pointer;
}

.order-summary {
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
}

.order-summary-1 {
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.total {
    font-weight: bold;
    padding-top: 10px;
    margin-top: 10px;
}

.shipping-info {
    font-size: 0.9em;
    color: #666;
    margin-top: 15px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    margin-top: 5px;
    position: relative;
    cursor: pointer;
}

.checkbox-label input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.checkbox-custom {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

.card-scroll-bar::-webkit-scrollbar,
.store-promotions-scroll-bar::-webkit-scrollbar {
    width: 6px;
}

.card-scroll-bar::-webkit-scrollbar-track,
.store-promotions-scroll-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.card-scroll-bar::-webkit-scrollbar-thumb,
.store-promotions-scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.card-scroll-bar::-webkit-scrollbar-thumb:hover,
.store-promotions-scroll-bar::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.checkbox-custom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, #769dc3, #ca6c80);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.checkbox-custom::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transition: transform 0.2s ease;
}

.custom-checkbox:checked+.checkbox-custom::before {
    opacity: 1;
}

.custom-checkbox:checked+.checkbox-custom::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.checkbox-text {
    margin-left: 8px;
    color: #666;
    font-weight: normal;
}

.custom-checkbox:checked+.checkbox-custom+.checkbox-text {
    font-weight: bold;
    color: black;
}

.additional-price {
    color: #666;
}

.custom-checkbox:checked+.checkbox-custom+.checkbox-text+.col-md-6 .additional-price {
    color: #ff5a5f;
}

@media (max-width: 768px) {

    .cart-cart-title {
        font-weight: bold;
        font-size: 0.9rem;
    }

    .my-cart-section {
        padding: 1% 6%;
        padding-right: 2%;
    }

    .view-summary {
        font-size: 0.6rem;
    }

    .my-cart-checkout {
        padding: 1% 1%;
    }

    .cart-checkout-section {
        display: flex !important;
        justify-content: space-between !important;
    }

    .additional-and-price {
        display: flex;
        justify-content: space-between;
    }

    .incl-taxes {
        font-size: 0.7rem;
    }

    .product-list {
        background-color: #fff;
        overflow-y: auto;
        max-height: 40vh;
    }

    .item-image {
        width: 100px;
        height: auto;
        margin-right: 15px;
        object-fit: contain;
    }

    .cart-book-heading {
        font-size: 1rem;
        font-weight: 500;
    }

    .original-price {
        text-decoration: line-through;
        color: #999;
        font-size: 0.9rem;
    }

    .price {
        font-weight: bold;
        color: #ff5a5f;
        display: block;
        font-size: 0.9rem;
    }

    .cart-name-price {
        font-size: 0.8rem;
    }

    .checkbox-text {
        margin-left: 8px;
        color: #666;
        font-weight: normal;
        font-size: 0.8rem;
    }

    .additional-price {
        color: #666;
        font-size: 0.8rem;
    }

    .summary-item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
}
.card-container {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    /* white-space: nowrap; */
}

.highlight-space {
    margin-left: 3rem;
    margin-top: 3rem;
}

.custom-card {
    width: 300px;
    margin-right: 15px;
    flex-shrink: 0;
    padding: 5%;
}

.card-img-container {
    width: 100%;
    /* height: 60%; */
    background-color: #ededed;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 5% 15%;
}

.card-img-top {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.custom-card-body {
    padding: 20px;
}

.custom-card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.custom-card-text {
    font-size: 1rem;
    font-weight: 500;
    min-height: 48px;
}

.card-img-container-1 {
    background-color: #ededed;
}

.sample {
    display: flex;
    justify-content: center;
}


.color-box {
    gap: 2%;
}

.boxMobile {
    width: 20px;
    height: 20px;
    display: flex;
    color: white;
    cursor: pointer;
}

.boxMobile-1 {
    background-color: #0197b2;
}

.boxMobile-2 {
    background-color:
        #e20c20;
}

.boxMobile-3 {
    background-color: #eaa327;
}

.boxMobile-4 {
    background-color: #88ca5d;
}


.highlighted {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1.2px #000;
}

.count-display {
    font-weight: 500;
}
.over {
    position: absolute;
    z-index: 1;
}