/* Custom Cyan Color Scheme for MediaWave */
/* Primary Color: #06B6D4 (Cyan 500) */
/* Secondary Color: #0891B2 (Cyan 600) */

/* Logo and Brand Colors */
.cus-logo {
    color: #06B6D4 !important;
}

/* Header and Navigation */
.header-area {
    background-color: #ffffff;
    border-bottom: 2px solid #06B6D4;
}

.main-menu nav ul li a:hover,
.main-menu nav ul li a:focus {
    color: #06B6D4 !important;
}

.nav-link:hover {
    color: #06B6D4 !important;
}

/* Hero Section */
.hero .slide-caption h2 {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero .slide-caption p {
    color: #06B6D4;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Buttons and CTAs */
.btn-primary,
.submit-btn,
.theme-btn {
    background-color: #06B6D4 !important;
    border-color: #06B6D4 !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.submit-btn:hover,
.theme-btn:hover {
    background-color: #0891B2 !important;
    border-color: #0891B2 !important;
}

/* Section Titles and Headings */
.section-title h2,
.about-text h2,
.contact-text h2 {
    color: #0891B2;
}

.section-title span,
.contact-text .title span {
    color: #06B6D4;
}

/* Service Items */
.service-item {
    border-left: 3px solid #06B6D4;
}

.service-item:hover {
    border-left-color: #0891B2;
    box-shadow: 0 5px 15px rgba(6, 182, 212, 0.2);
}

.service-text h3 a {
    color: #0891B2;
}

.service-text h3 a:hover {
    color: #06B6D4;
}

/* Testimonial Area */
.testimonial-area {
    background-color: #f0fdff;
    border-top: 3px solid #06B6D4;
}

.testimonial-text h2 {
    color: #0891B2;
}

.testimonial-text h4 a {
    color: #06B6D4;
}

.testimonial-text h4 a:hover {
    color: #0891B2;
}

/* Expert Section */
.expert-single {
    border: 2px solid #e0f7fa;
}

.expert-single:hover {
    border-color: #06B6D4;
    box-shadow: 0 5px 20px rgba(6, 182, 212, 0.3);
}

.expert-single h3 {
    color: #0891B2;
}

/* Blog Area */
.blog-item {
    border: 1px solid #e0f7fa;
}

.blog-item:hover {
    border-color: #06B6D4;
    box-shadow: 0 5px 15px rgba(6, 182, 212, 0.2);
}

.blog-content h3 a {
    color: #0891B2;
}

.blog-content h3 a:hover {
    color: #06B6D4;
}

/* Footer */
.footer-area {
    background-color: #083344;
    color: #ffffff;
}

.footer-link h3 {
    color: #06B6D4 !important;
    border-bottom: 2px solid #06B6D4;
    padding-bottom: 10px;
}

.footer-link a {
    color: #dddddd;
}

.footer-link a:hover {
    color: #06B6D4;
}

.footer-bottom {
    background-color: #052530;
    border-top: 1px solid #06B6D4;
}

.footer-bottom span a {
    color: #06B6D4;
}

.footer-bottom span a:hover {
    color: #67e8f9;
}

/* Contact Area */
.contact-area {
    background: linear-gradient(135deg, #f0fdff 0%, #ffffff 100%);
}

/* Back to Top Button */
.back-to-top {
    background: rgba(6, 182, 212, 0.8) !important;
}

.back-to-top:hover {
    background-color: #0891B2 !important;
}

/* Links */
a {
    color: #06B6D4;
}

a:hover {
    color: #0891B2;
}

/* Owl Carousel Navigation */
.owl-carousel .owl-nav button {
    background-color: #06B6D4 !important;
}

.owl-carousel .owl-nav button:hover {
    background-color: #0891B2 !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #06B6D4 !important;
}

/* Mobile Menu */
.slicknav_btn {
    background-color: #06B6D4 !important;
}

.slicknav_nav a:hover {
    background-color: #f0fdff !important;
    color: #06B6D4 !important;
}

/* Accent Elements */
.practice-area {
    background-color: #f0fdff;
}

/* Icon Colors */
.flaticon:before,
.fa {
    color: #06B6D4;
}

/* Border Accents */
.section-title:after,
.about-text:before {
    background-color: #06B6D4;
}
