* {margin: 0;padding: 0;box-sizing: border-box;}
:root{
      --blue:#5b7ff9;
      --indigo:#3b5fd6;
      --bg:#dbf0fe;
      --light:#dbf0fe;
      --muted:#6b7280;
      --card:#ffffff;
      --max-w:1320px;
      --accent-line:#2f6ad1;
      --grad-start:#3b5fd6;
      --grad-end:#85a8ff;
      --pill-border: rgba(2,6,23,0.06);
      --chev-bg: rgba(91,127,249,0.08);
      --container-w:1200px;
      --card-bg: #fff;
      --radius: 28px;
    }
html {scroll-behavior: smooth;}
body {
        font-family: 'Epilogue', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 1.6;
        color: #333;
        overflow-x: hidden;
        background: #fff;
    }

h1, h2, h3, h4, h5{font-family: "Epilogue", sans-serif;}
    
.container {width:100%; max-width: 1200px; margin: 0 auto; padding: 0 2rem;}

img{max-width: 100%; height: auto; display: block;}
img[src*="assets/img/"]{max-width: 100%; height: auto; display: block;}

a.button-primary:focus {text-decoration: none !important;}

    .d-flex{display: flex;}
    .d-grid{display: grid;}
    .d-block{display: block;}

    .text-white { color: white;}
    .text-black { color: black}
    .text-center{text-align: center;}

    .space-between {justify-content: space-between;}
    .align-item-start{align-items: flex-start;}
    .align-item-center{align-items: center;}
    .align-item-end{align-items: flex-end;}
    .justify-center {justify-content: center}

    .text-uppercase{text-transform: uppercase;}

    .flex-wrap {flex-wrap: wrap}
    .direction-column {flex-direction: column}
    .direction-row {flex-direction: row}

    .relative{position: relative;}
    .absolute{position: absolute;}

    .grow-0 {flex: 0}
    .grow-1 {flex-grow: 1}
    .grow-2 {flex-grow: 2}
    .grow-3 {flex-grow: 3}

    .gap-10{gap:10px;}
    .gap-15{gap:15px;}
    .gap-20{gap:20px;}
    .gap-30{gap:30px;}
    .gap-1{gap:1rem;}
    .gap-2{gap:2rem;}
    .gap-4{gap:4rem;}

    .pb-10{padding-bottom: 10px;}
    .pb-15{padding-bottom: 15px;}

    .grid-two{ grid-template-columns: repeat(auto-fit, minmax(1fr 1fr));}
    .grid-three{ grid-template-columns: repeat(auto-fit, minmax(1fr 1fr 1fr));}
    .grid-four{ grid-template-columns:  repeat(auto-fit, minmax(1fr 1fr 1fr 1fr));}
    .grid-five{ grid-template-columns:repeat(auto-fit, minmax(1fr 1fr 1fr 1fr 1fr));}


    .btn-primary, .butn-blue{
            background: #5A70E0;
            background: linear-gradient(90deg, rgba(90, 112, 224, 1) 0%, rgba(112, 171, 251, 1) 100%);
            color: #fff;
            padding: 0.9rem 3rem 0.8rem;
            border-radius: 6px;
            border: 1px solid #5a70e0;
            font-size: 1.2rem;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 600;
        }
    .btn-primary:hover, .butn-blue:hover {
            background: #1e4080;
            color: #fff;
            transform: translateY(-3px);
        }
    .btn-second{
            background: #C9E9FD;
            background: radial-gradient(circle, rgba(201, 233, 253, 1) 0%, rgba(159, 216, 251, 1) 100%);
            color: #5a70e0;
            padding: 0.9rem 3rem 0.8rem;
            border-radius: 6px;
            border: 1px solid #C9E9FD;
            font-size: 1.2rem;
            text-decoration: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 700;
        }
 .btn-second:hover {
            background: #C9E9FD;
            transform: translateY(-3px);
        }
        /* Header Styles */
        #header {
            background: #fff;
            position: relative;
            width: 100%;
            top: 0;
            z-index: 1000;
            transition: background-color 0.5s ease;
            font-family: "Epilogue", sans-serif;
        }
        #header.header-fixed{
             background: #fff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 5px 0;
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width:1300px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 3rem;
            align-items: center;
        }

        .nav-links a {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            transition: color 0.3s ease;
            font-size: 15px;
        }

        .nav-links a:hover {
            color: #0273b0;
        }

        .contact-btn {
            background: #0273b0;
            color: white;
            padding: 0.8rem 1.5rem;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            font-weight: bold;
            transition: all 0.3s ease;
            text-transform: uppercase;
            font-size: 0.9rem;
        }

        .contact-btn:hover {
            background: #1e4080;
            transform: translateY(-2px);
        }

        .mobile-menu {
            display: none;
            cursor: pointer;
            font-size: 1.5rem;
        }

        /* Hero Section */
        .hero {
            /*background:#f8f9fd url(../img/hero-img.png) no-repeat;*/
            background:#f8f9fd url(../img/profile_hero.png) no-repeat;
            background-position: bottom 0px right 20%;
            background-size: auto;
            padding: 100px 0 100px;
            display: flex;
            align-items: center;
            min-height: 50vh;
            font-family: "Epilogue", sans-serif;
        }

        .hero-container {
            display: grid;
            grid-template-columns: 50% 1fr;
            gap: 4rem;
            align-items: center;
        }

        .hero-content h1 {
            font-size: 40px;
            line-height: 1.2;
            margin-bottom: 2.5rem;
            color: #333;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }
        .hero-content h1 span{ color:#5a70e0 }

        .hero-content h2{ font-size: 34px; color:#333333; text-transform:uppercase; }
        .hero-content h2 span{ font-size: 36px; color:#5a70e0; font-weight:800 }




 .wrap{max-width:var(--max-w);margin:0 auto;padding:0 16px}

    /* ---------- Counselling CTA ---------- */
    .counsel-cta{background:var(--bg);border:3px solid rgba(160,216,251,0.9);position:relative;z-index: 9; padding:30px 16px 10px;text-align:center; margin-top: -30px; margin-bottom: 50px;}
    .counsel-cta .title{font-size:28px;font-weight:800;margin-bottom:6px}
    .counsel-cta .subtitle{font-size:20px;color:#111827;margin-bottom:20px; font-weight: 600}
    .counsel-cta .highlight{color:var(--indigo);font-weight:800}
    .cform{max-width:900px;margin:0 auto;text-align:left; padding: 0 15px;}
    .cform .row{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:30px}
    .cform input,.cform textarea{flex:1;padding:12px;border-radius:6px;border:1px solid #ddd;font-size:14px;border-left:4px solid var(--accent-line);outline:none;background:#fff;color:#0b1220}
    .cform textarea{resize:vertical;min-height:60px;flex:1 1 100%; font-family: "Epilogue", sans-serif;}


    /* ---------- Stats Section ---------- */
    .stats-section{background:linear-gradient(90deg,var(--indigo),var(--blue));color:#fff;padding:60px 16px 0;text-align:center; border-top: 10px solid #cad2f5; border-bottom: 10px solid #cad2f5}
    .stats-section .heading{font-size:24px;margin-bottom:36px;font-weight:600}
    .stats-row{display:flex;justify-content:center;flex-wrap:wrap;gap:4rem;margin-bottom:30px}
    .stat-box{text-align:left;min-width:160px;display:flex;justify-content:center; gap: 1rem}
    .stat-box h3{font-size:22px;font-weight:700;}
    .stat-box p{font-size:16px;color:rgba(255,255,255,0.95)}
    .tagline{background:var(--light);color:#000;display:inline-block;padding:10px 20px;border-radius:6px 6px 0 0;font-weight:600;font-size:18px; text-transform: uppercase;}

    /* ---------- Free Courses Section ---------- */
    .courses-section{padding:20px 16px 60px;text-align:center}
    .section-title{color:var(--indigo);font-size:30px;font-weight:700;margin-bottom:28px}
    .cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
    .course-card{background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:12px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,0.05);display:flex;flex-direction:column}
    .card-thumb img{width:100%; height:172px;object-fit:cover}
    .card-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}
    .course-title{font-size:15px;font-weight:700;text-align:left}
    .course-title .muted{display:block;color:var(--muted);font-weight:600;font-size:14px;}
    .rating{color:#f59e0b;font-size:18px;text-align:left}
    .divider{height:1px;background:#e5eaf5;margin:2px 0}
    .card-footer{
        text-align:left;
        padding: 0 !important;
        background-color: transparent !important;
        border-top: none !important;
    }
    .pill{background:linear-gradient(90deg,var(--blue),var(--indigo));color:#fff;border:none;padding:6px 16px;border-radius:20px;font-weight:700;font-size:13px;cursor:pointer}
    .cta-block{margin-top:40px}
    .cta-text{color:var(--indigo);font-weight:800;margin-bottom:16px; font-size: 24px}
    .cta-btn{display:inline-block;padding:0.7rem 3rem 0.6rem;font-weight:700;text-decoration:none}

    /* ========================== Questions  =============================== */
    .faq-cta { background: #fbfcfe; padding: 60px 16px; text-align: center;}
    .faq-title { font-size: 30px; font-weight: 800; color: var(--indigo); margin-bottom: 28px;}
    .questions { display: flex; flex-direction: column; align-items: center; gap: 14px; margin: 0 auto 30px; max-width: 760px;}
    .q { background: #eaeefd; padding: 12px 18px; font-size: 18px; border-radius: 6px; box-shadow: 0 6px 18px #fff; width: auto; display: inline-block; font-weight: 700; color: #0b1220;}
    .lead { margin: 8px 0 0; font-weight: 700;}
    .lead.small {padding-bottom: 5px;}
    .lead.highlight { color: var(--indigo); font-size: 18px; font-weight: 800; margin-top: 0; padding-bottom: 15px;}

    /* ========== FAQ Accordion (merged exact styles) ========== */
    .faq-wrap{padding:48px 16px}
    .faq-heading{max-width:var(--max-w);margin:0 auto 18px;text-align:center;font-weight:800;font-size:30px}
    .faq-heading .accent{color:var(--indigo)}
    .accordion{display:flex;flex-direction:column;gap:18px;max-width:var(--max-w);margin:24px auto 0}
    .acc-item{background:var(--card-bg);border-radius:28px;border:1px solid var(--pill-border);overflow:visible;box-shadow: 0 6px 18px rgba(15,23,42,0.03)}
    .acc-trigger{display:flex;align-items:center;gap:20px;width:100%;padding:14px 16px;background:transparent;border:0;cursor:pointer;text-align:left;border-radius:28px}
    .acc-trigger:focus{outline:3px solid rgba(91,127,249,0.18)}
    .acc-left{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}
    .acc-q{font-weight:700;font-size:20px;line-height:1.1}
    .acc-chevron{flex:0 0 46px;height:46px;border-radius:50%;display:inline-grid;place-items:center;background:var(--chev-bg);margin-left:auto;transition:transform .28s ease, background .28s ease}
    .acc-chevron svg{width:18px;height:18px;display:block;fill:none;stroke:var(--indigo);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
    .acc-item.expanded{border-color: rgba(91,127,249,0.25);box-shadow: 0 14px 36px rgba(15,23,42,0.08)}
    .acc-item.expanded .acc-chevron{transform:rotate(180deg);background:linear-gradient(90deg,var(--blue),var(--indigo))}
    .acc-item.expanded .acc-chevron svg{stroke:#fff}
    .acc-content{padding:0 22px;color:var(--muted);font-size:16px; font-weight: 500; line-height:1.6;max-height:0;overflow:hidden;transition:max-height .28s ease, opacity .28s ease, margin .28s ease;opacity:0;margin-top:0}
    .acc-item.expanded .acc-content{opacity:1;margin-top:0px; margin-bottom: 20px; max-height:600px}
    .acc-divider{height:1px;background:linear-gradient(90deg,rgba(15,23,42,0.03),rgba(15,23,42,0.06));margin:6px 0 0;border-radius:2px}

    /* ---------- Our Courses (batch) ---------- */
    .courses-list{padding:60px 0;text-align:center}
    .section-heading{color:var(--indigo);font-weight:800;font-size:30px;margin-bottom:28px}
    .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
    .card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 18px rgba(16,24,40,0.06);border:1px solid rgba(0,0,0,0.04);display:flex;flex-direction:column}
    .thumb{position:relative;width:100%;height:160px}
    .thumb img{width:100%;height:100%;object-fit:cover}
    /*.meta{position:absolute;left:12px;right:12px;bottom:10px;display:flex;justify-content:space-between;color:#fff;font-weight:600;text-shadow:0 2px 6px rgba(0,0,0,0.45);font-size:13px}*/
    .card-body{padding:14px;display:flex;flex-direction:column;gap:10px}
    .card-title{font-size:15px;line-height:1.2;font-weight:700;text-align:left}
    .card-desc{font-size:13px;color:var(--muted);text-align:left}

    /* ---------- Testimonials ---------- */

  /* ---------- Testimonials ---------- */
  .testimonials-section{background:#f6fbff;padding:48px 0;text-align:center}
  .testimonials-section .section-heading{font-size:30px;font-weight:700;margin-bottom:22px;color:#0b1220}
  .testimonials-section .section-heading span{ color:var(--blue); }
  .testimonials-viewport{ max-width:1100px; margin:0 auto; position:relative; display:flex; align-items:center; gap:8px; padding:8px;}
  .carousel-btn{ background:transparent; border:1px solid rgba(15,23,42,0.06); width:44px;height:44px;border-radius:8px; font-size:18px;cursor:pointer; display:flex;
    align-items:center;justify-content:center; box-shadow:0 6px 18px rgba(59,95,214,0.03); position: absolute; bottom: -50px;
    }
  .carousel-btn.next{right: 0}
  .carousel-btn:focus{outline:3px solid rgba(59,95,214,0.12)}
  .testimonials-track{ overflow:hidden; flex:1 1 auto; display:flex; align-items:center; gap:8px; padding:18px 12px; scroll-behavior:smooth;}
  .testimonials-track:focus { outline: none;}
  .test-card{
    width:100%;
    max-width:320px;
    min-width:240px; /* ensures a consistent size on small screens */
    background:var(--card);
    border-radius:12px;
    padding:20px;
    box-shadow:0 8px 15px rgba(15,23,42,0.08);
    border:1px solid rgba(15,23,42,0.04);
    display:flex;
    flex-direction:column;
    gap:12px;
    position:relative;
    transform-origin:center center;
    transition:transform .32s cubic-bezier(.2,.9,.2,1), box-shadow .32s;
  }

  .card-head{display:flex;align-items:center;gap:12px}
  .avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(180deg,#fff,#f0f6ff);border:8px solid rgba(15,23,42,0.03);box-shadow:0 6px 18px rgba(59,95,214,0.06);flex:0 0 48px}
  .name{font-size:16px;font-weight:800;color:#333;margin:0}
  .separator{height:1px;background:linear-gradient(90deg,rgba(15,23,42,0.05),rgba(15,23,42,0.06));margin:6px 0;width:100%;opacity:1}
  .text{color:var(--muted);font-size:14px;line-height:1.6;margin:0}

  /* Active (center) slide — bigger */
  .test-card.active{ transform:translateY(-18px) scale(1.06); z-index:3; max-width:420px; min-width:320px; box-shadow:0 8px 20px rgba(15,23,42,0.12);}
  .test-card.active .name{ font-size:18px; color: #111827}
  .test-card.active .text{ font-size:15px; color:#333 }

  /* Slightly de-emphasize side slides */
  .test-card:not(.active){ opacity:0.95; filter:grayscale(0.01);}

  /* Dots */
  .carousel-dots{margin-top:18px;display:flex;gap:8px;justify-content:center;align-items:center}
  .carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(15,23,42,0.08);cursor:pointer;border:0}
  .carousel-dot.active{background:var(--blue);transform:scale(1.1)}

  

    /* ------------ Why ----------------- */
    .why-section{padding:48px 0 45px; background: #fff;  text-align:center;}
    .why-title{ font-size:30px; font-weight:800; margin:0 0 26px;}
    .why-accent{ color:var(--blue); }
      /* grid */
    .why-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px; align-items:stretch; max-width:1100px; margin: 0 auto 28px;  }
    .why-card{ background:#f3faff; position: relative; padding:20px; display:flex; gap:12px; align-items:center; min-height:110px; box-shadow: 0 6px 18px rgba(15,23,42,0.04); border:1px solid rgba(15,23,42,0.03); }
    .why-icon{ width:56px; height:56px; min-width:56px; border-radius:80px; background: linear-gradient(180deg,#ffffff,#e6f0ff); display:grid; place-items:center; font-size:22px; color:var(--indigo); box-shadow: 0 6px 18px rgba(59,95,214,0.06); }
    .why-text{text-align:left; font-weight:700;color:var(--indigo); font-size:14px; line-height:1.15; margin:0; text-transform: uppercase;}
    .why-text strong{ display:block; font-weight:800; margin-top:6px; color:var(--indigo); }
    .exclusive{ position:absolute; z-index:1; left:0; top:0; }
    .why-register{ font-weight:700; color:#000; margin:0 0 14px; font-size:24px;}

    /* ---------- Money Back ---------- */
    .moneyback-section{background: linear-gradient(90deg,var(--grad-start),var(--grad-end));color:#fff;padding:40px 0;text-align:center; border-top: 10px solid #cad2f5; border-bottom: 10px solid #cad2f5}
    .moneyback-section .container{max-width:var(--max-w);margin:0 auto;}
    .mb-heading{font-size:26px; font-weight: 600; margin:6px 0 22px}
    .mb-heading strong{font-weight:800;}
    .benefits{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;margin-bottom:30px}
    .benefit{display:flex;align-items:center;gap:14px;background: #CAE9FD; background: radial-gradient(circle, rgba(202, 233, 253, 1) 0%, rgba(160, 216, 251, 1) 100%);border-radius:36px;padding:6px 20px 6px 6px;min-width:220px}
    .benefit-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50% !important;background:#fff;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1)}
    .benefit-icon img{width:32px;height:32px;object-fit:contain;border-radius:50% !important;display:block;margin:0;padding:0;border:none;outline:none;position:relative;top:0;left:0;background:transparent !important}
    
    .page-title{background: #f8f9fd; padding: 50px 0}
    .page-title h1 {
        font-size: 40px;
        line-height: 1.2;
        color: #5a70e0;
        font-weight: 800;
        letter-spacing: 1.5px;
    }

    .middle-sec{padding: 4rem 0}
    .middle-sec p{margin-bottom: 20px;}
    .middle-sec ol, .middle-sec ul { padding-left: 20px;}
    .middle-sec li{padding-bottom: 8px;}

    /* Force round styling for money back guarantee icons */
    .moneyback-section .benefit-icon,
    .moneyback-section .benefit-icon img {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
    }
    
    .copyright-manu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #ccc;
        padding-top: 25px;
    }
    .copyright-manu .all-manu {
        font-size: 14px;
        font-weight: 400;
        display: flex;
        gap: 10px;
    }
    .all-manu a{color:var(--muted);; text-decoration: none;}
   .all-manu a:hover{color: var(--indigo); text-decoration: underline;}
    /* Ensure transparent backgrounds for all guarantee icons */
    .moneyback-section .benefit-icon img,
    .benefits .benefit .benefit-icon img {
        background: transparent !important;
        background-color: transparent !important;
        -webkit-background-color: transparent !important;
        -moz-background-color: transparent !important;
    }
    
    /* Additional round styling for guarantee section */
    .benefits .benefit .benefit-icon {
        border-radius: 50% !important;
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .benefits .benefit .benefit-icon img {
        border-radius: 50% !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        max-width: 32px !important;
        max-height: 32px !important;
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
        background: transparent !important;
    }
    
    /* Ultra-specific round styling to override any conflicting styles */
    .moneyback-section .benefits .benefit .benefit-icon {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .moneyback-section .benefits .benefit .benefit-icon img {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -o-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        clip-path: circle(50%);
        object-fit: contain !important;
        display: block !important;
        margin: 0 auto !important;
        width: 32px !important;
        height: 32px !important;
        background: transparent !important;
    }
    .benefit-text{color:#06102a;font-weight:700;font-size:18px}
    .mb-sub{margin:18px 0 20px;font-size:16px;font-weight:600}


    footer{padding:24px 16px;text-align:center;color:#94a3b8;font-size:14px}


  /* ================================= */
  /* #kKKK ---------- Contact Page ---------- */
  /* ================================= */
  
  /* Contact Info Section */
  .contact-info-section {
    margin-bottom: 40px;
  }
  
  .contact-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .contact-info-card {
    background: linear-gradient(135deg, #f8f9fd 0%, #e3f2fd 100%);
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(91, 127, 249, 0.1);
    border: 2px solid rgba(91, 127, 249, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--indigo));
  }
  
  .contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(91, 127, 249, 0.15);
    border-color: var(--blue);
  }
  
  .contact-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--blue), var(--indigo));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: white;
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(91, 127, 249, 0.3);
  }
  
  .contact-info-card h3 {
    color: var(--indigo);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .contact-info-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
  }
  
  /* Contact Form Section */
  .contact-form-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fd 100%);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(91, 127, 249, 0.1);
    position: relative;
    overflow: hidden;
  }
  
  .contact-form-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--indigo));
  }
  
  .form-header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .form-header h2 {
    color: var(--indigo);
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .form-header p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
  }
  
  .contact-form {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: var(--indigo);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 15px;
    font-family: 'Epilogue', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
    color: #333;
  }
  
  .form-group input:focus,
  .form-group textarea:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(91, 127, 249, 0.1);
    transform: translateY(-1px);
  }
  
  .form-group input::placeholder,
  .form-group textarea::placeholder {
    color: #999;
    font-style: italic;
  }
  
  .form-group textarea {
    resize: vertical;
    min-height: 100px;
  }
  
  .submit-btn {
    background: linear-gradient(135deg, var(--blue), var(--indigo));
    color: white;
    padding: 15px 35px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 5px 20px rgba(91, 127, 249, 0.3);
  }
  
  .submit-btn:hover {
    background: linear-gradient(135deg, var(--indigo), var(--blue));
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(91, 127, 249, 0.4);
  }
  
  .submit-btn:active {
    transform: translateY(-1px);
  }
  
  .submit-btn i {
    font-size: 14px;
  }
  


  /* color */
  .text-red{color: red;}
  .text-12{font-size: 12px;}

  /* ================================= */
   /* ---------- Toast Notifications ---------- */
   .toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
  }
  
  .toast {
    background: #28a745;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    min-width: 300px;
    max-width: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    transform: translateX(0);
    animation: slideInRight 0.3s ease-out;
  }
  
  .toast-content {
    display: flex;
    align-items: center;
    flex: 1;
  }
  
  .toast-message {
    flex: 1;
    font-weight: 500;
  }
  
  @keyframes slideInRight {
    from {
      transform: translateX(100%);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes slideOutRight {
    from {
      transform: translateX(0);
      opacity: 1;
    }
    to {
      transform: translateX(100%);
      opacity: 0;
    }
  }
  
  .toast.hide {
    animation: slideOutRight 0.3s ease-in forwards;
  }
  /* end toast notification */

  /*end #KKK ================================= */


  /* home page css */

  /* Empty State Styles */
  .empty-state-full {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 30px;
      max-width: 800px;
      margin: 20px auto;
      background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border: 1px solid #e2e8f0;
  }
  
  .empty-state-icon {
      margin-bottom: 20px;
      opacity: 0.8;
  }
  
  .empty-state-title {
      font-size: 22px;
      font-weight: 600;
      color: #1e293b;
      margin-bottom: 10px;
      line-height: 1.3;
  }
  
  .empty-state-message {
      font-size: 15px;
      color: #64748b;
      line-height: 1.6;
      max-width: 500px;
      margin-bottom: 24px;
  }
  
  .empty-state-cta {
      margin-top: 12px;
  }
  
  .empty-state-cta .btn-secondary {
      background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: 500;
      font-size: 14px;
      cursor: pointer;
      transition: all 0.3s ease;
      text-decoration: none;
      display: inline-block;
  }
  
  .empty-state-cta .btn-secondary:hover {
      background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
      transform: translateY(-1px);
      box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  }
  
  .empty-state-cta .btn-secondary:active {
      transform: translateY(0);
  }
  .empty-state {
        text-align: center;
        padding: 3rem 0;
        color: #6c757d;
    }

    .empty-state h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        color: #1f2937;
    }
  /* Error message positioning */
  .row {
      position: relative;
  }
  
  .error-message {
      color: #dc2626;
      font-size: 12px;
      font-weight: 500;
      margin-top: 4px;
      line-height: 1.2;
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
  }
  
  #nameError {
      left: 0;
      right: 50%;
      width: auto;
  }
  
  #contactError {
      left: 50%;
      right: 0;
      width: auto;
  }
  
  .row {
      margin-bottom: 30px;
  }

  /* Course Cards Layout */
  .courses-grid {
      display: grid;
      grid-template-columns:  repeat(3, 1fr);
      gap: 25px;
      margin-top: 40px;
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
  }
 /* Batches section */
    .batches-section {
        margin-bottom: 3rem;
    }
    .batches-header{display: flex; justify-content: space-between;}

    .batches-section h2 {
        font-size: 2rem;
        font-weight: bold;
        color: #1f2937;
        margin-bottom: 1.5rem;
    }

    /* Force 3-column grid layout for batches */
    .batches-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-bottom: 30px;
    }
    .batch-item { display: flex; flex-direction: column; }

    @media (max-width: 992px) {
        .batches-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 768px) {
        .batches-grid { grid-template-columns: 1fr; }
    }


  /* Better responsive grid for different screen sizes */
  @media (min-width: 768px) {
      .courses-grid { grid-template-columns: repeat(2, 1fr); }
  }

  @media (min-width: 1024px) {
      .courses-grid { grid-template-columns: repeat(3, 1fr); }
  }

  @media (min-width: 1200px) {
      .courses-grid { grid-template-columns: repeat(3, 1fr); gap: 20px;}
  }

  @media (min-width: 1400px) {
      .courses-grid { grid-template-columns: repeat(3, 1fr); gap: 25px; }
  }

  /* Specific styling for 4-card layout */
  @media (min-width: 1200px) {
      .course-title { font-size: 16px; line-height: 1.4; }
      .course-meta { font-size: 13px; }
      .badge { padding: 2px 4px; font-size: 8px; }
      .whatsapp-icon { font-size: 10px; }
      .pricing-section .current-price { font-size: 18px; }
      .pricing-section .original-price { font-size: 14px; }
      .pricing-section .price-note { font-size: 9px; }
      .discount-badge { font-size: 9px; padding: 3px 6px; }
      .btn-explore, .btn-buy { padding: 8px 10px; font-size: 11px; }
  }

  .course-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
  }

  .course-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: #dee2e6;
  }

  /* Course Banner */
  .course-banner {
      position: relative;
      background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      color: white;
      min-height: 350px;
      height: 350px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .overlap-icon{position: absolute; top: 0; right: 0; background: #000; border-radius: 10px; width: 40px; height: 40px; z-index: 1; justify-content: center; align-items: center; display: flex;}

  .course-thumbnail {
      width: 100%;
      height: 100%;
      min-height: 300px;
      object-fit: cover;
      border-radius: 8px;
  }

  .online-tag {
      position: absolute;
      top: 15px;
      left: 15px;
      background: #5a70e0;
      color: white;
      padding: 4px 12px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 600;
  }

  .banner-content {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      height: 100%;
      margin-top: 0;
  }

  .banner-left {
      flex: 1;
      height: 100%;
  }

  .course-title-large {
      font-size: 28px;
      font-weight: 700;
      color: #fbbf24;
      margin-bottom: 8px;
      line-height: 1.2;
  }
.course-date-range{font-size: 14px; color: #666; text-align: left;}
  .course-subtitle {
      background: #dc2626;
      color: white;
      padding: 6px 12px;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 20px;
  }

  .features-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      margin-bottom: 20px;
  }

  .feature-item {
      background: white;
      color: #000;
      padding: 8px 12px;
      border-radius: 4px;
      font-size: 12px;
      font-weight: 600;
      text-align: center;
  }

  .price-tag {
      background: #dc2626;
      border-radius: 20px;
      padding: 12px 20px;
      text-align: center;
      margin-top: auto;
  }

  .original-price {
      text-decoration: line-through;
      font-size: 14px;
      opacity: 0.8;
  }

  .price-tag .current-price {
      font-size: 24px;
      font-weight: 700;
      margin: 4px 0;
  }

  .price-note {
      font-size: 12px;
      opacity: 0.9;
  }

  .banner-right {
      flex-shrink: 0;
  }

  .instructor-photo img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
  }

  /* Course Details */

  /* Breadcrumb container */

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  font-size: 15px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #6b7280; /* gray-500 */
  font-weight: 500;
}
.breadcrumb-item a {
  color: #000; /* indigo-600 */
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}

.breadcrumb-item a:hover {
  color: #3730a3; /* darker indigo */
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #9ca3af; /* light gray */
  font-weight: 600;
  margin: 0 6px 0 0;
}

.breadcrumb-item.active {
  color: #111827; /* text-gray-900 */
  cursor: default;
  pointer-events: none;
}


.detail-hero{ position:relative; }
.detail-hero-back{bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.detail-hero-back img{ 
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
  .course-details {
      padding: 15px;
      flex: 1;
      display: flex;
      flex-direction: column;
      background: transparent;
  }

  .course-header {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 15px;
  }

  .course-title {
      font-size: 20px;
      font-weight: 700;
      color: #1f2937;
      margin: 0;
  }

  .course-badges {
      display: flex;
      align-items: center;
      gap: 4px;
      flex-wrap: nowrap;
      overflow: hidden;
  }

  .badge {
      padding: 3px 6px;
      border-radius: 3px;
      font-size: 9px;
      font-weight: 600;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 1px;
      flex-shrink: 0;
  }

  .badge.new {
      background: #f59e0b;
      color: white;
  }

  .badge.language {
      background: #e5e7eb;
      color: #374151;
  }
   .mail-icon{background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
        color: #fff;
        padding: 2px 6px;
        text-align: center;
        border-radius: 10px;
        display: inline-flex;
        text-decoration: none;
    }
  .whatsapp-icon {
      color: #25d366;
      font-size: 12px;
      flex-shrink: 0;
  }

  .meta-item {
      display: flex;
      text-align: left;
      align-items: center;
      gap: 8px;
      color: #6b7280;
      font-size: 14px;
      margin-bottom: 8px;
  }

  .meta-item i {
      width: 16px;
      text-align: center;
  }

  /* Plans Section */
  .plans-section {
      margin-bottom: 15px;
  }

  .plans-bar {
      background: #fef3c7;
      padding: 12px 16px;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .plans-text {
      font-weight: 600;
      color: #374151;
  }

  .plan-buttons {
      display: flex;
      gap: 8px;
  }

  .plan-btn {
      padding: 6px 12px;
      border: none;
      border-radius: 6px;
      font-size: 12px;
      font-weight: 600;
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 4px;
  }

  .plan-btn.infinity-pro {
      background: #fbbf24;
      color: #374151;
  }

  .plan-btn.infinity {
      background: #10b981;
      color: white;
  }

  /* Pricing Section */
  .pricing-section {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px;
      gap: 10px;
  }

  .pricing-left {
      display: flex;
      flex-direction: column;
      gap: 5px;
      flex: 1;
  }

  .pricing-section .current-price {
      font-size: 24px;
      font-weight: 700;
      color: #1f2937;
  }

  .pricing-section .original-price {
      text-decoration: line-through;
      color: #9ca3af;
      font-size: 16px;
  }

  .pricing-section .price-note {
      color: #6b7280;
      font-size: 10px;
      white-space: nowrap;
  }

  .discount-badge {
      background: #10b981;
      color: white;
      padding: 4px 8px;
      border-radius: 4px;
      font-size: 10px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 2px;
      white-space: nowrap;
  }

  /* Action Buttons */
  .action-buttons {
      display: flex;
      gap: 8px;
      margin-top: auto;
      padding-top: 15px;
  }

  .btn-explore {
      flex: 1;
      padding: 10px 12px;
      border: 1px solid #5a70e0;
      background: white;
      color: #5a70e0;
      text-decoration: none;
      border-radius: 6px;
      font-weight: 600;
      text-align: center;
      transition: all 0.3s ease;
      font-size: 14px;
      letter-spacing: 0.3px;
      white-space: nowrap;
  }

  .btn-explore:hover {
      background: #5a70e0;
      color: white;
      transform: translateY(-1px);
  }


 .mb-cta-button {
      background: #0056b3;
      color: white;
      padding: 15px 30px;
      border: 2px solid white;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
  }
 
  
  .lead { font-size: 18px; margin-bottom: 15px;}
  .lead.small { color: #64748b; font-weight: 500;}
  .lead.highlight { color: #1e40af; font-weight: 600;}
  .cta-wrap { margin-top: 30px; }

  .btn-primary {
      background: #3b82f6;
      color: white;
      padding: 18px 35px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      transition: all 0.3s ease;
      display: inline-block;
  }

  .btn-primary:hover {
      background: #2563eb;
      transform: translateY(-2px);
      box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
  }

  .mb-sub {
      font-size: 18px;
      margin-bottom: 30px;
      font-weight: 500;
  }

  .btn-courses {
      background: #007bff;
      color: white;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      border: 2px solid white;
      transition: all 0.3s ease;
      display: inline-block;
  }

  .btn-courses:hover {
      background: white;
      color: #007bff;
  }

  /* end home page css */
  .batch-sidebar{
     position: sticky;
    top:20px;
  }
    .enrollment-card{
       box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        transition: 0.3s;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(233, 236, 239);
        border-image: initial;
        margin-top: -4rem;
        z-index: 2;
        overflow-y: auto;
    }

    .enrollment-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        border-color: #dee2e6;
    }
    .sticky { position: sticky;}  

       /* ========== ORIGINAL STYLES (kept) ========== */
    .batch-details-container {
        min-height: 100vh;
        margin: 0;
        padding: 0;
    }

    /* Override the layout padding and margin */
    .student-main-content {
        padding: 0 !important;
        margin: 0 !important;
        position: relative;
        z-index: 1;
    }

    /* Ensure page header doesn't interfere */
    .student-page-header { z-index: 2; position: relative; }
    #sidebar-mobile{display: none;}
    /* Override the main content area margin-top */
    .flex-grow-1 { margin-top: 0 !important; }

    /* Override any parent container margins */
    .d-flex { margin-top: 0 !important; }

    /* Ensure batch-hero is flush with top */
    .batch-details-container {
        margin-top: 0 !important;
        padding-top: 0 !important;
        position: relative;
        top: 0;
    }

    /* Remove any gaps between elements */
    .batch-hero + .container {
        margin-top: 0 !important;
        padding-top: 0 !important;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .batch-hero {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 2rem 0;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        top: 0;
        border-radius: 0;
        z-index: 1;
    }

    .batch-hero h1 {
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 0;
        text-align: center;
    }

    .batch-hero .subtitle {
        font-size: 1rem;
        opacity: 0.9;
        margin-bottom: 0.5rem;
    }

    .batch-hero .category {
        background: rgba(255, 255, 255, 0.2);
        padding: 0.5rem 1rem;
        border-radius: 20px;
        display: inline-block;
        font-size: 0.9rem;
    }

    .main-content {
        background: white;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        min-height: 400px;
    }

    .batch-tabs {
        border-bottom: 1px solid #dee2e6;
        background: white;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
    }

    .batch-tabs .nav-tabs .nav-link {
        border: none;
        background: none;
        color: #6c757d;
        font-weight: 500;
        padding: 1rem 1.5rem;
        border-radius: 0;
        position: relative;
        border-bottom: 3px solid transparent;
        font-size: 1rem;
    }

    .batch-tabs .nav-tabs .nav-link.active {
        color: #667eea;
        background: none;
        border-bottom: 3px solid #667eea;
        font-weight: 600;
    }

    .batch-tabs .nav-tabs .nav-link:hover {
        color: #667eea;
        background: none;
        border-bottom: 3px solid #667eea;
    }

    .tab-content {
        padding: 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .batch-includes {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 1.5rem;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .batch-includes h5 {
        color: #333;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .batch-info-item {
        display: flex;
        align-items: center;
        margin-bottom: 0.75rem;
        padding: 0.5rem 0;
    }

    .batch-info-item i {
        color: #667eea;
        margin-right: 0.75rem;
        width: 20px;
    }

    .batch-info-item span {
        color: #666;
        font-size: 0.95rem;
    }

    .teachers-section {
        margin-top: 2rem;
    }

    .teachers-section h5 {
        color: #333;
        margin-bottom: 1.5rem;
        font-weight: 600;
    }

    /* Teachers Slider Styles */
    .teachers-slider-container {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

    .teachers-slider {
      display: flex;
      gap: 1rem;
      transition: transform 400ms cubic-bezier(.22,.99,.35,1);
      will-change: transform;
      touch-action: pan-y;
    }

    .teacher-card {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 1rem;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        backface-visibility: hidden; -webkit-backface-visibility: hidden;
    }

    .teacher-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    }

    /* Slider Navigation */
    .slider-navigation {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        z-index: 10;
        transform: translateY(-50%);
    }

    .slider-btn {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #e9ecef;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        pointer-events: all;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .slider-btn:hover {
        background: #667eea;
        color: white;
        border-color: #667eea;
        transform: scale(1.1);
    }

    .slider-btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

    .prev-btn {
        transform: translateX(-20px);
    }

    .next-btn {
        transform: translateX(20px);
    }

    /* Slider Dots */
    .slider-dots {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1.5rem;
    }

    .slider-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #e9ecef;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .slider-dot.active {
        background: #667eea;
        transform: scale(1.2);
    }

    .slider-dot:hover {
        background: #667eea;
        transform: scale(1.1);
    }


    .teacher-avatar {
        width: 160px;
        height: 210px;
        border-radius: 0%;
        background: #667eea;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 auto 0.75rem;
    }
    .teacher-avatar img{
        width: fit-content;
        height: -webkit-fill-available;
        object-fit: cover;
        padding: 5px;
    }

    .teacher-name {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .teacher-subject {
        color: #666;
        font-size: 0.9rem;
    }



    /* Course Banner */
    .course-banner {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        min-height: 200px;
        height: 200px;
        position: relative;
        overflow: hidden;
    }

    .banner-content {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .banner-left {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .course-thumbnail {
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 0;
        margin-bottom: 0;
        background: transparent;
        padding: 0;
    }

    /* Course Details */
    .course-details {
        padding: 20px;
        flex: 1;
        display: flex;
        flex-direction: column;
        background: transparent;
    }

    .course-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .course-title {
        font-size: 1.25rem;
        font-weight: 700;
        color: #1f2937;
        margin: 0;
        line-height: 1.3;
    }

    .course-badges {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .badge {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 11px;
        line-height: normal;
        font-weight: 600;
        white-space: nowrap;
        min-width: 70px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .badge.new {
        background: #f59e0b;
        color: white;
    }

    .badge.language {
        background: #e5e7eb;
        color: #374151;
    }

    .whatsapp-icon {
        color: #25d366;
        font-size: 18px;
        flex-shrink: 0;
    }

    .course-meta {
        margin-bottom: 15px;
        position: relative;
    }

    .course-meta::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, #e5e7eb 0%, #d1d5db 50%, #e5e7eb 100%);
    }

    /* Pricing Section */
    .pricing-section {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 12px;
        gap: 12px;
    }

    .pricing-left {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .current-price {
        font-size: 24px;
        font-weight: 700;
        color: #1f2937;
    }

    .original-price {
        text-decoration: line-through;
        color: #9ca3af;
        font-size: 16px;
    }

    .price-note {
        color: #6b7280;
        font-size: 10px;
        white-space: nowrap;
    }

    .discount-badge {
        background: #10b981;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 2px;
        white-space: nowrap;
    }

    /* Action Buttons */
    .action-buttons {
        display: flex;
        gap: 10px;
        margin-top: auto;
        padding-top: 8px;
    }

    .btn-buy {
        flex: 1;
        padding: 10px 12px;
        background: #8b5cf6;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
        font-size: 14px;
        letter-spacing: 0.3px;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .btn-buy:hover {
        background: #7c3aed;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
    }

    .course-subtitle {
        color: #666;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .course-badge {
        background: #f59e0b;
        color: white;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 11px;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        min-width: 70px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        white-space: nowrap;
    }

    .course-badge.free {
        background: #28a745;
    }

    .course-badge.premium {
        background: #667eea;
    }

    .course-features {
        margin: 1rem 0;
    }

    .course-feature {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        color: #666;
    }

    .course-feature i {
        color: #667eea;
        margin-right: 0.5rem;
        width: 16px;
    }

    .language-tag {
        background: #e9ecef;
        color: #666;
        padding: 0.25rem 0.5rem;
        border-radius: 12px;
        font-size: 0.8rem;
        display: inline-block;
        margin-bottom: 1rem;
    }

    .enroll-button {
        width: 100%;
        padding: 10px 12px;
        font-weight: 600;
        border-radius: 6px;
        border: none;
        font-size: 12px;
        letter-spacing: 0.3px;
        white-space: nowrap;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
    }

    .enroll-button.enrolled {
        background: #28a745;
        color: white;
    }

    .enroll-button.purchase {
        background: #8b5cf6;
        color: white;
    }

    .enroll-button.purchase:hover {
        background: #7c3aed;
        color: white;
        transform: translateY(-1px);
        box-shadow: 0 4px 8px rgba(139, 92, 246, 0.3);
    }

    .share-button {
        background: #f8f9fa;
        border: 1px solid #dee2e6;
        color: #666;
        padding: 0.5rem 1rem;
        border-radius: 6px;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .share-button:hover {
        background: #e9ecef;
        color: #333;
    }

    .price-section {
        background: transparent;
        border-radius: 0;
        padding: 0;
        margin-bottom: 12px;
    }

    .price-display {
        font-size: 24px;
        font-weight: 700;
        color: #1f2937;
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .original-price {
        text-decoration: line-through;
        color: #9ca3af;
        font-size: 16px;
        margin-right: 0.5rem;
    }

    .discount-badge {
        background: #10b981;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 10px;
        font-weight: 600;
        margin-left: 0.5rem;
        display: flex;
        align-items: center;
        gap: 2px;
        white-space: nowrap;
    }

    .subjects-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        margin-top: 1rem;
    }

   
    .subject-card {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 1.5rem;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .subject-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        border-color: #667eea;
    }

    .subject-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .subject-icon {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #667eea;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .subject-name {
        font-weight: 600;
        color: #333;
        font-size: 1.1rem;
        margin: 0;
    }

    .subjects-loading {
        text-align: center;
        padding: 2rem;
    }
    .loading-spinner {
        display: none;
        text-align: center;
        padding: 2rem;
    }
    .spinner-border {
        width: 3rem;
        height: 3rem;
         color: #667eea;
    }

    .resources-list {
        margin-top: 1rem;
    }

    .resource-item {
        background: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 0.75rem;
        display: flex;
        align-items: center;
    }

    .resource-icon {
        background: #667eea;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
    }

    .resource-info h6 {
        margin: 0;
        color: #333;
        font-weight: 600;
    }

    .resource-info p {
        margin: 0;
        color: #666;
        font-size: 0.9rem;
    }

    .announcement-item {
        background: #fff3cd;
        border: 1px solid #ffeaa7;
        border-radius: 8px;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .announcement-date {
        color: #856404;
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .announcement-title {
        font-weight: 600;
        color: #856404;
        margin-bottom: 0.5rem;
    }

    .announcement-content {
        color: #856404;
        font-size: 0.9rem;
    }

     /* Pagination styling */
    .pagination {
        justify-content: center;
    }

    .pagination .page-link {
        color: #667eea;
        border-color: #dee2e6;
        margin: 0 2px;
        border-radius: 6px;
    }

    .pagination .page-link:hover {
        color: #5a6fd8;
        background-color: #f8f9fa;
        border-color: #dee2e6;
    }

    .pagination .page-item.active .page-link {
        background-color: #667eea;
        border-color: #667eea;
    }

    .pagination .page-item.disabled .page-link {
        color: #6c757d;
        background-color: #fff;
        border-color: #dee2e6;
    }


    /* Other Details Styles */
    .other-details {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .other-details-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 0.5rem 0;
    }

    .other-details-header h5 {
        color: #333;
        margin: 0;
        font-weight: 600;
    }

    .other-details-header i {
        color: #666;
        transition: transform 0.3s ease;
    }

    .other-details-content {
        margin-top: 1rem;
    }

    .other-detail-item {
        display: flex;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #e9ecef;
    }

    .other-detail-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .detail-number {
        background: #667eea;
        color: white;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.9rem;
        margin-right: 1rem;
        flex-shrink: 0;
    }

    .detail-content {
        flex: 1;
    }

    .detail-title {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.25rem;
    }

    .detail-description {
        color: #666;
        font-size: 0.9rem;
        line-height: 1.4;
    }

        .content-section {
            margin-bottom: 40px;
        }

        .content-section h4 {
            font-size: 1.75rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 3px solid #48bb78;
            display: flex;
            align-items: center;
        }

        .content-section h4 i {
            color: #48bb78;
            font-size: 1.5rem;
            margin-right: 0.5rem;
        }

        .content-section.demo h4 {
            border-bottom-color: #667eea;
        }

        .content-section.demo h4 i {
            color: #667eea;
        }

        /* Grid Layout */
        .content-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }

        /* Video Items */
        .video-item {
            background: #f7fafc;
            border-radius: 12px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 2px solid #e2e8f0;
            display: flex;
        }

        .video-item:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(72, 187, 120, 0.2);
            border-color: #48bb78;
        }

        .demo .video-item:hover {
            box-shadow: 0 10px 25px rgba(102, 126, 234, 0.2);
            border-color: #667eea;
        }

        .video-thumbnail {
            position: relative;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            width: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .video-thumbnail i {
            font-size: 4rem;
            opacity: 0.9;
            transition: transform 0.3s ease;
        }

        .video-item:hover .video-thumbnail i {
            transform: scale(1.2);
        }

        .span.lable {
            background: rgba(0, 0, 0, 0.7);
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .video-info {
            padding: 25px;
        }

        .video-info h6 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
        }

        .video-info p {
            color: #718096;
            font-size: 0.95rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        .video-duration {
            display: inline-block;
            background: #edf2f7;
            color: #4a5568;
            padding: 5px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 15px;
        }

        /* Material Items */
        .material-item {
            display: flex;
            align-items: flex-start;
            padding: 25px;
            background: #f7fafc;
            border-radius: 12px;
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        .material-item:hover {
            background: #fff;
            border-color: #48bb78;
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(72, 187, 120, 0.15);
        }

        .demo .material-item:hover {
            border-color: #667eea;
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.15);
        }

        .material-icon {
            background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .demo .material-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .material-icon i {
            font-size: 1.8rem;
            color: white;
        }

        .material-info {
            flex: 1;
        }

        .material-info h6 {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 8px;
        }

        .material-info p {
            color: #718096;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }

        /* Tool Items */
        .tool-item {
            display: flex;
            align-items: flex-start;
            padding: 30px;
            background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
            border-radius: 12px;
            border: 2px solid #e2e8f0;
            transition: all 0.3s ease;
        }

        .tool-item:hover {
            background: white;
            border-color: #667eea;
            transform: scale(1.03);
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
        }

        .tool-icon {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            width: 65px;
            height: 65px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            flex-shrink: 0;
        }

        .tool-icon i {
            font-size: 2rem;
            color: white;
        }

        .tool-info {
            flex: 1;
        }

        .tool-info h6 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 8px;
        }

        .tool-info p {
            color: #718096;
            font-size: 0.9rem;
            margin-bottom: 15px;
            line-height: 1.5;
        }




    /* FAQ Styles */
    .faq-section {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .faq-section h5 {
        color: #333;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    .faq-list {
        margin-top: 1rem;
    }

    .faq-item {
        border: 1px solid #e9ecef;
        border-radius: 8px;
        margin-bottom: 0.75rem;
        overflow: hidden;
    }

    .faq-question {
        background: white;
        padding: 1rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s ease;
    }

    .faq-question:hover {
        background: #f8f9fa;
    }

    .faq-question span {
        font-weight: 500;
        color: #333;
    }

    .faq-question i {
        color: #666;
        transition: transform 0.3s ease;
    }

    .faq-answer {
        background: #f8f9fa;
        padding: 1rem;
        border-top: 1px solid #e9ecef;
    }

    .faq-answer p {
        margin: 0;
        color: #666;
        line-height: 1.5;
    }

    /* Course Structure Styles */
    .subject-section {
        background: white;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #e9ecef;
    }

    .subject-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f8f9fa;
    }

    .subject-title {
        margin: 0;
        color: #2c3e50;
        font-weight: 600;
    }

    .subject-stats {
        display: flex;
        gap: 10px;
    }

    .chapter-item {
        background: #f8f9fa;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 10px;
        border-left: 4px solid #007bff;
    }

    .chapter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }

    .chapter-title {
        margin: 0;
        color: #495057;
        font-weight: 500;
    }

    .chapter-lecture-count {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .lectures-list {
        margin-left: 20px;
    }

    .lecture-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        background: white;
        border-radius: 4px;
        margin-bottom: 5px;
        border: 1px solid #e9ecef;
        transition: all 0.2s ease;
    }

    .lecture-item:hover {
        background: #f8f9fa;
        border-color: #007bff;
    }

    .lecture-info {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .lecture-title {
        font-weight: 500;
        color: #495057;
    }

    .lecture-duration {
        margin-left: 15px;
        font-size: 0.85rem;
        color: #6c757d;
    }

    .lecture-status {
        margin-left: 10px;
    }

    .no-lectures, .no-chapters {
        text-align: center;
        padding: 20px;
        color: #6c757d;
        font-style: italic;
    }

    /* ========== ADDED / FIXES FOR STICKY + SLIDER ========== */


    /* Make the batch-tabs sticky at top while scrolling */
    .batch-tabs {
        position: sticky;
        top: 0; /* change to header height if you have fixed navbar e.g. top: 56px */
        z-index: 50;
        background: white;
        box-shadow: 0 2px 2px rgba(0,0,0,0.04);
    }

    /* optional additional style when stuck (you may toggle via JS if wanted) */
    .batch-tabs.stuck {
        box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    }
    /* Adjust teachers slider slide sizing to be flexible (JS calculates slidesToShow) */
    .teachers-slider-container {
        overflow: hidden;
    }

    .teacher-slide {
        flex: 0 0 auto;
        width: calc((100% / 3) - 0.67rem);
        min-width: 220px;
        margin-top: 8px;
    }

/* category page */

  /* Subcategories section */
    .subcategories-section {
        margin: 2rem 0 0;
    }

    .subcategories-section h2 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #1f2937;
        margin-bottom: 1rem;
    }

    .subcategories-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 12px;
        max-width: 360px;
    }

    .category-card {
        background: white;
        border-radius: 6px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px 20px 10px;
        transition: all 0.3s ease;
        border: 1px solid #e9ecef;
        height: auto;
        gap: 2rem;
        display: flex;
        cursor: pointer;
    }

    .subcategory-card:hover, .category-card:hover {
        transform: translateY(-1px);
        border: 1px solid #5a6fd8;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        cursor: pointer;
    }
    .category-icon{font-size: 2rem}
    .category-icon i{background: #eee; border-radius: 30px;padding: 10px; width: 70px; height: 70px; display: flex;  align-items: center; justify-content: center;  }
    .category-icon.blue i{ background:#cee2ff }
    .category-icon.yellow i{ background:#fff2cb }
    .category-icon.green i{ background:#dffbee }
    .category-icon.red i{ background:#f1d9db }

    .category-card .card-body {
        padding: 1rem;
        align-items: center;
    }
    .category-title{ font-weight:700; }
    .category-card .card-title {
        font-size: 0.95rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
        color: #667eea;
        line-height: 1.3;
    }

    .category-card .card-title a {
        color: #667eea;
        text-decoration: none;
    }

    .category-card .card-title a:hover {
        color: #5a6fd8;
        text-decoration: underline;
    }

    .category-card .card-text {
        color: #6c757d;
        font-size: 0.8rem;
        margin: 0;
        line-height: 1.4;
    }
 
/* ======================== */
    /* Filters  by kant  */
/* ======================== */

        .filter-bar {
            background: white;
            border: 2px solid #3b49df;
            border-radius: 16px;
            padding: 16px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            max-width: 1280px;
            margin: 40px auto;
        }

        .filter-btn {
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 14px;
            color: #374151;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .filter-btn:hover { background: #f9fafb; }

        .filter-btn.active {
            background: #f9fafb;
            border-color: #6366f1;
        }

        .dropdown-wrapper { position: relative; }

        .arrow { font-size: 12px; transition: transform 0.2s; }
        .arrow.open { transform: rotate(180deg); }

        .close-icon { font-size: 16px; font-weight: bold; }

        .filterdropdown-menu {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 16px;
            width: 200px;
            z-index: 1000;
            display: none;
        }

        .filterdropdown-menu.show { display: block; }
        .checkbox-group { display: flex; flex-direction: column; gap: 12px; margin-bottom: 16px; }
        .checkbox-item { display: flex; align-items: center; gap: 10px; cursor: pointer; }
        .checkbox-item input[type="checkbox"] { width: 18px; height: 18px; cursor: pointer; accent-color: #6366f1; }
        .checkbox-item label { font-size: 15px; color: #1f2937; cursor: pointer; user-select: none; }
        .button-group { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
        .clear-btn {
            background: none; border: none; color: #6366f1; font-size: 15px; font-weight: 500;
            cursor: pointer; padding: 8px 12px; transition: opacity 0.2s;
        }
        .clear-btn:hover { opacity: 0.8; }

        .apply-btn {
            background: #6366f1; color: white; border: none; border-radius: 6px;
            padding: 8px 24px; font-size: 15px; font-weight: 500; cursor: pointer;
        }
        .apply-btn:hover { background: #4f46e5; }
        .apply-btn:active { transform: scale(0.98); }

        .reset-btn {
            background: white; border: none; color: #6366f1; font-size: 14px; font-weight: 500;
            cursor: pointer; padding: 8px 16px; margin-left: auto; transition: opacity 0.2s;
        }
        .reset-btn:hover { opacity: 0.8; }

        .showing-text { font-size: 14px; color: #6b7280; margin-left: 8px; }
        .search-form { width: 100%; }
        .search-form .input-group { display: flex; gap: 8px; align-items: center;}
        .search-form input[type="text"] {
            flex: 1;
            padding: 10px 12px;
            border-radius: 8px;
            border: 1px solid #e5e7eb;
            font-size: 14px;
        }
        #searchStatus {
            display: none;
            margin-top: 10px;
            font-size: 13px;
            color: #374151;
        }
        #searchTerm {
            font-weight: 600;
            color: #111827;
        }
        #searchStatus a {
            color: #6b7280;
            text-decoration: none;
            padding: 6px 8px;
            border-radius: 6px;
            border: 1px solid #e5e7eb;
            background: #fff;
            display: inline-block;
        }



/* Payment cart */
    .order-summary-section, .subject-details-section{padding: 40px 0}
    .product-details-card{background: #fff; border-radius: 6px; box-shadow: 0 0 10px #ddd; padding: 15px; margin-bottom: 20px;}
    .product-details-card .product-info{ display: flex; gap:2rem;}
    .product-details-card .product-info .product-img{ width:220px; }
    .product-details-card .product-info .product-img img{ border:5px solid #fff; border-radius:10px; box-shadow:0 0 8px #ccc  }
    
    /* ===== Payment Summary Card (Sidebar) ===== */
.payment-summary-card {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Headings */
.payment-summary-card h4 {
  margin: 0 0 10px 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: 0.1px;
}

/* Coupon Section */
.coupon-section {
  background: linear-gradient(180deg, rgba(13, 110, 253, 0.03), transparent);
  border: 1px solid rgba(13, 110, 253, 0.12);
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  margin-bottom: 15px;
}

.coupon-input-group {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 15px;
}

.coupon-input-group .form-control {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #e6eefc;
  background: #fff;
  box-shadow: none;
  font-size: 14px;
  transition: all 0.15s ease;
}

.coupon-input-group .form-control:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.06);
}

.coupon-input-group .btn {
  white-space: nowrap;
  padding: 9px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
}

/* Payment Summary */
.payment-summary {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(2, 6, 23, 0.04);
  margin-bottom: 15px;
}

.payment-summary .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  font-size: 14px;
  color: #64748b;
  border-radius: 6px;
}

.payment-summary .summary-row.total {
  font-weight: 700;
  color: #0f172a;
  font-size: 15px;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px dashed rgba(2, 6, 23, 0.08);
}

.payment-summary .summary-row .text-success {
  color: #16a34a !important;
  font-weight: 600;
}

/* Purchased Alert (Compact Sidebar Version) */
.purchased-alert {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(22, 163, 74, 0.06), rgba(13, 110, 253, 0.02));
  border-left: 4px solid #16a34a;
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  margin-bottom: 15px;
}

.purchased-alert .alert-icon {
  font-size: 22px;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(22, 163, 74, 0.08);
  border-radius: 8px;
  flex-shrink: 0;
}

.purchased-alert .alert-content h6 {
  margin: 0;
  font-size: 14px;
  color: #0f172a;
  font-weight: 700;
}

.purchased-alert .alert-content p {
  margin: 6px 0 0 0;
  color: #64748b;
  font-size: 13px;
}

.purchased-alert .order-info {
  margin-top: 6px;
  font-size: 12.5px;
  color: #375a41;
}

.purchased-alert .alert-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.purchased-alert .btn {
  padding: 6px 9px;
  font-size: 13px;
  border-radius: 8px;
}

.purchased-alert .btn-primary {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.purchased-alert .btn-primary:hover {
  background: #0b5ed7;
  border-color: #0b5ed7;
}

.purchased-alert .btn-outline-primary {
  background: transparent;
  color: #0d6efd;
  border: 1px solid rgba(13, 110, 253, 0.2);
}

.purchased-alert .btn-outline-primary:hover {
  background: #0d6efd;
  color: #fff;
}

/* Responsive adjustments */
/* @media (max-width: 480px) {
  
} */

@media (max-width: 575px) {
    .batches-grid {
        overflow-y: auto;
        width: 100%;
        white-space: nowrap;
        display: flex;
        gap: 20px !important;
    }

    article.course-card {
        width: 100%;
    }

    .meta-item, .course-title {
        white-space: normal;
    }
    .batch-item, .course-card{
        display: block;
        width: 100%;
        min-width: 85%;
    }

    .page-title h1 {
        margin: 0;
    }

    .detail-hero {
        padding: 20px 0 10px 0;
    }

}

/* Smooth fade-in animation for alerts or applied coupon */
.payment-summary-card .fade-in {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* Front login sidebar  */

.inner-page-title{
    background: linear-gradient(90deg, var(--grad-start), var(--grad-end));
    color: #fff;
    padding: 20px 2rem;
    text-align: center;
    border-top:6px solid #cad2f5;
    border-bottom: 6px solid #cad2f5;
}

.student-sidebar {
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  height: calc(100vh - 48px);
  position:sticky;
  top:48px;
  left: 0;
  width: 16.666667%;
  min-width: 275px;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Scrollbar styling */
.student-sidebar::-webkit-scrollbar {
  width: 6px;
}
.student-sidebar::-webkit-scrollbar-thumb {
  background-color: #d1d5db;
  border-radius: 4px;
}
.student-sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #9ca3af;
}

/* Sidebar List */
.student-sidebar ul.nav {
  list-style: none;
  margin: 0;
  padding: 16px 0;
}

/* Section headers */
.student-sidebar .nav-item.header {
  font-size: 13px;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 18px 0 8px;
  padding: 0 20px;
  border-left: 3px solid #6366f1;
}

/* Links */
.student-sidebar .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  color: #374151;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  transition: all 0.2s ease-in-out;
}

/* Icons */
.student-sidebar .nav-link i {
  width: 18px;
  text-align: center;
  color: #6366f1;
  opacity: 0.8;
  transition: color 0.2s, transform 0.2s;
}

/* Hover effect */
.student-sidebar .nav-link:hover {
  background-color: #f3f4f6;
  color: #111827;
  border-left-color: #6366f1;
}
.student-sidebar .nav-link:hover i {
  transform: scale(1.1);
  color: #4f46e5;
}

/* Active link state (you can toggle with JS or backend) */
.student-sidebar .nav-link.active {
  background-color: #eef2ff;
  color: #4338ca;
  border-left-color: #4338ca;
  font-weight: 600;
}
.student-sidebar .nav-link.active i {
  color: #4338ca;
}

/* Logout button */
.student-sidebar form {
  padding: 16px 20px;
}
.student-sidebar .btn-outline-danger {
  border: 1px solid #ef4444;
  color: #ef4444;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.student-sidebar .btn-outline-danger:hover {
  background-color: #ef4444;
  color: #fff;
}

/* Responsive tweaks */
@media (max-width: 992px) {
    #sidebar-mobile{display: flex; width: 30px; height: 30px; margin-right: 15px; margin-left: 15px; cursor: pointer; align-items: center; justify-content: center;}
    #student-sidebar {
         position: fixed;
    top: 48px;
    width: 240px;
      transform: translateX(-100%);
      transition: transform 0.3s ease;
    }

    #student-sidebar.active {
      transform: translateX(0);
    }
 
}


/* student detail */

/* ===== Lectures Grid & Cards ===== */
#lecturesContent { 
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #0f172a;
}

/* grid */
.contents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 14px;
  align-items: start;
  padding: 6px;
}

/* card */
.content-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(15,23,42,0.06);
  transition: transform .18s cubic-bezier(.2,.9,.3,1), box-shadow .18s ease;
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

/* subtle hover / focus */
.content-card:hover,
.content-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(15,23,42,0.10);
}

/* thumbnail */
.content-thumbnail {
  position: relative;
  height: 140px;
  background-color: #eef6ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* dark overlay to improve contrast for logo/play */
.thumbnail-overlay {
  inset: 0;
  background: linear-gradient(180deg, rgba(3,7,18,0.04) 0%, rgba(3,7,18,0.2) 100%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  gap: 8px;
  box-sizing: border-box;
}

/* small square logo */
.thumbnail-overlay .logo{
  font-weight: 700;
  font-size: 13px;
  color: #ffffff;
  background: rgba(13,110,253,0.9);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(13,110,253,0.14);
  user-select: none;
}

/* play button - centered visually using transform for exact centering if needed */
.thumbnail-overlay .play-button{
  margin-left: auto;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.95);
  color: #0d6efd;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(15,23,42,0.08);
  font-size: 16px;
  transition: transform .14s ease, box-shadow .14s ease;
}

/* play hover */
.content-thumbnail:hover .play-button,
.content-card:focus-within .play-button {
  transform: scale(1.06);
  box-shadow: 0 10px 24px rgba(15,23,42,0.12);
}

/* content info area */
.content-info {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

/* meta row (date etc.) */
.content-meta {
  font-size: 12px;
  color: #64748b;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* title */
.content-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;    /* truncate after 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 38px;
}

/* actions row */
.content-actions{
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* duration (left) */
.content-duration{
  font-size: 13px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 2px;
}

/* menu button (right) */
.content-menu{
  background: transparent;
  border: none;
  color: #94a3b8;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  transition: background .12s ease, color .12s ease, transform .12s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* menu hover */
.content-menu:hover {
  background: rgba(15,23,42,0.04);
  color: #0f172a;
  transform: translateY(-1px);
}
.content-thumbnail[style] {
  cursor: pointer;
}


/* == User/student dashboard -==-  */





/* My Orders page  */

/* ===== My Orders - Compact & Modern Styles ===== */
        .order-stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .order-stat-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            display: flex;
            align-items: center;
            gap: 1.5rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .order-stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .order-stat-icon {
            width: 60px;
            height: 60px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.8rem;
            flex-shrink: 0;
        }

        .order-stat-icon.purple {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .order-stat-icon.green {
            background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
        }

        .order-stat-icon.orange {
            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
        }

        .order-stat-icon.blue {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }

        .stat-content h3 {
            color: #64748b;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .stat-content .value {
            color: #0f172a;
            font-size: 2rem;
            font-weight: 700;
        }

        .orders-section {
            background: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
        }

        .ordertabs {
            display: flex;
            gap: 0.5rem;
            margin-bottom: 2rem;
            flex-wrap: wrap;
            border-bottom: 2px solid #f1f5f9;
            padding-bottom: 0.5rem;
        }

        .ordertabs .tab {
            padding: 0.75rem 1.5rem;
            border: none;
            background: transparent;
            color: #64748b;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
        }

        .ordertabs .tab:hover {
            background: #f8fafc;
            color: #334155;
        }

        .ordertabs .tab.active {
            background: #f1f5f9;
            color: #667eea;
        }

        .ordertabs .tab.active::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 3px 3px 0 0;
        }

        .order-card {
            background: #ffffff;
            border: 2px solid #e2e8f0;
            border-radius: 12px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

        .order-card:hover {
            border-color: #cbd5e1;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .order-card.hidden {
            display: none;
        }

        .order-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .order-info {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .order-id {
            font-weight: 700;
            color: #0f172a;
            font-size: 1rem;
        }

        .order-date {
            color: #64748b;
            font-size: 0.875rem;
        }

        .status-badge {
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .status-badge.pending {
            background: #fef3c7;
            color: #d97706;
        }

        .status-badge.success {
            background: #d1fae5;
            color: #059669;
        }

        .order-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0f172a;
        }

        .order-content {
            display: flex;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
            align-items: start;
        }

        .order-course-img {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            flex-shrink: 0;
        }

        .order-course-details {
            flex: 1;
        }

        .order-course-title {
            font-weight: 700;
            color: #0f172a;
            font-size: 1.1rem;
            margin-bottom: 0.5rem;
        }

        .course-desc {
            color: #64748b;
            font-size: 0.875rem;
            line-height: 1.6;
            margin-bottom: 0.5rem;
        }

        .course-qta {
            color: #94a3b8;
            font-size: 0.875rem;
        }

        .order-actions {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
        }


        .empty-bx {
            text-align: center;
            padding: 3rem 1rem;
            color: #64748b;
        }

        .empty-bx-icon {
            font-size: 4rem;
            margin-bottom: 1rem;
        }

        .empty-bx-text {
            font-size: 1.1rem;
            font-weight: 500;
        }


/* ==== order detail page ====  */

/* ===== Order Details — Modern & Compact Styles ===== */
 .order-detail-header {
            background: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            margin-bottom: 2rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .order-title-section {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .order-detail-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.5rem;
        }

        .order-title-info h1 {
            font-size: 1.5rem;
            color: #0f172a;
            margin-bottom: 0.25rem;
            font-weight: 700;
        }

        .order-detail-date {
            color: #64748b;
            font-size: 0.9rem;
        }

        .status-badge {
            padding: 0.75rem 1.5rem;
            border-radius: 25px;
            font-size: 0.9rem;
            font-weight: 600;
        }

        .status-pending {
            background: #fef3c7;
            color: #d97706;
        }

        .status-success {
            background: #d1fae5;
            color: #059669;
        }

        .detail-content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }

        .card-order-detail {
            background: #ffffff;
            border-radius: 16px;
            padding: 2rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 1px solid #e2e8f0;
        }

        .card-order-detail-title {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1.5rem;
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
        }

        .card-order-detail-title i {
            font-size: 1.25rem;
            color: #667eea;
        }

        .order-detail-item {
            display: flex;
            gap: 1.5rem;
            padding: 1.5rem;
            background: #f8fafc;
            border-radius: 12px;
            border: 1px solid #e2e8f0;
        }

        .ordered-product-image {
            width: 100px;
            height: 100px;
            border-radius: 12px;
            object-fit: cover;
            flex-shrink: 0;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.5rem;
        }

        .orderd-product-details h3 {
            font-size: 1.1rem;
            color: #0f172a;
            margin-bottom: 0.5rem;
            font-weight: 700;
        }

        .product-description {
            color: #64748b;
            font-size: 0.875rem;
            line-height: 1.6;
            margin-bottom: 0.75rem;
        }

        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
            padding-top: 1rem;
            border-top: 1px solid #e2e8f0;
        }

        .quantity {
            color: #64748b;
            font-size: 0.875rem;
        }

        .price {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
        }

        .summary-item {
            display: flex;
            justify-content: space-between;
            padding: 0.75rem 0;
            color: #64748b;
            font-size: 0.95rem;
        }

        .summary-item.total {
            border-top: 2px solid #e2e8f0;
            margin-top: 1rem;
            padding-top: 1rem;
            font-weight: 700;
            font-size: 1.1rem;
            color: #0f172a;
        }

        .summary-item .label {
            color: #64748b;
        }

        .summary-item .value {
            color: #0f172a;
            font-weight: 600;
        }

        .summary-item.total .value {
            color: #667eea;
            font-size: 1.5rem;
        }

        .prod-info-grid {
            display: grid;
            gap: 1rem;
        }

        .prod-info-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0.875rem 0;
            border-bottom: 1px solid #f1f5f9;
        }

        .prod-info-row:last-child {
            border-bottom: none;
        }

        .info-label {
            color: #64748b;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .info-value {
            color: #0f172a;
            font-size: 0.9rem;
            font-weight: 600;
            text-align: right;
        }

        .info-value.pending {
            color: #d97706;
        }

        .dates-grid {
            display: grid;
            gap: 1rem;
        }

        .date-item {
            display: flex;
            justify-content: space-between;
            padding: 0.875rem;
            background: #f8fafc;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
        }

        .date-label {
            color: #64748b;
            font-size: 0.875rem;
            font-weight: 500;
        }

        .date-value {
            color: #0f172a;
            font-size: 0.875rem;
            font-weight: 600;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.875rem 1.75rem;
            background: #ffffff;
            color: #667eea;
            border: 2px solid #667eea;
            border-radius: 10px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .back-button:hover {
            background: #667eea;
            color: white;
            transform: translateX(-5px);
        }

        .back-button i {
            font-size: 1rem;
        }


    /* ================================= */
    /* ---------- Responsive ---------- */
    /* ================================= */

     @media(max-width:1440px){
        .hero{background-position: bottom 0px right 2%;}
     }
     @media(max-width:1280px){
        .filter-bar{margin:30px 15px}
        .hero{background-size: 55%;}
      }
     @media(max-width:1125px){ 
        .hero{min-height: auto;background-position: bottom 30px right 2%; background-size: 50%;}
        .hero-container{ grid-template-columns: 70% 1fr; gap: 2rem;}
    }

    @media(max-width:992px){
      .cards-grid,.grid{grid-template-columns:repeat(2,1fr)}
      .testimonials{grid-template-columns:1fr}
      .test-card,.test-card.featured{max-width:720px;transform:none}
      .rf-wrap{padding:28px 18px}
      .why-grid{grid-template-columns:repeat(2,1fr);}
      .subjects-grid { grid-template-columns: repeat(2, 1fr);}
      .copyright-manu {flex-direction: column;}
    }
    @media (max-width:840px) {
        .hero{background-size: 65%;background-position: bottom center; padding: 20px 0 200px; text-align: center;}
        .hero-container{grid-template-columns: 1fr;}
    }

    @media (max-width: 768px) {
        .hero-content h1 {font-size: 38px;}
        .course-banner { min-height: 150px; height: 150px;}
        .teacher-slide { width: calc((100% / 2) - 0.5rem); min-width: 200px; }
        .contact-info-grid { grid-template-columns: 1fr; gap: 15px;}
        .contact-info-card { padding: 20px 15px;}
        .contact-form-section { padding: 30px 20px;}
        .form-header h2 { font-size: 24px;}
        .form-header p { font-size: 14px;}
        .form-row { grid-template-columns: 1fr; gap: 15px; }
        .submit-btn { padding: 12px 25px; font-size: 14px; }
        .courses-grid { grid-template-columns: 1fr; gap: 20px;}
        .banner-content { flex-direction: column; gap: 20px; }
        .banner-left { padding-right: 0; }
        .features-grid { grid-template-columns: 1fr;}
        .course-header { flex-direction: column; align-items: flex-start; gap: 8px; }
        .pricing-section { flex-direction: column; align-items: flex-start; gap: 10px; }
        .pricing-section .price-note { font-size: 9px; }
        .discount-badge { font-size: 9px; padding: 3px 6px;}
        .badge { padding: 2px 4px; font-size: 8px;}
        .whatsapp-icon { font-size: 10px; }
        .action-buttons { flex-direction: column; gap: 10px;}
        .btn-explore, .btn-buy { padding: 12px 16px; font-size: 13px;}
        .teacher-slide { flex: 0 0 calc(50% - 0.5rem); min-width: 250px; }
        .slider-btn { width: 35px; height: 35px; }
        .prev-btn { transform: translateX(-10px);}
        .next-btn { transform: translateX(10px); }

            .order-stat-card {
                padding: 1.5rem;
            }
            .orders-section {
                padding: 1.5rem;
            }
            .order-content {
                flex-direction: column;
            }
            .order-course-img {
                width: 100%;
                height: 100px;
            }
            .detail-content-grid {
                grid-template-columns: 1fr;
            }

            .order-detail-header {
                padding: 1.5rem;
            }

            .order-title-section {
                width: 100%;
            }

            .card-order-detail {
                padding: 1.5rem;
            }

            .order-detail-item {
                flex-direction: column;
            }

            .ordered-product-image {
                width: 100%;
                height: 120px;
            }

            .product-meta {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.5rem;
            }

    }
    @media (max-width:640px){
        .testimonials-viewport{padding:6px}
        .test-card{min-width:82%;max-width:82%}
        .test-card.active{min-width:90%;max-width:90%;transform: translateY(-5px) scale(1.06);}
    }
    @media(max-width:600px){
        .nav-links{gap: 2rem}
        .stats-row{gap:1.5rem;justify-content: start;}
        .hero{padding: 50px 0 150px; background-position: bottom 30px center; background-size: 50%;}
        .hero-container { grid-template-columns: 1fr; text-align: center; gap: 1rem;}
        .cards-grid,.grid{grid-template-columns:1fr}
        .faq-heading{font-size:22px}
        .rf-title{font-size:24px}
        .rf-btn{width:86%}
        .why-title{font-size:24px}
        .why-grid{grid-template-columns:1fr;gap:14px}
        .why-card{padding:16px;min-height:80px}
        .why-icon{width:48px;height:48px;min-width:48px;font-size:18px}
        .why-register{font-size:16px}
        .why-btn{width:86%;padding:12px;margin:8px auto 0;display:block}
        
        .breadcrumb { flex-wrap: nowrap;  overflow-x: auto; scrollbar-width: thin;}
        .breadcrumb::-webkit-scrollbar {height: 5px;}
        .breadcrumb::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px;}

        .cform .row{ flex-direction:column; }
        .error-message {position: relative;}
        #nameError,#contactError { left: 0; right: 0;
        }

    }    

    @media (max-width: 576px) {
        .course-banner { min-height: 120px; height: 120px;}
        .subjects-grid { grid-template-columns: 1fr;}
        .teacher-slide { width: 100%; flex: 0 0 100%; min-width: 100%;}
        .teachers-slider { gap: 0.5rem;}
    }

    @media (max-width: 480px) {
        .nav-links { gap: 1.6rem;}
        .hero-container.container{padding: 0 1rem;}
        .hero-content h1 { font-size: 1.6rem;}
        .hero-content h2 { font-size: 22px;}
        .hero-content h2 span{font-size: 24px;}
        .hero{padding: 50px 0 150px; background-position: bottom 30px center; background-size: 70%;}
        .stats-section .heading, .section-title, .faq-title, .mb-heading, .why-title, .testimonials-section .section-heading {font-size: 22px;}
        .counsel-cta .subtitle, .cta-text { font-size: 18px;}
        .q, .rf-sub, .acc-q {font-size: 16px;}
        .btn-primary, .btn-secondary{font-size: 1rem}
        .contact-form-section { padding: 25px 15px; margin: 0 10px;}
        .form-header h2 { font-size: 20px;}
        .contact-info-card { padding: 18px 12px;}
        .contact-icon { width: 50px; height: 50px; font-size: 18px;}
        .contact-info-card h3 { font-size: 16px;}
        .contact-info-card p { font-size: 13px;}
        .courses-grid { gap: 15px; padding: 0 10px;}
        /* .course-banner { min-height: 320px; height: 320px; padding: 16px;} */
        .course-banner { min-height: 200px; height: 200px; padding: 16px;}
        }


  /* Responsive behavior:
     - Mobile: 1 card visible (centered)
     - Tablet: 2 cards visible
     - Desktop: 3 cards visible with center emphasized
  */

  @media (min-width:641px) and (max-width:980px){
    .test-card{min-width:44%;max-width:44%}
    .test-card.active{min-width:50%;max-width:50%}
  }
  @media (min-width:981px){
    .test-card{min-width:31%;max-width:31%}
    .test-card.active{min-width:36%;max-width:36%}
  }

  .footer-social a {
    text-decoration: none;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
}

.footer-social i {
    font-size: 18px;
}

.footer-social .instagram i {
    color: #E4405F;
}

.footer-social .youtube i {
    color: #FF0000;
}

.follow-text {
    font-size: 14px;
    color: #777;
    margin-right: 6px;
    white-space: nowrap;
}


/* Mobile friendly */
@media (max-width: 768px) {
    .copyright-manu {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}


