.navbar-custom {
    background:rgba(27, 30, 31);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    position: relative;
    z-index: 1000;
}

.navbar-custom .container-fluid {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.navbar-custom .navbar-nav {
    padding-left: 0;
    padding-right: 0;
}

.navbar-custom .nav-link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.navbar-custom .dropdown-menu {
    background-color: rgba(27, 30, 31, 0.95) !important;
    border: 1px solid hsla(0,0%,100%,.1) !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.1s ease, transform 0.1s ease;
    display: block !important;
    visibility: hidden;
}

.navbar-custom .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.navbar-custom .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
}

.navbar-custom .dropdown-item {
    color: rgb(209, 205, 199) !important;
}

.navbar-custom .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.navbar-custom .dropdown-divider {
    border-color: hsla(0,0%,100%,.1) !important;
}
.btn {
    border-radius:50px;
}
.btn-primary {
    background: linear-gradient(15deg, #0d6efd 0%, #474DAC 100%) !important;
    border: 1px solid hsla(0,0%,100%,.1);
}

.btn-primary:hover {
    border: 1px solid hsla(0,0%,100%,.2);
}
body {
    background-color: #181A1B !important;
    font-family: Source Sans Pro !important;
}
.nav-link {
    font-family: 'Inter', sans-serif;
}
h1 {
    color: #FFFFFFFF;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
h2,h3,h4,h5,h6,p,label,li,.alert-custom {
    color: rgb(209, 205, 199) !important;
}

a {
    text-decoration:none !important;
    text-decoration-color: currentcolor !important;
    color: rgb(99, 178, 229);
}
a:hover {
    color: rgb(97, 183, 255);
}

.form-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #181A1B;
    background-clip: padding-box;
    border: 1px solid #2F2F2D;
    border-radius: 1.1rem;
    outline: 0;
}

input, textarea, select {
    background-color: #181a1b !important;
    border-color: #3d3d3a !important;
    color: #e8e6e3 !important;
}

.alert-custom {
    margin:0 auto;
    Overflow:hidden;
    text-align: center;
    padding: 0.5rem 0.5rem !important;
    border: none !important;
    border-bottom: 1px solid hsla(0,0%,100%,.1) !important;
}

.alert-custom-primary {
    background: linear-gradient(15deg, #1DA1B2 0%, #3C3775 100%);
}

.alert-danger {
    background: rgba(220, 53, 69, 0.08) !important;
    border: 1px solid rgba(220, 53, 69, 0.2) !important;
    color: rgba(255, 107, 122, 0.9) !important;
    border-radius: 6px;
    padding: 0.6rem 0.8rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    backdrop-filter: blur(10px);
    font-weight: 400;
}

.hero-banner {
    position: relative;
    height: 30vh;
    background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 25%, #2d1b69 75%, #1e3a8a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(1deg); }
}

.hero-content {
    text-align: center;
    z-index: 2;
    position: relative;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #fff 0%, #a78bfa 50%, #60a5fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

.hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.6;
}

.hero-subtitle-secondary {
    font-size: 1rem;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 1.4;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-buttons .btn {
    padding: 0.4rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.hero-buttons .btn:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.hero-banner-fullscreen {
    height: 100vh !important;
    margin: 0 !important;
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-banner-fullscreen + * {
    display: none;
}

body:has(.hero-banner-fullscreen) {
    overflow: hidden;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-buttons .btn {
        width: 200px;
    }
    
}

@media (max-width: 480px) {
    .hero-banner {
        height: 60vh;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    }
    
.form-group {
    position: relative;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 0.3rem;
}

.form-label i {
    width: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.form-input {
    width: 100%;
    padding: 0.35rem 1rem;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px;
    color: #fff !important;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-input:focus {
    outline: none;
    border-color: rgba(99, 178, 229, 0.4) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    box-shadow: 
        0 0 0 2px rgba(99, 178, 229, 0.08),
        0 2px 8px rgba(0, 0, 0, 0.08);
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

.form-help {
    display: block;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4) !important;
}

@media (max-width: 480px) {
    .form-input {
        padding: 0.45rem 0.8rem;
    }
}

