/*
=========================================
SED SOLAR - COMPONENTS CSS
Buttons, navigation, slider components
Wizutech Development Team
=========================================
*/

/* ==========================================
   WIZUTECH - BUTTON HOVER EFFECTS
   ========================================== */

/* Premium button hover effects by Wizutech */
.pxl-btn-custom,
.btn.pxl-btn-custom,
.pxl-hover-split-bg {
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    z-index: 5 !important;
}

.pxl-btn-custom::before,
.btn.pxl-btn-custom::before,
.pxl-hover-split-bg::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    transition: left 0.4s ease !important;
    z-index: -1 !important;
    border-radius: inherit !important;
    background: linear-gradient(45deg, #195c9c, #0091e2) !important;
}

.pxl-button .pxl-item--inner a:hover::before {
    left: 0 !important;
}

.pxl-button .pxl-item--inner a:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(25, 92, 156, 0.4) !important;
}

/* Button glow animation */
.pxl-btn-custom:hover,
.btn.pxl-btn-custom:hover,
.pxl-hover-split-bg:hover {
    animation: buttonGlow 1.5s ease-in-out infinite alternate !important;
}

@keyframes buttonGlow {
    0% {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    }
}

/* ==========================================
   WIZUTECH - SLIDER FIXES
   ========================================== */

/* Slider fixes */
.sr7-layer, .sr7-layer *, sr7-slide, sr7-slide * {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.sr7-layer.btn {
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.sr7-layer.btn::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 200% !important;
    transition: left 0.4s ease !important;
    z-index: -1 !important;
    border-radius: 10px !important;
}

.sr7-layer.btn[href*="eigenheim"]::before {
    background: linear-gradient(45deg, #195c9c, #0091e2) !important;
}

.sr7-layer.btn[href*="eigenheim"]:hover::before {
    left: 0 !important;
}

.sr7-layer.btn[href*="eigenheim"]:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.sr7-layer.btn[href*="investment"]::before {
    background: linear-gradient(45deg, #195c9c, #0091e2) !important;
}

.sr7-layer.btn[href*="investment"]:hover::before {
    left: 0 !important;
}

.sr7-layer.btn[href*="investment"]:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

/* ==========================================
   WIZUTECH - NAVIGATION COMPONENTS
   ========================================== */

/* Related post navigation */
.pxl-related-post .pxl-item--link {
    background: #ffffff !important;
    border: 3px solid #e0e0e0 !important;
    color: #2c3e50 !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.pxl-related-post .pxl-item--link:hover {
    background: #f4d03f !important;
    border-color: #f1c40f !important;
    color: #2c3e50 !important;
    transform: translateX(5px) !important;
}

.pxl-related-post .pxl-item--link.active {
    background: #f4d03f !important;
    border-color: #f1c40f !important;
    color: #2c3e50 !important;
    font-weight: 800 !important;
    box-shadow: 0 12px 30px rgba(244, 208, 63, 0.5) !important;
}

/* ==========================================
   WIZUTECH - SWIPER NAVIGATION ARROWS
   ========================================== */

/* Swiper navigation by Wizutech */
.swiper-navigation-button {
    position: absolute !important;
    top: 90% !important;
    transform: translateY(-50%) !important;
    width: 45px !important;
    height: 45px !important;
    background: #ffffff !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    transition: all 0.3s ease !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-navigation-button:hover {
    background: #007bff !important;
    border-color: #007bff !important;
    box-shadow: 0 6px 20px rgba(0,123,255,0.3) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.swiper-navigation-button i {
    color: #666 !important;
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.swiper-navigation-button:hover i {
    color: #ffffff !important;
}

.swiper-button-prev {
    left: 10px !important;
    top: 150px !important;
}

.swiper-button-next {
    right: 10px !important;
    top: 150px !important;
}

/* Disabled Arrow State */
.swiper-button-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.swiper-button-disabled:hover {
    background: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    transform: translateY(-50%) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.swiper-button-disabled:hover i {
    color: #ccc !important;
}

/* Logo sizing */
.single-client img {
    max-width: 90% !important;
    max-height: 150px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* ==========================================
   WIZUTECH - ELEMENTOR LANGUAGE SELECTOR
   ========================================== */

.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
    margin-left: 85px;
    width: 150px !important;
    z-index: 999999;
    border: none;
    border-radius: 30px;
}

/* ==========================================
   WIZUTECH - CALENDAR INTEGRATION
   ========================================== */

/* Calendar styling by Wizutech */
.fcal_timezone_select {
    display: none;
}

.fcal_slot_picker .fcal_slot_picker_header .fcal_slot_picker_header_action {
    display: none !important;
}

.fcal_side {
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.fcal_slot_heading {
    color: #195c9c !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.calendar-header h2 {
    color: #195c9c !important;
    font-weight: 600 !important;
}

.day-enabled {
    background: #195c9c !important;
    color: white !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

.day-enabled:hover {
    background: #144a7a !important;
    transform: scale(1.1) !important;
}

.fcal_author_avatar img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    border: 4px solid white !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ==========================================
   WIZUTECH - RESPONSIVE COMPONENTS
   ========================================== */

/* Responsive Arrows */
@media (max-width: 768px) {
    .swiper-navigation-button {
        width: 40px !important;
        height: 40px !important;
    }

    .swiper-button-prev {
        left: 5px !important;
        top: 150px !important;
    }

    .swiper-button-next {
        right: 5px !important;
        top: 150px !important;
    }
}

@media (max-width: 480px) {
    .swiper-navigation-button {
        width: 35px !important;
        height: 35px !important;
    }

    .swiper-navigation-button i {
        font-size: 14px !important;
    }
}

/* ==========================================
   WIZUTECH - SED CONTAINER COMPONENT
   ========================================== */

@media (max-width: 768px) {
    .sed-container {
        font-family: Arial, sans-serif;
        background-color: #f8f9fa;
        padding: 20px 0;
        margin: 0;
        width: 100%;
    }

    .sed-main-title {
        color: #2c5aa0;
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
        position: relative;
        padding: 0 15px;
    }

    .sed-main-title::after {
        content: '';
        display: block;
        width: 60px;
        height: 4px;
        background: linear-gradient(90deg, #2c5aa0, #ffc107);
        margin: 10px auto 0;
        border-radius: 2px;
    }

    .sed-content-title {
        font-size: 22px;
        font-weight: bold;
        color: #333;
        margin-bottom: 25px;
        line-height: 1.3;
        text-align: left;
        padding: 0 15px;
    }

    .sed-text {
        font-size: 16px;
        line-height: 1.5;
        color: #333;
        margin-bottom: 20px;
        text-align: left;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .sed-text strong {
        color: #333;
        font-weight: bold;
    }

    .sed-text:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .sed-container {
        padding: 15px 10px;
    }

    .sed-main-title {
        font-size: 24px;
    }

    .sed-content-title {
        font-size: 20px;
        padding: 0 10px;
    }

    .sed-text {
        font-size: 15px;
        padding: 0 15px;
        margin-bottom: 18px;
    }
}
background: linear-gradient(45deg, #195c9c, #0091e2) !important;
}

.pxl-btn-custom:hover::before,
.btn.pxl-btn-custom:hover::before,
.pxl-hover-split-bg:hover::before {
    left: 0 !important;
}

.pxl-btn-custom:hover,
.btn.pxl-btn-custom:hover,
.pxl-hover-split-bg:hover {
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(25, 92, 156, 0.4) !important;
}

/* Alternative button colors */
.pxl-btn-custom[data-text*="KONTAKT"]::before,
.pxl-btn-custom[data-text*="CONTACT"]::before {
    background: linear-gradient(45deg, #28a745, #20c997) !important;
}

.pxl-btn-custom[data-text*="MEHR"]::before,
.pxl-btn-custom[data-text*="LEARN"]::before {
    background: linear-gradient(45deg, #ff6b35, #f39c12) !important;
}

/* Button text positioning */
.pxl-btn-custom .pxl-btn--text,
.btn.pxl-btn-custom .pxl-btn--text,
.pxl-hover-split-bg .pxl-btn--text {
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
}

.pxl-btn-custom .pxl-btn--icon,
.btn.pxl-btn-custom .pxl-btn--icon,
.pxl-hover-split-bg .pxl-btn--icon {
    position: relative !important;
    z-index: 2 !important;
    transition: all 0.3s ease !important;
}

/* Button container styles */
.pxl-button .pxl-item--inner a {
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.pxl-button .pxl-item--inner a::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 200% !important;
    transition: left 0.4s ease !important;
    z-index: -1 !important;
    border-radius: inherit !important;