ul>li>a {
    text-decoration: none;
}

a {
    color: black !important;
    text-decoration: none !important;
}

a.active {
    color: rgb(82, 82, 82) !important;
}

.listStyle::marker {
    content: '▶ ';
    color: #000000;
}

.exam-pattern-cards {
    background: #f8fafc;
    padding: 12px 14px;
    border-left: 4px solid var(--edu-primary);
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.top-second-card {
    margin-right: -30px;
    margin-top: 15px;
}

@media (max-width: 768px) {

    .top-card,
    .top-second-card,
    .third-card {
        margin-bottom: 20px;
    }

    .top-card {
        margin-left: -15px;
    }
}

.apply-gif {
    width: 15%;
    height: auto;
}

.carousel-img {
    height: 80vh;
    object-fit: cover;
}

.carousel-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    max-width: 700px;
    text-align: center;
}

.aiform {
    min-width: 280px;
    padding: 14px 18px;
    border-radius: 50px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    font-size: 15px;
}

.aibutton {
    background: rgb(251, 172, 27);
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 6px 25px rgba(251, 172, 27, 0.6);
}

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}

.search-wrapper-slider {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.pretty-input-slider {
    width: 100%;
    font-size: 16px;
    padding: 18px 65px 18px 22px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.pretty-input-slider::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.pretty-input-slider:focus {
    outline: none;
    border-color: #fbb01b;
    box-shadow: 0 0 0 4px rgba(251, 172, 27, 0.35),
        0 15px 40px rgba(0, 0, 0, 0.5);
}

.ai-btn-slider {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #fbb01b, #ff9800);
    border: none;
    border-radius: 50px;
    padding: 10px 22px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(251, 172, 27, 0.55);
    transition: all 0.3s ease;
}

.ai-btn-slider:hover {
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 14px 35px rgba(251, 172, 27, 0.8);
}

@media (max-width: 576px) {
    .custom-carousel {
        height: 90vh;
    }

    .carousel-img {
        height: 90vh;
    }

    .aiform {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .pretty-input-slider {
        padding: 16px 20px;
    }

    .ai-btn-slider {
        position: static;
        width: 100%;
        margin-top: 12px;
        transform: none;
    }
}

.edu-card {
    border-radius: 18px;
    padding: 18px 4px;
    text-align: center;
    color: #000000;
    position: relative;
    overflow: hidden;
    transition: all 0.35s ease;

}

.edu-card span {
    font-size: 2.4rem;
    display: inline-block;
    margin-bottom: 8px;
}

.edu-card h5 {
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: -4px;
    margin-bottom: 5px;
}

.edu-card p {
    font-size: 1.2rem;
    opacity: 0.9;
}

.activity-icon {
    font-size: 2.5rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
}
