/**
 * Homepage Styles - Ministry of Education Style
 * Based on education.gov.in design
 * Ek Mukta Font - Applied Everywhere
 */

/* Force Ek Mukta Font */
*,
*::before,
*::after {
    font-family: 'Ek Mukta', system-ui, sans-serif !important;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-slider {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #003d82 !important;
    background-color: #003d82 !important;
    margin-bottom: 0;
    border-top: 3px solid #ff6600;
}

.hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    text-align: left;
    padding-left: 0;
}

/* Hero slide with background image - ensure text is white */
.hero-slide .hero-badge {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-slide .hero-badge i {
    color: #ffffff !important;
}

.hero-slide .hero-title {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-slide .hero-title i {
    color: #ffffff !important;
}

.hero-slide .hero-subtitle {
    color: #ffffff !important;
}

.hero-slide .hero-subtitle i {
    color: #ffffff !important;
}

.hero-slide .container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent !important;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: var(--spacing-xl) var(--spacing-lg);
    text-align: left;
    margin-left: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
    font-family: 'Ek Mukta', sans-serif !important;
    letter-spacing: 0.5px;
}

.hero-badge i {
    font-size: 1.2rem;
    color: #ffffff !important;
}

.hero-title {
    color: #ffffff !important;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.3;
    text-align: left;
    font-family: 'Ek Mukta', sans-serif !important;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    letter-spacing: -0.5px;
}

.hero-title i {
    font-size: 2rem;
    color: #ffffff !important;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.hero-subtitle {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #ffffff !important;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    font-family: 'Ek Mukta', sans-serif !important;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    max-width: 700px;
}

.hero-subtitle i {
    font-size: 1.3rem;
    color: #ffffff !important;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.hero-actions {
    margin-top: 1.5rem;
}

.btn-hero {
    background: #ff6600 !important;
    background-color: #ff6600 !important;
    color: #ffffff !important;
    padding: 0.875rem 2rem;
    border: 2px solid #ff6600 !important;
    border-color: #ff6600 !important;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    font-family: 'Ek Mukta', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0;
    box-shadow: 0 4px 8px rgba(255, 102, 0, 0.25);
    letter-spacing: 0.3px;
}

.btn-hero i:first-child {
    font-size: 1.1rem;
}

.btn-hero i:last-child {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.btn-hero:hover {
    background: #ff5500 !important;
    background-color: #ff5500 !important;
    border-color: #ff5500 !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(255, 102, 0, 0.35);
    transform: translateY(-2px);
}

.btn-hero:hover i:last-child {
    transform: translateX(4px);
}

.btn-hero:focus {
    outline: 3px solid white;
    outline-offset: 3px;
}

.hero-default {
    height: 400px;
    background: #003d82 !important;
    background-color: #003d82 !important;
    border-top: 3px solid #ff6600;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}

.hero-default .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

/* ============================================
   QUICK LINKS / SERVICES
   ============================================ */
.quick-links-section {
    padding: var(--spacing-xl) 0;
    background: var(--bg-white);
}

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.section-title {
    color: #003d82 !important;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ff6600 !important;
}

.section-subtitle {
    color: var(--text-medium);
    font-size: 1rem;
    margin-top: var(--spacing-lg);
}

.quick-link-card.professional {
    text-align: center;
    padding: 2rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

/* Colorful Card Variants - Using direct classes */
.quick-link-card.professional.card-blue {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    border-color: #2196f3 !important;
}

.quick-link-card.professional.card-blue::before {
    background: linear-gradient(90deg, #2196f3 0%, #1976d2 100%) !important;
}

.quick-link-card.professional.card-blue:hover {
    background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%) !important;
    border-color: #1976d2 !important;
}

.quick-link-card.professional.card-blue .quick-link-icon-wrapper {
    background: rgba(33, 150, 243, 0.15) !important;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2) !important;
}

.quick-link-card.professional.card-blue:hover .quick-link-icon-wrapper {
    background: rgba(33, 150, 243, 0.25) !important;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3) !important;
}

.quick-link-card.professional.card-blue .quick-link-icon {
    color: #1976d2 !important;
    filter: drop-shadow(0 2px 4px rgba(33, 150, 243, 0.3)) !important;
}

.quick-link-card.professional.card-blue:hover .quick-link-icon {
    color: #1565c0 !important;
    filter: drop-shadow(0 4px 8px rgba(33, 150, 243, 0.4)) !important;
}

.quick-link-card.professional.card-blue h5 {
    color: #1565c0 !important;
}

.quick-link-card.professional.card-blue .quick-link-arrow {
    color: #1976d2 !important;
}

.quick-link-card.professional.card-blue:hover .quick-link-arrow {
    color: #1565c0 !important;
}

/* Purple Card */
.quick-link-card.professional.card-purple {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%) !important;
    border-color: #9c27b0 !important;
}

.quick-link-card.professional.card-purple::before {
    background: linear-gradient(90deg, #9c27b0 0%, #7b1fa2 100%) !important;
}

.quick-link-card.professional.card-purple:hover {
    background: linear-gradient(135deg, #e1bee7 0%, #ce93d8 100%) !important;
    border-color: #7b1fa2 !important;
}

.quick-link-card.professional.card-purple .quick-link-icon-wrapper {
    background: rgba(156, 39, 176, 0.15) !important;
    box-shadow: 0 2px 8px rgba(156, 39, 176, 0.2) !important;
}

.quick-link-card.professional.card-purple:hover .quick-link-icon-wrapper {
    background: rgba(156, 39, 176, 0.25) !important;
    box-shadow: 0 4px 16px rgba(156, 39, 176, 0.3) !important;
}

.quick-link-card.professional.card-purple .quick-link-icon {
    color: #7b1fa2 !important;
    filter: drop-shadow(0 2px 4px rgba(156, 39, 176, 0.3)) !important;
}

.quick-link-card.professional.card-purple:hover .quick-link-icon {
    color: #6a1b9a !important;
    filter: drop-shadow(0 4px 8px rgba(156, 39, 176, 0.4)) !important;
}

.quick-link-card.professional.card-purple h5 {
    color: #6a1b9a !important;
}

.quick-link-card.professional.card-purple .quick-link-arrow {
    color: #7b1fa2 !important;
}

.quick-link-card.professional.card-purple:hover .quick-link-arrow {
    color: #6a1b9a !important;
}

/* Orange Card */
.quick-link-card.professional.card-orange {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
    border-color: #ff9800 !important;
}

.quick-link-card.professional.card-orange::before {
    background: linear-gradient(90deg, #ff9800 0%, #f57c00 100%) !important;
}

.quick-link-card.professional.card-orange:hover {
    background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%) !important;
    border-color: #f57c00 !important;
}

.quick-link-card.professional.card-orange .quick-link-icon-wrapper {
    background: rgba(255, 152, 0, 0.15) !important;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2) !important;
}

.quick-link-card.professional.card-orange:hover .quick-link-icon-wrapper {
    background: rgba(255, 152, 0, 0.25) !important;
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.3) !important;
}

.quick-link-card.professional.card-orange .quick-link-icon {
    color: #f57c00 !important;
    filter: drop-shadow(0 2px 4px rgba(255, 152, 0, 0.3)) !important;
}

.quick-link-card.professional.card-orange:hover .quick-link-icon {
    color: #e65100 !important;
    filter: drop-shadow(0 4px 8px rgba(255, 152, 0, 0.4)) !important;
}

.quick-link-card.professional.card-orange h5 {
    color: #e65100 !important;
}

.quick-link-card.professional.card-orange .quick-link-arrow {
    color: #f57c00 !important;
}

.quick-link-card.professional.card-orange:hover .quick-link-arrow {
    color: #e65100 !important;
}

/* Green Card */
.quick-link-card.professional.card-green {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
    border-color: #4caf50 !important;
}

.quick-link-card.professional.card-green::before {
    background: linear-gradient(90deg, #4caf50 0%, #388e3c 100%) !important;
}

.quick-link-card.professional.card-green:hover {
    background: linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 100%) !important;
    border-color: #388e3c !important;
}

.quick-link-card.professional.card-green .quick-link-icon-wrapper {
    background: rgba(76, 175, 80, 0.15) !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
}

.quick-link-card.professional.card-green:hover .quick-link-icon-wrapper {
    background: rgba(76, 175, 80, 0.25) !important;
    box-shadow: 0 4px 16px rgba(76, 175, 80, 0.3) !important;
}

.quick-link-card.professional.card-green .quick-link-icon {
    color: #388e3c !important;
    filter: drop-shadow(0 2px 4px rgba(76, 175, 80, 0.3)) !important;
}

.quick-link-card.professional.card-green:hover .quick-link-icon {
    color: #2e7d32 !important;
    filter: drop-shadow(0 4px 8px rgba(76, 175, 80, 0.4)) !important;
}

.quick-link-card.professional.card-green h5 {
    color: #2e7d32 !important;
}

.quick-link-card.professional.card-green .quick-link-arrow {
    color: #388e3c !important;
}

.quick-link-card.professional.card-green:hover .quick-link-arrow {
    color: #2e7d32 !important;
}

/* Pink Card */
.quick-link-card.professional.card-pink {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%) !important;
    border-color: #e91e63 !important;
}

.quick-link-card.professional.card-pink::before {
    background: linear-gradient(90deg, #e91e63 0%, #c2185b 100%) !important;
}

.quick-link-card.professional.card-pink:hover {
    background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 100%) !important;
    border-color: #c2185b !important;
}

.quick-link-card.professional.card-pink .quick-link-icon-wrapper {
    background: rgba(233, 30, 99, 0.15) !important;
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.2) !important;
}

.quick-link-card.professional.card-pink:hover .quick-link-icon-wrapper {
    background: rgba(233, 30, 99, 0.25) !important;
    box-shadow: 0 4px 16px rgba(233, 30, 99, 0.3) !important;
}

.quick-link-card.professional.card-pink .quick-link-icon {
    color: #c2185b !important;
    filter: drop-shadow(0 2px 4px rgba(233, 30, 99, 0.3)) !important;
}

.quick-link-card.professional.card-pink:hover .quick-link-icon {
    color: #ad1457 !important;
    filter: drop-shadow(0 4px 8px rgba(233, 30, 99, 0.4)) !important;
}

.quick-link-card.professional.card-pink h5 {
    color: #ad1457 !important;
}

.quick-link-card.professional.card-pink .quick-link-arrow {
    color: #c2185b !important;
}

.quick-link-card.professional.card-pink:hover .quick-link-arrow {
    color: #ad1457 !important;
}

/* Teal Card */
.quick-link-card.professional.card-teal {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%) !important;
    border-color: #009688 !important;
}

.quick-link-card.professional.card-teal::before {
    background: linear-gradient(90deg, #009688 0%, #00796b 100%) !important;
}

.quick-link-card.professional.card-teal:hover {
    background: linear-gradient(135deg, #b2dfdb 0%, #80cbc4 100%) !important;
    border-color: #00796b !important;
}

.quick-link-card.professional.card-teal .quick-link-icon-wrapper {
    background: rgba(0, 150, 136, 0.15) !important;
    box-shadow: 0 2px 8px rgba(0, 150, 136, 0.2) !important;
}

.quick-link-card.professional.card-teal:hover .quick-link-icon-wrapper {
    background: rgba(0, 150, 136, 0.25) !important;
    box-shadow: 0 4px 16px rgba(0, 150, 136, 0.3) !important;
}

.quick-link-card.professional.card-teal .quick-link-icon {
    color: #00796b !important;
    filter: drop-shadow(0 2px 4px rgba(0, 150, 136, 0.3)) !important;
}

.quick-link-card.professional.card-teal:hover .quick-link-icon {
    color: #00695c !important;
    filter: drop-shadow(0 4px 8px rgba(0, 150, 136, 0.4)) !important;
}

.quick-link-card.professional.card-teal h5 {
    color: #00695c !important;
}

.quick-link-card.professional.card-teal .quick-link-arrow {
    color: #00796b !important;
}

.quick-link-card.professional.card-teal:hover .quick-link-arrow {
    color: #00695c !important;
}

/* Colorful Card Variants - Using row > col > a structure (fallback) */
.row .col-lg-2:nth-child(1) .quick-link-card.professional,
.row .col-md-4:nth-child(1) .quick-link-card.professional,
.row .col-sm-6:nth-child(1) .quick-link-card.professional,
.row .col-6:nth-child(1) .quick-link-card.professional {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    border-color: #2196f3 !important;
}

.row .col-lg-2:nth-child(1) .quick-link-card.professional::before,
.row .col-md-4:nth-child(1) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(1) .quick-link-card.professional::before,
.row .col-6:nth-child(1) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #2196f3 0%, #1976d2 100%) !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional,
.row .col-md-4:nth-child(2) .quick-link-card.professional,
.row .col-sm-6:nth-child(2) .quick-link-card.professional,
.row .col-6:nth-child(2) .quick-link-card.professional {
    background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%) !important;
    border-color: #9c27b0 !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional::before,
.row .col-md-4:nth-child(2) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(2) .quick-link-card.professional::before,
.row .col-6:nth-child(2) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #9c27b0 0%, #7b1fa2 100%) !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional,
.row .col-md-4:nth-child(3) .quick-link-card.professional,
.row .col-sm-6:nth-child(3) .quick-link-card.professional,
.row .col-6:nth-child(3) .quick-link-card.professional {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
    border-color: #ff9800 !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional::before,
.row .col-md-4:nth-child(3) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(3) .quick-link-card.professional::before,
.row .col-6:nth-child(3) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #ff9800 0%, #f57c00 100%) !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional,
.row .col-md-4:nth-child(4) .quick-link-card.professional,
.row .col-sm-6:nth-child(4) .quick-link-card.professional,
.row .col-6:nth-child(4) .quick-link-card.professional {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
    border-color: #4caf50 !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional::before,
.row .col-md-4:nth-child(4) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(4) .quick-link-card.professional::before,
.row .col-6:nth-child(4) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #4caf50 0%, #388e3c 100%) !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional,
.row .col-md-4:nth-child(5) .quick-link-card.professional,
.row .col-sm-6:nth-child(5) .quick-link-card.professional,
.row .col-6:nth-child(5) .quick-link-card.professional {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%) !important;
    border-color: #e91e63 !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional::before,
.row .col-md-4:nth-child(5) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(5) .quick-link-card.professional::before,
.row .col-6:nth-child(5) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #e91e63 0%, #c2185b 100%) !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional,
.row .col-md-4:nth-child(6) .quick-link-card.professional,
.row .col-sm-6:nth-child(6) .quick-link-card.professional,
.row .col-6:nth-child(6) .quick-link-card.professional {
    background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%) !important;
    border-color: #009688 !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional::before,
.row .col-md-4:nth-child(6) .quick-link-card.professional::before,
.row .col-sm-6:nth-child(6) .quick-link-card.professional::before,
.row .col-6:nth-child(6) .quick-link-card.professional::before {
    background: linear-gradient(90deg, #009688 0%, #00796b 100%) !important;
}

.quick-link-card.professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.quick-link-card.professional::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 61, 130, 0.05) 0%, rgba(255, 102, 0, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.quick-link-card.professional:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: inherit;
    transform: translateY(-6px);
}

.row .col-lg-2:nth-child(1) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(1) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(1) .quick-link-card.professional:hover,
.row .col-6:nth-child(1) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%) !important;
    border-color: #1976d2 !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(2) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(2) .quick-link-card.professional:hover,
.row .col-6:nth-child(2) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #e1bee7 0%, #ce93d8 100%) !important;
    border-color: #7b1fa2 !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(3) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(3) .quick-link-card.professional:hover,
.row .col-6:nth-child(3) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #ffe0b2 0%, #ffcc80 100%) !important;
    border-color: #f57c00 !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(4) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(4) .quick-link-card.professional:hover,
.row .col-6:nth-child(4) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #c8e6c9 0%, #a5d6a7 100%) !important;
    border-color: #388e3c !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(5) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(5) .quick-link-card.professional:hover,
.row .col-6:nth-child(5) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #f8bbd0 0%, #f48fb1 100%) !important;
    border-color: #c2185b !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional:hover,
.row .col-md-4:nth-child(6) .quick-link-card.professional:hover,
.row .col-sm-6:nth-child(6) .quick-link-card.professional:hover,
.row .col-6:nth-child(6) .quick-link-card.professional:hover {
    background: linear-gradient(135deg, #b2dfdb 0%, #80cbc4 100%) !important;
    border-color: #00796b !important;
}

.quick-link-card.professional:hover::before {
    transform: scaleX(1);
}

.quick-link-card.professional:hover::after {
    opacity: 1;
}

.quick-link-card.professional:focus {
    outline: 3px solid #003d82;
    outline-offset: 3px;
}

.quick-link-icon-wrapper {
    margin-bottom: 1.25rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Colorful Icon Wrappers */
.row .col-lg-2:nth-child(1) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(1) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(1) .quick-link-icon-wrapper,
.row .col-6:nth-child(1) .quick-link-icon-wrapper {
    background: rgba(33, 150, 243, 0.15) !important;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2) !important;
}

.row .col-lg-2:nth-child(2) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(2) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(2) .quick-link-icon-wrapper,
.row .col-6:nth-child(2) .quick-link-icon-wrapper {
    background: rgba(156, 39, 176, 0.15) !important;
    box-shadow: 0 2px 8px rgba(156, 39, 176, 0.2) !important;
}

.row .col-lg-2:nth-child(3) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(3) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(3) .quick-link-icon-wrapper,
.row .col-6:nth-child(3) .quick-link-icon-wrapper {
    background: rgba(255, 152, 0, 0.15) !important;
    box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2) !important;
}

.row .col-lg-2:nth-child(4) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(4) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(4) .quick-link-icon-wrapper,
.row .col-6:nth-child(4) .quick-link-icon-wrapper {
    background: rgba(76, 175, 80, 0.15) !important;
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2) !important;
}

.row .col-lg-2:nth-child(5) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(5) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(5) .quick-link-icon-wrapper,
.row .col-6:nth-child(5) .quick-link-icon-wrapper {
    background: rgba(233, 30, 99, 0.15) !important;
    box-shadow: 0 2px 8px rgba(233, 30, 99, 0.2) !important;
}

.row .col-lg-2:nth-child(6) .quick-link-icon-wrapper,
.row .col-md-4:nth-child(6) .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(6) .quick-link-icon-wrapper,
.row .col-6:nth-child(6) .quick-link-icon-wrapper {
    background: rgba(0, 150, 136, 0.15) !important;
    box-shadow: 0 2px 8px rgba(0, 150, 136, 0.2) !important;
}

.quick-link-card.professional:hover .quick-link-icon-wrapper {
    transform: scale(1.15) rotate(5deg);
}

.row .col-lg-2:nth-child(1) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(1) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(1) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(1) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(33, 150, 243, 0.25) !important;
    box-shadow: 0 4px 16px rgba(33, 150, 243, 0.3) !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(2) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(2) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(2) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(156, 39, 176, 0.25) !important;
    box-shadow: 0 4px 16px rgba(156, 39, 176, 0.3) !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(3) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(3) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(3) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(255, 152, 0, 0.25) !important;
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.3) !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(4) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(4) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(4) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(76, 175, 80, 0.25) !important;
    box-shadow: 0 4px 16px rgba(76, 175, 80, 0.3) !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(5) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(5) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(5) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(233, 30, 99, 0.25) !important;
    box-shadow: 0 4px 16px rgba(233, 30, 99, 0.3) !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-md-4:nth-child(6) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-sm-6:nth-child(6) .quick-link-card.professional:hover .quick-link-icon-wrapper,
.row .col-6:nth-child(6) .quick-link-card.professional:hover .quick-link-icon-wrapper {
    background: rgba(0, 150, 136, 0.25) !important;
    box-shadow: 0 4px 16px rgba(0, 150, 136, 0.3) !important;
}

.quick-link-icon {
    font-size: 2.75rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
}

/* Colorful Icons */
.row .col-lg-2:nth-child(1) .quick-link-icon,
.row .col-md-4:nth-child(1) .quick-link-icon,
.row .col-sm-6:nth-child(1) .quick-link-icon,
.row .col-6:nth-child(1) .quick-link-icon {
    color: #1976d2 !important;
    filter: drop-shadow(0 2px 4px rgba(33, 150, 243, 0.3)) !important;
}

.row .col-lg-2:nth-child(2) .quick-link-icon,
.row .col-md-4:nth-child(2) .quick-link-icon,
.row .col-sm-6:nth-child(2) .quick-link-icon,
.row .col-6:nth-child(2) .quick-link-icon {
    color: #7b1fa2 !important;
    filter: drop-shadow(0 2px 4px rgba(156, 39, 176, 0.3)) !important;
}

.row .col-lg-2:nth-child(3) .quick-link-icon,
.row .col-md-4:nth-child(3) .quick-link-icon,
.row .col-sm-6:nth-child(3) .quick-link-icon,
.row .col-6:nth-child(3) .quick-link-icon {
    color: #f57c00 !important;
    filter: drop-shadow(0 2px 4px rgba(255, 152, 0, 0.3)) !important;
}

.row .col-lg-2:nth-child(4) .quick-link-icon,
.row .col-md-4:nth-child(4) .quick-link-icon,
.row .col-sm-6:nth-child(4) .quick-link-icon,
.row .col-6:nth-child(4) .quick-link-icon {
    color: #388e3c !important;
    filter: drop-shadow(0 2px 4px rgba(76, 175, 80, 0.3)) !important;
}

.row .col-lg-2:nth-child(5) .quick-link-icon,
.row .col-md-4:nth-child(5) .quick-link-icon,
.row .col-sm-6:nth-child(5) .quick-link-icon,
.row .col-6:nth-child(5) .quick-link-icon {
    color: #c2185b !important;
    filter: drop-shadow(0 2px 4px rgba(233, 30, 99, 0.3)) !important;
}

.row .col-lg-2:nth-child(6) .quick-link-icon,
.row .col-md-4:nth-child(6) .quick-link-icon,
.row .col-sm-6:nth-child(6) .quick-link-icon,
.row .col-6:nth-child(6) .quick-link-icon {
    color: #00796b !important;
    filter: drop-shadow(0 2px 4px rgba(0, 150, 136, 0.3)) !important;
}

.quick-link-card.professional:hover .quick-link-icon {
    transform: scale(1.15);
}

.row .col-lg-2:nth-child(1) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(1) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(1) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(1) .quick-link-card.professional:hover .quick-link-icon {
    color: #1565c0 !important;
    filter: drop-shadow(0 4px 8px rgba(33, 150, 243, 0.4)) !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(2) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(2) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(2) .quick-link-card.professional:hover .quick-link-icon {
    color: #6a1b9a !important;
    filter: drop-shadow(0 4px 8px rgba(156, 39, 176, 0.4)) !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(3) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(3) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(3) .quick-link-card.professional:hover .quick-link-icon {
    color: #e65100 !important;
    filter: drop-shadow(0 4px 8px rgba(255, 152, 0, 0.4)) !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(4) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(4) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(4) .quick-link-card.professional:hover .quick-link-icon {
    color: #2e7d32 !important;
    filter: drop-shadow(0 4px 8px rgba(76, 175, 80, 0.4)) !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(5) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(5) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(5) .quick-link-card.professional:hover .quick-link-icon {
    color: #ad1457 !important;
    filter: drop-shadow(0 4px 8px rgba(233, 30, 99, 0.4)) !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional:hover .quick-link-icon,
.row .col-md-4:nth-child(6) .quick-link-card.professional:hover .quick-link-icon,
.row .col-sm-6:nth-child(6) .quick-link-card.professional:hover .quick-link-icon,
.row .col-6:nth-child(6) .quick-link-card.professional:hover .quick-link-icon {
    color: #00695c !important;
    filter: drop-shadow(0 4px 8px rgba(0, 150, 136, 0.4)) !important;
}

.quick-link-card.professional h5 {
    font-weight: 600;
    font-size: 1.05rem;
    margin: 0;
    font-family: 'Ek Mukta', sans-serif !important;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

/* Colorful Titles */
.row .col-lg-2:nth-child(1) .quick-link-card.professional h5,
.row .col-md-4:nth-child(1) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(1) .quick-link-card.professional h5,
.row .col-6:nth-child(1) .quick-link-card.professional h5 {
    color: #1565c0 !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional h5,
.row .col-md-4:nth-child(2) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(2) .quick-link-card.professional h5,
.row .col-6:nth-child(2) .quick-link-card.professional h5 {
    color: #6a1b9a !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional h5,
.row .col-md-4:nth-child(3) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(3) .quick-link-card.professional h5,
.row .col-6:nth-child(3) .quick-link-card.professional h5 {
    color: #e65100 !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional h5,
.row .col-md-4:nth-child(4) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(4) .quick-link-card.professional h5,
.row .col-6:nth-child(4) .quick-link-card.professional h5 {
    color: #2e7d32 !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional h5,
.row .col-md-4:nth-child(5) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(5) .quick-link-card.professional h5,
.row .col-6:nth-child(5) .quick-link-card.professional h5 {
    color: #ad1457 !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional h5,
.row .col-md-4:nth-child(6) .quick-link-card.professional h5,
.row .col-sm-6:nth-child(6) .quick-link-card.professional h5,
.row .col-6:nth-child(6) .quick-link-card.professional h5 {
    color: #00695c !important;
}

.quick-link-card.professional:hover h5 {
    font-weight: 700;
}

.quick-link-arrow {
    display: inline-block;
    margin-top: 1rem;
    font-size: 1.25rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateX(-15px);
    position: relative;
    z-index: 2;
}

/* Colorful Arrows */
.row .col-lg-2:nth-child(1) .quick-link-arrow,
.row .col-md-4:nth-child(1) .quick-link-arrow,
.row .col-sm-6:nth-child(1) .quick-link-arrow,
.row .col-6:nth-child(1) .quick-link-arrow {
    color: #1976d2 !important;
}

.row .col-lg-2:nth-child(2) .quick-link-arrow,
.row .col-md-4:nth-child(2) .quick-link-arrow,
.row .col-sm-6:nth-child(2) .quick-link-arrow,
.row .col-6:nth-child(2) .quick-link-arrow {
    color: #7b1fa2 !important;
}

.row .col-lg-2:nth-child(3) .quick-link-arrow,
.row .col-md-4:nth-child(3) .quick-link-arrow,
.row .col-sm-6:nth-child(3) .quick-link-arrow,
.row .col-6:nth-child(3) .quick-link-arrow {
    color: #f57c00 !important;
}

.row .col-lg-2:nth-child(4) .quick-link-arrow,
.row .col-md-4:nth-child(4) .quick-link-arrow,
.row .col-sm-6:nth-child(4) .quick-link-arrow,
.row .col-6:nth-child(4) .quick-link-arrow {
    color: #388e3c !important;
}

.row .col-lg-2:nth-child(5) .quick-link-arrow,
.row .col-md-4:nth-child(5) .quick-link-arrow,
.row .col-sm-6:nth-child(5) .quick-link-arrow,
.row .col-6:nth-child(5) .quick-link-arrow {
    color: #c2185b !important;
}

.row .col-lg-2:nth-child(6) .quick-link-arrow,
.row .col-md-4:nth-child(6) .quick-link-arrow,
.row .col-sm-6:nth-child(6) .quick-link-arrow,
.row .col-6:nth-child(6) .quick-link-arrow {
    color: #00796b !important;
}

.quick-link-card.professional:hover .quick-link-arrow {
    opacity: 1;
    transform: translateX(5px);
}

.row .col-lg-2:nth-child(1) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(1) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(1) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(1) .quick-link-card.professional:hover .quick-link-arrow {
    color: #1565c0 !important;
}

.row .col-lg-2:nth-child(2) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(2) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(2) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(2) .quick-link-card.professional:hover .quick-link-arrow {
    color: #6a1b9a !important;
}

.row .col-lg-2:nth-child(3) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(3) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(3) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(3) .quick-link-card.professional:hover .quick-link-arrow {
    color: #e65100 !important;
}

.row .col-lg-2:nth-child(4) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(4) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(4) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(4) .quick-link-card.professional:hover .quick-link-arrow {
    color: #2e7d32 !important;
}

.row .col-lg-2:nth-child(5) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(5) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(5) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(5) .quick-link-card.professional:hover .quick-link-arrow {
    color: #ad1457 !important;
}

.row .col-lg-2:nth-child(6) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-md-4:nth-child(6) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-sm-6:nth-child(6) .quick-link-card.professional:hover .quick-link-arrow,
.row .col-6:nth-child(6) .quick-link-card.professional:hover .quick-link-arrow {
    color: #00695c !important;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
    padding: 3rem 0;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.about-content {
    padding: 1.5rem 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #003d82;
    background-color: #003d82;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-family: 'Ek Mukta', sans-serif !important;
}

.section-title-left {
    color: #003d82 !important;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    font-family: 'Ek Mukta', sans-serif !important;
    line-height: 1.3;
}

.content-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 1.5rem;
    font-family: 'Ek Mukta', sans-serif !important;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.75rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 10px;
    border-left: 5px solid #003d82;
    border: 1px solid #e5e7eb;
    border-left: 5px solid #003d82;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Ek Mukta', sans-serif !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.feature-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, #003d82 0%, #0052a3 100%);
    transition: all 0.4s ease;
}

.feature-item:hover {
    background: linear-gradient(135deg, #f0f4f8 0%, #e8f0f8 100%);
    border-left-color: #ff6600;
    transform: translateX(6px);
    box-shadow: 0 4px 16px rgba(0, 61, 130, 0.15);
    border-color: #003d82;
}

.feature-item:hover::before {
    background: linear-gradient(180deg, #ff6600 0%, #ff5500 100%);
    width: 6px;
}

.feature-item i {
    font-size: 1.5rem;
    color: #003d82;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 2px 4px rgba(0, 61, 130, 0.2));
}

.feature-item:hover i {
    color: #ff6600;
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0 4px 8px rgba(255, 102, 0, 0.3));
}

.feature-item span {
    color: #1f2937;
    font-weight: 600;
    font-size: 1.05rem;
    font-family: 'Ek Mukta', sans-serif !important;
    transition: color 0.3s ease;
}

.feature-item:hover span {
    color: #003d82;
}

.btn-primary-professional {
    background: linear-gradient(135deg, #003d82 0%, #0052a3 100%);
    background-color: #003d82;
    color: white;
    padding: 0.875rem 2rem;
    border: 2px solid #003d82;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 61, 130, 0.25);
    font-family: 'Ek Mukta', sans-serif !important;
    position: relative;
    overflow: hidden;
}

.btn-primary-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-primary-professional:hover {
    background: linear-gradient(135deg, #0052a3 0%, #0066cc 100%);
    background-color: #0052a3;
    border-color: #0052a3;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 61, 130, 0.35);
}

.btn-primary-professional:hover::before {
    left: 100%;
}

.btn-primary-professional i {
    transition: transform 0.3s ease;
}

.btn-primary-professional:hover i {
    transform: translateX(4px);
}

.stats-showcase {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.stat-showcase-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 2rem 1.75rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
    text-align: center;
    border-top: 5px solid #003d82;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.stat-showcase-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #003d82 0%, #0052a3 50%, #ff6600 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.stat-showcase-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 61, 130, 0.02) 0%, rgba(255, 102, 0, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
}

.stat-showcase-item:hover {
    box-shadow: 0 8px 24px rgba(0, 61, 130, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top-color: #ff6600;
    transform: translateY(-6px);
    background: linear-gradient(135deg, #ffffff 0%, #f0f4f8 100%);
}

.stat-showcase-item:hover::before {
    transform: scaleX(1);
}

.stat-showcase-item:hover::after {
    opacity: 1;
}

.stat-number-large {
    font-size: 3.25rem;
    font-weight: 800;
    background: linear-gradient(135deg, #003d82 0%, #0052a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 0.75rem;
    font-family: 'Ek Mukta', sans-serif !important;
    display: block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.stat-showcase-item:hover .stat-number-large {
    background: linear-gradient(135deg, #ff6600 0%, #ff5500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: scale(1.05);
}

.stat-label-large {
    font-size: 1.1rem;
    color: #1f2937 !important;
    font-weight: 600;
    font-family: 'Ek Mukta', sans-serif !important;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.stat-showcase-item:hover .stat-label-large {
    color: #003d82 !important;
}

/* ============================================
   STATISTICS SECTION
   ============================================ */
.stats-section-professional {
    background: #003d82 !important;
    background-color: #003d82 !important;
    color: white;
    padding: var(--spacing-xl) 0;
}

.section-header-white {
    text-align: center;
    margin-bottom: var(--spacing-xl);
}

.section-title-white {
    color: white;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.section-subtitle-white {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.stat-card-professional {
    text-align: center;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-card-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #ff6600;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.stat-card-professional:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.stat-card-professional:hover::before {
    transform: scaleX(1);
}

.stat-icon-wrapper {
    margin-bottom: var(--spacing-md);
}

.stat-icon-wrapper i {
    font-size: 2.5rem;
    color: #ff6600 !important;
}

.stat-number-professional {
    font-size: 3rem;
    font-weight: 700;
    color: #ff6600 !important;
    display: block;
    line-height: 1;
    margin-bottom: var(--spacing-md);
}

.stat-label-professional {
    font-size: 1rem;
    margin-top: var(--spacing-sm);
    font-weight: 500;
    color: #ffffff !important;
}

.stats-section-professional .section-title-white,
.stats-section-professional .section-subtitle-white {
    color: #ffffff !important;
}

/* ============================================
   PROGRAMMES SECTION
   ============================================ */
.programmes-section {
    padding: var(--spacing-xl) 0;
    background: var(--bg-white);
}

.programme-card-professional {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
    position: relative;
}

.programme-card-professional::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #003d82 0%, #0052a3 50%, #ff6600 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

.programme-card-professional:hover {
    box-shadow: 0 8px 24px rgba(0, 61, 130, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #003d82;
    transform: translateY(-6px);
}

.programme-card-professional:hover::before {
    transform: scaleX(1);
}

.programme-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.programme-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 61, 130, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.programme-card-professional:hover .programme-image::after {
    opacity: 1;
}

.programme-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.programme-card-professional:hover .programme-image img {
    transform: scale(1.1);
}

.programme-content {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.programme-badge {
    display: inline-block;
    background: linear-gradient(135deg, #003d82 0%, #0052a3 100%);
    background-color: #003d82;
    color: #ffffff;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 6px rgba(0, 61, 130, 0.2);
    transition: all 0.3s ease;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'Ek Mukta', sans-serif !important;
    letter-spacing: 0.3px;
}

.programme-title {
    color: #003d82 !important;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Ek Mukta', sans-serif !important;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.programme-card-professional:hover .programme-title {
    color: #0052a3 !important;
    line-height: 1.3;
}

.programme-description {
    color: #333333;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    flex-grow: 1;
    font-family: 'Ek Mukta', sans-serif !important;
}

.programme-link {
    color: #003d82 !important;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Ek Mukta', sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0.5rem 1rem;
    border-radius: 6px;
    background: rgba(0, 61, 130, 0.05);
    margin-top: 1rem;
}

.programme-link:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #003d82 0%, #0052a3 100%);
    text-decoration: none;
    gap: 0.75rem;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0, 61, 130, 0.25);
}

.programme-link i {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.programme-link:hover i {
    transform: translateX(6px);
}

.btn-outline-primary-professional {
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    padding: var(--spacing-md) var(--spacing-xl);
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    text-decoration: none;
    transition: 0.2s ease;
    background: transparent;
}

.btn-outline-primary-professional:hover {
    background: var(--primary-blue);
    color: white;
    text-decoration: none;
}

/* ============================================
   NEWS & EVENTS
   ============================================ */
.news-events-section {
    padding: var(--spacing-xl) 0;
    background: var(--bg-light);
}

/* Card Header - Force White Text */
.news-events-section .card-header,
.news-events-section .card-header *,
.news-events-section .card-header h5,
.news-events-section .card-header h5 *,
.news-events-section .card-header i {
    color: #ffffff !important;
}

.news-events-section .card-header .btn,
.news-events-section .card-header .btn-outline-primary {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.news-events-section .card-header .btn:hover,
.news-events-section .card-header .btn-outline-primary:hover {
    background: #ffffff !important;
    color: #003d82 !important;
    border-color: #ffffff !important;
}

.news-compact-item,
.event-compact-item {
    padding: var(--spacing-md);
    border-bottom: 1px solid var(--border-light);
    transition: 0.2s ease;
}

.news-compact-item:hover,
.event-compact-item:hover {
    background: var(--bg-light);
}

.news-compact-item a h6,
.event-compact-item h6 {
    color: var(--primary-blue);
    font-weight: 600;
}

.news-compact-item a:hover h6,
.event-compact-item:hover h6 {
    color: var(--accent-orange);
}

/* ============================================
   NEWS TICKER
   ============================================ */
.news-ticker-compact {
    background: #003d82 !important;
    background-color: #003d82 !important;
    color: #ffffff !important;
    padding: var(--spacing-md) 0;
}

.news-ticker-compact .btn,
.news-ticker-compact .btn-outline-primary {
    color: #ffffff !important;
    border-color: #ffffff !important;
    background: transparent !important;
}

.news-ticker-compact .btn:hover,
.news-ticker-compact .btn-outline-primary:hover {
    background: #ffffff !important;
    color: #003d82 !important;
    border-color: #ffffff !important;
}

.news-ticker-title {
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-right: var(--spacing-lg);
    color: #ffffff !important;
}

.news-ticker-title i {
    color: #ffffff !important;
}

.news-ticker-title * {
    color: #ffffff !important;
}

.news-item-compact {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.9rem;
    padding: var(--spacing-xs) var(--spacing-md);
    background: rgba(255, 255, 255, 0.15);
    border-radius: var(--radius-sm);
    transition: 0.2s ease;
    margin: 0 var(--spacing-xs);
}

.news-item-compact,
.news-item-compact:link,
.news-item-compact:visited {
    color: #ffffff !important;
}

.news-item-compact:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #ff6600 !important;
    text-decoration: none;
}

.news-ticker-compact * {
    color: #ffffff !important;
}

.news-ticker-compact .news-ticker-title,
.news-ticker-compact .news-ticker-title *,
.news-ticker-compact .news-item-compact,
.news-ticker-compact .news-item-compact * {
    color: #ffffff !important;
}

/* ============================================
   CAROUSEL CONTROLS
   ============================================ */
.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    opacity: 0.8;
    transition: 0.2s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    transition: 0.2s ease;
}

.carousel-indicators button.active {
    background: var(--accent-orange);
    border-color: var(--accent-orange);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .hero-slider,
    .hero-default {
        height: 320px;
        border-top: 3px solid #ff6600;
    }
    
    .hero-title {
        font-size: 1.75rem;
        color: #ffffff !important;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .hero-title i {
        font-size: 1.5rem;
        color: #ffffff !important;
        margin-top: 0;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        color: #ffffff !important;
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .hero-subtitle i {
        font-size: 1.1rem;
        color: #ffffff !important;
        margin-top: 0;
    }
    
    .hero-badge {
        color: #ffffff !important;
        font-size: 0.9rem;
        padding: 0.4rem 0.8rem;
    }
    
    .hero-badge i {
        font-size: 1rem;
        color: #ffffff !important;
    }
    
    .hero-content {
        padding: var(--spacing-lg) var(--spacing-md);
    }
    
    .btn-hero {
        padding: 0.75rem 1.5rem;
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .stat-number-professional {
        font-size: 2.5rem;
    }
    
    .stat-number-large {
        font-size: 2rem;
    }
    
    .quick-link-card.professional {
        padding: var(--spacing-md);
    }
    
    .quick-link-icon {
        font-size: 2rem;
    }
    
    .quick-links-section,
    .about-section,
    .programmes-section,
    .stats-section-professional {
        padding: var(--spacing-lg) 0;
    }
}

@media (max-width: 576px) {
    .btn-hero {
        display: block;
        width: 100%;
        margin: var(--spacing-sm) 0;
    }
    
    .quick-link-card.professional {
        margin-bottom: var(--spacing-md);
    }
}
