/* ============================================================ */
/* SPECIAL NEEDS CENTRE PAGE STYLES                             */
/* ============================================================ */

/* ── Override Cursor ── */
.special-hero,
.special-environment,
.special-videos,
.special-activity-pics,
.special-events,
.special-people,
.special-testimonials,
.special-cta,
.special-hero *,
.special-environment *,
.special-videos *,
.special-activity-pics *,
.special-events *,
.special-people *,
.special-testimonials *,
.special-cta * {
    cursor: auto !important;
}

.cursor-dot,
.cursor-trail {
    display: none !important;
}

#nekocanvas {
    z-index: 9999 !important;
    pointer-events: none !important;
}

/* ── Hero Section ── */
.special-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1a2e 0%, #1a2a4a 40%, #2a4a7a 100%);
    margin-top: 0;
}

.special-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/students\ working\ in\ the\ lab\ to\ attain\ self\ confidence\,\ learning\ by\ doing\ \(3\).jpeg') center/cover no-repeat;
    z-index: 0;
    opacity: 0.4;
    animation: heroZoom 25s ease-in-out infinite alternate;
}

.special-hero::after {
    content: '✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★';
    position: absolute;
    top: 15%;
    left: 5%;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: 40px;
    z-index: 1;
}

.special-hero-overlay {
    padding: 130px 0 110px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.special-hero-content {
    position: relative;
    z-index: 3;
}

.special-hero-badge {
    display: inline-block;
    background: rgba(76, 175, 80, 0.15);
    color: #81C784;
    padding: 8px 25px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    border: 1px solid rgba(76, 175, 80, 0.2);
}

.special-hero-badge i {
    margin-right: 8px;
}

.special-hero-content h1 {
    font-size: 4.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 5px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    animation: fadeUp 0.8s ease 0.2s forwards;
}

.special-hero-content h1 .highlight-text {
    color: #81C784;
    display: inline-block;
    position: relative;
}

.special-hero-content h1 .highlight-text::after {
    content: '✦';
    position: absolute;
    right: -45px;
    top: -5px;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 0.4);
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.4; }
    50% { transform: scale(1.3) rotate(180deg); opacity: 1; }
}

.special-hero-content h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.4s forwards;
}

.special-hero-content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto 30px;
    font-weight: 300;
    opacity: 0;
    animation: fadeUp 0.8s ease 0.8s forwards;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 35px;
    opacity: 0;
    animation: fadeUp 0.8s ease 1s forwards;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #81C784;
    line-height: 1.1;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.special-hero-content .btn {
    opacity: 0;
    animation: fadeUp 0.8s ease 1.2s forwards;
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.3);
}

.special-hero-content .btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 40px rgba(76, 175, 80, 0.4);
}

/* ── Section Headers ── */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-tag {
    display: inline-block;
    background: rgba(76, 175, 80, 0.08);
    color: #4CAF50;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.section-tag i {
    margin-right: 6px;
}

.section-header .section-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a2a4a;
    margin-bottom: 10px;
}

.section-header .section-subtitle {
    color: #2a4a7a;
    font-size: 1.15rem;
    font-weight: 300;
}

/* ── Environment Grid ── */
.special-environment {
    padding: 80px 0;
    background: var(--bg-colorful);
}

.environment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.env-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1/1;
    cursor: none;
    transition: all 0.4s ease;
}

.env-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.env-item:hover img {
    transform: scale(1.08);
}

.env-item:hover .env-overlay {
    opacity: 1;
    transform: translateY(0);
}

.env-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(transparent, rgba(13, 26, 46, 0.85));
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.env-overlay span {
    display: block;
    font-weight: 700;
    font-size: 1rem;
}

.env-overlay small {
    font-size: 0.8rem;
    opacity: 0.8;
    font-weight: 300;
}

.env-item-large {
    grid-column: span 2;
    aspect-ratio: 2/1;
}

.env-item-wide {
    grid-column: span 2;
    aspect-ratio: 2/1.2;
}

/* ── Videos Section ── */
.special-videos {
    padding: 80px 0;
    background: var(--bg-white);
}

.video-categories {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.video-cat-btn {
    padding: 10px 25px;
    border: 2px solid #e0e7ff;
    border-radius: 40px;
    background: transparent;
    font-family: var(--font-family);
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a2a4a;
    cursor: none;
    transition: all 0.3s ease;
}

.video-cat-btn:hover {
    border-color: #4CAF50;
    color: #4CAF50;
}

.video-cat-btn.active {
    background: linear-gradient(135deg, #1a2a4a, #2a4a7a);
    color: #fff;
    border-color: #1a2a4a;
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.video-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    cursor: none;
}

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

.video-card.hidden {
    display: none;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #1a2a4a;
}

.video-thumbnail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(76, 175, 80, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    opacity: 0;
}

.video-card:hover .video-play-btn {
    opacity: 1;
}

.video-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background: #4CAF50;
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
}

.video-info {
    padding: 15px 18px 18px;
}

.video-info h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 6px;
}

.video-category {
    font-size: 0.75rem;
    color: #6a8aaa;
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-category i {
    color: #4CAF50;
}

/* ── Activity Carousel ── */
.special-activity-pics {
    padding: 80px 0;
    background: var(--bg-colorful);
}

.activity-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-slide {
    min-width: 100%;
    position: relative;
    aspect-ratio: 16/9;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(13, 26, 46, 0.75);
    backdrop-filter: blur(10px);
    padding: 15px 25px;
    border-radius: 12px;
    color: #fff;
}

.slide-caption span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

.slide-caption small {
    font-size: 0.85rem;
    opacity: 0.8;
    font-weight: 300;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #1a2a4a;
    cursor: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.carousel-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 10px;
}

.carousel-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #4CAF50;
    background: transparent;
    cursor: none;
    transition: all 0.3s ease;
}

.carousel-dots button.active {
    background: #4CAF50;
}

/* ── Events Section ── */
.special-events {
    padding: 80px 0;
    background: var(--bg-white);
}

.events-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}

.event-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

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

.event-card:hover:first-child {
    border-color: #FF9800;
}

.event-card:hover:last-child {
    border-color: #E91E63;
}

.event-image {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.05);
}

.event-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(13, 26, 46, 0.8);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

.event-content {
    padding: 25px 30px 30px;
}

.event-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 10px;
}

.event-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.event-meta span {
    font-size: 0.85rem;
    color: #6a8aaa;
    display: flex;
    align-items: center;
    gap: 6px;
}

.event-meta i {
    color: #4CAF50;
}

.event-content p {
    color: #2a4a7a;
    line-height: 1.7;
    margin-bottom: 18px;
}

.event-gallery-mini {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.event-gallery-mini img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
    border: 2px solid #f0f4ff;
    transition: all 0.3s ease;
}

.event-gallery-mini img:hover {
    transform: scale(1.1);
    border-color: #4CAF50;
}

.more-photos {
    font-size: 0.8rem;
    font-weight: 600;
    color: #4CAF50;
    padding: 0 10px;
}

/* ── Therapists & Students ── */
.special-people {
    padding: 80px 0;
    background: var(--bg-colorful);
}

.people-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.people-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    aspect-ratio: 1/1;
    cursor: none;
    transition: all 0.4s ease;
}

.people-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.people-item:hover img {
    transform: scale(1.06);
}

.people-item:hover .people-overlay {
    opacity: 1;
    transform: translateY(0);
}

.people-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(transparent, rgba(13, 26, 46, 0.85));
    color: #fff;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.people-overlay h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.people-overlay span {
    font-size: 0.85rem;
    opacity: 0.8;
    font-weight: 300;
}

.people-item-large {
    grid-column: span 2;
    aspect-ratio: 2/1;
}

.people-item-wide {
    grid-column: span 2;
}

/* ── Testimonials ── */
.special-testimonials {
    padding: 80px 0;
    background: var(--bg-white);
}

.testimonials-grid-special {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonial-card-special {
    background: var(--bg-colorful);
    padding: 35px 30px 40px;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.testimonial-card-special:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    border-color: #81C784;
}

.testimonial-stars {
    color: #FFB300;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.testimonial-card-special p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1a2a4a;
    font-style: italic;
}

.testimonial-author-special {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 2px solid rgba(76, 175, 80, 0.08);
}

.testimonial-author-special .author-name {
    display: block;
    font-weight: 700;
    color: #1a2a4a;
    font-style: normal;
}

.testimonial-author-special .author-role {
    font-size: 0.85rem;
    color: #6a8aaa;
    font-style: normal;
}

/* ── CTA Section ── */
.special-cta {
    padding: 70px 0;
    background: linear-gradient(135deg, #0d1a2e 0%, #1a2a4a 40%, #2a4a7a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.special-cta::before {
    content: '✦ ✧ ★ ✦ ✧ ★ ✦ ✧ ★';
    position: absolute;
    top: -20%;
    right: -10%;
    font-size: 5rem;
    color: rgba(255, 255, 255, 0.03);
    letter-spacing: 40px;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 800;
    margin-bottom: 12px;
}

.cta-content p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-buttons .btn-primary {
    background: linear-gradient(135deg, #4CAF50, #66BB6A);
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.3);
}

.cta-buttons .btn-primary:hover {
    box-shadow: 0 12px 40px rgba(76, 175, 80, 0.4);
}

.cta-buttons .btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.cta-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fff;
    transform: translateY(-4px) scale(1.02);
}

/* ── Animations ── */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.08); }
}

/* ── Responsive ── */
@media (max-width: 1200px) {
    .environment-grid { grid-template-columns: repeat(3, 1fr); }
    .videos-grid { grid-template-columns: repeat(3, 1fr); }
    .people-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 992px) {
    .special-hero-content h1 { font-size: 3.5rem; }
    .special-hero-content h2 { font-size: 2rem; }
    .hero-stats { gap: 30px; }
    .stat-number { font-size: 2rem; }
    .events-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
    .testimonials-grid-special { grid-template-columns: 1fr 1fr; }
    .environment-grid { grid-template-columns: repeat(2, 1fr); }
    .videos-grid { grid-template-columns: repeat(2, 1fr); }
    .people-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .special-hero-content h1 { font-size: 2.8rem; }
    .special-hero-content h1 .highlight-text::after { display: none; }
    .special-hero-content h2 { font-size: 1.6rem; }
    .hero-stats { flex-direction: column; gap: 15px; }
    .stat-item { display: flex; align-items: center; justify-content: center; gap: 15px; }
    .stat-number { font-size: 1.5rem; }
    .section-header .section-title { font-size: 2rem; }
    .environment-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .env-item-large { grid-column: span 1; aspect-ratio: 1/1; }
    .env-item-wide { grid-column: span 1; aspect-ratio: 1/1; }
    .videos-grid { grid-template-columns: 1fr 1fr; gap: 15px; }
    .video-categories { gap: 8px; }
    .video-cat-btn { padding: 6px 16px; font-size: 0.75rem; }
    .people-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .people-item-large { grid-column: span 1; aspect-ratio: 1/1; }
    .people-item-wide { grid-column: span 1; aspect-ratio: 1/1; }
    .testimonials-grid-special { grid-template-columns: 1fr; }
    .cta-content h2 { font-size: 2rem; }
    .cta-buttons { flex-direction: column; align-items: center; }
    .carousel-btn { width: 40px; height: 40px; font-size: 1rem; }
    .carousel-prev { left: 10px; }
    .carousel-next { right: 10px; }
    .slide-caption { bottom: 15px; left: 15px; padding: 10px 18px; }
    .slide-caption span { font-size: 1rem; }
    .slide-caption small { font-size: 0.7rem; }
    .special-hero-overlay { padding: 100px 0 80px; }
    .special-hero::after { display: none; }
}

@media (max-width: 480px) {
    .special-hero-content h1 { font-size: 2rem; }
    .special-hero-content h2 { font-size: 1.2rem; }
    .special-hero-content p { font-size: 1rem; }
    .section-header .section-title { font-size: 1.6rem; }
    .section-header .section-subtitle { font-size: 1rem; }
    .environment-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .videos-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .people-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
    .event-content { padding: 18px 20px 22px; }
    .event-content h3 { font-size: 1.2rem; }
    .event-gallery-mini img { width: 45px; height: 45px; }
    .event-meta { flex-wrap: wrap; gap: 10px; }
}