/* Global Font - Apply Montserrat (same as reservation button) to all text elements */
* {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Turkish character support */
html[lang="tr"] {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga" 1, "kern" 1;
    font-feature-settings: "liga" 1, "kern" 1;
}

/* Exceptions for icons and special elements */
[class*="icon"], [class*="fa-"], .fa, i[class*="icon"], [class*="fontawesome"] {
    font-family: fontawesome !important;
}

/* Reset and Base Styles */
.no-margin, body, ul {
    margin: 0;
}

.uppercase, h1, h2, h3, h4, h5 {
    text-transform: uppercase;
}

body, h4 {
    font-size: 12px;
}

.no-margin, .no-padding, body, ul {
    padding: 0;
}

.inline, .le-btn, .social-icons li, .social-icons li a {
    display: inline-block;
}

.error, .le-btn {
    font-size: 13px;
}

/* Layout Elements */
#grass, #grass2 {
    width: 150%;
    top: auto !important;
    height: 428px;
}

#clouds, #texture {
    z-index: 75;
    width: 100%;
}

#hand, #hole {
    bottom: -10px;
    left: 0;
}

#big-text h1, #hand .text, .bold, .bold700 {
    font-weight: 700 !important;
}

#hand .text, .font, body, h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
}

#hand .text, .goto-top:after {
    position: absolute;
    line-height: 20px;
    text-align: center;
}

#preloader, .le-input {
    background-color: #f4f4f4;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.gray {
    color: #abb0ac !important;
}

.font2 {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-margin-left {
    margin-left: 0;
    padding-left: 0;
}

.no-margin-right {
    margin-right: 0;
    padding-right: 0;
}

/* Links and Transitions */
a {
    text-decoration: none;
    color: #747474;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

body {
    overflow: hidden;
    position: relative;
}

::-moz-selection {
    background-color: #9b2902;
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

::selection {
    background-color: #9b2902;
    color: #fff;
    text-shadow: none;
    -webkit-text-shadow: none;
}

a, a.active, a:focus, a:hover, button, button.active, button:focus, button:hover {
    outline: 0 !important;
    font-family: 'Montserrat', sans-serif;
}

a:active, a:focus, a:hover {
    text-decoration: none;
    color: #414141;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: 600 !important;
}

.capital {
    text-transform: capitalize;
}

#hand .text, .le-btn {
    text-transform: uppercase;
}

#loading {
    visibility: hidden;
}

:focus {
    outline: 0;
}

.center-absolute {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.error {
    line-height: 18px;
    color: #eab863;
}

.absolute {
    position: absolute;
}

.relative, .wrapper, header, section {
    position: relative;
}

.animate {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.animate2 {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

/* Social Icons */
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons.big li {
    font-size: 42px;
}

.social-icons.small li {
    margin-right: 5px;
}

.social-icons.small li a {
    width: 16px;
    height: 16px;
}

.social-icons.small li a:hover {
    border-width: 3px;
}

.social-icons.small li a:before {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.social-icons li {
    margin-right: 10px;
}

.social-icons li a:hover {
    border-width: 5px;
}

.social-icons li a:before {
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.fontawesome {
    font-family: fontawesome;
}

.letterspace1 {
    letter-spacing: 1px;
}

.letterspace2 {
    letter-spacing: 2px;
}

.letterspace3 {
    letter-spacing: 3px;
}

.le-input {
    border: none;
    color: #abb0ac;
    border-radius: 3px;
    padding: 10px;
}

/* Button Styles */
.le-btn {
    vertical-align: middle;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
    border: none;
    color: #fff;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #9b2902;
    padding: 10px 15px;
    letter-spacing: 1px;
}

.le-btn.no-shadow {
    box-shadow: none;
}

.le-btn.active, .le-btn:active, .le-btn:focus, .le-btn:hover {
    background-color: #691c01;
    color: #fff;
}

.le-btn.big {
    padding: 15px 30px;
    font-size: 16px;
}

.le-btn.icon-btn {
    padding: 9px 10px;
}

.le-btn.icon-btn:before {
    font-size: 19px;
    width: 19px;
    height: 19px;
    line-height: 19px;
}

.le-btn.small {
    font-size: 10px;
    padding: 9px 12px;
}

/* Font Weights */
.bold100 {
    font-weight: 100 !important;
}

.bold200 {
    font-weight: 200 !important;
}

.bold300 {
    font-weight: 300 !important;
}

.bold400 {
    font-weight: 400 !important;
}

.bold500 {
    font-weight: 500 !important;
}

.bold600 {
    font-weight: 600 !important;
}

.bold800 {
    font-weight: 800 !important;
}

.unselectable {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Shadow Effects */
.shadow-flat {
    -webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 0 0 rgba(0,0,0,.2);
}

.shadow-border {
    border: 5px solid rgba(0,0,0,.02);
}

.shadow-flat-low {
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 0 0 rgba(0,0,0,.1);
}

.shadow-inset {
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -2px 0 0 rgba(0,0,0,.2);
}

.shadow-glow {
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

/* Position Classes */
.bottom-left {
    bottom: 10%;
    left: 5%;
}

.top-left {
    top: 10%;
    left: 5%;
}

.bottom-right {
    bottom: 10%;
    right: 5%;
}

.top-right {
    top: 10%;
    right: 5%;
}

.italic {
    font-style: italic;
}

/* Main Wrapper */
.wrapper {
    background: #bcd197;
    background: -moz-radial-gradient(center, ellipse cover, #bcd197 0, #325757 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #bcd197), color-stop(100%, #325757));
    background: -webkit-radial-gradient(center, ellipse cover, #bcd197 0, #325757 100%);
    background: -o-radial-gradient(center, ellipse cover, #bcd197 0, #325757 100%);
    background: -ms-radial-gradient(center, ellipse cover, #bcd197 0, #325757 100%);
    background: radial-gradient(ellipse at center, #bcd197 0, #325757 100%);
    width: 100%;
    height: 100vh;
}

.owl-controls {
    z-index: 500;
}

/* Big Text Section */
#big-text {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 30%;
    z-index: 2000;
}

#big-text h1 {
    color: #eab863;
    text-shadow: 0 1px 0 #323232;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

#big-text p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

/* Cloud Animation */
@keyframes panClouds {
    0% {
        background-position-x: 0%;
    }
    100% {
        background-position-x: -100%;
    }
}

#clouds {
    background: url(../images/clouds.png);
    animation: 2s linear bounceInDown, 10s linear infinite panClouds;
    position: absolute;
    top: 5%;
    left: 0;
    height: 416px;
}

/* Fixed Elements */
#grass, #grass2, #hand, #hole, #moon, #texture, .fixed, .goto-top {
    position: fixed;
}

#grass, #grass2, #hand .text {
    z-index: 100;
    right: 0;
    margin: auto;
}

#grass {
    bottom: -150px;
    left: -100px;
    background: url(../images/grass.png) repeat-x;
}

#grass2 {
    bottom: -170px;
    left: -150px;
    background: url(../images/grass2.png) repeat-x;
}

#hole {
    width: 531px;
    height: 250px;
    right: 0;
    margin: auto;
    z-index: 90;
    background: url(../images/hand-hole-2.png) no-repeat;
}

#texture {
    height: 100% !important;
}

#moon {
    z-index: 70;
    height: 272px;
    bottom: 300px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    width: 292px;
    background: url(../images/moon.png) no-repeat;
}

#hand {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
    width: 338px;
    height: 600px;
    right: 0;
    margin: auto;
    z-index: 80;
    background: url(../images/hand-2.png) no-repeat;
}

#hand .text {
    font-size: 15px;
    top: 73px;
    left: 28px;
    width: 116px;
    -webkit-transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
}

#hand .text a {
    text-align: right;
    right: 0;
    border-radius: 2px;
    font-size: 10px;
    padding: 5px;
    line-height: 13px;
    color: #fff;
    background-color: #000;
    float: right;
    margin: 5px 0 0;
}

#hand .text a:hover {
    color: #000;
    background-color: #fff;
}

#hand.down {
    bottom: -20px;
}

/* Go to Top Button */
.goto-top {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #9b2902;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    opacity: 0;
    right: 20px;
    bottom: 20px;
    z-index: 2000;
    padding: 20px;
}

.goto-top:after {
    content: "^";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #fff;
}

/* Preloader */
#preloader, .pace .pace-progress {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

#preloader {
    bottom: 0;
    z-index: 9999;
}

#status {
    width: 100px;
    height: 34px;
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    background-image: url(../images/page-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace.pace-inactive .pace-progress {
    display: none;
}

.pace .pace-progress {
    z-index: 2000;
    bottom: 100px;
    margin: auto;
    height: 5rem;
    width: 5rem;
}

.pace .pace-progress:after {
    display: block;
    position: absolute;
    top: 0;
    right: .5rem;
    content: attr(data-progress-text);
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 100;
    font-size: 5rem;
    line-height: 1;
    text-align: right;
    color: rgba(0,0,0,.2);
}

/* Responsive Design */
@media all and (max-width: 850px) {
    #big-text {
        left: 8%;
        top: 12%;
        width: 84%;
    }
    
    #big-text h1 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    
    #big-text p {
        font-size: 20px;
        line-height: 24px;
    }
    
    #big-text .le-btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media all and (max-width: 480px) {
    #big-text {
        left: 5%;
        top: 8%;
        width: 90%;
    }
    
    #big-text h1 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    
    #big-text p {
        font-size: 18px;
        line-height: 22px;
    }
    
    #big-text .le-btn {
        font-size: 13px;
        padding: 9px 12px;
    }
}

/* Music Control Styles */
.music-control {
    position: fixed;
    bottom: 15%;
    left: 5%;
    z-index: 3000;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid #eab863;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.music-control:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: #d4a853;
    transform: scale(1.1);
}

.music-control .music-icon,
.music-control .music-icon-off {
    font-size: 20px;
    transition: all 0.3s ease;
}

.music-control .music-icon-off {
    display: none;
}

.music-control.active .music-icon {
    display: none;
}

.music-control.active .music-icon-off {
    display: block;
}

/* Müzik başlangıçta açık olacak */
.music-control {
    /* Başlangıçta müzik açık, bu yüzden active class yok */
}

/* WhatsApp Control Styles */
.whatsapp-control {
    position: fixed;
    bottom: 15%;
    right: 5%;
    z-index: 3000;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border: 2px solid #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    text-decoration: none;
}

.whatsapp-control:hover {
    background: rgba(37, 211, 102, 0.2);
    border-color: #20BA5A;
    transform: scale(1.1);
}

.whatsapp-control .whatsapp-icon {
    width: 24px;
    height: 24px;
    color: #25D366;
    transition: all 0.3s ease;
}

/* Hamburger Menu Styles */
.hamburger-menu {
    position: fixed;
    top: 40px;
    right: 40px;
    z-index: 3000;
    cursor: pointer;
    padding: 12px 18px;
    width: auto;
    min-width: 70px;
    height: 60px;
    box-sizing: border-box;
    border: 2px solid #eab863;
    border-radius: 8px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Menü kapalıyken: "Menü" yazısı göster */
.hamburger-menu:not(.active) .menu-text {
    display: block !important;
    color: #eab863;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
    text-shadow: 
        0 0 5px rgba(234, 184, 99, 0.6),
        0 0 10px rgba(234, 184, 99, 0.4);
    white-space: nowrap;
}

/* Menü kapalıyken: X gizli */
.hamburger-menu:not(.active) .close-icon {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Menü açıldığında: "Menü" yazısı gizli */
.hamburger-menu.active .menu-text {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Menü açıldığında: X göster (küçük) */
.hamburger-menu.active .close-icon {
    display: block;
    color: #eab863;
    font-size: 24px; /* Küçültüldü: 40px'den 24px'e */
    font-weight: bold;
    font-family: 'Creepster', 'Nosifer', cursive;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    text-shadow: 
        0 0 8px rgba(234, 184, 99, 0.8),
        0 0 15px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.4);
    animation: menuIconBlink 1.5s ease-in-out infinite;
}

@keyframes menuIconBlink {
    0%, 100% {
        opacity: 1;
        text-shadow: 
            0 0 10px rgba(234, 184, 99, 0.8),
            0 0 20px rgba(234, 184, 99, 0.6),
            0 0 30px rgba(234, 184, 99, 0.4);
    }
    50% {
        opacity: 0.3;
        text-shadow: 
            0 0 5px rgba(234, 184, 99, 0.4),
            0 0 10px rgba(234, 184, 99, 0.3),
            0 0 15px rgba(234, 184, 99, 0.2);
    }
}


.hamburger-menu:hover {
    border-color: #fff;
    background: rgba(0,0,0,0.5);
}

/* Sidebar Menu Styles */
.sidebar-menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #2d2d2d;
    z-index: 2500;
    transition: right 0.4s ease;
}

.sidebar-menu.active {
    right: 0;
}

.menu-content {
    padding: 30px 25px 25px 25px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    box-sizing: border-box;
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eab863;
    box-shadow: 0 2px 10px rgba(234, 184, 99, 0.3);
}

.menu-header h3 {
    color: #eab863;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    flex: 1;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.close-menu {
    color: #eab863;
    font-size: 35px;
    cursor: pointer;
    padding: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: none;
    background: none;
    transform: rotate(0deg);
    font-weight: bold;
}

.close-menu:hover {
    transform: rotate(45deg);
    color: #fff;
}

.menu-nav {
    padding: 20px 0;
    flex: 0 1 auto;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.menu-item {
    margin-bottom: 12px;
    border: 2px solid #eab863;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.menu-item:hover {
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(234,184,99,0.3);
}

.menu-item a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    background: rgba(45,45,45,0.8);
    font-family: 'Montserrat', sans-serif;
}

.menu-item a:hover {
    color: #eab863;
    background: rgba(234,184,99,0.1);
}

.menu-footer {
    padding: 20px 0 15px 0;
    border-top: 1px solid rgba(234,184,99,0.3);
    text-align: center;
    flex-shrink: 0;
    margin-top: 30px;
    position: relative;
    bottom: 0;
}

.menu-footer p {
    color: #fff !important;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Logo Styles */
.logo-container {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    max-width: 300px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(253,235,153,0.6));
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(253,235,153,0.8));
}

/* Reservation Button Container */
.reservation-button-container {
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    z-index: 2000;
    text-align: center;
    opacity: 0;
    animation: reservationFadeInUp 1s ease-out 5s forwards;
}

/* Rezervasyon butonu için özel fade-in animasyonu */
@keyframes reservationFadeInUp {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.reservation-btn {
    font-size: 16px;
    padding: 15px 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    color: #fff;
    text-shadow: 
        0 0 10px rgba(255, 0, 0, 0.8),
        0 0 20px rgba(255, 0, 0, 0.6),
        0 0 30px rgba(255, 0, 0, 0.4),
        0 0 40px rgba(255, 0, 0, 0.2);
    border: 2px solid #ff0000;
    border-radius: 0;
    background: 
        linear-gradient(135deg, rgba(139, 0, 0, 0.9) 0%, rgba(75, 0, 0, 0.9) 50%, rgba(139, 0, 0, 0.9) 100%),
        radial-gradient(circle at center, rgba(255, 0, 0, 0.3) 0%, transparent 70%);
    background-size: 200% 200%, 100% 100%;
    box-shadow: 
        0 0 20px rgba(255, 0, 0, 0.6),
        0 0 40px rgba(255, 0, 0, 0.4),
        0 0 60px rgba(255, 0, 0, 0.2),
        inset 0 0 20px rgba(255, 0, 0, 0.1),
        0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    cursor: pointer;
    animation: 
        buttonFloat 3s ease-in-out infinite,
        buttonGlow 2s ease-in-out infinite,
        buttonPulse 1.5s ease-in-out infinite,
        gradientShift 4s ease infinite;
}

.reservation-btn::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%
    );
    animation: buttonShine 3s linear infinite;
    transform: rotate(45deg);
}

.reservation-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255, 0, 0, 0.5);
    box-shadow: 
        inset 0 0 10px rgba(255, 0, 0, 0.3),
        0 0 15px rgba(255, 0, 0, 0.2);
    animation: buttonBorderGlow 2s ease-in-out infinite;
    pointer-events: none;
}

.reservation-btn:hover {
    transform: scale(1.08);
    text-shadow: 
        0 0 15px rgba(255, 0, 0, 1),
        0 0 25px rgba(255, 0, 0, 0.8),
        0 0 35px rgba(255, 0, 0, 0.6),
        0 0 50px rgba(255, 0, 0, 0.4);
    box-shadow: 
        0 0 30px rgba(255, 0, 0, 0.9),
        0 0 50px rgba(255, 0, 0, 0.7),
        0 0 70px rgba(255, 0, 0, 0.5),
        inset 0 0 30px rgba(255, 0, 0, 0.2),
        0 8px 25px rgba(0, 0, 0, 0.6);
    border-color: #ff3333;
    background: 
        linear-gradient(135deg, rgba(200, 0, 0, 0.95) 0%, rgba(100, 0, 0, 0.95) 50%, rgba(200, 0, 0, 0.95) 100%),
        radial-gradient(circle at center, rgba(255, 0, 0, 0.5) 0%, transparent 70%);
    animation-duration: 1.5s, 0.8s, 1s, 2s;
}

.reservation-btn:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 
        0 0 15px rgba(255, 0, 0, 0.8),
        0 0 30px rgba(255, 0, 0, 0.6),
        inset 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Rezervasyon Button Hareket Animasyonları */
@keyframes buttonFloat {
    0%, 100% {
        transform: translateY(0px) rotate(0deg) scale(1);
    }
    25% {
        transform: translateY(-8px) rotate(0.5deg) scale(1.02);
    }
    50% {
        transform: translateY(-12px) rotate(0deg) scale(1.03);
    }
    75% {
        transform: translateY(-8px) rotate(-0.5deg) scale(1.02);
    }
}

@keyframes buttonGlow {
    0%, 100% {
        box-shadow: 
            0 0 20px rgba(255, 0, 0, 0.6),
            0 0 40px rgba(255, 0, 0, 0.4),
            0 0 60px rgba(255, 0, 0, 0.2),
            inset 0 0 20px rgba(255, 0, 0, 0.1);
    }
    50% {
        box-shadow: 
            0 0 30px rgba(234, 184, 99, 0.8),
            0 0 50px rgba(234, 184, 99, 0.6),
            0 0 70px rgba(234, 184, 99, 0.4),
            inset 0 0 25px rgba(234, 184, 99, 0.15);
    }
}

@keyframes buttonPulse {
    0%, 100% {
        border-width: 2px;
    }
    50% {
        border-width: 3px;
    }
}

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

@keyframes buttonShine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes buttonBorderGlow {
    0%, 100% {
        border-color: rgba(255, 0, 0, 0.5);
        box-shadow: 
            inset 0 0 10px rgba(255, 0, 0, 0.3),
            0 0 15px rgba(255, 0, 0, 0.2);
    }
    50% {
        border-color: rgba(234, 184, 99, 0.8);
        box-shadow: 
            inset 0 0 15px rgba(234, 184, 99, 0.5),
            0 0 25px rgba(234, 184, 99, 0.4);
    }
}

/* Mobile Responsive for Menu */
@media all and (max-width: 768px) {
    .sidebar-menu {
        width: 80%;
        right: -80%;
    }
    
    .menu-content {
        padding: 30px 20px 20px 20px;
    }
    
    .menu-footer {
        margin-top: 40px;
        padding: 20px 0 15px 0;
    }
    
    .menu-header h3 {
        font-size: 20px;
    }
    
    .menu-item a {
        font-size: 16px;
        padding: 15px;
    }
}

@media all and (max-width: 480px) {
    .music-control {
        bottom: 20%;
        left: 3%;
        width: 45px;
        height: 45px;
    }
    
    .music-control .music-icon,
    .music-control .music-icon-off {
        font-size: 18px;
    }
    
    .whatsapp-control {
        bottom: 20%;
        right: 3%;
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-control .whatsapp-icon {
        width: 20px;
        height: 20px;
    }
    
    .hamburger-menu {
        top: 30px;
        right: 30px;
        padding: 10px 14px;
        width: auto;
        min-width: 60px;
        height: 50px;
    }
    
    .hamburger-menu .menu-text {
        font-size: 12px; /* Mobilde daha küçük */
    }
    
    .hamburger-menu.active .close-icon {
        font-size: 20px; /* Mobilde daha da küçük */
    }
    
    
    .menu-content {
        padding: 25px 15px 15px 15px;
    }
    
    .menu-footer {
        margin-top: 50px;
        padding: 25px 0 20px 0;
    }
    
    .menu-header {
        margin-bottom: 30px;
    }
    
    .menu-header h3 {
        font-size: 18px;
    }
    
    .menu-item a {
        font-size: 14px;
        padding: 12px;
    }
    
    .menu-item {
        margin-bottom: 10px;
    }
    
    .logo-container {
        left: 3%;
        top: 3%;
    }
    
    .logo {
        max-width: 200px;
    }
    
    .reservation-button-container {
        bottom: 15%;
    }
    
    .reservation-btn {
        font-size: 14px;
        padding: 12px 25px;
        letter-spacing: 2px;
    }
}

/* Onay Modal Styles */
.confirm-modal {
    max-width: 450px;
}

.confirm-content {
    padding: 40px 30px;
    text-align: center;
}

.danger-icon {
    font-size: 60px;
    margin-bottom: 20px;
    animation: dangerPulse 2s infinite;
}

@keyframes dangerPulse {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(220, 38, 38, 0.5));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 15px rgba(220, 38, 38, 0.8));
    }
    100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(220, 38, 38, 0.5));
    }
}

.confirm-content h3 {
    color: #dc2626;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.confirm-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.confirm-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.confirm-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.yes-btn {
    background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
    color: #fff;
    border: 2px solid #000;
    box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4);
}

.yes-btn:hover {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6);
}

.no-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #666;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.no-btn:hover {
    background: #666;
    border-color: #999;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 5000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-overlay.active {
    display: flex;
}

.modal-container {
    background: #2d2d2d;
    border-radius: 15px;
    width: 100%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 2px solid #eab863;
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(234, 184, 99, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 2px solid #eab863;
    background: rgba(234, 184, 99, 0.1);
    box-shadow: 0 2px 10px rgba(234, 184, 99, 0.3);
}

.modal-header h3 {
    color: #eab863;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.close-modal {
    color: #eab863;
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-modal:hover {
    color: #fff;
    background: rgba(234, 184, 99, 0.2);
    transform: rotate(90deg);
}

.modal-body {
    padding: 30px 25px;
}

.modal-step {
    display: block;
}

/* Step Indicator */
.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.step {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(234, 184, 99, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 2px solid rgba(234, 184, 99, 0.5);
    box-shadow: 
        0 0 10px rgba(234, 184, 99, 0.3),
        inset 0 0 5px rgba(234, 184, 99, 0.1);
}

.step.active {
    background: #eab863;
    color: #000;
    border-color: #eab863;
    box-shadow: 
        0 0 20px rgba(234, 184, 99, 0.6),
        0 0 40px rgba(234, 184, 99, 0.4),
        inset 0 0 10px rgba(234, 184, 99, 0.2);
}

.step.completed {
    background: rgba(234, 184, 99, 0.7);
    color: #fff;
    border-color: #eab863;
    box-shadow: 
        0 0 15px rgba(234, 184, 99, 0.5),
        inset 0 0 8px rgba(234, 184, 99, 0.15);
}

.step-line {
    width: 100px;
    height: 3px;
    background: rgba(234, 184, 99, 0.3);
    margin: 0 10px;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(234, 184, 99, 0.3);
}

/* Form Styles */
.reservation-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    color: #eab863;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-group input,
.form-group select {
    padding: 12px 15px;
    border: 2px solid #555;
    border-radius: 8px;
    background: #1a1a1a;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #eab863;
    box-shadow: 0 0 10px rgba(234, 184, 99, 0.3);
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

/* Pricing Info */
.pricing-info {
    background: rgba(234, 184, 99, 0.1);
    border: 2px solid #eab863;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}

.price-item .label,
.price-item .value {
    color: #fff;
}

.price-item:last-child {
    margin-bottom: 0;
}

.price-item.total {
    font-weight: 700;
    font-size: 18px;
    color: #eab863;
    border-top: 2px solid #eab863;
    padding-top: 10px;
}

.price-item.total .label,
.price-item.total .value {
    color: #eab863;
}
    margin-top: 10px;
}

/* Buttons */
.continue-btn,
.payment-btn,
.back-btn,
.close-btn {
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.continue-btn,
.payment-btn {
    background: #eab863;
    color: #000;
    border: 2px solid #eab863;
    padding: 18px 40px;
    font-size: 18px;
    min-width: 200px;
}

.continue-btn:hover,
.payment-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(234, 184, 99, 0.4);
}

.continue-btn:disabled {
    background: #555;
    color: #888;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    border-color: #555;
    text-shadow: none;
}

.back-btn {
    background: transparent;
    color: #eab863;
    border: 2px solid #eab863;
}

.back-btn:hover {
    background: #eab863;
    color: #000;
}

.close-btn {
    background: #eab863;
    color: #000;
    border: 2px solid #eab863;
    padding: 18px 40px;
    font-size: 18px;
    min-width: 200px;
    width: auto;
}

.close-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(234, 184, 99, 0.4);
}

/* Payment Selection */
.payment-selection {
    margin-bottom: 30px;
}

.payment-selection h4 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.payment-options {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.payment-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 25px;
    border: 2px solid #555;
    border-radius: 10px;
    background: #1a1a1a;
    transition: all 0.3s ease;
    flex: 1;
    max-width: 200px;
}

.payment-option:hover {
    border-color: #eab863;
    background: rgba(234, 184, 99, 0.1);
    box-shadow: 
        0 0 15px rgba(234, 184, 99, 0.3),
        inset 0 0 10px rgba(234, 184, 99, 0.05);
}

.payment-option input[type="radio"] {
    margin-right: 10px;
    accent-color: #eab863;
}

.payment-option input[type="radio"]:checked + .payment-label {
    color: #eab863;
    font-weight: 700;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.payment-label {
    color: #fff;
    font-weight: 600;
}

/* Payment Forms */
.payment-form {
    margin-top: 30px;
    padding: 25px;
    background: rgba(234, 184, 99, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(234, 184, 99, 0.2);
}

/* Bank Info */
.bank-info {
    background: rgba(234, 184, 99, 0.1);
    border: 2px solid #eab863;
    border-radius: 10px;
    padding: 20px;
}

.bank-info h4 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.bank-details {
    margin-bottom: 20px;
}

.bank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(234, 184, 99, 0.3);
}

.bank-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.bank-item .label {
    color: #ccc;
    font-weight: 600;
}

.bank-item .value {
    color: #fff;
    font-weight: 700;
    font-family: monospace;
}

.amount-info {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #eab863;
}

.amount-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #eab863;
}

/* Success Step */
.success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
    animation: successPulse 2s infinite;
}

@keyframes successPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

#successStep h3 {
    color: #28a745;
    text-align: center;
    margin-bottom: 15px;
}

#successStep p {
    color: #ccc;
    text-align: center;
    margin-bottom: 20px;
}

.reservation-details {
    background: rgba(234, 184, 99, 0.1);
    border: 2px solid #eab863;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

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

.detail-row:last-child {
    margin-bottom: 0;
}

.detail-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 12px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(234, 184, 99, 0.2);
}

.detail-item .label {
    color: #ccc;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.detail-item .value {
    color: #eab863;
    font-weight: 700;
    font-size: 16px;
}

.remaining-payment-row {
    margin-top: 15px;
}

.remaining-payment {
    background: rgba(255, 193, 7, 0.15) !important;
    border: 2px solid rgba(255, 193, 7, 0.5) !important;
    animation: pulseRemaining 2s ease-in-out infinite;
}

.remaining-payment .label {
    color: #ffc107 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.remaining-payment .value {
    color: #ffc107 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    text-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
}

@keyframes pulseRemaining {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 193, 7, 0.3);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.6);
    }
}

#whatsappButton:hover {
    background: #20BA5A !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

#callButton:hover {
    background: #c82333 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
}

/* Mobile Responsive for Modal */
@media all and (max-width: 768px) {
    .modal-container {
        margin: 10px;
        max-height: 95vh;
    }
    
    .modal-header {
        padding: 15px 20px;
    }
    
    .modal-header h3 {
        font-size: 20px;
    }
    
    .modal-body {
        padding: 20px 15px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .payment-options {
        flex-direction: column;
        gap: 10px;
    }
    
    .payment-option {
        max-width: none;
    }
    
    .step-line {
        width: 60px;
    }
}

@media all and (max-width: 480px) {
    .modal-container {
        margin: 5px;
        border-radius: 10px;
    }
    
    .modal-header {
        padding: 12px 15px;
    }
    
    .modal-header h3 {
        font-size: 18px;
    }
    
    .close-modal {
        font-size: 25px;
        width: 35px;
        height: 35px;
    }
    
    .modal-body {
        padding: 15px 10px;
    }
    
    .step {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .step-line {
        width: 40px;
    }
    
    .form-group input,
    .form-group select {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .continue-btn,
    .payment-btn,
    .back-btn,
    .close-btn {
        padding: 15px 30px;
        font-size: 16px;
        min-width: 180px;
    }
    
    .detail-row {
        flex-direction: column;
        gap: 10px;
    }
    
    .detail-item {
        width: 100%;
    }
    
    .confirm-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .confirm-btn {
        min-width: auto;
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .confirm-content h3 {
        font-size: 20px;
    }
    
    .confirm-content p {
        font-size: 14px;
    }
    
    .danger-icon {
        font-size: 50px;
    }
}

/* Alt Sayfalar İçin Stiller */
body {
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    min-height: 100vh;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    height: auto;
}

.page-content {
    overflow-y: auto;
    height: auto;
    min-height: calc(100vh - 200px);
}

.page-header {
    background: #1a1a1a;
    padding: 80px 0 60px 0;
    text-align: center;
    border-bottom: 3px solid #eab863;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.5),
        inset 0 -5px 20px rgba(234, 184, 99, 0.1);
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/texture.png') repeat;
    opacity: 0.1;
    z-index: 1;
}

.header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-content h1 {
    font-size: 32px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.6),
        0 0 30px rgba(234, 184, 99, 0.4),
        0 3px 6px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    text-align: left;
}

.header-content p {
    font-size: 16px;
    color: #fff;
    opacity: 0.9;
    font-weight: 400;
    text-align: left;
}

/* Konsept sayfası için başlığı sola hizalama ve yüksekliği %40 azaltma */
.page-konsept .page-header {
    text-align: left;
    padding: 48px 0 36px 0; /* 80/60px -> ~%40 azaltıldı */
}

.page-konsept .header-content {
    margin: 0 0 0 5%;
    max-width: 100%;
}

.page-konsept .header-content h1 {
    font-size: 28px;
}

.page-konsept .header-content p {
    font-size: 15px;
}

/* Diğer alt sayfalar: başlığı sola hizala ve yükseklik azalt */
.page-kurallar .page-header,
.page-sss .page-header,
.page-bayilik .page-header,
.page-neredeyiz .page-header {
    text-align: left;
    padding: 48px 0 36px 0;
}

.page-kurallar .header-content,
.page-sss .header-content,
.page-bayilik .header-content,
.page-neredeyiz .header-content {
    margin: 0 0 0 5%;
    max-width: 100%;
}

.page-kurallar .header-content h1,
.page-sss .header-content h1,
.page-bayilik .header-content h1,
.page-neredeyiz .header-content h1 {
    font-size: 28px;
}

.page-kurallar .header-content p,
.page-sss .header-content p,
.page-bayilik .header-content p,
.page-neredeyiz .header-content p {
    font-size: 15px;
}

.page-content {
    background: #1a1a1a;
    min-height: calc(100vh - 200px);
    padding: 60px 0;
}

.content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Konsept sayfası: iki kolonlu düzenler */
.two-col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start;
    margin-bottom: 30px;
}

/* Grup boyutları kartları iki kolonlu blok içinde daha kompakt dursun */
.two-col-grid .group-sizes {
    justify-content: flex-start;
}

/* Responsive kırılımlar */
@media all and (max-width: 992px) {
    .two-col-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .header-content h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .header-content p {
        font-size: 15px;
    }
    .page-konsept .header-content h1 {
        font-size: 24px;
    }
    .page-konsept .header-content p {
        font-size: 14px;
    }
}

@media all and (max-width: 768px) {
    .header-content h1 {
        font-size: 24px;
    }
    .header-content p {
        font-size: 14px;
    }
    .page-konsept .header-content h1 {
        font-size: 22px;
    }
    .page-konsept .header-content p {
        font-size: 13px;
    }
}

.content-section {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 30px;
    border: 2px solid #eab863;
    box-shadow: 
        0 5px 20px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(234, 184, 99, 0.2),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
}

.content-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #eab863;
    padding-bottom: 10px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
    box-shadow: 0 2px 10px rgba(234, 184, 99, 0.3);
}

.content-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 20px;
}

/* Konsept Sayfası Stilleri */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.feature-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #444;
    transition: transform 0.3s ease;
}

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

.feature-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.feature-item p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
}

.experience-list {
    list-style: none;
    padding: 0;
}

.experience-list li {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: 4px solid #eab863;
    color: #fff;
    box-shadow: 
        0 2px 10px rgba(0, 0, 0, 0.3),
        inset 0 0 10px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.experience-list li:hover {
    border-left-color: #d4a853;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.group-sizes {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 30px;
}

.group-size {
    text-align: center;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.group-size .number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.group-size .label {
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-top: 10px;
}

.warning-box {
    background: #2d1810;
    border: 2px solid #9b2902;
    border-radius: 10px;
    padding: 25px;
    margin-top: 20px;
}

.warning-box p {
    color: #fff;
    margin-bottom: 15px;
}

/* Kurallar Sayfası Stilleri */
.rules-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Kurallar sayfası iki kolon düzen */
.rules-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

.icon-svg {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.rule-icon .icon-svg,
.time-icon .icon-svg {
    color: #eab863;
    filter: drop-shadow(0 0 8px rgba(234, 184, 99, 0.8));
}

@media all and (max-width: 992px) {
    .rules-two-col {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.rule-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: rgba(0, 0, 0, 0.4);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.5),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.rule-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(234, 184, 99, 0.1), transparent);
    transition: left 0.5s ease;
}

.rule-item:hover::before {
    left: 100%;
}

.rule-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.rule-icon {
    font-size: 32px;
    flex-shrink: 0;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.rule-text h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.rule-text p {
    color: #ccc;
    margin: 0;
}

.clothing-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.clothing-item {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.clothing-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateY(-3px);
}

.clothing-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

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

.clothing-item li {
    color: #ccc;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.clothing-item li:last-child {
    border-bottom: none;
}

.safety-rules {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
}

.safety-item {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid rgba(234, 184, 99, 0.3);
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.safety-item.critical {
    border-left: 5px solid #eab863;
    border-color: #eab863;
}

.safety-item.warning {
    border-left: 5px solid #ff6600;
    border-color: rgba(255, 102, 0, 0.5);
}

.safety-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.safety-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

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

.safety-item li {
    color: #ccc;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.safety-item li:last-child {
    border-bottom: none;
}

.timing-rules {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.timing-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.timing-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.time-icon {
    font-size: 32px;
    flex-shrink: 0;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.time-text h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.time-text p {
    color: #ccc;
    margin: 0;
}

.payment-rules {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.payment-item {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.payment-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateY(-3px);
}

.payment-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

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

.payment-item li {
    color: #ccc;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.payment-item li:last-child {
    border-bottom: none;
}

.contact-info {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.contact-icon {
    font-size: 24px;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.contact-text {
    color: #fff;
    font-size: 16px;
}

/* SSS Sayfası Stilleri */
.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    border: 2px solid #eab863;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.5),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
}

.faq-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(234, 184, 99, 0.2);
}

.faq-question h3 {
    color: #eab863;
    font-size: 18px;
    margin: 0;
    flex: 1;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.faq-toggle {
    font-size: 24px;
    color: #eab863;
    font-weight: bold;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
    transition: transform 0.3s ease;
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 25px;
    max-height: 200px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer p {
    color: #ccc;
    margin: 0;
    line-height: 1.6;
}

.contact-section {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #2d2d2d;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #444;
}

.contact-method .contact-icon {
    font-size: 32px;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.contact-details h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 5px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.contact-details p {
    color: #fff;
    margin-bottom: 5px;
}

.contact-details small {
    color: #999;
    font-size: 12px;
}

/* Bayilik Sayfası Stilleri */
.investment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.investment-item {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #eab863;
    transition: all 0.3s ease;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
}

.investment-item:hover {
    transform: translateY(-5px);
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
}

.investment-icon {
    font-size: 48px;
    margin-bottom: 20px;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.investment-item h3 {
    color: #eab863;
    font-size: 16px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.investment-amount {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.investment-item p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

.advantage-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
    transition: transform 0.3s ease;
}

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

.advantage-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.advantage-item p {
    color: #ccc;
    margin: 0;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.requirement-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.requirement-item:hover {
    border-color: #d4a853;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.req-icon {
    font-size: 32px;
    flex-shrink: 0;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.req-text h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 10px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.req-text p {
    color: #ccc;
    margin: 0;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.city-item {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.city-item.available {
    border-left: 5px solid #10b981;
}

.city-item.planned {
    border-left: 5px solid #f59e0b;
}

.city-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

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

.city-item li {
    color: #ccc;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.city-item li:last-child {
    border-bottom: none;
}

.success-stories {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
}

.story-item {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 25px;
    border-radius: 10px;
    border: 2px solid rgba(234, 184, 99, 0.3);
    border-left: 5px solid #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.story-item:hover {
    border-left-color: #d4a853;
    border-color: #eab863;
    box-shadow: 
        0 6px 20px rgba(234, 184, 99, 0.5),
        inset 0 0 20px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.story-content h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.story-content p {
    color: #ccc;
    margin-bottom: 15px;
}

.story-stats {
    display: flex;
    gap: 20px;
}

.story-stats span {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 8px 15px;
    border-radius: 20px;
    color: #eab863;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
    box-shadow: 
        0 2px 10px rgba(234, 184, 99, 0.3),
        inset 0 0 8px rgba(234, 184, 99, 0.1);
}

.application-process {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
}

.process-step {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.step-number {
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    border: 2px solid #eab863;
    box-shadow: 
        0 0 15px rgba(234, 184, 99, 0.5),
        inset 0 0 8px rgba(234, 184, 99, 0.2);
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
    flex-shrink: 0;
}

.step-content h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 5px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.step-content p {
    color: #ccc;
    margin: 0;
}

.cta-section {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #eab863;
    box-shadow: 
        0 4px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 15px rgba(234, 184, 99, 0.1);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 25px 0;
}

.cta-btn {
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.cta-btn.primary {
    background: linear-gradient(135deg, #9b2902 0%, #691c01 100%);
    color: #fff;
    border: 2px solid #000;
}

.cta-btn.primary:hover {
    background: linear-gradient(135deg, #b83202 0%, #7a2101 100%);
    transform: translateY(-2px);
}

.cta-btn.secondary {
    background: transparent;
    color: #eab863;
    border: 2px solid #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.cta-btn.secondary:hover {
    background: rgba(234, 184, 99, 0.2);
    color: #d4a853;
    border-color: #d4a853;
    transform: translateY(-2px);
    box-shadow: 
        0 0 15px rgba(234, 184, 99, 0.5),
        inset 0 0 10px rgba(234, 184, 99, 0.1);
}

/* Neredeyiz Sayfası Stilleri */
.location-info {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
}

.address-card {
    display: flex;
    align-items: center;
    gap: 25px;
}

.address-icon { display: none; }

.address-details h3 {
    color: #eab863;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.address-details p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.map-container {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
    text-align: center;
}

/* Neredeyiz: adres ve harita alanlarını eş yükseklikte tut */
.two-col-grid .location-info,
.two-col-grid .map-container {
    min-height: 280px;
    display: flex;
    align-items: center;
}

.map-embed {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 10px;
}

.map-placeholder {
    background: #2d2d2d;
    padding: 60px 40px;
    border-radius: 10px;
    border: 2px dashed #666;
}

.map-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.map-placeholder h3 {
    color: #eab863;
    font-size: 24px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.map-placeholder p {
    color: #ccc;
    margin-bottom: 25px;
}

.map-btn {
    display: inline-block;
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #eab863;
    box-shadow: 
        0 0 15px rgba(234, 184, 99, 0.5),
        0 0 30px rgba(234, 184, 99, 0.3);
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
    transition: all 0.3s ease;
}

.map-btn:hover {
    background: #d4a853;
    transform: translateY(-2px);
}

.transport-options {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
}

.transport-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.transport-icon {
    font-size: 48px;
    flex-shrink: 0;
}

.transport-content h3 {
    color: #eab863;
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.transport-content p {
    color: #ccc;
    margin-bottom: 10px;
}

.transport-content p:last-child {
    margin-bottom: 0;
}

.working-hours {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
}

.hours-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.hours-item {
    background: #2d2d2d;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.hours-item h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 20px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hour-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #444;
}

.hour-item:last-child {
    border-bottom: none;
}

.day {
    color: #fff;
    font-weight: 600;
}

.time {
    color: #eab863;
    font-weight: 700;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.hours-note {
    background: #2d1810;
    border: 2px solid #9b2902;
    border-radius: 10px;
    padding: 20px;
    margin-top: 25px;
}

.hours-note p {
    color: #fff;
    margin: 0;
}

.parking-info {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #444;
    margin-top: 25px;
}

.parking-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.parking-icon {
    font-size: 48px;
    color: #eab863;
    flex-shrink: 0;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.parking-content h3 {
    color: #eab863;
    font-size: 20px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.parking-content p {
    color: #ccc;
    margin: 0;
    line-height: 1.6;
}

.nearby-places {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.place-category {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
}

.place-category h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 20px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.places-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.place-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #444;
}

.place-item:last-child {
    border-bottom: none;
}

.place-name {
    color: #fff;
    font-weight: 600;
}

.place-distance {
    color: #eab863;
    font-weight: 700;
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
}

.emergency-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 25px;
}

.emergency-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #1a1a1a;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #444;
    border-left: 5px solid #dc2626;
}

.emergency-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.emergency-content h3 {
    color: #eab863;
    font-size: 18px;
    margin-bottom: 15px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.emergency-content p {
    color: #ccc;
    margin: 0;
    line-height: 1.6;
}

.emergency-content strong {
    color: #fff;
    font-weight: 700;
}

/* Mobile Responsive for Sub Pages */
@media all and (max-width: 768px) {
    .music-control {
        bottom: 10%;
        left: 3%;
        width: 45px;
        height: 45px;
    }
    
    .music-control .music-icon,
    .music-control .music-icon-off {
        font-size: 18px;
    }
    
    .whatsapp-control {
        bottom: 10%;
        right: 3%;
        width: 45px;
        height: 45px;
    }
    
    .whatsapp-control .whatsapp-icon {
        width: 20px;
        height: 20px;
    }
    
    .page-header {
        padding: 60px 0 40px 0;
    }
    
    .header-content h1 {
        font-size: 32px;
    }
    
    .header-content p {
        font-size: 16px;
    }
    
    .content-section {
        padding: 25px 20px;
    }
    
    .content-section h2 {
        font-size: 22px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .group-sizes {
        flex-direction: column;
        gap: 20px;
    }
    
    .rules-list,
    .timing-rules,
    .requirements-list {
        gap: 15px;
    }
    
    .rule-item,
    .timing-item,
    .requirement-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .clothing-rules,
    .payment-rules,
    .cities-grid,
    .advantages-grid,
    .investment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contact-methods,
    .transport-options,
    .hours-grid,
    .emergency-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .address-card,
    .parking-item {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .nearby-places {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .application-process {
        gap: 15px;
    }
    
    .process-step {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
}

@media all and (max-width: 480px) {
    .music-control {
        bottom: 8%;
        left: 2%;
        width: 40px;
        height: 40px;
    }
    
    .music-control .music-icon,
    .music-control .music-icon-off {
        font-size: 16px;
    }
    
    .page-header {
        padding: 40px 0 30px 0;
    }
    
    .header-content h1 {
        font-size: 24px;
    }
    
    .header-content p {
        font-size: 14px;
    }
    
    .content-section {
        padding: 20px 15px;
    }
    
    .content-section h2 {
        font-size: 18px;
    }
    
    .feature-item,
    .investment-item,
    .advantage-item {
        padding: 20px 15px;
    }
    
    .rule-item,
    .timing-item,
    .requirement-item,
    .transport-item,
    .emergency-item {
        padding: 20px 15px;
    }
    
    .faq-question {
        padding: 20px 15px;
    }
    
    .faq-item.active .faq-answer {
        padding: 20px 15px;
    }
    
    .contact-method {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .map-container {
        padding: 20px 15px;
    }
    
    .map-placeholder {
        padding: 40px 20px;
    }
    
    .map-icon {
        font-size: 48px;
    }
    
    .map-placeholder h3 {
        font-size: 18px;
    }
}

/* Konsept Sayfası - Yeni Tasarım */
.concept-main {
    margin-bottom: 40px;
}

.concept-header {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.concept-cover {
    flex-shrink: 0;
    width: 400px;
}

.concept-cover-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.concept-info {
    flex: 1;
}

.concept-info h2 {
    font-size: 32px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.concept-description {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.concept-story {
    margin-bottom: 40px;
}

.concept-story h2 {
    font-size: 28px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.story-description {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
}

.old-concepts {
    margin-bottom: 40px;
}

.old-concepts h2 {
    font-size: 28px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.old-concepts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.old-concept-box {
    background: #2d2d2d;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #444;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.old-concept-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(234, 184, 99, 0.3);
}

.old-concept-image {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.old-concept-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.old-concept-name {
    font-size: 18px;
    font-weight: 600;
    color: #eab863;
    text-align: center;
}

.important-notes {
    margin-bottom: 40px;
}

.important-notes h2 {
    font-size: 28px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.notes-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.note-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: 
        linear-gradient(135deg, rgba(234, 184, 99, 0.9) 0%, rgba(234, 184, 99, 0.9) 100%);
    padding: 20px;
    border-radius: 10px;
    border-left: 4px solid #eab863;
    box-shadow: 
        0 2px 10px rgba(234, 184, 99, 0.2),
        inset 0 0 10px rgba(234, 184, 99, 0.05);
    transition: all 0.3s ease;
}

.note-item:hover {
    border-left-color: #d4a853;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 15px rgba(234, 184, 99, 0.1);
    transform: translateX(5px);
}

.note-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.note-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    flex: 1;
}

/* Responsive */
@media all and (max-width: 992px) {
    .concept-header {
        flex-direction: column;
    }
    
    .concept-cover {
        width: 100%;
    }
    
    .old-concepts-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media all and (max-width: 768px) {
    .concept-info h2 {
        font-size: 24px;
    }
    
    .concept-story h2,
    .old-concepts h2,
    .important-notes h2 {
        font-size: 22px;
    }
    
    .old-concepts-grid {
        grid-template-columns: 1fr;
    }
    
    .note-item {
        padding: 15px;
    }
}

/* Pricing Section Styles */
.pricing-section {
    margin-top: 30px;
}

.pricing-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid #eab863;
    padding-bottom: 10px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.pricing-category {
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #eab863;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 
        0 5px 20px rgba(0, 0, 0, 0.5),
        0 0 20px rgba(234, 184, 99, 0.2),
        inset 0 0 15px rgba(234, 184, 99, 0.05);
}

.pricing-category h3 {
    font-size: 22px;
    font-weight: 700;
    color: #eab863;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.6),
        0 0 20px rgba(234, 184, 99, 0.3);
}

.pricing-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pricing-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(234, 184, 99, 0.3);
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
}

.pricing-item:hover {
    border-color: #eab863;
    box-shadow: 
        0 4px 15px rgba(234, 184, 99, 0.3),
        inset 0 0 10px rgba(234, 184, 99, 0.05);
    transform: translateY(-2px);
}

.pricing-item.no-pricing {
    opacity: 0.6;
    border-style: dashed;
}

.pricing-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.time-label {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #eab863;
    text-shadow: 
        0 0 10px rgba(234, 184, 99, 0.8),
        0 0 20px rgba(234, 184, 99, 0.5);
}

.price-detail {
    font-size: 12px;
    color: #999;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media all and (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-category {
        padding: 20px;
    }
    
    .pricing-category h3 {
        font-size: 20px;
    }
    
    .price-amount {
        font-size: 20px;
    }
}