.body_bg_color_cuma{
    background-color: #F7DBCE !important;
}
.body_bg_color_saloncuma{
    background-color: #F6EFE5 !important;
}

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

.hero-header {
    background: url('/assets/images/header.png') no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-links {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    letter-spacing: 1px;
    display: flex;
    gap: 30px;
}
.nav-links a {
    color: white;
    margin-left: 25px;
    text-decoration: none;
    font-weight: 500;
}
.nav-links a:hover {
    text-decoration: underline;
}
.hero-title {
    font-size: 44px !important;
    font-weight: 400;
    letter-spacing: 1rem;
}

.hero-title-white {
    font-size: 44px !important;
    font-weight: 400;
    letter-spacing: 1rem;
    color: white;
    font-family: 'Biennale', sans-serif;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

footer.footer {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer a {
    color: inherit;
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
    font-size: 0.9rem;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-logo {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
    margin-top: 60px;
}
.footer-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-site {
    font-size: 0.9rem;
    color: #222;
    margin-bottom: 100px;
}

.splash-container {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.splash-left,
.splash-right {
    flex: 1;
    position: relative;
    overflow: hidden;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-left::before,
.splash-right::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    transition: transform 0.4s ease;
}

.splash-left::before {
    background-image: url('./../../assets/images/header_splash_sc.png');
}

.splash-right::before {
    background-image: url('./../../assets/images/header_splash.png');
}

.splash-left:hover::before,
.splash-right:hover::before {
    transform: scale(1.05);
}

.overlay {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Dikeyde ortalama */
    align-items: center;     /* Yatayda ortalama */
    text-align: center;
    position: relative;
    z-index: 1; /* Arka plandaki scale efektinden öne çıkmak için */
}
/*
.splash-left,
.splash-right {
    flex: 1;
    background-size: cover;
    background-position: center;
    text-decoration: none;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease;
}

.splash-left img,
.splash-right img {
    transition: transform 0.4s ease;
}

.splash-left:hover img,
.splash-right:hover img {
    transform: scale(1.05);
}

.splash-left {
    background-image: url('./../../assets/images/header_splash_sc.png');
}

.splash-right {
    background-image: url('./../../assets/images/header_splash.png');
}

.overlay {
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
*/
.splash-left h1,
.splash-right h1 {
    font-size: 2.8rem;
    letter-spacing: 4px;
    margin: 0;
}

.splash-left span,
.splash-right span {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
}

.all-day {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 5px;
}

.awards {
    margin-top: 20px;
    font-size: 0.9rem;
}

.gallery-wrapper {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1000px;
    width: 100%;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 4px;
    background-color: white;
    position: relative;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    transition: transform 0.4s ease;
}

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

/* Lightbox container */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox-overlay.hidden {
    display: none;
}

.lightbox-content {
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

#lightbox-image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.lightbox-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
}

.contact-section {
    margin-top:100px;
    padding: 40px 20px;
    font-family: 'Biennale', sans-serif;
}

.contact-wrapper {

    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

.contact-item {
    flex: 1;
    padding: 0 20px;
    position: relative;
}

.contact-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #ccc;
}

.contact-item h4 {
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 1rem;
}

.contact-item p {
    margin: 4px 0;
    font-size: 0.95rem;
}

.contact-item a {
    text-decoration: none;
    color: black;
}

.contact-item a {
    text-decoration: none;
    color: black;
}

.salon-info-section {
    margin-top:100px;
    padding: 40px 20px;
    font-family: 'Biennale', sans-serif;
}

.salon-info-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
}

.salon-info-block {
    position: relative;
    padding: 0 20px;
}

.salon-info-block:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #ccc;
}

.salon-info-block h4 {
    font-size: 1rem;
    letter-spacing: 1px;
    margin: 20px 0 10px;
    font-weight: 600;
}

.salon-info-block p {
    margin: 4px 0;
    font-size: 0.95rem;
}

.italic {
    font-style: italic;
    font-size: 0.9rem;
}

.gallery-row-section {
    padding: 40px 0;
    text-align: center;
}

.gallery-heading {
    font-size: 1rem;
    letter-spacing: 3px;
    margin-bottom: 24px;
    font-family: 'Biennale', sans-serif;
    color: #111;
}

.gallery-row {
    display: flex;
    justify-content: center;
}

.gallery-column {
    flex: 1;
    height: 600px;
    overflow: hidden;
    position: relative;
}

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

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

.reservation-section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Biennale', sans-serif;
}

.reservation-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.reservation-section h4 {
    font-size: 1rem;
    letter-spacing: 6px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

.reservation-section p {
    font-size: 1rem;
    color: #111;
    line-height: 1.6;
}

.index-hero {
    padding: 60px 20px;
    font-family: 'Biennale', sans-serif;
}

.logo-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.logo-text img.logo {
    height: 60px;
    margin-bottom: 20px;
}

.logo-text p {
    font-size: 1rem;
    color: #111;
    line-height: 1.6;
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.left-column,
.right-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.left-column img,
.right-column img {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.left-column p,
.right-column p {
    font-size: 0.95rem;
    color: #222;
    line-height: 1.6;
}

.contact-form-section {
     /* açık bej */
    padding: 60px 20px;
    font-family: 'Biennale', sans-serif;
}

.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-wrapper h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
    color: #222;
}

form label {
    display: block;
    margin: 16px 0 6px;
    font-size: 1rem;
    color: #333;
}

form input,
form textarea {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #9d9d9d;
    border-radius: 10px;
    font-size: 1rem;
    box-sizing: border-box;
    color:black;
    background-color: #f6eeea;
}

form button {
    margin-top: 20px;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    font-weight: 600;
    background-color: #BD6438;
}

form button:hover {
    background-color: #E8976F;
}

.aspect-header {
    aspect-ratio: 18 / 8;
    width: 100%;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}

.header-logo-cuma {
    width: 52%;
    height: auto;
    margin-top: 20px;
}
.header-logo-saloncuma {
    width: 65%;
    height: auto;
    margin-top: 20px;
}

.header-sublogo-cuma {
    width: 220px;
    height: auto;
    margin-top: 40px;
}

.header-sublogo-saloncuma {
    width: 240px;
    height: auto;
    margin-top: 40px;
}

/* Mobil için istenirse farklı oran */
@media (max-width: 768px) {
    .aspect-header {
        aspect-ratio: 16 / 9;
    }

    .gallery-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }
}