/* Genel Stiller */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Header */
.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
    background-color: #212529 !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    margin-right: 1rem;
}

.navbar-brand img {
    max-height: 60px;
    width: auto;
    max-width: 200px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

/* Navbar Menü Öğeleri */
.navbar-nav {
    align-items: center;
}

.nav-item {
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
}

.nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px;
}

.nav-link:hover, .nav-link:focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-separator {
    color: rgba(255, 255, 255, 0.2);
    padding: 0 0.25rem;
    align-self: center;
}

/* Dropdown Menü */
.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 0.5rem 0;
    min-width: 220px;
}

.dropdown-item {
    padding: 0.5rem 1.25rem;
    color: #333;
    transition: all 0.2s;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #f8f9fa;
    color: #0d6efd;
}

/* Mobil Menü */
.navbar-toggler {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive Ayarlar */
@media (max-width: 1199.98px) {
    .navbar-brand img {
        max-height: 50px;
    }
    
    .nav-item {
        padding: 0.25rem 0;
    }
    
    .nav-separator {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 0.5rem 1rem;
    }
    
    .navbar-brand img {
        max-height: 45px;
    }
    
    .navbar-collapse {
        background-color: #2c3034;
        border-radius: 8px;
        padding: 1rem;
        margin-top: 0.5rem;
    }
    
    .nav-link {
        padding: 0.75rem 1rem !important;
    }
    
    .dropdown-menu {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem);
    }
}

/* Kartlar */
.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    margin-bottom: 30px;
    border-radius: 8px;
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.card:hover {
    transform: translateY(-5px);
}

/* Footer */
.footer {
    background-color: #212529;
    color: #adb5bd;
    padding: 3rem 0 1rem;
    position: relative;
    z-index: 1000;
}

/* Footer container */
.footer .container {
    max-width: 1200px;
    padding: 0 1rem;
}

/* Footer sections */
.footer .row {
    margin-bottom: 2rem;
}

/* Footer section titles */
.footer h5 {
    color: #fff;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

/* Footer links */
.footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer a:hover {
    color: #fff;
}

/* Footer social links */
.footer .social-links a {
    color: rgba(255,255,255,.8);
    font-size: 1.8rem;
    padding: 2rem 1.5rem;
    font-weight: 600;
}

.footer .social-links a:hover {
    color: #fff;
}

/* Footer contact info */
.footer .list-unstyled {
    padding-left: 0;
    margin-bottom: 0;
}

.footer .list-unstyled li {
    margin-bottom: 0.75rem;
}

.footer .list-unstyled i {
    color: #adb5bd;
    margin-right: 0.5rem;
}

/* Footer bottom */
.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom .text-light {
    color: #adb5bd !important;
}

.footer-bottom .text-light a {
    color: #adb5bd !important;
}

.footer-bottom .text-light a:hover {
    color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .card-img-top {
        height: 150px;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .navbar-brand img {
        height: 30px;
    }
}

/* Modern Slider Styles */
.modern-slider-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
}

#mainSlider {
    background-color: #000;
}

.compact-slider {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.compact-slider .carousel-item {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.compact-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.compact-slider .carousel-caption {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 0.5rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
    z-index: 2;
}

.compact-slider .carousel-caption h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.compact-slider .carousel-caption p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.compact-slider .carousel-caption .btn {
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.compact-slider .carousel-control-prev,
.compact-slider .carousel-control-next {
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    border: none;
    opacity: 0.8;
}

.compact-slider .carousel-control-prev:hover,
.compact-slider .carousel-control-next:hover {
    opacity: 1;
}

#mainSlider .carousel-indicators {
    margin-bottom: 2rem;
}

#mainSlider .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 6px;
    background-color: rgba(255,255,255,0.5);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

#mainSlider .carousel-indicators button.active {
    background-color: #fff;
    transform: scale(1.2);
}

#mainSlider .carousel-control-prev,
#mainSlider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s ease;
}

#mainSlider:hover .carousel-control-prev,
#mainSlider:hover .carousel-control-next {
    opacity: 1;
}

#mainSlider .carousel-control-prev {
    left: 20px;
}

#mainSlider .carousel-control-next {
    right: 20px;
}

#mainSlider .carousel-control-prev:hover,
#mainSlider .carousel-control-next:hover {
    background-color: rgba(255,255,255,0.3);
    transform: translateY(-50%) scale(1.1);
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Slider */
@media (max-width: 992px) {
    #mainSlider .carousel-item {
        height: 500px;
    }
    
    .compact-slider {
        max-width: 100%;
        margin: 0 0.5rem;
    }
    
    .compact-slider .carousel-item {
        height: 250px;
    }
    
    .compact-slider .carousel-caption {
        bottom: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
        padding: 0.25rem;
    }
    
    .compact-slider .carousel-caption h1 {
        font-size: 1.25rem;
    }
    
    .compact-slider .carousel-caption p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    #mainSlider .carousel-item {
        height: 400px;
    }
    
    .slide-title {
        font-size: 2rem;
    }
    
    #mainSlider .carousel-caption {
        padding: 2rem;
    }
    
    .btn-slider {
        padding: 0.5rem 1.5rem;
    }
}

@media (max-width: 576px) {
    #mainSlider .carousel-item {
        height: 300px;
    }
    
    .slide-title {
        font-size: 1.5rem;
    }
    
    .slide-description {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}

/* Generic Compact Slider Styles */
.generic-compact-slider {
    width: 100%;
    max-width: 700px; /* Daha da kompakt */
    margin: 2rem auto; /* Üst ve altta boşluk */
    overflow: hidden;
    position: relative;
    border: 1px solid #eee; /* Hafif bir sınır */
    border-radius: 4px;
}

.generic-compact-slider .carousel-item {
    height: 250px; /* Daha düşük yükseklik */
    position: relative;
    overflow: hidden;
}

.generic-compact-slider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.generic-compact-slider .carousel-caption {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem;
    background: rgba(0,0,0,0.6);
    color: white;
    z-index: 2;
    font-size: 0.9rem;
    text-align: center;
}

.generic-compact-slider .carousel-caption h5 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.generic-compact-slider .carousel-caption p {
    font-size: 0.8rem;
    margin-bottom: 0;
}

.generic-compact-slider .carousel-control-prev,
.generic-compact-slider .carousel-control-next {
    width: 25px;
    height: 25px;
    background: rgba(0,0,0,0.4);
    border-radius: 50%;
    border: none;
    opacity: 0.7;
    top: 50%;
    transform: translateY(-50%);
}

.generic-compact-slider .carousel-control-prev-icon,
.generic-compact-slider .carousel-control-next-icon {
    width: 15px;
    height: 15px;
}

.generic-compact-slider .carousel-control-prev {
    left: 0.5rem;
}

.generic-compact-slider .carousel-control-next {
    right: 0.5rem;
}

.generic-compact-slider .carousel-control-prev:hover,
.generic-compact-slider .carousel-control-next:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .generic-compact-slider {
        max-width: 95%;
        margin: 1rem auto;
    }
    
    .generic-compact-slider .carousel-item {
        height: 200px;
    }
    
    .generic-compact-slider .carousel-caption {
        padding: 0.3rem;
    }
    
    .generic-compact-slider .carousel-caption h5 {
        font-size: 0.9rem;
    }
    
    .generic-compact-slider .carousel-caption p {
        font-size: 0.7rem;
    }
}

/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.social-icons .fab {
    font-size: 1.2rem;
}

/* Sosyal Medya Buton Renkleri */
.social-icons .btn-outline-success:hover {
    background-color: #1DB954;
    border-color: #1DB954;
}

.social-icons .btn-outline-danger:hover {
    background-color: #FF0000;
    border-color: #FF0000;
}

.social-icons .btn-outline-primary:hover {
    background-color: #E1306C;
    border-color: #E1306C;
}

.social-icons .btn-outline-info:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

/* Facebook için ayrı stil */
.social-icons a:last-child.btn-outline-primary:hover {
    background-color: #4267B2;
    border-color: #4267B2;
} 

/* Etkinlikler Bölümü Stilleri */
.events-section {
    background-color: #f8f9fa;
}

.event-card {
    transition: transform 0.3s ease;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.event-card:hover {
    transform: translateY(-5px);
}

.event-date {
    text-align: center;
    background: var(--primary-color);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.event-date .day {
    font-size: 24px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.event-date .month {
    font-size: 14px;
    text-transform: uppercase;
}

.event-details {
    color: #666;
}

.event-details i {
    color: var(--primary-color);
    width: 20px;
}

/* Yetenek Detay Sayfası Stilleri */
.yetenek-hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, #0056b3 100%);
    position: relative;
    overflow: hidden;
}

.yetenek-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/pattern.html');
    opacity: 0.1;
}

.yetenek-hero .container {
    position: relative;
    z-index: 1;
}

.yetenek-hero h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.yetenek-hero .lead {
    font-size: 1.25rem;
    opacity: 0.9;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(var(--primary-color-rgb), 0.1);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(var(--primary-color-rgb), 0.5);
}

.form-control-lg, .form-select-lg {
    padding: 1rem;
    font-size: 1rem;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .yetenek-hero {
        text-align: center;
    }
    
    .yetenek-hero img {
        margin-top: 2rem;
    }
} 

/* Yaklaşan Etkinlikler Bölümü - Yeni Tasarım */
.upcoming-events {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    padding: 80px 0;
}

.section-header {
    margin-bottom: 60px;
}

.section-subtitle {
    color: var(--bs-primary);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.section-title {
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
}

.section-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--bs-primary) 0%, var(--bs-info) 100%);
    margin-bottom: 1rem;
}

.section-line::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3px;
    width: 40px;
    height: 9px;
    background: var(--bs-primary);
    border-radius: 5px;
}

/* Modern Etkinlik Kartı */
.modern-event-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
    margin-bottom: 30px;
}

.modern-event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.modern-event-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(to right, var(--bs-primary), #0056b3);
}

/* Etkinlik Üst Kısım */
.event-top {
    position: relative;
    background: linear-gradient(45deg, var(--bs-primary) 0%, #0056b3 100%);
    color: white;
    padding: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.event-info-wrapper {
    position: relative;
    z-index: 2;
    padding: 30px;
}

/* Tarih Kutusu */
.date-box {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.2);
}

.date-box .month {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.date-box .day {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.date-box .time {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Etkinlik Başlığı */
.event-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 20px 0;
    line-height: 1.4;
    color: white;
}

/* Lokasyon Bilgisi */
.location-info {
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0.9;
}

.location-info i {
    font-size: 1.2rem;
}

/* Etkinlik Alt Kısım */
.event-bottom {
    padding: 30px;
}

/* Sanatçı Bilgisi */
.artist-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.artist-info:hover {
    transform: translateX(5px);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.artist-icon {
    width: 45px;
    height: 45px;
    background: var(--bs-primary);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.artist-details {
    flex: 1;
}

.artist-details label {
    display: block;
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.artist-details span {
    font-weight: 600;
    color: #2c3e50;
}

/* Etkinlik Açıklaması */
.event-description {
    color: #6c757d;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Etkinlik Etiketleri */
.event-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.event-tag {
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.event-tag:hover {
    background: var(--bs-primary);
    color: white;
    transform: translateY(-2px);
}

/* Butonlar */
.event-actions {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.btn-ticket, .btn-details {
    flex: 1;
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-ticket {
    background: var(--bs-primary);
    color: white;
}

.btn-ticket:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.3);
    color: white;
}

.btn-details {
    background: rgba(var(--bs-primary-rgb), 0.1);
    color: var(--bs-primary);
}

.btn-details:hover {
    background: rgba(var(--bs-primary-rgb), 0.2);
    transform: translateY(-2px);
    color: var(--bs-primary);
}

/* Tüm Etkinlikler Butonu */
.all-events-btn {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 40px;
    background: white;
    color: var(--bs-primary);
    border: 2px solid var(--bs-primary);
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 40px;
}

.all-events-btn:hover {
    background: var(--bs-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(var(--bs-primary-rgb), 0.2);
}

.all-events-btn i {
    transition: transform 0.3s ease;
}

.all-events-btn:hover i {
    transform: translateX(5px);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .upcoming-events {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .modern-event-card {
        margin-bottom: 20px;
    }
    
    .event-top {
        padding: 20px;
    }
    
    .date-box {
        padding: 10px;
    }
    
    .event-bottom {
        padding: 20px;
    }
    
    .event-actions {
        flex-direction: column;
    }
    
    .all-events-btn {
        padding: 12px 30px;
    }
}

/* Etkinlik Afiş Stilleri */
.event-image {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background: rgba(0,0,0,0.05);
}

.event-poster {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.modern-event-card:hover .event-poster {
    transform: scale(1.05);
}

.default-poster {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.1), rgba(var(--bs-primary-rgb), 0.2));
}

.default-poster i {
    font-size: 4rem;
    color: var(--bs-primary);
    opacity: 0.5;
}

.event-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-event-card:hover .event-image::after {
    opacity: 1;
}

/* Etkinlik Detay Sayfası Stilleri */
.event-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 60px 0;
}

.event-poster-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.event-poster-large {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-poster-wrapper:hover .event-poster-large {
    transform: scale(1.05);
}

.default-poster-large {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(var(--bs-primary-rgb), 0.1), rgba(var(--bs-primary-rgb), 0.2));
}

.default-poster-large i {
    font-size: 6rem;
    color: var(--bs-primary);
    opacity: 0.5;
}

.event-info-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.event-title-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
}

.event-meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.event-meta-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(var(--bs-primary-rgb), 0.05);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.event-meta-item:hover {
    transform: translateY(-3px);
    background: rgba(var(--bs-primary-rgb), 0.1);
}

.event-meta-item i {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.meta-content label {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 5px;
}

.meta-content span {
    display: block;
    font-weight: 600;
    color: #2c3e50;
    font-size: 1.1rem;
}

.meta-content small {
    display: block;
    color: #6c757d;
    margin-top: 3px;
}

.btn-ticket-large {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--bs-primary);
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.btn-ticket-large:hover {
    background: #0056b3;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(var(--bs-primary-rgb), 0.3);
    color: white;
}

.content-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.content-title {
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    font-size: 1.5rem;
    font-weight: 600;
}

.content-body {
    padding: 20px;
}

.artist-profile {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.artist-image {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
}

.artist-info h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
}

.artist-info p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.venue-info h3 {
    margin: 0 0 15px;
    font-size: 1.3rem;
}

.venue-detail {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.venue-detail i {
    color: var(--bs-primary);
    font-size: 1.2rem;
    margin-top: 3px;
}

.venue-detail p {
    margin: 0;
    color: #6c757d;
}

.venue-map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.venue-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.share-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.share-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.share-button:hover {
    transform: translateY(-3px);
    color: white;
}

.share-button.facebook {
    background: #4267B2;
}

.share-button.twitter {
    background: #1DA1F2;
}

.share-button.whatsapp {
    background: #25D366;
}

@media (max-width: 992px) {
    .event-info-card {
        margin-top: 30px;
        padding: 30px;
    }
    
    .event-title-large {
        font-size: 2rem;
    }
    
    .event-poster-large,
    .default-poster-large {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .event-meta {
        grid-template-columns: 1fr;
    }
    
    .artist-profile {
        flex-direction: column;
        text-align: center;
    }
    
    .artist-image {
        margin: 0 auto;
    }
    
    .share-buttons {
        grid-template-columns: 1fr;
    }
    
    .event-poster-large,
    .default-poster-large {
        height: 300px;
    }
}

/* Yaklaşan Etkinlikler */
.event-card-mini {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.event-card-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.event-date {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-info) 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-align: center;
    margin-right: 1rem;
    min-width: 70px;
}

.event-date .day {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.event-date .month {
    font-size: 0.8rem;
    text-transform: uppercase;
    display: block;
    opacity: 0.9;
}

.event-info {
    flex: 1;
}

.event-info .event-title {
    color: var(--bs-dark);
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.event-meta {
    display: flex;
    gap: 1rem;
    font-size: 0.85rem;
    color: var(--bs-gray-600);
}

.event-meta span {
    display: flex;
    align-items: center;
}

.event-meta i {
    margin-right: 0.3rem;
    font-size: 0.9rem;
    color: var(--bs-primary);
}

.ticket-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: var(--bs-warning);
    color: var(--bs-dark);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

/* Responsive Ayarlamalar */
@media (max-width: 576px) {
    .event-date {
        min-width: 60px;
        padding: 0.4rem 0.8rem;
    }
    
    .event-date .day {
        font-size: 1.2rem;
    }
    
    .event-date .month {
        font-size: 0.7rem;
    }
    
    .event-info .event-title {
        font-size: 0.9rem;
    }
    
    .event-meta {
        font-size: 0.8rem;
        flex-direction: column;
        gap: 0.3rem;
    }
} 