/* Acceptance field ortalama */
.acceptance-field .wpcf7-list-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
}

.acceptance-field .wpcf7-list-item label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
}

.acceptance-field input[type="checkbox"] {
    margin: 0 !important;
    flex-shrink: 0;
}

.acceptance-field .wpcf7-list-item-label {
    line-height: 1.4 !important;
}

/* Copy Tooltip */
.video-share-wrapper {
    position: relative;
}

.video-share-wrapper .copy-tooltip {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(160%) translateY(-20%);
    background: #156360;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 10;
}

.video-share-wrapper .copy-tooltip.is-visible {
    opacity: 1;
    visibility: visible;
}

/* WOW.js Animation Fixes */
html, body {
    overflow-x: hidden;
}

.wow {
    visibility: hidden;
}

.wow.animate__animated {
    visibility: visible;
}
span.wpcf7-spinner {
    display: none !important;
}
/* Timeline items - position absolute için animasyon düzeltmesi */
.timeline-section .timeline-item.wow {
    visibility: hidden;
}

.timeline-section .timeline-item.wow.animate__animated {
    visibility: visible;
}
p.timeline-title {
    margin: 0;
    color: #156360;
}


@media only screen and (min-width:768px) {
.timeline-section .timeline-item:nth-child(2n-1) .timeline-item-text {
    position: relative;
    right: 80px;
    text-align: right; 

}


@media only screen and (max-width:767px) {
    
    .timeline-section .timeline-item:nth-child(2n-1) .timeline-item-text {
        position: relative;
        right: 0px;
        text-align: left; 
        align-items: flex-start;
    }
    
    .timeline-section .timeline-item {
        position: unset;
        width: 100%;
        gap: 8px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .timeline-section .timeline-item:nth-child(2n+1) {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}
.timeline-section .timeline-item {
    height: 180px;
    gap: 40px;
    position: unset;
}
.timeline-section .timeline-item:nth-child(2n) .timeline-item-text {
    position: relative;
    left: 85px;
    align-items: flex-start;
}

}
@media only screen and (min-width: 1024px) {
    .footer-bottom {
   
        margin-bottom: 120px;
    }
    .timeline-left-side .timeline-item-description, .timeline-left-side .timeline-item-title
{
    text-align: right;
    
}
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .footer-bottom {
   
        margin-bottom: 80px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .footer-bottom {
   
        margin-bottom: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .footer-bottom {
   
        margin-bottom: 60px;
    }
}
