.elementor-154 .elementor-element.elementor-element-f96918d{--display:flex;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS *//* === Base Styles === */
:root {
    --primary: #c52d2a;
    --secondary: #3a8f94;
    --accent: #3a8f94;
    --light: #f5f9fc;
    --dark: #1a2e3d;
    --text: #333333;
}
        
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            transition: all 0.3s ease-in-out;
        }
        
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            color: var(--text);
            line-height: 1.6;
            margin: 0;
            padding: 0;
            background-color: var(--light);
            overflow-x: hidden;
        }
        
        .container {
            width: 90%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 30px 0;
        }
        
        h1, h2, h3 {
            font-family: 'Poppins', sans-serif;
            color: var(--dark);
        }
        
        /* === Animated Wave Header === */
        .page-header {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            padding: 80px 0 100px;
            position: relative;
            overflow: hidden;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI4MCI+CiAgPGNpcmNsZSBjeD0iNDAiIGN5PSI0MCIgcj0iMzgiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIgc3Ryb2tlLXdpZHRoPSIyIiAvPgo8L3N2Zz4=');
            opacity: 0.4;
        }
        
        .page-header .container {
            position: relative;
            z-index: 2;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
        
        .page-header h1 {
            font-size: 2.8rem;
            margin-bottom: 15px;
            color: white;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            position: relative;
            display: inline-block;
        }
        
        .page-header h1::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background-color: var(--accent);
        }
        
        .page-header .subtitle {
            font-size: 1.3rem;
            max-width: 700px;
            margin: 20px auto 0;
            opacity: 0.9;
            font-weight: 300;
        }
        
        .wave {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50px;
        }
        
        .header-icon {
            font-size: 3rem;
            margin-bottom: 5px;
            color: rgba(255, 255, 255, 0.9);
            animation: pulse 2s infinite;
        }
        
        /* === Floating Health Stats === */
        .health-stats {
            display: flex;
            justify-content: space-around;
            margin-top: -80px;
            margin-bottom: 60px;
            flex-wrap: wrap;
            z-index: 20;
            position: relative;
        }
        
        .stat-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
            text-align: center;
            width: 220px;
            margin: 10px;
            transform: translateY(0);
            transition: transform 0.3s;
        }
        
        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,102,204,0.2);
        }
        
        .stat-icon {
            font-size: 2.5rem;
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--primary);
            background: linear-gradient(135deg, rgba(0,102,204,0.1), rgba(0,168,89,0.1));
            border-radius: 50%;
            box-shadow: 0 10px 20px rgba(0,102,204,0.1);
        }
        
        .stat-card h3 {
            color: var(--dark);
            font-size: 2.5rem;
            margin-bottom: 5px;
        }
        
        .stat-card p {
            color: #666;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        /* === Hexagon Service Categories === */
        .category-section {
            margin: 80px 0;
            text-align: center;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 40px;
            position: relative;
            display: inline-block;
        }
        
        .section-title:after {
            content: "";
            position: absolute;
            height: 4px;
            width: 60px;
            background: var(--accent);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        
        .category-tabs {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
            margin-bottom: 60px;
        }
        
        .category-btn {
            padding: 15px 25px;
            background: white;
            border: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
            gap: 10px;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .category-btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            transition: all 0.4s;
            z-index: -1;
            border-radius: 8px;
        }
        
        .category-btn:hover:before, .category-btn.active:before {
            width: 100%;
        }
        
        .category-btn:hover, .category-btn.active {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,102,204,0.2);
        }
        
        .category-btn i {
            font-size: 1.2rem;
        }
        
        /* === Service Hexagon Grid === */
        .services-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
            gap: 30px;
            perspective: 1000px;
        }
        
        .service-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.5s;
            position: relative;
            z-index: 1;
            transform-style: preserve-3d;
            transform: rotateY(0deg);
            height: 320px;
        }
        
        .service-card:hover {
            transform: translateY(-10px) rotateY(10deg);
            box-shadow: 20px 20px 40px rgba(0,0,0,0.1);
        }
        
        .service-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0,102,204,0.05), rgba(0,168,89,0.05));
            z-index: -1;
        }
        
        .service-inner {
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .service-bg-icon {
            position: absolute;
            bottom: -30px;
            right: -30px;
            font-size: 10rem;
            opacity: 0.05;
            color: var(--primary);
            transform: rotate(-15deg);
            transition: all 0.5s;
        }
        
        .service-card:hover .service-bg-icon {
            transform: rotate(0deg);
            opacity: 0.08;
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            color: white;
            font-size: 2rem;
            box-shadow: 0 10px 20px rgba(0,102,204,0.2);
            position: relative;
            z-index: 2;
            transform: rotateZ(0deg);
            transition: all 0.4s ease;
        }
        
        .service-card:hover .service-icon {
            transform: rotateZ(360deg);
        }
        
        .service-content {
            text-align: center;
            z-index: 2;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .service-content h3 {
            margin: 0 0 15px;
            color: var(--primary);
            font-size: 1.4rem;
            position: relative;
            display: inline-block;
        }
        
        .service-content h3:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 0;
            background: var(--accent);
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            transition: width 0.3s;
        }
        
        .service-card:hover .service-content h3:after {
            width: 50px;
        }
        
        .service-content p {
            color: #666;
            font-size: 1rem;
            margin-bottom: 20px;
            line-height: 1.6;
        }
        
        .service-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--accent);
            color: white;
            padding: 5px 12px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 600;
            box-shadow: 0 5px 15px rgba(255,107,53,0.3);
            z-index: 3;
        }
        
        /* === NASF Hexagon Team === */
        .nasf-section {
            background: white;
            border-radius: 20px;
            padding: 50px;
            margin: 80px 0;
            box-shadow: 0 15px 40px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        
        .nasf-section:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
        }
        
        .nasf-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at top right, rgba(0,168,89,0.05), transparent 60%),
                         radial-gradient(circle at bottom left, rgba(0,102,204,0.05), transparent 60%);
            z-index: 0;
        }
        
        .nasf-header {
            display: flex;
            align-items: center;
            margin-bottom: 50px;
            position: relative;
            z-index: 1;
        }
        
        .nasf-icon {
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, rgba(0,102,204,0.1), rgba(0,168,89,0.1));
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 30px;
            color: var(--secondary);
            font-size: 2.5rem;
            box-shadow: 0 10px 30px rgba(0,168,89,0.15);
            transform: rotate(0deg);
            transition: all 0.4s ease;
        }
        
        .nasf-section:hover .nasf-icon {
            transform: rotate(10deg);
        }
        
        .nasf-title h2 {
            margin: 0;
            color: var(--secondary);
            font-size: 2rem;
        }
        
        .nasf-title p {
            margin: 10px 0 0;
            color: #666;
            font-size: 1.1rem;
            max-width: 600px;
        }
        
        .nasf-team {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 25px;
            margin-top: 30px;
            position: relative;
            z-index: 1;
        }
        
        .team-member {
            background: rgba(255, 255, 255, 0.8);
            padding: 30px 20px;
            border-radius: 15px;
            text-align: center;
            transition: all 0.4s;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.03);
            border: 1px solid rgba(0,168,89,0.1);
        }
        
        .team-member:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(0,102,204,0.05), rgba(0,168,89,0.05));
            z-index: -1;
            opacity: 0;
            transition: opacity 0.4s;
        }
        
        .team-member:hover:before {
            opacity: 1;
        }
        
        .team-member:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,168,89,0.1);
        }
        
        .team-member i {
            color: var(--secondary);
            font-size: 2.5rem;
            margin-bottom: 20px;
            transition: all 0.4s;
            display: inline-block;
        }
        
        .team-member:hover i {
            transform: scale(1.2);
        }
        
        .team-member h4 {
            margin: 0;
            color: var(--dark);
            font-size: 1.2rem;
            position: relative;
            display: inline-block;
            padding-bottom: 10px;
        }
        
        .team-member h4:after {
            content: "";
            position: absolute;
            height: 3px;
            width: 0;
            background: var(--accent);
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            transition: width 0.3s;
        }
        
        .team-member:hover h4:after {
            width: 50px;
        }
        
        /* === Notification Banner === */
        .notification-banner {
            background: linear-gradient(90deg, rgba(0,102,204,0.05), rgba(0,168,89,0.05));
            border-radius: 12px;
            padding: 20px;
            margin: 40px 0;
            display: flex;
            align-items: center;
            border-left: 5px solid var(--accent);
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            position: relative;
            overflow: hidden;
        }
        
        .notification-icon {
            background: rgba(255,107,53,0.1);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            color: var(--accent);
            font-size: 1.5rem;
            flex-shrink: 0;
        }
        
        .notification-content {
            flex-grow: 1;
        }
        
        .notification-content h3 {
            margin: 0 0 5px;
            color: var(--accent);
            font-size: 1.2rem;
        }
        
        .notification-content p {
            margin: 0;
            color: #666;
        }
        
        .notification-bg {
            position: absolute;
            right: -20px;
            bottom: -20px;
            font-size: 8rem;
            opacity: 0.03;
            color: var(--accent);
        }
        
        /* === Animations === */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.1);
            }
            100% {
                transform: scale(1);
            }
        }
        
        .animate-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease-out;
        }
        
        .animate-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* === Responsive Adjustments === */
        @media (max-width: 1200px) {
            .page-header {
                padding: 100px 0 140px;
            }
            
            .page-header h1 {
                font-size: 3rem;
            }
            
            .health-stats {
                margin-top: -60px;
            }
        }
        
        @media (max-width: 992px) {
            .services-container {
                grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            }
            
            .nasf-section {
                padding: 40px 30px;
            }
            
            .nasf-header {
                flex-direction: column;
                text-align: center;
            }
            
            .nasf-icon {
                margin-right: 0;
                margin-bottom: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2.5rem;
            }
            
            .page-header p {
                font-size: 1.1rem;
            }
            
            .stat-card {
                width: 180px;
            }
            
            .services-container {
                grid-template-columns: 1fr;
            }
            
            .nasf-team {
                grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
            }
        }
        
        @media (max-width: 576px) {
            .health-stats {
                flex-direction: column;
                align-items: center;
            }
            
            .stat-card {
                width: 100%;
                max-width: 280px;
            }
            
            .category-btn {
                width: 100%;
                justify-content: center;
            }
            
            .notification-banner {
                flex-direction: column;
                text-align: center;
            }
            
            .notification-icon {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }/* End custom CSS */