/*=======================================================================
  Akdeniz Airsoft Custom Styles
  Author: Akdeniz Airsoft
  Version: 1.1
=========================================================================*/

/* =========================================
   [00] CONTAINER & LAYOUT OVERRIDES
========================================= */
@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        width: 1440px;
    }
}

/* =========================================
   [01] GLOBAL STYLES
========================================= */
/* Font Override - Turkish Character Support */
body,
html,
p, span, div, a, li, td, th,
input, textarea, select, button,
.form-control, .btn {
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.heading, .title,
.mainNav ul li a,
.header h1, .header h2, .header h3, .header h4, .header h5, .header h6,
.widgetTitle, .pageTitle h2,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', 'Oswald', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* =========================================
   [02] SECTION HERO - Modern Title Component
========================================= */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        width: 0;
    }
    to {
        width: 60px;
    }
}

@keyframes diamondPulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@keyframes glowPulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 71, 87, 0.4);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 71, 87, 0.8);
    }
}

.section-hero {
    text-align: center;
    padding: 70px 30px;
    position: relative;
    margin-bottom: 50px;
    background: linear-gradient(135deg, rgba(255, 71, 87, 0.08) 0%, rgba(20, 20, 20, 0.9) 50%, rgba(255, 71, 87, 0.05) 100%);
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 71, 87, 0.15);
}

.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgba(255, 71, 87, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgba(255, 71, 87, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.section-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 71, 87, 0.6), transparent);
    border-radius: 2px;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 28px;
    background: rgba(255, 71, 87, 0.15);
    border: 2px solid rgba(255, 71, 87, 0.5);
    border-radius: 50px;
    margin-bottom: 32px;
    animation: fadeInUp 0.6s ease-out;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(255, 71, 87, 0.2);
}

.hero-badge:hover {
    background: rgba(255, 71, 87, 0.25);
    border-color: rgba(255, 71, 87, 0.7);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 71, 87, 0.3);
}

.badge-icon {
    font-size: 20px;
    filter: drop-shadow(0 0 8px rgba(255, 71, 87, 0.6));
}

.badge-text,
.section-hero .hero-badge .badge-text {
    font-family: 'JetBrains Mono', 'SF Mono', 'Fira Code', 'Courier New', monospace !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    color: #ff4757 !important;
    text-transform: uppercase !important;
    text-shadow: 0 0 20px rgba(255, 71, 87, 0.5) !important;
}

/* Hero Title */
.hero-title {
    font-family: 'Inter', 'Oswald', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin: 0 0 24px 0 !important;
    animation: fadeInUp 0.7s ease-out 0.1s both;
    color: #ffffff !important;
}

.hero-title .title-accent,
.section-hero .hero-title .title-accent,
.title-accent {
    display: block !important;
    color: #ff4757 !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-bottom: 12px !important;
    text-shadow: 0 0 40px rgba(255, 71, 87, 0.6) !important;
}

.hero-title .title-main,
.section-hero .hero-title .title-main,
.title-main {
    display: block !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 56px !important;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3) !important;
}

/* Hero Description */
.hero-description,
.section-hero .hero-description,
.section-hero p.hero-description {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 650px !important;
    margin: 0 auto 36px auto !important;
    line-height: 1.8 !important;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-description .highlight,
.section-hero .hero-description .highlight {
    color: #ff4757 !important;
    font-weight: 600 !important;
    position: relative !important;
    display: inline-block !important;
}

.hero-description .highlight::after,
.section-hero .hero-description .highlight::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background: #ff4757 !important;
    opacity: 0.8 !important;
    border-radius: 2px !important;
}

/* Hero Decorations */
.hero-decorations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    animation: fadeInUp 0.9s ease-out 0.3s both;
}

.deco-line {
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, #ff4757, transparent);
    border-radius: 3px;
    animation: slideIn 0.8s ease-out 0.5s both;
}

.deco-line.left {
    background: linear-gradient(90deg, transparent, #ff4757);
}

.deco-line.right {
    background: linear-gradient(90deg, #ff4757, transparent);
}

.deco-diamond {
    width: 14px;
    height: 14px;
    background: #ff4757;
    transform: rotate(45deg);
    animation: diamondPulse 2s ease-in-out infinite;
    box-shadow: 0 0 25px rgba(255, 71, 87, 0.7);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .section-hero {
        padding: 50px 20px;
        margin-bottom: 40px;
    }
    
    .hero-title {
        font-size: 44px;
    }
    
    .hero-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .section-hero {
        padding: 40px 15px;
        margin-bottom: 30px;
        border-radius: 16px;
    }
    
    .hero-badge {
        padding: 8px 18px;
        margin-bottom: 20px;
    }
    
    .badge-text {
        font-size: 10px;
        letter-spacing: 2px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-title .title-accent {
        font-size: 0.5em;
        margin-bottom: 4px;
    }
    
    .hero-description {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 24px;
    }
    
    .deco-line {
        width: 40px;
    }
    
    .deco-diamond {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .section-hero {
        padding: 30px 12px;
    }
    
    .hero-title {
        font-size: 26px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-badge {
        padding: 6px 14px;
        gap: 8px;
    }
    
    .badge-icon {
        font-size: 14px;
    }
    
    .badge-text {
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}

/* Modern Title Design - Legacy */
.titleHead.modern-title {
    text-align: center;
    margin-bottom: 50px;
}

.titleHead.modern-title .title-subtitle {
    display: block;
    color: #c0392b;
    font-family: 'Inter', 'Oswald', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.titleHead.modern-title .title-subtitle::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #c0392b, transparent);
}

.titleHead.modern-title .title-main {
    color: #fff;
    font-family: 'Inter', 'Oswald', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    margin: 20px 0 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.titleHead.modern-title .title-description {
    color: #aaa;
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    font-style: italic;
    letter-spacing: 0.5px;
}

/* Legacy Support - Keep old structure working */
.titleHead h1:not(.title-main),
.sectionTitle h1:not(.title-main) {
    color: #c0392b !important;
    font-family: 'Inter', 'Oswald', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    margin-bottom: 5px !important;
    letter-spacing: 1px !important;
}

.titleHead h2.color_gray,
.sectionTitle h2.color_gray {
    color: #c0392b !important;
}

h2.color_gray,
.titleHead h2:not(.title-main),
.sectionTitle h2:not(.title-main),
h2 {
    font-family: 'Inter', 'Oswald', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-feature-settings: "liga" 1, "kern" 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Responsive Modern Titles */
@media (max-width: 991px) {
    .titleHead.modern-title .title-main {
        font-size: 38px;
    }
    
    .titleHead.modern-title .title-description {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .titleHead.modern-title {
        margin-bottom: 40px;
    }
    
    .titleHead.modern-title .title-subtitle {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 12px;
    }
    
    .titleHead.modern-title .title-main {
        font-size: 28px;
        margin: 15px 0 12px 0;
    }
    
    .titleHead.modern-title .title-description {
        font-size: 15px;
    }
}

.mainNav ul li { 
    margin: 0 10px !important; 
}

.header-info-text {
    font-size: 20px;
}

.header-auth-buttons {
    display: flex;
    gap: 8px;
    align-items: center;
}

.page-bg {
    background-image: url('https://cdn.akdenizairsoft.com/assets/images/slider/s11.jpg');
}

/* =========================================
   [01.1] HEADER ALWAYS VISIBLE
========================================= */
.header.isFixed,
.header.isSticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    background-color: rgba(17, 17, 17, 0.98) !important;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* Add padding to body when header is fixed */
body.has-fixed-header {
    padding-top: 80px;
}

/* Genel Dark Background */
body {
    background: #0f0f0f !important;
}

.box {
    background: #0f0f0f;
}

/* Hide the headerTop section on scroll - we keep header always visible */
.headerTop {
    display: none;
}

/* Slider section adjustment - Optimized for better UX */
.slider1 {
    margin-top: 0;
}

#slider {
    max-height: 65vh !important;
    min-height: 500px;
    overflow: hidden;
}

#slider .tp-banner {
    max-height: 65vh !important;
    min-height: 500px;
}

#slider .tp-banner ul li {
    max-height: 65vh !important;
    min-height: 500px;
}

#slider .tp-banner ul li img {
    object-fit: cover;
    height: 100%;
    max-height: 65vh;
    min-height: 500px;
}

/* Slider content adjustments */
#slider .rev1con h2 {
    font-size: 42px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
}

#slider .rev1con p {
    font-size: 18px !important;
    line-height: 1.6 !important;
}

/* Responsive slider adjustments */
@media (max-width: 991px) {
    #slider {
        max-height: 55vh !important;
        min-height: 450px;
    }
    
    #slider .tp-banner,
    #slider .tp-banner ul li,
    #slider .tp-banner ul li img {
        max-height: 55vh !important;
        min-height: 450px;
    }
    
    #slider .rev1con h2 {
        font-size: 32px !important;
    }
    
    #slider .rev1con p {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    #slider {
        max-height: 50vh !important;
        min-height: 400px;
    }
    
    #slider .tp-banner,
    #slider .tp-banner ul li,
    #slider .tp-banner ul li img {
        max-height: 50vh !important;
        min-height: 400px;
    }
    
    #slider .rev1con h2 {
        font-size: 24px !important;
    }
    
    #slider .rev1con p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
}

/* =========================================
   PAGE TITLE & BREADCRUMB STYLES
========================================= */
.pageTitle {
    margin-top: 0;
    padding: 100px 0 40px;
    position: relative;
    overflow: hidden;
}

.pageTitle.page-bg {
    background-image: url('https://cdn.akdenizairsoft.com/assets/images/slider/s11.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pageTitle.page-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.95) 0%, rgba(26, 26, 26, 0.9) 100%);
    z-index: 1;
}

.pageTitle .container {
    position: relative;
    z-index: 2;
}

.pageTitleText {
    text-align: center;
}

.pageTitleText h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Inter', 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.pageTitleText h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #c0392b, transparent);
    border-radius: 2px;
}

/* Breadcrumbs */
.breadCrumbs {
    list-style: none;
    padding: 0;
    margin: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.breadCrumbs li {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.5px;
}

.breadCrumbs li::after {
    content: '/';
    margin: 0 15px;
    color: #555;
    font-weight: 300;
}

.breadCrumbs li:last-child::after {
    display: none;
}

.breadCrumbs li:last-child {
    color: #c0392b;
    font-weight: 600;
}

.breadCrumbs li a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.breadCrumbs li a::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c0392b'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.breadCrumbs li a:hover {
    color: #c0392b;
}

/* Responsive Page Title */
@media (max-width: 991px) {
    .pageTitle {
        padding: 80px 0 35px;
    }
    
    .pageTitleText h2 {
        font-size: 32px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .pageTitle {
        padding: 70px 0 30px;
    }
    
    .pageTitleText h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
    }
    
    .pageTitleText h2::after {
        width: 60px;
        height: 3px;
    }
    
    .breadCrumbs {
        margin-top: 20px;
    }
    
    .breadCrumbs li {
        font-size: 13px;
    }
    
    .breadCrumbs li::after {
        margin: 0 10px;
    }
    
    .breadCrumbs li a::before {
        width: 14px;
        height: 14px;
    }
}

/* =========================================
   [01.2] HEADER RIGHT SECTION
========================================= */
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    height: 100%;
}

.header-row {
    display: flex;
    align-items: center;
}

/* =========================================
   [01.3] HAMBURGER MENU
========================================= */
.hamburger-menu {
    display: none;
    cursor: pointer;
    padding: 8px;
    margin-left: 10px;
}

.hamburger-menu span {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.hamburger-menu:hover span {
    background-color: #c0392b;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* =========================================
   [01.4] MOBILE NAVIGATION DROPDOWN
========================================= */
.mobile-nav-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 8999;
}

.mobile-nav-dropdown.active {
    display: block;
}

.mobile-nav-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-dropdown ul li {
    border-bottom: 1px solid #333;
}

.mobile-nav-dropdown ul li:last-child {
    border-bottom: none;
}

.mobile-nav-dropdown ul li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.mobile-nav-dropdown ul li a:hover {
    background-color: #c0392b;
    color: #fff;
}

/* =========================================
   [01.5] RESPONSIVE STYLES
========================================= */
@media (max-width: 991px) {
    .hamburger-menu {
        display: block !important;
    }
    
    .header .logo img {
        max-height: 45px;
    }
    
    .header-auth-buttons .btn .btn-text {
        display: none;
    }
    
    .header-auth-buttons .btn {
        padding: 8px 12px;
    }
    
    .header-auth-buttons .btn i {
        margin: 0;
    }
}

@media (max-width: 767px) {
    body.has-fixed-header {
        padding-top: 65px;
    }
    
    .header {
        padding: 10px 0;
    }
    
    .header .logo img {
        max-height: 38px;
    }
    
    .header-auth-buttons {
        gap: 5px;
    }
    
    .header-auth-buttons .btn {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .hamburger-menu {
        padding: 6px;
    }
    
    .hamburger-menu span {
        width: 20px;
        margin: 4px 0;
    }
}

@media (max-width: 480px) {
    body.has-fixed-header {
        padding-top: 60px;
    }
    
    .header .logo img {
        max-height: 32px;
    }
    
    .header-auth-buttons .btn {
        padding: 5px 8px;
        font-size: 12px;
    }
}

/* =========================================
   [02] PANELS & CARDS
========================================= */
.panel-dark {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 8px;
    overflow: hidden;
}

.panel-dark-lg {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    overflow: hidden;
}

.panel-heading-primary {
    background-color: #c0392b;
    color: #fff;
    padding: 15px 20px;
}

.panel-heading-primary-lg {
    background-color: #c0392b;
    color: #fff;
    padding: 20px;
}

.panel-heading-dark {
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
}

.panel-body-dark {
    padding: 20px;
    color: #ddd;
}

.panel-body-dark-lg {
    padding: 25px;
    color: #ddd;
}

.panel-title-lg {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.panel-title-md {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.panel-title-sm {
    margin: 0;
    font-size: 16px;
}

.panel-subtitle {
    margin: 10px 0 0;
    opacity: 0.9;
}

.panel-default {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.panel-default:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* =========================================
   [03] POLL STYLES
========================================= */
.pollsList {
    padding: 80px 0;
}

.pollDetail {
    padding: 80px 0;
}

.poll-option {
    background-color: #2c2c2c;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.poll-option:hover {
    background-color: #333 !important;
}

.poll-option-lg {
    background-color: #2c2c2c;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.poll-option-lg.voted {
    border-color: #c0392b;
    background-color: rgba(192, 57, 43, 0.1) !important;
}

.poll-option-progress {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(192, 57, 43, 0.3);
    transition: width 0.5s ease;
}

.poll-option-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.poll-option-label {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.poll-option-input {
    margin-right: 12px;
    transform: scale(1.3);
}

.poll-option-text {
    color: #fff;
}

.poll-option-check {
    margin-left: 8px;
    color: #27ae60;
}

.poll-option-stats {
    display: flex;
    align-items: center;
    gap: 10px;
}

.poll-option-percentage {
    color: #888;
    font-size: 14px;
    min-width: 45px;
    text-align: right;
}

.poll-footer {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.poll-stats {
    color: #888;
    font-size: 13px;
}

.poll-stats-item {
    margin-left: 15px;
}

.poll-description {
    margin-bottom: 15px;
    color: #aaa;
}

.poll-description-lg {
    margin-bottom: 25px;
    color: #aaa;
    font-size: 15px;
    line-height: 1.6;
}

.poll-match-date {
    opacity: 0.8;
}

/* =========================================
   [04] BADGE STYLES
========================================= */
.badge-primary {
    background-color: #c0392b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px;
}

.badge-primary-lg {
    background-color: #c0392b;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
}

/* =========================================
   [05] ALERT STYLES
========================================= */
.alert-success-custom {
    background-color: #27ae60;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.alert-error-custom {
    background-color: #c0392b;
    color: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.alert-info-custom {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
}

.alert-locked {
    background-color: #333;
    color: #888;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
}

.alert-login-required {
    background-color: #333;
    color: #ddd;
    padding: 20px;
    border-radius: 6px;
    margin-top: 20px;
    text-align: center;
}

.alert-empty {
    background-color: #2c2c2c;
    color: #aaa;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
}

.alert-icon-lg {
    margin-bottom: 10px;
}

.alert-text {
    margin: 0;
    font-size: 16px;
}

.alert-text-sm {
    margin: 0;
}

.alert-text-mb {
    margin-bottom: 15px;
}

/* =========================================
   [06] INFO LIST STYLES
========================================= */
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.info-list-item:last-child {
    border-bottom: none;
}

.info-list-item-sm {
    padding: 8px 0;
}

.info-list-icon {
    width: 20px;
    color: #c0392b;
}

.info-list-label {
    color: #ddd;
}

.info-list-value {
    float: right;
}

.info-title {
    color: #ddd;
    margin-bottom: 15px;
}

/* =========================================
   [07] BUTTON STYLES
========================================= */
.btn-danger {
    background-color: #c0392b;
    border-color: #a93226;
}

.btn-danger:hover {
    background-color: #a93226;
    border-color: #922b21;
}

.btn-submit {
    padding: 12px 30px;
}

.btn-block-custom {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 6px;
}

/* =========================================
   [08] AUTH STYLES
========================================= */
.authSection {
    padding: 40px 0 80px;
}

.authBox {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 40px;
    margin: 50px 0;
}

.authHeader {
    text-align: center;
    margin-bottom: 30px;
}

.authHeader img {
    max-width: 150px;
    margin-bottom: 20px;
}

.authHeader h3 {
    color: #fff;
    margin: 0;
}

.authHeader p {
    color: #888;
    margin-top: 10px;
}

.authFooter {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #333;
}

.authFooter p {
    color: #888;
    margin: 0;
}

.authFooter a {
    color: #c0392b;
    text-decoration: none;
}

.form-group-custom {
    margin-bottom: 20px;
}

.form-group-custom-lg {
    margin-bottom: 25px;
}

.form-label {
    color: #ddd;
    margin-bottom: 8px;
    display: block;
}

.form-input {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 12px 15px;
    border-radius: 6px;
    width: 100%;
}

.form-input:focus {
    background-color: #333 !important;
    border-color: #c0392b !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(192, 57, 43, 0.2);
}

.form-control:focus {
    background-color: #2c2c2c !important;
    border-color: #c0392b !important;
    outline: none;
    box-shadow: none !important;
}

.form-checkbox-label {
    color: #aaa;
    cursor: pointer;
}

/* Agreements Section - Sözleşmeler */
.agreements-section {
    margin: 25px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.agreements-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.agreements-title i {
    color: #c0392b;
}

.agreement-item {
    margin-bottom: 12px;
}

.agreement-item:last-child {
    margin-bottom: 0;
}

.agreement-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    min-height: 20px;
}

.agreement-label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    accent-color: #c0392b;
    cursor: pointer;
}

.agreement-text {
    color: #aaa;
    font-size: 13px;
    line-height: 1.5;
}

.agreement-text a {
    color: #c0392b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.agreement-text a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.required-star {
    color: #c0392b;
    font-weight: bold;
}

/* Checkbox validation error state */
.agreement-label input[type="checkbox"]:invalid {
    outline: 2px solid #c0392b;
    outline-offset: 2px;
}

/* Modal içi sözleşmeler */
.auth-modal .agreements-section {
    margin: 20px 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

.auth-modal .agreements-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.auth-modal .agreement-item {
    margin-bottom: 10px;
}

.auth-modal .agreement-label {
    padding-left: 24px;
}

.auth-modal .agreement-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.auth-modal .agreement-text {
    font-size: 12px;
}

.forgot-password-link {
    color: #c0392b;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.forgot-password-link:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.form-checkbox {
    margin-right: 8px;
}

/* Input with Icon */
.input-icon {
    position: relative;
    display: block;
}

.input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
    z-index: 10;
    pointer-events: none;
    line-height: 1;
}

.input-icon input,
.input-icon .form-control {
    padding-left: 40px !important;
    width: 100%;
    position: relative;
    z-index: 1;
}

/* Form Inline Items */
.form-inline-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
}

.checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.forgot-link {
    color: #c0392b;
    font-size: 13px;
    text-decoration: none;
}

.forgot-link:hover {
    color: #e74c3c;
    text-decoration: underline;
}

/* Form Help Text */
.form-help {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

/* Turnstile Container */
.turnstile-container {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.turnstile-error {
    border: 2px solid #c0392b;
    border-radius: 4px;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

/* Form Validation */
.is-invalid {
    border-color: #c0392b !important;
}

.invalid-feedback {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
}

/* Auth Modal Specific */
.auth-modal .modal-content {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
}

.auth-modal .modal-header {
    background-color: #222;
    border-bottom: 1px solid #333;
    border-radius: 12px 12px 0 0;
    padding: 15px 20px;
}

.auth-modal .modal-header .close {
    color: #fff;
    opacity: 0.7;
    font-size: 28px;
    margin-top: -5px;
}

.auth-modal .modal-header .close:hover {
    opacity: 1;
}

.auth-modal .modal-title {
    color: #fff;
    font-weight: 600;
}

.auth-modal .modal-body {
    padding: 25px 30px 30px;
}

.auth-modal .logo-modal {
    text-align: center;
    margin-bottom: 20px;
}

.auth-modal .logo-modal img {
    max-width: 120px;
}

.auth-modal .modal-description {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-bottom: 20px;
}

.auth-modal .form-group {
    margin-bottom: 18px;
}

.auth-modal .form-group label {
    color: #ddd;
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}

.auth-modal .form-control {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.auth-modal .form-control:focus {
    background-color: #2c2c2c;
    border-color: #c0392b;
    outline: none;
    box-shadow: none;
}

.auth-modal .form-control::placeholder {
    color: #666;
}

/* Fix autofill styles */
.auth-modal .form-control:-webkit-autofill,
.auth-modal .form-control:-webkit-autofill:hover,
.auth-modal .form-control:-webkit-autofill:focus,
.auth-modal .form-control:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #2c2c2c inset !important;
    -webkit-text-fill-color: #fff !important;
    background-color: #2c2c2c !important;
    background-clip: padding-box !important;
    border: 1px solid #444 !important;
}

.auth-modal .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #2c2c2c inset !important;
    border-color: #c0392b !important;
}

.auth-modal .btn-primary {
    background-color: #c0392b;
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.auth-modal .btn-primary:hover {
    background-color: #a93226;
}

.auth-modal .btn-primary:disabled {
    background-color: #666;
    cursor: not-allowed;
}

.auth-modal .auth-switch {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.auth-modal .auth-switch span {
    color: #888;
    font-size: 14px;
}

.auth-modal .auth-switch a {
    color: #c0392b;
    text-decoration: none;
    font-weight: 500;
}

.auth-modal .auth-switch a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.auth-modal .alert {
    margin-bottom: 20px;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
}

.auth-modal .alert-danger {
    background-color: rgba(192, 57, 43, 0.15);
    border: 1px solid rgba(192, 57, 43, 0.3);
    color: #e74c3c;
}

.auth-modal .alert-danger ul {
    margin: 0;
    padding-left: 18px;
}

.auth-modal .alert-danger li {
    margin-bottom: 3px;
}

.auth-modal .alert-danger li:last-child {
    margin-bottom: 0;
}

.auth-modal .alert-success {
    background-color: rgba(39, 174, 96, 0.15);
    border: 1px solid rgba(39, 174, 96, 0.3);
    color: #27ae60;
}

/* Auth Card (standalone pages) */
.auth-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    margin: 30px auto;
    max-width: 480px;
    width: 100%;
}

.auth-card-header {
    background-color: #222;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #333;
}

.auth-card-header i {
    font-size: 48px;
    color: #c0392b;
    margin-bottom: 15px;
}

.auth-card-header h3 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 600;
}

.auth-card-header p {
    color: #888;
    margin: 0;
    font-size: 14px;
}

.auth-card-body {
    padding: 30px;
}

.auth-footer {
    text-align: center;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #333;
}

.auth-footer p {
    color: #888;
    margin: 5px 0;
    font-size: 14px;
}

.auth-footer a {
    color: #c0392b;
    text-decoration: none;
}

.auth-footer a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

/* =========================================
   [08.1] NOTIFICATION SYSTEM
========================================= */
.notification-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    max-width: 400px;
    width: auto;
    pointer-events: none;
}

.notification-container > .notification {
    pointer-events: auto;
}

.notification {
    background-color: #1a1a1a;
    border-left: 4px solid;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 12px;
    min-width: 300px;
    max-width: 400px;
    opacity: 0;
    transform: translateX(420px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.notification > * {
    display: block;
}

.notification.show {
    opacity: 1;
    transform: translateX(0);
}

.notification.hide {
    animation: slideOutRight 0.3s ease-in forwards;
}

.notification-success {
    border-left-color: #27ae60;
    background-color: #1a2a1a;
    border: 1px solid rgba(39, 174, 96, 0.3);
}

.notification-success .notification-icon {
    color: #27ae60;
}

.notification-success .notification-title {
    color: #fff;
}

.notification-success .notification-message {
    color: #ddd;
}

.notification-error {
    border-left-color: #e74c3c;
    background-color: #2a1a1a;
    border: 1px solid rgba(231, 76, 60, 0.3);
}

.notification-error .notification-icon {
    color: #e74c3c;
}

.notification-error .notification-title {
    color: #fff;
}

.notification-error .notification-message {
    color: #ddd;
}

.notification-warning {
    border-left-color: #f39c12;
    background-color: rgba(243, 156, 18, 0.1);
}

.notification-warning .notification-icon {
    color: #f39c12;
}

.notification-info {
    border-left-color: #3498db;
    background-color: rgba(52, 152, 219, 0.1);
}

.notification-info .notification-icon {
    color: #3498db;
}

.notification-icon-wrapper {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.notification-icon {
    font-size: 20px;
    line-height: 1;
    display: block;
}

.notification-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    align-items: flex-start;
    justify-content: center;
}

.notification-title {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.notification-message {
    color: #ddd;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    word-wrap: break-word;
}

.notification-close {
    background: none;
    border: none;
    color: #888;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: color 0.2s;
}

.notification-close:hover {
    color: #fff;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(400px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(400px);
    }
}

/* Clickable Notification */
.notification-clickable {
    cursor: pointer;
    transition: all 0.3s ease;
}

.notification-clickable:hover {
    transform: translateX(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

.notification-hint {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.notification-hint::before {
    content: '👆';
    font-size: 10px;
}

@media (max-width: 480px) {
    .notification-container {
        bottom: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
    }
    
    .notification {
        padding: 14px 16px;
    }
}

/* =========================================
   [09] DASHBOARD STYLES
========================================= */
.dashboard {
    padding: 80px 0;
}

.dashboardCard {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}

.dashboardUserInfo {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dashboardAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #c0392b;
}

.dashboardAvatarPlaceholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #c0392b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

.dashboardUserDetails {
    margin-left: 20px;
}

.dashboardUserName {
    color: #fff;
    margin: 0;
}

.dashboardUserEmail {
    color: #888;
    margin: 5px 0;
}

.dashboardUserRank {
    color: #f1c40f;
}

.dashboardLogout {
    margin-top: 15px;
}

.statCard {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.statCard i {
    margin-bottom: 15px;
}

.statCard h3 {
    color: #fff;
    margin: 0;
}

.statCard p {
    color: #888;
    margin: 5px 0 0;
}

.statCard .icon-primary {
    color: #c0392b;
}

.statCard .icon-warning {
    color: #f1c40f;
}

.statCard .icon-success {
    color: #27ae60;
}

.quickLink {
    display: block;
    background-color: #2c2c2c;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.quickLink:hover {
    background-color: #333 !important;
    transform: translateY(-3px);
    text-decoration: none;
}

.quickLink i {
    margin-bottom: 10px;
}

.quickLink .icon-primary {
    color: #c0392b;
}

.quickLink .icon-info {
    color: #3498db;
}

.quickLink h5 {
    color: #fff;
    margin: 0;
}

.quickLink p {
    color: #888;
    margin: 5px 0 0;
    font-size: 13px;
}

/* =========================================
   [10] PAGINATION STYLES
========================================= */
.pagination-wrapper {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #222;
    border-color: #333;
    color: #ddd;
}

.pagination > li > a:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #fff;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus {
    background-color: #c0392b;
    border-color: #c0392b;
}

/* =========================================
   [11] TEXT STYLES
========================================= */
.text-white {
    color: #fff;
}

.text-light {
    color: #ddd;
}

.text-muted-custom {
    color: #888;
}

.text-muted-light {
    color: #aaa;
}

.text-primary-custom {
    color: #c0392b;
}

/* =========================================
   [12] SPACING UTILITIES
========================================= */
.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

/* =========================================
   [13] IFRAME STYLES
========================================= */
.map-iframe {
    border: 0;
}

/* =========================================
   [14] HOME PAGE STYLES
========================================= */
.singleOffer p.offer-text-fixed {
    height: 150px;
}

.eventsList {
    text-align: center;
    padding: 20px 0;
}

/* Intro Text Styling */
.intro-text {
    max-width: 900px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.intro-text p {
    color: #bbb;
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
}

@media (max-width: 767px) {
    .intro-text {
        margin-bottom: 40px;
    }
    
    .intro-text p {
        font-size: 15px;
        line-height: 1.7;
    }
}

/* Feature Cards Grid - CSS Grid Layout */
.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    width: 100%;
    margin-top: 60px;
}

/* Feature Cards - Modern Design */
.feature-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 50px 35px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c0392b, #e74c3c);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: #c0392b;
    box-shadow: 0 12px 40px rgba(192, 57, 43, 0.25);
    background: linear-gradient(135deg, #222 0%, #2a2a2a 100%);
}

.feature-icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.15) 0%, rgba(192, 57, 43, 0.05) 100%);
    border: 2px solid rgba(192, 57, 43, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    position: relative;
}

.feature-card:hover .feature-icon {
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.3) 0%, rgba(192, 57, 43, 0.15) 100%);
    border-color: #c0392b;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(192, 57, 43, 0.3);
}

.feature-icon i {
    font-size: 40px;
    color: #e74c3c;
    transition: all 0.4s ease;
}

.feature-card:hover .feature-icon i {
    color: #fff;
    transform: scale(1.1);
}

.feature-card h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Inter', 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1.4;
}

.feature-card p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    max-width: 100%;
}

/* Feature Cards Responsive */
@media (max-width: 991px) {
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin-top: 50px;
    }
    
    .feature-card {
        padding: 40px 30px;
    }
    
    .feature-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 25px;
    }
    
    .feature-icon i {
        font-size: 36px;
    }
    
    .feature-card h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }
    
    .feature-card p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .feature-cards-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
    }
    
    .feature-card {
        padding: 35px 25px;
    }
    
    .feature-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 20px;
    }
    
    .feature-icon i {
        font-size: 32px;
    }
    
    .feature-card h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .feature-card p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Service Cards Grid - CSS Grid Layout */
.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
}

/* Service Cards - Minimal Design */
.service-card {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #c0392b;
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.15);
    background-color: #222;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon {
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.1) 100%);
    transform: scale(1.1);
}

.service-icon i {
    font-size: 32px;
    color: #e43d4e;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    color: #e74c3c;
    transform: scale(1.1);
}

.service-card h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Inter', 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.service-card p {
    color: #888;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    max-width: 280px;
}

/* Responsive */
@media (max-width: 991px) {
    .service-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .service-card {
        padding: 35px 25px;
        min-height: 260px;
    }
    
    .service-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }
    
    .service-icon i {
        font-size: 30px;
    }
    
    .service-card h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .service-card p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .service-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-card {
        padding: 30px 20px;
        min-height: 240px;
    }
    
    .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .service-icon i {
        font-size: 28px;
    }
    
    .service-card h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    .service-card p {
        font-size: 12px;
        line-height: 1.6;
    }
}

/* =========================================
   [15] AUTH MODAL STYLES
========================================= */
.auth-modal {
    z-index: 99999 !important;
}

.auth-modal .modal-backdrop,
.modal-backdrop {
    z-index: 99998 !important;
}

.auth-modal .modal-dialog {
    z-index: 99999;
}

.auth-modal .modal-content {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
}

.auth-modal .modal-header {
    background-color: #222;
    border-bottom: 1px solid #333;
    border-radius: 12px 12px 0 0;
    padding: 20px 25px;
}

.auth-modal .modal-header .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.auth-modal .modal-header .close {
    color: #fff;
    opacity: 0.7;
    text-shadow: none;
    font-size: 28px;
}

.auth-modal .modal-header .close:hover {
    opacity: 1;
}

.auth-modal .modal-body {
    padding: 30px;
}

.auth-modal .modal-footer {
    background-color: #222;
    border-top: 1px solid #333;
    border-radius: 0 0 12px 12px;
    padding: 15px 25px;
}

.auth-modal .form-control:focus {
    background-color: #2c2c2c;
    border-color: #c0392b;
    outline: none;
    box-shadow: none;
}

.auth-modal .form-group {
    margin-bottom: 20px;
}

.auth-modal .form-group label {
    color: #ddd;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

.auth-modal .btn-primary {
    background-color: #c0392b;
    border-color: #a93226;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
}

.auth-modal .btn-primary:hover {
    background-color: #a93226;
    border-color: #922b21;
}

.auth-modal .auth-switch {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.auth-modal .auth-switch a {
    color: #c0392b;
    text-decoration: none;
}

.auth-modal .auth-switch a:hover {
    text-decoration: underline;
}

.auth-modal .auth-switch span {
    color: #888;
}

.auth-modal .logo-modal {
    text-align: center;
    margin-bottom: 25px;
}

.auth-modal .logo-modal img {
    max-width: 120px;
}

.auth-modal .alert {
    margin-bottom: 20px;
}

/* Auth buttons in header */
.header-auth-buttons .btn {
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
}

.header-auth-buttons .btn-login {
    background-color: transparent !important;
    border: 1px solid #c0392b !important;
    color: #c0392b !important;
}

.header-auth-buttons .btn-login:hover,
.header-auth-buttons .btn-login:focus {
    background-color: #c0392b !important;
    color: #fff !important;
}

.header-auth-buttons .btn-register {
    background-color: #c0392b !important;
    border: 1px solid #c0392b !important;
    color: #fff !important;
}

.header-auth-buttons .btn-register:hover,
.header-auth-buttons .btn-register:focus {
    background-color: #a93226 !important;
    border-color: #a93226 !important;
}

/* User dropdown for logged in users */
.user-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.user-dropdown .dropdown-toggle:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.user-dropdown .user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c0392b;
}

.user-dropdown .user-avatar-placeholder {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #c0392b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.user-dropdown .dropdown-menu {
    background-color: #222;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 8px 0;
    min-width: 180px;
}

.user-dropdown .dropdown-menu li a {
    color: #ddd;
    padding: 10px 20px;
    display: block;
}

.user-dropdown .dropdown-menu li a:hover {
    background-color: #333;
    color: #fff;
}

.user-dropdown .dropdown-menu .divider {
    background-color: #333;
    margin: 8px 0;
}

.user-dropdown .user-profile-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 6px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.user-dropdown .user-profile-trigger:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Profil trigger için user-name class */
.user-dropdown .user-name {
    font-weight: 500;
    color: #fff;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Responsive - Mobil için */
@media (max-width: 767px) {
    .user-dropdown .user-avatar {
        width: 28px;
        height: 28px;
    }
}

/* =========================================
   [15] USER PROFILE MODAL
========================================= */
.user-profile-modal {
    z-index: 100000 !important;
}

.user-profile-modal .modal-backdrop {
    z-index: 99999 !important;
}

.user-profile-modal .modal-content {
    background-color: #1a1a1a !important;
    border: 1px solid #333;
    border-radius: 12px;
}

.user-profile-modal .modal-header {
    background-color: #222 !important;
    border-bottom: 1px solid #333;
    border-radius: 12px 12px 0 0;
    padding: 15px 20px;
}

.user-profile-modal .modal-header .close {
    color: #fff;
    opacity: 0.7;
    font-size: 28px;
}

.user-profile-modal .modal-header .close:hover {
    opacity: 1;
}

.user-profile-modal .modal-title {
    color: #fff;
    font-weight: 600;
}

.user-profile-modal .modal-body {
    background-color: #1a1a1a !important;
    padding: 30px;
}

.user-profile-modal .modal-dialog {
    max-width: 900px;
    z-index: 100001 !important;
    position: relative;
}

.user-profile-container {
    display: flex;
    gap: 30px;
    min-height: 500px;
}

.user-profile-sidebar {
    width: 250px;
    flex-shrink: 0;
    background-color: #222;
    border-radius: 8px;
    padding: 20px;
}

.user-profile-header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

.user-profile-header .profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #c0392b;
    margin-bottom: 15px;
}

.user-profile-header h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    font-family: 'Oswald', sans-serif;
}

.user-profile-header .profile-email {
    color: #aaa;
    font-size: 13px;
    margin: 0 0 15px 0;
}

.user-profile-header .profile-stats {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #333;
}

.user-profile-header .profile-stats .stat-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}

.user-profile-header .profile-stats .stat-item:last-child {
    margin-bottom: 0;
}

.user-profile-header .profile-stats .stat-label {
    color: #aaa;
}

.user-profile-header .profile-stats .stat-value {
    color: #fff;
    font-weight: 600;
}

.user-profile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-profile-menu li {
    margin-bottom: 5px;
}

.user-profile-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ddd;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.2s;
}

.user-profile-menu li a i {
    width: 20px;
    text-align: center;
}

.user-profile-menu li:hover a,
.user-profile-menu li.active a {
    background-color: #2a2a2a;
    color: #fff;
}

.user-profile-menu li.active a {
    background-color: #c0392b;
    color: #fff;
}

.user-profile-menu li.divider {
    height: 1px;
    background-color: #333;
    margin: 15px 0;
    padding: 0;
}

/* Mesajlar menü öğesi için badge */
.user-profile-menu li a .unread-badge-menu {
    margin-left: auto;
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
    line-height: 1.4;
}

.user-profile-menu li a .unread-badge-menu.hidden {
    display: none;
}

/* Mesajlar Section */
.messages-container {
    max-height: 500px;
    overflow-y: auto;
}

.messages-loading {
    text-align: center;
    padding: 40px 20px;
    color: #888;
}

.messages-list {
    max-height: 500px;
    overflow-y: auto;
}

.message-conversation-item:hover {
    background-color: #2a2a2a !important;
    border-color: #c0392b !important;
    transform: translateX(4px);
}

.message-unread-badge {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
    min-width: 18px;
    text-align: center;
    line-height: 1.4;
}

.messages-empty {
    padding: 40px 20px;
    text-align: center;
}

.user-profile-content {
    flex: 1;
    background-color: #1a1a1a;
    border-radius: 8px;
    padding: 30px;
    overflow: hidden;
}

.profile-section {
    display: none;
    overflow: hidden;
}

.profile-section.active {
    display: block;
}

/* Hide all scrollbars in messages */
#section-messages,
#section-messages *,
#messagesContainer,
#messagesList,
.messages-container,
.messages-list {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

#section-messages::-webkit-scrollbar,
#section-messages *::-webkit-scrollbar,
#messagesContainer::-webkit-scrollbar,
#messagesList::-webkit-scrollbar,
.messages-container::-webkit-scrollbar,
.messages-list::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

.profile-section h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 25px 0;
    font-family: 'Oswald', sans-serif;
}

.profile-info .info-row {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2a;
}

.profile-info .info-row:last-child {
    border-bottom: none;
}

.profile-info .info-row label {
    width: 180px;
    color: #aaa;
    font-weight: 500;
    flex-shrink: 0;
}

.profile-info .info-row span {
    color: #fff;
    flex: 1;
}

.profile-info .info-row .badge {
    display: inline-block;
    background-color: #c0392b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 5px;
}

.profile-section .form-group {
    margin-bottom: 20px;
}

.profile-section .form-group label {
    color: #ddd;
    margin-bottom: 8px;
    display: block;
    font-weight: 500;
}

.profile-section .form-control {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
    width: 100%;
}

.profile-section .form-control:focus {
    background-color: #2c2c2c;
    border-color: #c0392b;
    outline: none;
    box-shadow: none;
}

.profile-section .form-help {
    color: #888;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.profile-section .btn-primary {
    background-color: #c0392b;
    border: none;
    color: #fff;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.profile-section .btn-primary:hover {
    background-color: #a93226;
}

.profile-section .btn-primary:disabled {
    background-color: #666;
    cursor: not-allowed;
}

/* Avatar Upload */
.avatar-upload-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.avatar-upload-container {
    position: relative;
    width: 150px;
    height: 150px;
    cursor: pointer;
}

.avatar-preview {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #c0392b;
    display: block;
}

.avatar-upload-overlay {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #c0392b;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 3px solid #1a1a1a;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.avatar-upload-overlay:hover {
    background-color: #a93226;
    transform: scale(1.1);
}

.avatar-upload-overlay i {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.avatar-upload-container:hover .avatar-preview {
    opacity: 0.9;
}

/* Primary Weapons Grid */
/* Primary Weapons Grid - Ana Silahlar */
#section-weapons .primary-weapons-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 15px !important;
    margin-top: 10px !important;
}

#section-weapons .primary-weapon-card {
    position: relative !important;
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%) !important;
    border: 2px solid #444 !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    text-align: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    display: block !important;
}

#section-weapons .primary-weapon-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.1) 0%, rgba(192, 57, 43, 0.05) 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

#section-weapons .primary-weapon-card:hover {
    transform: translateY(-5px) !important;
    border-color: #c0392b !important;
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.3) !important;
}

#section-weapons .primary-weapon-card:hover::before {
    opacity: 1 !important;
}

#section-weapons .primary-weapon-card.selected {
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.1) 100%) !important;
    border-color: #c0392b !important;
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4) !important;
}

#section-weapons .primary-weapon-card.selected::before {
    opacity: 1 !important;
}

#section-weapons .primary-weapon-card.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%) !important;
    border-color: #333 !important;
    filter: grayscale(0.7) !important;
}

#section-weapons .primary-weapon-card.disabled:hover {
    transform: none !important;
    border-color: #333 !important;
    box-shadow: none !important;
}

#section-weapons .primary-weapon-card.disabled:hover::before {
    opacity: 0 !important;
}

#section-weapons .primary-weapon-card.disabled .primary-weapon-icon {
    color: #555 !important;
}

#section-weapons .primary-weapon-card.disabled:hover .primary-weapon-icon {
    transform: none !important;
    color: #555 !important;
}

#section-weapons .primary-weapon-card.disabled .primary-weapon-label {
    color: #666 !important;
}

#section-weapons .primary-weapon-card.disabled:hover .primary-weapon-label {
    color: #666 !important;
}

#section-weapons .primary-weapon-icon {
    font-size: 36px !important;
    color: #c0392b !important;
    margin-bottom: 12px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
}

#section-weapons .primary-weapon-card:hover .primary-weapon-icon {
    transform: scale(1.15) !important;
    color: #e74c3c !important;
}

#section-weapons .primary-weapon-card.selected .primary-weapon-icon {
    color: #e74c3c !important;
    transform: scale(1.1) !important;
}

#section-weapons .primary-weapon-label {
    color: #ddd !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    position: relative !important;
    z-index: 1 !important;
    transition: color 0.3s ease !important;
    display: block !important;
}

#section-weapons .primary-weapon-card:hover .primary-weapon-label {
    color: #fff !important;
}

#section-weapons .primary-weapon-card.selected .primary-weapon-label {
    color: #fff !important;
    font-weight: 600 !important;
}

#section-weapons .primary-weapon-check {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    color: #27ae60 !important;
    font-size: 20px !important;
    background-color: rgba(39, 174, 96, 0.2) !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation: checkPop 0.3s ease !important;
    z-index: 2 !important;
}

@keyframes checkPop {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* Checkbox List - İkincil Silahlar ve Ekipmanlar */
#section-weapons .checkbox-list,
#updateWeaponsForm .checkbox-list {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    gap: 15px !important;
    margin-top: 10px !important;
}

#section-weapons label.checkbox-item,
#updateWeaponsForm label.checkbox-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    color: #ddd !important;
    cursor: pointer !important;
    padding: 12px 15px !important;
    border: 1px solid #444 !important;
    border-radius: 6px !important;
    background-color: #2c2c2c !important;
    transition: all 0.2s !important;
    flex: 0 0 calc(50% - 8px) !important;
    min-height: 48px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

#section-weapons label.checkbox-item input[type="checkbox"],
#updateWeaponsForm label.checkbox-item input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    accent-color: #c0392b !important;
    align-self: center !important;
}

/* Mobilde tek sütun checkbox */
@media (max-width: 576px) {
    #section-weapons label.checkbox-item,
    #updateWeaponsForm label.checkbox-item {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
    
    #section-weapons .primary-weapons-grid,
    #updateWeaponsForm .primary-weapons-grid {
        grid-template-columns: 1fr !important;
    }
}

#section-weapons label.checkbox-item span,
#updateWeaponsForm label.checkbox-item span {
    display: inline !important;
    line-height: 1.5 !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#section-weapons label.checkbox-item:hover,
#updateWeaponsForm label.checkbox-item:hover {
    background-color: #333 !important;
    border-color: #c0392b !important;
}

/* Seçili checkbox stili */
#section-weapons label.checkbox-item.checked,
#updateWeaponsForm label.checkbox-item.checked {
    border-color: #c0392b !important;
    background-color: #2a1a1a !important;
}

#section-weapons label.checkbox-item.checked span,
#updateWeaponsForm label.checkbox-item.checked span {
    color: #fff !important;
    font-weight: 600 !important;
}

#section-weapons label.checkbox-item input[type="checkbox"]:checked + span,
#updateWeaponsForm label.checkbox-item input[type="checkbox"]:checked + span {
    color: #fff !important;
    font-weight: 600 !important;
}

#section-weapons label.checkbox-item:has(input[type="checkbox"]:checked),
#updateWeaponsForm label.checkbox-item:has(input[type="checkbox"]:checked) {
    background-color: #2a1a1a !important;
    border-color: #c0392b !important;
}

.text-muted {
    color: #888;
}

.profile-section .alert {
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.profile-section .alert-danger {
    background-color: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

.profile-section .alert ul {
    margin: 0;
    padding-left: 20px;
}

.profile-section .alert li {
    margin-bottom: 5px;
}

.profile-section .alert li:last-child {
    margin-bottom: 0;
}

/* Profile Sidebar Mobile Toggle */
.profile-sidebar-toggle {
    display: none;
    width: 100%;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: left;
}

.profile-sidebar-toggle i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.profile-sidebar-toggle.active {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.profile-sidebar-toggle.active i {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
    .profile-sidebar-toggle {
        display: block;
    }
    
    .user-profile-container {
        flex-direction: column;
    }
    
    .user-profile-sidebar {
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }
    
    .user-profile-sidebar.show {
        display: block;
    }
    
    .profile-info .info-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .profile-info .info-row label {
        width: 100%;
    }
    
    .primary-weapons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    
    .primary-weapon-card {
        padding: 18px 12px;
    }
    
    .primary-weapon-icon {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .primary-weapon-label {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .primary-weapons-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .primary-weapon-card {
        padding: 15px 10px;
    }
    
    .primary-weapon-icon {
        font-size: 28px;
        margin-bottom: 8px;
    }
    
    .primary-weapon-label {
        font-size: 12px;
    }
    
    .primary-weapon-check {
        width: 24px;
        height: 24px;
        font-size: 16px;
        top: 6px;
        right: 6px;
    }
}

/* User Logs */
.user-logs-container {
    margin-top: 20px;
}

.user-logs-loading {
    text-align: center;
    padding: 40px;
    color: #888;
}

.user-logs-loading i {
    font-size: 24px;
    margin-right: 10px;
}

#section-logs .user-logs-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

#section-logs .user-log-item {
    background-color: #222 !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    transition: all 0.2s !important;
    display: block !important;
}

#section-logs .user-log-item:hover {
    background-color: #2a2a2a !important;
    border-color: #444 !important;
}

#section-logs .user-log-header {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 10px !important;
}

#section-logs .user-log-description,
#section-logs .user-log-message {
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    flex: 1 !important;
    display: block !important;
}

#section-logs .user-log-date {
    color: #888 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    margin-left: 15px !important;
    display: inline-block !important;
}

#section-logs .user-log-ip {
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #333 !important;
    color: #888 !important;
    font-size: 12px !important;
    display: block !important;
}

.user-log-event {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}

.user-log-event.created {
    background-color: rgba(39, 174, 96, 0.2);
    color: #27ae60;
}

.user-log-event.updated {
    background-color: rgba(52, 152, 219, 0.2);
    color: #3498db;
}

.user-log-event.deleted {
    background-color: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.user-log-properties {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #333;
}

.user-log-properties-title {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}

.user-log-properties-content {
    background-color: #1a1a1a;
    border-radius: 4px;
    padding: 10px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    color: #ddd;
    overflow-x: auto;
}

.user-log-properties-content pre {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.user-log-ip {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #333;
    color: #888;
    font-size: 12px;
}

.user-logs-pagination {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.user-logs-pagination button {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #ddd;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
}

.user-logs-pagination button:hover:not(:disabled) {
    background-color: #333;
    border-color: #c0392b;
    color: #fff;
}

.user-logs-pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.user-logs-pagination .page-info {
    color: #aaa;
    font-size: 14px;
    padding: 0 10px;
}

/* User Penalties */
.user-penalties-container {
    margin-top: 20px;
}

.user-penalties-loading {
    text-align: center;
    padding: 40px;
    color: #888;
}

.user-penalties-loading i {
    font-size: 24px;
    margin-right: 10px;
}

#section-penalties .user-penalties-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.penalty-item {
    background-color: #222 !important;
    border: 1px solid #333 !important;
    border-radius: 8px !important;
    padding: 16px !important;
    transition: all 0.2s !important;
    display: block !important;
}

.penalty-item:hover {
    border-color: #444 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.penalty-item h4 {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
    display: inline-block !important;
}

.penalty-item .repeat-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    margin-left: 8px !important;
    padding: 4px 8px !important;
    background-color: rgba(220, 53, 69, 0.2) !important;
    border-radius: 4px !important;
    color: #dc3545 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.penalty-item .penalty-description {
    margin-top: 12px !important;
    color: #ccc !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.penalty-item .penalty-details {
    margin-top: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.penalty-item .penalty-detail-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #888 !important;
    font-size: 13px !important;
}

.penalty-item .penalty-detail-row i {
    color: #17a2b8 !important;
    width: 16px !important;
    text-align: center !important;
}

.penalty-item .penalty-points {
    margin-top: 16px !important;
    padding: 12px !important;
    background-color: #1a1a1a !important;
    border-radius: 6px !important;
}

.penalty-item .penalty-points-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

.penalty-item .penalty-points-row:last-child {
    margin-bottom: 0 !important;
}

.penalty-item .penalty-points-label {
    color: #888 !important;
    font-size: 13px !important;
}

.penalty-item .penalty-points-value {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.user-penalties-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.user-penalties-pagination button {
    background-color: #2c2c2c;
    border: 1px solid #444;
    color: #ddd;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.user-penalties-pagination button:hover:not(:disabled) {
    background-color: #333;
    border-color: #c0392b;
    color: #fff;
}

.user-penalties-pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.user-penalties-pagination .page-info {
    color: #aaa;
    font-size: 14px;
    padding: 0 10px;
}

/* =========================================
   [16] RESPONSIVE STYLES
========================================= */

/* Large screens */
@media (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .header .logo img {
        max-height: 40px;
    }
    
    .mainNav ul li {
        margin: 0 5px !important;
    }
    
    .mainNav ul li a {
        font-size: 13px;
    }
    
    .header-auth-buttons .btn {
        padding: 6px 12px;
        font-size: 13px;
    }
    
    .pollsList,
    .pollDetail,
    .dashboard,
    .authSection {
        padding: 50px 0;
    }
    
    .singleOffer p.offer-text-fixed {
        height: auto;
        min-height: 100px;
    }
}

/* Mobile landscape */
@media (max-width: 767px) {
    body.has-fixed-header {
        padding-top: 70px;
    }
    
    .header {
        padding: 10px 0;
    }
    
    .header .logo img {
        max-height: 35px;
    }
    
    /* Mobile menu */
    .mainNav {
        position: relative;
    }
    
    .mainNav .mobileMenu {
        display: block !important;
        cursor: pointer;
        padding: 10px;
    }
    
    .mainNav ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1a1a1a;
        border: 1px solid #333;
        border-radius: 8px;
        padding: 15px;
        display: none;
        z-index: 1000;
    }
    
    .mainNav ul.active {
        display: block !important;
    }
    
    .mainNav ul li {
        display: block !important;
        margin: 0 !important;
    }
    
    .mainNav ul li a {
        display: block;
        padding: 12px 15px;
        border-bottom: 1px solid #333;
    }
    
    .mainNav ul li:last-child a {
        border-bottom: none;
    }
    
    .header-auth-buttons {
        flex-direction: column;
        gap: 5px;
    }
    
    .header-auth-buttons .btn {
        width: 100%;
        text-align: center;
    }
    
    .pollsList,
    .pollDetail,
    .dashboard,
    .authSection {
        padding: 30px 0;
    }
    
    .panel-body-dark,
    .panel-body-dark-lg {
        padding: 15px;
    }
    
    .poll-footer {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .poll-stats {
        flex-direction: column;
        gap: 5px;
    }
    
    .poll-stats-item {
        margin-left: 0;
    }
    
    .dashboardUserInfo {
        flex-direction: column;
        text-align: center;
    }
    
    .dashboardUserDetails {
        margin-left: 0;
        margin-top: 15px;
    }
    
    .statCard {
        padding: 20px;
    }
    
    .authBox {
        padding: 25px;
        margin: 30px 0;
    }
    
    .singleOffer p.offer-text-fixed {
        height: auto;
    }
    
    /* Modal responsive */
    .auth-modal .modal-dialog {
        margin: 10px;
    }
    
    .auth-modal .modal-body {
        padding: 20px;
    }
}

/* Mobile portrait */
@media (max-width: 480px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header .logo img {
        max-height: 30px;
    }
    
    .panel-title-lg {
        font-size: 18px;
    }
    
    .panel-title-md {
        font-size: 16px;
    }
    
    .poll-option-label {
        font-size: 14px;
    }
    
    .poll-option-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .poll-option-stats {
        width: 100%;
        justify-content: space-between;
    }
    
    .btn-block-custom {
        padding: 12px;
        font-size: 15px;
    }
    
    .quickLink {
        padding: 15px;
    }
    
    .info-list-value {
        float: none;
        display: block;
        margin-top: 5px;
    }
}

/* =========================================
   [17] AGE VERIFICATION MODAL
========================================= */
.age-verification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.age-verification-modal {
    background-color: #1a1a1a;
    border: 2px solid #c0392b;
    border-radius: 16px;
    padding: 40px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.age-verification-modal .logo {
    margin-bottom: 25px;
    text-align: center;
}

.age-verification-modal .logo img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
}

.age-verification-modal .warning-icon {
    font-size: 48px;
    color: #c0392b;
    margin-bottom: 20px;
}

.age-verification-modal h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.age-verification-modal p {
    color: #aaa;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.age-verification-modal .age-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 25px;
}

.age-verification-modal .btn-age-yes {
    background-color: #27ae60;
    border: none;
    color: #fff;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.age-verification-modal .btn-age-yes:hover {
    background-color: #219a52;
    transform: translateY(-2px);
}

.age-verification-modal .btn-age-no {
    background-color: #c0392b;
    border: none;
    color: #fff;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.age-verification-modal .btn-age-no:hover {
    background-color: #a93226;
    transform: translateY(-2px);
}

.age-verification-modal .legal-text {
    font-size: 12px;
    color: #666;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

@media (max-width: 520px) {
    .age-verification-modal {
        padding: 25px 20px;
        margin: 10px;
    }
    
    .age-verification-modal .logo img {
        max-width: 120px;
    }
    
    .age-verification-modal .warning-icon {
        font-size: 36px;
    }
    
    .age-verification-modal h2 {
        font-size: 20px;
    }
    
    .age-verification-modal p {
        font-size: 14px;
    }
    
    .age-verification-modal .age-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .age-verification-modal .btn-age-yes,
    .age-verification-modal .btn-age-no {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
}

/* =========================================
   [18] COOKIE CONSENT BANNER
========================================= */
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    padding: 20px;
    z-index: 99990;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.cookie-consent-banner.show {
    transform: translateY(0);
}

.cookie-consent-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-consent-text {
    flex: 1;
}

.cookie-consent-text h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-consent-text h4 i {
    color: #f39c12;
}

.cookie-consent-text p {
    color: #aaa;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.cookie-consent-text a {
    color: #c0392b;
    text-decoration: underline;
}

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

.cookie-consent-buttons .btn-cookie-accept {
    background-color: #c0392b;
    border: none;
    color: #fff;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-consent-buttons .btn-cookie-accept:hover {
    background-color: #a93226;
}

.cookie-consent-buttons .btn-cookie-settings {
    background-color: transparent;
    border: 1px solid #555;
    color: #aaa;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-consent-buttons .btn-cookie-settings:hover {
    border-color: #888;
    color: #fff;
}

@media (max-width: 767px) {
    .cookie-consent-container {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .cookie-consent-buttons button {
        width: 100%;
    }
}

/* =========================================
   [20] FOOTER STYLES
========================================= */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-links li a::before {
    content: '→';
    margin-right: 8px;
    color: #c0392b;
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    left: -15px;
}

.footer-links li a:hover {
    color: #c0392b;
    padding-left: 15px;
}

.footer-links li a:hover::before {
    opacity: 1;
    left: 0;
}

/* Footer Contact Link Button */
.footer-contact-link {
    margin-top: 20px;
}

.btn-contact-footer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact-footer:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4);
    color: #fff;
}

.btn-contact-footer i {
    font-size: 13px;
}

/* Copyright Section */
.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.copyright-text {
    flex: 1;
    min-width: 200px;
}

.copyright-links {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.copyright-links a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.copyright-links a:hover {
    color: #c0392b;
}

.copyright-links .separator {
    color: #555;
    font-size: 12px;
}

@media (max-width: 767px) {
    .copyright-content {
        flex-direction: column;
        text-align: center;
    }
    
    .copyright-links {
        justify-content: center;
    }
    
    .footer-links li a {
        font-size: 13px;
    }
}

/* =========================================
   [21] LEGAL PAGE STYLES
========================================= */
.legal-page {
    padding: 60px 0;
}

/* Legal Sidebar */
.legal-sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.sidebar-widget .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
    font-family: 'Inter', 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sidebar-widget .widget-title i {
    color: #c0392b;
    margin-right: 10px;
}

/* Table of Contents Navigation */
.toc-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-nav li {
    margin-bottom: 5px;
}

.toc-link {
    display: block;
    color: #999;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.toc-link:hover {
    color: #fff;
    background: rgba(192, 57, 43, 0.1);
    border-left-color: #c0392b;
    padding-left: 20px;
}

.toc-link.active {
    color: #c0392b;
    background: rgba(192, 57, 43, 0.15);
    font-weight: 600;
    border-left-color: #c0392b;
}

/* Legal Pages Navigation */
.legal-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.legal-nav li {
    margin-bottom: 5px;
}

.legal-nav li a {
    display: flex;
    align-items: center;
    color: #999;
    text-decoration: none;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.legal-nav li a i {
    width: 20px;
    margin-right: 10px;
    color: #666;
    transition: color 0.3s ease;
}

.legal-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.legal-nav li a:hover i {
    color: #c0392b;
}

.legal-nav li.active a {
    color: #c0392b;
    background: rgba(192, 57, 43, 0.15);
    font-weight: 600;
}

.legal-nav li.active a i {
    color: #c0392b;
}

/* Contact Widget */
.contact-widget {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border-color: #c0392b;
    text-align: center;
}

.contact-widget p {
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4);
}

/* Legal Content */
.legal-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.content-header {
    background: linear-gradient(135deg, #222 0%, #2a2a2a 100%);
    padding: 30px 40px;
    border-bottom: 1px solid #333;
}

.content-header h1 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-family: 'Inter', 'Oswald', sans-serif;
}

.content-header .last-updated {
    color: #888;
    font-size: 13px;
    margin: 0;
}

.content-header .last-updated i {
    margin-right: 5px;
    color: #c0392b;
}

.content-body {
    padding: 40px;
}

.content-body h3 {
    color: #c0392b;
    font-size: 20px;
    font-weight: 600;
    margin: 35px 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-family: 'Inter', 'Oswald', sans-serif;
    scroll-margin-top: 120px;
}

.content-body h3:first-child {
    margin-top: 0;
}

.content-body h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.content-body p {
    color: #bbb;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.content-body p a {
    color: #c0392b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-body p a:hover {
    color: #e74c3c;
    text-decoration: underline;
}

.content-body ul {
    color: #bbb;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none;
}

.content-body ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.content-body ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #c0392b;
    font-weight: bold;
}

/* Info Box */
.info-box {
    background: rgba(192, 57, 43, 0.1);
    border: 1px solid rgba(192, 57, 43, 0.3);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.info-box h4 {
    color: #c0392b;
    margin-top: 0;
}

.info-box h4 i {
    margin-right: 8px;
}

.info-box p {
    margin-bottom: 0;
}

.info-box p:last-child {
    margin-bottom: 0;
}

/* Legal Notice */
.legal-notice {
    background: rgba(52, 152, 219, 0.1);
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-radius: 10px;
    padding: 24px;
    margin: 25px 0;
}

.legal-notice p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.legal-notice p:first-child {
    margin-top: 0;
}

.legal-notice p strong {
    color: #3498db;
}

.legal-notice ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

.legal-notice ul li {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
}

.legal-notice ul li::before {
    color: #3498db;
}

.legal-notice p:last-child {
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(52, 152, 219, 0.2);
}

.legal-notice p:last-child strong {
    color: #e74c3c;
}

/* Legal Sidebar Mobile Toggle */
.legal-sidebar-toggle {
    display: none;
    width: 100%;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: left;
}

.legal-sidebar-toggle i {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.legal-sidebar-toggle.active {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
}

.legal-sidebar-toggle.active i {
    transform: rotate(180deg);
}

.legal-sidebar-collapse {
    display: block;
}

/* Responsive Legal Pages */
@media (max-width: 991px) {
    .legal-sidebar-toggle {
        display: block;
    }
    
    .legal-sidebar-collapse {
        display: none;
        margin-bottom: 20px;
    }
    
    .legal-sidebar-collapse.show {
        display: block;
    }
    
    .legal-sidebar {
        position: relative;
        top: 0;
    }
    
    .content-header {
        padding: 25px 30px;
    }
    
    .content-header h1 {
        font-size: 24px;
    }
    
    .content-body {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .legal-page {
        padding: 40px 0;
    }
    
    .sidebar-widget {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .sidebar-widget .widget-title {
        font-size: 14px;
    }
    
    .toc-link,
    .legal-nav li a {
        font-size: 13px;
        padding: 10px 12px;
    }
    
    .content-header {
        padding: 20px;
    }
    
    .content-header h1 {
        font-size: 20px;
    }
    
    .content-body {
        padding: 20px;
    }
    
    .content-body h3 {
        font-size: 18px;
    }
    
    .content-body p,
    .content-body ul {
        font-size: 14px;
    }
    
    .info-box {
        padding: 15px;
    }
}

/* =========================================
   [23] CONTACT PAGE STYLES
========================================= */
.contact-page {
    padding: 60px 0;
}

/* Contact Info Section */
.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    border-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.15);
}

.contact-info-card h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    font-family: 'Inter', 'Oswald', sans-serif;
}

.contact-info-card h3 i {
    color: #c0392b;
    margin-right: 10px;
    width: 20px;
}

.contact-info-card p {
    color: #bbb;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

.contact-info-card p a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-card p a:hover {
    color: #c0392b;
}

/* Contact Social */
.contact-social {
    display: flex;
    gap: 15px;
}

.contact-social a {
    width: 45px;
    height: 45px;
    background: rgba(192, 57, 43, 0.1);
    border: 1px solid rgba(192, 57, 43, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c0392b;
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-social a:hover {
    background: #c0392b;
    color: #fff;
    transform: translateY(-3px);
}

/* Contact Map */
.contact-map {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #333;
}

/* Contact Form Section */
.contact-form-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.form-header {
    margin-bottom: 35px;
    text-align: center;
}

.form-header h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: 'Inter', 'Oswald', sans-serif;
}

.form-header p {
    color: #999;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

/* Contact Form */
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-form label .required {
    color: #c0392b;
}

.contact-form .form-control {
    width: 100%;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 14px 18px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #c0392b;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
    outline: none;
}

.contact-form .form-control.is-invalid {
    border-color: #e74c3c;
}

.contact-form .form-control::placeholder {
    color: #666;
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 150px;
}

.contact-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    padding-right: 45px;
}

/* Error Messages */
.contact-form .error-message {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

/* Submit Button */
.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.4);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

/* Form Message */
.form-message {
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 15px;
}

.form-message.success {
    background: rgba(39, 174, 96, 0.15);
    border: 1px solid rgba(39, 174, 96, 0.5);
    color: #27ae60;
}

.form-message.error {
    background: rgba(231, 76, 60, 0.15);
    border: 1px solid rgba(231, 76, 60, 0.5);
    color: #e74c3c;
}

.form-message i {
    margin-right: 8px;
}

/* Contact Page Responsive */
@media (max-width: 991px) {
    /* Mobilde iletişim bilgileri sidebar'ını gizle */
    .contact-page .col-lg-4.col-md-5 {
        display: none !important;
    }
    
    /* Form alanını tam genişlik yap */
    .contact-page .col-lg-8.col-md-7 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .contact-form-section {
        padding: 30px;
        margin-top: 30px;
    }
    
    .form-header h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .contact-page {
        padding: 40px 0;
    }
    
    .contact-info-card {
        padding: 20px;
    }
    
    .contact-form-section {
        padding: 25px 20px;
    }
    
    .form-header h2 {
        font-size: 22px;
    }
    
    .contact-form .form-control {
        padding: 12px 15px;
    }
    
    .btn-submit {
        padding: 14px 30px;
        font-size: 15px;
    }
}

/* Feature Card Action Buttons */
.feature-card-action {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-feature-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-feature-card:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(192, 57, 43, 0.4);
    color: #fff;
}

.btn-feature-card i {
    font-size: 13px;
}

/* Contact CTA Section */
.contact-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(34, 34, 34, 0.95) 100%);
    position: relative;
}

.contact-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://cdn.akdenizairsoft.com/assets/images/bg-pattern.png') repeat;
    opacity: 0.05;
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Inter', 'Oswald', sans-serif;
}

.cta-content p {
    color: #bbb;
    font-size: 18px;
    margin: 0 0 35px 0;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-cta-primary,
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-cta-primary {
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
}

.btn-cta-primary:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.4);
    color: #fff;
}

.btn-cta-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #c0392b;
}

.btn-cta-secondary:hover {
    background: #c0392b;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(192, 57, 43, 0.3);
}

/* Contact CTA Responsive */
@media (max-width: 767px) {
    .contact-cta {
        padding: 60px 0;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        padding: 14px 30px;
    }
}

/* =========================================
   [XX] MEMBERS PAGE
========================================= */
.members-page {
    padding: 60px 0;
    background: #0f0f0f;
    min-height: 100vh;
}

.commonSection.members-page {
    background: #0f0f0f;
}

.members-page .section-title {
    margin-bottom: 50px;
}

.members-page .section-title h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.members-page .section-title p {
    color: #aaa;
    font-size: 16px;
}

/* Members Grid */
.members-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

/* Member Card */
.member-card {
    position: relative;
    margin-bottom: 0;
}

.member-card-inner {
    background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
    border: 2px solid #333;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.member-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c0392b, #e74c3c);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.member-card:hover .member-card-inner {
    transform: translateY(-5px);
    border-color: #c0392b;
    box-shadow: 0 10px 30px rgba(192, 57, 43, 0.3);
}

.member-card:hover .member-card-inner::before {
    opacity: 1;
}

/* Member Avatar */
.member-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #c0392b;
    box-shadow: 0 5px 15px rgba(192, 57, 43, 0.4);
}

.captain-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: linear-gradient(135deg, #f39c12, #e67e22);
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 3px 10px rgba(243, 156, 18, 0.5);
    z-index: 2;
}

.captain-badge i {
    font-size: 10px;
}

/* Member Info */
.member-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.member-name {
    font-size: 20px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-callsign {
    color: #c0392b;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 500;
}

/* Member Rank */
.member-rank {
    margin: 15px 0;
    padding: 12px;
    background: rgba(192, 57, 43, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(192, 57, 43, 0.3);
}

.rank-stars {
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
}

.captain-star {
    filter: hue-rotate(320deg) saturate(30) brightness(1);
}

.rank-label {
    display: block;
    color: #c0392b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Member Social */
.member-social {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 2px solid transparent;
}

.social-link.instagram {
    background: linear-gradient(135deg, #E1306C, #C13584);
    color: #fff;
}

.social-link.instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(225, 48, 108, 0.4);
    border-color: #E1306C;
}

.social-link.tiktok {
    background: linear-gradient(135deg, #00f2ea, #ff0050);
    color: #fff;
}

.social-link.tiktok:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 242, 234, 0.4);
    border-color: #00f2ea;
}

.social-link.youtube {
    background: linear-gradient(135deg, #FF0000, #CC0000);
    color: #fff;
}

.social-link.youtube:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.4);
    border-color: #FF0000;
}

/* Member Stats */
.member-stats {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #aaa;
    font-size: 12px;
}

.stat-item i {
    color: #c0392b;
    font-size: 14px;
}

/* Empty State */
.empty-state {
    padding: 80px 20px;
    color: #aaa;
}

.empty-state h3 {
    color: #fff;
    margin-bottom: 10px;
}

.empty-state p {
    color: #888;
}

/* Members Page Responsive */
@media (max-width: 1200px) {
    .members-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
}

@media (max-width: 992px) {
    .members-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .member-card-inner {
        padding: 20px 15px;
    }
    
    .member-avatar {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .members-page {
        padding: 40px 0;
    }
    
    .members-page .section-title h2 {
        font-size: 28px;
    }
    
    .members-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .member-name {
        font-size: 18px;
    }
    
    .member-avatar {
        width: 90px;
        height: 90px;
    }
}

/* =========================================
   [XX] NAVBAR DROPDOWN MENU
========================================= */
.mainNav ul li.dropdown {
    position: relative;
}

.mainNav ul li.dropdown > a {
    position: relative;
    padding-right: 20px;
}

.mainNav ul li.dropdown > a .fa-chevron-down {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.mainNav ul li.dropdown:hover > a .fa-chevron-down {
    transform: rotate(180deg);
}

.mainNav ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    min-width: 200px;
    padding: 10px 0;
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.mainNav ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mainNav ul li.dropdown .dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
}

.mainNav ul li.dropdown .dropdown-menu a {
    display: block;
    padding: 14px 20px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-left: 3px solid transparent;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.mainNav ul li.dropdown .dropdown-menu a i {
    margin-right: 12px;
    font-size: 14px;
    width: 18px;
    display: inline-block;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.mainNav ul li.dropdown .dropdown-menu a:hover {
    background: rgba(192, 57, 43, 0.15);
    border-left-color: #c0392b;
    color: #fff;
}

.mainNav ul li.dropdown .dropdown-menu a:hover i {
    opacity: 1;
    color: #c0392b;
}

/* Mobile Dropdown */
.mobile-nav-dropdown .mobile-dropdown-parent {
    position: relative;
}

.mobile-nav-dropdown .mobile-dropdown-toggle {
    position: relative;
}

.mobile-nav-dropdown .mobile-dropdown-toggle .fa-chevron-down {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.mobile-nav-dropdown .mobile-dropdown-parent.active .mobile-dropdown-toggle .fa-chevron-down {
    transform: rotate(180deg);
}

.mobile-nav-dropdown .mobile-dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-left: 20px;
}

.mobile-nav-dropdown .mobile-dropdown-parent.active .mobile-dropdown-menu {
    max-height: 500px;
}

.mobile-nav-dropdown .mobile-dropdown-menu li {
    padding: 8px 0;
}

.mobile-nav-dropdown .mobile-dropdown-menu a {
    color: #aaa;
    font-size: 14px;
}

/* =========================================
   [XX] LISTINGS / 2. EL PAZAR STYLES
========================================= */

/* Listings Section */
.listings-section {
    padding: 60px 0;
    background: #0f0f0f;
}

/* Listings Sidebar */
.listings-sidebar {
    position: sticky;
    top: 100px;
}

.listings-sidebar-toggle {
    display: none;
    width: 100%;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 15px;
}

.listings-sidebar-toggle i {
    margin-right: 10px;
}

.listings-sidebar-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
}

/* Add Listing Button */
.sidebar-add-listing {
    margin-bottom: 25px;
}

.btn-add-listing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-add-listing:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(39, 174, 96, 0.4);
    color: #fff;
}

.btn-add-listing i {
    font-size: 18px;
}

/* Categories Widget */
.categories-widget,
.filter-widget {
    margin-bottom: 25px;
}

.widget-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-title i {
    color: #c0392b;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    margin-bottom: 5px;
}

.category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bbb;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.category-list li a:hover {
    background: rgba(192, 57, 43, 0.1);
    color: #fff;
}

.category-list li.active a {
    background: linear-gradient(135deg, rgba(192, 57, 43, 0.2) 0%, rgba(192, 57, 43, 0.1) 100%);
    color: #c0392b;
    font-weight: 600;
}

.category-count {
    background: rgba(255, 255, 255, 0.1);
    color: #888;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.category-list li.active .category-count {
    background: #c0392b;
    color: #fff;
}

/* Filter Options */
.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bbb;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.filter-option:hover {
    background: rgba(255, 255, 255, 0.05);
}

.filter-option input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: #c0392b;
    cursor: pointer;
}

.filter-option-text {
    flex: 1;
    font-size: 14px;
}

/* Price Range */
.price-range-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-input {
    flex: 1;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
}

.price-input:focus {
    border-color: #c0392b;
    outline: none;
}

.price-separator {
    color: #666;
    font-weight: 600;
}

/* Filter Buttons */
.btn-filter-apply {
    width: 100%;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.btn-filter-apply:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-2px);
}

.btn-filter-clear {
    display: block;
    width: 100%;
    text-align: center;
    color: #888;
    text-decoration: none;
    padding: 10px;
    font-size: 13px;
    margin-top: 10px;
    transition: color 0.3s ease;
}

.btn-filter-clear:hover {
    color: #c0392b;
}

/* Listings Toolbar */
.listings-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.listings-info {
    color: #bbb;
    font-size: 15px;
}

.listings-count strong {
    color: #c0392b;
}

.listings-category-name {
    color: #666;
    margin-left: 5px;
}

.listings-sort select {
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 8px 35px 8px 12px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}

.listings-sort select:focus {
    border-color: #c0392b;
    outline: none;
}

/* Listings Grid */
.listings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Listing Card */
.listing-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.listing-card:hover {
    transform: translateY(-5px);
    border-color: #c0392b;
    box-shadow: 0 15px 35px rgba(192, 57, 43, 0.2);
}

.listing-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.listing-card .listing-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.listing-card .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.listing-card:hover .listing-image img {
    transform: scale(1.08);
}

.listing-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}

.listing-badge.featured {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
}

.listing-condition {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 500;
}

.listing-condition.new { color: #27ae60; }
.listing-condition.like_new { color: #2ecc71; }
.listing-condition.good { color: #3498db; }
.listing-condition.fair { color: #f39c12; }
.listing-condition.poor { color: #e74c3c; }

.listing-content {
    padding: 18px;
}

.listing-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px;
}

.listing-meta span {
    color: #888;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.listing-meta span i {
    color: #c0392b;
    font-size: 11px;
}

.listing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    border-top: 1px solid #333;
}

.listing-price {
    color: #27ae60;
    font-size: 18px;
    font-weight: 700;
}

.listing-price .negotiable {
    display: block;
    color: #888;
    font-size: 11px;
    font-weight: 400;
}

.listing-date {
    color: #666;
    font-size: 12px;
}

/* Empty State */
.listings-empty {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 60px 40px;
    text-align: center;
}

.listings-empty .empty-icon {
    font-size: 60px;
    color: #333;
    margin-bottom: 20px;
}

.listings-empty h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px 0;
}

.listings-empty p {
    color: #888;
    font-size: 15px;
    margin: 0 0 25px 0;
}

.btn-view-all,
.btn-add-first {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-view-all:hover,
.btn-add-first:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    transform: translateY(-2px);
    color: #fff;
}

/* Pagination */
.listings-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.listings-pagination nav {
    display: flex;
    gap: 8px;
}

.listings-pagination .page-item .page-link {
    background: #222;
    border: 1px solid #333;
    color: #bbb;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.listings-pagination .page-item .page-link:hover {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
}

.listings-pagination .page-item.active .page-link {
    background: #c0392b;
    border-color: #c0392b;
    color: #fff;
}

.listings-pagination .page-item.disabled .page-link {
    background: #1a1a1a;
    color: #555;
    cursor: not-allowed;
}

/* Responsive Listings */
@media (max-width: 991px) {
    .listings-sidebar-toggle {
        display: block;
    }
    
    .listings-sidebar-content {
        display: none;
    }
    
    .listings-sidebar-content.show {
        display: block;
    }
    
    .listings-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    .listings-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .listings-section {
        padding: 40px 0;
    }
    
    .listings-toolbar {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .listings-sort {
        width: 100%;
    }
    
    .listings-sort select {
        width: 100%;
    }
    
    .listings-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .listing-card .listing-image {
        height: 180px;
    }
}

/* =========================================
   LISTING DETAIL PAGE
========================================= */
.listing-detail {
    padding: 60px 0;
    background: #0f0f0f;
}

.alert-pending-notice,
.alert-rejected-notice {
    background: rgba(243, 156, 18, 0.1);
    border: 1px solid rgba(243, 156, 18, 0.3);
    color: #f39c12;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-rejected-notice {
    background: rgba(231, 76, 60, 0.1);
    border-color: rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

/* Gallery */
.listing-gallery {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.gallery-main {
    position: relative;
    height: 450px;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #111;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.gallery-nav:hover {
    background: #c0392b;
}

.gallery-nav.prev { left: 15px; }
.gallery-nav.next { right: 15px; }

.gallery-thumbs {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #111;
    overflow-x: auto;
}

.gallery-thumbs .thumb {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.gallery-thumbs .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-thumbs .thumb:hover,
.gallery-thumbs .thumb.active {
    border-color: #c0392b;
}

/* Description Card */
.listing-description-card,
.listing-specs-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 25px;
}

.listing-description-card .card-title,
.listing-specs-card .card-title,
.listing-info-card .card-title,
.listing-details-card .card-title,
.listing-seller-card .card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-description-card .card-title i,
.listing-specs-card .card-title i {
    color: #c0392b;
}

.description-content {
    color: #bbb;
    font-size: 15px;
    line-height: 1.8;
}

/* Specs Grid */
.specs-grid {
    display: grid;
    gap: 15px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.spec-label {
    color: #888;
    font-size: 14px;
    min-width: 100px;
}

.spec-value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.spec-tag {
    background: rgba(192, 57, 43, 0.15);
    color: #c0392b;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

/* Info Card */
.listing-info-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.listing-price-box {
    margin-bottom: 15px;
}

.listing-price-box .price {
    display: block;
    color: #27ae60;
    font-size: 32px;
    font-weight: 700;
}

.negotiable-badge {
    display: inline-block;
    background: rgba(243, 156, 18, 0.15);
    color: #f39c12;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 8px;
}

.listing-info-card .listing-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.listing-meta-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.listing-meta-info .meta-item {
    color: #888;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing-meta-info .meta-item i {
    color: #c0392b;
    width: 18px;
}

/* Details Card */
.listing-details-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.details-list li {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #333;
}

.details-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.details-list .label {
    color: #888;
}

.details-list .value {
    color: #fff;
    font-weight: 500;
}

.details-list .condition-new { color: #27ae60; }
.details-list .condition-like_new { color: #2ecc71; }
.details-list .condition-good { color: #3498db; }
.details-list .condition-fair { color: #f39c12; }
.details-list .condition-poor { color: #e74c3c; }

/* Seller Card */
.listing-seller-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.seller-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.seller-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #c0392b;
}

.seller-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seller-details {
    flex: 1;
}

.seller-name {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.seller-callsign {
    display: block;
    color: #c0392b;
    font-size: 13px;
    margin-bottom: 5px;
}

.seller-join-date {
    color: #666;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

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

.btn-contact-seller {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-contact-seller.phone {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
}

.btn-contact-seller.phone:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-2px);
}

.btn-contact-seller.instagram {
    background: linear-gradient(135deg, #E1306C 0%, #C13584 100%);
    color: #fff;
}

.btn-contact-seller.instagram:hover {
    background: linear-gradient(135deg, #C13584 0%, #E1306C 100%);
    transform: translateY(-2px);
}

.login-to-contact {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.login-to-contact p {
    color: #888;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.btn-login-contact {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-login-contact:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
}

/* Owner Actions */
.listing-owner-actions {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-edit-listing,
.btn-delete-listing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-edit-listing {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: #fff;
}

.btn-edit-listing:hover {
    background: linear-gradient(135deg, #2980b9 0%, #3498db 100%);
    transform: translateY(-2px);
    color: #fff;
}

.btn-delete-listing {
    background: transparent;
    border: 1px solid #c0392b;
    color: #c0392b;
}

.btn-delete-listing:hover {
    background: #c0392b;
    color: #fff;
}

/* Warning Box */
.listing-warning {
    background: rgba(243, 156, 18, 0.1);
    border: 1px solid rgba(243, 156, 18, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.listing-warning i {
    color: #f39c12;
    font-size: 18px;
    margin-top: 2px;
}

.listing-warning p {
    color: #bbb;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* Related Listings */
.related-listings,
.user-other-listings {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #333;
}

.related-listings .section-title,
.user-other-listings .section-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.related-listings .section-title i,
.user-other-listings .section-title i {
    color: #c0392b;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.listing-card.mini {
    border-radius: 10px;
}

.listing-card.mini .listing-image {
    height: 140px;
}

.listing-card.mini .listing-content {
    padding: 15px;
}

.listing-card.mini .listing-content h4 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.listing-card.mini .price {
    color: #27ae60;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .gallery-main {
        height: 350px;
    }
    
    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .listing-detail {
        padding: 40px 0;
    }
    
    .gallery-main {
        height: 280px;
    }
    
    .gallery-thumbs .thumb {
        width: 60px;
        height: 45px;
    }
    
    .listing-info-card .listing-title {
        font-size: 18px;
    }
    
    .listing-price-box .price {
        font-size: 26px;
    }
    
    .contact-buttons {
        flex-direction: column;
    }
    
    .related-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

/* =========================================
   CREATE / EDIT LISTING PAGE
========================================= */
.create-listing-section {
    padding: 60px 0;
    background: #0f0f0f;
}

.create-listing-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 16px;
    overflow: hidden;
}

.create-listing-card .card-header {
    background: linear-gradient(135deg, #222 0%, #2a2a2a 100%);
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #333;
}

.create-listing-card .header-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create-listing-card .header-icon i {
    color: #fff;
    font-size: 24px;
}

.create-listing-card .header-text h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.create-listing-card .header-text p {
    color: #888;
    font-size: 14px;
    margin: 0;
}

/* Alert Messages */
.alert-message {
    padding: 15px 20px;
    margin: 20px 30px 0;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.alert-message.success {
    background: rgba(39, 174, 96, 0.15);
    border: 1px solid rgba(39, 174, 96, 0.3);
    color: #27ae60;
}

.alert-message.error {
    background: rgba(231, 76, 60, 0.15);
    border: 1px solid rgba(231, 76, 60, 0.3);
    color: #e74c3c;
}

.alert-message i {
    font-size: 18px;
    margin-top: 2px;
}

.alert-message ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.alert-message ul li {
    margin-bottom: 5px;
}

/* Form Steps */
.form-step {
    padding: 30px;
    border-bottom: 1px solid #333;
}

.form-step:last-of-type {
    border-bottom: none;
}

.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.step-number {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.step-header h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.step-content {
    padding-left: 51px;
}

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.category-card {
    cursor: pointer;
}

.category-card input {
    display: none;
}

.category-card-content {
    background: #2a2a2a;
    border: 2px solid #444;
    border-radius: 10px;
    padding: 20px 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-card-content img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.category-card-content i {
    font-size: 32px;
    color: #888;
    margin-bottom: 10px;
    display: block;
    transition: color 0.3s ease;
}

.category-card-content span {
    color: #bbb;
    font-size: 13px;
    font-weight: 500;
    display: block;
    transition: color 0.3s ease;
}

.category-card:hover .category-card-content {
    border-color: #c0392b;
    background: rgba(192, 57, 43, 0.1);
}

.category-card:hover .category-card-content i,
.category-card:hover .category-card-content span {
    color: #c0392b;
}

.category-card input:checked + .category-card-content {
    border-color: #c0392b;
    background: rgba(192, 57, 43, 0.15);
    box-shadow: 0 5px 20px rgba(192, 57, 43, 0.3);
}

.category-card input:checked + .category-card-content i,
.category-card input:checked + .category-card-content span {
    color: #c0392b;
}

/* Form Groups */
.form-group {
    margin-bottom: 20px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-group label .required {
    color: #c0392b;
}

.form-group .form-control {
    width: 100%;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 12px 16px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-group .form-control:focus {
    border-color: #c0392b;
    background: #333;
    outline: none;
    box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.15);
}

.form-group .form-control::placeholder {
    color: #666;
}

.form-group select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23999'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.form-group textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-help {
    display: block;
    color: #666;
    font-size: 12px;
    margin-top: 6px;
}

.error-text {
    display: block;
    color: #e74c3c;
    font-size: 13px;
    margin-top: 6px;
}

.error-text i {
    margin-right: 5px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group.half {
    flex: 1;
}

/* Filter Options Grid */
.filter-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.filter-option-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 6px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-option-checkbox:hover {
    border-color: #c0392b;
    background: rgba(192, 57, 43, 0.1);
}

.filter-option-checkbox input {
    width: 18px;
    height: 18px;
    accent-color: #c0392b;
    cursor: pointer;
}

.filter-option-checkbox span {
    color: #bbb;
    font-size: 14px;
    transition: color 0.3s ease;
}

.filter-option-checkbox:hover span {
    color: #fff;
}

.filter-option-checkbox input:checked + span {
    color: #c0392b;
    font-weight: 600;
}

/* Price Input */
.price-input-wrapper {
    position: relative;
}

.price-input-wrapper input {
    padding-right: 45px;
}

.price-currency {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 18px;
    font-weight: 600;
}

/* Negotiable Checkbox */
.negotiable-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #2a2a2a;
    border: 1px solid #444;
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 48px;
}

.negotiable-checkbox:hover {
    border-color: #f39c12;
    background: rgba(243, 156, 18, 0.1);
}

.negotiable-checkbox input {
    width: 20px;
    height: 20px;
    accent-color: #f39c12;
    cursor: pointer;
}

.negotiable-checkbox span {
    color: #bbb;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.negotiable-checkbox span i {
    color: #f39c12;
}

/* Image Upload */
.image-upload-area {
    border: 2px dashed #444;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.image-upload-area.dragover {
    border-color: #c0392b;
    background: rgba(192, 57, 43, 0.05);
}

.upload-placeholder {
    padding: 50px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-placeholder:hover {
    background: rgba(255, 255, 255, 0.02);
}

.upload-placeholder i {
    font-size: 48px;
    color: #c0392b;
    margin-bottom: 15px;
    display: block;
}

.upload-placeholder span {
    display: block;
    color: #bbb;
    font-size: 16px;
    margin-bottom: 8px;
}

.upload-placeholder small {
    display: block;
    color: #666;
    font-size: 13px;
}

/* Image Preview */
.image-preview-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.image-preview-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #444;
}

.image-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-preview-item .primary-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
}

.image-preview-item .remove-image {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(231, 76, 60, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.image-preview-item .remove-image:hover {
    background: #e74c3c;
    transform: scale(1.1);
}

/* Existing Images Grid (Edit) */
.existing-images-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.existing-image-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #444;
}

.existing-image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.existing-image-item .primary-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 600;
}

.existing-image-item .btn-set-primary {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px;
    background: rgba(243, 156, 18, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.existing-image-item .btn-set-primary:hover {
    background: #f39c12;
    transform: scale(1.1);
}

.existing-image-item .remove-existing-image {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    background: rgba(231, 76, 60, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    transition: all 0.3s ease;
}

.existing-image-item .remove-existing-image:hover {
    background: #e74c3c;
    transform: scale(1.1);
}

/* Info Box */
.create-listing-card .info-box {
    background: rgba(52, 152, 219, 0.1);
    border: 1px solid rgba(52, 152, 219, 0.3);
    border-radius: 10px;
    padding: 20px 25px;
    margin: 0 30px 30px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.create-listing-card .info-box i {
    color: #3498db;
    font-size: 20px;
    margin-top: 2px;
}

.create-listing-card .info-box strong {
    display: block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
}

.create-listing-card .info-box p {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.create-listing-card .info-box.warning {
    background: rgba(243, 156, 18, 0.1);
    border-color: rgba(243, 156, 18, 0.3);
}

.create-listing-card .info-box.warning i {
    color: #f39c12;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 15px;
    padding: 30px;
    background: #1a1a1a;
}

.btn-submit-listing {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    border: none;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-listing:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(39, 174, 96, 0.4);
}

.btn-submit-listing:disabled {
    background: #555;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-cancel {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: transparent;
    border: 1px solid #555;
    color: #888;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    border-color: #c0392b;
    color: #c0392b;
}

@media (max-width: 991px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .filter-options-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .image-preview-container,
    .existing-images-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .create-listing-section {
        padding: 40px 0;
    }
    
    .create-listing-card .card-header {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }
    
    .create-listing-card .header-text h2 {
        font-size: 20px;
    }
    
    .form-step {
        padding: 25px 20px;
    }
    
    .step-content {
        padding-left: 0;
    }
    
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    
    .category-card-content {
        padding: 15px 10px;
    }
    
    .category-card-content i {
        font-size: 24px;
    }
    
    .category-card-content span {
        font-size: 11px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    
    .filter-options-grid {
        grid-template-columns: 1fr;
    }
    
    .image-preview-container,
    .existing-images-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .form-actions {
        flex-direction: column;
        padding: 25px 20px;
    }
    
    .btn-submit-listing,
    .btn-cancel {
        width: 100%;
    }
    
    .create-listing-card .info-box {
        margin: 0 20px 25px;
        flex-direction: column;
        gap: 10px;
    }
}

/* =========================================
   MY LISTINGS PAGE
========================================= */
.my-listings-section {
    padding: 60px 0;
    background: #0f0f0f;
}

.my-listings-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 30px;
}

.toolbar-left h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toolbar-left h3 i {
    color: #c0392b;
}

.toolbar-left h3 .count {
    color: #c0392b;
}

.btn-add-new {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-add-new:hover {
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    transform: translateY(-2px);
    color: #fff;
}

/* My Listings List */
.my-listings-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.my-listing-item {
    display: flex;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.my-listing-item:hover {
    border-color: #444;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.my-listing-item .listing-image {
    position: relative;
    width: 180px;
    height: 140px;
    flex-shrink: 0;
}

.my-listing-item .listing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-listing-item .listing-status {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.listing-status.status-pending {
    background: rgba(243, 156, 18, 0.2);
    color: #f39c12;
}

.listing-status.status-active {
    background: rgba(39, 174, 96, 0.2);
    color: #27ae60;
}

.listing-status.status-sold {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
}

.listing-status.status-reserved {
    background: rgba(155, 89, 182, 0.2);
    color: #9b59b6;
}

.listing-status.status-inactive {
    background: rgba(127, 140, 141, 0.2);
    color: #7f8c8d;
}

.listing-status.status-rejected {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

.my-listing-item .listing-details {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.listing-main {
    flex: 1;
}

.listing-main .listing-title {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.listing-main .listing-title:hover {
    color: #c0392b;
}

.listing-main .listing-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.listing-main .meta-item {
    color: #888;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.listing-main .meta-item i {
    color: #666;
    font-size: 12px;
}

.rejection-reason {
    margin-top: 12px;
    padding: 10px 15px;
    background: rgba(231, 76, 60, 0.1);
    border: 1px solid rgba(231, 76, 60, 0.3);
    border-radius: 6px;
    color: #e74c3c;
    font-size: 13px;
}

.rejection-reason i {
    margin-right: 8px;
}

.listing-price-info {
    text-align: right;
    min-width: 150px;
}

.listing-price-info .price {
    display: block;
    color: #27ae60;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.listing-price-info .negotiable {
    display: block;
    color: #f39c12;
    font-size: 11px;
    margin-bottom: 8px;
}

.listing-price-info .condition {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
}

.listing-price-info .condition-new { color: #27ae60; }
.listing-price-info .condition-like_new { color: #2ecc71; }
.listing-price-info .condition-good { color: #3498db; }
.listing-price-info .condition-fair { color: #f39c12; }
.listing-price-info .condition-poor { color: #e74c3c; }

.listing-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 45px;
}

.btn-action {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-action.view {
    background: rgba(52, 152, 219, 0.15);
    color: #3498db;
}

.btn-action.view:hover {
    background: #3498db;
    color: #fff;
}

.btn-action.edit {
    background: rgba(243, 156, 18, 0.15);
    color: #f39c12;
}

.btn-action.edit:hover {
    background: #f39c12;
    color: #fff;
}

.btn-action.delete {
    background: rgba(231, 76, 60, 0.15);
    color: #e74c3c;
}

.btn-action.delete:hover {
    background: #e74c3c;
    color: #fff;
}

/* Status Legend */
.status-legend {
    margin-top: 50px;
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 25px;
}

.status-legend h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.legend-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.legend-badge {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
}

.legend-badge.status-pending { background: #f39c12; }
.legend-badge.status-active { background: #27ae60; }
.legend-badge.status-sold { background: #3498db; }
.legend-badge.status-rejected { background: #e74c3c; }

.legend-text {
    color: #888;
    font-size: 13px;
}

.legend-text strong {
    color: #ddd;
}

/* Empty State */
.my-listings-section .empty-state {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 80px 40px;
    text-align: center;
}

.my-listings-section .empty-state .empty-icon {
    font-size: 70px;
    color: #333;
    margin-bottom: 25px;
}

.my-listings-section .empty-state h3 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 12px 0;
}

.my-listings-section .empty-state p {
    color: #888;
    font-size: 16px;
    margin: 0 0 30px 0;
}

@media (max-width: 991px) {
    .my-listing-item {
        flex-direction: column;
    }
    
    .my-listing-item .listing-image {
        width: 100%;
        height: 200px;
    }
    
    .my-listing-item .listing-details {
        flex-direction: column;
        align-items: stretch;
    }
    
    .listing-price-info {
        text-align: left;
        display: flex;
        align-items: center;
        gap: 15px;
        padding-top: 15px;
        border-top: 1px solid #333;
    }
    
    .listing-actions {
        flex-direction: row;
        padding-top: 15px;
        border-top: 1px solid #333;
    }
    
    .legend-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .my-listings-section {
        padding: 40px 0;
    }
    
    .my-listings-toolbar {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
        text-align: center;
    }
    
    .btn-add-new {
        justify-content: center;
    }
    
    .toolbar-left h3 {
        justify-content: center;
    }
    
    .my-listing-item .listing-image {
        height: 180px;
    }
    
    .listing-main .listing-title {
        font-size: 15px;
    }
    
    .listing-main .listing-meta {
        gap: 10px;
    }
    
    .listing-price-info .price {
        font-size: 18px;
    }
}

