.innovation-section .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.innovation-section {
    position: relative;
    width: 100%;
    color: #000;
}

.innovation-content {
    position: absolute;
    z-index: 99;
    width: 50% !important;
}

.innovation-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 1;
}

.innovation-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.63);
    /* Videonun üstüne koyu filtre */
    z-index: 10;
}

.innovation-title {
    font-size: 48px;
    margin: 64px 0 24px;
    color: #000;
}

.innovation-text {
    margin-top: 0;
    font-size: 24px;
    color: #000;
}

.innovation-frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innovation-dots .dot {
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #fff;
    border: 3px solid #0D330B;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    transition: all 1s ease-in-out;

}

.innovation-overlay .dot.active-dot {
    opacity: 1;
}

.innovation-dots .dot-inner {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 350px;
    height: auto;
    background: #fff;
}

.innovation-dots .dot-inner-active {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
    transition-delay: 0.8s;
}

.innovation-dots .dot-inner .dot-inner-title {
    background: #0D330B;
    color: #fff;
    padding: 10px;
    width: 250px;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.innovation-dots .dot-inner .dot-inner-text {
    color: #000;
    font-size: 14px;
    padding: 40px;
}

.innovation-overlay .dot .line {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 0;
    background: #0D330B;
    transform-origin: left center;
    transition: width 0.6s ease;
}

/* Hover ile genişleme */
.dot .line.first {
    width: 0;
    transition: width 0.4s ease 0.4s;
    /* normal durumda 0.6s gecikmeli kapanır */
}

.dot:hover .dot-inner {
    display: block;
}

/* Hover olunca hemen açılır */
.dot:hover .line.first {
    width: var(--len);
    transition-delay: 0s;
}

.dot .line.second {
    /* normal durumda delay yok */
    transition: width 0.5s ease;
}

/* Hover ile genişlemede delay ekle */
.dot:hover .line.second {
    width: var(--len);
    transition-delay: 0.5s;
    /* sadece hover sırasında geç başlasın */
}

.dot .line.first {
    transform: rotate(var(--angle));
}

.dot .line.second {
    transition: width 0.6s ease;
}

.innovation-dots .dot1 {
    top: 32%;
    left: 62.5%;
}

.innovation-dots .dot1 .dot-inner {
    top: -100px;
    left: 150px;
}

.innovation-dots .dot1 .second {
    top: -38px;
    left: 119px;
    transform: rotate(var(--angle));
}

.innovation-dots .dot2 {
    top: 47%;
    left: 42.5%;
}

.innovation-dots .dot2 .dot-inner {
    top: 81px;
    left: -457px;
}

.innovation-dots .dot2 .second {
    top: 149px;
    left: -69px;
    transform: rotate(var(--angle));
}

.innovation-dots .dot3 {
    top: 57%;
    left: 57%;
}

.innovation-dots .dot3 .dot-inner {
    top: -30px;
    left: 150px;
}

.innovation-dots .dot3 .second {
    top: 38px;
    left: 84px;
    transform: rotate(var(--angle));
}

.innovation-dots .dot4 {
    top: 30%;
    left: 42.5%;
}

.innovation-dots .dot4 .dot-inner {
    top: 0;
    left: -523px;
}

.innovation-dots .dot4 .second {
    top: 84px;
    left: -120px;
    transform: rotate(var(--angle));
}

.dot .dot-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}

.innovation-slider {
    display: none;
}

@media screen and (max-width: 768px) {
    .innovation-text {
        display: none;
    }

    .innovation-frame {
        display: none;
    }

    .innovation-slider {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .slider-wrapper {
        display: flex;
        transition: transform 0.5s ease;
    }

    .slider-item {
        min-width: 100%;
        /* tek seferde bir item göster */
        box-sizing: border-box;
        padding: 20px;
        background: #f5f5f5;
        position: relative;
        display: flex;
        /* içeriği hizalamak için */
        justify-content: center;
        /* yatay ortalama */
        align-items: center;
    }

    .slider-item-inner {
        width: 90%;
        background-color: #aacca86b;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        position: relative;
        min-height:220px ;
    }

    .slider-item-inner-top {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: #0D330B;
        color: #fff;
        padding: 5px;
        min-width: 280px;
    }

    .slider-item-inner-top .icon {
        flex-shrink: 0;
        margin-right: 10px;
        position: relative;
        top: -1px;
    }

    .slider-item p {
        margin-top:30px;
        font-size: 14px;
        line-height: 1.5;
    }

    .innovation-content {
        position: relative;
        width: 100% !important;
        background: #f5f5f5;
    }

    .slider-prev,
    .slider-next {
        position: absolute;
        bottom: 110px;
        color: #0D330B;
        font-size: 20px;
        padding: 5px 15px;
        cursor: pointer;
        background:none;
        z-index: 10;
    }

    .slider-prev {
        left: 0;
    }

    .slider-next {
        right: 0;
    }
}