/* 360 Business Services - Custom Styles */

/* Font Loading Optimization - FORCE APPLY FONTS (excluding icons) */
html,
body {
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Apply to text elements only, exclude icons */
p,
div:not([class*="icon"]):not([class*="fa"]):not(.flaticon),
span:not([class*="icon"]):not([class*="fa"]):not(.flaticon),
a:not([class*="icon"]):not([class*="fa"]):not(.flaticon),
li:not([class*="icon"]):not([class*="fa"]):not(.flaticon),
td,
th,
label,
button:not([class*="icon"]):not([class*="fa"]) {
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.font-loaded {
    font-family: var(--tg-body-font-family) !important;
}

.font-loaded h1,
.font-loaded h2,
.font-loaded h3,
.font-loaded h4,
.font-loaded h5,
.font-loaded h6 {
    font-family: var(--tg-heading-font-family) !important;
}

/* Ensure text is visible during font loading */
body {
    font-display: swap;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, sans-serif !important;
}

/* Override any conflicting font declarations (excluding icons) */
input:not([class*="icon"]):not([class*="fa"]),
textarea:not([class*="icon"]):not([class*="fa"]),
select:not([class*="icon"]):not([class*="fa"]) {
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Preserve icon fonts - EXPLICIT FONT FAMILIES */
i[class*="fa"],
i[class*="icon"],
.fa,
.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.far {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 400 !important;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
    font-weight: 400 !important;
}

.fal {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 300 !important;
}

.flaticon,
[class*="flaticon-"] {
    font-family: "flaticon" !important;
}

/* Generic icon preservation */
i[class*="icon"]:not([class*="fa"]):not([class*="flaticon"]) {
    font-family: inherit !important;
}

/* Prevent invisible text during font swap period */
.font-loading {
    visibility: hidden;
}

.font-loading.font-loaded {
    visibility: visible;
}

/* Enhanced Choose Area Section */
.choose-area-enhanced {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.choose-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(37, 117, 252, 0.85) 0%,
        rgba(106, 17, 203, 0.85) 100%
    );
    z-index: 1;
}

.choose-area-enhanced .container {
    position: relative;
    z-index: 2;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    backdrop-filter: blur(10px);
    animation: float 6s ease-in-out infinite;
}

.floating-icon-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-icon-2 {
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.floating-icon-3 {
    bottom: 25%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Enhanced Content */
.choose-content-enhanced {
    position: relative;
    z-index: 3;
}

.excellence-badge {
    display: inline-block;
}

.badge-text {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.enhanced-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.gradient-text {
    background: linear-gradient(135deg, #ffd700 0%, #ffa500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.enhanced-description {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

/* Feature List */
.feature-list-enhanced {
    margin-bottom: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: white;
    font-weight: 500;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd700;
    font-size: 12px;
}

/* Enhanced Video Section */
.video-section-enhanced {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    padding: 40px 30px;
    margin: 40px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.video-section-enhanced::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 215, 0, 0.1) 0%,
        rgba(255, 165, 0, 0.1) 100%
    );
    border-radius: 25px;
}

.video-title {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.video-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

/* Action Buttons */
.action-buttons-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.play-btn-enhanced {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 3;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.play-btn-enhanced:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.play-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(
        135deg,
        rgba(255, 215, 0, 0.9) 0%,
        rgba(255, 165, 0, 0.9) 100%
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
}

.play-icon-wrapper:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(255, 215, 0, 0.5);
}

.play-icon-wrapper i {
    font-size: 32px;
    color: white;
    margin-left: 3px;
}

.play-icon-wrapper::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 2px solid rgba(255, 215, 0, 0.4);
    animation: pulse-gold 2s infinite;
}

.play-icon-wrapper::after {
    content: "";
    position: absolute;
    top: -25px;
    left: -25px;
    right: -25px;
    bottom: -25px;
    border-radius: 50%;
    border: 1px solid rgba(255, 215, 0, 0.2);
    animation: pulse-gold 2s infinite 0.5s;
}

@keyframes pulse-gold {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}

.video-text {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Key Features Stats */
.video-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.video-stat {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 215, 0, 0.2);
    transition: all 0.3s ease;
}

.video-stat:hover {
    background: rgba(255, 215, 0, 0.1);
    transform: translateY(-2px);
}

.video-stat-number {
    font-size: 16px;
    font-weight: 700;
    color: #ffd700;
    display: block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.video-stat-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.8);
}

.btn-learn-more {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-learn-more:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    color: white;
}

/* Payment Card */
.payment-card-enhanced {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.payment-card-enhanced::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
}

.payment-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b2154;
    margin-bottom: 5px;
}

.card-subtitle {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.secure-badge {
    background: #e8f5e8;
    color: #2e7d32;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.payment-methods-section {
    margin-bottom: 30px;
}

.payment-title {
    font-size: 18px;
    font-weight: 600;
    color: #0b2154;
    margin-bottom: 15px;
}

.provider-badge {
    background: transparent;
    color: #6a11cb;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.payment-options-wrapper {
    text-align: center;
}

.payment-options-img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* Stats Row */
.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    text-align: center;
}

.stat-item {
    padding: 15px;
    background: rgba(37, 117, 252, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(37, 117, 252, 0.1);
}

.stat-number {
    font-size: 20px;
    font-weight: 700;
    color: #2575fc;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* CTA Buttons */
.cta-buttons-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 30px;
}

.btn-pay-now {
    background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 8px 25px rgba(37, 117, 252, 0.3);
    transition: all 0.3s ease;
}

.btn-pay-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(37, 117, 252, 0.4);
    color: white;
}

.btn-consult {
    background: transparent;
    color: #2575fc;
    border: 2px solid #2575fc;
    padding: 14px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-consult:hover {
    background: #2575fc;
    color: white;
    transform: translateY(-2px);
}

/* Trust Indicators */
.trust-indicators {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.trust-item i {
    color: #2575fc;
}

/* Additional Custom Styles */

/* Enhanced Service Cards */
.service-card-custom {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.service-card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Enhanced Forms */
.form-enhanced {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 30px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-enhanced .form-control {
    border-radius: 10px;
    border: 2px solid rgba(37, 117, 252, 0.1);
    padding: 12px 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.form-enhanced .form-control:focus {
    border-color: #2575fc;
    box-shadow: 0 0 0 3px rgba(37, 117, 252, 0.1);
}

/* Enhanced Buttons */
.btn-enhanced {
    background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-enhanced:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(37, 117, 252, 0.3);
    color: white;
}

.btn-enhanced-outline {
    background: transparent;
    color: #2575fc;
    border: 2px solid #2575fc;
    padding: 12px 26px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-enhanced-outline:hover {
    background: #2575fc;
    color: white;
    transform: translateY(-2px);
}

/* Loading Spinner */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(37, 117, 252, 0.1);
    border-top: 4px solid #2575fc;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Toast Notifications */
.toast-custom {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    padding: 16px 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #2575fc;
}

.toast-success {
    border-left-color: #28a745;
}

.toast-error {
    border-left-color: #dc3545;
}

.toast-warning {
    border-left-color: #ffc107;
}

/* Responsive Design */
@media (max-width: 991px) {
    .choose-area-enhanced {
        padding: 80px 0;
    }

    .payment-card-enhanced {
        margin-top: 40px;
        padding: 30px;
    }

    .action-buttons-group {
        justify-content: center;
    }

    .cta-buttons-group {
        grid-template-columns: 1fr;
    }

    .stats-row {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .enhanced-title {
        font-size: clamp(28px, 4vw, 36px);
    }
}

@media (max-width: 767px) {
    .payment-card-enhanced {
        padding: 25px;
    }

    .stats-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .trust-indicators {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .floating-icon {
        display: none;
    }

    .action-buttons-group {
        flex-direction: column;
        align-items: stretch;
    }

    .enhanced-title {
        font-size: clamp(24px, 6vw, 32px);
    }

    .enhanced-description {
        font-size: 16px;
    }

    /* Enhanced Video Section Mobile */
    .video-section-enhanced {
        padding: 30px 20px;
        margin: 30px 0;
    }

    .video-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .video-subtitle {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .play-btn-enhanced {
        padding: 15px;
        font-size: 16px;
    }

    .play-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .play-icon-wrapper i {
        font-size: 28px;
    }

    .video-stats {
        gap: 20px;
        margin-top: 20px;
    }

    .video-stat-number {
        font-size: 18px;
    }

    .video-stat-label {
        font-size: 11px;
    }

    .secondary-actions {
        margin-top: 15px !important;
    }
}

@media (max-width: 575px) {
    .choose-area-enhanced {
        padding: 60px 0;
    }

    .payment-card-enhanced {
        padding: 20px;
    }

    .card-title {
        font-size: 20px;
    }

    .payment-title {
        font-size: 16px;
    }
}

/* Print Styles */
@media print {
    .floating-elements,
    .choose-overlay {
        display: none;
    }

    .choose-area-enhanced {
        background: white !important;
        color: black !important;
    }

    .payment-card-enhanced {
        background: white !important;
        box-shadow: none !important;
    }
}

/* === SERVICE CARDS FIXES === */

/* NUCLEAR APPROACH - Position button absolutely outside card flow */
.premium-card {
    position: relative !important; /* Make sure card is positioned */
}

.card-action {
    position: absolute !important;
    bottom: 20px !important;
    left: 25px !important;
    right: 25px !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
}

.premium-btn {
    position: relative !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    display: block !important;
    width: 100% !important;
    /* Restore original button styling */
    background: linear-gradient(135deg, #2556c1 0%, #1a3c7d 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 12px 25px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(37, 86, 193, 0.3) !important;
    transition: all 0.3s ease !important;
}

.premium-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(37, 86, 193, 0.4) !important;
    background: linear-gradient(135deg, #1a3c7d 0%, #2556c1 100%) !important;
}

/* Kill ALL potential blockers */
.premium-card *,
.premium-card *::before,
.premium-card *::after {
    pointer-events: none !important;
}

/* Only allow button and its children to be interactive */
.card-action,
.card-action *,
.premium-btn,
.premium-btn *,
.premium-btn *::before,
.premium-btn *::after {
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Kill the overlay that was blocking clicks */
.premium-card-front::before {
    pointer-events: none !important;
    z-index: -1 !important;
    display: none !important;
}

/* Fix card body to make room for absolutely positioned button */
.card-body {
    padding-bottom: 70px !important; /* Make room for absolutely positioned button */
}

/* === END SERVICE CARDS FIXES === */

/* ===============================================
   SEO & Performance Optimizations
=============================================== */

/* Lazy Loading Images */
img[data-src] {
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #f8f9fa;
}

img[data-src].lazy {
    opacity: 0;
}

img[data-src]:not(.lazy) {
    opacity: 1;
}

/* Loading Placeholder */
.img-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    display: inline-block;
    width: 100%;
    height: 200px;
    border-radius: 8px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Critical CSS Optimizations */
.above-fold {
    display: block;
}

.below-fold {
    display: none;
}

/* Preload Critical Resources */
.preload-font {
    font-display: swap;
}

/* Optimize render-blocking resources */
.defer-css {
    media: print;
}

/* Image Optimization */
img {
    max-width: 100%;
    height: auto;
    loading: lazy;
}

/* Critical above-the-fold images */
.hero-image,
.logo-image {
    loading: eager;
}

/* Performance Metrics */
.performance-metrics {
    display: none;
}

/* Simple Timeline Hover Effects - Left to Right Blue Sweep */
.timeline-card {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 0 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05) !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f1f5f9 !important;
    transform: translateY(0) !important;
}

.timeline-card::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
        135deg,
        rgba(37, 86, 193, 0.1) 0%,
        rgba(37, 86, 193, 0.08) 100%
    ) !important;
    transition: left 0.5s ease !important;
    z-index: 1 !important;
}

.timeline-card:hover::before {
    left: 0 !important;
}

.timeline-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 20px 40px rgba(37, 86, 193, 0.15) !important;
    border-color: rgba(37, 86, 193, 0.3) !important;
}

.card-header {
    padding: 25px 30px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    background: transparent !important;
}

.icon-box {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #2556c1 0%, #1a4ba1 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 20px 0 0 !important;
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 8px 20px rgba(37, 86, 193, 0.25) !important;
    transition: none !important;
    transform: none !important;
}

.left-entry .icon-box {
    margin: 0 0 0 20px !important;
}

.icon-box img {
    width: 28px !important;
    height: 28px !important;
    filter: brightness(0) invert(1) !important;
    transition: none !important;
    transform: none !important;
}

.card-header h3 {
    font-size: 22px !important;
    margin: 0 !important;
    color: #1f2937 !important;
    font-weight: 600 !important;
    position: relative !important;
    z-index: 2 !important;
    transition: none !important;
    transform: none !important;
}

.card-body {
    padding: 25px 30px !important;
    position: relative !important;
    z-index: 2 !important;
    background: #fff !important;
    transition: none !important;
}

.card-body p {
    color: #6b7280 !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
    font-size: 15px !important;
    transition: none !important;
    transform: none !important;
}

.timeline-point {
    position: absolute !important;
    left: 50% !important;
    top: 40px !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
}

.point-circle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    background: #2556c1 !important;
    position: relative !important;
    border: 4px solid #fff !important;
    box-shadow: 0 0 0 4px rgba(37, 86, 193, 0.2) !important;
    transition: none !important;
    transform: none !important;
}

.year {
    position: absolute !important;
    top: -35px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: linear-gradient(135deg, #2556c1 0%, #1a4ba1 100%) !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    box-shadow: 0 5px 15px rgba(37, 86, 193, 0.25) !important;
    transition: none !important;
}

/* Override any decorative elements */
.card-decoration {
    display: none !important;
}

/* Remove connecting lines */
.left-entry:before,
.right-entry:before {
    display: none !important;
}

/* Override any hover effects from style.css */
.timeline-card:hover .icon-box {
    transform: none !important;
    background: linear-gradient(135deg, #2556c1 0%, #1a4ba1 100%) !important;
    box-shadow: 0 8px 20px rgba(37, 86, 193, 0.25) !important;
}

.timeline-card:hover .icon-box img {
    transform: none !important;
    filter: brightness(0) invert(1) !important;
}

.timeline-card:hover .card-header h3 {
    color: #1f2937 !important;
    transform: none !important;
}

.timeline-card:hover .card-body {
    background: #fff !important;
}

.timeline-card:hover .card-body p {
    color: #6b7280 !important;
    transform: none !important;
}

/* Override timeline entry hover effects */
.timeline-entry:hover .timeline-point {
    transform: translateX(-50%) !important;
}

.timeline-entry:hover .point-circle {
    background: #2556c1 !important;
    box-shadow: 0 0 0 4px rgba(37, 86, 193, 0.2) !important;
    transform: none !important;
}

.timeline-entry:hover .year {
    transform: translateX(-50%) !important;
    background: linear-gradient(135deg, #2556c1 0%, #1a4ba1 100%) !important;
    box-shadow: 0 5px 15px rgba(37, 86, 193, 0.25) !important;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .timeline-card:hover {
        transform: translateY(-3px) !important;
    }
}

@media (max-width: 767px) {
    .timeline-card {
        margin: 0 20px !important;
    }

    .card-header {
        padding: 20px 25px !important;
    }

    .card-body {
        padding: 20px 25px !important;
    }

    .icon-box {
        width: 50px !important;
        height: 50px !important;
        margin: 0 15px 0 0 !important;
    }

    .icon-box img {
        width: 24px !important;
        height: 24px !important;
    }

    .card-header h3 {
        font-size: 18px !important;
    }

    .year {
        font-size: 11px !important;
        padding: 4px 12px !important;
    }
}

/* World-Class Mission & Vision Section */
.mission-vision-area-simple {
    position: relative;
    padding: 100px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Simple Background */
.simple-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        rgba(37, 86, 193, 0.03) 0%,
        rgba(37, 86, 193, 0.01) 100%
    );
    animation: floatShape 20s infinite ease-in-out;
}

.shape-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: 7s;
}

.shape-3 {
    width: 180px;
    height: 180px;
    bottom: 20%;
    left: 15%;
    animation-delay: 14s;
}

@keyframes floatShape {
    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(90deg);
    }
    50% {
        transform: translateY(-40px) rotate(180deg);
    }
    75% {
        transform: translateY(-20px) rotate(270deg);
    }
}

/* Section Header */
.section-header {
    position: relative;
    z-index: 10;
    margin-bottom: 60px;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(37, 86, 193, 0.1);
    border: 1px solid rgba(37, 86, 193, 0.2);
    border-radius: 25px;
    margin-bottom: 20px;
    animation: fadeInUp 0.6s ease-out;
}

.badge-text {
    font-size: 14px;
    color: #2556c1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    line-height: 1.2;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.title-highlight {
    color: #2556c1;
    position: relative;
}

.title-highlight::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(135deg, #2556c1 0%, #4a9eff 100%);
    border-radius: 2px;
    animation: slideInLeft 1s ease-out 0.8s both;
}

.section-subtitle {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.4s both;
}

/* Mission & Vision Cards */
.mv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(37, 86, 193, 0.1);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    transform-style: preserve-3d;
}

/* Animated gradient background on hover */
.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(37, 86, 193, 0.05) 0%,
        rgba(74, 158, 255, 0.05) 50%,
        rgba(37, 86, 193, 0.08) 100%
    );
    transition: all 0.6s ease;
    z-index: 1;
}

.mv-card:hover::before,
.mv-card:focus::before {
    left: 0;
}

/* Top border animation */
.mv-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, #2556c1 0%, #4a9eff 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 2;
}

.mv-card:hover::after,
.mv-card:focus::after {
    transform: scaleX(1);
}

/* Enhanced hover effects */
.mv-card:hover,
.mv-card:focus {
    transform: translateY(-20px) rotateY(2deg) rotateX(2deg);
    box-shadow: 0 30px 80px rgba(37, 86, 193, 0.15),
        0 0 50px rgba(37, 86, 193, 0.1);
    border-color: rgba(37, 86, 193, 0.3);
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
}

.mv-card:focus {
    outline: none;
    box-shadow: 0 30px 80px rgba(37, 86, 193, 0.15),
        0 0 0 3px rgba(37, 86, 193, 0.2), 0 0 50px rgba(37, 86, 193, 0.1);
}

/* Mission card specific hover effects */
.mission-card:hover {
    transform: translateY(-20px) rotateY(-2deg) rotateX(2deg);
}

/* Vision card specific hover effects */
.vision-card:hover {
    transform: translateY(-20px) rotateY(2deg) rotateX(2deg);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

/* Enhanced icon with pulse effect */
.card-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2556c1 0%, #4a9eff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(37, 86, 193, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
}

.card-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s ease;
}

.mv-card:hover .card-icon::before,
.mv-card:focus .card-icon::before {
    width: 100px;
    height: 100px;
}

.card-icon i {
    font-size: 30px;
    color: #ffffff;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

.mv-card:hover .card-icon,
.mv-card:focus .card-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 20px 50px rgba(37, 86, 193, 0.4),
        0 0 30px rgba(37, 86, 193, 0.3);
    background: linear-gradient(135deg, #1a4ba1 0%, #2556c1 100%);
}

.mv-card:hover .card-icon i,
.mv-card:focus .card-icon i {
    transform: scale(1.2) rotate(-10deg);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Animated number with glow effect */
.card-number {
    font-size: 36px;
    font-weight: 700;
    color: rgba(37, 86, 193, 0.1);
    line-height: 1;
    transition: all 0.5s ease;
    position: relative;
    z-index: 3;
}

.mv-card:hover .card-number,
.mv-card:focus .card-number {
    color: rgba(37, 86, 193, 0.3);
    transform: scale(1.1) translateX(-5px);
    text-shadow: 0 0 20px rgba(37, 86, 193, 0.3);
}

.card-content {
    position: relative;
    z-index: 3;
}

/* Enhanced title with typewriter effect */
.card-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 20px;
    margin-top: 15px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
}

.card-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(135deg, #2556c1 0%, #4a9eff 100%);
    border-radius: 2px;
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #1a4ba1 0%, #2556c1 100%);
    border-radius: 2px;
    transition: all 0.6s ease 0.2s;
}

.mv-card:hover .card-title::before,
.mv-card:focus .card-title::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(37, 86, 193, 0.3) 0%,
        rgba(74, 158, 255, 0.3) 100%
    );
}

.mv-card:hover .card-title::after,
.mv-card:focus .card-title::after {
    width: 100%;
    animation: shimmer 1.5s ease-in-out infinite;
}

.mv-card:hover .card-title,
.mv-card:focus .card-title {
    color: #2556c1;
    transform: translateY(-2px);
    text-shadow: 0 2px 10px rgba(37, 86, 193, 0.1);
}

/* Animated description with reveal effect */
.card-description {
    font-size: 16px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 0;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.card-description::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(37, 86, 193, 0.05) 50%,
        transparent 100%
    );
    transition: all 0.8s ease;
}

.mv-card:hover .card-description::before,
.mv-card:focus .card-description::before {
    left: 100%;
}

.mv-card:hover .card-description,
.mv-card:focus .card-description {
    color: #374151;
    transform: translateY(-1px);
    letter-spacing: 0.2px;
}

/* Floating particles effect */
.mv-card:hover {
    animation: float-gentle 3s ease-in-out infinite;
}

/* Shimmer animation for underline */
@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Gentle floating animation */
@keyframes float-gentle {
    0%,
    100% {
        transform: translateY(-20px) rotateY(2deg) rotateX(2deg);
    }
    50% {
        transform: translateY(-25px) rotateY(2deg) rotateX(2deg);
    }
}

/* Mission card specific floating */
@keyframes float-mission {
    0%,
    100% {
        transform: translateY(-20px) rotateY(-2deg) rotateX(2deg);
    }
    50% {
        transform: translateY(-25px) rotateY(-2deg) rotateX(2deg);
    }
}

.mission-card:hover {
    animation: float-mission 3s ease-in-out infinite;
}

/* Enhanced focus states for accessibility */
.mv-card:focus-visible {
    transform: translateY(-20px) scale(1.02);
    box-shadow: 0 30px 80px rgba(37, 86, 193, 0.2),
        0 0 0 4px rgba(37, 86, 193, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Interactive glow effect */
.mv-card {
    background: radial-gradient(
            circle at var(--x, 50%) var(--y, 50%),
            rgba(37, 86, 193, 0.05) 0%,
            transparent 50%
        ),
        #ffffff;
}

/* Remove all CSS for removed elements */
.card-features,
.feature-item,
.card-stats,
.stat-item,
.stat-number,
.stat-label {
    display: none;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .mission-vision-area-simple {
        padding: 80px 0;
    }

    .section-title {
        font-size: 36px;
    }

    .mv-card {
        padding: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mission-vision-area-simple {
        padding: 60px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .mv-card {
        padding: 25px;
    }

    .card-title {
        font-size: 24px;
        margin-top: 10px;
    }

    .card-description {
        font-size: 15px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
    }

    .card-icon i {
        font-size: 24px;
    }

    .card-number {
        font-size: 28px;
    }

    .floating-shapes .shape-1,
    .floating-shapes .shape-2,
    .floating-shapes .shape-3 {
        display: none;
    }
}

@media (max-width: 575px) {
    .mv-card {
        padding: 20px;
    }

    .card-title {
        font-size: 22px;
    }
}
