/* Temel Ayarlar ve Arka Plan */
:root {
    --bg-dark: #1a1a1a;
    --accent-gold: #B59461;
    --text-light: #F3EDE3;
    --text-light2: #f8f5eeb3;
    --input-bg: rgba(255, 255, 255, 0.05);
    --border-muted: rgba(248, 245, 238, 0.2);
    --error-red: #ff4d4d;
    --gold-primary: #CBA15A; /* Birincil Altin / Basliklar */
    --gold-hover: #B99255; /* Butonlar / Hover */
    --font-body: 'Lato', 'Montserrat', sans-serif;
    --font-content: 'Montserrat', sans-serif;
    --border-divers: #6F6253;
    --gold-headings: #c8a15a;
    --muted-bronze:#b88b4a;
    --note: #c8a15a;
    --surface: #1e1b18;
    --background: #151311;
    --accents: #8a6e4d;
    /*--gold: #c5a059;*/
    --card-bg: rgba(15, 15, 15, 0.75);
    --border-color: rgba(197, 160, 89, 0.4);
    --header-space-top: 90px;
    --font-size-title: 1.6rem;
    --font-size-title-line-height: 2.5rem;
    --font-size-1: 1.3rem;
    --line-height-1: 1.72;
    --title-margin: 40px;
    --title-margin2: 20px;
    --title-margin-big: 50px;
}
.four-steps-container strong {
    color: var(--muted-bronze);
    display: block;
}
.table-custom {
    font-size: var(--font-size-1);
}
    .table-custom .td-title {
        color: var(--gold-headings);
        padding: 5px 10px;
        padding-right: 2rem;
    }

.table-payment-note {
    margin-bottom: 10px;
    width: 100%;
    font-size: var(--font-size-1);
}

    .table-payment-note tr td {
        padding: 10px 0px;
        font-size: var(--font-size-1);
        border-bottom: dotted 1px #cbd5e1;
        font-weight: 500 !important;
    }
        .table-payment-note tr td strong {
            color: var(--gold-headings);
        }

.custom-list {
    /*font-family: 'Lato', sans-serif;*/
    font-size: var(--font-size-1);
    line-height: 1.5;

    padding-left: 20px;
    margin-bottom: 20px;
}

    .custom-list li {
        margin-bottom: 15px;
    }

        .custom-list li strong {
            color: #f8f5ee;
            font-weight: 700;
        }


.important-note {
    color: var(--note);
    padding-bottom: 1rem;
    display: block;
}
.white-space-nowrap {
    white-space: nowrap;
}
ul {
}
ul li {
    margin-bottom: var(--title-margin);
}
ul li ul li {
    margin-bottom: var(--title-margin2);
}
.form-select{
    font-size:var(--font-size-1);
}
.fixed-top {
    background-color: var(--bg-dark);
    z-index: 1003;
}
.section-subtitle {
    margin-bottom: 16px;
}
.custom-error-container{
    font-size:var(--font-size-1);
}
.section-text {
    line-height: 1.72;
}
.content-text {
    font-family: var(--font-content) !important;
    font-weight: 400;
    line-height: 1.8;
    font-size: 1.3rem !important;
}
body, html {
    height: 100%;
    margin: 0;
    font-family: 'Playfair Display', serif;
    background-color: #1a1a1a;
    color: #1e1b18;
    color:var(--text-light);
    overflow-x: hidden; /* Prevent horizontal scroll on mobile */
 
}
h3{
    margin-bottom:20px;
}
html {
    scroll-behavior: smooth;
}
.since-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 15px 0;
}
.navbar-brand .since-wrapper{
    margin:0px;
}
.since-line {
    height: 1px;
    width: 50px;
    background: linear-gradient(to right, transparent, var(--gold-headings));
}

.since-text {
    color: var(--gold-headings);
    font-size: 0.9rem;
    letter-spacing: 3px;
    margin: 0;
}
.navbar-brand {
    color: var(--text-light) !important;
    /* font-size: 1.6rem; */
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
    /* line-height: 2rem; */
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
}
    .navbar-brand sup {
        top: -1em!important;
        font-size: 0.45em!important;
    }
.bg-image {
    /* Temaya uygun temsili bir arka plan görseli */
    background-image: url('https://www.suleymaniyehamami.com.tr/images/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
}
.display-none{display:none!important;}
/* Karartma Katmani (Yazilarin okunabilirligini artirmak için) */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(30, 20, 10, 0.6) 60%, rgba(20, 15, 10, 0.8) 100% );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f8f5ee;
    padding: 20px;
}

/* Içerik Konteyneri */
.content-wrapper {
    max-width: 500px;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding-top: 8rem;
}

/* Baslik Stilleri */
.main-title {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    opacity: 1; /* jQuery animasyonu için baslangiçta gizli */
}

    .main-title sup {
        font-size: 1rem;
        top: -1.5em;
    }

.since-text {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    opacity: 1;
}
.since-text2 {
    color: var(--accent-gold);
}
.designed-by {
    font-size: 1.1rem;
    margin-bottom: 7rem;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    /*opacity: 0;*/
    margin-bottom: 10rem;
}
.page-header {
    padding: 100px 0 40px;
    text-align: center;
}

.page-title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 1; /* jQuery animasyonu için */
    /*transform: translateY(20px);*/
    color: var(--text-light);
    padding-top: 3rem;
}

.page-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    color: rgba(248, 245, 238, 0.7);
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
}
.page-title-desc {
    font-size: 1.5rem;
    color: var(--text-light2);
    letter-spacing: 2px;
}

/* Buton Stilleri */
.btn-custom {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 15px;
    background-color: rgb(47 42 42 / 52%);
    border: 1px solid rgba(248, 245, 238, 0.6);
    color: #f8f5ee;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 4px;
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    opacity: 1;
    /*transform: translateY(20px);*/
}

    .btn-custom:hover {
        background-color: rgba(248, 245, 238, 0.15);
        border-color: #f8f5ee;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

/* Alt Bilgi Stilleri */
.footer-info {
    font-family: 'Lato', sans-serif;
    font-size: 0.85rem;
    margin-top: 3rem;
    opacity: 0;
    color: rgba(248, 245, 238, 0.8);
    letter-spacing: 0.5px;
}

/* === Hamburger Menü Stilleri === */

.menu-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 32px;
    height: 22px;
    cursor: pointer;
    z-index: 9999; /* Menü açikken en üstte kalmali */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .menu-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #f8f5ee;
        border-radius: 2px;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }

    /* Hamburger Ikonu -> 'X' Animasyonu */
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
        transform: scale(0);
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

/* Tam Ekran Menü Overlay */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(20, 15, 10, 0.96); /* Hamam temasina uygun koyu kahve/siyah tonu */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

    .fullscreen-menu.active {
        opacity: 1;
        visibility: visible;
    }

.menu-links {
    list-style: none;
    padding: 0;
    text-align: center;
}

    .menu-links li {
        margin: 25px 0;
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.4s ease-in-out;
    }

/* Menü açildiginda linklerin görünür olmasi */
.fullscreen-menu.active .menu-links li {
    transform: translateY(0);
    opacity: 1;
}

    /* Staggered Delay (Linklerin sirayla gelmesi için) */
    .fullscreen-menu.active .menu-links li:nth-child(1) {
        transition-delay: 0.1s;
    }

    .fullscreen-menu.active .menu-links li:nth-child(2) {
        transition-delay: 0.2s;
    }

    .fullscreen-menu.active .menu-links li:nth-child(3) {
        transition-delay: 0.3s;
    }

    .fullscreen-menu.active .menu-links li:nth-child(4) {
        transition-delay: 0.4s;
    }

    .fullscreen-menu.active .menu-links li:nth-child(5) {
        transition-delay: 0.5s;
    }

.menu-links a {
    color: #f8f5ee;
    font-size: 2rem;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
}

    /* Hover efekti alt çizgi */
    .menu-links a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 50%;
        background-color: #f8f5ee;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .menu-links a:hover::after, .menu-links a.active-link::after {
        width: 100%;
    }

/* === Footer Styles === */
.site-footer {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(248, 245, 238, 0.1);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    color: rgba(248, 245, 238, 0.6);
    letter-spacing: 0.5px;
}

    .site-footer a {
        color: rgba(248, 245, 238, 0.8);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .site-footer a:hover {
            color: #f8f5ee;
        }

/* Footer Logos */
.footer-logos {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

    .footer-logos a {
        display: inline-block;
    }

    .footer-logos img {
        width: 85px;
        height: 85px;
        background-color: #ffffff;
        object-fit: contain;
        padding: 8px;
        border-radius: 8px;
        opacity: 0.85;
        transition: opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    }

        .footer-logos img:hover {
            opacity: 1;
            transform: scale(1.05);
        }
#google_translate_element{
    display:none!important;
}


/* Menü Kartlari */
.action-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.action-card {
    display: flex;
    align-items: center;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 16px;
    text-decoration: none;
    color: white;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    background-color: rgb(24 24 24 / 20%);
}

    .action-card:hover {
        background: rgba(197, 160, 89, 0.1);
        border-color: var(--gold-headings);
        transform: translateY(-2px);
    }

.card-icon-left {
    font-size: 1.8rem;
    color: var(--gold-headings);
    width: 50px;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 15px;
}

.card-text-content {
    flex-grow: 1;
}

.card-title {
    font-size: 1.25rem;
    margin: 0 0 4px 0;
    letter-spacing: 1px;
    color: var(--text-light);
    font-weight: 400;
    text-align: left;
}

.card-subtitle {
    /*font-family: 'Lato', sans-serif;*/
    color: var(--gold-headings);
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
}

.card-icon-right {
    color: var(--gold-headings);
    font-size: 1.2rem;
}

/* Masaüstü (Desktop) Görünümü Için Ince Ayarlar */
@media (min-width: 768px) {
    .content-wrapper {
        padding-top: 5rem;
    }
    .designed-by {
        margin-bottom: 5rem;
    }
    .main-title {
        font-size: 4.5rem;
    }
    .page-title {
        font-size: 4rem;
    }
    .content-wrapper {
        max-width: 600px;
    }

    .btn-custom {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-toggle {
        top: 40px;
        right: 40px;
        width: 38px;
        height: 26px;
    }

    .menu-links a {
        font-size: 2.5rem;
    }
    /* Istege bagli: masaüstünde X animasyonunun mesafesini güncelle */
    .menu-toggle.active span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    .menu-toggle.active span:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg);
    }
}

/* Ekstra Küçük Mobil Ekranlar Için */
@media (max-width: 380px) {
    
    .btn-custom {
        font-size: 1.1rem;
        padding: 10px 15px;
    }

    .menu-toggle {
        top: 20px;
        right: 20px;
    }

    .menu-links a {
        font-size: 1.6rem;
    }
    .fullscreen-menu.active .menu-links li {
        border-bottom: var(--bs-border-color);
    }
        .fullscreen-menu.active .menu-links li.active {
            border-bottom: var(--bs-border-color);
            border-bottom-width: 2px;
        }
}

@media (max-width: 500px) {

    .main-title {
        font-size: 2.4rem;
    }

        .main-title sup {
            top: -1em;
        }

    .since-wrapper {
        gap: 0;
        margin:0;
    }
    .since-text {
        margin-bottom: 3.5rem;
    }
    .since-line {
        display: none !important;
    }

    .card-subtitle {
        font-size: 1rem;
    }
    .fullscreen-menu.active .menu-links li {
        border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    }

        .fullscreen-menu.active .menu-links li.active {
            border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
            border-bottom-width: 2px;
        }
    .menu-links a::after {
        width: 0% !important;
    }
    .menu-links li {
        margin: 15px 0;
    }
    .menu-links a {
        padding-bottom: 15px;
    }
    .menu-links{
        width:70%;
    }
    .content-wrapper {
        padding-top: 6rem;
        height: 100dvh;
        min-height: 100dvh;
    }
    .action-cards {
        position: fixed;
        bottom: 20px;
        width: 90%;
    }
    .bg-image {
        background-image: url(https://www.suleymaniyehamami.com.tr/images/background.png);
        background-size: cover;
        background-position: bottom center;
        background-attachment: unset;
        height: 100vh;
        position: relative;
        position: absolute;
        inset: 0;
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        transform: none;
        overflow:hidden;
    }
}