/* RAMESH KANWAL - ABK Design Theme */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Teko', sans-serif;
    line-height: 1.6;
    color: hsl(246, 93%, 48%);
    background-color: #fff;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bakbak One', cursive;
    font-weight: 700;
    line-height: 1.2;
}

/* Page Header - ABK Style */
.page-header {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.page-header .container {
    position: relative;
    z-index: 2;
}

.page-header h1 {
    font-size: 4rem;
    font-weight: 700;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}

.page-header .lead {
    font-size: 1.5rem;
    color: #ffd700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-weight: 600;
}

/* Button Styles - ABK Theme */
.btn {
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
}

.btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
}

.btn-outline-primary {
    border: 2px solid #ff6b35;
    color: #ff6b35;
    background: transparent;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #ff6b35;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

/* Card Styles */
.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
    border-color: #ff6b35;
}

.card-title {
    font-family: 'Bakbak One', cursive;
    font-size: 1.5rem;
    color: #667eea;
}

/* Section Title */
.section-title {
    font-family: 'Bakbak One', cursive;
    font-size: 2.8rem;
    color: #ff6b35;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 2px;
}

/* Statistics Cards */
.stat-card {
    background: white;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(255, 107, 53, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 107, 53, 0.1);
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ff6b35;
    font-family: 'Bakbak One', cursive;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.8rem;
    color: #667eea;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(102, 126, 234, 0.1);
    font-family: 'Bakbak One', cursive;
}

/* About Page Text Enhancement */
.about-content-text {
    font-size: 1.5rem;
    line-height: 1.9;
    color: #333;
}

/* Responsive Text Sizing for About Page */
@media (max-width: 992px) {
    .about-content-text,
    section.py-5 div[style*="font-size: 1.5rem"] {
        font-size: 1.3rem !important;
        line-height: 1.8 !important;
    }
    
    section.py-5 p.lead[style*="font-size: 1.6rem"] {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 768px) {
    .about-content-text,
    section.py-5 div[style*="font-size: 1.5rem"],
    section.py-5 p[style*="font-size: 1.5rem"] {
        font-size: 1.2rem !important;
        line-height: 1.7 !important;
    }
    
    section.py-5 p.lead[style*="font-size: 1.6rem"] {
        font-size: 1.3rem !important;
    }
}

@media (max-width: 576px) {
    .about-content-text,
    section.py-5 div[style*="font-size: 1.5rem"],
    section.py-5 p[style*="font-size: 1.5rem"] {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }
    
    section.py-5 p.lead[style*="font-size: 1.6rem"] {
        font-size: 1.2rem !important;
    }
}

/* Contact Page Text Enhancement */
.contact-page h3[style*="font-size: 2rem"] {
    font-size: 2rem;
    color: #333;
}

.contact-page .form-label[style*="font-size: 1.3rem"] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
}

.contact-page .form-control[style*="font-size: 1.2rem"] {
    font-size: 1.2rem;
    padding: 12px;
}

.contact-page .info-card h5[style*="font-size: 1.5rem"] {
    font-size: 1.5rem;
    font-weight: 700;
}

.contact-page .info-card p[style*="font-size: 1.3rem"] {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
}

/* Responsive Text Sizing for Contact Page */
@media (max-width: 992px) {
    .contact-page h3[style*="font-size: 2rem"] {
        font-size: 1.7rem !important;
    }
    
    .contact-page .form-label[style*="font-size: 1.3rem"] {
        font-size: 1.2rem !important;
    }
    
    .contact-page .form-control[style*="font-size: 1.2rem"] {
        font-size: 1.1rem !important;
    }
    
    .contact-page .info-card h5[style*="font-size: 1.5rem"] {
        font-size: 1.3rem !important;
    }
    
    .contact-page .info-card p[style*="font-size: 1.3rem"] {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 768px) {
    .contact-page h3[style*="font-size: 2rem"] {
        font-size: 1.5rem !important;
    }
    
    .contact-page .form-label[style*="font-size: 1.3rem"] {
        font-size: 1.1rem !important;
    }
    
    .contact-page .form-control[style*="font-size: 1.2rem"] {
        font-size: 1rem !important;
    }
    
    .contact-page .info-card h5[style*="font-size: 1.5rem"] {
        font-size: 1.2rem !important;
    }
    
    .contact-page .info-card p[style*="font-size: 1.3rem"] {
        font-size: 1.1rem !important;
    }
}

@media (max-width: 576px) {
    .contact-page h3[style*="font-size: 2rem"] {
        font-size: 1.3rem !important;
    }
    
    .contact-page .form-label[style*="font-size: 1.3rem"] {
        font-size: 1rem !important;
    }
    
    .contact-page .form-control[style*="font-size: 1.2rem"] {
        font-size: 0.95rem !important;
    }
    
    .contact-page .info-card h5[style*="font-size: 1.5rem"] {
        font-size: 1.1rem !important;
    }
    
    .contact-page .info-card p[style*="font-size: 1.3rem"] {
        font-size: 1rem !important;
    }
}

/* Info Cards (Mission/Vision) */
.info-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.info-card:hover {
    border-color: #ff6b35;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.2);
}

.info-card i {
    color: #ff6b35;
    margin-right: 8px;
}

.info-card h3, .info-card h4 {
    font-family: 'Bakbak One', cursive;
    color: #ff6b35;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.info-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.info-card a {
    color: #ff6b35;
    font-weight: 600;
}

.info-card a:hover {
    color: #f7931e;
}

/* Pagination */
.pagination .page-link {
    color: #ff6b35;
    border: 2px solid #ff6b35;
    margin: 0 5px;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'Teko', sans-serif;
    font-size: 1.2rem;
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-color: #ff6b35;
}

.pagination .page-link:hover {
    background: #ff6b35;
    color: white;
}

/* Background Colors */
.bg-light-custom {
    background: #fafafa;
}

.bg-primary-gradient {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

/* Text Colors */
.text-primary-custom {
    color: #ff6b35 !important;
}

.text-gold {
    color: #ffd700 !important;
}

/* Multilingual Font Support */
.font-hindi { 
    font-family: 'Noto Sans Devanagari', 'Teko', sans-serif; 
}

.font-urdu { 
    font-family: 'Noto Nastaliq Urdu', 'Teko', sans-serif; 
    direction: rtl;
}

.font-roman, .font-latin { 
    font-family: 'Teko', sans-serif; 
}

/* Responsive */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2.5rem;
    }
    
    .page-header .lead {
        font-size: 1.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
}

