/* ===== TEMEL STİLLER ===== */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

/* Selection Renkleri */
::selection {
    background-color: #dc3545;
    color: #ffffff;
}

::-moz-selection {
    background-color: #dc3545;
    color: #ffffff;
}

/* Scrollbar Renkleri */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #dc3545, #c82333);
    border-radius: 6px;
    border: 2px solid #f1f1f1;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #c82333, #dc3545);
    }

/* Firefox için scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #dc3545 #f1f1f1;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    body {
        padding-top: 60px !important;
    }
}

body {
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    padding-top: 140px; /* Fixed header için padding */
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #dc3545;
}

/* ===== CUSTOM TN- SINIFLARI ===== */
/* Hero Section Stilleri */
.tn-hero-section {
    background: linear-gradient(135deg, #000000 0%, #e8e8e8 100%);
    position: relative;
    overflow: hidden;
    min-height: 70vh;
}

    .tn-hero-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
        opacity: 0.1;
    }

.tn-hero-content {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .tn-hero-content {
        margin-top: 4rem;
        margin-bottom: 5rem;
    }

    .tn-entry-image {
        width: 400px;
        margin: auto;
        display: flex;
    }
}

.tn-hero-image {
    position: relative;
    z-index: 2;
}

.tn-hero-title {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tn-hero-subtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    opacity: 0.95;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tn-hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    line-height: 1.7;
}

.min-vh-50 {
    min-height: 50vh;
}

/* Buton Stilleri */
.tn-btn-primary {
    font-family: 'Oswald', sans-serif;
    background: linear-gradient(45deg, #dc3545, #c82333);
    border: none;
    color: white;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

    .tn-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
        background: linear-gradient(45deg, #c82333, #dc3545);
    }

.tn-btn-outline {
    font-family: 'Oswald', sans-serif;
    border: 2px solid #fff;
    color: #ff4b4b;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: transparent;
}

    .tn-btn-outline:hover {
        background: #fff;
        color: #dc3545;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
    }

/* Kart Stilleri */
.tn-service-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    background: #fff;
}

    .tn-service-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    }

    .tn-service-card .card-body {
        padding: 2rem;
        text-align: center;
    }

    .tn-service-card .card-img-top {
        height: 200px;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .tn-service-card:hover .card-img-top {
        transform: scale(1.05);
    }

.tn-service-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #dc3545, #c82333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tn-service-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tn-service-description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* İçerik Bölümü Stilleri */
.tn-content-section {
    padding: 4rem 0;
}

.tn-section-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tn-section-description {
    color: #666;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Özellik Listesi Stilleri */
.tn-feature-list {
    list-style: none;
    padding: 0;
}

.tn-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .tn-feature-item:hover {
        background: #e9ecef;
        transform: translateX(5px);
    }

.tn-feature-icon {
    color: #dc3545;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.tn-feature-content h6 {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.tn-feature-content p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
}

/* İletişim Kartı Stilleri */
.tn-contact-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    background: #fff;
}

.tn-contact-header {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    padding: 1.5rem;
    text-align: center;
}

.tn-contact-title {
    font-weight: 700;
    margin: 0;
    font-size: 1.2rem;
}

.tn-contact-body {
    padding: 2rem;
    text-align: center;
}

.tn-phone-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #dc3545;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.tn-contact-btn {
    width: 100%;
    margin-bottom: 1rem;
    padding: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tn-contact-info {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-top: 1rem;
}

/* CTA Bölümü Stilleri */
.tn-cta-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.tn-cta-title {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-weight: 700;
    color: #dc3545;
    margin-bottom: 1rem;
    font-size: 2rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tn-cta-subtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tn-cta-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Header Stilleri */
.tn-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    transition: all 0.3s ease;
}

    .tn-header.scrolled {
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    }

/* Top Bar Stilleri */
.tn-top-bar {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ecf0f1;
    padding: 8px 0;
    font-size: 0.9rem;
    border-bottom: 1px solid #495057;
}

.tn-top-link {
    color: #ecf0f1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

    .tn-top-link:hover {
        color: #dc3545;
        text-decoration: none;
    }

.tn-social-link {
    color: #bdc3c7;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
}

    .tn-social-link:hover {
        color: #fff;
        background: #dc3545;
        transform: translateY(-2px);
    }

/* Navbar Stilleri */
.navbar-toggler-icon {
    color: #fff;
    background: #e74d4d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1.5rem;
}

.tn-navbar {
    background: #1d1d1d !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    padding: 1.5rem 0;
}

.tn-navbar-brand {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #dc3545 !important;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .tn-navbar-brand:hover {
        color: #c82333 !important;
        transform: scale(1.05);
    }

.tn-logo {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.tn-nav-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #fff !important;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem !important;
    border-radius: 8px;
    margin: 0 0.25rem;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

    .tn-nav-link:hover {
        color: #dc3545 !important;
        background: rgba(220, 53, 69, 0.1);
        transform: translateY(-2px);
    }

    .tn-nav-link::after {
        content: '';
        position: absolute;
        bottom: 5px;
        left: 50%;
        width: 0;
        height: 3px;
        background: linear-gradient(45deg, #dc3545, #c82333);
        transition: all 0.3s ease;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .tn-nav-link:hover::after {
        width: 80%;
    }

/* Header Butonları */
.tn-btn-call {
    background: linear-gradient(45deg, #dc3545, #c82333);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

    .tn-btn-call:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
        background: linear-gradient(45deg, #c82333, #dc3545);
        color: #fff;
    }

.tn-btn-whatsapp {
    background: linear-gradient(45deg, #25d366, #128c7e);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

    .tn-btn-whatsapp:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
        background: linear-gradient(45deg, #128c7e, #25d366);
        color: #fff;
    }

/* Responsive Header */
@media (max-width: 991.98px) {
    .tn-navbar {
        padding: 0.75rem 0;
    }

    .tn-navbar-brand {
        font-size: 1.4rem;
    }

    .tn-nav-link {
        padding: 0.5rem 0.75rem !important;
        margin: 0.25rem 0;
    }

    .tn-btn-call,
    .tn-btn-whatsapp {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
        margin: 0.25rem 0;
    }
}

@media (max-width: 767.98px) {
    .tn-top-bar {
        display: none;
    }

    .tn-navbar {
        padding: 0.5rem 0;
    }

    .tn-navbar-brand {
        font-size: 1.2rem;
    }
}

/* Footer Stilleri */
.tn-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #ffffff;
    padding: 3rem 0 1rem;
    position: relative;
}

@media screen and (max-width: 768px) {
    .tn-footer {
        padding-bottom: 5rem;
    }
}

.tn-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #c82333, #dc3545);
}

.tn-footer-brand {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-weight: 700;
    color: #dc3545;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tn-footer-links {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

    .tn-footer-links:hover {
        color: #dc3545;
        transform: translateX(5px);
    }

/* Default Link Stilleri */
a {
    color: #dc3545;
    text-decoration: none;
    transition: all 0.3s ease;
}

    a:hover {
        color: #c82333;
        text-decoration: none;
    }

    a:focus {
        outline: 2px solid #dc3545;
        outline-offset: 2px;
    }

/* Fixed Butonlar */
.tn-fixed-phone {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #28a745, #20c997);
    border: none;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tn-fixed-phone:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(40, 167, 69, 0.6);
        color: #fff;
    }

.tn-scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #dc3545, #c82333);
    border: none;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tn-scroll-top:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(220, 53, 69, 0.6);
        color: #fff;
    }

/* Swiper Galeri Stilleri */
.tn-gallery-swiper {
    padding: 2rem 0;
    overflow: hidden;
}

.tn-gallery-item {
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .tn-gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    }

    .tn-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .tn-gallery-item:hover img {
        transform: scale(1.05);
    }

/* Swiper Navigation Butonları */
.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #dc3545 !important;
    background: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next';
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px !important;
    }

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev';
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px !important;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: #dc3545;
        color: white !important;
        transform: scale(1.1);
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 20px;
        font-weight: bold;
    }

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #dc3545;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

/* Galeri Kart Stilleri */
.tn-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 300px;
}

    .tn-gallery-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    }

    .tn-gallery-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    .tn-gallery-card:hover img {
        transform: scale(1.1);
    }

.tn-gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.tn-gallery-card:hover .tn-gallery-overlay {
    transform: translateY(0);
}

.tn-gallery-overlay h5 {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.tn-gallery-overlay p {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.9;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .tn-hero-title {
        font-size: 2rem;
    }

    .tn-hero-subtitle {
        font-size: 1.2rem;
    }

    .tn-cta-title {
        font-size: 1.5rem;
    }

    .tn-cta-subtitle {
        font-size: 1.1rem;
    }

    .tn-service-card .card-body {
        padding: 1.5rem;
    }

    .tn-contact-body {
        padding: 1.5rem;
    }

    .tn-phone-number {
        font-size: 1.5rem;
    }
}

/* Animasyon Gecikmeleri */
.tn-delay-1 {
    animation-delay: 0.1s;
}

.tn-delay-2 {
    animation-delay: 0.2s;
}

.tn-delay-3 {
    animation-delay: 0.3s;
}

.tn-delay-4 {
    animation-delay: 0.4s;
}

.tn-delay-5 {
    animation-delay: 0.5s;
}

.tn-delay-6 {
    animation-delay: 0.6s;
}

.tn-delay-7 {
    animation-delay: 0.7s;
}

.tn-delay-8 {
    animation-delay: 0.8s;
}

.tn-delay-9 {
    animation-delay: 0.9s;
}

.tn-delay-10 {
    animation-delay: 1.0s;
}
