﻿
/* Body Background - Beyaz/Temiz */
body {
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

/* Header & Navigation Improvements */
.theme-main-menu {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(36, 64, 52, 0.1);
    transition: all 0.3s ease;
}

    .theme-main-menu.fixed-header {
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    }

.navbar-nav .nav-link {
    color: #244034 !important;
    font-weight: 500;
    padding: 12px 18px !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #00BF58 !important;
        background-color: rgba(0, 191, 88, 0.1);
    }

    .navbar-nav .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: #00BF58;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
        width: 80%;
    }

/* Logo Improvements */
.logo img {
    height: 45px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

/* Login Button Improvements */
.login-btn-five {
    color: #244034 !important;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .login-btn-five:hover {
        background-color: rgba(36, 64, 52, 0.1);
        color: #00BF58 !important;
    }

.btn-five {
    background: linear-gradient(45deg, #244034 0%, #00BF58 100%);
    color: white !important;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(36, 64, 52, 0.3);
}

    .btn-five:hover {
        background: linear-gradient(45deg, #00BF58 0%, #244034 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(36, 64, 52, 0.4);
        color: white !important;
    }

/* Dropdown Menu Improvements */
.dropdown-menu {
    min-width: 280px;
    border: none;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
    border-radius: 15px;
    padding: 15px 0;
    margin-top: 15px;
    background: white;
}

.dropdown-item {
    padding: 12px 25px;
    transition: all 0.3s ease;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #244034;
}

    .dropdown-item:hover {
        background: linear-gradient(45deg, rgba(36, 64, 52, 0.05) 0%, rgba(0, 191, 88, 0.05) 100%);
        color: #00BF58;
        transform: translateX(5px);
    }

    .dropdown-item.text-danger:hover {
        background: rgba(220, 53, 69, 0.1);
        color: #dc3545;
    }

    .dropdown-item i {
        width: 20px;
        margin-right: 10px;
        opacity: 0.7;
    }

.dropdown-header {
    padding: 15px 25px 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(36, 64, 52, 0.1);
}

.dropdown-divider {
    margin: 10px 0;
    border-color: rgba(36, 64, 52, 0.1);
}

.login-btn-three.dropdown-toggle::after {
    margin-left: 10px;
}

.theme-main-menu .login-btn-three {
    background-color: #00BF58 !important;
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 191, 88, 0.3);
    transition: all 0.3s ease;
}

    .theme-main-menu .login-btn-three:hover {
        background-color: #244034 !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(36, 64, 52, 0.4);
    }

/* Mega Menu Improvements - Düzeltildi */
.mega-dropdown-sm {
    position: static;
}

    .mega-dropdown-sm .dropdown-menu {
        width: 100%;
        max-width: 600px;
        left: auto !important;
        transform: none !important;
        right: auto !important;
        position: absolute !important;
        top: 100% !important;
        margin-top: 0 !important;
    }

/* Navbar item positioning fix */
.navbar-nav .nav-item.mega-dropdown-sm {
    position: relative !important;
}

    .navbar-nav .nav-item.mega-dropdown-sm .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        transform: none !important;
        margin-left: 0 !important;
        z-index: 1050;
    }

.mega-menu-title {
    color: #244034;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00BF58;
    font-size: 16px;
}

.mega-dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mega-dropdown-list li {
        margin-bottom: 8px;
    }

    .mega-dropdown-list .dropdown-item {
        padding: 8px 15px;
        border-radius: 8px;
        font-size: 14px;
    }

/* Footer Improvements */
.footer-one {
    background: linear-gradient(135deg, #244034 0%, #1a2f26 100%);
    position: relative;
    overflow: hidden;
}

    .footer-one::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"><circle cx="50" cy="50" r="1" fill="%2300BF58" opacity="0.1"/></svg>') repeat;
        background-size: 50px 50px;
    }

    .footer-one .inner-wrapper {
        position: relative;
        z-index: 2;
        padding: 80px 0 50px;
    }

.footer-title {
    color: white !important;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}

    .footer-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 40px;
        height: 2px;
        background: #00BF58;
    }

.footer-nav-link {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-nav-link li {
        margin-bottom: 12px;
    }

    .footer-nav-link a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }

        .footer-nav-link a:hover {
            color: #00BF58;
            transform: translateX(5px);
        }

        .footer-nav-link a::before {
            content: '→';
            margin-right: 8px;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .footer-nav-link a:hover::before {
            opacity: 1;
        }

/* Newsletter Section */
.footer-newsletter {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

    .footer-newsletter form {
        margin-top: 20px;
    }

    .footer-newsletter input {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        padding: 12px 15px;
        border-radius: 8px 0 0 8px;
        flex: 1;
    }

        .footer-newsletter input::placeholder {
            color: rgba(255, 255, 255, 0.6);
        }

    .footer-newsletter button {
        background: linear-gradient(45deg, #00BF58 0%, #244034 100%);
        border: none;
        color: white;
        padding: 12px 20px;
        border-radius: 0 8px 8px 0;
        font-weight: 600;
        transition: all 0.3s ease;
    }

        .footer-newsletter button:hover {
            background: linear-gradient(45deg, #244034 0%, #00BF58 100%);
            transform: scale(1.05);
        }

    .footer-newsletter .note {
        color: rgba(255, 255, 255, 0.6);
        font-size: 12px;
        margin-top: 10px;
    }

/* Bottom Footer */
.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
}

.social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

    .social-icon a {
        width: 45px;
        height: 45px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.3s ease;
        font-size: 18px;
    }

        .social-icon a:hover {
            background: #00BF58;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 191, 88, 0.4);
        }

.bottom-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

    .bottom-nav a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease;
    }

        .bottom-nav a:hover {
            color: #00BF58;
        }

/* Scroll to top button */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #244034 0%, #00BF58 100%);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 15px rgba(36, 64, 52, 0.3);
}

    .scroll-top:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(36, 64, 52, 0.4);
    }

/* Mobile responsive */
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 250px;
        left: auto !important;
        right: 0 !important;
    }

    .mega-dropdown-sm .dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        max-width: none !important;
        box-shadow: none !important;
        border: none !important;
        background: rgba(244, 244, 244, 0.95) !important;
        margin-top: 0 !important;
        left: 0 !important;
    }

    .navbar-nav .nav-item.mega-dropdown-sm {
        position: static !important;
    }

    .navbar-nav .nav-link {
        padding: 10px 15px !important;
    }

    .footer-one .inner-wrapper {
        padding: 50px 0 30px;
    }

    .footer-newsletter {
        margin-top: 30px;
    }

    .social-icon {
        justify-content: center;
        margin-bottom: 20px;
    }

    .bottom-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .scroll-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #244034 0%, #00BF58 100%);
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(45deg, #00BF58 0%, #244034 100%);
    }

.footer-one {
    padding-top: 10px !important;
}
.whatsapp-support {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

    .whatsapp-support:hover {
        transform: scale(1.1);
        text-decoration: none;
        color: white;
    }
