   /* Navbar Temel Stilleri */
    .navbar {
        padding: 0 15px;
        background: linear-gradient(to right, #1a1a1a, #343a40) !important;
    }

    .navbar .container {
        padding: 0;
        max-width: 100%;
    }

    .navbar-brand {
        padding: 10px 0;
    }

    .navbar-brand img {
        max-height: 50px;
        width: auto;
    }

    /* Menü Öğeleri */
    .navbar-nav {
        gap: 5px;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .nav-item {
        position: relative;
    }

    .nav-link {
        padding: 12px 10px !important;
        font-size: 13px;
        display: flex;
        align-items: center;
        gap: 6px;
        color: rgba(255,255,255,0.9) !important;
        transition: all 0.3s ease;
        white-space: nowrap;
    }

    .nav-link i {
        font-size: 14px;
        transition: transform 0.3s ease;
    }

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

    .nav-link:hover i {
        transform: translateY(-2px);
    }

    /* Dropdown Menü */
    .dropdown-menu {
        margin-top: 0;
        border: none;
        background: #343a40;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        border-radius: 0 0 8px 8px;
        padding: 8px;
        min-width: 200px;
    }

    .dropdown-item {
        padding: 8px 15px;
        color: rgba(255,255,255,0.9) !important;
        display: flex;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

    .dropdown-item:hover {
        background: rgba(255,255,255,0.1);
        transform: translateX(5px);
    }

    /* WhatsApp Butonu */
    .navbar-actions {
        margin-left: 15px;
    }

    .btn-success {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 15px;
        border-radius: 20px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .btn-success:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
    }

    /* Mobil Menü */
    @media (max-width: 991.98px) {
        .navbar-collapse {
            background: #343a40;
            padding: 15px;
            border-radius: 8px;
            margin-top: 10px;
        }

        .navbar-nav {
            gap: 0;
        }

        .nav-link {
            padding: 12px !important;
            border-radius: 4px;
        }

        .dropdown-menu {
            background: rgba(0,0,0,0.2);
            box-shadow: none;
            padding: 0;
            margin: 5px 0;
        }

        .navbar-actions {
            margin: 15px 0 0 0;
            text-align: center;
        }

        .btn-success {
            width: 100%;
            justify-content: center;
        }
    }

    /* Aktif Menü Öğesi */
    .nav-item.active .nav-link {
        color: #fff !important;
        background: rgba(255,255,255,0.1);
    }
	
	
	
	.studio-cta {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
}

.studio-cta .bg-gradient {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

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

.studio-image-container {
    position: relative;
    padding: 20px;
    height: 100%;
    min-height: 350px;
}

.studio-image-main {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 100%;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.studio-image-main:hover .img-cover {
    transform: scale(1.05);
}

.studio-cta:hover .studio-image-main {
    transform: perspective(1000px) rotateY(0);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.7);
}

.studio-badge {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    z-index: 3;
    transition: all 0.3s ease;
}

.studio-badge-1 {
    top: 10%;
    left: 5%;
    transform: rotate(-10deg);
}

.studio-badge-2 {
    bottom: 15%;
    right: 10%;
    transform: rotate(10deg);
}

.studio-badge-3 {
    top: 50%;
    right: 5%;
    transform: rotate(5deg) translateY(-50%);
}

.studio-cta:hover .studio-badge-1 {
    transform: rotate(0) translateY(-10px);
}

.studio-cta:hover .studio-badge-2 {
    transform: rotate(0) translateY(10px);
}

.studio-cta:hover .studio-badge-3 {
    transform: rotate(0) translateY(-50%) translateX(10px);
}

@media (max-width: 991.98px) {
    .studio-cta .display-5 {
        font-size: 2rem;
    }
    
    .studio-badge {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

/* Son Eklenen Klipler Stilleri */
.latest-clips {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.latest-clips::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%2300dbde" stroke-width="0.5" stroke-opacity="0.05"/></svg>') repeat;
    opacity: 0.5;
    z-index: 0;
}

.section-badge {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00dbde;
    background: rgba(0, 219, 222, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
}

.section-title {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.video-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

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

.main-video-outer .video-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    cursor: pointer;
}

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

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

.video-overlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}

.video-card:hover .video-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(0, 219, 222, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
    transform: scale(0.9);
    opacity: 0.9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.video-card:hover .play-button {
    transform: scale(1);
    opacity: 1;
}

.video-info {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-card:hover .video-info {
    opacity: 1;
}

.video-details {
    padding: 1.25rem;
    background: #fff;
}

.video-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.video-title a {
    color: #1a1a1a;
    transition: color 0.2s ease;
}

.video-title a:hover {
    color: #00dbde;
    text-decoration: none;
}

.video-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

.video-meta img {
    object-fit: cover;
}

.artist-placeholder {
    color: #adb5bd;
}

/* Responsive Adjustments */
@media (max-width: 1199.98px) {
    .video-card {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .section-header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 2.5rem;
    }
    
    .section-header .btn {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .video-card {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

  .digital-distribution { background: linear-gradient(135deg, #f8f9fa 0%,
    #e9ecef 100%); padding: 3rem 0; } .digital-distribution .distribution-card
    { margin-bottom: 1rem; } .digital-distribution .platform-grid .row { margin-bottom:
    -0.75rem; } .digital-distribution .platform-item { margin-bottom: 0.75rem;
    padding: 1rem 0.5rem !important; } .hover-shadow { transition: all 0.3s
    ease; } .hover-shadow:hover { transform: translateY(-5px); box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.1) !important; } .platform-item { transition:
    all 0.3s ease; } .platform-item:hover { transform: translateY(-3px); background-color:
    #fff !important; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .icon-circle
    { width: 64px; height: 64px; display: flex; align-items: center; justify-content:
    center; } .step-number .badge { width: 40px; height: 40px; display: flex;
    align-items: center; justify-content: center; } .feature-icon i { font-size:
    1.25rem; } .distribution-card { border: 1px solid rgba(0, 0, 0, 0.1); transition:
    all 0.3s ease; } .cta-box { border: 1px solid rgba(0, 123, 255, 0.2); }
    @media (max-width: 768px) { .section-title { font-size: 2rem; } }
	
	
	
	.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 .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 h2 {
        color: #1a1a1a;
        font-weight: 700;
        margin-bottom: 1.5rem;
        font-size: 2.5rem;
        line-height: 1.2;
    }
    
    .emc-showcase .lead {
        color: #4a5568;
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: 2rem;
        max-width: 600px;
    }
    
    .video-container {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .video-container:hover {
        transform: translateY(-5px);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    }
    
    .emc-showcase .badge {
        font-size: 0.9rem;
        letter-spacing: 0.5px;
        padding: 0.5rem 1.25rem;
        font-weight: 500;
        background: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
        border: 1px solid rgba(13, 110, 253, 0.2);
    }
    
    .emc-showcase .display-5 {
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }
    
    .emc-showcase .lead {
        font-size: 1.25rem;
        color: #4a5568;
        margin-bottom: 2rem;
    }
    
    .video-container {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        background: #fff;
    }
    
    .video-container:hover {
        transform: translateY(-8px);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    }
    
    .video-container .ratio {
        border-radius: 12px;
        overflow: hidden;
    }
    
    .video-container iframe {
        border: none;
        border-radius: 12px;
    }
    
    .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;
    }
    
    .btn-primary {
        background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
        border: none;
        box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    }
    
    .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%);
    }
    
    .btn-outline-primary {
        border: 2px solid #0d6efd;
        color: #0d6efd;
        background: transparent;
    }
    
    .btn-outline-primary:hover {
        background: rgba(13, 110, 253, 0.1);
        color: #0d6efd;
    }
    
    .btn-outline-secondary {
        border: 2px solid #6c757d;
        color: #6c757d;
    }
    
    .btn-outline-secondary:hover {
        background: rgba(108, 117, 125, 0.1);
        color: #6c757d;
    }
    
    @media (max-width: 991.98px) {
        .emc-showcase .display-5 {
            font-size: 2.25rem;
        }
        
        .emc-showcase .lead {
            font-size: 1.1rem;
        }
        
        .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 .display-5 {
            font-size: 2rem;
        }
        
        .d-flex {
            justify-content: center;
        }
        
        .me-4 {
            margin-right: 1.5rem !important;
        }
    }
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    }
    
    .video-container {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .video-container:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    }
    
    .video-info {
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .services-grid {
        display: grid;
        gap: 1.25rem;
        height: 100%;
    }
    
    .service-card {
        background: white;
        border-radius: 12px;
        padding: 1.5rem;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
        transition: all 0.3s ease;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    }
    
    .service-card:not(:last-child):hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        border-color: rgba(13, 110, 253, 0.1);
    }
    
    .service-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
    }
    
    .service-content h3 {
        color: #2d3748;
        margin-bottom: 0.5rem;
    }
    
    .service-content p {
        color: #718096;
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    
    .btn {
        font-weight: 500;
        border-radius: 8px;
        transition: all 0.2s ease;
    }
    
    .btn-primary {
        background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
        border: none;
        box-shadow: 0 4px 15px rgba(13, 110, 253, 0.3);
    }
    
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
    }
    
    .btn-outline-primary {
        border-width: 2px;
    }
    
    .badge {
        font-weight: 500;
        letter-spacing: 0.5px;
    }
    
    @media (max-width: 991.98px) {
        .emc-section {
            text-align: center;
        }
        
        .service-card {
            text-align: left;
        }
        
        .video-container {
            margin-bottom: 2rem;
        }
    }
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }
    
    .features-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }
    
    .feature-item {
        display: flex;
        align-items: flex-start;
        background: white;
        padding: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        transition: transform 0.2s, box-shadow 0.2s;
    }
    
    .feature-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .feature-icon {
        width: 40px;
        height: 40px;
        background: rgba(13, 110, 253, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 1rem;
        color: #0d6efd;
        flex-shrink: 0;
    }
    
    .feature-text h4 {
        margin-bottom: 0.25rem;
    }
    
    .video-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .video-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }
    
    .video-card .ratio {
        border-radius: 0.5rem 0.5rem 0 0;
        overflow: hidden;
    }
    
    .artist-engagement {
        position: relative;
        z-index: 1;
    }
    
    .artist-engagement h3 {
        position: relative;
        padding-bottom: 10px;
    }
    
    .artist-engagement h3:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #0d6efd, #6f42c1);
        border-radius: 3px;
    }
    
    .engagement-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .engagement-card {
        background: white;
        border-radius: 12px;
        padding: 1.5rem 1rem;
        text-align: center;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        border: 1px solid rgba(0, 0, 0, 0.05);
    }
    
    .engagement-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(13, 110, 253, 0.2);
    }
    
    .engagement-icon {
        width: 60px;
        height: 60px;
        margin: 0 auto 1rem;
        background: linear-gradient(135deg, #0d6efd, #6f42c1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
        position: relative;
        z-index: 1;
    }
    
    .engagement-icon:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: inherit;
        z-index: -1;
        animation: pulse 2s infinite;
    }
    
    .engagement-card h4 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
        color: #2d3748;
        font-weight: 600;
    }
    
    .engagement-card p {
        color: #718096;
        font-size: 0.85rem;
        margin-bottom: 1rem;
        min-height: 40px;
    }
    
    .engagement-hover {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #0d6efd, #6f42c1);
        color: white;
        padding: 0.75rem;
        transform: translateY(100%);
        transition: transform 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    .engagement-card:hover .engagement-hover {
        transform: translateY(0);
    }
    
    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.7;
        }
        70% {
            transform: scale(1.4);
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    
  
    
    .feature-icon {
        width: 40px;
        height: 40px;
        background: rgba(13, 110, 253, 0.1);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #0d6efd;
    }
    
    .video-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .video-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
    }
    
    .btn-outline-primary {
        transition: all 0.3s ease;
    }
    
    .btn-outline-primary:hover {
        transform: translateY(-2px);
    }
	
	
	
	#sanatciCarousel .card-img-top {
    width: 100%;          /* Kart genişliğine göre tam oturur */
    height: 320px;        /* İstediğiniz sabit yükseklik */
    object-fit: cover;    /* Orantıyı koruyarak kırpar veya sığdırır */
    border-radius: 5px;   /* İsteğe bağlı: köşeleri yuvarlatır */
}

/* Kart gövdesini eşitlemek için flex kullanabiliriz */
#sanatciCarousel .card.h-100 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Kart başlık ve altındaki bilgileri hizalama */
#sanatciCarousel .card-body {
    padding: 0.75rem;
}

 .youtube-thumbnail:hover .play-button-circle {
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    }
    
    .play-button-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
    }
    
    .youtube-thumbnail:hover .play-button-overlay {
        background: rgba(0, 0, 0, 0.5);
    }
    
    .play-button-circle {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: rgba(0, 219, 222, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 30px;
        transition: all 0.3s ease;
        border: 3px solid #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    
    .youtube-thumbnail img {
        transition: transform 0.3s ease;
    }
    
    .youtube-thumbnail:hover img {
        transform: scale(1.02);
    }
    
    /* For smaller screens */
    @media (max-width: 768px) {
        .play-button-circle {
            width: 60px;
            height: 60px;
            font-size: 24px;
        }
    }
	
	
	.main-video-outer .play-button{
		margin-top: -33px;
		margin-left: -30px;
	}
	

	.temp-overlay{
		min-height:350px;
	}

	
	.sanatci-main-outer .card-img-top {
		width: 100%;          /* Kart genişliğini kaplasın */
		height: 320px;        /* Sabit yükseklik */
		object-fit: cover;    /* Resim kart boyutuna uyum sağlasın ve kırpılsın */
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}

	/* Kart body ortalansın */
	.sanatci-main-outer .card-body {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 0.75rem;
	}
	
	.page-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #343a40 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.page-header::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 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23ffffff" stroke-width="0.5" stroke-opacity="0.1"/></svg>') repeat;
    opacity: 0.1;
}

/* Görsel Efektleri */
.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

.studio-image {
    position: relative;
    overflow: hidden;
}

.studio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(13,110,253,0.2), rgba(0,0,0,0));
    border-radius: 1rem;
    pointer-events: none;
}

/* İstatistik Kartları */
.stats-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.stat-card {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

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

.stat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(13,110,253,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0d6efd;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
}

/* Hizmet Kartları */
.services-section {
    padding: 60px 0;
    background: #fff;
}

.service-item {
    background: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.service-item h3 {
    color: #0d6efd;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-item ul li {
    margin-bottom: 0.5rem;
    color: #6c757d;
    position: relative;
    padding-left: 1.5rem;
}

.service-item ul li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: #0d6efd;
}

@media (max-width: 991.98px) {
    .page-header {
        text-align: center;
        padding: 40px 0;
    }
    
    .page-header img {
        margin-top: 30px;
    }
    
    .stat-card {
        margin-bottom: 30px;
    }
}

.card-sanatci-item img {
	 height: 310px;      
    object-fit: cover;   
    width: 100%;
}

.play-button-list{
	margin-left:-30px;
	margin-top:-30px;
}

.contact-info{
	list-style-type:none;
	padding:0;
}
.contact-info i { margin-right:5px;}
.platform-links .btn {
    font-size: 0.9rem;       /* Yazı boyutu biraz küçüldü */
    padding: 0.4rem 0.8rem;  /* Buton yüksekliği ve genişliği azaltıldı */
    border-radius: 0.3rem;   /* Köşe yuvarlama */
}

.platform-links .btn i {
    font-size: 0.85rem;      /* İkon boyutu küçüldü */
}

@media (max-width: 768px) {
    .platform-links .btn {
        font-size: 0.85rem;
        padding: 0.35rem 0.6rem;
        width: 100%;          /* Mobilde tam genişlik */
    }
}

.navbar-brand img{
	filter:none;
	    max-height: 70px;
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 57px;
    }
}

@media (max-width: 576px) {
    #mainSlider .carousel-item {
        height: 164px;
    }
}
@media (max-width: 768px) {
    #mainSlider .carousel-caption {
        display: none;
    }
}

.alletkinlikbutton{
	 pointer-events: auto;       /* tıklamayı kesin etkin yap */
	 position:relative;
	 z-index:55;
}
.timescontent div {
	color:#fff;
}

#tanitimlarCarousel .carousel-control-prev , #tanitimlarCarousel .carousel-control-next {
		display:none;
}