/* ============================================
   LAYOUT INLINE CSS - _Layout.cshtml'den taşındı
   ============================================ */

/* Global - Yatay scroll engelle */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Modal açıkken body scroll engelle */
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

/* Tagline font - FOUT önleme */
.tagline {
    font-family: 'Caveat', 'Brush Script MT', cursive !important;
    font-weight: 700 !important;
}

/* Font yüklenene kadar yazıyı gizle */
.fonts-loading .tagline {
    visibility: hidden;
}

.fonts-loaded .tagline {
    visibility: visible;
}

/* ============================================
   NAVBAR STILLERI - Mobil ve Masaüstü
   ============================================ */

/* Masaüstü - butonlar arası mesafe — sevval-navbar.css'e taşındı */

/* Ücretsiz etiketi - masaüstü */
.post-ad-container {
    position: relative !important;
    display: inline-block !important;
}

.free-tag {
    position: absolute !important;
    top: -8px !important;
    left: -8px !important;
    background-color: #28a745 !important;
    color: white !important;
    font-size: 9px !important;
    font-weight: bold !important;
    padding: 2px 5px !important;
    border-radius: 3px !important;
    transform: rotate(-12deg) !important;
    z-index: 100 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* visitor-counts-navbar ve .auth-buttoons kuralları sevval-navbar.css'e taşındı — CLS önleme */


/* ============================================
   SEVVALDRONE SERVICE POPUP
   ============================================ */
.sevvaldrone-popup {
    background: linear-gradient(90deg, #1e88e5, #2196f3);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 20px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    max-width: 230px;
    position: relative;
}

.sevvaldrone-popup:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.sevvaldrone-popup h3 {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.sevvaldrone-popup p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.drone-icon {
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 50%;
    padding: .5rem;
    background-color: #01e11b;
}

.drone-icon img {
    fill: white;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: invert(100%);
}

/* ============================================
   VIDEO MODAL
   ============================================ */
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1200;
}

.video-modal-content {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
    position: relative;
    width: 90%;
    max-width: 800px;
    animation: gorunmeEfekti 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.video-modal-content .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    padding: 5px;
}

.video-modal-content iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.video-modal-content .order-text {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.video-modal-content .whatsapp-button {
    background-color: #25D366;
    color: white;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease;
}

.video-modal-content .whatsapp-button:hover {
    background-color: #1DA851;
}

.video-modal-content .whatsapp-button i {
    font-size: 24px;
}


/* ============================================
   POP-UP PENCERESI (Giriş Yap Modal)
   layout-inline.css'den yükleniyor, buradaki kaldırıldı
   ============================================ */


/* ============================================
   DETAILED SEARCH LINK
   ============================================ */
.detailed-search-link {
    background-color: #28a745;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    font-size: 16px;
    font-weight: bold;
    align-items: center;
    white-space: nowrap;
}

.detailed-search-link:hover {
    background-color: #218838;
}

/* ============================================
   WHATSAPP FLOAT BUTTON
   ============================================ */
.whatsapp-float {
    position: fixed !important;
    bottom: 160px !important;
    right: 20px !important;
    z-index: 1001 !important;
}

.whatsapp-image {
    width: 90px !important;
    height: auto !important;
    background: transparent !important;
    transition: transform 0.3s !important;
    display: block !important;
}

.whatsapp-image:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .whatsapp-float {
        right: 15px !important;
    }
    .whatsapp-image {
        width: 65px !important;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        right: 10px !important;
    }
    .whatsapp-image {
        width: 55px !important;
    }
}

/* floating_button kaldırıldı — HTML _Layout.cshtml'den zaten silindi */

/* ============================================
   COOKIE BANNER
   ============================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: white;
    padding: 15px 20px;
    z-index: 10000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cookie-banner p {
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.cookie-banner a {
    color: #4CAF50;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.accept-button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.decline-button {
    background: #666;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
