/* Custom styles for EMerge landing page */

a:hover {
    color: #E5B8F4 !important; /* Primary'den daha açık */
}

.footer-social_box a:hover {
    background: #E5B8F4 !important;
    border-color: #E5B8F4 !important;
    color: #212529 !important;
}

.slider-one_percentage {
    width: 200px;
}

.logo {
    width: 250px;
}

/* Research badges styling */
.research-badges {
    margin-top: 30px;
}

.badge-item {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 8px 16px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    backdrop-filter: blur(10px);
}

/* Timeline styling */
.roadmap-timeline {
    margin: 30px auto;
    max-width: 600px;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 4px solid #D093E8;
}

.timeline-date {
    font-weight: 700;
    color: #D093E8;
    min-width: 80px;
    margin-right: 20px;
    font-size: 16px;
}

.timeline-content {
    color: #666;
    line-height: 1.6;
}

/* Custom button styling for research context */
.template-btn.btn-style-two {
    background: linear-gradient(135deg, #6c757d, #495057);
}

/* FAQ accordion custom styling */
.accordion-box_two .accordion .acc-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-box_two .accordion .acc-content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* Form styling for research context */
.default-form .form-group input,
.default-form .form-group select,
.default-form .form-group textarea {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #333;
}

.default-form .form-group input:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Footer custom styling */
.footer-social_box a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-social_box a:hover {
    background: #007bff;
    border-color: #007bff;
}

/* Footer logo styling */
.footer-logo img {
    width: auto;
    height: 40px;
    max-width: 200px;
    display: block;
}

.footer-logo a {
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .research-badges {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .badge-item {
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .timeline-item {
        flex-direction: column;
    }
    
    .timeline-date {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-logo img {
        height: 30px;
    }

    .roadmap-timeline {
        max-width: 100%;
        margin: 30px 15px;
    }
}

.slider-one .swiper-slide {
    padding: 150px 0px 180px;
}

.lowercase {
    text-transform: lowercase !important;
}