/* ============================================
   ALLURE ANI TASARIM - CUSTOM STYLES
   ============================================ */

/* Variables */
:root {
    --gold-gradient: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
    --black-bg: #121212;
    --black-dark: #000000;
    --black-medium: #1a1a1a;
    --gold-light: #faf0a0;
    --gold-medium: #d3b15f;
    --gold-dark: #a2682a;
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    max-width: 100%;
    height: auto;
}

body {
    background-color: #0a0e27;
    color: #ffffff;
    font-family: "Alice", Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
}

html {
    scroll-behavior: smooth;
}

/* Global Animated Gradient Background - Fixed (Apple style) */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    background: linear-gradient(40deg, rgba(10, 14, 39, 0.95), rgba(18, 83, 163, 0.3));
    pointer-events: none;
    will-change: auto;
    transform: translateZ(0);
}

body .global-gradient-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
    will-change: auto;
    transform: translateZ(0);
}

body .global-gradient-bg svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

body .global-gradient-bg .gradients-container {
    filter: url(#goo-global) blur(60px);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

body .global-gradient-bg .g1,
body .global-gradient-bg .g2,
body .global-gradient-bg .g3,
body .global-gradient-bg .g4,
body .global-gradient-bg .g5,
body .global-gradient-bg .g6,
body .global-gradient-bg .g7,
body .global-gradient-bg .g8 {
    position: absolute;
    mix-blend-mode: screen;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

body .global-gradient-bg .g1 {
    background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0) 50%);
    transform-origin: center center;
    animation: moveVertical 40s ease infinite;
}

body .global-gradient-bg .g2 {
    background: radial-gradient(circle at 70% 30%, rgba(148, 187, 233, 0.4) 0, rgba(148, 187, 233, 0) 60%);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 35s reverse infinite;
}

body .global-gradient-bg .g3 {
    background: radial-gradient(circle at 50% 50%, rgba(192, 159, 224, 0.5) 0, rgba(192, 159, 224, 0) 70%);
    transform-origin: calc(50% + 400px);
    animation: moveInCircle 50s linear infinite;
}

body .global-gradient-bg .g4 {
    background: radial-gradient(circle at 80% 80%, rgba(238, 174, 202, 0.3) 0, rgba(238, 174, 202, 0) 50%);
    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 45s ease infinite;
    opacity: 0.3;
}

body .global-gradient-bg .g5 {
    background: radial-gradient(circle at 20% 70%, rgba(42, 123, 155, 0.4) 0, rgba(42, 123, 155, 0) 60%);
    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 30s ease infinite;
}

body .global-gradient-bg .g6 {
    background: radial-gradient(circle at 60% 40%, rgba(255, 107, 107, 0.35) 0, rgba(255, 107, 107, 0) 55%);
    transform-origin: calc(50% + 300px) calc(50% - 300px);
    animation: moveVertical 38s ease infinite;
    opacity: 0.35;
}

body .global-gradient-bg .g7 {
    background: radial-gradient(circle at 40% 60%, rgba(255, 159, 64, 0.4) 0, rgba(255, 159, 64, 0) 65%);
    transform-origin: calc(50% - 500px) calc(50% + 400px);
    animation: moveHorizontal 42s reverse ease infinite;
    opacity: 0.38;
}

body .global-gradient-bg .g8 {
    background: radial-gradient(circle at 90% 10%, rgba(138, 43, 226, 0.35) 0, rgba(138, 43, 226, 0) 50%);
    transform-origin: calc(50% + 600px) calc(50% - 200px);
    animation: moveInCircle 48s linear infinite;
    opacity: 0.32;
}

/* Global Background Overlay */

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Alice", Georgia, serif;
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.5rem;
    font-weight: 200;
    filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

h2, h4 {
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

@keyframes MoveBackgroundPosition {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

h2 {
    font-size: 2.5rem;
    color: var(--gold-light);
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 2rem;
    color: var(--gold-medium);
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
    color: #e0e0e0;
}

a {
    color: var(--gold-light);
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: var(--gold-medium);
    text-decoration: none;
}

/* Navigation */
.navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1rem 2rem;
    z-index: 9999 !important; /* Lightbox'un arkasında kalması için (lightbox z-index: 10000) */
    border-bottom: 1px solid rgba(250, 240, 160, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
}

/* Lightbox açıldığında navbar'ı bulanıklaştır */
body.lg-on .navbar,
body.lg-navbar-blur .navbar {
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    filter: blur(4px);
    opacity: 0.6;
}

/* Navbar'ın arkasına blur overlay ekle */
body.lg-on .navbar::before,
body.lg-navbar-blur .navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    z-index: -1;
    pointer-events: none;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
}

.logo-img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.logo-text-wrapper {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.logo-text-main {
    font-family: "Bodoni Moda SC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
}

.logo-text-sub {
    font-family: 'Yantramanav', sans-serif;
    font-size: 0.65rem;
    font-weight: 300;
    color: rgba(250, 240, 160, 0.8);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.1rem;
}

.logo-text {
    font-size: 1.5rem;
    font-weight: 300;
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Hamburger Menu */
.hamburger-menu {
    width: 45px;
    height: 45px;
    position: relative;
    background: transparent;
    border: 2px solid var(--gold-medium);
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    z-index: 1051;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    outline: none;
}

.hamburger-menu:hover,
.hamburger-menu:focus {
    background-color: rgba(250, 240, 160, 0.1);
    border-color: var(--gold-light);
}

.hamburger-menu:active {
    transform: scale(0.95);
}

.hamburger-icon {
    font-size: 1.5rem;
    color: var(--gold-medium);
    transition: all 0.3s ease;
}

.hamburger-menu:hover .hamburger-icon,
.hamburger-menu:focus .hamburger-icon {
    color: var(--gold-light);
}

.hamburger-menu .hamburger-icon.fa-bars {
    display: block;
}

.hamburger-menu .hamburger-icon.fa-times {
    display: none;
    position: absolute;
}

.hamburger-menu.active .hamburger-icon.fa-bars {
    display: none !important;
}

.hamburger-menu.active .hamburger-icon.fa-times {
    display: block !important;
}

/* Hamburger menü tüm ekranlarda görünür */
.hamburger-menu {
    display: flex !important;
}

/* Full Screen Menu */
.fullscreen-menu {
    background: rgba(26, 26, 26, 0.1);
    backdrop-filter: blur(20px);
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

/* Animated Morphing Gradients Background */
.fullscreen-menu .gradient-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    background: linear-gradient(40deg, rgba(18, 83, 163, 0.2), rgba(155, 42, 68, 0.2));
    z-index: 0;
}

.fullscreen-menu .gradient-bg svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.fullscreen-menu .gradient-bg .gradients-container {
    filter: url(#goo) blur(40px);
    width: 100%;
    height: 100%;
    position: relative;
}

.fullscreen-menu .gradient-bg .g1,
.fullscreen-menu .gradient-bg .g2,
.fullscreen-menu .gradient-bg .g3,
.fullscreen-menu .gradient-bg .g4,
.fullscreen-menu .gradient-bg .g5 {
    position: absolute;
    mix-blend-mode: hard-light;
    opacity: 0.8;
    width: 80%;
    height: 80%;
    top: calc(50% - 40%);
    left: calc(50% - 40%);
}

.fullscreen-menu .gradient-bg .g1 {
    background: radial-gradient(circle at center, rgba(18, 83, 163, 0.6) 0, rgba(18, 83, 163, 0) 50%);
    transform-origin: center center;
    animation: moveVertical 30s ease infinite;
}

.fullscreen-menu .gradient-bg .g2 {
    background: radial-gradient(circle at center, rgba(192, 159, 224, 0.6) 0, rgba(192, 159, 224, 0) 50%);
    transform-origin: calc(50% - 400px);
    animation: moveInCircle 20s reverse infinite;
}

.fullscreen-menu .gradient-bg .g3 {
    background: radial-gradient(circle at center, rgba(42, 123, 155, 0.6) 0, rgba(42, 123, 155, 0) 50%);
    top: calc(50% - 40% + 200px);
    left: calc(50% - 40% - 500px);
    transform-origin: calc(50% + 400px);
    animation: moveInCircle 40s linear infinite;
}

.fullscreen-menu .gradient-bg .g4 {
    background: radial-gradient(circle at center, rgba(238, 174, 202, 0.6) 0, rgba(238, 174, 202, 0) 50%);
    transform-origin: calc(50% - 200px);
    animation: moveHorizontal 40s ease infinite;
    opacity: 0.7;
}

.fullscreen-menu .gradient-bg .g5 {
    background: radial-gradient(circle at center, rgba(148, 187, 233, 0.6) 0, rgba(148, 187, 233, 0) 50%);
    width: 160%;
    height: 160%;
    top: calc(50% - 80%);
    left: calc(50% - 80%);
    transform-origin: calc(50% - 800px) calc(50% + 200px);
    animation: moveInCircle 20s ease infinite;
}

.fullscreen-menu .gradient-bg .interactive {
    position: absolute;
    background: radial-gradient(circle at center, rgba(155, 42, 68, 0.5) 0, rgba(155, 42, 68, 0) 50%);
    mix-blend-mode: hard-light;
    width: 100%;
    height: 100%;
    top: -50%;
    left: -50%;
    opacity: 0.6;
}

@keyframes moveInCircle {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(50%);
    }
    100% {
        transform: translateY(-50%);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(-50%) translateY(-10%);
    }
    50% {
        transform: translateX(50%) translateY(10%);
    }
    100% {
        transform: translateX(-50%) translateY(-10%);
    }
}

.fullscreen-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 1;
    pointer-events: none;
}

.fullscreen-menu .offcanvas-header {
    border-bottom: none;
    padding: 2rem 3rem;
    position: relative;
    z-index: 12;
    display: flex;
    justify-content: flex-end;
    background: transparent;
}

.fullscreen-menu .btn-close {
    filter: none;
    opacity: 1;
    position: relative;
    z-index: 13;
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.fullscreen-menu .btn-close:hover {
    opacity: 0.8;
    transform: rotate(90deg);
    color: #ffffff;
}

.fullscreen-menu .btn-close:focus {
    box-shadow: none;
}

.menu-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 4rem 0 2rem 0;
    position: relative;
    z-index: 10;
    width: 100%;
}

.menu-container .row {
    width: 100%;
    margin: 0;
    display: flex !important;
    align-items: center;
    height: 100%;
    flex-wrap: nowrap;
    margin-top: -60px;
}

.menu-container .row > [class*="col-"] {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.menu-container .row .col-lg-6 {
    width: 50%;
    max-width: 50%;
}

.offcanvas-body {
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    padding: 0;
    position: relative;
    z-index: 10;
}

.fullscreen-menu .offcanvas-body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 100%;
}

.menu-items-col {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    width: 100%;
}

.menu-items-col.d-lg-none {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.menu-items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.menu-items > li {
    margin-bottom: 0.8rem;
    position: relative;
    text-align: center;
}

.menu-items > li > a {
    font-size: 1.3rem;
    font-weight: 600;
    font-family: "Gilda Display", serif;
    color: #ffffff;
    display: block;
    padding: 0.3rem 0 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 1.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto;
}

.menu-items > li > a::after {
    display: none;
}

.menu-items > li > a:hover {
    color: #ffffff;
    transform: translateX(10px);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.menu-items > li > a i {
    font-size: 1rem;
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.menu-items > li.has-submenu.active > a i {
    transform: rotate(180deg);
}

/* Submenu */
.submenu {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.menu-items > li.has-submenu.active .submenu {
    max-height: 500px;
}

.submenu li {
    margin-bottom: 0.75rem;
}

.submenu {
    text-align: center;
    margin-left: 0;
}

.submenu a {
    font-size: 0.85rem;
    font-weight: 400;
    font-family: "Gilda Display", serif;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    padding: 0.2rem 0;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
}

.submenu a::before {
    display: none;
}

.submenu a:hover {
    color: #ffffff;
    transform: translateX(5px);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* Mobil Menü Özel Stiller */
.mobile-menu {
    text-align: left;
}

.mobile-menu > li {
    margin-bottom: 1.5rem;
}

.mobile-menu > li > a {
    font-size: 2.5rem;
    padding: 0.5rem 0;
    text-align: left;
}

.mobile-menu-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
    width: 100%;
    max-width: 280px;
    align-items: center;
}

.mobile-menu-buttons .btn-mobile-menu {
    width: 100%;
    max-width: 280px;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 500;
}

.mobile-menu-buttons .btn-mobile-menu i {
    font-size: 1.1rem;
}

.mobile-menu-copyright {
    margin-top: 2rem;
    text-align: center;
    padding: 1rem 0;
    width: 100%;
}

.mobile-menu-copyright p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    font-family: "Gilda Display", serif;
}

.mobile-menu-copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.mobile-menu-copyright a:hover {
    color: rgba(255, 255, 255, 0.9);
}

/* Contact Info */
.contact-info-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 3rem;
    text-align: left;
}

.contact-info h3 {
    font-family: "Gilda Display", serif;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    display: block;
    padding-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: left;
}

.contact-info h3::after {
    display: none;
}

.contact-details {
    margin-bottom: 2rem;
}

.contact-details {
    text-align: left;
}

.contact-details p {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-family: "Gilda Display", serif;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    text-align: left;
}

.contact-details i {
    color: #ffffff;
    margin-right: 0.75rem;
    width: 20px;
    opacity: 0.8;
}

.contact-details a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.contact-details a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-buttons {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu-buttons .btn {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    white-space: nowrap;
}

.btn-whatsapp-menu {
    background-color: transparent;
    border: 1px solid #25D366;
    color: #25D366;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-whatsapp-menu:hover {
    background-color: rgba(37, 211, 102, 0.1);
    border-color: #25D366;
    color: #25D366;
}

.social-media {
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
}

.social-media a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
}

.social-media a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: transparent;
    transform: translateZ(0);
}

@media (max-width: 767.98px) {
    .hero-section {
        height: 70vh;
        min-height: 400px;
    }
}

.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transform: translateZ(0);
}


.hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 2rem;
    max-width: 800px;
    transform: translateZ(0);
}

.hero-content h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 20px rgba(255, 200, 0, 0.3);
}

.hero-content p {
    font-size: 1.25rem;
    color: #e0e0e0;
    margin-bottom: 2rem;
}

/* Content Sections */
.content-section {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: transparent;
    transform: translateZ(0);
}

.content-section .container {
    position: relative;
    z-index: 1;
}

.content-section.bg-black-medium {
    background: transparent;
}

/* Services Carousel */
.services-carousel-section {
    padding: 8rem 0 5rem 0;
}

.services-carousel-section .container {
    position: relative;
    padding: 0 40px;
}

/* Swiper Hizmetler Carousel */
.services-swiper {
    width: 100%;
    padding: 20px 0 50px 0;
}

.services-swiper .swiper-wrapper {
    align-items: stretch;
}

.services-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.services-swiper .service-card-link {
    width: 100%;
}

.services-swiper .swiper-button-prev,
.services-swiper .swiper-button-next {
    color: #ffffff;
}

.services-swiper .swiper-pagination-bullet {
    background-color: rgba(250, 240, 160, 0.4);
    opacity: 1;
}

.services-swiper .swiper-pagination-bullet-active {
    background-color: rgba(250, 240, 160, 0.8);
}

.service-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    position: relative;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 10px;
}

.service-card-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(250, 240, 160, 0.3);
}

.service-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    will-change: background-image;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
}

.lazy-bg {
    background-color: #1a1a1a;
    min-height: 100%;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
}

.lazy-bg.loaded {
    transition: opacity 0.3s ease;
    will-change: auto;
}

.service-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5), transparent);
    z-index: 2;
    color: #ffffff;
}

.service-card-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

.service-card-content p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.5;
}

#servicesCarousel .carousel-control-prev,
#servicesCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: opacity 0.3s ease, background 0.3s ease;
    z-index: 15;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

#servicesCarousel .carousel-control-prev:hover,
#servicesCarousel .carousel-control-next:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

#servicesCarousel .carousel-control-prev:hover,
#servicesCarousel .carousel-control-next:hover {
    opacity: 1;
    background: none;
}

#servicesCarousel .carousel-control-prev {
    left: 0;
}

#servicesCarousel .carousel-control-next {
    right: 0;
}

#servicesCarousel .carousel-control-prev-icon,
#servicesCarousel .carousel-control-next-icon {
    filter: brightness(0) invert(1);
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#servicesCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#servicesCarousel .carousel-indicators {
    bottom: -50px;
    margin-bottom: 0;
}

#servicesCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(250, 240, 160, 0.4);
    border: 1px solid rgba(250, 240, 160, 0.6);
    opacity: 0.5;
    transition: opacity 0.3s ease, background-color 0.3s ease;
}

#servicesCarousel .carousel-indicators button.active {
    opacity: 1;
    background-color: rgba(250, 240, 160, 0.8);
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

/* Buttons */
.btn-gold {
    background: var(--gold-gradient);
    background-size: 200%;
    border: none;
    color: var(--black-bg);
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    transition: all 0.3s ease;
    animation: MoveBackgroundPosition 6s ease-in-out infinite;
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(250, 240, 160, 0.3);
    color: var(--black-bg);
}

.btn-outline-gold {
    border: 2px solid var(--gold-medium);
    color: var(--gold-light);
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: var(--gold-medium);
    color: var(--black-bg);
    transform: translateY(-3px);
}

/* Cards */
.card-custom {
    background-color: rgba(26, 26, 26, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(250, 240, 160, 0.1);
    border-radius: 10px;
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    z-index: 1;
}

.card-custom:hover {
    border-color: var(--gold-medium);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(250, 240, 160, 0.1);
}

.card-custom h3 {
    color: var(--gold-light);
    margin-bottom: 1rem;
}

/* Service Detail Section */
.service-detail-section {
    padding: 8rem 0 5rem 0;
}

.service-detail-block {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(250, 240, 160, 0.2);
}

.service-detail-block:last-of-type {
    border-bottom: none;
}

.service-detail-block h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: var(--gold-light);
}

.service-detail-block p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.service-specs,
.service-advantages,
.service-operation {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-specs li,
.service-advantages li,
.service-operation li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    line-height: 1.6;
}

.service-specs li:before,
.service-advantages li:before,
.service-operation li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--gold-medium);
    font-size: 1.5rem;
    line-height: 1.2;
}

.service-advantages li:before {
    content: "✓";
    font-size: 1.2rem;
}

.service-operation li:before {
    content: "⚙";
    font-size: 1.2rem;
}

/* Service Gallery */
.service-gallery {
    margin-bottom: 0;
}

.service-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4/3;
    background: rgba(26, 26, 26, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(250, 240, 160, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}

.service-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(250, 240, 160, 0.2);
    border-color: rgba(250, 240, 160, 0.3);
    text-decoration: none;
}

.service-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.service-gallery-item:hover img {
    transform: scale(1.05);
}

.service-gallery-item {
    position: relative;
}

.cover-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(250, 240, 160, 0.9);
    color: #1a1a1a;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: "Alice", Georgia, serif;
    z-index: 10;
}

.service-detail-content {
    padding-right: 2rem;
}

/* ============================================
   LIGHTBOX2 STYLES - KALDIRILDI
   ============================================ */
/* Lightbox2 stilleri kaldırıldı, lightGallery kullanılıyor */

@media (max-width: 991.98px) {
    .service-detail-content {
        padding-right: 0;
        margin-bottom: 3rem;
    }
    
    .service-gallery {
        margin-bottom: 0;
    }
}

.badge {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.service-card-content .badge {
    margin-top: 0.5rem;
    font-family: "Alice", Georgia, serif;
}

.services-carousel-section .service-card-link {
    margin: 0;
}

/* Footer */
footer {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 3rem 0;
    border-top: 1px solid rgba(250, 240, 160, 0.1);
    position: relative;
    z-index: 1;
    margin-top: 4rem;
    width: 100%;
    clear: both;
}

footer h4 {
    color: #ffffff !important;
    font-family: "Bodoni Moda SC", serif;
    margin-bottom: 1rem;
}

footer a {
    color: rgba(250, 240, 160, 0.8);
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--gold-light);
    text-decoration: none;
}

footer p {
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .services-carousel-section {
        padding-top: 7.5rem;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    .logo-text-main {
        font-size: 1.5rem;
    }
    
    .logo-text-sub {
        font-size: 0.55rem;
    }
    
    .logo-img {
        height: 40px;
    }
    
    
    .menu-items-col {
        padding-left: 0;
        justify-content: center;
    }
    
    .menu-items {
        max-width: 500px;
    }
    
    .menu-items > li > a {
        font-size: 1.2rem;
    }
    
    .submenu {
        margin-left: 0;
    }
    
    .submenu a {
        font-size: 0.75rem;
    }
    
    .contact-info-col {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-left: 0;
        padding-top: 3rem;
        margin-top: 3rem;
        justify-content: flex-start;
    }
    
    .contact-info h3 {
        font-size: 1.1rem;
        text-align: left;
    }
    
    .contact-details {
        text-align: left;
    }
    
    .social-media {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        padding: 1rem;
    }
    
    .logo-text-main {
        font-size: 1.3rem;
    }
    
    .logo-text-sub {
        font-size: 0.5rem;
    }
    
    .logo-img {
        height: 35px;
    }
    
    .navbar-brand {
        gap: 0.75rem;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    .services-carousel-section {
        padding: 8.5rem 0 3rem 0;
    }
    
    .service-card-link {
        height: 350px;
    }
    
    .service-card-content h3 {
        font-size: 1.5rem;
    }
    
    .service-card-content p {
        font-size: 0.85rem;
    }
    
    #servicesCarousel .carousel-control-prev {
        left: -10px;
    }
    
    #servicesCarousel .carousel-control-next {
        right: -10px;
    }
    
    #servicesCarousel .carousel-indicators {
        bottom: -40px;
    }
    
    .content-section {
        padding: 2rem 0;
    }

    #hizmetler-carousel {
        padding: 6rem 0 0 0;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .menu-items-col {
        padding-left: 0;
    }
    
    .menu-items {
        max-width: 100%;
    }
    
    .menu-items > li > a {
        font-size: 1rem;
        padding: 0.25rem 0;
        letter-spacing: 1px;
    }
    
    .submenu {
        margin-left: 0;
    }
    
    .submenu a {
        font-size: 0.7rem;
        text-align: center;
    }
    
    .contact-info-col {
        padding-left: 0;
    }
    
    .contact-info h3 {
        font-size: 1rem;
    }
    
    .fullscreen-menu .offcanvas-header {
        padding: 1.5rem;
    }
    
    .fullscreen-menu .btn-close {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
    }
    
    .contact-info h3 {
        font-size: 1.5rem;
    }
    
    .contact-details p {
        font-size: 1rem;
    }
    
    .social-media {
        justify-content: center;
    }
    
    .social-media a {
        width: 45px;
        height: 45px;
        font-size: 1.25rem;
    }
    
    .card-custom {
        padding: 1.5rem;
    }
    
    .btn-gold, .btn-outline-gold {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
}

/* Utility Classes */
.text-gold {
    background-image: var(--gold-gradient);
    background-size: 150%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.bg-black {
    background-color: var(--black-bg);
}

.bg-black-dark {
    background-color: var(--black-dark);
}

.bg-black-medium {
    background-color: var(--black-medium);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}

/* Admin Panel & Upload Page Styles */
.btn-outline-gold {
    border: 2px solid #a2682a;
    color: #a2682a;
    background: transparent;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background: #a2682a;
    color: #000;
    border-color: #a2682a;
}

.border-gold {
    border-color: #a2682a !important;
}

/* Upload sayfası için özel gold gradient border */
.upload-section .border-gold,
#uploaderName.border-gold {
    border: 2px solid transparent !important;
    background: linear-gradient(#1a1a1a, #1a1a1a) padding-box,
                var(--gold-gradient) border-box !important;
    background-clip: padding-box, border-box !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bg-gold {
    background: linear-gradient(135deg, #a2682a 0%, #d3b15f 100%);
}

/* Upload Area Styles */
/* Upload Area Styles - hover ve dragover stilleri kaldırıldı */
.upload-area {
    transition: all 0.3s ease;
}

/* Gallery Styles */
.gallery-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    box-shadow: 0 8px 20px rgba(162, 104, 42, 0.3);
}

/* Admin Table Styles */
.table-dark {
    background-color: #1a1a1a;
}

.table-dark th {
    border-color: #a2682a;
    color: #d3b15f;
}

.table-dark td {
    border-color: rgba(162, 104, 42, 0.3);
}

.table-hover tbody tr:hover {
    background-color: rgba(162, 104, 42, 0.1);
}

/* Modal Styles */
.modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    /* display: none !important; - Kaldırıldı, video modal için backdrop gerekli */
    z-index: 1050 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-content.bg-dark {
    background-color: #1a1a1a !important;
    position: relative;
    z-index: 1061 !important;
}

.modal-header.border-gold,
.modal-footer.border-gold {
    border-color: #a2682a !important;
}

.btn-close-white {
    filter: invert(1);
}

/* QR Code in Modal */
.qr-code-container {
    position: relative;
    z-index: 1;
}

.qr-code-container img {
    position: relative;
    z-index: 1;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

/* Event Cover Image Styles */
.event-cover-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.event-cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-cover-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    /* Gradient: altta %100 (tam siyah), üstte %0 (transparent) */
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    pointer-events: none;
}

.event-cover-name {
    color: white;
    font-size: 2rem;
    font-family: 'Gilda Display', serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

@media (max-width: 991.98px) {
    .event-cover-container {
        height: 400px;
    }
    
    .event-cover-overlay {
        height: 150px;
        padding: 20px;
    }
    
    .event-cover-name {
        font-size: 1.5rem;
    }
}

/* Share Buttons */
.share-buttons .btn {
    min-width: 120px;
}

.share-buttons .btn-outline-success:hover {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
}

.share-buttons .btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}

.share-buttons .btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
}

.share-buttons .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

/* ============================================
   LIGHTGALLERY.JS CUSTOM STYLES
   ============================================ */

/* lightgallery.js overlay blur effect */
.lg-backdrop {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    background: rgba(0, 0, 0, 0.7) !important;
}

/* lightgallery.js container */
.lg-outer {
    z-index: 10000 !important;
}

/* lightgallery.js close button - biraz küçültüldü - sürekli görünür */
.lg-close {
    z-index: 10001 !important;
    font-size: 1.7em !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.lg-close:after {
    font-size: 1.7em !important;
}

/* lightgallery.js navigation arrows - varsayılan boyut - sürekli görünür */
.lg-next,
.lg-prev {
    z-index: 10001 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* lightgallery.js toolbar - sürekli görünür */
.lg-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* lightgallery.js toolbar ve navigation'ın gizlenmesini engelle */
.lg-toolbar.lg-hide,
.lg-next.lg-hide,
.lg-prev.lg-hide,
.lg-close.lg-hide {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* lightgallery.js outer container - toolbar ve navigation'ın görünür olmasını sağla */
.lg-outer .lg-toolbar,
.lg-outer .lg-next,
.lg-outer .lg-prev,
.lg-outer .lg-close {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* lightgallery.js video styling */
.lg-video {
    max-width: 90vw !important;
    max-height: 80vh !important;
}

.lg-video video {
    max-width: 90vw !important;
    max-height: 80vh !important;
    width: auto !important;
    height: auto !important;
}

/* lightgallery.js thumbnail styling */
.lg-thumb-outer {
    background: rgba(0, 0, 0, 0.85) !important;
}

/* lightgallery.js counter - biraz büyütüldü */
.lg-counter {
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: "Alice", Georgia, serif !important;
    font-size: 2.2em !important;
}

/* lightgallery.js caption - biraz küçültüldü */
.lg-sub-html {
    color: rgba(255, 255, 255, 0.95) !important;
    font-family: "Alice", Georgia, serif !important;
    font-size: 1.7em !important;
}

/* lightgallery.js body scroll lock */
body.lg-on {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}

/* lightgallery.js branding - Eventdrop üstte (tıklanabilir) */
.lg-branding-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10002 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.lg-eventdrop-link {
    pointer-events: auto !important;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.lg-eventdrop-link:hover {
    opacity: 0.8;
}

.lg-eventdrop-img {
    max-height: 25px; /* Biraz büyütüldü (20px'den 25px'e) */
    width: auto;
    opacity: 0.9;
    display: block !important;
    visibility: visible !important;
}

/* Mobile responsive */
@media (max-width: 767.98px) {
    .lg-close {
        width: 50px !important;
        height: 50px !important;
        font-size: 1.7em !important;
    }
    
    .lg-close:after {
        font-size: 1.7em !important;
    }
    
    .lg-counter {
        font-size: 2em !important;
    }
    
    .lg-sub-html {
        font-size: 1.5em !important;
    }
    
    .lg-video,
    .lg-video video {
        max-width: 95vw !important;
        max-height: 75vh !important;
    }
}

/* ============================================
   CUSTOM VIDEO MODAL (lightGallery fallback)
   ============================================ */

.custom-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-video-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.custom-video-modal-content {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.custom-video-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.custom-video-modal-close:hover {
    background: rgba(0, 0, 0, 0.9);
}

.custom-video-modal-header {
    padding: 1rem 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-video-modal-header h4 {
    color: rgba(255, 255, 255, 0.95);
    font-family: "Alice", Georgia, serif;
    font-size: 1rem;
    margin: 0;
}

.custom-video-modal-body {
    padding: 0;
}

.custom-video-modal-body video {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    display: block;
    background: #000;
}

@media (max-width: 767.98px) {
    .custom-video-modal-content {
        max-width: 95vw;
        max-height: 95vh;
    }
    
    .custom-video-modal-body video {
        max-width: 95vw;
        max-height: 75vh;
    }
}

