/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Header Styles */
.header {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar {
    padding: 0.5rem 0;
}

.navbar-nav .nav-link {
    color: #333 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #28a745 !important;
}

.dropdown-toggle::after {
    display: none;
}

.fas.fa-chevron-down {
    font-size: 0.8rem;
    margin-left: 0.25rem;
}

/* Contact Bar Styles */
.contact-bar {
    background: #1a5f1a;
    color: white;
    padding: 1rem 0;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.contact-item i {
    color: #90EE90;
    font-size: 1rem;
}

.contact-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Logo Styles */
.logo-container {
    display: flex;
    justify-content: center;
}

.logo {
    width: 80px;
    height: 80px;
    border: 3px solid #28a745;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.logo-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo-figures {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}

.figure {
    width: 8px;
    height: 12px;
    background: #28a745;
    border-radius: 2px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.6rem;
    font-weight: bold;
    color: #28a745;
    text-align: center;
}

.logo-top {
    font-size: 0.5rem;
    line-height: 1;
    margin-bottom: 2px;
}

.logo-bottom {
    font-size: 0.7rem;
    font-weight: 900;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.action-buttons .btn {
    font-size: 0.8rem;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

/* Main Content Styles */
.main-content {
    background: #1a5f1a;
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
    position: relative;
}

.hero-content {
    color: white;
    padding: 2rem 0;
}

.admission-btn {
    background: #007bff;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.admission-btn:hover {
    background: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,123,255,0.3);
}

.welcome-text {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}

.main-headline {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.2;
}

.description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
}

/* Contact Form Styles */
.contact-form-container {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    margin: 1rem 0;
}

.form-title {
    color: #6f42c1;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
    border-color: #6f42c1;
    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.25);
}

.contact-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.submit-btn {
    background: #6f42c1;
    border: none;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #5a32a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.3);
}

/* Footer Styles */
.footer {
    background: #1a5f1a;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Pre-Footer Cards Section */
.pre-footer-cards {
    background: #006400;
    padding: 3rem 0;
    position: relative;
}

.pre-footer-cards::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255,255,0,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 30%, rgba(0,100,0,0.2) 3px, transparent 3px),
        radial-gradient(circle at 10% 80%, rgba(144,238,144,0.1) 2px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(255,255,0,0.1) 3px, transparent 3px);
    background-size: 50px 50px, 60px 60px, 40px 40px, 70px 70px;
    pointer-events: none;
}

.become-student-card {
    background: #4A90E2;
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.become-student-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.become-student-card .card-content {
    flex: 1;
    z-index: 2;
}

.become-student-card h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(255,255,255,0.9);
}

.become-student-card h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.apply-btn {
    background: white;
    color: #4A90E2;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.apply-btn:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.apply-btn i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.apply-btn:hover i {
    transform: translateX(3px);
}

.become-student-card .card-image {
    flex-shrink: 0;
    z-index: 2;
}

.become-student-card .card-image img {
    width: 200px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.become-teacher-card {
    background: #8B4513;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.become-teacher-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.become-teacher-card h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(255,255,255,0.9);
}

.become-teacher-card h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.subscribe-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.subscribe-form .form-control {
    flex: 1;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 25px;
}

.subscribe-form .form-control::placeholder {
    color: rgba(255,255,255,0.7);
}

.subscribe-form .form-control:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
}

.subscribe-btn {
    background: #1e3a8a;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.subscribe-btn:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

/* Main Footer */
.main-footer {
    background: #1a5f1a;
    padding: 3rem 0 2rem;
    position: relative;
}

.footer-column h4 {
    color: #90EE90;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-column h4::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 50px;
    height: 2px;
    background: #28a745;
}

.footer-column p {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #90EE90;
    transform: translateX(5px);
}

.footer-links i {
    color: #28a745;
    margin-right: 0.5rem;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.footer-links a:hover i {
    transform: translateX(3px);
}

.footer-column .social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-column .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.footer-column .social-icon.facebook {
    background: #1877f2;
}

.footer-column .social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.footer-column .social-icon.youtube {
    background: #ff0000;
}

.footer-column .social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info .contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255,255,255,0.8);
}

.contact-info .contact-item i {
    color: #90EE90;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.contact-info .contact-item span {
    font-size: 0.9rem;
}

/* Copyright Section */
.copyright-section {
    background: #0d4d0d;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.copyright-content {
    text-align: center;
}

.copyright-content p {
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-size: 0.9rem;
}

/* Wave Container */
.wave-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: hidden;
    z-index: 1;
}

.wave-container svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.shape-fill {
    fill: #006400;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .main-headline {
        font-size: 2.5rem;
    }
    
    .contact-form-container {
        padding: 2rem;
    }
    
    .form-title {
        font-size: 1.75rem;
    }
    
    .contact-item span {
        font-size: 0.8rem;
    }
    
    .logo {
        width: 60px;
        height: 60px;
    }
    
    .logo-text {
        font-size: 0.5rem;
    }
    
    .logo-top {
        font-size: 0.4rem;
    }
    
    .logo-bottom {
        font-size: 0.6rem;
    }
}

@media (max-width: 767.98px) {
    .main-headline {
        font-size: 2rem;
    }
    
    .welcome-text {
        font-size: 1.25rem;
    }
    
    .description {
        font-size: 1rem;
    }
    
    .contact-form-container {
        padding: 1.5rem;
        margin: 0;
    }
    
    .form-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-bar .row > div {
        text-align: center;
    }
    
    .contact-item {
        justify-content: center;
    }
    
    .action-buttons {
        justify-content: center;
    }
    
    .logo-container {
        margin-bottom: 1rem;
    }
    
    .main-content {
        padding: 1rem 0;
    }
    
    .hero-content {
        text-align: center;
        padding: 1rem 0;
    }
}

@media (max-width: 575.98px) {
    .main-headline {
        font-size: 1.75rem;
    }
    
    .contact-form-container {
        padding: 1rem;
    }
    
    .form-title {
        font-size: 1.25rem;
    }
    
    .contact-item {
        font-size: 0.8rem;
    }
    
    .contact-item i {
        font-size: 0.9rem;
    }
    
    .action-buttons .btn {
        font-size: 0.7rem;
        padding: 0.25rem 0.5rem;
    }
    
    .admission-btn {
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-content {
    animation: fadeInUp 0.8s ease-out;
}

.contact-form-container {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Hover Effects */
.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #28a745;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    width: 80%;
}

/* Form Validation Styles */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* Loading States */
.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus Styles for Accessibility */
.btn:focus,
.form-control:focus,
.form-select:focus {
    outline: 2px solid #6f42c1;
    outline-offset: 2px;
}

/* Promotional Section Styles */
.promotional-section {
    background: white;
    padding: 4rem 0;
    position: relative;
}

.promotional-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, #1a5f1a 0%, #28a745 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

/* Achievement Banner */
.achievement-banner {
    background: #28a745;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    text-align: center;
}

.achievement-banner h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

/* Students Grid */
.students-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.student-card {
    text-align: center;
    background: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.student-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.student-photo {
    margin-bottom: 0.5rem;
}

.student-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #4A90E2;
}

.student-info h4 {
    font-size: 0.9rem;
    margin: 0 0 0.25rem 0;
    color: #333;
    font-weight: 600;
}

.student-info .score {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745;
    background: #e8f5e8;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    display: inline-block;
}

/* Social Media Section */
.social-media-section {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.social-icons {
    display: flex;
    gap: 0.5rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-icon.facebook {
    background: #1877f2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.social-icon.youtube {
    background: #ff0000;
}

.copyright {
    color: #666;
    font-size: 0.9rem;
}

/* Campus Info */
.campus-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 10px;
}

.campus-icon {
    width: 50px;
    height: 50px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.campus-details h4 {
    color: #28a745;
    margin: 0 0 0.5rem 0;
    font-weight: 700;
}

.campus-details p {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

/* Evening Coaching */
.evening-coaching {
    background: #28a745;
    border-radius: 15px;
    padding: 2rem;
    color: white;
    text-align: center;
}

.coaching-header h3 {
    margin: 0 0 1.5rem 0;
    font-size: 1.3rem;
    font-weight: 700;
}

.grade-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.grade {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grade-number {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
}

.grade-year {
    font-size: 0.9rem;
    opacity: 0.9;
}

.grade-divider {
    width: 2px;
    height: 60px;
    background: white;
    opacity: 0.7;
}

.admission-banner {
    background: rgba(255,255,255,0.2);
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

.admission-banner p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-info p {
    margin: 0.25rem 0;
    font-size: 1rem;
}

/* About Section */
.about-section {
    padding: 2rem;
}

.about-heading {
    color: #007bff;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.about-title {
    color: #1a1a1a;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.about-description {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.feature-content h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}

.feature-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Program Categories Section */
.program-categories {
    background: #006400;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.program-categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255,255,0,0.1) 2px, transparent 2px),
        radial-gradient(circle at 80% 30%, rgba(0,100,0,0.2) 3px, transparent 3px),
        radial-gradient(circle at 10% 80%, rgba(144,238,144,0.1) 2px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(255,255,0,0.1) 3px, transparent 3px);
    background-size: 50px 50px, 60px 60px, 40px 40px, 70px 70px;
    pointer-events: none;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.section-subtitle {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.section-title {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 1;
}

.program-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.program-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.program-image {
    height: 200px;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.1);
}

.program-content {
    padding: 1.5rem;
}

.program-content h3 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
}

.program-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.cta-section {
    text-align: center;
    position: relative;
    z-index: 1;
}

.cta-button {
    background: #dc3545;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.cta-button:hover {
    background: #c82333;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220, 53, 69, 0.4);
}

.cta-button i {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.cta-button:hover i {
    transform: translateX(3px);
}

/* Responsive Design for New Sections */
@media (max-width: 991.98px) {
    .about-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .programs-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    
    .grade-section {
        gap: 1.5rem;
    }
    
    .grade-number {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .promotional-section {
        padding: 2rem 0;
    }
    
    .students-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0.75rem;
    }
    
    .student-photo img {
        width: 50px;
        height: 50px;
    }
    
    .student-info h4 {
        font-size: 0.8rem;
    }
    
    .student-info .score {
        font-size: 1rem;
    }
    
    .about-title {
        font-size: 1.75rem;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon {
        align-self: center;
    }
    
    .grade-section {
        flex-direction: column;
        gap: 1rem;
    }
    
    .grade-divider {
        width: 60px;
        height: 2px;
    }
    
    .social-media-section {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .campus-info {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .about-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .students-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .program-content {
        padding: 1rem;
    }
    
    .program-content h3 {
        font-size: 1.2rem;
    }
    
    .cta-button {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
} 

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
    .contact-bar .row > div {
        margin-bottom: 0.5rem;
    }
    
    .contact-item span {
        font-size: 0.8rem;
    }
    
    .action-buttons .btn {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    .main-headline {
        font-size: 2.5rem;
    }
    
    .about-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        text-align: center;
        margin-top: 1rem;
    }
    
    .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
        border-bottom: 1px solid #eee;
    }
    
    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
        background: #f8f9fa;
    }
    
    .main-headline {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .welcome-text {
        font-size: 1.1rem;
    }
    
    .contact-form-container {
        margin-top: 2rem;
    }
    
    .form-title {
        font-size: 1.5rem;
    }
    
    .contact-item span {
        font-size: 0.75rem;
    }
    
    .logo {
        width: 60px;
        height: 60px;
    }
    
    .logo-text {
        font-size: 0.7rem;
    }
    
    .logo-top {
        font-size: 0.5rem;
    }
    
    .logo-bottom {
        font-size: 0.8rem;
    }
    
    .about-title {
        font-size: 1.8rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .grade-section {
        flex-direction: column;
        gap: 1rem;
    }
    
    .grade-number {
        font-size: 1.8rem;
    }
    
    .promotional-section {
        padding: 3rem 0;
    }
    
    .students-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 1.2rem;
    }
    
    .main-headline {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .welcome-text {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-form-container {
        margin-top: 1.5rem;
        padding: 1.5rem;
    }
    
    .form-title {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
    
    .contact-bar .row > div {
        text-align: center;
        margin-bottom: 0.75rem;
    }
    
    .contact-item {
        justify-content: center;
        font-size: 0.8rem;
    }
    
    .action-buttons {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .action-buttons .btn {
        width: 100%;
        font-size: 0.8rem;
    }
    
    .logo-container {
        margin-bottom: 1rem;
    }
    
    .main-content {
        padding: 2rem 0;
    }
    
    .hero-content {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .admission-btn {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }
    
    .promotional-section {
        padding: 2rem 0;
    }
    
    .students-grid {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 0.6rem;
    }
    
    .student-photo img {
        width: 60px;
        height: 60px;
    }
    
    .student-info h4 {
        font-size: 0.8rem;
    }
    
    .student-info .score {
        font-size: 0.9rem;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .section-title {
        font-size: 1.6rem;
    }
    
    .programs-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .feature-card {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .feature-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
    
    .grade-section {
        flex-direction: row;
        justify-content: center;
        gap: 2rem;
    }
    
    .grade-divider {
        width: 2px;
        height: 40px;
    }
    
    .social-media-section {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .campus-info {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .campus-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .main-headline {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .welcome-text {
        font-size: 0.9rem;
    }
    
    .description {
        font-size: 0.85rem;
    }
    
    .contact-form-container {
        margin-top: 1rem;
        padding: 1rem;
    }
    
    .form-title {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .contact-form .form-control {
        font-size: 0.9rem;
        padding: 0.6rem 0.75rem;
    }
    
    .submit-btn {
        font-size: 0.9rem;
        padding: 0.75rem;
    }
    
    .contact-item {
        font-size: 0.75rem;
    }
    
    .contact-item i {
        font-size: 0.9rem;
    }
    
    .action-buttons .btn {
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }
    
    .admission-btn {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
    }
    
    .logo {
        width: 50px;
        height: 50px;
    }
    
    .logo-text {
        font-size: 0.6rem;
    }
    
    .logo-top {
        font-size: 0.4rem;
    }
    
    .logo-bottom {
        font-size: 0.7rem;
    }
    
    .about-title {
        font-size: 1.3rem;
    }
    
    .section-title {
        font-size: 1.4rem;
    }
    
    .students-grid {
        grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
        gap: 0.5rem;
    }
    
    .student-photo img {
        width: 50px;
        height: 50px;
    }
    
    .student-info h4 {
        font-size: 0.7rem;
    }
    
    .student-info .score {
        font-size: 0.8rem;
    }
    
    .program-content {
        padding: 1rem;
    }
    
    .program-content h3 {
        font-size: 1.1rem;
    }
    
    .program-content p {
        font-size: 0.85rem;
    }
    
    .cta-button {
        font-size: 0.9rem;
        padding: 0.75rem 1.5rem;
    }
    
    .achievement-banner h3 {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .coaching-header h3 {
        font-size: 1.1rem;
    }
    
    .grade-number {
        font-size: 1.5rem;
    }
    
    .grade-year {
        font-size: 0.8rem;
    }
    
    .admission-banner p {
        font-size: 0.85rem;
    }
    
    .contact-info p {
        font-size: 0.8rem;
    }
    
    .about-heading {
        font-size: 0.9rem;
    }
    
    .about-description {
        font-size: 0.85rem;
    }
    
    .feature-content h3 {
        font-size: 1rem;
    }
    
    .feature-content p {
        font-size: 0.8rem;
    }
    
    .section-subtitle {
        font-size: 0.8rem;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .main-headline {
        font-size: 1.3rem;
    }
    
    .contact-form-container {
        padding: 0.75rem;
    }
    
    .students-grid {
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    }
    
    .student-photo img {
        width: 45px;
        height: 45px;
    }
    
    .action-buttons {
        gap: 0.3rem;
    }
    
    .action-buttons .btn {
        font-size: 0.7rem;
        padding: 0.4rem 0.8rem;
    }
    
    .logo {
        width: 45px;
        height: 45px;
    }
    
    .logo-text {
        font-size: 0.5rem;
    }
    
    .logo-top {
        font-size: 0.35rem;
    }
    
    .logo-bottom {
        font-size: 0.6rem;
    }
}

/* Landscape orientation fixes */
@media (max-height: 600px) and (orientation: landscape) {
    .main-content {
        min-height: auto;
        padding: 1rem 0;
    }
    
    .hero-content {
        margin-bottom: 1rem;
    }
    
    .contact-form-container {
        margin-top: 1rem;
    }
    
    .promotional-section {
        padding: 1.5rem 0;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .student-photo img,
    .program-image img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .header,
    .action-buttons,
    .contact-form-container,
    .social-media-section {
        display: none;
    }
    
    .main-content,
    .promotional-section,
    .program-categories {
        padding: 0;
        margin: 0;
    }
    
    .main-headline,
    .about-title,
    .section-title {
        color: #000 !important;
    }
}

/* Accessibility improvements */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Focus styles for better accessibility */
.btn:focus,
.form-control:focus,
.form-select:focus {
    outline: 2px solid #6f42c1;
    outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .header {
        background: #1a1a1a;
        color: #fff;
    }
    
    .navbar-nav .nav-link {
        color: #fff !important;
    }
    
    .contact-form-container {
        background: #2a2a2a;
        color: #fff;
    }
    
    .form-control {
        background: #333;
        border-color: #555;
        color: #fff;
    }
    
    .form-control:focus {
        background: #444;
        border-color: #28a745;
        color: #fff;
    }
} 

/* Responsive Design for Footer */
@media (max-width: 991.98px) {
    .pre-footer-cards {
        padding: 2rem 0;
    }
    
    .become-student-card,
    .become-teacher-card {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .become-student-card h2,
    .become-teacher-card h2 {
        font-size: 1.5rem;
    }
    
    .subscribe-form {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    
    .subscribe-btn {
        width: 100%;
    }
    
    .main-footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-column {
        text-align: center;
        margin-bottom: 2rem;
        padding: 0 1rem;
    }
    
    .footer-column h4::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .footer-links a {
        justify-content: center;
        padding: 0.5rem 0;
    }
    
    .contact-info .contact-item {
        justify-content: center;
        padding: 0.5rem 0;
    }
    
    .footer-column .social-icons {
        justify-content: center;
        margin-top: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .pre-footer-cards {
        padding: 1.5rem 0;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 1.5rem;
        margin-bottom: 1rem;
    }
    
    .become-student-card h2,
    .become-teacher-card h2 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    
    .become-student-card h3,
    .become-teacher-card h3 {
        font-size: 0.85rem;
    }
    
    .become-student-card .card-image img {
        width: 150px;
        height: 100px;
    }
    
    .main-footer {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-column {
        margin-bottom: 2rem;
        padding: 0 0.5rem;
    }
    
    .footer-column h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    
    .footer-column p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .footer-links {
        margin-bottom: 1rem;
    }
    
    .footer-links li {
        margin-bottom: 0.5rem;
    }
    
    .footer-links a {
        font-size: 0.9rem;
        padding: 0.4rem 0;
    }
    
    .contact-info {
        gap: 0.75rem;
    }
    
    .contact-info .contact-item {
        font-size: 0.85rem;
        padding: 0.4rem 0;
    }
    
    .contact-info .contact-item i {
        font-size: 0.9rem;
        width: 18px;
    }
    
    .footer-column .social-icons {
        gap: 0.75rem;
        margin-top: 1rem;
    }
    
    .footer-column .social-icon {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
    
    .copyright-section {
        padding: 1rem 0;
    }
    
    .copyright-content p {
        font-size: 0.85rem;
        padding: 0 1rem;
    }
}

@media (max-width: 575.98px) {
    .pre-footer-cards {
        padding: 1rem 0;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .become-student-card h2,
    .become-teacher-card h2 {
        font-size: 1.1rem;
        margin-bottom: 0.75rem;
    }
    
    .become-student-card h3,
    .become-teacher-card h3 {
        font-size: 0.8rem;
        margin-bottom: 0.25rem;
    }
    
    .become-student-card .card-image img {
        width: 120px;
        height: 80px;
    }
    
    .subscribe-form {
        gap: 0.75rem;
    }
    
    .subscribe-form .form-control {
        padding: 0.6rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .subscribe-btn {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
    
    .main-footer {
        padding: 1rem 0 0.5rem;
    }
    
    .footer-column {
        margin-bottom: 1.5rem;
        padding: 0 0.25rem;
    }
    
    .footer-column h4 {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-column p {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
        line-height: 1.5;
    }
    
    .footer-links {
        margin-bottom: 0.75rem;
    }
    
    .footer-links li {
        margin-bottom: 0.4rem;
    }
    
    .footer-links a {
        font-size: 0.85rem;
        padding: 0.3rem 0;
        justify-content: flex-start;
    }
    
    .footer-links i {
        font-size: 0.7rem;
        margin-right: 0.4rem;
    }
    
    .contact-info {
        gap: 0.6rem;
    }
    
    .contact-info .contact-item {
        font-size: 0.8rem;
        padding: 0.3rem 0;
        justify-content: flex-start;
    }
    
    .contact-info .contact-item i {
        font-size: 0.8rem;
        width: 16px;
    }
    
    .footer-column .social-icons {
        gap: 0.6rem;
        margin-top: 0.75rem;
        justify-content: center;
    }
    
    .footer-column .social-icon {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .copyright-section {
        padding: 0.75rem 0;
    }
    
    .copyright-content p {
        font-size: 0.8rem;
        padding: 0 0.5rem;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .pre-footer-cards {
        padding: 0.75rem 0;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 0.75rem;
        margin-bottom: 0.5rem;
    }
    
    .become-student-card h2,
    .become-teacher-card h2 {
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }
    
    .become-student-card h3,
    .become-teacher-card h3 {
        font-size: 0.75rem;
    }
    
    .become-student-card .card-image img {
        width: 100px;
        height: 70px;
    }
    
    .subscribe-form .form-control {
        padding: 0.5rem 0.6rem;
        font-size: 0.85rem;
    }
    
    .subscribe-btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.85rem;
    }
    
    .main-footer {
        padding: 0.75rem 0 0.25rem;
    }
    
    .footer-column {
        margin-bottom: 1rem;
        padding: 0 0.15rem;
    }
    
    .footer-column h4 {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
    }
    
    .footer-column p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }
    
    .footer-links li {
        margin-bottom: 0.3rem;
    }
    
    .footer-links a {
        font-size: 0.8rem;
        padding: 0.25rem 0;
    }
    
    .footer-links i {
        font-size: 0.65rem;
        margin-right: 0.3rem;
    }
    
    .contact-info .contact-item {
        font-size: 0.75rem;
        padding: 0.25rem 0;
    }
    
    .contact-info .contact-item i {
        font-size: 0.75rem;
        width: 14px;
    }
    
    .footer-column .social-icons {
        gap: 0.5rem;
        margin-top: 0.5rem;
    }
    
    .footer-column .social-icon {
        width: 28px;
        height: 28px;
        font-size: 0.75rem;
    }
    
    .copyright-section {
        padding: 0.5rem 0;
    }
    
    .copyright-content p {
        font-size: 0.75rem;
        padding: 0 0.25rem;
    }
}

/* Landscape orientation fixes for footer */
@media (max-height: 600px) and (orientation: landscape) {
    .pre-footer-cards {
        padding: 1rem 0;
    }
    
    .main-footer {
        padding: 1rem 0 0.5rem;
    }
    
    .footer-column {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 1rem;
    }
}

/* Ensure footer takes full width on mobile */
@media (max-width: 767.98px) {
    .footer {
        width: 100%;
        min-width: 100%;
        overflow-x: hidden;
    }
    
    .pre-footer-cards,
    .main-footer,
    .copyright-section {
        width: 100%;
        min-width: 100%;
    }
    
    .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
    
    .row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    
    .col-lg-3,
    .col-lg-6,
    .col-md-6,
    .col-sm-12 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}

/* Fix for very small screens */
@media (max-width: 360px) {
    .become-student-card h2,
    .become-teacher-card h2 {
        font-size: 0.9rem;
    }
    
    .become-student-card h3,
    .become-teacher-card h3 {
        font-size: 0.7rem;
    }
    
    .footer-column h4 {
        font-size: 0.9rem;
    }
    
    .footer-links a {
        font-size: 0.75rem;
    }
    
    .contact-info .contact-item {
        font-size: 0.7rem;
    }
    
    .footer-column .social-icon {
        width: 26px;
        height: 26px;
        font-size: 0.7rem;
    }
} 

/* Additional Mobile Footer Fixes */
@media (max-width: 767.98px) {
    /* Fix container overflow */
    .footer .container {
        max-width: 100%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* Improve touch targets */
    .footer-links a,
    .contact-info .contact-item {
        min-height: 44px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    
    /* Better spacing for mobile */
    .footer-column {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 1.5rem;
    }
    
    .footer-column:last-child {
        border-bottom: none;
    }
    
    /* Improve social icons touch targets */
    .footer-column .social-icon {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Better button sizing for mobile */
    .apply-btn,
    .subscribe-btn {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improve form input on mobile */
    .subscribe-form .form-control {
        min-height: 44px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
}

/* Fix for iPhone SE and very small screens */
@media (max-width: 375px) {
    .footer .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 0.75rem;
    }
    
    .footer-column {
        padding: 0 0.1rem;
    }
    
    .footer-links a,
    .contact-info .contact-item {
        min-height: 40px;
        font-size: 0.8rem;
    }
    
    .footer-column .social-icon {
        min-width: 40px;
        min-height: 40px;
    }
}

/* Fix for landscape mode on mobile */
@media (max-width: 767.98px) and (orientation: landscape) {
    .pre-footer-cards {
        padding: 1rem 0;
    }
    
    .main-footer {
        padding: 1rem 0 0.5rem;
    }
    
    .footer-column {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
    
    .become-student-card,
    .become-teacher-card {
        padding: 1rem;
    }
}

/* Ensure proper text wrapping */
@media (max-width: 767.98px) {
    .footer-column p,
    .footer-links a,
    .contact-info .contact-item span {
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .become-student-card h2,
    .become-teacher-card h2 {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Fix for high DPI displays on mobile */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767.98px) {
    .footer-column .social-icon,
    .apply-btn,
    .subscribe-btn {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* Improve accessibility on mobile */
@media (max-width: 767.98px) {
    .footer-links a:focus,
    .contact-info .contact-item:focus,
    .footer-column .social-icon:focus {
        outline: 2px solid #90EE90;
        outline-offset: 2px;
        border-radius: 4px;
    }
    
    .apply-btn:focus,
    .subscribe-btn:focus {
        outline: 2px solid white;
        outline-offset: 2px;
    }
} 

/* Reviews Section Styles */
.reviews-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.reviews-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 100 100"><defs><pattern id="dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e9ecef"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.reviews-section .container {
    position: relative;
    z-index: 2;
}

.reviews-section .section-header {
    margin-bottom: 3rem;
}

.reviews-section .section-subtitle {
    color: #dc3545;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.reviews-section .section-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.reviews-section .section-description {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Carousel Container */
.reviews-carousel {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.carousel-container {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 2rem;
    padding: 2rem;
}

/* Review Cards */
.review-card {
    min-width: 350px;
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.review-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Stars Rating */
.stars {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
}

.stars i {
    color: #ffc107;
    font-size: 1.2rem;
}

/* Review Text */
.review-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    flex-grow: 1;
    font-style: italic;
}

.review-text::before {
    content: '"';
    font-size: 3rem;
    color: #dc3545;
    line-height: 0;
    margin-right: 0.5rem;
    float: left;
}

/* Reviewer Info */
.reviewer-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #dc3545;
    flex-shrink: 0;
}

.reviewer-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviewer-details h4 {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.reviewer-details span {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.nav-btn {
    background: #dc3545;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.nav-btn:hover {
    background: #c82333;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.4);
}

.nav-btn:active {
    transform: scale(0.95);
}

.nav-btn i {
    font-size: 1.2rem;
}

.nav-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Carousel Dots */
.carousel-dots {
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #dc3545;
    transform: scale(1.2);
}

.dot:hover {
    background: #dc3545;
    transform: scale(1.1);
}

/* Responsive Design for Reviews */
@media (max-width: 1200px) {
    .review-card {
        min-width: 320px;
        padding: 1.75rem;
    }
    
    .carousel-track {
        gap: 1.5rem;
        padding: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .reviews-section {
        padding: 4rem 0;
    }
    
    .reviews-section .section-title {
        font-size: 2rem;
    }
    
    .review-card {
        min-width: 300px;
        padding: 1.5rem;
    }
    
    .carousel-track {
        gap: 1rem;
        padding: 1rem;
    }
    
    .review-text {
        font-size: 0.95rem;
    }
    
    .reviewer-avatar {
        width: 50px;
        height: 50px;
    }
    
    .reviewer-details h4 {
        font-size: 1rem;
    }
    
    .reviewer-details span {
        font-size: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .reviews-section {
        padding: 3rem 0;
    }
    
    .reviews-section .section-title {
        font-size: 1.75rem;
    }
    
    .reviews-section .section-description {
        font-size: 1rem;
    }
    
    .review-card {
        min-width: 280px;
        padding: 1.25rem;
    }
    
    .carousel-track {
        gap: 0.75rem;
        padding: 0.75rem;
    }
    
    .review-text {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
    
    .review-text::before {
        font-size: 2.5rem;
    }
    
    .stars {
        margin-bottom: 1rem;
    }
    
    .stars i {
        font-size: 1rem;
    }
    
    .reviewer-info {
        gap: 0.75rem;
    }
    
    .reviewer-avatar {
        width: 45px;
        height: 45px;
    }
    
    .reviewer-details h4 {
        font-size: 0.95rem;
    }
    
    .reviewer-details span {
        font-size: 0.8rem;
    }
    
    .carousel-nav {
        gap: 1.5rem;
        margin-top: 1.5rem;
    }
    
    .nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .nav-btn i {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .reviews-section {
        padding: 2rem 0;
    }
    
    .reviews-section .section-title {
        font-size: 1.5rem;
    }
    
    .reviews-section .section-description {
        font-size: 0.9rem;
    }
    
    .review-card {
        min-width: 260px;
        padding: 1rem;
    }
    
    .carousel-track {
        gap: 0.5rem;
        padding: 0.5rem;
    }
    
    .review-text {
        font-size: 0.85rem;
        margin-bottom: 1.25rem;
    }
    
    .review-text::before {
        font-size: 2rem;
    }
    
    .stars {
        margin-bottom: 0.75rem;
    }
    
    .stars i {
        font-size: 0.9rem;
    }
    
    .reviewer-info {
        gap: 0.5rem;
    }
    
    .reviewer-avatar {
        width: 40px;
        height: 40px;
    }
    
    .reviewer-details h4 {
        font-size: 0.9rem;
    }
    
    .reviewer-details span {
        font-size: 0.75rem;
    }
    
    .carousel-nav {
        gap: 1rem;
        margin-top: 1rem;
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
    }
    
    .nav-btn i {
        font-size: 0.9rem;
    }
    
    .dot {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .review-card {
        min-width: 240px;
        padding: 0.75rem;
    }
    
    .carousel-track {
        gap: 0.25rem;
        padding: 0.25rem;
    }
    
    .review-text {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .review-text::before {
        font-size: 1.75rem;
    }
    
    .stars i {
        font-size: 0.8rem;
    }
    
    .reviewer-avatar {
        width: 35px;
        height: 35px;
    }
    
    .reviewer-details h4 {
        font-size: 0.85rem;
    }
    
    .reviewer-details span {
        font-size: 0.7rem;
    }
    
    .nav-btn {
        width: 35px;
        height: 35px;
    }
    
    .nav-btn i {
        font-size: 0.8rem;
    }
}

/* Animation for review cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth transitions for carousel */
.carousel-track {
    will-change: transform;
}

/* Accessibility improvements */
.nav-btn:focus,
.dot:focus {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .review-card {
        border: 2px solid #333;
    }
    
    .stars i {
        color: #000;
    }
    
    .nav-btn {
        border: 2px solid #fff;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .carousel-track {
        transition: none;
    }
    
    .review-card {
        animation: none;
        transition: none;
    }
    
    .nav-btn:hover {
        transform: none;
    }
    
    .dot:hover {
        transform: none;
    }
} 

/* Additional Carousel Functionality */
.carousel-track {
    --card-width: 350px;
    --card-gap: 32px;
    cursor: grab;
}

.carousel-track.sliding {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-track:active {
    cursor: grabbing;
}

/* Improved card sizing for different screen sizes */
@media (max-width: 1200px) {
    .carousel-track {
        --card-width: 320px;
        --card-gap: 28px;
    }
}

@media (max-width: 991.98px) {
    .carousel-track {
        --card-width: 300px;
        --card-gap: 24px;
    }
}

@media (max-width: 767.98px) {
    .carousel-track {
        --card-width: 280px;
        --card-gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .carousel-track {
        --card-width: 260px;
        --card-gap: 16px;
    }
}

@media (max-width: 480px) {
    .carousel-track {
        --card-width: 240px;
        --card-gap: 12px;
    }
}

/* Enhanced review card animations */
.review-card {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.review-card:nth-child(1) { animation-delay: 0.1s; }
.review-card:nth-child(2) { animation-delay: 0.2s; }
.review-card:nth-child(3) { animation-delay: 0.3s; }
.review-card:nth-child(4) { animation-delay: 0.4s; }
.review-card:nth-child(5) { animation-delay: 0.5s; }
.review-card:nth-child(6) { animation-delay: 0.6s; }
.review-card:nth-child(7) { animation-delay: 0.7s; }
.review-card:nth-child(8) { animation-delay: 0.8s; }
.review-card:nth-child(9) { animation-delay: 0.9s; }
.review-card:nth-child(10) { animation-delay: 1s; }

/* Loading state for carousel */
.carousel-container.loading {
    position: relative;
}

.carousel-container.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #dc3545;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Improved navigation button states */
.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
    box-shadow: none !important;
}

.nav-btn:disabled:hover {
    background: #ccc;
    transform: none;
    box-shadow: none;
}

/* Enhanced dot indicators */
.dot {
    position: relative;
    overflow: hidden;
}

.dot::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.3), transparent);
    transition: left 0.5s ease;
}

.dot.active::before {
    left: 100%;
}

/* Smooth transitions for all interactive elements */
.review-card,
.nav-btn,
.dot {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Focus indicators for accessibility */
.review-card:focus-within {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
    border-radius: 15px;
}

/* Hover effects for review cards */
.review-card:hover .reviewer-avatar {
    transform: scale(1.05);
    border-color: #c82333;
}

.review-card:hover .stars i {
    transform: scale(1.1);
    color: #ff8c00;
}

/* Responsive improvements for very small screens */
@media (max-width: 360px) {
    .carousel-track {
        --card-width: 220px;
        --card-gap: 8px;
    }
    
    .review-card {
        padding: 0.5rem;
    }
    
    .review-text {
        font-size: 0.75rem;
        margin-bottom: 0.75rem;
    }
    
    .review-text::before {
        font-size: 1.5rem;
    }
    
    .stars i {
        font-size: 0.7rem;
    }
    
    .reviewer-avatar {
        width: 30px;
        height: 30px;
    }
    
    .reviewer-details h4 {
        font-size: 0.8rem;
    }
    
    .reviewer-details span {
        font-size: 0.65rem;
    }
    
    .nav-btn {
        width: 30px;
        height: 30px;
    }
    
    .nav-btn i {
        font-size: 0.7rem;
    }
    
    .dot {
        width: 8px;
        height: 8px;
    }
}

/* Print styles for reviews */
@media print {
    .reviews-section {
        background: white !important;
        padding: 2rem 0;
    }
    
    .carousel-nav {
        display: none;
    }
    
    .carousel-track {
        transform: none !important;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 1rem;
    }
    
    .review-card {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}

/* About Page Styles */
.about-main {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

/* About Hero Section */
.about-hero {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.about-hero::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 100 100"><defs><pattern id="dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero .lead {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* About Sections */
.about-sections {
    padding: 5rem 0;
    background: white;
    position: relative;
}

.about-sections::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: skewY(-2deg);
    transform-origin: top left;
}

.about-sections .container {
    position: relative;
    z-index: 2;
}

/* About Section Cards */
.about-sections .row {
    margin-bottom: 4rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.about-sections .row:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-sections .row::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b, #dc3545);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* About Titles */
.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.about-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
    border-radius: 2px;
}

.about-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 20px;
    height: 4px;
    background: #ffc107;
    border-radius: 2px;
}

/* About Descriptions */
.about-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
    text-align: justify;
}

/* About Images */
.about-img-circle {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.about-img-circle:hover {
    transform: scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.about-img-circle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(220, 53, 69, 0.2), rgba(255, 107, 107, 0.2));
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-img-circle:hover::before {
    opacity: 1;
}

.about-img-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about-img-circle:hover img {
    transform: scale(1.1);
}

.about-img-rounded {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.about-img-rounded:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.about-img-rounded::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(220, 53, 69, 0.2), rgba(255, 107, 107, 0.2));
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-img-rounded:hover::before {
    opacity: 1;
}

.about-img-rounded img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.about-img-rounded:hover img {
    transform: scale(1.05);
}

/* Section Content Styling */
.about-sections .col-lg-6 {
    padding: 3rem;
}

.about-sections .col-lg-6:first-child {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.about-sections .col-lg-6:last-child {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design for About Page */
@media (max-width: 1200px) {
    .about-hero h1 {
        font-size: 3rem;
    }
    
    .about-img-circle {
        width: 350px;
        height: 350px;
    }
    
    .about-sections .col-lg-6 {
        padding: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 4rem 0;
    }
    
    .about-hero h1 {
        font-size: 2.5rem;
    }
    
    .about-hero .lead {
        font-size: 1.1rem;
    }
    
    .about-sections {
        padding: 3rem 0;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-desc {
        font-size: 1rem;
    }
    
    .about-img-circle {
        width: 300px;
        height: 300px;
    }
    
    .about-sections .col-lg-6 {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        padding: 3rem 0;
    }
    
    .about-hero h1 {
        font-size: 2rem;
    }
    
    .about-hero .lead {
        font-size: 1rem;
    }
    
    .about-sections {
        padding: 2rem 0;
    }
    
    .about-title {
        font-size: 1.75rem;
        text-align: center;
    }
    
    .about-title::after,
    .about-title::before {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .about-title::before {
        left: calc(50% + 35px);
    }
    
    .about-desc {
        font-size: 0.95rem;
        text-align: center;
    }
    
    .about-img-circle {
        width: 250px;
        height: 250px;
        margin-bottom: 2rem;
    }
    
    .about-img-rounded {
        margin-bottom: 2rem;
    }
    
    .about-sections .col-lg-6 {
        padding: 1.5rem;
    }
    
    .about-sections .row {
        margin-bottom: 2rem;
    }
}

@media (max-width: 575.98px) {
    .about-hero h1 {
        font-size: 1.75rem;
    }
    
    .about-hero .lead {
        font-size: 0.9rem;
    }
    
    .about-title {
        font-size: 1.5rem;
    }
    
    .about-desc {
        font-size: 0.9rem;
    }
    
    .about-img-circle {
        width: 200px;
        height: 200px;
    }
    
    .about-sections .col-lg-6 {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .about-hero h1 {
        font-size: 1.5rem;
    }
    
    .about-hero .lead {
        font-size: 0.85rem;
    }
    
    .about-title {
        font-size: 1.25rem;
    }
    
    .about-desc {
        font-size: 0.85rem;
    }
    
    .about-img-circle {
        width: 180px;
        height: 180px;
    }
    
    .about-sections .col-lg-6 {
        padding: 0.75rem;
    }
}

/* Animation for About Sections */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-sections .row {
    animation: fadeInUp 0.8s ease-out;
}

.about-sections .row:nth-child(1) { animation-delay: 0.1s; }
.about-sections .row:nth-child(2) { animation-delay: 0.2s; }
.about-sections .row:nth-child(3) { animation-delay: 0.3s; }
.about-sections .row:nth-child(4) { animation-delay: 0.4s; }

/* Enhanced hover effects */
.about-sections .row:hover .about-title {
    color: #dc3545;
}

.about-sections .row:hover .about-title::after {
    width: 80px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b, #dc3545);
    background-size: 200% 100%;
    animation: gradientShift 2s ease-in-out infinite;
}

/* Loading state for images */
.about-img-circle,
.about-img-rounded {
    position: relative;
}

.about-img-circle::after,
.about-img-rounded::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #dc3545;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-img-circle.loading::after,
.about-img-rounded.loading::after {
    opacity: 1;
}

/* Accessibility improvements */
.about-sections .row:focus-within {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .about-hero {
        background: white !important;
        color: black !important;
    }
    
    .about-sections .row {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .about-img-circle,
    .about-img-rounded {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}

/* Contact Page Styles */
.contact-main {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

/* Contact Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.contact-hero::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 100 100"><defs><pattern id="contact-dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-dots)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Contact Content Section */
.contact-content {
    padding: 5rem 0;
    background: white;
    position: relative;
}

.contact-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: skewY(-2deg);
    transform-origin: top left;
}

.contact-content .container {
    position: relative;
    z-index: 2;
}

/* Contact Form Container */
.contact-form-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-form-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b, #dc3545);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

/* Form Header */
.form-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.form-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.form-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
    border-radius: 2px;
}

.form-header p {
    font-size: 1.1rem;
    color: #666;
    margin: 0;
}

/* Contact Form */
.contact-form {
    position: relative;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 0.95rem;
}

.form-control,
.form-select {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.form-control:focus,
.form-select:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    background: white;
    outline: none;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 0.7;
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

/* Form Actions */
.form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.submit-btn,
.reset-btn {
    padding: 0.75rem 2rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 150px;
    justify-content: center;
}

.submit-btn {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.submit-btn:hover {
    background: linear-gradient(135deg, #c82333, #bd2130);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
    color: white;
}

.reset-btn {
    background: #6c757d;
    color: white;
    border: 2px solid #6c757d;
}

.reset-btn:hover {
    background: #5a6268;
    border-color: #5a6268;
    transform: translateY(-2px);
    color: white;
}

/* Contact Info Container */
.contact-info-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    height: fit-content;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.contact-info-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact-info-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #28a745, #20c997, #28a745);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

/* Contact Info Header */
.contact-info-header {
    text-align: center;
    margin-bottom: 2rem;
}

.contact-info-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.contact-info-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 2px;
}

.contact-info-header p {
    font-size: 1rem;
    color: #666;
    margin: 0;
}

/* Contact Info Items */
.contact-info-items {
    margin-bottom: 2rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 1rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-info-item:hover {
    background: #e9ecef;
    transform: translateX(5px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(220, 53, 69, 0.3);
}

.contact-icon i {
    color: white;
    font-size: 1.2rem;
}

.contact-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.contact-details p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.contact-details a {
    color: #dc3545;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #c82333;
    text-decoration: underline;
}

/* Social Links Section */
.social-links-section {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.social-links-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.social-link.facebook {
    background: linear-gradient(135deg, #1877f2, #0d6efd);
}

.social-link.instagram {
    background: linear-gradient(135deg, #e4405f, #f77737);
}

.social-link.youtube {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.social-link.linkedin {
    background: linear-gradient(135deg, #0077b5, #005885);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    color: white;
}

/* Map Section */
.map-section {
    padding: 3rem 0;
    background: #f8f9fa;
}

.map-container {
    text-align: center;
}

.map-container h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.map-container h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
    border-radius: 2px;
}

.map-placeholder {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.map-placeholder:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.map-placeholder i {
    font-size: 4rem;
    color: #dc3545;
    margin-bottom: 1rem;
}

.map-placeholder p {
    font-size: 1.1rem;
    color: #666;
    margin: 0.5rem 0;
}

.map-address {
    font-weight: 600;
    color: #333 !important;
    font-size: 1.2rem !important;
}

/* Responsive Design for Contact Page */
@media (max-width: 1200px) {
    .contact-hero-title {
        font-size: 3rem;
    }
    
    .contact-form-container,
    .contact-info-container {
        padding: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .contact-hero {
        padding: 4rem 0;
    }
    
    .contact-hero-title {
        font-size: 2.5rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .contact-content {
        padding: 3rem 0;
    }
    
    .form-header h2 {
        font-size: 2rem;
    }
    
    .contact-info-header h2 {
        font-size: 1.75rem;
    }
    
    .contact-form-container,
    .contact-info-container {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .contact-hero {
        padding: 3rem 0;
    }
    
    .contact-hero-title {
        font-size: 2rem;
    }
    
    .contact-hero-subtitle {
        font-size: 1rem;
    }
    
    .contact-content {
        padding: 2rem 0;
    }
    
    .form-header h2 {
        font-size: 1.75rem;
    }
    
    .contact-info-header h2 {
        font-size: 1.5rem;
    }
    
    .contact-form-container,
    .contact-info-container {
        padding: 1.5rem;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .submit-btn,
    .reset-btn {
        width: 100%;
    }
    
    .contact-info-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .contact-hero-title {
        font-size: 1.75rem;
    }
    
    .contact-hero-subtitle {
        font-size: 0.9rem;
    }
    
    .form-header h2 {
        font-size: 1.5rem;
    }
    
    .contact-info-header h2 {
        font-size: 1.25rem;
    }
    
    .contact-form-container,
    .contact-info-container {
        padding: 1rem;
    }
    
    .contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .contact-icon i {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .contact-hero-title {
        font-size: 1.5rem;
    }
    
    .contact-hero-subtitle {
        font-size: 0.85rem;
    }
    
    .form-header h2 {
        font-size: 1.25rem;
    }
    
    .contact-info-header h2 {
        font-size: 1.1rem;
    }
    
    .contact-form-container,
    .contact-info-container {
        padding: 0.75rem;
    }
}

/* Animation for Contact Page */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-form-container,
.contact-info-container {
    animation: fadeInUp 0.8s ease-out;
}

.contact-form-container {
    animation-delay: 0.1s;
}

.contact-info-container {
    animation-delay: 0.2s;
}

/* Form validation styles */
.form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Loading state for form submission */
.submit-btn.loading {
    position: relative;
    color: transparent;
}

.submit-btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Accessibility improvements */
.contact-form-container:focus-within,
.contact-info-container:focus-within {
    outline: 2px solid #dc3545;
    outline-offset: 2px;
}

/* Print styles */
@media print {
    .contact-hero {
        background: white !important;
        color: black !important;
    }
    
    .contact-form-container,
    .contact-info-container {
        box-shadow: none;
        border: 1px solid #ddd;
    }
    
    .submit-btn,
    .reset-btn {
        display: none;
    }
}

/* Why SEEKS Page Styles */
.why-seeks-main {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

/* Why SEEKS Hero Section */
.why-seeks-hero {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.why-seeks-hero::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 100 100"><defs><pattern id="why-seeks-dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23why-seeks-dots)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.why-seeks-hero .container {
    position: relative;
    z-index: 2;
}

.why-seeks-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.why-seeks-hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Section Headers */
.section-header {
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
    border-radius: 2px;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Excellence Section */
.excellence-section {
    padding: 5rem 0;
    background: white;
    position: relative;
}

.excellence-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: skewY(-2deg);
    transform-origin: top left;
}

.excellence-section .container {
    position: relative;
    z-index: 2;
}

.excellence-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.excellence-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b, #dc3545);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

.excellence-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #dc3545, #ff6b6b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.excellence-card:hover .card-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.4);
}

.card-icon i {
    color: white;
    font-size: 2rem;
}

.excellence-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}

.excellence-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Innovation Section */
.innovation-section {
    padding: 5rem 0;
    background: #f8f9fa;
    position: relative;
}

.innovation-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: white;
    transform: skewY(2deg);
    transform-origin: top right;
}

.innovation-section .container {
    position: relative;
    z-index: 2;
}

.innovation-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.innovation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997, #28a745);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

.innovation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.innovation-card h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 1rem;
}

.innovation-card h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 2px;
}

.innovation-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: #555;
}

.feature-list li i {
    color: #28a745;
    margin-right: 0.75rem;
    font-size: 1rem;
}

/* Awards and Scholarships Section */
.awards-scholarships-section {
    padding: 5rem 0;
    background: white;
    position: relative;
}

.awards-scholarships-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: #f8f9fa;
    transform: skewY(-2deg);
    transform-origin: top left;
}

.awards-scholarships-section .container {
    position: relative;
    z-index: 2;
}

.subsection-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
}

.subsection-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #dc3545, #ff6b6b);
    border-radius: 2px;
}

/* Scholarships */
.scholarships-section {
    margin-bottom: 4rem;
}

.scholarship-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.scholarship-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ffc107, #ff8c00, #ffc107);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

.scholarship-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.scholarship-card .card-header {
    background: linear-gradient(135deg, #ffc107, #ff8c00);
    color: white;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.scholarship-card .card-header i {
    font-size: 1.5rem;
}

.scholarship-card .card-header h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
}

.scholarship-card .card-body {
    padding: 1.5rem;
}

.eligibility, .benefits {
    margin-bottom: 1.5rem;
}

.eligibility h5, .benefits h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.eligibility h5 i, .benefits h5 i {
    color: #dc3545;
}

.eligibility p, .benefits p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Awards */
.awards-section {
    margin-top: 3rem;
}

.award-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.award-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #6f42c1, #e83e8c, #6f42c1);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

.award-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.award-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #6f42c1, #e83e8c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 10px 25px rgba(111, 66, 193, 0.3);
    transition: all 0.3s ease;
}

.award-card:hover .award-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 35px rgba(111, 66, 193, 0.4);
}

.award-icon i {
    color: white;
    font-size: 2rem;
}

.award-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.award-details {
    text-align: left;
}

.criteria, .recognition {
    margin-bottom: 1.5rem;
}

.criteria h5, .recognition h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.criteria h5 i, .recognition h5 i {
    color: #6f42c1;
}

.criteria p, .recognition p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Success Stories Section */
.success-stories-section {
    padding: 5rem 0;
    background: #f8f9fa;
    position: relative;
}

.success-stories-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: white;
    transform: skewY(2deg);
    transform-origin: top right;
}

.success-stories-section .container {
    position: relative;
    z-index: 2;
}

.success-story-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.success-story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #17a2b8, #20c997, #17a2b8);
    background-size: 200% 100%;
    animation: gradientShift 3s ease-in-out infinite;
}

.success-story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.quote-icon {
    color: #17a2b8;
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.story-content p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.student-info h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.25rem;
}

.student-info span {
    font-size: 0.9rem;
    color: #17a2b8;
    font-weight: 500;
}

/* Call to Action Section */
.cta-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-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 100 100"><defs><pattern id="cta-dots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-dots)"/></svg>');
    opacity: 0.3;
    z-index: 1;
}

.cta-section .container {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Why SEEKS Page */
@media (max-width: 1200px) {
    .why-seeks-hero-title {
        font-size: 3rem;
    }
    
    .section-header h2 {
        font-size: 2.25rem;
    }
    
    .subsection-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 991.98px) {
    .why-seeks-hero {
        padding: 4rem 0;
    }
    
    .why-seeks-hero-title {
        font-size: 2.5rem;
    }
    
    .why-seeks-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .excellence-section,
    .innovation-section,
    .awards-scholarships-section,
    .success-stories-section,
    .cta-section {
        padding: 3rem 0;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .subsection-title {
        font-size: 1.5rem;
    }
    
    .excellence-card,
    .innovation-card,
    .scholarship-card,
    .award-card,
    .success-story-card {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .why-seeks-hero {
        padding: 3rem 0;
    }
    
    .why-seeks-hero-title {
        font-size: 2rem;
    }
    
    .why-seeks-hero-subtitle {
        font-size: 1rem;
    }
    
    .excellence-section,
    .innovation-section,
    .awards-scholarships-section,
    .success-stories-section,
    .cta-section {
        padding: 2rem 0;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .subsection-title {
        font-size: 1.25rem;
    }
    
    .excellence-card,
    .innovation-card,
    .scholarship-card,
    .award-card,
    .success-story-card {
        padding: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 2rem;
    }
    
    .cta-content p {
        font-size: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-buttons .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .why-seeks-hero-title {
        font-size: 1.75rem;
    }
    
    .why-seeks-hero-subtitle {
        font-size: 0.9rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .subsection-title {
        font-size: 1.1rem;
    }
    
    .excellence-card,
    .innovation-card,
    .scholarship-card,
    .award-card,
    .success-story-card {
        padding: 1rem;
    }
    
    .card-icon {
        width: 60px;
        height: 60px;
    }
    
    .card-icon i {
        font-size: 1.5rem;
    }
    
    .award-icon {
        width: 60px;
        height: 60px;
    }
    
    .award-icon i {
        font-size: 1.5rem;
    }
    
    .cta-content h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {
    .why-seeks-hero-title {
        font-size: 1.5rem;
    }
    
    .why-seeks-hero-subtitle {
        font-size: 0.85rem;
    }
    
    .section-header h2 {
        font-size: 1.25rem;
    }
    
    .subsection-title {
        font-size: 1rem;
    }
    
    .excellence-card,
    .innovation-card,
    .scholarship-card,
    .award-card,
    .success-story-card {
        padding: 0.75rem;
    }
    
    .cta-content h2 {
        font-size: 1.5rem;
    }
    
    .cta-content p {
        font-size: 0.9rem;
    }
}

/* Animation for Why SEEKS Page */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.excellence-card,
.innovation-card,
.scholarship-card,
.award-card,
.success-story-card {
    animation: fadeInUp 0.8s ease-out;
}

.excellence-card:nth-child(1) { animation-delay: 0.1s; }
.excellence-card:nth-child(2) { animation-delay: 0.2s; }
.excellence-card:nth-child(3) { animation-delay: 0.3s; }

.innovation-card:nth-child(1) { animation-delay: 0.1s; }
.innovation-card:nth-child(2) { animation-delay: 0.2s; }

.scholarship-card:nth-child(1) { animation-delay: 0.1s; }
.scholarship-card:nth-child(2) { animation-delay: 0.2s; }
.scholarship-card:nth-child(3) { animation-delay: 0.3s; }
.scholarship-card:nth-child(4) { animation-delay: 0.4s; }

.award-card:nth-child(1) { animation-delay: 0.1s; }
.award-card:nth-child(2) { animation-delay: 0.2s; }
.award-card:nth-child(3) { animation-delay: 0.3s; }

.success-story-card:nth-child(1) { animation-delay: 0.1s; }
.success-story-card:nth-child(2) { animation-delay: 0.2s; }
.success-story-card:nth-child(3) { animation-delay: 0.3s; }