/* Import Poppins font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body
{
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
}
/* Header styles */
.site-header {
    background-color: #343a40;
    padding: 1rem 0;
    position: relative;
    z-index: 1030;
}

.site-header .dropdown-menu {
    z-index: 1040;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.site-header .navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.site-header .nav-link {
    color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    transition: color 0.3s;
}

.site-header .nav-link:hover {
    color: #fff;
}

.site-header .dropdown-menu {
    background-color: #495057;
    border: 1px solid #6c757d;
}

.site-header .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}

.site-header .dropdown-item:hover {
    background-color: #6c757d;
    color: #fff;
}

.site-header .dropdown-divider {
    border-color: #6c757d;
}

/* Modern Footer Styles */
.modern-footer {
    color: #ffffff;
    padding: 4rem 0 2rem 0;
}
.greycolor{
    color: #7f7f7f;
}
.footer-logo-img {
    filter: brightness(0) invert(1);
}

.footer-subtitle {
    
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.footer-text {
    color: #b3b3b3;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.subscription-form {
    margin-bottom: 1rem;
}

.subscription-input {
    background-color: transparent;
    border: 1px solid #404040;
    border-radius: 0;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 0.75rem 1rem;
}

.subscription-input::placeholder {
    color: #808080;
}

.subscription-input:focus {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
    color: #ffffff;
}

.subscription-btn {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #1a1a1a;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.subscription-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.form-check-input:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.form-check-label {
    font-size: 0.8rem;
}

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

.footer-nav li {
    margin-bottom: 0.75rem;
}

.footer-link {
    color:#fff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #2440b1;
    text-decoration: none;
}

.footer-contact {
    color: #b3b3b3;
    font-size: 0.85rem;
    line-height: 1.8;
}

.footer-contact strong {
    color: #ffffff;
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #404040;
    color: #b3b3b3;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link:hover {
    background-color: #ffffff;
    color: #1a1a1a;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid #404040;
    margin-top: 3rem;
    padding-top: 2rem;
}

.copyright-text {
    color: #808080;
    font-size: 0.85rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-footer {
        padding: 3rem 0 2rem 0;
    }
    
    .social-media {
        justify-content: center;
        margin-top: 2rem;
    }
    
    .footer-nav {
        text-align: center;
    }
    
    .subscription-form .input-group {
        flex-direction: column;
    }
    
    .subscription-btn {
        margin-top: 0.5rem;
        border-radius: 0;
    }
}

/* Content area */
.main-content {
    min-height: calc(100vh - 200px);
}

/* Member-specific styles */
.auth-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.5rem;
    max-width: 450px;
    width: 100%;
    margin: 2rem auto;
}

.profile-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.otp-input {
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: 0.5rem;
    font-weight: 600;
}

.status-badge {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-active {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.status-expired {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    color: #991b1b;
}

.status-expiring {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.membership-card {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(29, 78, 216, 0.15));
    border-left: 4px solid #2563eb;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1rem 0;
}

.stat-item {
    text-align: center;
    padding: 1rem;
    transition: all 0.3s ease;
}

.stat-value {
    font-weight: 700;
    color: #2563eb;
    font-size: 1.25rem;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Enhanced form controls for member pages */
.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-primary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.3);
}

.btn-outline-primary {
    border: 2px solid #2563eb;
    color: #2563eb;
    border-radius: 12px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #2563eb;
    transform: translateY(-2px);
}

/* Alert enhancements */
.alert {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
}

.alert-success {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.alert-danger {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    color: #991b1b;
}

.alert-info {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.alert-warning {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.bg-khargymkhana {
    background-color: #033592;
}

.viedetailsbtn, .viewallbtn
{
    color: #033592;
    font-size:20px;
    background-color: #fff;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.viedetailsbtn:hover, .viewallbtn:hover 
{
    color: #033592;
    font-size:20px;
    background-color: #fff;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
    .widgetbg
    {
        background:#0D4ABB;
        color:#fff
    }

    .bgtopmenu
    {
        background:#033592;
        color:#fff !important
    }
