/* <!-- Optional Spec-card CSS --> */

/* ================= IMPACT SECTION ================= */
.impact-section {
    background: #0f1117;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.impact-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
}

.impact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(#1c1f26 1px, transparent 1px), linear-gradient(90deg, #1c1f26 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.3;
}

.impact-section::after {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    border: 120px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -200px;
    left: -200px;
}

/* ================= IMPACT NUMBERS ================= */

.impact-number {
    font-size: 70px;
    font-weight: 600;
}

/* ================= CHOOSE CARD ================= */

.choose-card {
    background: #e9e9e9;
    padding: 40px 30px;
    border-radius: 18px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    transition: all 0.35s ease;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.choose-card h4 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #000;
}

.choose-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

/* ================= ICON ================= */

.icon-circles {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.icon-circle i {
    font-size: 28px;
    color: #000;
}

/* Icon Colors */

.icon-circles.pink {
    background: #e9a7b6;
}

.icon-circles.green {
    background: #b9cc34;
}

.icon-circles.yellow {
    background: #f4c400;
}

/* ================= SWIPER ================= */

.swiper {
    padding-bottom: 0px;
}

.swiper-pagination {
    bottom: 15px !important;
}

/* Premium Animated Dots */

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #00a2b9;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 20px;
    opacity: 1;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 768px) {

    .impact-number {
        font-size: 40px;
    }

    .choose-card {
        min-height: auto;
        padding: 30px 20px;
    }

    .choose-card h4 {
        font-size: 20px;
    }

    .swiper {
        padding-bottom: 45px;
    }
}

.image-box img {
    max-width: 150px;
    /* 👈 jitna chhota chahiye adjust karein */
    width: 100%;
}

/* ===== SECTION BACKGROUND ===== */
.placement-section {
    background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

/* ===== LEFT IMAGE CARD ===== */
.image-box {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
}

.image-box img {
    max-width: 200px;
    width: 100%;
}

/* ===== RECRUITERS BOX ===== */
.recruiters-box {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.brand {
    font-weight: 600;
    color: #444;
    font-size: 15px;
    opacity: 0.7;
    transition: 0.3s ease;
}

.brand:hover {
    opacity: 1;
    transform: translateY(-3px);
}

/* ===== RIGHT CONTENT ===== */
.highlight {
    color: #ff4d4f;
    font-weight: 700;
}

.learn-more {
    text-decoration: none;
    font-weight: 600;
    color: #111;
    border-bottom: 2px solid #111;
    padding-bottom: 3px;
    transition: 0.3s ease;
}

.learn-more:hover {
    color: #ff4d4f;
    border-color: #ff4d4f;
}

/* ===== STATS CARDS ===== */
.stat-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.stat-card h3 {
    font-weight: 700;
    margin-bottom: 8px;
}

.stat-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* ===== RESPONSIVE FIX ===== */
@media (max-width: 991px) {
    .placement-section {
        text-align: center;
    }

    .recruiters-box {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .image-box img {
        max-width: 250px;
    }
}

.company-logo {
    max-height: 45px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s ease;
}

.company-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

.recruiterSwiper .swiper-slide {
    width: auto !important;
}

.recruiterSwiper {
    overflow: hidden;
}

.recruiterSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.recruiterSwiper .swiper-slide {
    width: auto !important;
}

.company-logo {
    height: 45px;
    width: auto;
}

.swiper {
    overflow: hidden;
}

.swiper-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 15px;
    text-align: center;
}

.campus-section {
    background: #f5f5f5;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.campus-title {
    text-align: center;
    margin-bottom: 50px;
}

.campus-title h2 {
    font-weight: 600;
    font-size: 36px;
}

.campus-title p {
    color: #666;
    max-width: 600px;
    margin: 10px auto 0;
}

.campusSwiper {
    padding-bottom: 50px;
}

.campusSwiper .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease;
}

.campusSwiper .swiper-slide img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
}

.swiper-slide-active {
    transform: scale(1.05);
}

.swiper-pagination-bullet {
    background: #00bcd4;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.testimonial-section {
    background: #f4f4f4;
    padding: 30px 0;
    position: relative;
}

.section-title {
    font-size: 38px;
    font-weight: 600;
}

.section-title span {
    color: #111;
}

.testimonial-wrapper {
    display: flex;
    gap: 30px;
}

/* LEFT 360 CARD */
.abd-card {
    width: 300px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #111;
    color: #fff;
}

.abd-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abd-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    font-weight: 500;
    width: 80%;
}

.abd-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 120px;
}

/* SLIDER CARD */
.testi-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    transition: 0.3s;
    height: 100%;
}

.testi-img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.testi-content {
    padding: 20px;
}

.testi-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.testi-name {
    font-weight: 600;
    margin-top: 15px;
}

.testi-course {
    font-size: 13px;
    color: #777;
}

/* VIDEO ICON */
.video-wrap {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

/* ARROWS */
.custom-nav {
    position: absolute;
    top: 90px;
    right: 50px;
    display: flex;
    gap: 10px;
}

.custom-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .testimonial-wrapper {
        flex-direction: column;
    }

    .abd-card {
        width: 100%;
        height: 400px;
    }
}

.testimonial-section {
    background: #f3f3f3;
    padding: 40px 0;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.top-bar h2 {
    font-size: 38px;
    font-weight: 600;
}

.top-bar span {
    font-weight: 700;
}

.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-buttons button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.testimonial-layout {
    display: flex;
    gap: 30px;
}

/* LEFT CARD */
.left-card {
    width: 300px;
    height: 480px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

.left-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    width: 80%;
}

/* RIGHT SLIDER */
.right-slider {
    flex: 1;
    overflow: hidden;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    height: auto;
    display: flex;
}

.card-box {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-box img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.card-content {
    padding: 20px;
    flex: 1;
}

.card-content p {
    font-size: 14px;
    color: #555;
}

.card-content h6 {
    margin-top: 15px;
    font-weight: 600;
}

.card-content small {
    color: #777;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .testimonial-layout {
        flex-direction: column;
    }

    .left-card {
        width: 100%;
        height: 400px;
    }
}

.home-video-section {
    background: #f5f7fa;
    position: relative;
    overflow: hidden;
}

/* Video Box */
.video-box {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.video-box iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

/* Pause Button */
.pause-btn {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #d9f3ff;
    padding: 15px 25px;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pause-btn i {
    font-size: 20px;
    display: block;
}

.pause-btn span {
    font-size: 12px;
    letter-spacing: 1px;
}

/* Heading */
.video-content h2 {
    font-size: 48px;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 992px) {
    .video-box iframe {
        height: 300px;
    }

    .video-content h2 {
        font-size: 36px;
        text-align: center;
    }

    .pause-btn {
        top: -15px;
    }
}

@media (max-width: 576px) {
    .video-box iframe {
        height: 220px;
    }

    .video-content h2 {
        font-size: 28px;
    }
}

.faq-section {
    background: #f3f4f6;
}

.faq-title {
    font-size: 42px;
    font-weight: 600;
    color: #0f172a;
}

/* Accordion Style */
.custom-accordion .accordion-item {
    background: #f9fafb;
    border-radius: 18px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 25px;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    background-image: none;
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 18px;
    background: #e5e7eb;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}

.custom-accordion .accordion-body {
    padding: 0 25px 20px 25px;
    color: #475569;
}

/* Load More Button */
.load-more-btn {
    background: #fff;
    border-radius: 30px;
    padding: 10px 22px;
    border: 1px solid #ddd;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-title {
        font-size: 28px;
    }

    .custom-accordion .accordion-button {
        font-size: 16px;
        padding: 18px;
    }
}

.blog-section {
    background: #f3f4f6;
}

.blog-title {
    font-size: 42px;
    font-weight: 600;
}

.view-all-btn {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 8px 22px;
}

/* Card */
.blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

/* Image */
.blog-img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #c6f000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* Meta */
.blog-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    margin: 15px 0 8px;
    color: #555;
}

.blog-meta i {
    margin-right: 5px;
}

/* Dots */
.dot {
    height: 10px;
    width: 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.dot.active {
    background: #00a2b9;
    /* ya #000 agar black chahiye */
    transform: rotate(45deg) scale(1.3);
}

/* Slider Layout */
.blog-slider-wrapper {
    overflow: hidden;
    position: relative;
}

.blog-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.blog-slide {
    flex: 0 0 33.3333%;
    padding: 12px;
}

/* Full blog card clickable */
.blog-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

/* Hover state me bhi underline na aaye */
.blog-link:hover,
.blog-link:focus,
.blog-link:active {
    text-decoration: none !important;
    color: inherit;
}

/* Title color control */
.blog-card h5 {
    color: #044870;
    font-weight: 600;
    transition: 0.3s ease;
}

.blog-card h5 {
    font-size: 18px;
    font-weight: 600;
}

.blog-card h5 a {
    text-decoration: none;
    color: #044870;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card:hover h5 a {
    color: #00a2b9;
}

.blog-card:hover h5 {
    color: #00a2b9;
}

.blog-card h5 {
    white-space: nowrap;
    /* Ek hi line */
    overflow: hidden;
    /* Extra text hide */
    text-overflow: ellipsis;
    /* ... show kare */
}

@media (max-width: 991px) {
    .blog-title {
        font-size: 28px;
    }

    .blog-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .blog-slide {
        flex: 0 0 100%;
    }
}

.university-section {
    background: #f5f5f5;
}

.section-title {
    font-weight: 600;
    font-size: 32px;
}

.uni-card {
    position: relative;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden;
    height: 100%;
    min-height: 260px;
    display: flex;
    align-items: flex-start;
}

.large-card {
    min-height: 100%;
}

.uni-content h3,
.uni-content h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

.uni-content a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.uni-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
    height: auto;
}

.uni-img-second {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
    height: auto;
}

.uni-img-third {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 70%;
    height: auto;
}

.purple-bg {
    background: #b3a7e6;
}

.blue-bg {
    background: #9dc2e6;
}

.green-bg {
    background: #a9d8d4;
}

.rank-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e3262f;
    color: #fff;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
}

.rank-badge small {
    font-size: 11px;
}

/* Responsive */
@media (max-width: 991px) {
    .uni-card {
        min-height: 280px;
    }

    .uni-img {
        max-width: 70%;
        opacity: 0.9;
    }
}

@media (max-width: 576px) {
    .uni-card {
        padding: 25px;
    }

    .section-title {
        font-size: 22px;
    }

    .uni-img {
        max-width: 80%;
    }
}

.course-guide-section {
    background: #f5f5f5;
    padding: 60px 0;
}

.course-banner {
    position: relative;
    background: url('/front/images/quiz-desktop.webp') center/cover no-repeat;
    border-radius: 25px;
    padding: 80px 60px;
    overflow: hidden;
    color: #fff;
}

/* Dark overlay on left */
.course-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.1));
    z-index: 1;
}

/* Big transparent Q */
.course-banner::after {
    content: "Q";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 350px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.15);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
}

.banner-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 30px;
}

.guide-btn {
    display: inline-block;
    padding: 14px 35px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.guide-btn:hover {
    background: #000;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {

    .course-banner {
        padding: 60px 40px;
    }

    .banner-content h2 {
        font-size: 32px;
    }

    .course-banner::after {
        font-size: 220px;
        right: 5%;
    }
}

@media (max-width: 576px) {

    .course-banner {
        padding: 40px 25px;
        text-align: left;
    }

    .banner-content h2 {
        font-size: 24px;
    }

    .banner-content p {
        font-size: 15px;
    }

    .course-banner::after {
        display: none;
    }
}

.specialization-section {
    background: #f5f5f5;
}

.spec-card {
    background: #e9e9e9;
    border-radius: 20px;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
}

.spec-card:hover {
    background: #ffffff;
    transform: translateY(-5px);
}

.icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    font-size: 26px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-indicators {
    bottom: -60px;
    /* jitna niche chahiye utna value increase kare */
}

.specialization-section {
    padding-bottom: 70px;
    /* extra space for dots */
}


.spec-wrapper {
    gap: 20px;
}

/* Default Mobile = 1 */
.spec-card-wrapper {
    flex: 0 0 100%;
}

/* Tablet = 3 */
@media (min-width: 768px) {
    .spec-card-wrapper {
        flex: 0 0 33.3333%;
    }
}

/* Desktop = 5 */
@media (min-width: 1200px) {
    .spec-card-wrapper {
        flex: 0 0 20%;
    }
}

/* ===== CARD CONTENT ===== */
.card-content {
    padding: 35px 10px 15px 10px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.title-row h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.rating-pill {
    background: #e6e6e6;
    padding: 15px 20px;
    border-radius: 30px;
    font-size: 13px;
    white-space: nowrap;
}

.course-meta {
    margin-top: 18px;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.program-btn {
    margin-top: 20px;
    background: #3b3b3b;
    color: #fff;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
    align-self: flex-end;
}

.card-content {
    display: flex;
    flex-direction: column;
}

.meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.course-meta {
    display: flex;
    /* gap: 20px; */
    font-size: 14px;
}

.program-btn {
    background: #3b3b3b;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 13px;
}

/* ===== UNIVERSITY PILL ===== */
.university-pill {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #9fc5e8;
    padding: 8px 18px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
}

/* .university-pill {
            position: absolute;
            bottom: 0;
            left: 0;
            background: #9fc5e8;
            padding: 8px 18px;
            font-size: 13px;
            font-weight: 500; */

/* Only right side rounded 
            border-top-right-radius: 30px;
            border-bottom-right-radius: 30px;
        } */

/* ===== TOP BADGES ===== */
.badge-left {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ffd400;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
}

.badge-right {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
}

/* Responsive Fix */
@media (max-width: 991px) {
    .nav-right {
        justify-content: center;
    }
}

.course-section {
    margin-top: 50px;
}

.course-card {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 15px;
    margin: 0 12px;
    text-align: center;
    transition: 0.3s;
}

.course-card img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 15px;
}

.course-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.course-card:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

/* Remove default slick arrows */
.slick-prev:before,
.slick-next:before {
    color: #00a2b9;
}

.course-card h6 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
}

/* Hide default slick dot */
.top-course-section .slick-dots li button:before {
    display: none;
}

/* Normal dot */
.top-course-section .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #cfcfcf;
    border: none;
    transform: rotate(45deg);
    transition: 0.3s ease;
}

/* Active dot */
.top-course-section .slick-dots li.slick-active button {
    background: #111;
    transform: rotate(45deg) scale(1.2);
}

/* Position adjustment */
.top-course-section .slick-dots {
    bottom: -35px;
}