/* CommerceLab Slider CSS */

.slider-bg-section {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: #f5f5f7;
    padding: 100px 0;
    min-height: auto;
    position: relative;
    overflow: hidden;
}

/* Kırmızı Geometrik Şekiller */
.slider-bg-section::before {
    content: '';
    position: absolute;
    top: -15%;
    right: 10%;
    width: 400px;
    height: 400px;
    background: rgba(220, 38, 38, 0.08);
    border-radius: 50%;
    z-index: 0;
    animation: float 8s ease-in-out infinite;
}

.slider-bg-section::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 5%;
    width: 350px;
    height: 350px;
    background: rgba(220, 38, 38, 0.06);
    border-radius: 50%;
    z-index: 0;
    animation: float 10s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}

/* Ek Geometrik Şekiller */
.container::before {
    content: '';
    position: absolute;
    top: 20%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: rgba(220, 38, 38, 0.05);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    animation: morph 12s ease-in-out infinite;
}

.container::after {
    content: '';
    position: absolute;
    bottom: 15%;
    right: -3%;
    width: 250px;
    height: 250px;
    background: rgba(220, 38, 38, 0.04);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: -1;
    animation: morph 15s ease-in-out infinite reverse;
}

@keyframes morph {
    0%, 100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg) scale(1);
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
        transform: rotate(180deg) scale(1.1);
    }
}

/* Carousel Ana Yapı */
.commercelab-carousel {
    padding: 20px 0;
    width: 100%;
    overflow: visible;
}

.commercelab-carousel .item {
    margin: 0;
    padding: 0;
}

.commercelab-card-wrapper {
    position: relative;
    display: block;
    overflow: visible;
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    opacity: 0.5;
    transform: scaleY(0.85);
    transition: all 0.5s ease;
}

.owl-item.center,
.owl-item.active.center {
    opacity: 1;
    transform: scaleY(1);
    z-index: 10;
}

.commercelab-row {
    display: block;
    text-decoration: none;
    color: inherit;
}

.commercelab-row-1 {
    display: flex;
    flex-direction: row;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    min-height: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.commercelab-row-1:hover {
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

/* Sol Taraf - Görsel */
.commercelab-highlight-image-container {
    flex: 1;
    position: relative;
    background: linear-gradient(135deg, #dc2626 0%, #dc2626 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    overflow: hidden;
}

.commercelab-highlight-image-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.commercelab-highlight-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commercelab-highlight-image img {
    max-width: 90%;
    max-height: 350px;
    object-fit: contain;
    border-radius: 0;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Logo kaldırıldı */

/* Sağ Taraf - İçerik */
.commercelab-title-container {
    flex: 1;
    padding: 60px 50px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.commercelab-slide-title {
    margin-bottom: 20px;
}

.commercelab-slide-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.commercelab-title {
    margin-bottom: 30px;
}

.commercelab-title p {
    font-size: 17px;
    line-height: 1.7;
    color: #64748b;
    font-weight: 400;
}

/* Inline Buton */
.commercelab-btn-inline {
    margin-top: 30px;
}

.commercelab-btn-link {
    color: #dc2626;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.commercelab-btn-link:hover {
    color: #991b1b;
    transform: translateX(5px);
}

/* Kişi bilgileri kaldırıldı */

/* Sloganlar (İstatistik Alanında) */
.commercelab-item-stats {
    background: #dc2626;
    padding: 32px 28px;
    display: none;
    gap: 24px;
    border-radius: 24px 0;
    position: absolute;
    right: 0px;
    bottom: 0%;
    min-height: max-content;
    width: 220px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}

.owl-item.center .commercelab-item-stats,
.owl-item.active.center .commercelab-item-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.commercelab-item-figure {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 14px;
}

.commercelab-figure-stat {
    font-size: 26px;
    font-weight: 700;
    color: white;
    line-height: 1;
    flex-shrink: 0;
}

.commercelab-figure-title {
    font-size: 16px;
    color: #fff;
    text-transform: none;
    line-height: 1.4;
    font-weight: 500;
}

/* Alt buton kaldırıldı - artık inline buton var */

/* Owl Carousel Dots - Modern Yatay Çizgiler */
.owl-dots {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.owl-dot {
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: #cbd5e1;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease;
}

.owl-dot.active {
    background: #dc2626;
    border: none;
    height: 3px;
    width: 50px;
}

.owl-dot:hover {
    background: #94a3b8;
}

.owl-dot span {
    display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #dc2626;
}

/* Owl Carousel Navigation */
.owl-nav {
    display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .commercelab-carousel .item {
        padding: 0 !important;
    }

    .owl-item {
        opacity: 1 !important;
        transform: scale(1) !important;
    }

    .owl-item .commercelab-item-stats {
        display: flex !important;
    }

    .commercelab-card-wrapper {
        display: flex;
        flex-direction: column;
    }

    .commercelab-row-1 {
        flex-direction: column;
        min-height: auto;
    }

    .commercelab-highlight-image-container {
        min-height: 300px;
    }

    .commercelab-title-container {
        padding: 30px 20px;
    }

    .commercelab-slide-title h2 {
        font-size: 26px;
    }
    
    .commercelab-title p {
        font-size: 16px;
    }
    
    .commercelab-item-stats {
        position: static !important;
        transform: none !important;
        width: auto !important;
        border-radius: 0 0 24px 24px !important;
        flex-direction: row !important;
        padding: 24px !important;
        gap: 20px;
        margin-top: 0;
        justify-content: center !important;
    }

    .commercelab-row-1 {
        border-radius: 24px 24px 0 0 !important;
    }

    .commercelab-item-figure {
        text-align: center !important;
        justify-content: center;
    }

    .commercelab-figure-stat {
        font-size: 20px;
    }
    
    .commercelab-figure-title {
        font-size: 14px;
    }
    
    .commercelab-highlight-image-container {
        padding: 40px 30px;
    }
}

