@media (max-width: 991px) {

    /* Mobil üst çubuk – dil seçeneği her zaman görünsün */
    .mobile-top-bar {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9998;
        background: rgba(255, 250, 249, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(238, 203, 196, 0.4);
        padding: 10px 0;
        padding-top: calc(10px + env(safe-area-inset-top));
    }
    .mobile-top-bar-brand {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: 1.15rem;
        color: #5d4742;
        text-decoration: none;
    }
    .mobile-lang-switcher {
        font-size: 0.95rem;
        font-weight: 600;
    }
    .mobile-lang-link {
        color: #8d7571;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 6px;
        transition: background 0.2s, color 0.2s;
    }
    .mobile-lang-link.active {
        background: #eecbc4;
        color: #fff;
    }
    .mobile-lang-sep {
        color: #eecbc4;
        user-select: none;
    }

    /* Alt Navigasyon Barı */
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75px;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-top: 1px solid rgba(238, 203, 196, 0.4);
        z-index: 9999;
        padding-bottom: env(safe-area-inset-bottom);
    }

    /* Menü Elemanları */
    .mobile-nav-item {
        text-decoration: none;
        color: #8d7571;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        transition: all 0.3s ease;
    }

    .mobile-nav-item svg {
        margin-bottom: 4px;
        transition: transform 0.3s ease;
    }

    .mobile-nav-item span {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .mobile-nav-item:active svg {
        transform: scale(0.85);
        color: #d4a373;
    }

    /* Ortadaki Menü/Randevu Butonu */
    .nav-circle-menu,
    .nav-circle {
        background: linear-gradient(135deg, #eecbc4 0%, #d4a373 100%);
        width: 62px;
        height: 62px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -45px;
        border: 5px solid #fff;
        box-shadow: 0 10px 20px rgba(212, 163, 115, 0.3);
    }

    .center-item {
        overflow: visible;
    }

    /* Tam Ekran Açılır Menü Katmanı */
    .full-screen-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 250, 249, 0.98);
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(100%);
        transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        backdrop-filter: blur(10px);
    }

    .full-screen-menu.active {
        transform: translateY(0);
    }

    .close-menu-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        background: none;
        border: none;
        font-size: 3rem;
        color: #eecbc4;
    }

    /* Dil Seçim Butonları */
    .lang-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .lang-btn,
    .lang-opt {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 65px;
        height: 65px;
        border: 1px solid #eecbc4;
        border-radius: 50%;
        text-decoration: none !important;
        color: #8d7571;
        font-weight: 700;
        font-size: 1rem;
        transition: all 0.3s ease;
    }

    .lang-btn.active,
    .lang-opt.active {
        background-color: #eecbc4;
        color: #fff;
        box-shadow: 0 8px 15px rgba(238, 203, 196, 0.4);
    }

    /* Linkler ve Motto */
    .mobile-main-links,
    .mobile-menu-links {
        list-style: none;
        padding: 0;
        text-align: center;
    }

    .mobile-main-links li {
        margin: 20px 0;
    }

    .mobile-main-links a {
        font-family: 'Playfair Display', serif;
        font-size: 1.8rem;
        color: #5d4742;
        text-decoration: none;
        font-style: italic;
    }

    .mini-divider,
    .divider-line {
        width: 40px;
        height: 2px;
        background: #eecbc4;
        margin: 20px auto;
    }

    .playfair-italic,
    .motto-italic {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        color: #d4a373;
        font-size: 0.95rem;
        padding: 0 30px;
    }
}

.flower-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.petal {
    position: absolute;
    /* Opaklığı artırdık: 0.9 yaptık, renkleri belirginleştirdik */
    background: linear-gradient(135deg, rgba(238, 203, 196, 0.9) 0%, rgba(212, 163, 115, 0.6) 100%);
    border-radius: 150% 0 150% 0;
    top: -50px;
    box-shadow: 2px 2px 8px rgba(212, 163, 115, 0.2);
    animation: fall linear infinite;
}

/* Her yaprağa farklı konum ve hız vererek yoğunluğu sağlıyoruz */
.petal:nth-child(1) {
    left: 5%;
    width: 15px;
    height: 15px;
    animation-duration: 8s;
    animation-delay: 0s;
}

.petal:nth-child(2) {
    left: 15%;
    width: 22px;
    height: 22px;
    animation-duration: 12s;
    animation-delay: 2s;
}

.petal:nth-child(3) {
    left: 30%;
    width: 12px;
    height: 12px;
    animation-duration: 10s;
    animation-delay: 4s;
}

.petal:nth-child(4) {
    left: 45%;
    width: 25px;
    height: 25px;
    animation-duration: 15s;
    animation-delay: 1s;
}

.petal:nth-child(5) {
    left: 55%;
    width: 18px;
    height: 18px;
    animation-duration: 9s;
    animation-delay: 6s;
}

.petal:nth-child(6) {
    left: 65%;
    width: 14px;
    height: 14px;
    animation-duration: 11s;
    animation-delay: 3s;
}

.petal:nth-child(7) {
    left: 75%;
    width: 20px;
    height: 20px;
    animation-duration: 14s;
    animation-delay: 0s;
}

.petal:nth-child(8) {
    left: 85%;
    width: 16px;
    height: 16px;
    animation-duration: 13s;
    animation-delay: 5s;
}

.petal:nth-child(9) {
    left: 95%;
    width: 12px;
    height: 12px;
    animation-duration: 10s;
    animation-delay: 2s;
}

.petal:nth-child(10) {
    left: 50%;
    width: 19px;
    height: 19px;
    animation-duration: 16s;
    animation-delay: 8s;
}

@keyframes fall {
    0% {
        transform: translateY(0) rotate(0deg) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        /* Düşerken hafif sağa kayma efekti */
        transform: translateY(50vh) rotate(180deg) translateX(50px);
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateY(105vh) rotate(360deg) translateX(-20px);
        opacity: 0;
    }
}

.info-note {
    border-top: 1px solid #f2e4e1;
    border-bottom: 1px solid #f2e4e1;
}

.sub-text-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #d4a373;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

.sub-text-quote::before,
.sub-text-quote::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #eecbc4;
    top: 50%;
}

.sub-text-quote::before {
    left: 0;
}

.sub-text-quote::after {
    right: 0;
}

@media (max-width: 768px) {
    .sub-text-quote {
        font-size: 1.3rem;
        padding: 0 20px;
    }

    .sub-text-quote::before,
    .sub-text-quote::after {
        display: none;
    }
}

.hero-area {
    background-color: #fffaf9;
    position: relative;
}



.hero-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: 140%;
    background: radial-gradient(circle,
            rgba(255, 192, 203, 0.7) 0%,
            rgba(238, 203, 196, 0.4) 40%,
            rgba(255, 255, 255, 0) 75%);
    z-index: 2;
    filter: blur(50px);
    opacity: 0.9;
}

.hero-img {
    width: 100%;
    max-width: 480px;
    box-shadow: 0 25px 50px -12px rgba(238, 203, 196, 0.5);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    height: 600px;
    filter: contrast(1.05);
}

.motto-title {
    position: relative;
    z-index: 4;
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
    .hero-area {
        padding-top: 50px !important;
        text-align: center;
    }

    .hero-img {
        max-width: 280px !important;
        height: 380px !important;
        margin-bottom: 30px;
    }

    .motto-title {
        font-size: 2.2rem !important;
        padding: 0 10px;
    }

    .intro-text-wrapper {
        border-left: none !important;
        padding-left: 0 !important;
        border-top: 2px solid #eecbc4;
        padding-top: 20px;
        margin: 0 20px 30px 20px;
    }

    .intro-text {
        font-size: 1.1rem !important;
    }

    .hero-texture-bg {
        opacity: 0.25 !important;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
        -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%) !important;
    }

    .sub-text-quote {
        font-size: 1.2rem !important;
        padding: 0 15px !important;
        line-height: 1.4 !important;
    }
}

.hero-img {
    transition: all 0.5s ease-in-out;
}

.btn-appointment {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8rem !important;
    padding: 15px 40px !important;
}

/* El Yazısı Fontu (Header'da Great Vibes yüklü olmalı) */
.fluid-signature {
    font-family: 'Great Vibes', cursive !important;
    color: #d4a373;
    /* Rose Gold / Ten rengi tonu */
    font-size: 4.5rem !important;
    /* El yazısı olduğu için büyük puntoda akışkan durur */
    font-weight: 400;
    line-height: 1.1;
    text-transform: none;
    /* El yazısında büyük harf zorlaması yapılmaz */
    margin-bottom: 1.5rem;
    display: block;
}

/* Giriş Metni: Zarif Serif Fontu */
.intro-text-soft {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #8d7571;
    font-size: 1.25rem;
    line-height: 1.8;
    font-weight: 300;
}

/* Akışkan Buton Tasarımı */
.btn-appointment-fluid {
    background-color: #eecbc4;
    color: #5d4742;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-appointment-fluid:hover {
    background-color: transparent;
    border-color: #d4a373;
    color: #d4a373;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(212, 163, 115, 0.2) !important;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .fluid-signature {
        font-size: 3.2rem !important;
        text-align: center;
    }

    .intro-text-soft {
        text-align: center;
        font-size: 1.1rem;
    }

    .col-lg-7 {
        text-align: center;
    }

    footer {
        padding-bottom: 100px !important;
    }
}