.elementor-995 .elementor-element.elementor-element-2d470f1{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-995 .elementor-element.elementor-element-aca447a{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-aca447a */.timeline-container {
            max-width: 1200px;
            width: 100%;
            background: white;
            border-radius: 20px;
            padding: 60px 60px 200px 60px;
            position: relative;
            overflow: hidden;
        }

        .header {
            text-align: center;
            margin-bottom: 12px;
        }

        .kisa-notlarla {
            color: #ff6b35;
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 6px;
        }

        .bornova-tarihi {
            color: #333;
            font-size: 28px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .main-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 60px;
            position: relative;
        }

        .nav-btn {
            width: 50px;
            height: 50px;
            border: 2px solid #ddd;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: #666;
            transition: all 0.3s ease;
            z-index: 10;
            margin-top: -144px;
        }

        .nav-btn:hover {
            border-color: #ff6b35;
            color: #ff6b35;
            transform: scale(1.1);
        }

        .nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            transform: none;
        }

        .year-display {
            flex: 1;
            text-align: center;
            position: relative;
        }

        .side-years {
            position: absolute;
            font-size: 120px;
            font-weight: 200;
            color: rgba(255, 107, 53, 0.1);
            pointer-events: none;
        }

        .prev-year {
            left: -50px;
            top: 50%;
            transform: translateY(-50%);
        }

        .next-year {
            right: -50px;
            top: 50%;
            transform: translateY(-50%);
        }

        .current-year {
            font-size: 200px;
            font-weight: 800;
            color: #ff6b35;
            line-height: 1;
            margin-bottom: -24px;
            transition: all 0.5s ease;
            position: relative;
        }

        .event-info {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
        }

        .event-title {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 15px;
            min-height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .event-description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
       
        }

        .timeline-progress {
            position: relative;
            margin-top: 40px;
            position: fixed;
            bottom: 80px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% - 120px);
            max-width: 1080px;
            margin-bottom: -24px;
        }

        .progress-line {
            height: 4px;
            background: #e0e0e0;
            border-radius: 2px;
            position: relative;
            margin-bottom: 15px;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #ff6b35, #ff8c42);
            border-radius: 2px;
            transition: width 0.5s ease;
        }

        .progress-indicators {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: relative;
        }

        .progress-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #e0e0e0;
            position: relative;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .progress-dot:hover {
            background: #ff6b35;
            transform: scale(1.5);
        }

        .progress-dot.active {
            background: #ff6b35;
            width: 14px;
            height: 14px;
            transform: scale(1);
        }

        .progress-dot.key-event {
            width: 6px;
            height: 6px;
        }

        .progress-dot.key-event.active {
            width: 14px;
            height: 14px;
        }

        .progress-labels {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

        .progress-label {
            font-size: 12px;
            color: #999;
            font-weight: 500;
        }

        .bc-indicator {
            color: #ff6b35;
            font-weight: 600;
            font-size: 16px;
            position: absolute;
            top: -25px;
            left: 50%;
            transform: translateX(-50%);
        }

        @media (max-width: 768px) {
            .timeline-container {
                padding: 40px 20px;
            }
            
            .current-year {
                font-size: 120px;
            }
            
            .side-years {
                font-size: 80px;
            }
            
            .event-title {
                font-size: 20px;
            }
            
            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 16px;
            }
        }

        .fade-in {
            animation: fadeIn 0.5s ease-in;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }/* End custom CSS */