.doubt-section {
    padding: 20px 0
}

.doubt-section .doubt-content {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease
}

.doubt-section .doubt-content:hover {
    transform: scale(1.02)
}

.doubt-icon {
    width: 42px
}

.live-icon {
    width: 70px
}

.card {
    transition: all .3s ease;
    border-radius: 12px;
    box-shadow: 4px 8px 30px #e5f1fa
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.custom-blue {
    background-color: #00327b;
    color: #fff
}

.light-bg {
    background-color: #f0f8ff
}

.bg-custom-blue {
    background-color: #00327b
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .5rem
}

.custom_unique_slider_wrapper,
.cust_second_slider_wrapper,
.cust_third_slider_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth
}

.custom_unique_slider_container,
.cust_second_slider_container,
.cust_third_slider_container {
    width: 100%;
    overflow: hidden
}

.custom_unique_slider_track,
.cust_second_slider_track,
.cust_third_slider_track {
    display: flex;
    transition: transform .5s ease-in-out;
    gap: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden
}

.custom_unique_slide,
.cust_second_slide,
.cust_third_slide {
    flex: 0 0 calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
    transition: all .3s ease
}

.custom_unique_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.custom_unique_slider_dots,
.cust_second_slider_dots,
.cust_third_slider_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.custom_unique_dot,
.cust_second_dot,
.cust_third_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color .3s ease
}

.custom_unique_dot.active,
.cust_second_dot.active,
.cust_third_dot.active {
    background-color: #333
}

.cust_second_slide,
.cust_third_slide {
    position: relative;
    padding-top: 16.25%;
    width: 100%;
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 20px
}

.cust_second_slide iframe,
.cust_third_slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 8px
}

.slide {
    min-width: 100%;
    padding: 20px
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 90%
}

.video-item {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    flex: 0 0 calc(33.333% - 20px);
    margin-right: 20px
}

.video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px
}

footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6
}

.qr-code {
    width: 160px;
    height: auto;
    border-radius: 8px;
    transition: transform .3s ease
}

.qr-code:hover {
    transform: scale(1.05)
}

.store-badge {
    width: 160px;
    height: auto;
    border-radius: 2px;
    transition: transform .3s ease
}

.store-link:hover .store-badge {
    transform: scale(1.05)
}

.download-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-top: .5rem
}

.w-64-ic {
    width: 42px
}

.news-disp {
    height: 454px;
    overflow-y: auto;
    scrollbar-width: thin
}

.smcard {
    margin: auto;
    text-align: center
}

.w-cardsm {
    width: 300px;
    border-radius: 12px;
    box-shadow: 4px 8px 30px #e5f1fa
}

.head-color {
    color: #004aa2;
    font-size: 34px
}

.card_booklet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    align-items: center
}

.btn-booklet {
    text-align: center;
    width: 88%;
    display: block;
    margin: auto;
    margin-block: 1rem;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 28px #0b488f
}

.w-34-ic {
    width: 38px
}

.vcol {
    height: 320px
}

.img-booklet {
    width: 23rem
}

.booklet-img-btm {
    width: 90%;
    height: 8px;
    background-color: silver;
    margin: auto;
    border-bottom-left-radius: 46px;
    border-bottom-right-radius: 46px;
    box-shadow: 0 2px 20px #fff
}

.card-img-top {
    box-shadow: 0 0 4px #878787
}

@media (max-width:1399px) {
    .news-disp {
        height: 408px
    }

    .card-body.p-5 {
        padding: 2rem !important
    }

    .w-cardsm {
        width: 260px !important
    }

    .img-booklet {
        width: 16rem !important
    }

    .card_booklet {
        gap: 2.2rem !important
    }
}

@media (max-width:1199px) {
    .news-disp {
        height: 364px
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        width: 100% !important
    }
}

@media (max-width:991px) {

    h3.h5,
    h3,
    h2.h3,
    .fs-5 {
        font-size: 16px !important
    }

    .w-64-ic {
        width: 48px !important
    }

    h3.mb-4 {
        margin-bottom: 1rem !important
    }

    div.py-4 {
        padding-block: 1rem !important
    }

    .news-disp {
        height: 322px
    }

    .w-cardsm {
        width: 220px !important
    }

    .img-booklet {
        width: 13rem !important
    }

    .card_booklet {
        gap: 2rem !important;
        align-items: flex-start !important
    }

    .vcol {
        display: none
    }
}

@media (max-width:768px) {
    .download-container {
        padding: 0 1rem
    }

    .qr-container {
        margin-bottom: 2rem
    }

    .download-title {
        font-size: 1.5rem;
        margin-top: 1rem
    }

    .store-badge,
    .qr-code {
        width: 140px
    }

    .doubt-icon {
        width: 42px
    }

    .live-icon {
        width: 60px
    }

    .card-body.p-5 {
        padding: 1rem !important
    }

    .video-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .video-item {
        flex: 0 0 calc(50% - 20px)
    }

    .slide {
        padding: 0 !important
    }
}

@media (max-width:580px) {
    .video-item {
        flex: 0 0 calc(100% - 20px)
    }

    .video-grid {
        grid-template-columns: 1fr !important
    }
}

@media (max-width:576px) {
    .store-buttons {
        flex-direction: column;
        align-items: center
    }

    .store-badge {
        width: 180px
    }

    .smcard {
        width: 50%
    }

    .w-64-ic {
        width: 34px
    }

    .w-cardsm {
        width: 140px !important
    }

    .img-booklet {
        width: 18rem !important
    }
}

@media (max-width:1200px) {

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        flex: 0 0 calc(50% - 14px);
        min-width: calc(50% - 14px)
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        height: 250px
    }
}

@media (max-width:768px) {

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        flex: 0 0 calc(100% - 14px);
        min-width: calc(100% - 14px)
    }

    .custom_unique_slider_track,
    .cust_second_slider_track,
    .cust_third_slider_track {
        gap: 15px
    }

    .cust_second_slide,
    .cust_third_slide {
        padding-top: 0;
        margin-right: 15px
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        position: relative;
        height: 200px
    }

    .custom_unique_slider_dots,
    .cust_second_slider_dots,
    .cust_third_slider_dots {
        margin-top: 15px
    }

    .custom_unique_dot,
    .cust_second_dot,
    .cust_third_dot {
        width: 8px;
        height: 8px
    }
}

@media (max-width:576px) {
    .custom_unique_slide img {
        height: 200px;
        object-fit: cover
    }

    .cust_second_slide iframe,
    .cust_third_slide iframe {
        height: 180px
    }

    .custom_unique_slider_wrapper,
    .cust_second_slider_wrapper,
    .cust_third_slider_wrapper {
        padding: 1rem 0
    }

    .custom_unique_slider_track,
    .cust_second_slider_track,
    .cust_third_slider_track {
        gap: 10px
    }

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        margin-right: 10px
    }
}

@media (hover:none) and (pointer:coarse) {

    .custom_unique_slider_container,
    .cust_second_slider_container,
    .cust_third_slider_container {
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .custom_unique_slide,
    .cust_second_slide,
    .cust_third_slide {
        scroll-snap-align: center
    }
}

/* Specific styles for the fourth slider */
.cust_fourth_slide {
    flex: 0 0 100%; /* Takes full width */
    min-width: 100%; /* Ensures slide takes full width */
    padding: 0 10px; /* Optional padding */
}

.cust_fourth_slider_track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 0; /* Remove gap between slides */
}

.cust_fourth_slider_container {
    width: 100%;
    overflow: hidden;
}

/* Optional: If you want to center the content within the slide */
.cust_fourth_slide img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

/* Adjust dots position if needed */
.cust_fourth_slider_dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.cust_fourth_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cust_fourth_dot.active {
    background-color: #333;
}
