/*  Modern Header & Footer Styles */

/* Modern Header Styles */
.header-12 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-12::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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.header-top {
    background: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 3;
    padding: 8px 0;
}

.header-top .header-left a {
    color: #b3d9ff;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.header-top .header-left a:hover {
    color: #ffffff;
}

.header-top .header-left a i {
    margin-right: 8px;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 6px;
    border-radius: 50%;
    font-size: 0.8rem;
}

.top-menu > li > a {
    color: #b3d9ff !important;
    font-size: 0.9rem;
    padding: 8px 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.top-menu > li > a:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.dropdown-links {
    background: rgba(26, 26, 46, 0.95) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dropdown-links li a {
    color: #b3d9ff !important;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.dropdown-links li a:hover {
    background: rgba(0, 123, 255, 0.2) !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

.dropdown-links li a i {
    margin-right: 10px;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 6px;
    border-radius: 6px;
    font-size: 0.9rem;
}

.header-middle {
    position: relative;
    z-index: 3;
    padding: 12px 0;
}

.logo img {
    filter: brightness(1.1);
    transition: all 0.3s ease;
}

.logo:hover img {
    transform: scale(1.05);
}

.mobile-menu-toggler {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.mobile-menu-toggler:hover {
    background: rgba(0, 123, 255, 0.2);
    transform: translateY(-2px);
}

.header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.header-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.header-tagline {
    text-align: center;
}

.tagline-text {
    color: #b3d9ff;
    font-size: 1.7rem;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #b3d9ff, #ffffff, #b3d9ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-contact-info {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
}

.header-email {
    color: #b3d9ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.header-email:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

.header-email i {
    color: #007bff;
    font-size: 1.6rem;
}

.header-hours {
    color: #b3d9ff;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.6rem;
}

.header-hours i {
    color: #28a745;
    font-size: 0.75rem;
}

.header-divider {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 300;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    color: #b3d9ff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.header-social-icon:hover {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.header-social-icon.instagram:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.header-social-icon.whatsapp:hover {
    background: #25d366;
}

.header-social-icon.linkedin:hover {
    background: #0077b5;
}

.header-social-icon.facebook:hover {
    background: #1877f2;
}

.header-social-icon.twitter:hover {
    background: #000000;
}

.header-social-icon.phone:hover {
    background: #28a745;
}

.header-search-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.header-search-wrapper:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.2);
}

.header-search-wrapper .form-control {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 12px 20px;
}

.header-search-wrapper .form-control::placeholder {
    color: #b3d9ff;
}

.header-search-wrapper .form-control:focus {
    background: transparent;
    color: #ffffff;
    box-shadow: none;
}

.header-search-wrapper .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 3px;
    transition: all 0.3s ease;
}

.header-search-wrapper .btn-primary:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);
}

         .header-bottom {
     background: rgba(0, 0, 0, 0.4);
     backdrop-filter: blur(15px);
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     position: relative;
     z-index: 3;
 }

 .header-bottom-content {
     display: flex;
     width: 100%;
     align-items: center;
     padding: 10px 0;
 }

.category-dropdown .dropdown-toggle {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 25px;
    border: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.category-dropdown .dropdown-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
}

.category-dropdown .dropdown-menu {
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
}

.menu-vertical li a {
    color: #b3d9ff !important;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.menu-vertical li a:hover {
    background: rgba(0, 123, 255, 0.2) !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

.menu-vertical li a i {
    margin-right: 10px;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 6px;
    border-radius: 6px;
}

.main-nav .menu > li > a {
    color: #b3d9ff !important;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.main-nav .menu > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.main-nav .menu > li > a:hover::before {
    left: 100%;
}

.main-nav .menu > li > a:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.main-nav .menu > li:hover > ul {
    background: rgba(26, 26, 46, 0.95);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.main-nav .menu ul li a {
    color: #b3d9ff !important;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 5px;
    transition: all 0.3s ease;
}

.main-nav .menu ul li a:hover {
    background: rgba(0, 123, 255, 0.2) !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

/* Sticky Header Enhancement */
.sticky-header.fixed {
    background: rgba(26, 26, 46, 0.95) !important;
    backdrop-filter: blur(20px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

/* Mobile Menu Enhancements */
.mobile-menu-container {
    background: rgba(26, 26, 46, 0.98);
    backdrop-filter: blur(20px);
}

.mobile-menu-wrapper {
    background: transparent;
}

.mobile-search .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 25px;
}

.mobile-search .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 25px;
}

.nav-pills-mobile .nav-link {
    background: rgba(255, 255, 255, 0.1);
    color: #b3d9ff;
    border-radius: 25px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.nav-pills-mobile .nav-link.active {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #ffffff;
}

.mobile-menu li a {
    color: #b3d9ff !important;
    padding: 12px 20px;
    border-radius: 8px;
    margin: 2px 0;
    transition: all 0.3s ease;
}

.mobile-menu li a:hover {
    background: rgba(0, 123, 255, 0.2) !important;
    color: #ffffff !important;
    transform: translateX(5px);
}

/* Animation for header elements */
.header-12 * {
    animation: fadeInDown 0.6s ease-out;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-middle {
        padding: 10px 0;
    }
    
    .header-search-wrapper {
        margin-top: 15px;
    }
    
    .category-dropdown .dropdown-toggle {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .header-social-icons {
        gap: 6px;
    }

    .header-social-icon {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .header-center {
        gap: 10px;
    }

    .header-info {
        display: none; /* Mobilde gizle */
    }

    .header-tagline {
        display: none;
    }

    .header-contact-info {
        flex-direction: column;
        gap: 5px;
    }

    .header-email span,
    .header-hours span {
        display: none; /* Mobilde sadece ikonlar görünsün */
    }

    .header-divider {
        display: none;
    }
}

/* Tablet view için orta boyut */
@media (max-width: 992px) and (min-width: 769px) {
    .tagline-text {
        font-size: 0.95rem;
    }

    .header-contact-info {
        font-size: 0.75rem;
        gap: 8px;
    }

    .header-email span,
    .header-hours span {
        font-size: 0.7rem;
    }
}
/* Modern Footer Styles */
.footer-2 {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.footer-2::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="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.footer-middle {
    position: relative;
    z-index: 2;
    padding: 60px 0 40px;
}

.widget-title-modern {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 12px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.widget-title-modern i {
    font-size: 1.9rem;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 8px;
    border-radius: 8px;
    margin-right: 12px;
}

.widget-title-modern::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    border-radius: 2px;
}

.footer-logo-section {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.social-icons-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icon-modern {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white;
}

.contact-info-modern {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.contact-details strong {
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.contact-link {
    color: #b3d9ff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #ffffff;
}

.quick-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quick-links li {
    margin-bottom: 12px;
}

.quick-links a {
    color: #b3d9ff;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
    font-size: 1.7rem;
}

.quick-links a i {
    font-size: 0.9rem;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.quick-links a:hover {
    background: rgba(0, 123, 255, 0.2);
    color: #ffffff;
    transform: translateX(5px);
}

.quick-links a:hover i {
    background: rgba(0, 123, 255, 0.3);
    color: #ffffff;
}

.newsletter-section {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
}

.newsletter-title i {
    font-size: 1rem;
    color: #007bff;
    background: rgba(0, 123, 255, 0.1);
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
}

.newsletter-text {
    color: #b3d9ff;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 8px 0 0 8px;
}

.newsletter-input::placeholder {
    color: #b3d9ff;
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #007bff;
    color: #ffffff;
    box-shadow: none;
}

.newsletter-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-1px);
}

.footer-bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-middle {
        padding: 40px 0 30px;
    }
    
    .social-icons-footer {
        justify-content: center;
    }
    
    .footer-logo-section {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .contact-info-modern,
    .newsletter-section {
        margin-bottom: 30px;
    }
}

/* Animation for footer elements */
.widget {
    animation: fadeInUp 0.6s ease-out;
}

.widget:nth-child(2) {
    animation-delay: 0.2s;
}

.widget:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

