.about-content {
    font-size: 1.15rem;
    line-height: 1.6;
    padding: 0 1rem;
}
.carousel-container {
    margin-left: 9%;
    margin-right: 9%;
}
.carousel .carousel-inner img {
    height: 800px;
    object-fit: contain;
    /*width: 100%;*/
    transition: none !important;
}

.more-doc-section {
    margin-left: 9%;
    margin-right: 9%;
}

.link {
    padding-bottom: 1.5rem;
}

.link h3 {
    font-size: 1.6rem;
    color: #004D40;
    margin-bottom: 1rem;
    font-weight: 600;
    border-left: 4px solid #80cbc4;
    padding-left: 0.6rem;
}

.link ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 0;
}

.link li {
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.link .icon {
    font-size: 1.2rem;
    color: #26a69a;
    margin-right: 0.5rem;
}

.custom-link {
    display: inline-block;
    text-decoration: none;
    color: #00796B;
    font-weight: 600;
    transition: color 0.3s ease;
}

.custom-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #00796B;
    transition: width .3s ease;
    margin: 0 auto;
}

.custom-link:hover {
    font-weight: 700;
}

.custom-link:hover::after {
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    padding: 0.5rem;
    opacity: 0.8;
}

.carousel-control-prev {
    left: 1rem; 
}

.carousel-control-next {
    right: 1rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #457b9d;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    border-radius: 30%;
    width: 2rem;
    height: 2rem;
}

.carousel-indicators button {
    opacity: 0.5;
    border: none;
    width: 3rem;
    height: 3rem;
    margin: 0 5px;
    background-color: #a8dadc !important;
}

.carousel-indicators .active {
    background-color: #457b9d;
    opacity: 1;
}

.carousel-indicators {
    margin: 0 !important;
}


@media (max-width: 576px) {
    .banner-carousel {
        height: 20rem !important;
    }
    .banner-slide {
        height: 20rem !important;
    }

    #pdfCarousel1,
    #pdfCarousel2 {
        min-height: auto;
    }

    .carousel .carousel-inner img {
        height: auto;
    }
    .carousel-container {
        margin-left: 3%;
        margin-right: 3%;
    }
    .more-doc-section {
        margin-left: 3%;
        margin-right: 3%;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display:none;
    }
}
