/* ===== CAROUSEL BANNER ===== */
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 0;
    margin: 0;
}

.hero-section .carousel-inner .carousel-item {
    padding: 0;
    margin: 0;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
    top: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .carousel-control-prev {
    left: 10px;
}

.hero-section .carousel-control-next {
    right: 10px;
}

.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
    height: 20px;
    width: 20px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    padding: 12px 20px;
}

/* ===== QUICK ACCESS SECTION ===== */
.quick-access-section {
    background: #fff;
    padding: 40px 0 30px;
    border-bottom: 1px solid #e9ecef;
}

.quick-access-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    border-radius: 12px;
    background: #f8faf5;
    border: 2px solid transparent;
    text-decoration: none !important;
    color: #333 !important;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.quick-access-card:hover {
    border-color: #75c026;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(117, 192, 38, 0.18);
    color: #333 !important;
}

.quick-access-card .qa-icon {
    font-size: 2.4rem;
    color: #75c026;
    margin-bottom: 12px;
}

.quick-access-card .qa-label {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #444;
    text-align: center;
}

/* ===== CONTENT SECTION ===== */
.content-section {
    padding: 40px 0;
}

.section-title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #a36105;
    border-left: 4px solid #75c026;
    padding-left: 12px;
    margin-bottom: 20px;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
}

.btn-custom {
    margin: 5px;
}

.card {
    margin-bottom: 20px;
}

.text-content {
    margin-bottom: 20px;
}

.latestnews-date {
    font-size: 0.9em;
    color: #6c757d;
}

.publication-group-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #75c026;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 6px;
    margin-bottom: 10px;
    margin-top: 16px;
}

/* ===== VIDEO SECTION ===== */
.video-section {
    background: #f3f7f2;
    padding: 40px 0;
    border-top: 1px solid #dee2e6;
}

.video-section .carousel-control-prev,
.video-section .carousel-control-next {
    top: 0;
    bottom: 0;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section .carousel-control-prev {
    left: 10px;
}

.video-section .carousel-control-next {
    right: 10px;
}

.video-section .carousel-control-prev-icon,
.video-section .carousel-control-next-icon {
    height: 20px;
    width: 20px;
}
