@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
}

        .footer-section{
            background: #0b1220;
            position: relative;
            overflow: hidden;
        }

        .footer-section::before{
            content: '';
            position: absolute;
            width: 400px;
            height: 400px;
            background: rgba(79,140,255,0.08);
            filter: blur(120px);
            top: -100px;
            left: -100px;
        }

        .footer-title{
            color: #fff;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .footer-links li{
            margin-bottom: 12px;
        }

        .footer-links a{
            color: rgba(255,255,255,0.7);
            text-decoration: none;
            transition: 0.3s ease;
        }

        .footer-links a:hover{
            color: #4f8cff;
            padding-left: 5px;
        }

        .footer-contact p{
            color: rgba(255,255,255,0.75);
            line-height: 1.8;
            font-size: 14px;
        }

        .social-circle{
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: rgba(255,255,255,0.08);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            transition: 0.3s ease;
            font-size: 18px;
        }

        .social-circle:hover{
            background: #4f8cff;
            transform: translateY(-4px);
            color: #fff;
        }

        .footer-line{
            border-color: rgba(255,255,255,0.1);
        }

.active {
  color: black;
}

.nav-link {
  position: relative;
  /* zaroori hai for ::before positioning */
  transition: all 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-3px);
}

.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0084D1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}


.course-card{
    transition: .4s ease;
}

.course-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15)!important;
}

.gallery-img{
    height:250px;
    width:100%;
    object-fit:cover;
}

.nav-link:hover::before,
.nav-link.active::before {
  /* change here from :active to .active */
  transform: scaleY(1);
}

.nav-link.active {
  transform: translateY(-3px);
}

.text-rose {
  color: #0084D1;
}

.anim-bg-gradient {
  border: none;
  padding: 0.6em 2em;
  border-radius: 0.375em;
  cursor: pointer;
  color: white;
  background: linear-gradient(120deg, #2F0D68, #0084D1, #1C398E);
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: background-position 0.5s, transform 0.4s;
}

.anim-bg-gradient:hover {
  background-position: 0 0;
  transform: scale(1.1);
}

/*my stp code */
.course-card {
  transition: transform 0.3s;
}

.course-card:hover {
  transform: translateY(-5px) scale(1.04);

}

.cat-box {
  width: 96px;
  height: 96px;
  background: #ffffffff;
  transition: transform 0.3s;
}

.cat-box:hover {
  transform: scale(1.15);
}


@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-fadeInUp {
  opacity: 0;
  animation: fadeInUp 1s ease-out forwards;
}



@media(max-width:768px) {
  .bio {
    width: 90%
  }
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
}



.active {
  color: black;
}

.nav-link {
  position: relative;
  /* zaroori hai for ::before positioning */
  transition: all 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-3px);
}

.nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #0084D1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
  /* change here from :active to .active */
  transform: scaleY(1);
}

.nav-link.active {
  transform: translateY(-3px);
}

.text-rose {
  color: #0084D1;
}

/*my stp code */
.course-card {
  transition: transform 0.3s;
}

.course-card:hover {
  transform: translateY(-5px) scale(1.04);
}

.top-head {
  background: #308bdb;
  background: -webkit-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
  background: -moz-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
  background: linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
}

.footer_box,
.social_icon {
  border-color: rgba(255, 255, 255, 0.15);
}

.social_icon svg {
  width: 22px;
  height: 22px;
}


	.footer_box,
.social_icon {
  border-color: rgba(255, 255, 255, 0.15);
}

.social_icon svg {
  width: 22px;
  height: 22px;
}


    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    body {
        font-family: "Poppins", sans-serif;
    }



    .active {
        color: black;
    }

    .nav-link {
        position: relative;
        /* zaroori hai for ::before positioning */
        transition: all 0.3s ease;
    }

    .nav-link:hover {
        transform: translateY(-3px);
    }

    .nav-link::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #0084D1;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.3s ease;
    }

    .nav-link:hover::before,
    .nav-link.active::before {
        /* change here from :active to .active */
        transform: scaleY(1);
    }

    .nav-link.active {
        transform: translateY(-3px);
    }

    
    .text-rose {
      color: #0084D1;
    }

    .top-head {
      background: linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
    }

    .contact-wrapper {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      padding: 2rem 1.75rem;
    }
    .contact-divider {
      width: 60px;
      height: 3px;
      background-color: #0084D1;
      border-radius: 999px;
      margin: .75rem 0 1.5rem;
    }
    .contact-icon-box {
      display: flex;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 1rem;
    }
    .contact-icon-circle {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e9f2ff;
      color: #0084D1;
      flex-shrink: 0;
      font-size: 1.15rem;
    }
    .social-links a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #dee2e6;
      color: #495057;
      margin-right: .35rem;
      text-decoration: none;
      font-size: 1.15rem;
    }
    .social-links a:hover {
      background-color: #0084D1;
      color: #ffffff;
      border-color: #0084D1;
    }
    .map-full iframe {
      border: 0;
      width: 100%;
      height: 320px;
    }
   

            .footer_box,
        .social_icon {
            border-color: rgba(255, 255, 255, 0.15);
        }

        .social_icon svg {
            width: 22px;
            height: 22px;
        }





        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Poppins", sans-serif;
        }



        .active {
            color: black;
        }

        .nav-link {
            position: relative;
            /* zaroori hai for ::before positioning */
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            transform: translateY(-3px);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #0084D1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            /* change here from :active to .active */
            transform: scaleY(1);
        }

        .nav-link.active {
            transform: translateY(-3px);
        }

        .text-rose {
            color: #0084D1;
        }

        .blog-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        .blog-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        .blog-card img {
            height: 220px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .blog-card:hover img {
            transform: scale(1.08);
        }

        .blog-meta {
            font-size: 0.875rem;
            color: #6c757d;
        }

        .blog-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #212529;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .blog-excerpt {
            font-size: 0.95rem;
            color: #495057;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .top-head {
            background: linear-gradient(126deg, rgba(48, 139, 219, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
        }

        .btn-read-more {
            background: #0084D1;
            color: #fff;
            border: none;
            padding: 8px 20px;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.3s ease;
        }

        .btn-read-more:hover {
            background: #006bb0;
            color: #fff;
        }

        /* Search & Filter Styles */
        .search-filter-section {
            background: #f8f9fa;
            padding: 25px 0;
            border-bottom: 1px solid #dee2e6;
        }

        .search-box {
            border: 2px solid #dee2e6;
            border-radius: 8px;
            padding: 10px 15px;
            font-size: 0.95rem;
            transition: border-color 0.3s ease;
        }

        .search-box:focus {
            border-color: #0084D1;
            box-shadow: 0 0 0 3px rgba(0, 132, 209, 0.1);
        }

        .filter-btn {
            padding: 10px 20px;
            border: 2px solid #dee2e6;
            background: #fff;
            color: #495057;
            border-radius: 8px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .filter-btn:hover,
        .filter-btn.active {
            background: #0084D1;
            color: #fff;
            border-color: #0084D1;
        }

        /* Pagination Styles */
        .pagination {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 40px;
        }

        .page-link {
            padding: 10px 16px;
            border: 2px solid #dee2e6;
            background: #fff;
            color: #495057;
            border-radius: 8px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .page-link:hover,
        .page-link.active {
            background: #0084D1;
            color: #fff;
            border-color: #0084D1;
        }

        .page-link.disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }


	.footer_box,
.social_icon {
  border-color: rgba(255, 255, 255, 0.15);
}

.social_icon svg {
  width: 22px;
  height: 22px;
}


        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Poppins", sans-serif;
        }



        .active {
            color: black;
        }

        .nav-link {
            position: relative;
            /* zaroori hai for ::before positioning */
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            transform: translateY(-3px);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #0084D1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            /* change here from :active to .active */
            transform: scaleY(1);
        }

        .nav-link.active {
            transform: translateY(-3px);
        }

        .text-rose {
            color: #0084D1;
        }



        .notes-card {
            background: radial-gradient(circle at top left, #ffffff 0%, #f7fbff 45%, #ffffff 100%);
            border-radius: 18px;
            box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
            transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
            overflow: hidden;
            height: 100%;
            position: relative;
            border: 1px solid rgba(148, 163, 184, 0.35);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .notes-card::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.12) 0, transparent 55%),
                radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.12) 0, transparent 55%);
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.30s ease;
        }

        .notes-card:hover {
            transform: translateY(-7px) scale(1.02);
            box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
            border-color: rgba(59, 130, 246, 0.60);
        }

        .notes-card:hover::before {
            opacity: 1;
        }

        .pdf-icon {
            color: #e63946;
            font-size: 3.5rem;
            margin-bottom: 6px;
            margin-top: 18px;
        }

        .pdf-icon i {
            filter: drop-shadow(0 6px 10px rgba(220, 38, 38, 0.35));
        }

        .notes-badge {
            background-color: #ffffff;
            color: #000000ff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 6px 18px;
            font-weight: 700;
            font-size: 0.82rem;
            letter-spacing: 1px;
            margin-bottom: 10px;
            margin-top: 4px;
            text-transform: uppercase;
            box-shadow: 0 6px 14px rgba(37, 99, 235, 0.35);
        }

        .notes-title {
            font-weight: 700;
            font-size: 1.40rem;
            color: #0f172a;
            letter-spacing: 0.20px;
        }

        .open-btn {
            background: linear-gradient(135deg, #0ea5e9, #2563eb);
            color: #ffffff;
            border-radius: 999px;
            padding: 10px 28px;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            text-decoration: none;
            font-size: 0.96rem;
            border: none;
            margin-top: 16px;
            margin-bottom: 12px;
            box-shadow: 0 10px 22px rgba(37, 99, 235, 0.35);
            transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
        }

        .open-btn i {
            font-size: 0.95rem;
        }

        .open-btn:hover {
            background: linear-gradient(135deg, #0284c7, #1d4ed8);
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 30px rgba(37, 99, 235, 0.45);
        }



        .top-head {
            background: #308bdb;
            background: -webkit-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: -moz-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
        }

        .top-head h1 {
            color: #0f172a;
        }

        .top-head span {
            color: #e11d48 !important;
        }

        .top-head p {
            color: #64748b !important;
        }


                .footer_box,
        .social_icon {
            border-color: rgba(255, 255, 255, 0.15);
        }

        .social_icon svg {
            width: 22px;
            height: 22px;
        }



        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Poppins", sans-serif;
        }



        .active {
            color: black;
        }

        .nav-link {
            position: relative;
            /* zaroori hai for ::before positioning */
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            transform: translateY(-3px);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #0084D1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            /* change here from :active to .active */
            transform: scaleY(1);
        }

        .nav-link.active {
            transform: translateY(-3px);
        }

        .blog-banner {
            width: 100%;
            max-height: 380px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
            margin-bottom: 35px;
        }

        .meta-area {
            font-size: 0.97rem;
            color: #73777a;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .blog-content {
            font-size: 1.16rem;
            color: #212529;
            line-height: 2;
            margin-bottom: 50px;
        }

        .blog-content h2,
        .blog-content h3 {
            font-weight: 700;
            color: #0084D1;
            margin-top: 30px;
            margin-bottom: 18px;
            font-size: 1.4rem;
        }

        .blog-content ul,
        .blog-content ol {
            padding-left: 25px;
            margin-bottom: 24px;
        }

        /* Sidebar */
        .blog-sidebar {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 32px 20px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
        }

        .sidebar-title {
            font-weight: 700;
            color: #0084D1;
            font-size: 1.07rem;
            margin-bottom: 18px;
        }

        .recent-posts li,
        .blog-categories li {
            margin-bottom: 12px;
            font-size: 0.98rem;
        }

        .recent-posts a,
        .blog-categories a {
            color: #212529;
            text-decoration: none;
            transition: color 0.19s;
        }

        .recent-posts a:hover,
        .blog-categories a:hover {
            color: #0084D1;
            text-decoration: underline;
        }

        /* Prev/Next Nav */
        .blog-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            margin-bottom: 35px;
        }

        .blog-nav a {
            display: inline-block;
            color: #fff;
            background: #0084D1;
            border-radius: 6px;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
            transition: background 0.25s;
        }

        .blog-nav a:hover {
            background: #006bb0;
        }

        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Poppins", sans-serif;
        }



        .active {
            color: black;
        }

        .nav-link {
            position: relative;
            /* zaroori hai for ::before positioning */
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            transform: translateY(-3px);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #0084D1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            /* change here from :active to .active */
            transform: scaleY(1);
        }

        .nav-link.active {
            transform: translateY(-3px);
        }

        .blog-banner {
            width: 100%;
            max-height: 380px;
            object-fit: cover;
            border-radius: 16px;
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
            margin-bottom: 35px;
        }

        .meta-area {
            font-size: 0.97rem;
            color: #73777a;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
            gap: 16px;
            flex-wrap: wrap;
        }

        .blog-content {
            font-size: 1.16rem;
            color: #212529;
            line-height: 2;
            margin-bottom: 50px;
        }

        .blog-content h2,
        .blog-content h3 {
            font-weight: 700;
            color: #0084D1;
            margin-top: 30px;
            margin-bottom: 18px;
            font-size: 1.4rem;
        }

        .blog-content ul,
        .blog-content ol {
            padding-left: 25px;
            margin-bottom: 24px;
        }

        /* Sidebar */
        .blog-sidebar {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 32px 20px;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
        }

        .sidebar-title {
            font-weight: 700;
            color: #0084D1;
            font-size: 1.07rem;
            margin-bottom: 18px;
        }

        .recent-posts li,
        .blog-categories li {
            margin-bottom: 12px;
            font-size: 0.98rem;
        }

        .recent-posts a,
        .blog-categories a {
            color: #212529;
            text-decoration: none;
            transition: color 0.19s;
        }

        .recent-posts a:hover,
        .blog-categories a:hover {
            color: #0084D1;
            text-decoration: underline;
        }

        /* Prev/Next Nav */
        .blog-nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            margin-bottom: 35px;
        }

        .blog-nav a {
            display: inline-block;
            color: #fff;
            background: #0084D1;
            border-radius: 6px;
            padding: 12px 30px;
            font-size: 1rem;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
            transition: background 0.25s;
        }

        .blog-nav a:hover {
            background: #006bb0;
        }

        
        .footer_box,
        .social_icon {
            border-color: rgba(255, 255, 255, 0.15);
        }

        .social_icon svg {
            width: 22px;
            height: 22px;
        }


        @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
            font-family: "Poppins", sans-serif;
        }



        .active {
            color: black;
        }

        .nav-link {
            position: relative;
            /* zaroori hai for ::before positioning */
            transition: all 0.3s ease;
        }

        .nav-link:hover {
            transform: translateY(-3px);
        }

        .nav-link::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #0084D1;
            transform: scaleY(0);
            transform-origin: bottom;
            transition: transform 0.3s ease;
        }

        .nav-link:hover::before,
        .nav-link.active::before {
            /* change here from :active to .active */
            transform: scaleY(1);
        }

        .nav-link.active {
            transform: translateY(-3px);
        }
    
        .text-rose {
            color: #0084D1;
        }

        .top-head {
            background: #308bdb;
            background: -webkit-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: -moz-linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
            background: linear-gradient(126deg, rgba(58, 163, 255, 0.1) 45%, rgba(238, 54, 255, 0.1) 100%);
        }

        body {
            background: #ffffffff;
        }

        .details-box {
            border-radius: 8px;
        }

        .text-purple {
            color: #6f42c1;
        }



        /* Default style for the chapter box */
        #chapter_box {
            background-color: #f8f9fa;
            transition: box-shadow 0.3s ease, transform 0.3s ease;
            border-radius: 8px;
            padding: 10px;
            cursor: pointer;
            margin-bottom: 12px;
        }

        /* Add smooth shadow on hover */
        #chapter_box:hover {
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
            transform: translateY(-3px);
        }

        /* Remove shadow smoothly when mouse out */
        #chapter_box {
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        }

        .main_videos {
            height: 680px;
            overflow-y: scroll;
        }