.elementor-173676 .elementor-element.elementor-element-b56ef68{--display:flex;}.elementor-173676 .elementor-element.elementor-element-4ad232c{--display:flex;}.elementor-173676 .elementor-element.elementor-element-ac33164 > .elementor-widget-container{margin:0px 0px 80px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-09d12b8 */.promo-banner-active {
            position: relative;
            padding: 60px 30px;
            text-align: center;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 10px;
        }

        .promo-banner-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://elektrodelta.be/wp-content/uploads/2025/01/1920x600-deals.png') center/cover;
            z-index: 3; /* Arka plan görseli en üstte */
            opacity: 1; /* Yazıların okunabilmesi için hafif transparanlık */
        }
        
        .promo-banner-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(236, 12, 117, 0.9) 20%, rgba(15, 23, 43, 0.95) 100%);
    z-index: 1;
}

        .promo-banner-content {
            position: relative;
            z-index: 2;
            margin: 0 auto;
        }

        .promo-banner-active h1 {
            color: white;
            font-size: clamp(1.8rem, 3.5vw, 2.5rem);
            margin-bottom: 15px;
            font-weight: 700;
            line-height: 1.3;
            text-align: left;
        }

        .promo-banner-active p {
            color: rgba(255, 255, 255, 0.9);
            font-size: clamp(1rem, 1.8vw, 1.1rem);
            max-width: 800px;
            line-height: 1.6;
            text-align: left;
        }

        @media (max-width: 768px) {
            .promo-banner-active {
                padding: 40px 15px;
            }
                    .promo-banner-background {
            opacity: 0; /* Yazıların okunabilmesi için hafif transparanlık */
        }

            .promo-banner-active h1,
            .promo-banner-active p {
                text-align: center;
            }

            .promo-banner-active p {
                margin: 0 auto;
            }
        }/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-ac33164 */#promos {
    --primary-color: #ec0c75;
    --text-color: #0f172b;
    --bg-gray: rgb(243 244 246);
    --border-color: #EBE6E7;
}

#promos .promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
    gap: clamp(15px, 3vw, 30px);
    margin: 20px auto;
    padding: 0 15px;
    max-width: 1400px;
}

@media (max-width: 768px) {
    #promos .promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

#promos .promotion-card {
    background: white;
    border-radius: 10px;
    padding: clamp(16px, 3vw, 24px);
    text-align: center;
    transition: transform 0.2s ease;
}

#promos .promotion-date {
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 0.875rem;
    color: var(--text-color);
    text-transform: lowercase;
    font-weight: 600;
}

#promos .active-section .promotion-date {
    background: var(--bg-gray);
}

#promos .expired-section .promotion-date {
    background: white;
}

#promos .promotion-title {
    font-size: clamp(1.2rem, 2.5vw, 1.425rem);
    margin: 0 0 16px 0;
    line-height: 1.3;
}

#promos .active-section .promotion-title {
    color: var(--primary-color);
}

#promos .expired-section .promotion-title {
    color: var(--text-color);
}

#promos .promotion-description {
    color: var(--text-color) !important;
    line-height: 1.5;
    margin: 0;
    font-size: clamp(0.8125rem, 1.5vw, 0.875rem);
}

#promos .promotion-card.expired {
    background: #ebedf0;
    border: 1px solid var(--border-color);
}

#promos .section-title {
    font-size: clamp(1.4rem, 3vw, 1.7rem);
    margin: 40px 0 20px;
    font-weight: 600;
    text-align: center;
    padding: 0 15px;
}

#promos .active-section .section-title {
    color: var(--primary-color);
}

#promos .expired-section .section-title {
    color: var(--text-color);
    border-top: 1px solid var(--border-color);
    padding-top: clamp(20px, 4vw, 30px);
    margin-top: clamp(30px, 5vw, 40px);
}

@media (max-width: 480px) {
    #promos .promotion-card {
        padding: 16px;
    }
    
    #promos .promotion-date {
        padding: 4px 8px;
        margin-bottom: 12px;
    }
    
    #promos .section-title {
        margin: 30px 0 15px;
    }
}/* End custom CSS */