/* PERAB MAX Custom Styles v2.1.3 */

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6
}

.v2b6-section-zone {
    position: relative;
    overflow: hidden
}

/* Hero section enhancements */
.hero-section {
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2
}

/* Card hover effects */
.card {
    transition: all 0.3s ease;
    border-radius: 15px !important
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important
}

/* Pricing cards special styling */
.card-header {
    border-radius: 15px 15px 0 0 !important;
    border: none
}

/* Button enhancements */
.btn {
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15)
}

.btn-warning {
    background: linear-gradient(45deg, #ffc107, #ffb300);
    color: #000 !important
}

.btn-warning:hover {
    background: linear-gradient(45deg, #ffb300, #ffa000);
    color: #000 !important
}

/* Navigation styling */
.navbar {
    backdrop-filter: blur(10px);
    background-color: rgba(13, 110, 253, 0.95) !important;
    transition: all 0.3s ease
}

.navbar.scrolled {
    background-color: rgba(13, 110, 253, 1) !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1)
}

.navbar-brand {
    font-size: 1.8rem !important;
    font-weight: 800
}

/* Cookie banner styling */
#cookieConsent {
    backdrop-filter: blur(10px);
    background-color: rgba(33, 37, 41, 0.95) !important;
    border-top: 3px solid #ffc107
}

/* Form styling */
.form-control {
    border-radius: 10px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease
}

.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    transform: translateY(-1px)
}

.form-select {
    border-radius: 10px;
    border: 2px solid #e9ecef
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

/* Background patterns */
.bg-light {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important
}

.bg-dark {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%) !important
}

/* Success stories section */
.card-body {
    position: relative
}

.card-body::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 4rem;
    color: #ffc107;
    font-family: Georgia, serif;
    opacity: 0.3
}

/* Statistics section */
.display-4 {
    background: linear-gradient(45deg, #ffc107, #fd7e14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

/* Course cards */
.card-header h3 {
    font-size: 1.5rem;
    font-weight: 700
}

/* Badge styling */
.badge {
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 20px
}

/* Icon enhancements */
.bi {
    transition: all 0.3s ease
}

.card:hover .bi {
    transform: scale(1.1)
}

/* Footer links */
footer a {
    transition: color 0.3s ease
}

footer a:hover {
    color: #ffc107 !important
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem
    }
    
    .display-5 {
        font-size: 2rem
    }
    
    .display-6 {
        font-size: 1.75rem
    }
    
    .hero-section {
        min-height: 70vh;
        padding-top: 2rem
    }
    
    .btn-lg {
        padding: 0.75rem 1.5rem;
        font-size: 1rem
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    
    .card-body {
        padding: 1.5rem !important
    }
    
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }
}

/* Animation for stats */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px) }
    to { opacity: 1; transform: translateY(0) }
}

.display-4 {
    animation: countUp 1s ease-out
}

/* Loading animation placeholder */
.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite
}

@keyframes loading {
    0% { background-position: 200% 0 }
    100% { background-position: -200% 0 }
}

/* Gradient text effect */
.gradient-text {
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

/* Shadow effects */
.shadow-custom {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1), 0 1px 8px rgba(0,0,0,0.2)
}

/* Course category badges */
.course-badge {
    position: absolute;
    top: -10px;
    right: 15px;
    background: #28a745;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600
}

.course-badge.popular {
    background: #ffc107;
    color: #000
}

.course-badge.premium {
    background: linear-gradient(45deg, #6f42c1, #e83e8c);
    color: white
}

/* Floating elements */
.floating {
    animation: floating 3s ease-in-out infinite
}

@keyframes floating {
    0%, 100% { transform: translateY(0px) }
    50% { transform: translateY(-10px) }
}