/* CSBTI - Charsiba Technical Institute - Color Theme from Logo */
/* Primary: Royal Blue #0066CC | Accent: Dark Blue-Purple #41007E | Highlight: #FFCC00 */

/* Buttons & CTAs */
.btn-default,
.main-banner .banner-text .search-form button:hover,
.classes-section .classes-col .class-thumb .crt-btn,
.teachers-section .teachers .teacher .teacher-img .sc-div {
    background-color: #0066CC !important;
    background: linear-gradient(135deg, #0066CC, #004499) !important;
}
.btn-default:hover {
    background-color: #41007E !important;
    background: linear-gradient(135deg, #41007E, #2d0059) !important;
}
.btn-default:hover i {
    color: #FFCC00 !important;
}

/* Accent colors - spans, highlights */
.main-banner .banner-text > h2 span,
.section-title > h2 > span,
.main-section .main-title {
    color: #0066CC !important;
}
.main-banner .banner-text > h2 span:before,
.classes-section .classes-col .class-thumb:before {
    background-color: #0066CC !important;
}

/* Links and interactive elements */
.main-banner .banner-text .search-form button,
.classes-section .classes-col .class-info .price,
.teachers-section .teachers .teacher .teacher-info > span,
.course-section .find-course .sec-title > h3,
.course-section .courses-list .course-card .course-meta li a,
header .navigation-bar nav ul li a:hover,
header .navigation-bar nav ul li a.active {
    color: #0066CC !important;
}
.main-banner .banner-text .search-form button:hover {
    color: #41007E !important;
}

/* Footer & header accents */
footer .widget-about p,
footer .contact-info .contact-tt span {
    color: #5d6978;
}

/* Newsletter/Join section - use accent */
.newsletter-section .newsz-ltr-text h2 {
    color: #0066CC;
}
