:root {
    --bs-primary: #005F6B;
    --bs-secondary: #C5A059;
    --bs-dark: #002B36;
    --bs-light: #F5F1E6;
}

body {
    background-color: #fff;
}

/* Üst bar (header top) — beyaz yazı */
.topbar,
.topbar .topbar-link,
.topbar .topbar-text,
.topbar .topbar-sep {
    color: #fff !important;
}

.topbar .topbar-link i,
.topbar .topbar-text i {
    color: #fff !important;
}

.topbar .topbar-link:hover,
.topbar .topbar-link:hover i {
    color: var(--bs-secondary) !important;
}

.topbar .topbar-sep {
    opacity: 0.85;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    }
}

/* ——— Sosyal medya ——— */
.social-links {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-links--center {
    justify-content: center;
}

.social-links--end {
    justify-content: flex-end;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none !important;
    border-radius: 50%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(0, 43, 54, 0.12);
    border: none;
    line-height: 1;
}

.social-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.social-links--sm .social-link,
.social-links--md .social-link {
    width: 38px;
    height: 38px;
    font-size: 16px;
}

.social-links--lg .social-link:not(.social-link--pill) {
    width: 46px;
    height: 46px;
    font-size: 19px;
}

/* Üst bar — cam efektli halkalar */
.social-links--topbar .social-link {
    width: 32px;
    height: 32px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: none;
    backdrop-filter: blur(4px);
}

.social-links--topbar .social-link-youtube { color: #fff !important; }
.social-links--topbar .social-link-instagram { color: #fff !important; }
.social-links--topbar .social-link-facebook { color: #fff !important; }

.social-links--topbar .social-link:hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: var(--bs-secondary);
    transform: translateY(-1px);
}

/* Footer — marka renkli daireler */
.social-links--footer {
    gap: 12px;
}

.social-links--footer .social-link {
    width: 42px;
    height: 42px;
    font-size: 17px;
}

/* ——— Footer ——— */
.site-footer {
    position: relative;
    background: linear-gradient(165deg, var(--bs-dark) 0%, #003840 45%, var(--bs-primary) 100%);
    color: rgba(255, 255, 255, 0.88);
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 0%, rgba(197, 160, 89, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 60% 40% at 90% 100%, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.footer-wave {
    height: 5px;
    background: linear-gradient(90deg, var(--bs-secondary), #e8c882, var(--bs-secondary));
    opacity: 0.95;
}

.footer-logo {
    max-height: 88px;
    width: auto;
    max-width: 240px;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.footer-tagline {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--bs-secondary);
    margin-bottom: 0.75rem;
}

.footer-desc {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 1.25rem;
    max-width: 340px;
}

.footer-social-title {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.65rem;
}

.footer-social-wrap {
    margin-top: 0.25rem;
}

.footer-heading {
    font-family: "Poppins", sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
    padding-bottom: 0.65rem;
    border-bottom: 2px solid rgba(197, 160, 89, 0.45);
    display: inline-block;
}

.footer-links li {
    margin-bottom: 0.55rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--bs-secondary);
    padding-left: 4px;
    letter-spacing: normal;
}

.footer-links-more a {
    color: var(--bs-secondary) !important;
    font-weight: 600;
    margin-top: 0.35rem;
}

.footer-contact li {
    margin-bottom: 0.65rem;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 0.92rem;
    line-height: 1.45;
    transition: color 0.2s;
}

.footer-contact-item:hover {
    color: var(--bs-secondary);
    letter-spacing: normal;
}

.footer-contact-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--bs-secondary);
    font-size: 14px;
}

.footer-contact-icon-wa {
    color: #25d366;
    background: rgba(37, 211, 102, 0.12);
    border-color: rgba(37, 211, 102, 0.25);
}

.footer-hours {
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem 1.1rem;
}

.footer-hours-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bs-secondary);
    margin-bottom: 0.75rem;
}

.footer-hours-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.35rem 1rem;
    font-size: 0.85rem;
}

.footer-hours-grid span:nth-child(odd) {
    color: rgba(255, 255, 255, 0.6);
}

.footer-hours-grid span:nth-child(even) {
    color: #fff;
    font-weight: 600;
    text-align: right;
}

.footer-bottom {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.22);
    padding: 1.15rem 0;
}

.footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
}

.footer-copy {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-copy strong {
    color: #fff;
    font-weight: 600;
}

.footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    font-size: 0.88rem;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-bottom-links a:hover {
    color: var(--bs-secondary);
    letter-spacing: normal;
}

.footer-dot {
    color: rgba(255, 255, 255, 0.35);
    user-select: none;
}

.site-footer .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.site-footer .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 767.98px) {
    .footer-logo {
        max-height: 72px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-links {
        justify-content: center;
    }
}

/* Eski tema footer override */
.footer .footer-item a:hover,
.site-footer a:hover {
    letter-spacing: normal;
}

.social-link-youtube {
    background: linear-gradient(145deg, #ff0000, #cc0000);
}

.social-link-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-color: #d62976;
}

.social-link-facebook {
    background: linear-gradient(145deg, #1877f2, #0d5dbf);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 43, 54, 0.22);
    color: #fff !important;
}

.social-link:active {
    transform: translateY(-1px);
}

/* Etiketli pill butonlar — yalnızca --labeled ile */
.social-links--labeled .social-link {
    width: auto;
    min-height: 44px;
    height: auto;
    border-radius: 999px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
}

.social-link-label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

/* Koyu zemin üzerinde cam efektli daire ikonlar */
.social-links--light .social-link {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
}

.social-links--light.social-links--lg .social-link {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
}

.social-links--light .social-link:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: var(--bs-secondary);
}

/* Sanatçı kartları */
.artist-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.artist-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 43, 54, 0.12) !important;
}

.artist-card-img {
    object-fit: cover;
    min-height: 280px;
}

@media (min-width: 768px) {
    .artist-card-img {
        min-height: 100%;
    }
}

/* YouTube video kartları */
.video-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 43, 54, 0.1) !important;
}

.video-embed iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

/* Dijital streaming */
.digital-artist-block {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 95, 107, 0.12);
}

.digital-artist-block:last-of-type {
    border-bottom: 0;
}

.platform-btn {
    color: #fff !important;
    font-weight: 600;
}

.btn-spotify { background: #1db954; border-color: #1db954; }
.btn-apple { background: #fa243c; border-color: #fa243c; }
.btn-deezer { background: #a238ff; border-color: #a238ff; }
.btn-ytmusic { background: #ff0000; border-color: #ff0000; }

.btn-spotify:hover,
.btn-apple:hover,
.btn-deezer:hover,
.btn-ytmusic:hover {
    color: #fff !important;
    opacity: 0.92;
}

.streaming-embed iframe,
.release-embed iframe {
    border: 0;
    width: 100%;
    display: block;
    border-radius: 8px;
}

.streaming-embed-spotify iframe {
    height: 352px;
}

.streaming-embed-deezer iframe {
    height: 300px;
}

.streaming-embed-apple iframe {
    height: 450px;
}

.release-embed iframe {
    height: 200px;
}

.release-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.release-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 43, 54, 0.1) !important;
}

.digital-streaming-section {
    scroll-margin-top: 100px;
}

.youtube-section {
    scroll-margin-top: 100px;
}

/* Anasayfa slider — mobil uyum + otomatik geçiş */
.carousel-header {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.carousel-header .carousel,
.carousel-header .carousel-inner {
    width: 100%;
}

.carousel-header .carousel-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 992px) {
    .carousel-header .carousel-inner .carousel-item {
        min-height: 100vh;
    }

    .carousel-header .carousel-slide-img {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 991.98px) {
    .carousel-header {
        height: auto !important;
    }

    .carousel-header .carousel-inner .carousel-item {
        min-height: 0;
        height: clamp(240px, 52vw, 420px);
        position: relative;
    }

    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-slide-img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        width: 2.75rem;
        height: 2.75rem;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-size: 55% 55%;
    }

    .carousel-header .carousel .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .carousel-header .carousel .carousel-indicators li {
        margin-right: 8px;
    }
}

@media (max-width: 575.98px) {
    .carousel-header .carousel-inner .carousel-item {
        height: clamp(200px, 56vw, 360px);
    }
}

/* Foto galeri */
.photo-gallery .gallery-item {
    display: block;
    background: transparent;
    cursor: pointer;
    text-align: left;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-gallery .gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 43, 54, 0.14);
}

.gallery-item-inner {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    background: var(--bs-light);
}

.gallery-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.gallery-item:hover .gallery-item-img {
    transform: scale(1.06);
}

.gallery-item-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 95, 107, 0.45);
    color: #fff;
    font-size: 1.75rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}

.gallery-item-caption {
    display: block;
    padding: 0.75rem 0.25rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bs-primary);
    line-height: 1.35;
}

.gallery-modal .modal-content {
    border-radius: 16px;
    overflow: hidden;
}

.gallery-modal-img {
    max-height: 75vh;
    object-fit: contain;
    background: #f8f8f8;
}

.navbar-light .navbar-brand .brand-logo,
.navbar-light .navbar-brand img.brand-logo {
    max-height: 115px;
    width: auto;
    max-width: min(340px, 78vw);
    height: auto;
    object-fit: contain;
}

.sticky-top .navbar-light .navbar-brand .brand-logo,
.sticky-top .navbar-light .navbar-brand img.brand-logo {
    max-height: 95px;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-brand .brand-logo,
    .navbar-light .navbar-brand img.brand-logo {
        max-height: 108px;
        max-width: min(320px, 88vw);
    }

    .sticky-top .navbar-light .navbar-brand .brand-logo,
    .sticky-top .navbar-light .navbar-brand img.brand-logo {
        max-height: 100px;
    }

    .navbar-light .navbar-brand img {
        max-height: 108px !important;
    }

    .nav-bar .navbar {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
    }
}

/* Mobil: Ara + WhatsApp + Instagram sabit çubuk */
.mobile-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    display: flex;
    align-items: stretch;
    box-shadow: 0 -6px 24px rgba(0, 43, 54, 0.2);
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--bs-dark);
}

.mobile-contact-btn {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px 10px;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important;
    transition: filter 0.2s, background 0.2s;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.mobile-contact-btn:last-child {
    border-right: none;
}

.mobile-contact-btn:active {
    filter: brightness(0.92);
}

.mobile-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
}

.mobile-contact-label {
    font-size: 11px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: 100%;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-contact-label-short {
    display: none;
}

.mobile-contact-call {
    background: var(--bs-primary);
}

.mobile-contact-wa {
    background: #128c42;
}

.mobile-contact-ig {
    background: #c13584;
    background: linear-gradient(135deg, #f77737 0%, #e1306c 50%, #833ab4 100%);
}

.mobile-contact-ig .mobile-contact-icon {
    background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 380px) {
    .mobile-contact-label-long {
        display: none;
    }

    .mobile-contact-label-short {
        display: block;
    }

    .mobile-contact-icon {
        width: 34px;
        height: 34px;
        font-size: 17px;
    }
}

/* Masaüstü yüzen butonlar */
.call-float,
.whatsapp-float,
.instagram-float {
    position: fixed;
    right: 24px;
    width: 56px;
    height: 56px;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 98;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.call-float {
    bottom: 218px;
    background: var(--bs-primary);
}

.whatsapp-float {
    bottom: 154px;
    background: #25d366;
    font-size: 28px;
}

.instagram-float {
    bottom: 90px;
    background: #c13584;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    font-size: 26px;
    box-shadow: 0 4px 16px rgba(225, 48, 108, 0.35);
}

.call-float:hover,
.whatsapp-float:hover,
.instagram-float:hover {
    transform: scale(1.08);
    color: #fff;
}

@media (max-width: 991.98px) {
    .back-to-top {
        bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

.service-detail-media {
    aspect-ratio: 4 / 3;
    background: var(--bs-light);
}

.service-detail-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-detail-content h2 {
    color: var(--bs-primary);
    margin-top: 1.5rem;
}

.service-detail-content ul li {
    margin-bottom: 0.5rem;
}

.service-list-card {
    transition: transform 0.3s, box-shadow 0.3s;
}

.service-list-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 47, 54, 0.12);
}

.service-list-card h3 a:hover {
    color: var(--bs-secondary) !important;
}

/* Yorumlarda profil fotoğrafı yok */
.testimonial-item .rounded-circle img,
.testimonial-item img.img-fluid.rounded-circle {
    display: none !important;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: var(--bs-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.testimonial-author {
    padding-left: 0.25rem;
}
