/* Hide Report a claim CTA visually; link stays in DOM for SEO/crawlers */
.hero-cta-seo-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.feature-card-premium {
            position: relative;
            overflow: hidden;
        }
        
        .feature-card-premium::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, rgba(255, 90, 31, 0.6), transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        
        .feature-card-premium:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.06) !important;
            border-color: rgba(255, 90, 31, 0.2) !important;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
        }
        
        .feature-card-premium:hover::before {
            opacity: 1;
        }
        
        .feature-card-premium:hover .feature-card__icon {
            transform: scale(1.1);
        }
        
        .feature-card-premium .feature-card__icon {
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .feature-card-premium .stat-item {
            transition: transform 0.3s ease;
        }
        
        .feature-card-premium:hover .stat-item {
            transform: translateY(-2px);
        }
        
        @media (max-width: 768px) {
            .section-why-boardwalk {
                padding: 60px 0 !important;
            }
            
            .section-why-boardwalk .sec-title__title {
                font-size: 2.25rem !important;
                color: #ffffff !important;
            }
            
            .feature-card-premium {
                padding: 28px !important;
            }
            
            .feature-card__stats {
                flex-direction: column;
                gap: 16px !important;
            }
        }

.why-different-section .different-card:hover {
            transform: translateY(-8px);
            background: rgba(255, 255, 255, 0.06) !important;
            border-color: rgba(255, 90, 31, 0.2) !important;
        }
        
        .why-different-section .different-card:hover .card-icon-wrap {
            transform: scale(1.1);
        }
        
        .why-different-section .card-icon-wrap {
            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .why-different-section .stat-item-dark {
            transition: transform 0.3s ease;
        }
        
        .why-different-section .stat-item-dark:hover {
            transform: translateY(-4px);
        }
        
        @media (max-width: 991px) {
            .why-different-section .stats-bar {
                gap: 30px !important;
                padding: 24px 20px !important;
            }
            
            .why-different-section .stats-bar > div[style*="width: 1px"] {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .why-different-section {
                padding: 60px 0 !important;
            }
            
            .why-different-section h2 {
                font-size: 2rem !important;
            }
            
            .why-different-section .different-card {
                padding: 28px !important;
            }
            
            .why-different-section .stats-bar {
                flex-direction: column;
                gap: 24px !important;
            }
        }

/* ===== HERO CTA PREMIUM BUTTONS ===== */
        .hero-cta-container {
            gap: 20px !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            align-items: center !important;
        }
        
        .hero-cta-container > * {
            flex: 0 0 auto !important;
            width: auto !important;
        }
        /* Primary CTA - Get a Quote */
        .hero-cta-primary {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 14px 60px;
            background: linear-gradient(135deg, #FF5A1F 0%, #FF6B35 100%);
            border: 2px solid rgba(255, 107, 53, 0.5);
            border-radius: 60px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.02em;
            text-decoration: none;
            cursor: pointer;
            overflow: hidden;
            box-shadow: 
                0 6px 24px rgba(255, 90, 31, 0.4),
                0 2px 8px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 
                0 4px 20px rgba(255, 90, 31, 0.25),
                0 2px 8px rgba(0, 0, 0, 0.12);
        }
        
        .hero-cta-primary__text {
            position: relative;
            z-index: 2;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
        }
        
        .hero-cta-primary__icon {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .hero-cta-primary__glow {
            display: none;
        }
        
        .hero-cta-primary:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 
                0 12px 36px rgba(255, 90, 31, 0.5),
                0 6px 16px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
            background: linear-gradient(135deg, #FF6B35 0%, #FF7A45 100%);
        }
        
        .hero-cta-primary:hover .hero-cta-primary__icon {
            transform: translateX(4px);
        }
        
        .hero-cta-primary:active {
            transform: translateY(-1px);
            transition: all 0.1s ease;
        }
        
        /* Call CTA Button */
        .hero-cta-call {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 20px 60px;
            background: linear-gradient(135deg, #1a2e23 0%, #243d2e 100%);
            border: 2px solid rgba(16, 185, 129, 0.4);
            border-radius: 60px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.02em;
            text-decoration: none;
            cursor: pointer;
            overflow: hidden;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 
                0 6px 24px rgba(16, 185, 129, 0.2),
                0 2px 8px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }
        
        .hero-cta-call__icon-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            background: rgba(16, 185, 129, 0.2);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border: 1px solid rgba(16, 185, 129, 0.3);
            border-radius: 50%;
            transition: all 0.3s ease;
            box-shadow: 
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 2px 8px rgba(0, 0, 0, 0.15);
        }
        
        .hero-cta-call__icon-wrap svg {
            color: #ffffff;
            transition: transform 0.3s ease;
        }
        
        .hero-cta-call__content {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            line-height: 1.2;
        }
        
        .hero-cta-call__label {
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            opacity: 0.85;
        }
        
        .hero-cta-call__number {
            font-size: 17px;
            font-weight: 700;
            letter-spacing: 0.01em;
        }
        
        .hero-cta-call:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 
                0 12px 36px rgba(16, 185, 129, 0.3),
                0 6px 16px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
            background: linear-gradient(135deg, #243d2e 0%, #2e4d3a 100%);
        }
        
        .hero-cta-call:hover .hero-cta-call__icon-wrap {
            background: rgba(16, 185, 129, 0.35);
            border-color: rgba(16, 185, 129, 0.5);
            transform: scale(1.08);
        }
        
        .hero-cta-call:hover .hero-cta-call__icon-wrap svg {
            animation: phoneRing 0.5s ease-in-out;
        }
        
        @keyframes phoneRing {
            0%, 100% { transform: rotate(0deg); }
            20% { transform: rotate(-15deg); }
            40% { transform: rotate(15deg); }
            60% { transform: rotate(-10deg); }
            80% { transform: rotate(10deg); }
        }
        
        .hero-cta-call:active {
            transform: translateY(-1px);
            transition: all 0.1s ease;
        }
        
        /* Divider between buttons */
        .hero-cta-divider {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        /* Desktop - side by side layout */
        @media (min-width: 768px) {
            .hero-cta-container {
                flex-direction: row !important;
                align-items: center !important;
                flex-wrap: nowrap !important;
            }
            
            .hero-cta-primary,
            .hero-cta-call {
                width: auto !important;
            }
        }
        
        /* Mobile Responsive */
        @media (max-width: 767px) {
            .hero-cta-container {
                flex-direction: column;
                align-items: stretch !important;
                gap: 16px !important;
            }
            
            .hero-cta-divider {
                display: none;
            }
            
            .hero-cta-primary {
                padding: 16px 28px;
                font-size: 15px;
                width: 100%;
                justify-content: center;
            }
            
            .hero-cta-call {
                padding: 12px 20px 12px 14px;
                width: 100%;
                justify-content: center;
            }
            
            .hero-cta-call__icon-wrap {
                width: 38px;
                height: 38px;
            }
            
            .hero-cta-call__number {
                font-size: 15px;
            }
        }
        
        @media (max-width: 480px) {
            .hero-cta-primary {
                padding: 14px 24px;
                font-size: 14px;
            }
            
            .hero-cta-call {
                padding: 10px 16px 10px 12px;
                gap: 10px;
            }
            
            .hero-cta-call__icon-wrap {
                width: 34px;
                height: 34px;
            }
            
            .hero-cta-call__icon-wrap svg {
                width: 16px;
                height: 16px;
            }
            
            .hero-cta-call__label {
                font-size: 10px;
            }
            
            .hero-cta-call__number {
                font-size: 14px;
            }
        }

/* Apple-inspired button styles */
        .apple-style-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            border-radius: 12px;
            font-weight: 500;
            font-size: 15px;
            text-decoration: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }

        .custom-gray-btn {
            background: rgba(255, 255, 255, 0.9) !important;
        }

        .apple-style-btn.primary-btn {
            background: rgba(255, 255, 255, 0.95);
            color: #1d1d1f;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .apple-style-btn.primary-btn:hover {
            background: rgba(255, 255, 255, 1);
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
        }

        .apple-style-btn.secondary-btn:not(.custom-gray-btn) {
            background: rgba(0, 0, 0, 0.08);
            color: #1d1d1f;
            border: 1px solid rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }

        .custom-gray-btn {
            background: rgba(255, 255, 255, 1) !important;
        }

        .apple-style-btn.secondary-btn:hover {
            background: rgba(0, 0, 0, 0.12);
            border-color: rgba(0, 0, 0, 0.25);
            color: #1d1d1f;
            transform: translateY(-2px);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        }

        .apple-style-btn svg {
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .apple-style-btn:hover svg {
            transform: translateX(4px);
        }

        .apple-style-btn:active {
            transform: translateY(0);
            transition: transform 0.1s;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .apple-style-btn {
                padding: 10px 20px;
                font-size: 14px;
            }

            .newsletter-one__form .d-flex {
                gap: 12px !important;
            }
        }

        /* Legacy styles - maintained for compatibility */
        @keyframes float {
            0%, 100% {
                transform: translateY(0px);
            }
            50% {
                transform: translateY(-20px);
            }
        }

        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.section-boardwalk-video {
            background: #1a1a1a;
        }

        .section-boardwalk-video .video-container:hover .video-controls-overlay {
            opacity: 1;
        }

        .section-boardwalk-video .play-pause-btn:hover {
            transform: scale(1.1);
            background: rgba(255, 255, 255, 1);
        }

        .section-boardwalk-video .video-feature {
            transition: all 0.3s ease;
        }

        .section-boardwalk-video .video-feature:hover {
            transform: translateY(-5px);
        }

        .section-boardwalk-video .feature-icon {
            transition: all 0.3s ease;
        }

        .section-boardwalk-video .video-feature:hover .feature-icon {
            background: rgba(255, 255, 255, 0.2);
            transform: scale(1.1);
        }

        .section-boardwalk-video .video-player {
            transition: all 0.3s ease;
        }

        .section-boardwalk-video .video-container:hover .video-player {
            transform: scale(1.02);
        }

        @media (max-width: 768px) {
            .section-boardwalk-video .video-title {
                font-size: 2.2rem;
            }

            .section-boardwalk-video .video-subtitle {
                font-size: 1.1rem;
            }

            .section-boardwalk-video {
                padding: 60px 0;
            }
        }

/* Apple-style Solutions Section */
        .solutions-slider-container {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

        .solutions-slider {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            gap: 24px;
            padding: 20px 0;
            align-items: stretch;
        }

        .solution-card-apple {
            min-width: 280px;
            max-width: 320px;
            background: white;
            border-radius: 20px;
            padding: 24px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
            flex-shrink: 0;
            height: 420px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .solution-card-apple:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
        }

        .card-header {
            margin-bottom: 16px;
            flex-shrink: 0;
            text-align: left;
        }

        .card-category {
            display: block;
            font-size: 11px;
            font-weight: 500;
            color: #86868b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 6px;
            line-height: 1.2;
        }

        .card-title {
            font-size: 1.4rem;
            font-weight: 600;
            color: #1d1d1f;
            line-height: 1.3;
            margin: 0;
            letter-spacing: -0.2px;
            min-height: 2.4rem;
            display: block;
            text-align: left;
        }

        .card-content {
            position: relative;
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            text-align: left;
        }

        .card-description {
            font-size: 0.95rem;
            color: #86868b;
            line-height: 1.5;
            margin-bottom: 16px;
            font-weight: 400;
            flex: 1;
            min-height: 0;
            display: block;
            text-align: left;
        }

        .card-image {
            position: relative;
            height: 160px;
            border-radius: 12px;
            overflow: hidden;
            background: #f5f5f7;
            margin-top: auto;
            flex-shrink: 0;
        }

        .solution-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .solution-card-apple:hover .solution-img {
            transform: scale(1.05);
        }

        /* Slider Navigation */
        .slider-navigation {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            z-index: 10;
        }

        .slider-nav-btn {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.9);
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            pointer-events: all;
        }

        .slider-nav-btn:hover {
            background: white;
            transform: scale(1.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
        }

        .slider-nav-btn svg {
            color: #1d1d1f;
        }



        /* Slider Dots */
        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-top: 32px;
        }

        .slider-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #d2d2d7;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slider-dot.active {
            background: #1d1d1f;
            transform: scale(1.2);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .solution-card-apple {
                min-width: 260px;
                max-width: 280px;
                padding: 20px;
                height: 380px;
                justify-content: flex-start;
            }

            .card-title {
                font-size: 1.2rem;
                min-height: 2.2rem;
                text-align: left;
            }

            .card-content {
                justify-content: space-between;
                text-align: left;
            }

            .slider-nav-btn {
                width: 40px;
                height: 40px;
            }
        }

        @media (max-width: 480px) {
            .solution-card-apple {
                min-width: 240px;
                max-width: 260px;
                padding: 18px;
                height: 360px;
                justify-content: flex-start;
            }

            .card-title {
                font-size: 1.1rem;
                min-height: 2rem;
                text-align: left;
            }

            .card-description {
                font-size: 0.9rem;
                text-align: left;
            }

            .card-content {
                justify-content: space-between;
                text-align: left;
            }

            .card-image {
                height: 140px;
            }
        }

.award-card-light {
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.06);
            border-radius: 20px;
            padding: 28px;
            text-align: center;
            position: relative;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            height: 100%;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        
        .award-card-light:hover {
            transform: translateY(-8px);
            border-color: rgba(255, 90, 31, 0.2);
            box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1);
        }
        
        .award-badge-light {
            position: absolute;
            top: 16px;
            right: 16px;
            background: linear-gradient(135deg, #FF5A1F, #FF7A45);
            color: white;
            font-size: 11px;
            font-weight: 700;
            padding: 6px 12px;
            border-radius: 20px;
            letter-spacing: 0.5px;
        }
        
        .award-image-wrap-light {
            padding: 10px;
            margin-bottom: 16px;
        }
        
        .award-image-wrap-light img {
            max-height: 180px;
            width: auto;
            transition: transform 0.4s ease;
        }
        
        .award-card-light:hover .award-image-wrap-light img {
            transform: scale(1.12);
        }
        
        .award-content-light {
            padding-top: 16px;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
        }
        
        .award-icon-light {
            width: 54px;
            height: 54px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 14px;
        }
        
        .award-icon-gold {
            background: rgba(255, 184, 0, 0.1);
        }
        
        .award-icon-blue {
            background: rgba(59, 130, 246, 0.1);
        }
        
        .award-icon-green {
            background: rgba(16, 185, 129, 0.1);
        }
        
        .award-title-light {
            font-size: 1.1rem;
            font-weight: 600;
            color: #0f172a;
            margin-bottom: 6px;
        }
        
        .award-org-light {
            font-size: 0.85rem;
            color: #64748b;
            margin: 0;
        }
        
        @media (max-width: 768px) {
            .awards-section-premium {
                padding: 60px 0 !important;
            }
            
            .award-card-light {
                padding: 24px;
            }
            
            .award-image-wrap-light img {
                max-height: 100px;
            }
        }

.ready-to-protect-section .trust-item {
            transition: transform 0.3s ease;
        }
        
        .ready-to-protect-section .trust-item:hover {
            transform: translateY(-2px);
        }

        @media (max-width: 768px) {
            .ready-to-protect-section {
                padding: 70px 0 !important;
            }

            .ready-to-protect-section .cta-section-title {
                font-size: 2.25rem !important;
            }

            .ready-to-protect-section .cta-section-subtitle {
                font-size: 1rem !important;
            }

            .ready-to-protect-section .hero-cta-container {
                flex-direction: column;
                align-items: stretch;
                padding: 0 20px;
            }
            
            .ready-to-protect-section .hero-cta-primary,
            .ready-to-protect-section .hero-cta-call {
                justify-content: center;
            }

            .ready-to-protect-section .trust-indicators {
                gap: 20px;
                flex-direction: column;
            }
        }

/* Apple-Inspired Excellence Section Styles */
    .excellence-section {
        position: relative;
    }

    .excellence-card {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .excellence-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1) !important;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .excellence-card {
            height: auto !important;
            min-height: 360px;
            margin-bottom: 24px;
        }

        .excellence-section {
            padding: 60px 0 !important;
        }

        .excellence-header h2 {
            font-size: 2.2rem !important;
        }
    }

    @media (max-width: 480px) {
        .excellence-card {
            padding: 24px 20px !important;
        }

        .excellence-header h2 {
            font-size: 2rem !important;
        }
    }

    /* Accessibility */
    .excellence-card:focus-within {
        outline: 3px solid rgba(0, 122, 255, 0.6);
        outline-offset: 2px;
    }

    /* High contrast mode */
    @media (prefers-contrast: high) {
        .excellence-card {
            border: 2px solid #000 !important;
            background: #fff !important;
        }
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
        .excellence-card {
            transition: none !important;
        }
    }

.uhnw-testimonials-section {
            position: relative;
            background: #ffffff;
            padding: 70px 0 60px;
            overflow: hidden;
        }
        
        /* Carousel Wrapper */
        .testimonials-carousel-wrapper {
            position: relative;
            margin: 0 -15px;
            padding: 0 15px;
        }
        
        .testimonials-carousel {
            display: flex;
            gap: 16px;
            overflow-x: auto;
            scroll-behavior: smooth;
            padding: 20px 10px 30px;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }
        
        .testimonials-carousel::-webkit-scrollbar {
            display: none;
        }
        
        .testimonial-carousel-item {
            flex: 0 0 280px;
            min-width: 280px;
        }
        
        /* Navigation Buttons */
        .carousel-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
            transition: all 0.3s ease;
            color: #1d1d1f;
        }
        
        .carousel-nav-btn:hover {
            background: #007AFF;
            color: white;
            border-color: #007AFF;
            transform: translateY(-50%) scale(1.1);
        }
        
        .carousel-prev {
            left: -10px;
        }
        
        .carousel-next {
            right: -10px;
        }
        
        /* Scroll Hint */
        .carousel-scroll-hint {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 16px;
            font-size: 13px;
            color: #86868b;
            font-weight: 500;
        }
        
        .carousel-scroll-hint svg {
            animation: scrollHint 1.5s ease-in-out infinite;
        }
        
        @keyframes scrollHint {
            0%, 100% { transform: translateX(0); }
            50% { transform: translateX(6px); }
        }
        
        @media (max-width: 768px) {
            .carousel-nav-btn {
                display: none;
            }
            
            .testimonial-carousel-item {
                flex: 0 0 280px;
                min-width: 280px;
            }
        }

        /* ===== PREMIUM REVIEW CARD STYLES ===== */
        .premium-review-card {
            background: #ffffff;
            border-radius: 20px;
            padding: 0;
            height: 100%;
            min-height: 280px;
            display: flex;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .premium-review-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
            border-color: transparent;
        }
        
        /* Accent Bar Variants */
        .card-accent-bar {
            height: 4px;
            width: 100%;
            background: linear-gradient(90deg, #FF5A1F, #FF7A45);
        }
        
        .premium-review-card.variant-orange .card-accent-bar {
            background: linear-gradient(90deg, #FF5A1F, #FF7A45);
        }
        
        .premium-review-card.variant-blue .card-accent-bar {
            background: linear-gradient(90deg, #3B82F6, #60A5FA);
        }
        
        .premium-review-card.variant-green .card-accent-bar {
            background: linear-gradient(90deg, #10B981, #34D399);
        }
        
        .premium-review-card.variant-purple .card-accent-bar {
            background: linear-gradient(90deg, #8B5CF6, #A78BFA);
        }
        
        /* Card Header */
        .review-card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 20px 12px;
        }
        
        .google-badge {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 11px;
            font-weight: 600;
            color: #5f6368;
            background: #f8f9fa;
            padding: 6px 10px;
            border-radius: 20px;
        }
        
        .star-rating {
            display: flex;
            gap: 2px;
        }
        
        .star-rating svg {
            filter: drop-shadow(0 1px 2px rgba(255, 184, 0, 0.3));
        }
        
        /* Card Content */
        .review-card-content {
            flex: 1;
            padding: 0 20px 16px;
            display: flex;
            flex-direction: column;
        }
        
        .review-text {
            font-size: 14px;
            line-height: 1.65;
            color: #1a1a1a;
            margin: 0;
            font-weight: 400;
            font-style: italic;
            flex: 1;
        }
        
        .expand-review-btn {
            background: none;
            border: none;
            color: #3B82F6;
            font-size: 12px;
            font-weight: 600;
            padding: 8px 0 0;
            cursor: pointer;
            text-align: left;
            transition: color 0.2s ease;
        }
        
        .expand-review-btn:hover {
            color: #1D4ED8;
        }
        
        /* Author Section */
        .review-card-author {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 20px;
            background: linear-gradient(180deg, #fafafa 0%, #f5f5f5 100%);
            border-top: 1px solid rgba(0, 0, 0, 0.04);
        }
        
        .author-avatar-wrapper {
            position: relative;
            flex-shrink: 0;
        }
        
        .author-photo, .author-initials {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
        }
        
        .author-initials {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 600;
            color: white;
        }
        
        .premium-review-card.variant-orange .author-initials {
            background: linear-gradient(135deg, #FF5A1F, #FF7A45);
        }
        
        .premium-review-card.variant-blue .author-initials {
            background: linear-gradient(135deg, #3B82F6, #60A5FA);
        }
        
        .premium-review-card.variant-green .author-initials {
            background: linear-gradient(135deg, #10B981, #34D399);
        }
        
        .premium-review-card.variant-purple .author-initials {
            background: linear-gradient(135deg, #8B5CF6, #A78BFA);
        }
        
        .verified-check {
            position: absolute;
            bottom: -2px;
            right: -2px;
            width: 16px;
            height: 16px;
            background: #34A853;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid white;
        }
        
        .author-meta {
            flex: 1;
            min-width: 0;
        }
        
        .author-name-text {
            font-size: 13px;
            font-weight: 600;
            color: #1a1a1a;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .review-time {
            font-size: 11px;
            color: #86868b;
            margin-top: 2px;
        }
        
        /* Hover state color changes */
        .premium-review-card.variant-orange:hover {
            border-color: rgba(255, 90, 31, 0.2);
        }
        
        .premium-review-card.variant-blue:hover {
            border-color: rgba(59, 130, 246, 0.2);
        }
        
        .premium-review-card.variant-green:hover {
            border-color: rgba(16, 185, 129, 0.2);
        }
        
        .premium-review-card.variant-purple:hover {
            border-color: rgba(139, 92, 246, 0.2);
        }
        
        @media (max-width: 576px) {
            .premium-review-card {
                min-height: 260px;
            }
            
            .review-card-header {
                padding: 14px 16px 10px;
            }
            
            .review-card-content {
                padding: 0 16px 14px;
            }
            
            .review-text {
                font-size: 13px;
            }
            
            .review-card-author {
                padding: 12px 16px;
            }
        }

        /* Keep old styles for backwards compatibility */
        .professional-testimonial-card {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            border-radius: 16px;
            padding: 18px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(0, 0, 0, 0.05);
            height: 100%;
            min-height: 240px;
            display: flex;
            flex-direction: column;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .professional-testimonial-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #007AFF, #34C759);
            border-radius: 24px 24px 0 0;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .professional-testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
            border-color: rgba(0, 122, 255, 0.15);
            background: rgba(255, 255, 255, 1);
        }

        .professional-testimonial-card:hover::before {
            opacity: 1;
        }

        .card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
        }

        .rating-display {
            display: flex;
            gap: 1px;
        }

        .rating-display i {
            font-size: 13px;
            color: #FFD700;
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
        }

        .verification-indicator {
            display: flex;
            align-items: center;
            gap: 4px;
            font-size: 11px;
            color: #007AFF;
            font-weight: 500;
            padding: 4px 10px;
            background: rgba(0, 122, 255, 0.08);
            border-radius: 10px;
        }

        .card-content {
            flex: 1;
            margin-bottom: 12px;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .quote-mark {
            margin-bottom: 8px;
            opacity: 0.6;
        }
        
        .quote-mark svg {
            width: 24px;
            height: 24px;
        }

        .testimonial-text-container {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .testimonial-text {
            font-size: 13px;
            line-height: 1.6;
            color: #1d1d1f;
            margin: 0;
            font-weight: 400;
            letter-spacing: -0.1px;
            word-wrap: break-word;
            overflow-wrap: break-word;
            flex: 1;
        }

        .read-more-btn {
            background: none;
            border: none;
            color: #007AFF;
            font-size: 11px;
            font-weight: 500;
            padding: 4px 10px;
            margin-top: 8px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
            align-self: flex-start;
            font-family: inherit;
            border-radius: 12px;
            position: relative;
            overflow: hidden;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            background: rgba(0, 122, 255, 0.06);
            border: 1px solid rgba(0, 122, 255, 0.1);
            outline: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
        }

        .read-more-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0, 122, 255, 0.1), rgba(52, 199, 89, 0.1));
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 16px;
        }

        .read-more-btn:hover {
            color: #007AFF;
            background: rgba(0, 122, 255, 0.1);
            border-color: rgba(0, 122, 255, 0.2);
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 122, 255, 0.15);
        }

        .read-more-btn:hover::before {
            opacity: 1;
        }

        .read-more-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 8px rgba(0, 122, 255, 0.1);
        }

        .read-more-btn.expanded {
            color: #86868b;
            background: rgba(134, 134, 139, 0.06);
            border-color: rgba(134, 134, 139, 0.1);
        }

        .read-more-btn.expanded:hover {
            color: #1d1d1f;
            background: rgba(134, 134, 139, 0.1);
            border-color: rgba(134, 134, 139, 0.2);
        }

        .read-more-btn::after {
            content: '→';
            font-size: 12px;
            font-weight: 600;
            transition: transform 0.3s ease;
        }

        .read-more-btn:hover::after {
            transform: translateX(2px);
        }

        .read-more-btn.expanded::after {
            content: '←';
        }

        .card-footer {
            margin-top: auto;
            flex-shrink: 0;
            padding-top: 12px;
            border-top: 1px solid rgba(0, 0, 0, 0.04);
        }

        .author-info {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .author-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            flex-shrink: 0;
        }

        .avatar-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .avatar-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
            font-size: 14px;
            background: linear-gradient(135deg, #007AFF, #34C759);
        }

        .author-details {
            display: flex;
            flex-direction: column;
            flex: 1;
        }

        .author-name {
            font-size: 13px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 2px;
            letter-spacing: -0.1px;
        }

        .review-date {
            font-size: 11px;
            color: #86868b;
            font-weight: 400;
        }

        .professional-rating-badge {
            margin-bottom: 20px;
        }

        .rating-container {
            display: inline-flex;
            align-items: center;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            border-radius: 32px;
            padding: 20px 40px;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .rating-stars {
            display: flex;
            align-items: center;
            margin-right: 24px;
        }

        .star-group {
            display: flex;
            gap: 3px;
            margin-right: 16px;
        }

        .rating-divider {
            width: 1px;
            height: 32px;
            background: rgba(0, 0, 0, 0.08);
            margin: 0 24px;
        }

        .rating-count {
            display: flex;
            flex-direction: column;
        }

        .cta-section {
            margin-top: 40px;
        }

        .btn-primary {
            background: linear-gradient(135deg, #007AFF, #0056CC);
            border: none;
            font-weight: 500;
            letter-spacing: 0.5px;
            box-shadow: 0 8px 24px rgba(0, 122, 255, 0.3);
            transition: all 0.3s ease;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 32px rgba(0, 122, 255, 0.4);
            background: linear-gradient(135deg, #0056CC, #004499);
        }

        @media (max-width: 768px) {
            .uhnw-testimonials-section {
                padding: 50px 0 40px;
            }

            .professional-testimonial-card {
                padding: 20px;
                border-radius: 18px;
                min-height: 300px;
            }

            .sec-title__title {
                font-size: 2.5rem !important;
            }

            .rating-container {
                padding: 16px 24px;
                flex-direction: column;
                gap: 16px;
            }

            .rating-divider {
                display: none;
            }

            .rating-stars {
                margin-right: 0;
            }
        }

        @media (max-width: 576px) {
            .professional-testimonial-card {
                padding: 16px;
                min-height: 280px;
            }

            .testimonial-text {
                font-size: 15px;
            }

            .author-name {
                font-size: 15px;
            }

            .review-date {
                font-size: 13px;
            }

            .read-more-btn {
                font-size: 12px;
                padding: 5px 10px;
                margin-top: 10px;
            }
        }

/* Premium About Us Section Styles */
        .about-us-section {
            background: #ffffff;
        }

        .about-us-section .about-image-wrapper {
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .about-us-section .about-image-wrapper:hover {
            transform: translateY(-8px);
            box-shadow: 0 35px 100px rgba(0, 0, 0, 0.15) !important;
        }

        .about-us-section .content-block-premium {
            transition: all 0.3s ease;
        }

        .about-us-section .content-block-premium:hover {
            transform: translateX(6px);
        }

        .about-us-section .content-block-premium:hover .content-subtitle {
            color: #FF5A1F;
        }
        
        .about-us-section .about-cta-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
            background: #1e293b;
        }

        .about-us-section .image-overlay {
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .about-us-section .about-image-wrapper:hover .image-overlay {
            background: linear-gradient(to top, rgba(15, 23, 42, 1) 0%, rgba(15, 23, 42, 0.8) 50%, transparent 100%);
        }

        .about-us-section .overlay-content {
            transform: translateY(8px);
            transition: all 0.4s ease;
        }

        .about-us-section .about-image-wrapper:hover .overlay-content {
            transform: translateY(0);
        }

        /* Responsive Design */
        @media (max-width: 991px) {
            .about-us-section {
                padding: 60px 0 !important;
            }
            
            .about-us-section .about-image-wrapper {
                min-height: 450px !important;
                margin-bottom: 32px;
            }

            .about-us-section .about-content {
                padding-left: 0 !important;
            }

            .about-us-section .about-title {
                font-size: 2.25rem !important;
            }
        }

        @media (max-width: 480px) {
            .about-us-section .about-title {
                font-size: 1.85rem !important;
            }
        }

.index-faq-section.section-padding { padding: 60px 0; }
        .index-faq-section.bg-light-warm { background: linear-gradient(180deg, #FFFBF7 0%, #FFF8F3 100%); }
        .index-faq-section .section-header-enhanced { margin-bottom: 48px; }
        .index-faq-section .section-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #FFF5ED 0%, #FFE8D6 100%);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            color: #FF5A1F;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 16px;
        }
        .index-faq-section .section-title-enhanced {
            font-size: clamp(1.8rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 16px;
            line-height: 1.2;
            letter-spacing: -0.02em;
        }
        .index-faq-section .section-subtitle-enhanced {
            font-size: 1.1rem;
            color: #6c757d;
            max-width: 650px;
            margin: 0 auto;
            line-height: 1.6;
        }
        .index-faq-section .accordion-apple .accordion-button {
            font-weight: 600;
            color: #1a1a2e;
            padding: 1.25rem;
            line-height: 1.4;
            text-align: left;
        }
        .index-faq-section .accordion-apple .accordion-button:not(.collapsed) {
            background: #FFF5ED;
            color: #FF5A1F;
        }
        .index-faq-section .accordion-item {
            margin-bottom: 0.25rem;
        }
        .index-faq-section .accordion-item:last-child {
            margin-bottom: 0;
        }
        @media (max-width: 768px) {
            .index-faq-section.section-padding { padding: 50px 0; }
        }

/* Premium Blog Section Styles */
        .blog-tag-premium {
            display: inline-block;
            padding: 6px 14px;
            color: white;
            border-radius: 20px;
            font-size: 0.7rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }
        
        .blog-tag-premium.tag-orange {
            background: linear-gradient(135deg, #FF5A1F, #FF7A45);
        }
        
        .blog-tag-premium.tag-blue {
            background: linear-gradient(135deg, #3B82F6, #2563EB);
        }
        
        .blog-tag-premium.tag-green {
            background: linear-gradient(135deg, #10B981, #059669);
        }
        
        .blog-section-premium .blog-card-premium:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1) !important;
            border-color: rgba(255, 90, 31, 0.12) !important;
        }
        
        .blog-section-premium .blog-card-premium:hover .blog-image {
            transform: scale(1.08);
        }
        
        .blog-section-premium .blog-card-premium:hover .blog-card-title a {
            color: #FF5A1F;
        }
        
        .blog-section-premium .blog-view-all-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(15, 23, 42, 0.25);
            background: #1e293b;
        }
        
        .blog-section-premium .blog-view-all-btn:hover svg {
            transform: translateX(4px);
        }
        
        .blog-card-excerpt {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        @media (max-width: 768px) {
            .blog-section-premium {
                padding: 60px 0 !important;
            }
            
            .blog-section-title {
                font-size: 2rem !important;
            }
            
            .blog-card-premium .blog-card-content {
                padding: 20px !important;
            }
        }

        /* Elegant Blog CTA Button Styles */
        .elegant-blog-cta-btn {
            position: relative;
            background: linear-gradient(135deg, #007AFF 0%, #0056CC 100%);
            color: white;
            border: none;
            padding: 20px 40px;
            border-radius: 16px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 8px 32px rgba(0, 122, 255, 0.25), 0 2px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            font-family: 'Inter', sans-serif;
            cursor: pointer;
        }

        .elegant-blog-cta-btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 122, 255, 0.35), 0 4px 12px rgba(0, 0, 0, 0.15);
            background: linear-gradient(135deg, #0056CC 0%, #004499 100%);
        }

        .elegant-blog-cta-btn:hover .arrow-container {
            background: rgba(255, 255, 255, 0.3);
            transform: translateX(4px);
        }

        .elegant-blog-cta-btn:hover .arrow-container svg {
            transform: translateX(2px);
        }

        .elegant-blog-cta-btn:hover .shimmer-effect {
            left: 100%;
        }

        .elegant-blog-cta-btn:hover .btn-overlay {
            opacity: 1;
        }

        .elegant-blog-cta-btn:active {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 122, 255, 0.3), 0 2px 6px rgba(0, 0, 0, 0.1);
        }

        .elegant-blog-cta-btn:focus {
            outline: none;
            box-shadow: 0 8px 32px rgba(0, 122, 255, 0.25), 0 2px 8px rgba(0, 0, 0, 0.1), 0 0 0 3px rgba(0, 122, 255, 0.3);
        }

        /* Button text and overlay */
        .btn-text {
            position: relative;
            z-index: 2;
        }

        .btn-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        /* Arrow container animation */
        .arrow-container {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .arrow-container svg {
            transition: transform 0.3s ease;
        }

        /* Shimmer effect */
        .shimmer-effect {
            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.6s ease;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.5rem;
            }

            .section-subtitle {
                font-size: 1.1rem;
            }

            .blog-card-content {
                padding: 24px;
            }

            .blog-card-title {
                font-size: 1.2rem;
            }

            .elegant-blog-cta-btn {
                padding: 16px 32px;
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .section-title {
                font-size: 2rem;
            }

            .blog-card-content {
                padding: 20px;
            }

            .blog-card-title {
                font-size: 1.1rem;
            }

            .elegant-blog-cta-btn {
                padding: 14px 28px;
                font-size: 0.95rem;
                gap: 8px;
            }

            .arrow-container {
                width: 20px;
                height: 20px;
            }

            .arrow-container svg {
                width: 12px;
                height: 12px;
            }
        }

/* Apple-Inspired Excellence Section Styles */
    .excellence-section {
        position: relative;
    }

    .excellence-card {
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        will-change: transform;
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

    .excellence-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 32px 96px rgba(0, 0, 0, 0.12) !important;
    }

    /* Floating Animation */
    @keyframes float {

        0%,
        100% {
            transform: translateY(0px) rotate(0deg);
        }

        50% {
            transform: translateY(-20px) rotate(180deg);
        }
    }

    /* Performance optimizations */
    .excellence-card {
        transform: translateZ(0);
        backface-visibility: hidden;
        perspective: 1000px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .excellence-card {
            height: auto !important;
            min-height: 520px;
            margin-bottom: 32px;
        }

        .excellence-section {
            padding: 100px 0 !important;
        }

        .excellence-header h2 {
            font-size: 3rem !important;
        }
    }

    @media (max-width: 480px) {
        .excellence-card {
            padding: 36px 28px !important;
        }

        .excellence-header h2 {
            font-size: 2.5rem !important;
        }
    }

    /* Accessibility */
    .excellence-card:focus-within {
        outline: 3px solid rgba(0, 122, 255, 0.6);
        outline-offset: 3px;
    }

    /* High contrast mode */
    @media (prefers-contrast: high) {
        .excellence-card {
            border: 2px solid #000 !important;
            background: #fff !important;
        }
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {
        .excellence-card {
            transition: none !important;
        }

        .excellence-section div[style*="animation"] {
            animation: none !important;
        }
    }

    /* Typing Animation Styles */
    #dynamic-text {
        border-right: 2px solid #fff;
        animation: blink 10s infinite !important;
    }

    @keyframes blink {
        0%, 50% { border-color: #fff; }
        51%, 100% { border-color: transparent; }
    }
