/* ========================================
   GLOBAL THEME OVERRIDES FOR SKILL LABS & SOLUTIONS
   Professional Blue/White Theme
======================================== */

/* Override dark backgrounds with professional blue gradient */
.hero-bg,
.hero {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 35%, #60a5fa 68%, #eff6ff 100%) !important;
}

.hero-grid {
    background-image: linear-gradient(rgba(37,99,235,.08) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(37,99,235,.08) 1px, transparent 1px) !important;
}

/* Update text colors for hero sections */
.hero h1,
.hero-content h1,
.hero-inner h1,
.hero .hero-title {
    color: #ffffff !important;
    text-shadow: 0 2px 8px rgba(16,42,67,0.15) !important;
}

.hero-title,
.section-title {
    color: #102a43 !important;
}

.hero-sub,
.page-subtitle {
    color: rgba(255,255,255,0.92) !important;
}

/* Professional card styling */
.feature-card,
.showcase-item,
.compare-card,
.value-card {
    background: #ffffff !important;
    border: 1px solid rgba(37,99,235,0.12) !important;
    box-shadow: 0 18px 45px rgba(37,99,235,0.08) !important;
    transition: transform 0.32s ease, box-shadow 0.32s ease !important;
}

.feature-card:hover,
.showcase-item:hover,
.compare-card:hover,
.value-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 28px 70px rgba(37,99,235,0.15) !important;
}

/* Update button colors */
.btn-p,
.btn-primary {
    background: linear-gradient(135deg, #2563eb, #3b82f6) !important;
    box-shadow: 0 12px 30px rgba(37,99,235,0.2) !important;
}

.btn-p:hover,
.btn-primary:hover {
    box-shadow: 0 20px 45px rgba(37,99,235,0.3) !important;
}

.btn-o,
.btn-secondary {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(37,99,235,0.3) !important;
    color: #fff !important;
}

.btn-o:hover,
.btn-secondary:hover {
    background: rgba(255,255,255,0.25) !important;
}

/* Update feature icons */
.feature-icon,
.emoji {
    background: linear-gradient(135deg, rgba(37,99,235,0.14), rgba(59,130,246,0.12)) !important;
    color: #2563eb !important;
}

/* Update page headers */
.page-header {
    background: linear-gradient(135deg, rgba(37,99,235,0.95), rgba(59,130,246,0.92)) !important;
    color: #fff !important;
}

.page-header h1 {
    color: #fff !important;
}

.page-header p {
    color: rgba(255,255,255,0.92) !important;
}

/* Skill lab and solution screen colors */
.demo-video-section {
    background: #f8fbff !important;
}

.classroom-compare-section {
    background: #ffffff !important;
}

/* Update trust tags and badges */
.trust-tag {
    background: rgba(37,99,235,0.12) !important;
    border: 1px solid rgba(37,99,235,0.25) !important;
    color: #2563eb !important;
}

.hero-pill {
    background: rgba(37,99,235,0.12) !important;
    border: 1px solid rgba(37,99,235,0.25) !important;
    color: #2563eb !important;
}

.hero-dot {
    background: #2563eb !important;
}

/* Update section backgrounds */
.features,
.product-showcase,
.about-content {
    background: #f8fbff !important;
}

/* Professional gradient text */
.highlight {
    background: linear-gradient(135deg, rgba(37,99,235,0.95), rgba(59,130,246,0.95)) !important;
}

/* Compare card styling */
.compare-card.traditional,
.compare-card.digital {
    background: #fff !important;
    border: 1px solid rgba(37,99,235,0.12) !important;
}

.compare-card.traditional {
    border-color: rgba(239,68,68,0.1) !important;
}

.compare-card.digital {
    border-color: rgba(37,99,235,0.15) !important;
    background: rgba(37,99,235,0.02) !important;
}

/* Responsive and professional spacing */
@media (max-width: 992px) {
    .feature-card,
    .showcase-item {
        padding: 28px 24px !important;
    }
}

@media (max-width: 768px) {
    .hero h1,
    .page-header h1 {
        font-size: 2.2rem !important;
    }

    .hero-title {
        font-size: 2rem !important;
    }
}

/* ========================================
   PROFESSIONAL PRODUCT PAGES STYLING
   Smart Cards, Buttons, and Images
======================================== */

.product-card {
    background: #ffffff !important;
    border: 1px solid rgba(37, 99, 235, 0.12) !important;
    box-shadow: 0 12px 35px rgba(37, 99, 235, 0.08) !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.product-card:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 24px 50px rgba(37, 99, 235, 0.15) !important;
    border-color: rgba(37, 99, 235, 0.25) !important;
}

/* Product Image - Fixed sizing for consistency */
.product-image {
    height: 260px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin: 24px !important;
    background-color: #f8fbff !important;
    border-radius: 12px !important;
    transition: transform 0.3s ease !important;
}

.product-card:hover .product-image {
    transform: scale(1.05) !important;
}

/* Title and description styling */
.product-card h3 {
    color: #102a43 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.product-card > p {
    color: #475569 !important;
}

/* Button styling - Consistent across all product pages */
.product-buttons {
    gap: 12px !important;
}

.product-buttons .btn {
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    display: inline-block !important;
}

/* Primary button - Blue gradient */
.product-buttons .btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
}

.product-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%) !important;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35) !important;
    transform: translateY(-2px) !important;
}

.product-buttons .btn-primary:active {
    transform: translateY(0) !important;
}

/* Secondary button - White with blue border */
.product-buttons .btn-secondary {
    background: #fff !important;
    color: #2563eb !important;
    border: 2px solid #2563eb !important;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.12) !important;
}

.product-buttons .btn-secondary:hover {
    background: #f0f4ff !important;
    border-color: #1e40af !important;
    color: #1e40af !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* Standee page specific - 4 column layout with smaller cards */
.standee-page .product-image {
    height: 200px !important;
}

.standee-page .product-card h3 {
    font-size: 18px !important;
}

.standee-page .product-buttons {
    flex-direction: row !important;
}

.standee-page .product-buttons .btn {
    flex: 1 !important;
    min-height: 38px !important;
    font-size: 13px !important;
}

/* Hero Banner Styling */
.hero-section {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 35%, #60a5fa 68%, #eff6ff 100%) !important;
}

.hero-bannerr {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 400px !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.hero-bannerr::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.05)) !important;
    z-index: 1;
}

/* Features row - Professional spacing */
.product-features {
    background: #ffffff !important;
    padding: 60px 20px !important;
}

.product-features h2 {
    color: #102a43 !important;
    margin-bottom: 48px !important;
}

.features-row {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 32px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.feature-box {
    background: #f8fbff !important;
    padding: 24px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(37, 99, 235, 0.12) !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
}

.feature-box:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.12) !important;
}

.feature-box img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
}

/* Product grid - Responsive and professional */
.product-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 36px !important;
    align-items: stretch !important;
}

.products-section {
    padding: 60px 20px !important;
    background: #f8fbff !important;
}

.products-section .section-title {
    color: #102a43 !important;
    margin-bottom: 48px !important;
}

/* Interactive effects - Smooth animations */
.product-card {
    will-change: transform, box-shadow !important;
}

.product-card:active {
    transform: scale(0.98) !important;
}

/* Text visibility on all product cards */
.product-card h3 {
    margin: 0 0 8px 0 !important;
    line-height: 1.3 !important;
}

.product-card > p {
    margin: 0 0 20px 0 !important;
    line-height: 1.6 !important;
}

/* ========================================
   PRODUCT DETAILS PAGE SPECIFIC STYLING
   Hero, Buttons, Tables, Related Products
======================================== */

/* Main image styling with interactive effects */
.main-image img {
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15) !important;
    border-radius: 16px !important;
}

.main-image img:hover {
    box-shadow: 0 30px 70px rgba(37, 99, 235, 0.25) !important;
}

/* Thumbnail styling */
.thumb {
    border: 2px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.05) !important;
    transition: all 0.3s ease !important;
}

.thumb:hover {
    border-color: #2563eb !important;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.2) !important;
    transform: scale(1.08) !important;
}

.thumb.active {
    border-color: #2563eb !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25) !important;
}

/* Specifications table styling */
.details-table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
}

.details-table th {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.08)) !important;
    color: #102a43 !important;
    font-weight: 700 !important;
    border: 1px solid rgba(37, 99, 235, 0.15) !important;
}

.details-table td {
    color: #475569 !important;
    border: 1px solid rgba(37, 99, 235, 0.08) !important;
}

.details-table tr:nth-child(even) td {
    background: #f8fbff !important;
}

.details-table tr:hover td {
    background: rgba(37, 99, 235, 0.04) !important;
}

/* Product feature images */
.feature-box {
    background: #f8fbff !important;
    border: 1px solid rgba(37, 99, 235, 0.12) !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08) !important;
}

.feature-box:hover {
    box-shadow: 0 16px 40px rgba(37, 99, 235, 0.15) !important;
    border-color: rgba(37, 99, 235, 0.25) !important;
}

/* Related products section */
.related-products {
    background: #f8fbff !important;
}

.related-products h2 {
    color: #102a43 !important;
}

.related-grid {
    gap: 28px !important;
}

.related-card {
    border: 1px solid rgba(37, 99, 235, 0.12) !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.08) !important;
}

.related-card:hover {
    border-color: rgba(37, 99, 235, 0.25) !important;
    box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15) !important;
}

.related-card img {
    background: #f8fbff !important;
    border: 1px solid rgba(37, 99, 235, 0.1) !important;
}

.related-card p {
    color: #475569 !important;
}

/* Mobile responsive for product pages */
@media (max-width: 900px) {
    .product-image {
        height: 220px !important;
    }

    .standee-page .product-image {
        height: 180px !important;
    }

    .product-buttons .btn {
        padding: 11px 20px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .product-image {
        height: 240px !important;
        margin: 20px !important;
    }

    .product-buttons {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .product-buttons .btn {
        width: 100% !important;
        padding: 13px 20px !important;
    }

    .features-row {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .related-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ========================================
   PROFESSIONAL ICON SYSTEM
   SVG and Emoji Icons with Advanced Animations
======================================== */

/* Icon containers - Universal styling */
.feature-icon,
.emoji,
.why-icon,
.trust-icon,
.highlight-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 32px !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    position: relative !important;
}

/* SVG icons in feature boxes */
.feature-icon svg,
.why-icon svg {
    width: 100% !important;
    height: 100% !important;
    stroke: #2563eb !important;
    stroke-width: 1.5 !important;
    transition: all 0.4s ease !important;
}

/* Icon animation - Pulse effect */
.feature-icon::before,
.emoji::before {
    content: '';
    position: absolute !important;
    inset: -12px !important;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15), transparent 70%) !important;
    border-radius: 50% !important;
    opacity: 0 !important;
    animation: iconPulse 2.5s ease-out infinite !important;
    z-index: -1 !important;
}

@keyframes iconPulse {
    0% {
        opacity: 1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

/* Icon hover animations */
.feature-card:hover .feature-icon,
.showcase-item:hover .feature-icon,
.value-card:hover .feature-icon {
    transform: scale(1.15) rotateZ(5deg) !important;
    color: #1e40af !important;
}

.feature-card:hover .feature-icon svg,
.showcase-item:hover .feature-icon svg {
    stroke: #1e40af !important;
    filter: drop-shadow(0 0 12px rgba(37, 99, 235, 0.4)) !important;
}

/* Why section icons - Glow effect */
.why-card:hover .why-icon {
    transform: scale(1.2) !important;
    filter: drop-shadow(0 0 16px rgba(37, 99, 235, 0.5)) !important;
}

.why-icon svg {
    stroke: #2563eb !important;
    filter: drop-shadow(0 2px 8px rgba(37, 99, 235, 0.2)) !important;
    transition: all 0.4s ease !important;
}

/* Emoji icons - Bounce animation */
.edu-icon {
    font-size: 48px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation: iconBounce 3s ease-in-out infinite !important;
}

.edu-icon.icon-1 { animation-delay: 0s !important; }
.edu-icon.icon-2 { animation-delay: 0.3s !important; }
.edu-icon.icon-3 { animation-delay: 0.6s !important; }
.edu-icon.icon-4 { animation-delay: 0.9s !important; }

@keyframes iconBounce {
    0%, 100% { transform: translateY(0) scale(1); }
    25% { transform: translateY(-12px) scale(1.05); }
    50% { transform: translateY(0) scale(1); }
}

/* Trust icons - Float animation */
.trust-icon {
    font-size: 40px !important;
    animation: iconFloat 4s ease-in-out infinite !important;
}

@keyframes iconFloat {
    0%, 100% { transform: translateY(0) rotateZ(0deg); }
    50% { transform: translateY(-8px) rotateZ(3deg); }
}

/* ========================================
   ADVANCED CARD ANIMATIONS
   Interactive and Professional Effects
======================================== */

/* Enhanced card styling with gradient borders */
.feature-card,
.showcase-item,
.value-card,
.compare-card {
    position: relative !important;
    overflow: hidden !important;
}

/* Gradient border animation for cards */
.feature-card::before,
.showcase-item::before,
.value-card::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    border-radius: 16px !important;
    padding: 1px !important;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.5), rgba(59, 130, 246, 0.2)) !important;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask-composite: exclude !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

.feature-card:hover::before,
.showcase-item:hover::before,
.value-card:hover::before {
    opacity: 1 !important;
}

/* Card background shimmer effect */
.feature-card::after,
.showcase-item::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.1), 
        transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.feature-card:hover::after,
.showcase-item:hover::after {
    opacity: 1 !important;
    animation: cardShimmer 0.8s ease !important;
}

@keyframes cardShimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Interactive lift effect */
.feature-card:hover,
.showcase-item:hover,
.value-card:hover,
.compare-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 
        0 24px 48px rgba(37, 99, 235, 0.2),
        0 0 0 1px rgba(37, 99, 235, 0.1) !important;
}

/* Card content animation */
.feature-card h3,
.showcase-item h3,
.value-card h3 {
    transition: color 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.feature-card:hover h3,
.showcase-item:hover h3,
.value-card:hover h3 {
    color: #1e40af !important;
    transform: translateX(4px) !important;
}

/* ========================================
   TEXT ANIMATIONS
   Professional and Modern Effects
======================================== */

/* Fade-in animation for text */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide animation for text */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Glow animation for highlighted text */
@keyframes glowText {
    0%, 100% {
        text-shadow: 0 0 0 rgba(37, 99, 235, 0);
    }
    50% {
        text-shadow: 0 0 12px rgba(37, 99, 235, 0.4);
    }
}

.highlight {
    animation: glowText 3s ease-in-out infinite !important;
}

/* Card description text animation */
.feature-card p,
.showcase-item p,
.value-card p {
    transition: color 0.4s ease, transform 0.4s ease !important;
}

.feature-card:hover p,
.showcase-item:hover p,
.value-card:hover p {
    color: #334155 !important;
    transform: translateY(-2px) !important;
}

/* ========================================
   ENHANCED BUTTON ANIMATIONS
   Interactive Effects
======================================== */

.btn-primary,
.btn-secondary {
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* Button ripple effect */
.btn-primary::before,
.btn-secondary::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.3) !important;
    transform: translate(-50%, -50%) !important;
    transition: width 0.6s, height 0.6s !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.btn-primary:active::before,
.btn-secondary:active::before {
    width: 300px !important;
    height: 300px !important;
}

/* Button text stays on top */
.btn-primary span,
.btn-secondary span {
    position: relative !important;
    z-index: 1 !important;
}

/* ========================================
   SHOWCASE AND PRODUCT CARDS
   Professional Layout Updates
======================================== */

.showcase-item {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    color: inherit !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.showcase-image {
    height: 280px !important;
    background: linear-gradient(135deg, #f8fbff, #eff6ff) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: all 0.5s ease !important;
    position: relative !important;
}

.showcase-item:hover .showcase-image {
    background: linear-gradient(135deg, #e0f2fe, #dbeafe) !important;
    transform: scale(1.05) !important;
}

.showcase-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

.showcase-item:hover .showcase-image img {
    transform: scale(1.1) rotate(2deg) !important;
}

/* ========================================
   COMPARE CARDS
   Professional Comparison Layout
======================================== */

.compare-card {
    border-radius: 16px !important;
    transition: all 0.4s ease !important;
}

.compare-image {
    height: 240px !important;
    background: #f8fbff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    transition: all 0.4s ease !important;
}

.compare-card:hover .compare-image {
    transform: scale(1.05) !important;
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.15) !important;
}

.compare-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: all 0.4s ease !important;
}

.compare-card:hover .compare-image img {
    transform: scale(1.08) !important;
}
