header {
    min-height: 10vh;
    background-image: linear-gradient(to right, #9FFCDf, #52AD9e);
    padding: 10px;
}

.nav-item .nav-link {
    font-size: 20px;
    text-transform: uppercase;
    color: white;
}

#about .carousel-caption {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 2rem;
    border-radius: 1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

#about .carousel-caption h5 {
    font-size: 2.5rem;
    font-weight: 700;
}

#about .carousel-caption h5 span {
    color: #ffdd57;
    text-transform: capitalize;
    padding: 10px 20px 20px ;
}



#about .carousel-caption p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
}

#about .carousel-caption .btn{
    background-color: #ffdd57;
    color: white;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #bbb;
    background: transparent;
    border: none;
    margin: 0 6px;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    background-color: #0d6efd;
    /* Bootstrap primary */
    opacity: 1;
}


@media (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 1.8rem;
    }

    .carousel-caption p {
        font-size: 1rem;
    }
}

/* apply now page starts here */
main .applyheader{
    min-height: 100vh;
    width: 100%;
    background-image:url(image\carousel-slide-3.jpg);
    /* background-image: url(image); */
}

main .shapediv{
    height: 200px;
    width: 100%;
    border-radius: 0 0 180px 140px;
    background-image: linear-gradient(lightblue,lightgreen);
}

.table td{
    border: none;
    width: 80%;
}