/* Modern Header Styles */
.top-bar {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    padding: 8px 0;
    font-size: 14px;
}

.top-bar .contact-info a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-bar .contact-info a:hover {
    color: #ffd700;
}

.social-top .social-icon {
    color: white;
    margin-left: 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-top .social-icon:hover {
    color: #ffd700;
    transform: translateY(-2px);
}

/* Main Navigation */
.navbar {
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-scrolled {
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 10px 0;
}

.logo-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 28px;
}

.logo-primary {
    color: #6a11cb;
}

.logo-secondary {
    color: #2575fc;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 8px 15px !important;
    margin: 0 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white !important;
}

.btn-enroll {
    background: linear-gradient(135deg, #ffd700 0%, #daa520 100%);
    border: none;
    color: #333;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.btn-enroll:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
    color: #333;
}

.hero-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

/* Footer Styles */
.footer {
    position: relative;
    overflow: hidden;
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.footer-top {
    background: #1a1a2e;
}

.footer-widget h5 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-widget h5:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links li a:hover {
    color: #ffd700;
    transform: translateX(5px);
}

.social-footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.social-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: white;
    transform: translateY(-5px);
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #ffd700;
    flex-shrink: 0;
}

.footer-bottom {
    background: #0d0d1a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links-bottom a {
    transition: all 0.3s ease;
}

.footer-links-bottom a:hover {
    color: #ffd700 !important;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
    color: white;
}

.whatsapp-btn i {
    font-size: 24px;
    margin-right: 10px;
}

.whatsapp-text {
    font-weight: 600;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 999;
    opacity: 0;
    transition: all 0.3s ease;
}

.back-top-btn {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(106, 17, 203, 0.3);
    transition: all 0.3s ease;
}

.back-top-btn:hover {
    transform: translateY(-5px);
    color: white;
    box-shadow: 0 10px 20px rgba(106, 17, 203, 0.4);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-bar .col-md-6 {
        text-align: center !important;
        margin-bottom: 5px;
    }
    
    .social-top {
        justify-content: center;
        display: flex;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        margin: 2px 0;
    }
    
    .btn-enroll {
        margin-top: 10px;
        width: 100%;
    }
    
    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-text {
        display: none;
    }
    
    .whatsapp-btn {
        padding: 15px;
        width: 60px;
        height: 60px;
        justify-content: center;
    }
    
    .whatsapp-btn i {
        margin-right: 0;
        font-size: 24px;
    }
    
    .back-to-top {
        bottom: 90px;
        right: 20px;
    }
    
    .back-top-btn {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 576px) {
    .logo-text {
        font-size: 22px;
    }
    
    .footer-widget {
        margin-bottom: 30px;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-links-bottom {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
}