
/* Instructor content inside carousel */
.instructor-content-ui {
    font-size: 13px;
    color: #444;
    text-align: left;
    max-height: 110px;        /* keeps card height balanced */
    overflow: hidden;
    display:flex;
    justify-content:center;
    
}

/* Remove messy spacing from summernote */
.instructor-content-ui p {
    margin-bottom: 6px;
}

/* Clean bullet points */
.instructor-content-ui ul {
    list-style: none;
    padding-left: 0;
    margin: 8px 0 0;
}

.instructor-content-ui ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 6px;
    line-height: 1.5;
}

/* Small icon bullets */
.instructor-content-ui ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 11px;
    color: #2575fc;
}

.btn-primary-custom {
    /*border:2px solid #ee951145;*/
    padding: 2px 15px;
    margin:20px 0px;
    background:#ffffff;
    color:#000000;
    font-size: medium;
}
.btn-primary-custom:hover {
    color: #ffffff;
    background-color: #f28f14;
    /*border-color: var(--bs-btn-hover-border-color);*/
}
/* Global Typography */
body { font-display: swap !important; }
.content-body h2 { font-size: 20px; font-weight: 600; }
.content-body h3 { font-size: 18px; font-weight: 500; }
.content-body p { font-size: 14px; line-height: 1.8; color: #333; margin-bottom: 0.1rem; }
.content-body { font-size: 16px; color: #333; line-height: 1.6; }
.content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 { font-weight: 600; }
.content-body p { margin-bottom: 15px; }
.content-body ul { list-style-type: disc; padding-left: 25px; margin-bottom: 15px; }
.content-body ol { list-style-type: decimal; padding-left: 25px; margin-bottom: 15px; }
.content-body li { margin-bottom: 8px; }
.content-body a { color: #007bff; text-decoration: none; }
.content-body a:hover { text-decoration: underline; }
.content-body table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.content-body table, .content-body th, .content-body td { border: 1px solid #ddd; }
.content-body th, .content-body td { padding: 10px; text-align: left; }
.srijancustom-job-title {font-size: 1rem !important;}
/* Breadcrumb */
.breadcrumb-nav { margin-bottom: 15px; }
.breadcrumb { background: transparent; padding: 0; margin: 0; }
.breadcrumb-item + .breadcrumb-item::before { content: "\203A"; color: #999; padding: 0 6px; }
.breadcrumb span { color: #050101ff; font-size: 12px; font-weight: 400; margin-left: 10px; }
.srijan-breadcrumb-wrapper { width: 100%; padding: 12px 0px; border-radius: 8px; overflow-x: auto; white-space: nowrap; }
.srijan-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; font-size: 14px; color: #475569; }
.srijan-breadcrumb a { color: #2563eb; text-decoration: none; font-weight: 500; display: inline-flex; align-items: center; gap: 4px; transition: color 0.3s ease; }
.srijan-breadcrumb a:hover { text-decoration: underline; color: #1d4ed8; }
.srijan-breadcrumb .active { color: #1e293b; font-weight: 600; pointer-events: none; text-decoration: none; }
@media (max-width: 768px) { .srijan-breadcrumb-wrapper { padding: 10px 0px; } .srijan-breadcrumb { font-size: 13px; gap: 3px; } .breadcrumb-item + .breadcrumb-item::before { padding: 0 6px; } }
@media (max-width: 480px) { .srijan-breadcrumb { font-size: 12px; } .breadcrumb-item + .breadcrumb-item::before { padding: 0 4px; } }

/* Search Container */
.search-container { display: flex; justify-content: center; gap: 10px; margin-bottom: 20px; }
#courseSearch { width: 100%; max-width: 400px; padding: 10px; font-size: 16px; border-radius: 5px; border: 1px solid #ccc; }
#searchBtn, #showMoreBtn { padding: 10px 20px; font-size: 16px; border-radius: 5px; cursor: pointer; color: white; border: none; transition: background-color 0.3s ease; }
#searchBtn { background-color: #28a745; }
#searchBtn:hover { background-color: #218838; }
#showMoreBtn { background-color: #007bff; }
#showMoreBtn:hover { background-color: #0056b3; }
@media (max-width: 768px) { .search-container { flex-direction: column; gap: 15px; } #courseSearch { max-width: 100%; } }

/* Course Cards */
.srijan-courses-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 1rem; }
@media (min-width: 768px) and (max-width: 991px) { .srijan-courses-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }
@media (min-width: 992px) { .srijan-courses-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }
.srijan-course-card { border: 1px solid #e4e4e7; border-radius: 12px; overflow: hidden; transition: all 0.3s ease; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); animation: fadeInCourse 0.4s ease forwards; }
.srijan-course-card:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0,0,0,0.12); }
.srijan-course-image { position: relative; overflow: hidden; }
.srijan-course-image img { width: 100%; height: 200px; object-fit: cover; transition: transform .4s ease; image-rendering: auto !important; -webkit-transform: translateZ(0); transform: translateZ(0); backface-visibility: hidden; }
.srijan-course-image img:hover { transform: scale(1.05); }
.srijan-course-tag { position: absolute; top: 10px; left: 10px; background: #ff5722; color: #fff; padding: 3px 8px; border-radius: 6px; font-size: 12px; font-weight: 500; }
.srijan-course-content { padding: 1rem; text-decoration: none !important; }
.srijan-course-title { font-size: 1.1rem; font-weight: 700; color: #111827; margin-bottom: 0.5rem; text-decoration: none !important; }
.srijan-course-card a, .srijan-course-card a:hover, .srijan-course-card a:focus { text-decoration: none !important; color: inherit; }
.srijan-course-review { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.3rem; }
.srijan-stars span { color: #ffc107; font-size: 14px; }
.srijan-review-count { font-size: 0.85rem; color: #0d6efd; }
.srijan-course-desc { font-size: 0.9rem !important; color: #444; margin: 0.5rem 0 0.8rem 0; line-height: 1.4; }
.srijan-course-info { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; color: #444; margin: 10px 0; }
.srijan-course-info i { color: #16a34a; margin-right: 6px; }
.srijan-course-price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; gap: 10px; flex-wrap: wrap; }
.srijan-course-price { font-size: 1rem; font-weight: 600; color: #111827; display: flex; align-items: center; gap: 4px; }
.srijan-view-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: #16a34a; color: #fff; border: none; border-radius: 8px; padding: 8px 14px; font-weight: 500; white-space: nowrap; transition: all 0.3s ease; }
.srijan-view-btn:hover { background: #128c47; transform: scale(1.03); }
.srijan-load-more-btn { background: #2563eb; color: #fff; border: none; padding: 10px 22px; border-radius: 8px; font-weight: 500; transition: background 0.3s ease; }
.srijan-load-more-btn:hover { background: #1d4ed8; }
@keyframes fadeInCourse { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { .srijan-courses-grid { grid-template-columns: 1fr; } }

/* Testimonial Carousel */
.srijancustom-carousel-section { padding: 4rem 0; background: #f8f9fa; }
.srijancustom-carousel-heading { font-size: 2rem; font-weight: 700; margin-bottom: 2rem; }
.srijancustom-carousel-card { position: relative; width: 100%; height: 300px; text-align: center; background: #fff; border-radius: 15px; padding: 1.5rem 1rem; box-shadow: 0 4px 12px rgba(0,0,0,0.08); transition: transform 0.4s ease, box-shadow 0.4s ease; }
.srijancustom-carousel-card:hover { transform: translateY(-8px) scale(1.03); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }
.srijancustom-carousel-avatar { width: 80px; height: 80px; margin: 0 auto 1rem; border-radius: 50%; overflow: hidden; border: 3px solid #0d6efd; transition: transform 0.4s ease; }
.srijancustom-carousel-card:hover .srijancustom-carousel-avatar { transform: rotate(8deg) scale(1.1); }
.srijancustom-carousel-avatar img { width: 100%; height: 100%; object-fit: cover; }
.srijancustom-carousel-shape { position: absolute; bottom: -8px; right: -8px; width: 60px; opacity: 0.15; transition: transform 0.4s ease; }
.srijancustom-carousel-card:hover .srijancustom-carousel-shape { transform: scale(1.2) rotate(12deg); }
.srijancustom-carousel-title { font-size: 1.1rem; font-weight: 600; color: #111; margin-bottom: 0.3rem; }
.srijancustom-carousel-subtitle { font-size: 0.85rem; color: #666; line-height: 1.4; }
.swiper-button-next, .swiper-button-prev { color: #000; top: 45%; width: 30px; height: 30px; background: rgba(255,255,255,0.8); border-radius: 50%; }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 14px; }
.swiper-pagination-bullet { background: #0d6efd; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; }
@media (max-width: 992px) { .srijancustom-carousel-heading { font-size: 1.8rem; } .srijancustom-carousel-card { height: 280px; padding: 1.2rem 0.8rem; } .srijancustom-carousel-avatar { width: 70px; height: 70px; } .srijancustom-carousel-shape { width: 50px; } .srijancustom-carousel-title { font-size: 1rem; } .srijancustom-carousel-subtitle { font-size: 0.8rem; } }
@media (max-width: 768px) { .srijancustom-carousel-heading { font-size: 1.6rem; } .srijancustom-carousel-card { height: 260px; padding: 1rem 0.6rem; } .srijancustom-carousel-avatar { width: 60px; height: 60px; } .srijancustom-carousel-shape { width: 40px; } .srijancustom-carousel-title { font-size: 0.95rem; } .srijancustom-carousel-subtitle { font-size: 0.75rem; } .swiper-button-next, .swiper-button-prev { width: 25px; height: 25px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 12px; } }
@media (max-width: 576px) { .srijancustom-carousel-heading { font-size: 1.4rem; } .srijancustom-carousel-card { height: 240px; padding: 0.8rem 0.5rem; } .srijancustom-carousel-avatar { width: 50px; height: 50px; border-width: 2px; } .srijancustom-carousel-shape { width: 35px; } .srijancustom-carousel-title { font-size: 0.9rem; } .srijancustom-carousel-subtitle { font-size: 0.7rem; } .swiper-button-next, .swiper-button-prev { width: 20px; height: 20px; } .swiper-button-next:after, .swiper-button-prev:after { font-size: 10px; } }

/* Banner Section */
.bannar-card .text-custom { font-size: 15px !important; padding-left: 20px !important; }
h3 { font-size: 20px !important; }

/* Job Support Section */
.srijancustom-job-support { padding: 5rem 0; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); position: relative; overflow: hidden; }
.srijancustom-job-support::before, .srijancustom-job-support::after { content: ''; position: absolute; border-radius: 50%; background: linear-gradient(45deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0.03) 100%); }
.srijancustom-job-support::before { width: 300px; height: 300px; top: -150px; left: -150px; }
.srijancustom-job-support::after { width: 200px; height: 200px; bottom: -100px; right: -100px; }
.srijancustom-job-heading { font-size: 2.8rem; font-weight: 800; margin-bottom: 1rem; background: linear-gradient(90deg, #222 0%, #0d6efd 100%); -webkit-background-clip: text; }
.srijancustom-job-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 2.5rem; }
.srijancustom-job-item { width: 160px; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.srijancustom-job-item:hover { transform: translateY(-12px); }
.srijancustom-job-icon { width: 100px; height: 100px; border-radius: 50%; background: linear-gradient(135deg, #0d6efd 0%, #00bfff 100%); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3); animation: pulse 4s infinite ease-in-out; margin:10px; }
.srijancustom-job-icon img { width: 55%; height: 55%; object-fit: contain; filter: brightness(0) invert(1); }
.srijancustom-job-item:hover .srijancustom-job-icon { transform: scale(1.1) rotate(5deg); animation: none; }
.srijancustom-job-title { font-size: 1rem; font-weight: 600; color: #2c3e50; text-align: center; margin-top: 1.2rem; padding: 0.5rem 1rem; border-radius: 20px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); }
.srijancustom-job-item:hover .srijancustom-job-title { background: #0d6efd; color: white; }
.faq { padding: 22px 0 30px; background-color: var(--bg-white);}
@keyframes pulse { 0% { transform: scale(1); box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3); } 50% { transform: scale(1.05); box-shadow: 0 15px 30px rgba(13, 110, 253, 0.5); } 100% { transform: scale(1); box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3); } }
@media (max-width: 1200px) { .srijancustom-job-list { gap: 2rem; } .srijancustom-job-item { width: 140px; } .srijancustom-job-icon { width: 100px; height: 100px; } }
@media (max-width: 992px) { .srijancustom-job-heading { font-size: 2.4rem; } .srijancustom-job-item { width: 120px; } .srijancustom-job-icon { width: 90px; height: 90px; } .srijancustom-job-title { font-size: 0.9rem; } }
@media (max-width: 768px) { .srijancustom-job-heading { font-size: 2rem; } .srijancustom-job-item { width: 110px; } .srijancustom-job-icon { width: 80px; height: 80px; } .srijancustom-job-title { font-size: 0.85rem; padding: 0.4rem 0.8rem; } }
@media (max-width: 576px) { .srijancustom-job-support { padding: 3rem 0; } .srijancustom-job-heading { font-size: 1.8rem; } .srijancustom-job-item { width: 100px; } .srijancustom-job-icon { width: 70px; height: 70px; } .srijancustom-job-title { font-size: 0.6rem !important; padding: 0.3rem 0.6rem; }.img-height img {height:auto !important;} .bannar-card .banner-card-1{text-align:center !important;} .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    font-size: 10px !important;
    font-weight: 800 !important;
    content: 'next';
}
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
 {
    content: 'prev';
    font-size: 10px !important;
    font-weight: 800 !important;
}
}

/* Instructor Section */
.top-title { font-size: 32px; font-weight: 800; text-align: center; color: #111827; }
.top-sub { text-align: center; color: #6b7280; margin-bottom: 40px; }
.instructor-scroll-wrapper { position: relative; overflow: hidden; padding: 0 60px; }
.instructor-scroller { display: flex; gap: 26px; overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; }
.instructor-scroller::-webkit-scrollbar { display: none; }
.instructor-card { flex: 0 0 350px; background: #fff; border-radius: 24px; padding: 30px 20px; text-align: center; border: 1px solid #eef1ff; box-shadow: 0 12px 30px rgba(0,0,0,0.06); transition: .35s ease; }
.instructor-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.12); }
.inst-img-box { width: 130px; height: 130px; margin: 0 auto 16px; border-radius: 50%; padding: 6px; background: linear-gradient(150deg,#e7dcff,#d6c8ff); }
.inst-img-box img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.inst-name { font-size: 20px; font-weight: 700; color: #111; margin-bottom: 5px; }
.inst-role { font-size: 13px; color: #6b7280; margin-bottom: 12px; }
.inst-desc { font-size: 14px; color: #4b5563; height: 65px; overflow: hidden; margin-bottom: 16px; }
.inst-social a { margin: 0 8px; font-size: 20px; color: #374151; transition: .2s ease; }
.inst-social a:hover { color: #0d6efd; }
.scroll-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: none; font-size: 24px; background: #fff; color: #111; box-shadow: 0 4px 16px rgba(0,0,0,0.2); cursor: pointer; transition: .2s ease; z-index: 20; }
.scroll-btn:hover { background: #0d6efd; color: #fff; }
.scroll-left { left: 5px; }
.scroll-right { right: 5px; }
@media(max-width: 768px) { .instructor-scroll-wrapper { padding: 0 20px; } .instructor-card { flex: 0 0 100%; } .scroll-btn { width: 32px; height: 32px; font-size: 1.2rem; } .scroll-left { left: 5px; } .scroll-right { right: 5px; } ,.img-height img{
     height: auto !important; 
}}

/* Hiring Partners */
.srijan-custom-client-section { padding: 60px 0; overflow: hidden; }
.srijan-custom-container { width: 90%; margin: auto; }
.srijan-custom-heading { text-align: center; margin-bottom: 40px; }
.srijan-custom-heading h2 { font-size: 32px; font-weight: 700; margin-bottom: 8px; color: #222; }
.srijan-custom-heading p { font-size: 16px; color: #777; }
.srijan-custom-slider { width: 100%; overflow: hidden; position: relative; }
.srijan-custom-track { display: flex; gap: 30px; width: max-content; animation: srijanCustomScroll 20s linear infinite; }
.srijan-custom-slider:hover .srijan-custom-track { animation-play-state: paused; }
.srijan-custom-slide { flex-shrink: 0; }
.srijan-custom-logo-box { padding: 18px 28px; background: #ffffff; border-radius: 12px; border: 1px solid #eaeaea; box-shadow: 0 4px 10px rgba(0,0,0,0.06); display: flex; align-items: center; justify-content: center; min-width: 150px; height: 85px; transition: .3s ease; }
.srijan-custom-logo-box:hover { transform: translateY(-5px); }
.srijan-custom-logo-box img { height: 45px; object-fit: contain; filter: grayscale(100%); transition: .3s ease; }
.srijan-custom-logo-box:hover img { filter: grayscale(0); }
@keyframes srijanCustomScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Reviews Section */
.testimonial-scroller { -ms-overflow-style: none; scrollbar-width: none; }
.testimonial-scroller::-webkit-scrollbar { display: none; }
.glass-card { width: 100%; max-width: 350px; border-radius: 22px; margin-right: 28px; background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(14px); position: relative; padding: 2px; transition: 0.3s ease-in-out; }
.glass-card::before { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 22px; background: linear-gradient(135deg, #0d6efd40, #6f42c140); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.glass-inner { background: rgba(255, 255, 255, 0.65); border-radius: 20px; padding: 22px; }
.glass-card:hover { transform: translateY(-7px) scale(1.02); }
.bg-primary-soft { background: rgba(13, 110, 253, 0.12)  !important; color: #0d6efd !important; }
.bg-success-soft { background: rgba(25, 135, 84, 0.12); }
.testimonial-arrow { position: absolute; top: 50%; transform: translateY(-50%); border: none; width: 46px; height: 46px; border-radius: 50%; background: #fff; color: #000; font-size: 20px; cursor: pointer; z-index: 10; display: flex; align-items: center; justify-content: center; box-shadow: 0 5px 18px rgba(0,0,0,0.15); transition: 0.15s ease-in-out; }
.testimonial-arrow:hover { background: #0d6efd; color: #fff; }
.testimonial-arrow.left { left: -15px; }
.testimonial-arrow.right { right: -15px; }
@media(max-width: 768px) { .testimonial-arrow.left { left: -5px; } .testimonial-arrow.right { right: -5px; } .review-card { min-width: 100%; margin-right: 0.5rem; padding: 0.5rem; } .card-body { padding: 1rem; } .card-title { font-size: 1.1rem; } .card-subtitle { font-size: 0.85rem; } .card-text { font-size: 0.9rem; line-height: 1.5; } }
@media (max-width: 576px) { .review-card { min-width: 100%; } .card-body { padding: 0.75rem; } .card-title { font-size: 1rem; } .card-text { font-size: 0.85rem; } }

/* Blog Section */
.blog-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); transition: .3s ease; height: 100%; }
.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.blog-image img { width: 100%; height: 230px; object-fit: cover; }
.blog-body { padding: 18px 20px 25px; }
.blog-title { font-size: 20px; font-weight: 700; color: #111; margin-bottom: 10px; }
.blog-desc { color: #4b5563; font-size: 15px; margin-bottom: 20px; }
.blog-meta { font-size: 14px; color: #6b7280; margin-bottom: 8px; }
.explore-btn { background: #0d6efd; color: #fff; padding: 12px 32px; border-radius: 40px; font-size: 16px; font-weight: 600; transition: .2s; }
.explore-btn:hover { background: #0a56ca; }

/* Content Section */
.content-container { max-width: 1200px; margin: 0 auto; }
.content-card { background: #fff; border-radius: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.1); transition: transform 0.3s ease; }
.content-card:hover { transform: translateY(-5px); }
.content-body { padding: 2rem; }
.content-body table { width: 100%; border-collapse: separate; border-spacing: 0; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.content-body table th, .content-body table td { padding: 1rem; text-align: left; border-bottom: 1px solid #dee2e6; }
.content-body table th { background: #007bff; color: white; font-weight: 600; }
.content-body table tr:last-child td { border-bottom: none; }
.content-body table tr:nth-child(even) { background: #f8f9fa; }
@media (max-width: 768px) { .content-body { padding: 1.5rem; } .content-body table th, .content-body table td { font-size: 0.9rem; padding: 0.75rem; } }

/* Certificate Card */
.certificate-card { border: 2px solid #000; border-radius: 10px; padding: 20px; background: #fff; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.certificate-card img { max-width: 100%; height: auto; border: 1px solid #ddd; border-radius: 8px; }
@media (max-width: 768px) { .certificate-card { padding: 15px; } }

/* FAQ Section */
.faq__inner { max-width: 100%; margin: 0 auto; }
.accordion-item { border: none; margin-bottom: 10px; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.accordion-header { font-size: 1.1rem; }
.accordion-button { font-weight: 500; padding: 1rem 1.5rem; background: #fff; border-radius: 8px !important; color: #333; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: #0d6efd; background: #f8f9fa; }
.accordion-body { padding: 1rem 1.5rem; font-size: 0.95rem; color: #555; }
.accordion-button::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E"); }
.accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3E%3Cpath fill-rule='evenodd' d='M1.646 11.354a.5.5 0 0 1 0-.708L7.293 5l-5.647-5.646a.5.5 0 0 1 .708-.708l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0z'/%3E%3C/svg%3E"); transform: rotate(-180deg); }

/* Career Expert Section */
.bggreyycontact { background: #3d6ce7; }
.img-height img { height: 315px; }
@media (max-width: 768px) { .position-absolute.top-0.start-0.bg-primary { width: 200px; height: 200px; } .position-absolute.bottom-0.end-0.bg-success { width: 250px; height: 250px; } .display-5 { font-size: 1.75rem; } .lead { font-size: 1rem; } .circleshape_section .row { flex-direction: column !important; text-align: center; } .circleshape_section h2 { font-size: 1.5rem; } .circleshape_section p { font-size: 0.9rem; } .circleshape_section .btn-lg { padding: 10px 20px; font-size: 0.9rem; } .circleshape_section img { max-height: 200px; margin-top: 1rem; } }
@media (max-width: 576px) { .position-absolute.top-0.start-0.bg-primary { width: 150px; height: 150px; } .position-absolute.bottom-0.end-0.bg-success { width: 200px; height: 200px; } .display-5 { font-size: 1.5rem; } .circleshape_section { padding: 2rem 0; } .circleshape_section h2 { font-size: 1.25rem; } .circleshape_section p { font-size: 0.85rem; } .circleshape_section .btn-lg { padding: 8px 16px; font-size: 0.85rem; } .circleshape_section img { max-height: 150px; } }

/* No Course Found */
#noCourseFound { max-width: 200px; height: 300px; display: none; width: 100%; }
.overflowreview { overflow: hidden; }
input { height: auto; }
@media (max-width: 420px) { .grid-view-body .btn { background-color: blue; color: #6e798a; margin-left: 4px; border: 1.5px solid #6e798a45; } }

.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
    top: 45% !important;
    width: 30px !important;
    height: 30px !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after
 {
    content: 'prev';
    font-size: 20px !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 20px !important;
}

/* General Section Styling */
.srijan-video-testimonials { background: #f8fafc; }
.srijan-heading {
    /*font-size: 2.5rem; */
    font-weight: 700; 
    color: #1a1a1a; }
.srijan-desc { color: #666; font-size: 1.1rem; }

/* Video Grid */
.srijan-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 cards per row on desktop */
  gap: 30px;
}

/* Video Card */
.srijan-video-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.srijan-video-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
.srijan-video-wrapper iframe {
  width: 100%;
  height: 200px;
  border-radius: 15px 15px 0 0;
}
.srijan-video-info { padding: 15px; text-align: left; }
.srijan-video-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 10px; color: #222; }
.srijan-video-meta { display: flex; justify-content: space-between; color: #555; }
.srijan-video-meta i { margin-right: 5px; }
.srijan-video-meta .rating i { color: #ffc107; }

/* Waiting Card */
.waiting-card {
  background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 3px dashed #fff;
  animation: floating 3s ease-in-out infinite;
}
.waiting-inner {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.waiting-inner h3 { font-size: 2rem; font-weight: 700; letter-spacing: 1px; }
.waiting-inner h3 span { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.8); }
.waiting-inner p { margin-top: 10px; font-size: 1rem; }
.srijan-btn-join {
  display: inline-block;
  margin-top: 15px;
  background: #fff;
  color: #ff4d4f;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.srijan-btn-join:hover { background: #ff4d4f; color: #fff; }
.pulse-ring {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
}

/* Animations */
@keyframes pulse { 0% { transform: translate(-50%, -50%) scale(1); opacity: 1; } 100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; } }
@keyframes floating { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* Explore Button */
.srijan-btn-explore {
  display: inline-block;
  background: #0d6efd;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}
.srijan-btn-explore:hover { background: #222; }


@media (max-width: 1200px) { .srijan-video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px){ .srijan-video-grid { grid-template-columns: 1fr; } }

.srijan-scroll-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.srijan-scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.srijan-scroll-container::-webkit-scrollbar {
    display: none;
}

.srijan-scroll-item {
    flex: 0 0 322px;
}

.srijan-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    cursor: pointer;
    font-size: 22px;
    z-index: 5;
}

.srijan-scroll-btn.left {
    left: 5px;
}

.srijan-scroll-btn.right {
    right: 5px;
}

.srijan-scroll-btn:hover {
    background: #0d6efd;
    color: #fff;
}
@media (max-width: 480px) { 
    .srijan-scroll-item {
    flex: 0 0 256px;
     } 
}


