/* Custom premium dark mode & neon pink design */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;900&display=swap');

body {
    background-color: #0b0c10 !important;
    color: #ffffff !important;
    font-family: 'Outfit', 'Roboto', sans-serif !important;
}

/* Header & Navbar */
.header {
    background: rgba(11, 12, 16, 0.9) !important;
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #1a1b24;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.header-top {
    border-bottom: 1px solid #1a1b24;
    padding: 8px 0 !important;
    background: rgba(8, 9, 13, 0.5) !important;
}
.header-bottom {
    padding: 15px 0 !important;
}
.logo h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1.8rem;
    color: #ffffff;
    letter-spacing: 2px;
    margin: 0;
}
.logo a {
    text-decoration: none !important;
}
.header-bottom .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
.header-bottom .auth-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-bottom .navbar-nav .nav-item .nav-link,
.navbar-nav .nav-item .nav-link {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #ffffff !important;
    padding: 10px 20px !important;
    transition: all 0.3s;
}
.header-bottom .navbar-nav .nav-item .nav-link:hover,
.header-bottom .navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover,
.navbar-nav .nav-item .nav-link.active {
    color: #ff0055 !important;
}
.navbar-nav .nav-item.active-link .nav-link {
    color: #ff0055 !important;
    border-bottom: 2px solid #ff0055;
}

/* Buttons */
.btn-pink-solid {
    background: #ff0055 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 20px;
    padding: 8px 22px;
    border: none;
    transition: all 0.3s;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-pink-solid:hover {
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.5);
    transform: translateY(-2px);
    color: #ffffff !important;
    text-decoration: none !important;
}
.btn-outline-white {
    background: transparent !important;
    border: 2px solid #232742 !important;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 20px;
    padding: 8px 22px;
    transition: all 0.3s;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-outline-white:hover {
    border-color: #ffffff !important;
    transform: translateY(-2px);
    color: #ffffff !important;
    text-decoration: none !important;
}
.btn-outline-pink {
    background: transparent !important;
    border: 2px solid #ff0055 !important;
    color: #ff0055 !important;
    font-weight: 700;
    border-radius: 20px;
    padding: 8px 22px;
    transition: all 0.3s;
    font-family: 'Outfit', sans-serif;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.btn-outline-pink:hover {
    background: #ff0055 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
    transform: translateY(-2px);
    text-decoration: none !important;
}

/* Hero Section */
.banner {
    background: linear-gradient(180deg, rgba(11, 12, 16, 0.25) 0%, rgba(11, 12, 16, 0.85) 100%), 
                url('/assets/images/banner_sports_fans.webp') center center / cover no-repeat !important;
    padding: 220px 0 120px 0 !important;
    min-height: 85vh;
    display: flex;
    align-items: center;
}
.text-content h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff;
}
.text-content p {
    font-size: 1.2rem;
    color: #a2a5b9;
    line-height: 1.6;
    margin-bottom: 35px;
}

/* Grid & Cards (Modern Sleek Dark) */
.single-blog, .single-feature {
    background: #141621 !important;
    border: 1px solid #202336 !important;
    border-radius: 16px !important;
    transition: all 0.3s !important;
}
.single-blog:hover, .single-feature:hover {
    border-color: #ff0055 !important;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 0, 85, 0.15) !important;
}

/* Custom categories pills */
.category-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.category-pill {
    background: rgba(32, 35, 54, 0.5);
    border: 1px solid #202336;
    color: #a2a5b9;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    user-select: none;
}
.category-pill:hover, .category-pill.active {
    background: #ff0055;
    border-color: #ff0055;
    color: #ffffff;
}

/* Partner badges */
.partner-badge {
    border: 1px solid #202336;
    background: #141621;
    color: #a2a5b9;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s;
}
.partner-badge:hover {
    border-color: #ff0055;
    color: #ffffff;
}

/* Mission & About graphics */
.mission-graphic {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 2px dashed #ff0055;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    animation: rotate 60s linear infinite;
}
.mission-graphic-inner {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #141621;
    border: 1px solid #202336;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    padding: 20px;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Form controls for contact form */
.custom-input {
    background: #141621 !important;
    border: 1px solid #202336 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    transition: all 0.3s;
}
.custom-input:focus {
    border-color: #ff0055 !important;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.2) !important;
    outline: none !important;
}

/* Team Profile Cards */
.team-card {
    text-align: center;
    margin-bottom: 30px;
}
.team-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    border: 2px solid #202336;
    transition: all 0.3s;
}
.team-card:hover .team-avatar {
    border-color: #ff0055;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.3);
}

/* Progress bar styling */
.progress-container {
    background: #202336;
    border-radius: 10px;
    height: 6px;
    overflow: hidden;
    margin: 15px 0;
}
.progress-bar-pink {
    background: #ff0055;
    height: 100%;
}
.about-widget p {
    color: #a2a5b9 !important;
}
.useful-links ul li a {
    color: #a2a5b9 !important;
}
.useful-links ul li a:hover {
    color: #ff0055 !important;
}
.support ul li .text .descr {
    color: #ffffff !important;
}
.support ul li .text .title {
    color: #ff0055 !important;
}
.post-date {
    background: linear-gradient(90deg, #ff0055 0%, #ff5500 100%) !important;
}
.single-blog .part-text a.title:hover {
    color: #ff0055 !important;
}
.blog-detail .article-content p {
    color: #e2e8f0 !important;
    line-height: 1.8 !important;
    margin-bottom: 15px !important;
}

/* Responsive Hero Title and Typography */
@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2.8rem !important;
    }
    /* Mobile Navbar styles */
    .header-bottom .navbar-toggler {
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        background-color: transparent !important;
        color: #ffffff !important;
        padding: 6px 12px;
        font-size: 1.2rem;
        cursor: pointer;
    }
    .header-bottom .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }
    .header-bottom .navbar-collapse {
        background: #141621;
        border: 1px solid #202336;
        border-radius: 12px;
        padding: 20px;
        margin-top: 15px;
        width: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }
    .header-bottom .navbar-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        width: 100%;
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }
    .header-bottom .navbar-nav .nav-item {
        width: 100%;
    }
    .header-bottom .navbar-nav .nav-item .nav-link {
        padding: 8px 0 !important;
        width: 100%;
    }
    .navbar-nav .nav-item.active-link .nav-link {
        border-bottom: none !important;
        border-left: 2px solid #ff0055;
        padding-left: 10px !important;
    }
    .header-bottom .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        background: rgba(11, 12, 16, 0.5) !important;
        border: none !important;
        box-shadow: none !important;
        padding-left: 15px;
        margin-top: 5px;
    }
    .header-bottom .auth-buttons {
        width: 100%;
        margin-top: 15px;
        display: flex;
    }
    .header-bottom .auth-buttons a {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767.98px) {
    .hero-title {
        font-size: 2.2rem !important;
    }
    .text-content p, .banner p {
        font-size: 1rem !important;
    }
}
@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.8rem !important;
    }
}

