/* 
   Custom Premium Design for Desentupidora Londrina
   Modernizing the Divi Export with Rich Aesthetics
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600&display=swap');

:root {
    --primary-color: #004e92;
    --secondary-color: #00d4ff;
    --accent-color: #ffbf00;
    --dark-bg: #001f3f;
    --light-text: #f8f9fa;
    --glass-bg: rgba(255, 255, 255, 0.1);
    --glass-border: rgba(255, 255, 255, 0.2);
    --shadow-premium: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Global Typography */
body, p, span, li, a {
    font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

/* Top Header Enhancement */
#top-header {
    background-color: var(--dark-bg) !important;
    border-bottom: 2px solid var(--secondary-color);
}

#et-info-phone, #et-info-email, #et-info-email span {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

/* Main Header / Navigation */
#main-header {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05) !important;
}

#logo {
    transition: all 0.5s ease;
}

#logo:hover {
    transform: scale(1.1) rotate(2deg);
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

#top-menu li a {
    color: var(--dark-bg) !important;
    font-weight: 600 !important;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

#top-menu li a:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

#top-menu li.current-menu-item a {
    color: var(--primary-color) !important;
    border-bottom: 2px solid var(--primary-color);
}

/* Hero Section / Slider */
.et_pb_fullwidth_header_0 {
    background: linear-gradient(135deg, rgba(0, 78, 146, 0.8), rgba(0, 212, 255, 0.6)), 
                url('wp-content/uploads/2018/12/nova-imagem-home.png') center/cover !important;
    padding: 120px 0 !important;
}

.et_pb_fullwidth_header_0 .header-content {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    padding: 40px;
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    max-width: 800px;
    margin: 0 auto;
}

.et_pb_fullwidth_header_0 h1 {
    font-size: 48px !important;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px !important;
}

.et_pb_fullwidth_header_0 .et_pb_fullwidth_header_subhead {
    color: #e0f7fa !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6;
}

/* Buttons */
.et_pb_button {
    border-radius: 50px !important;
    padding: 12px 35px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
}

.et_pb_button_one {
    background-color: var(--accent-color) !important;
    color: var(--dark-bg) !important;
}

.et_pb_button_two {
    background-color: #25d366 !important; /* WhatsApp Green */
    color: #fff !important;
    margin-left: 15px !important;
}

.et_pb_button:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

/* Service Blurbs (Cards) */
.et_pb_blurb {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.et_pb_blurb:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--secondary-color);
    background: linear-gradient(145deg, #ffffff, #f0f9ff);
}

.et_pb_blurb h4 a {
    color: var(--primary-color) !important;
    font-size: 20px !important;
    text-decoration: none !important;
}

/* Responsive Adjustments */
@media only screen and (max-width: 767px) {
    .et_pb_fullwidth_header_0 h1 {
        font-size: 32px !important;
    }
    
    .et_pb_fullwidth_header_0 {
        padding: 60px 0 !important;
    }
    
    .et_pb_button {
        display: block !important;
        margin: 10px auto !important;
        width: 80%;
    }
    
    .et_pb_button_two {
        margin-left: auto !important;
    }
}
.et_pb_section_3 {
    background: linear-gradient(rgba(0, 31, 63, 0.9), rgba(0, 78, 146, 0.9)), 
                url('wp-content/uploads/2025/01/text-bg.jpg') center/cover fixed !important;
    padding: 80px 0 !important;
}

.et_pb_text_0 h2, .et_pb_text_1 h4 {
    color: var(--secondary-color) !important;
}

.et_pb_text_inner p, .et_pb_text_inner h5, .et_pb_text_inner h3 {
    color: #fff !important;
}

/* Footer Improvements */
#main-footer {
    background-color: var(--dark-bg) !important;
    color: #bbb !important;
    padding-top: 60px !important;
}

.footer-widget h4 {
    color: #fff !important;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-content {
    animation: fadeInUp 1s ease-out;
}
