/* Custom CSS to override styles and ensure changes are visible */

.equipment-table thead {
    background: #002142 !important;
    color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Enhanced Page Styles */
.navbar-toggle-custom {
    background-color: #302984;
}

.page-header-custom {
    background-color: #302984;
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-title-custom {
    color: white;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.section-title-custom {
    color: #302984;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #302984;
    display: inline-block;
    padding-bottom: 5px;
}

.video-container-custom {
    border: 4px solid #302984;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.feature-list-custom {
    font-size: 18px;
    color: #302984;
    line-height: 1.6;
}

.feature-list-custom li {
    margin-bottom: 10px;
}

.hero-text-section {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    border-left: 5px solid #302984;
    margin-bottom: 30px;
}

.hero-text-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 0;
}

/* Slider Enhancements */
.slider-container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}

.slide-text {
    background: rgba(48, 41, 132, 0.9);
    color: white;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.dots-container {
    margin-top: 15px;
}

.dot {
    background-color: #bbb;
    height: 12px;
    width: 12px;
    margin: 0 4px;
}

.dot.active {
    background-color: #302984;
    transform: scale(1.2);
}

/* Footer Image Alignment */
.footer_copy .copyright {
    text-align: left !important;
}

.footer_copy img {
    vertical-align: middle !important;
}