/*
 * HERO SECTION FIX - Logo Colors
 * Fixes hero section background and text colors
 */

/* ============================================
   HERO/BANNER SECTION - FIXED COLORS
   ============================================ */

/* Banner Section - Teal/Cyan Gradient (Logo Colors) */
.banner-section {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%) !important;
    position: relative;
    overflow: hidden;
    padding: 150px 0 100px;
}

.banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(0, 188, 212, 0.2) 0%, transparent 50%);
    animation: pulse 4s ease-in-out infinite;
}

/* Banner Text Colors - WHITE for better contrast */
.banner-section .content-box h6 {
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    animation: slideInLeft 0.8s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.banner-section .content-box h1 {
    color: #FFFFFF !important;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    animation: slideInLeft 1s ease;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.banner-section .content-box p {
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
    animation: slideInLeft 1.2s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
}

/* Banner Buttons */
.banner-section .btn-box {
    animation: slideInLeft 1.4s ease;
}

.banner-section .btn-one {
    background: linear-gradient(135deg, #FF6F00 0%, #F57C00 100%) !important;
    color: #FFFFFF !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 111, 0, 0.3);
    transition: all 0.3s ease;
}

.banner-section .btn-one:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 111, 0, 0.4);
    background: linear-gradient(135deg, #F57C00 0%, #FF6F00 100%) !important;
}

.banner-section .btn-two {
    background: transparent !important;
    color: #FFFFFF !important;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #FFFFFF !important;
    transition: all 0.3s ease;
}

.banner-section .btn-two:hover {
    background: #FFFFFF !important;
    color: #00BCD4 !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

/* Banner Image */
.banner-section .image-layer img {
    animation: float 6s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* Pattern Layers */
.banner-section .pattern-layer .pattern-1,
.banner-section .pattern-layer .pattern-2,
.banner-section .pattern-layer .pattern-3 {
    opacity: 0.1;
}

/* ============================================
   HEADER TOP BAR - TEAL/CYAN
   ============================================ */

.header-top {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%) !important;
    color: #FFFFFF;
    padding: 12px 0;
    animation: slideInLeft 0.6s ease;
}

.header-top .text p {
    color: #FFFFFF !important;
    font-weight: 500;
    margin: 0;
}

.header-top .info li {
    color: #FFFFFF !important;
}

.header-top .info li a {
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

.header-top .info li a:hover {
    color: #FF6F00 !important;
    transform: translateX(3px);
}

.header-top .social-links li a {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #FFFFFF !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.header-top .social-links li a:hover {
    background: #FF6F00 !important;
    transform: translateY(-3px) rotate(360deg);
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.3);
}

/* ============================================
   NAVIGATION MENU - TEAL ACCENTS
   ============================================ */

.main-menu .navigation > li > a::before {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%) !important;
}

.main-menu .navigation > li > a:hover {
    color: #00BCD4 !important;
    background: rgba(0, 188, 212, 0.05) !important;
}

.main-menu .navigation > li.current > a {
    color: #00BCD4 !important;
}

/* ============================================
   BUTTONS GLOBAL - TEAL/ORANGE
   ============================================ */

.btn-one,
.theme-btn,
.btn-primary {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%) !important;
    color: #FFFFFF !important;
}

.btn-one:hover,
.theme-btn:hover,
.btn-primary:hover {
    background: linear-gradient(135deg, #0097A7 0%, #00838F 100%) !important;
    color: #FFFFFF !important;
}

/* ============================================
   SERVICE CARDS - TEAL ACCENTS
   ============================================ */

.service-block-one .lower-content {
    background: linear-gradient(135deg, #00BCD4 0%, #0097A7 100%) !important;
}

.service-block-one .lower-content::before {
    background: linear-gradient(135deg, #4DD0E1 0%, #00E5FF 100%) !important;
}

.service-block-one .icon-box i {
    color: #00BCD4 !important;
}

.service-block-one:hover .icon-box i {
    color: #FF6F00 !important;
}

/* ============================================
   FORMS - TEAL FOCUS
   ============================================ */

.form-control:focus,
input:focus,
textarea:focus,
select:focus {
    border-color: #00BCD4 !important;
    box-shadow: 0 0 0 4px rgba(0, 188, 212, 0.1) !important;
}

/* ============================================
   FOOTER - DARK TEAL
   ============================================ */

.main-footer {
    background: linear-gradient(135deg, #0097A7 0%, #00838F 100%) !important;
}

.main-footer::before {
    background: linear-gradient(90deg, #00BCD4 0%, #00E5FF 100%) !important;
}

.main-footer a:hover {
    color: #4DD0E1 !important;
}

/* ============================================
   ACCENT ELEMENTS - ORANGE
   ============================================ */

.accent-color,
.highlight {
    color: #FF6F00 !important;
}

.bg-accent {
    background: linear-gradient(135deg, #FF6F00 0%, #F57C00 100%) !important;
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */

@media (max-width: 991px) {
    .banner-section .content-box h1 {
        font-size: 42px !important;
    }
}

@media (max-width: 767px) {
    .banner-section {
        padding: 120px 0 80px;
    }
    
    .banner-section .content-box h1 {
        font-size: 32px !important;
    }
    
    .banner-section .content-box p {
        font-size: 16px;
    }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */

.text-teal {
    color: #00BCD4 !important;
}

.text-orange {
    color: #FF6F00 !important;
}

.bg-teal {
    background: #00BCD4 !important;
}

.bg-orange {
    background: #FF6F00 !important;
}

.border-teal {
    border-color: #00BCD4 !important;
}

.border-orange {
    border-color: #FF6F00 !important;
}
