/* _content/BiSutluBiTatliProje/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Topbar */
.topbar[b-ckjrt3x7sx] {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%); /* altın tonları */
}

.topbar .container[b-ckjrt3x7sx] {
    padding-top: 1.1rem !important;  /* top bar daha yüksek */
    padding-bottom: 1.1rem !important;
}

.topbar .topbar-icon[b-ckjrt3x7sx] {
    color: #ffffff; /* beyaz ikon rengi */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.2); /* şeffaf beyaz arka plan */
    text-decoration: none;
    transition: all 0.3s ease;
}

.topbar .topbar-icon:hover[b-ckjrt3x7sx] {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.topbar .topbar-link[b-ckjrt3x7sx] {
    color: #ffffff;
    text-decoration: none;
}

.topbar .topbar-link i[b-ckjrt3x7sx] {
    color: #ffffff;
}

.topbar .topbar-link:hover[b-ckjrt3x7sx] {
    text-decoration: underline;
}

.btn-whatsapp[b-ckjrt3x7sx] {
    background-color: #25D366;
    color: #fff;
}

.btn-whatsapp:hover[b-ckjrt3x7sx] {
    background-color: #1fb158;
    color: #fff;
}

/* Logo + Menü */
.site-logo[b-ckjrt3x7sx] {
    display: inline-block;
    align-self: flex-start;
}

.logo-img[b-ckjrt3x7sx] {
    height: 40px !important;
    width: auto !important;
    max-width: 180px !important;
    object-fit: contain;
    display: block;
}

.main-menu .nav-link[b-ckjrt3x7sx] {
    color: #000000; /* navbar yazıları siyah */
}

.main-menu .nav-link:hover[b-ckjrt3x7sx],
.main-menu .nav-link.active[b-ckjrt3x7sx] {
    color: #b8860b; /* altın tonlu vurgu */
}

/* Footer */
.footer-section[b-ckjrt3x7sx] {
    background: linear-gradient(135deg, #b8860b 0%, #daa520 100%);
    color: white;
    padding: 3rem 0 0 0;
    margin-top: 4rem;
    width: 100%;
    overflow: hidden;
}

/* Footer logoyu her zaman küçük ve sol üstte tut */
.footer-logo[b-ckjrt3x7sx],
.footer-brand img[b-ckjrt3x7sx] {
    height: 50px !important;
    width: auto !important;
    max-width: 170px !important;
    display: block;
    object-fit: contain;
    max-height: 50px !important;
    mix-blend-mode: normal;
    opacity: 1 !important;
    visibility: visible !important;
}

.footer-brand-text[b-ckjrt3x7sx] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

.footer-title[b-ckjrt3x7sx] {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.footer-links[b-ckjrt3x7sx] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-ckjrt3x7sx] {
    margin-bottom: 0.75rem;
}

.footer-link[b-ckjrt3x7sx] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-link:hover[b-ckjrt3x7sx] {
    color: white;
    text-decoration: none;
    padding-left: 5px;
}

.footer-social[b-ckjrt3x7sx] {
    display: flex;
    gap: 1rem;
}

.social-icon[b-ckjrt3x7sx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.2rem;
}

.social-icon.instagram[b-ckjrt3x7sx] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.social-icon.facebook[b-ckjrt3x7sx] {
    background: #1877f2;
    color: white;
}

.social-icon.email[b-ckjrt3x7sx] {
    background: #ea4335;
    color: white;
}

.social-icon:hover[b-ckjrt3x7sx] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.contact-phone[b-ckjrt3x7sx] {
    color: white;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
}

.contact-email[b-ckjrt3x7sx] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    margin: 0;
}

.footer-bottom[b-ckjrt3x7sx] {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    padding-bottom: 0 !important;
    margin-top: 2rem;
    margin-bottom: 0 !important;
}

.copyright-text[b-ckjrt3x7sx] {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.85rem;
    margin: 0;
    line-height: 1.6;
}

/* --- Sayfa yüksekliği ve footerın dibe oturması --- */
html[b-ckjrt3x7sx], body[b-ckjrt3x7sx] { 
    height: 100% !important; 
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}
body[b-ckjrt3x7sx] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
main[b-ckjrt3x7sx] { 
    flex: 1 1 auto; 
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.footer-section[b-ckjrt3x7sx] { 
    position: sticky;
    bottom: 0;
    flex-shrink: 0;
    margin: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1000;
}

/* Footer'ın tam alta oturması için ek kurallar */
html[b-ckjrt3x7sx] {
    box-sizing: border-box;
}
*[b-ckjrt3x7sx], *[b-ckjrt3x7sx]:before, *[b-ckjrt3x7sx]:after {
    box-sizing: inherit;
}

/* Footer altındaki boşluğu tamamen kaldır */
.footer-section[b-ckjrt3x7sx]::after {
    content: "";
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
}

/* Container'ların alt boşluklarını kaldır */
.container[b-ckjrt3x7sx] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Footer Responsive */
/* Layout mobile tweaks */
@media (max-width: 576px) {
    .logo-img[b-ckjrt3x7sx] {
        height: 120px !important;
        max-width: 220px !important;
    }

    .main-header[b-ckjrt3x7sx] {
        position: relative;
    }

        .main-header .container[b-ckjrt3x7sx] {
            display: flex;
            align-items: flex-start;
            gap: .5rem;
        }

        .main-header nav.navbar[b-ckjrt3x7sx] {
            margin-left: auto;
        }

        .main-header .navbar-toggler[b-ckjrt3x7sx] {
            position: static;
            margin-left: auto;
            margin-top: -8px;
            transform: none;
        }

    /* Footer mobile alignment */
    .footer-brand[b-ckjrt3x7sx] {
        text-align: center;
    }

        .footer-brand .footer-logo[b-ckjrt3x7sx] {
            display: block !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
}


/* Prevent footer touching content on mobile/tablet */
@media (max-width: 768px) {
    footer[b-ckjrt3x7sx], .footer-section[b-ckjrt3x7sx] {
        margin-top: 60px !important;
        position: relative !important;
    }

    main[b-ckjrt3x7sx], .content[b-ckjrt3x7sx], .page-body[b-ckjrt3x7sx] {
        padding-bottom: 60px !important;
        margin-bottom: 60px !important;
    }
}


/* Footer'ı sayfanın tam altına yapıştır - Güçlendirilmiş */
.footer-section[b-ckjrt3x7sx] {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.footer-section .container[b-ckjrt3x7sx] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Main content'e footer yüksekliği kadar padding ekle */
main[b-ckjrt3x7sx] {
    padding-bottom: 350px !important; /* Footer yüksekliği kadar */
}

/* Sayfa scroll olduğunda footer'ın altında boşluk kalmaması için */
html[b-ckjrt3x7sx] {
    scroll-padding-bottom: 0 !important;
    height: 100vh !important;
}

body[b-ckjrt3x7sx] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    height: 100vh !important;
    max-height: 100vh !important;
}

/* Bootstrap container override */
.container-fluid[b-ckjrt3x7sx], .container[b-ckjrt3x7sx], .container-sm[b-ckjrt3x7sx], .container-md[b-ckjrt3x7sx], .container-lg[b-ckjrt3x7sx], .container-xl[b-ckjrt3x7sx], .container-xxl[b-ckjrt3x7sx] {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Viewport fix */
html[b-ckjrt3x7sx], body[b-ckjrt3x7sx] {
    max-height: 100vh !important;
    overflow-y: auto !important;
}

/* About Page Styles */
.about-hero[b-ckjrt3x7sx] {
    background-color: #f8f9fa;
    min-height: 200px;
    margin-bottom: 0;
}

.about-content[b-ckjrt3x7sx] {
    background-color: #fff;
    padding-bottom: 400px !important; /* Footer yüksekliği kadar boşluk */
}

.about-title[b-ckjrt3x7sx] {
    font-size: 4rem;
    font-weight: 300;
    color: #333;
    line-height: 1.1;
    margin: 0;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: -1px;
}

.about-lead-text[b-ckjrt3x7sx] {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #666;
    font-weight: 400;
    margin: 0;
}


.about-paragraph[b-ckjrt3x7sx] {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
    text-align: justify;
}

/* About Page Responsive */
@media (max-width: 991px) {
    .about-title[b-ckjrt3x7sx] {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .about-lead-text[b-ckjrt3x7sx] {
        text-align: center;
        font-size: 1.1rem;
    }
    
    .about-hero[b-ckjrt3x7sx] {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about-title[b-ckjrt3x7sx] {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .about-lead-text[b-ckjrt3x7sx] {
        font-size: 1rem;
    }
    
    .about-paragraph[b-ckjrt3x7sx] {
        font-size: 0.95rem;
        text-align: left;
    }
    
    .about-hero[b-ckjrt3x7sx] {
        padding: 3rem 0 !important;
    }
    
    .about-content[b-ckjrt3x7sx] {
        padding: 3rem 0 320px 0 !important; /* Footer yüksekliği kadar alt padding */
    }
}

@media (max-width: 576px) {
    .about-title[b-ckjrt3x7sx] {
        font-size: 2.2rem;
    }
    
    .about-lead-text[b-ckjrt3x7sx] {
        font-size: 0.95rem;
    }
    
    .about-paragraph[b-ckjrt3x7sx] {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}


