/* Index.php Custom Styles */

/* Modern Slider */
.modern-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.modern-slider-container .carousel-item {
    height: 600px;
    position: relative;
}

.modern-slider-container .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.modern-slider-container .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 800px;
}

.modern-slider-container .carousel-caption h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.modern-slider-container .carousel-caption p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.modern-slider-container .carousel-control-prev,
.modern-slider-container .carousel-control-next {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.modern-slider-container .carousel-control-prev:hover,
.modern-slider-container .carousel-control-next:hover {
    background: rgba(255,255,255,0.4);
    opacity: 1;
}

.modern-slider-container .carousel-indicators {
    bottom: 20px;
}

.modern-slider-container .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .modern-slider-container .carousel-item {
        height: 400px;
    }
    
    .modern-slider-container .carousel-caption h2 {
        font-size: 2rem;
    }
    
    .modern-slider-container .carousel-caption p {
        font-size: 1rem;
    }
}

/* Sanatçı Carousel */
.sanatci-carousel .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: white;
}

.sanatci-carousel .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.sanatci-carousel .card-img-top {
    height: 300px;
    object-fit: cover;
    flex-shrink: 0;
    width: 100%;
}

.sanatci-carousel .card-body {
    padding: 0.75rem 1rem;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.sanatci-carousel .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    color: #2c3e50;
}

.sanatci-carousel .card-text {
    color: #6c757d;
    font-size: 0.85rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sanatci-carousel .card-text span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.sanatci-carousel .owl-nav {
    display: none !important;
}

.sanatci-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.sanatci-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.sanatci-carousel .owl-dot.active {
    background: #667eea;
    width: 30px;
    border-radius: 6px;
}

.sanatci-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.sanatci-carousel .owl-stage {
    display: flex;
    align-items: flex-start;
}

.sanatci-carousel .owl-item {
    display: flex;
}

.sanatci-carousel .item {
    width: 100%;
    display: flex;
}

.sanatci-carousel {
    overflow: hidden !important;
}

/* Yetenek Başvuru */
.yetenek-basvuru {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.yetenek-basvuru::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.8;
}

.yetenek-basvuru .container {
    position: relative;
    z-index: 2;
}

.yetenek-basvuru h2 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.yetenek-basvuru .lead {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.yetenek-basvuru .btn-primary {
    padding: 15px 40px;
    font-weight: 600;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.yetenek-basvuru .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
    background: linear-gradient(135deg, #0b5ed7 0%, #084298 100%);
}

.yetenek-visual img {
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.yetenek-visual img:hover {
    transform: scale(1.02);
}

.yetenek-fallback {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yetenek-fallback i {
    opacity: 0.8;
    color: #0d6efd;
}

.yetenek-basvuru .list-unstyled li {
    padding: 0.5rem 0;
    color: #2c3e50;
}

.yetenek-basvuru .list-unstyled i {
    color: #28a745;
    margin-right: 0.5rem;
}


/* Son Klipler */
.son-klipler {
    background: linear-gradient(135deg, #e0e7ff 0%, #cfd9ff 100%);
}

.son-klipler h2 {
    color: #2c3e50;
}

.son-klipler .text-muted {
    color: #6c757d !important;
}

.son-klipler .btn-outline-primary {
    border-color: #2c3e50;
    color: #2c3e50;
}

.son-klipler .btn-outline-primary:hover {
    background: #2c3e50;
    color: white;
}

.klip-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 5px;
}

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

.klip-thumbnail {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.klip-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.klip-card:hover .klip-thumbnail img {
    transform: scale(1.1);
}

.klip-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.klip-card:hover .klip-overlay {
    opacity: 1;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255,0,0,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
}

.play-btn:hover {
    background: rgba(255,0,0,1);
    transform: scale(1.1);
    color: white;
}

.play-btn i {
    font-size: 1.8rem;
    margin-left: 5px;
}

.klip-info {
    padding: 20px;
}

.klip-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.klip-artist {
    color: #667eea;
    font-weight: 500;
    font-size: 0.95rem;
}

.klip-song {
    font-size: 0.9rem;
    color: #6c757d;
}

.klipler-carousel .owl-nav {
    display: none !important;
}

.klipler-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.klipler-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.klipler-carousel .owl-dot.active {
    background: #667eea;
    width: 30px;
    border-radius: 6px;
}

/* YouTube Section */
.youtube-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 5px;
}

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

.youtube-thumbnail {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.youtube-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.youtube-card:hover .youtube-thumbnail img {
    transform: scale(1.05);
}

.youtube-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.youtube-thumbnail:hover .youtube-overlay {
    opacity: 1;
}

.youtube-play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255,0,0,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
}

.youtube-play-btn:hover {
    background: rgba(255,0,0,1);
    transform: scale(1.1);
    color: white;
}

.youtube-play-btn i {
    font-size: 2rem;
}

.youtube-info {
    padding: 20px;
}

.youtube-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px;
}

.youtube-date {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.youtube-carousel .owl-nav {
    display: none !important;
}

.youtube-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.youtube-carousel .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.youtube-carousel .owl-dot.active {
    background: #ff0000;
    width: 30px;
    border-radius: 6px;
}

/* Stüdyo CTA */
.studyo-cta {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.studyo-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.8;
}

.studyo-cta .container {
    position: relative;
    z-index: 2;
}

.studyo-cta h2 {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.studyo-cta .lead {
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.studyo-cta .btn-primary {
    padding: 15px 40px;
    font-weight: 600;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.studyo-cta .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
    background: linear-gradient(135deg, #0b5ed7 0%, #084298 100%);
}

.studyo-visual {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.studyo-visual i {
    opacity: 0.8;
    color: #0d6efd;
}

.studyo-cta .list-unstyled li {
    padding: 0.5rem 0;
    color: #2c3e50;
}

.studyo-cta .list-unstyled i {
    color: #28a745;
    margin-right: 0.5rem;
}


/* Blog Section */
.blog-section .blog-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    height: 100%;
}

.blog-section .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.blog-section .blog-image {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.blog-section .blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-section .blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-section .blog-content {
    padding: 20px;
}

.blog-section .blog-category {
    display: inline-block;
    padding: 5px 15px;
    background: #667eea;
    color: white;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.blog-section .blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.blog-section .blog-excerpt {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-section .blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: #6c757d;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .blog-section .blog-card {
        margin-bottom: 20px;
    }
}

/* Digital Distribution */
.digital-distribution {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 0;
}

.digital-distribution .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.digital-distribution .section-description {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 3rem;
}

.digital-distribution .platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin-bottom: 3rem;
}

.digital-distribution .platform-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.digital-distribution .platform-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.digital-distribution .platform-item i {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #667eea;
}

.digital-distribution .platform-item h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .digital-distribution .platform-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 15px;
    }
}

/* EMC Showcase */
.emc-showcase {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    padding: 6rem 0;
    z-index: 1;
}

.emc-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 25%);
    z-index: -1;
}

.emc-showcase .container {
    position: relative;
    z-index: 2;
}

.emc-showcase .badge {
    background: linear-gradient(90deg, #00dbde 0%, #fc00ff 100%);
    color: white;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.emc-showcase .badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.emc-showcase h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    background: linear-gradient(90deg, #fff, #e0e0e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.emc-showcase h3 {
    color: #00dbde;
    font-weight: 600;
}

.emc-showcase .lead {
    font-size: 1.25rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
    max-width: 600px;
}

.emc-showcase .video-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(0, 0, 0, 0.3);
}

.emc-showcase .video-container:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.emc-showcase .video-container .ratio {
    border-radius: 12px;
    overflow: hidden;
}

.emc-showcase .video-container iframe {
    border: none;
    border-radius: 12px;
}

.emc-showcase .btn {
    font-weight: 500;
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.emc-showcase .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    border: none;
    box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
}

.emc-showcase .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
    background: linear-gradient(135deg, #0b5ed7 0%, #084298 100%);
}

.emc-showcase .btn-outline-primary {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: white;
    background: transparent;
}

.emc-showcase .btn-outline-primary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: white;
}

.emc-showcase .btn-outline-secondary {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.emc-showcase .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991.98px) {
    .emc-showcase h2 {
        font-size: 2.5rem;
    }
    
    .emc-showcase .lead {
        font-size: 1.1rem;
    }
    
    .emc-showcase .btn {
        padding: 0.5rem 1.25rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 767.98px) {
    .emc-showcase {
        text-align: center;
        padding: 3rem 0;
    }
    
    .emc-showcase h2 {
        font-size: 2rem;
    }
}
