/* ==========================================================================
   Course page — extracted from course/index.blade.php + premium landing polish
   ========================================================================== */

            fill: #ffffff;
            width: 10px;
            text-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
        }

        .blink {
            animation: blinker 0.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;
        }
        @keyframes blinker {
            from { opacity: 1; }
            to { opacity: 0; }
        }
         .slider-inner {
    min-height: 400px;
    padding: 70px 120px
}

.ot-banner-img-1 {
    background-size: cover;
    background-position: center center;
    border-radius: 8px
}

.slider-inner .banner-text {
    max-width: 600px;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .slider-inner {
        padding:60px 47px
    }
}

@media(max-width: 767px) {
    .slider-inner {
        padding:70px 25px;
        min-height: auto
    }
}

.slider-inner .banner-text {
    max-width: 600px
}

.slider-inner .banner-text .title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px
}

.slider-inner .banner-text .pera {
    font-size: 16px;
    margin-bottom: 30px
}

.line-clamp-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

 .swiper-btn {
    /*opacity: 0;
    visibility: hidden;*/
    -webkit-transition: .4s;
    transition: .4s;
    width: 30px;
    height: 30px;
    background: var(--white);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,.11);
    box-shadow: 0 4px 32px rgba(0,0,0,.11);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--ot-primary);
    top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
        padding: 5px;
}

.swiper-btn.swiper-button-next {
    right: 6px;
}


.swiper-btn.swiper-button-prev {
    left: 6px;
    right:auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "" !important;
}


.swiper {
        margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-slide {
    text-align:center;
}

.course-description ul li{
  list-style: none !important;
  list-style-position: inside !important;
}

.course-description ol li{
  list-style: none !important;
  list-style-position: inside !important;
}

.course-description ol li p,
.course-description ul li p ,
.course-description ol li span ,
.course-description ul li span{
    display:inline-block;
}

.course-description p {
    margin-bottom:1.5em;
}

/* Reviews and Testimonials Sections Styling */
.reviews-section-wrapper,
.testimonials-section-wrapper {
    padding: 40px 0;
}

.reviews-container,
.testimonials-container {
    background: #E0F2F7;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    max-width: 1000px;
    margin: 0 auto;
}

.review-box,
.testimonial-box {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin: 15px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(224, 242, 247, 0.5);
}

.review-box:hover,
.testimonial-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.review-header,
.testimonial-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E0F2F7;
}

.review-author-name,
.testimonial-author-name {
    color: #1f3b64;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

.review-content,
.testimonial-content {
    position: relative;
}

.review-text,
.testimonial-text {
    color: #2c3e50;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    text-align: right;
    font-weight: 400;
}

.no-data-box {
    background: #fff;
    border-radius: 15px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border: 1px solid rgba(224, 242, 247, 0.5);
}

.no-data-text {
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 768px) {
    .reviews-container,
    .testimonials-container {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .review-box,
    .testimonial-box {
        padding: 20px;
    }
    
    .review-author-name,
    .testimonial-author-name {
        font-size: 18px;
    }
    
    .review-text,
    .testimonial-text {
        font-size: 15px;
    }
}

    


        @media screen and (max-width: 991px) {
            .mobile-sidebar{
                display: block!important;
                /*margin-top: 250px!important;*/
            }
            .desktop-sec{
                display: none;
            }
            .course-body-on-cover{
                background: #1f3b64;
                padding: 10px;
                border-radius: 10px;
                margin-top: 10px;
            }
        }
    


                       .who-we-offer-section {
                           position: relative;
                           padding: 40px 0;
                           background: #fff;
                       }
                       
                       .offer-box:hover {
                           transform: translateY(-8px);
                           box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
                       }
                       
                       @media (max-width: 768px) {
                           .who-we-offer-section {
                               padding: 30px 0;
                           }
                           
                           .who-we-offer-section h2 {
                               font-size: 24px !important;
                               margin-bottom: 30px !important;
                           }
                           
                           .offer-box {
                               padding: 25px !important;
                               margin-bottom: 20px !important;
                           }
                           
                           .offer-icon-wrapper {
                               width: 120px !important;
                               height: 120px !important;
                           }
                           
                           .offer-box h3 {
                               font-size: 18px !important;
                           }
                           
                           .offer-box p {
                               font-size: 14px !important;
                           }
                       }
                   


                        .academy-contains-section {
                            position: relative;
                            padding: 40px 0;
                            background: #f8f9fa;
                        }
                        
                        .academy-box:hover {
                            transform: translateY(-10px);
                            box-shadow: 0 10px 30px rgba(0,0,0,0.15) !important;
                        }
                        
                        .dotted-line-left,
                        .dotted-line-right {
                            display: none;
                        }
                        
                        @media (min-width: 992px) {
                            .dotted-line-left,
                            .dotted-line-right {
                                display: block;
                            }
                        }
                        
                        @media (max-width: 768px) {
                            .academy-contains-section {
                                padding: 30px 0;
                            }
                            
                            .academy-contains-section h2 {
                                font-size: 24px !important;
                                margin-bottom: 30px !important;
                            }
                            
                            .academy-box {
                                padding: 25px !important;
                                margin-bottom: 20px !important;
                            }
                            
                            .academy-icon {
                                width: 100px !important;
                                height: 100px !important;
                            }
                            
                            .academy-icon i {
                                width: 50px !important;
                                height: 50px !important;
                            }
                            
                            .academy-box h3 {
                                font-size: 20px !important;
                            }
                            
                            .academy-box p {
                                font-size: 14px !important;
                            }
                        }
                    


                        .instructor-section-wrapper {
                            position: relative;
                            padding: 20px 0;
                        }
                        
                        .wave-pattern-top,
                        .wave-pattern-bottom {
                            width: 100%;
                            overflow: hidden;
                        }
                        
                        .instructor-card {
                            transition: transform 0.3s ease, box-shadow 0.3s ease;
                        }
                        
                        .instructor-card:hover {
                            transform: translateY(-5px);
                            box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
                        }
                        
                        @media (max-width: 768px) {
                            .instructor-card {
                                padding: 25px !important;
                                border-radius: 15px !important;
                            }
                            
                            .instructor-name {
                                font-size: 20px !important;
                            }
                            
                            .instructor-title {
                                font-size: 16px !important;
                            }
                            
                            .instructor-bio {
                                font-size: 14px !important;
                            }
                            
                            .instructor-photo-wrapper img {
                                width: 150px !important;
                                height: 150px !important;
                            }
                        }
                    


                            .suggested-courses-section {
                                padding: 20px 0;
                                margin-top: 40px;
                            }

                            .suggested-courses-section h2 {
                                margin-bottom: 30px;
                                font-size: 24px;
                            }

                            @media (max-width: 768px) {
                                .suggested-courses-section {
                                    padding: 15px 0;
                                    margin-top: 30px;
                                }

                                .suggested-courses-section h2 {
                                    font-size: 20px;
                                    margin-bottom: 20px;
                                }
                            }
                        

/* ----- Premium landing (IMT) ----- */
body.premium-inner-site .premium-course-landing-hero {
    background: linear-gradient(
        145deg,
        rgba(15, 32, 68, 0.97) 0%,
        rgba(26, 54, 96, 0.92) 45%,
        rgba(87, 134, 199, 0.55) 100%
    );
    border-radius: 0 0 clamp(28px, 4vw, 46px) clamp(28px, 4vw, 46px);
    margin-bottom: clamp(1rem, 3vw, 2rem);
    box-shadow: 0 28px 72px rgba(15, 32, 68, 0.12);
}

body.premium-inner-site .premium-course-landing-hero__eyebrow {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.35rem;
}

body.premium-inner-site .premium-course-landing-hero__title {
    font-size: clamp(1.55rem, 3.2vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
}

body.premium-inner-site .premium-course-landing-hero__meta {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    margin-top: 0.75rem;
}

body.premium-inner-site .premium-course-landing-hero__meta a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.premium-inner-site .premium-course-landing-hero__thumb {
    border: 1px solid rgba(255, 255, 255, 0.22);
    aspect-ratio: 16 / 10;
}

body.premium-inner-site .premium-course-faq__item {
    border-radius: clamp(18px, 2vw, 24px) !important;
    border-color: rgba(15, 32, 68, 0.08) !important;
}

@media (max-width: 991px) {
    body.premium-inner-site .show_cart_in_mobile {
        display: block !important;
        position: fixed;
        width: 100%;
        max-width: 100vw;
        z-index: 10000;
        margin: 0;
        background: rgba(252, 253, 255, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
        border: none;
        border-top: 1px solid rgba(15, 32, 68, 0.08);
        box-shadow: 0 -12px 40px rgba(15, 32, 68, 0.12);
        inset-inline: 0;
        bottom: 0;
    }
}

