body {
    font-family: 'Gilroy', sans-serif !important;
}

.font-neue {
    font-family: 'Neue Power Ultra', sans-serif;
}

.team-marquee {
    padding: 20px 0;
    background: #121212;
}

.team-marquee .marquee-track {
    display: flex;
    animation: marquee-scroll 20s linear infinite;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.team-card {
    background: #1e1e1e;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.team-card .fit-img img {
    transition: transform 0.5s ease;
}

.team-card:hover .fit-img img {
    transform: scale(1.05);
}

.team-card .cont {
    padding: 15px;
}

.team-card h6 {
    color: white;
    margin: 0 0 5px 0;
    font-size: 1.1rem;
}

.team-card span {
    color: #aaa;
    font-size: 0.85rem;
}

.social-icons a {
    color: white;
    font-size: 1.1rem;
    transition: color 0.2s ease;
}

.social-icons a:hover {
    color: #ffc107;
}

.lang-selector {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: white !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem !important;
    border-radius: 5px !important;
    height: auto !important;
}

.lang-selector:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.lang-selector option {
    background: #121212;
    color: white;
}

.team-style3.no-pad {
    padding-top: 100px !important;
}

.intro-canvas {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
}

.intro-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.intro-container-flex {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20vh;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
    max-width: 55%;
}

.hero-right {
    flex: 1;
    margin-top: 1.5rem;
}

.main-title {
    font-family: 'Neue Power Ultra', sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 25px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.subtitle-text {
    font-family: 'Gilroy', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #e0e0e0;
    margin: 0;
    line-height: 1.6;
}

.investx-btn {
    font-family: 'Gilroy', sans-serif;
    display: inline-block;
    padding: 16px 32px;
    background-color: #ffc107;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.investx-btn:hover {
    background-color: #e0ac00;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .intro-canvas {
        height: auto;
        min-height: 100vh;
    }

    .intro-container-flex {
        flex-direction: column;
        align-items: center;
        padding-top: 150px;
        width: 90%;
        text-align: center;
    }

    .hero-left,
    .hero-right {
        width: 100%;
        padding: 0;
        align-items: center;
    }

    .hero-right {
        margin-top: 30px;
    }

    .main-title {
        font-size: 2rem;
    }

    .subtitle-text {
        font-size: 1.1rem;
    }
}


/* Navbar əsas stilləri */
.navbar {
    background: transparent;
}

.navbar-nav {
    gap: 2rem;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 0 !important;
    position: relative;
}

.nav-link:hover {
    color: #ffd700 !important;
}

/* Action buttonlar */
.btn-partner {
    border: 2px solid #fff;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-partner:hover {
    background: #fff;
    color: #000;
}

.btn-ticket {
    background: #ffd700;
    color: #000;
    padding: 0.5rem 1.5rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    border: none;
    transition: all 0.3s ease;
}

.btn-ticket:hover {
    background: #ffed4e;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4);
}

/* Logo stili */
.navbar .logo {
    display: inline-block;
}

.navbar-logo {
    width: 300px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 991px) {
    .navbar-logo {
        width: 150px;
    }
}

/* Mobil responsive */
/* Navbar Dropdown Fix - Desktop Only */
@media (min-width: 992px) {
    .navbar .nav-item.dropdown {
        position: relative;
        /* Ensure parent has relative positioning */
    }

    .navbar .dropdown-menu {
        top: 100%;
        /* Position right at the bottom edge of the nav-item */
        margin-top: 0px;
        /* Adjust spacing if needed */
        display: none;
        /* Default hidden */
        left: 0;
        /* Align directly to the start of the item */
        transform: none;
        min-width: 200px;
        /* Ensure enough width */
        text-align: left;
        /* Center text if needed */
        background: #1e1e1e;
        /* Ensure background matches theme */
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        /* Show on hover */
    }
}

/* Mobil responsive */
@media (max-width: 991px) {
    .navbar-logo {
        width: 120px;
    }

    .navbar-nav {
        margin: 1rem 0;
        gap: 0.5rem;
    }

    .nav-link {
        padding: 0.5rem 0 !important;
        text-align: center;
    }

    .d-flex.gap-3 {
        margin-top: 1rem;
        flex-direction: column;
        width: 100%;
    }

    .btn-partner,
    .btn-ticket {
        width: 100%;
        text-align: center;
    }
}