.facilitiesPage{padding-top:120px}.facilitiesHero{height:50vh;min-height:350px;margin-bottom:var(--space-xl);background-image:url(/assets/images/about-us-2.jpeg);background-position:50%;background-size:cover;align-items:center;display:flex;position:relative}.facilitiesHeroOverlay{background:linear-gradient(135deg,#e31e24bf 0%,#001f3fcc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.facilitiesHeroContent{z-index:2;color:var(--white);max-width:700px;position:relative}.facilitiesHeroContent h1{margin-bottom:var(--space-md);font-size:clamp(2.5rem,5vw,4rem);line-height:1.1}.facilitiesHeroContent p{opacity:.95;font-size:1.2rem;line-height:1.6}.excellenceBanner{color:var(--white);text-align:center;background:linear-gradient(135deg,#e31e24d9 0%,#001f3fe6 100%)}.bannerContent h2{margin-bottom:var(--space-md);color:var(--white);font-size:2.5rem}.bannerContent p{max-width:800px;margin:0 auto var(--space-xl);opacity:.95;font-size:1.1rem;line-height:1.7}.bannerStats{justify-content:center;gap:var(--space-xl);display:flex}.bannerStat{text-align:center}.bannerIcon{margin-bottom:var(--space-sm);font-size:3rem;display:block}.bannerStat h3{color:var(--white);font-size:1.25rem}.facilitiesGrid{gap:var(--space-xl);margin-top:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.facilityCard{background:var(--white);transition:var(--transition-slow);border:1px solid var(--gray-100);border-radius:20px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.facilityCard:hover{border-color:var(--secondary-color);transform:translateY(-10px);box-shadow:0 25px 30px -5px #00000026}.facilityImageContainer{height:300px;position:relative;overflow:hidden}.facilityImage{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.facilityCard:hover .facilityImage{transform:scale(1.1)}.facilityIconBadge{background:var(--primary-color);width:60px;height:60px;color:var(--white);border:4px solid var(--white);z-index:10;border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;display:flex;position:absolute;bottom:-25px;right:30px;box-shadow:0 8px 15px #e31e244d}.facilityContent{padding:var(--space-lg);padding-top:var(--space-md)}.facilityContent h3{color:var(--tertiary-color);margin-bottom:var(--space-sm);font-size:1.5rem}.facilityDesc{color:var(--gray-500);margin-bottom:var(--space-md);font-size:.95rem;line-height:1.6}.facilityFeatures{flex-wrap:wrap;gap:8px;margin-bottom:0;display:flex}.featureTag{background:var(--gray-50);color:var(--gray-800);border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.85rem;font-weight:600;display:inline-flex}.checkIcon{color:var(--success);font-weight:700}.viewDetailsBtn{color:var(--secondary-color);transition:var(--transition-fast);background:0 0;padding:0;font-size:.95rem;font-weight:700}.viewDetailsBtn:hover{color:var(--primary-color);transform:translate(5px)}.campusTourSection{background:var(--off-white)}.campusTourCard{gap:var(--space-xl);background:var(--white);border-radius:20px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.tourContent{padding:var(--space-xl)}.tourSubtitle{color:var(--primary-color);letter-spacing:1px;text-transform:uppercase;font-size:.9rem;font-weight:700}.tourContent h2{color:var(--tertiary-color);margin:var(--space-sm)0 var(--space-md);font-size:2.5rem}.tourContent>p{color:var(--gray-500);margin-bottom:var(--space-xl);font-size:1.05rem;line-height:1.7}.tourDetails{gap:var(--space-lg);margin-bottom:var(--space-xl);flex-direction:column;display:flex}.tourDetail{align-items:flex-start;gap:16px;display:flex}.tourIcon{background:var(--secondary-color);width:50px;height:50px;color:var(--white);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.tourDetail h4{color:var(--tertiary-color);margin-bottom:6px;font-size:1.1rem}.tourDetail p{color:var(--gray-500);font-size:.95rem;line-height:1.6}.tourImageContainer{height:100%;min-height:500px;position:relative}.tourImage{object-fit:cover;width:100%;height:100%}.tourBadge{background:var(--white);padding:var(--space-md);border-radius:12px;align-items:center;gap:12px;display:flex;position:absolute;bottom:30px;left:30px;box-shadow:0 10px 15px -3px #0003}.tourBadge .badgeIcon{font-size:2rem}.tourBadge h4{color:var(--tertiary-color);margin-bottom:2px;font-size:1.1rem}.tourBadge p{color:var(--gray-500);font-size:.85rem}.locationMapSection{background:var(--white)}.mapWrapper{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:20px;overflow:hidden}.mapHeader{padding:var(--space-lg);background:var(--white);border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;display:flex}.mapHeader h3{color:var(--tertiary-color);font-size:1.5rem}.openMapBtn{color:var(--secondary-color);transition:var(--transition-fast);font-size:.95rem;font-weight:700}.openMapBtn:hover{color:var(--primary-color)}.mapPlaceholder{text-align:center;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);flex-direction:column;justify-content:center;align-items:center;height:400px;display:flex}.mapPin{margin-bottom:var(--space-md);font-size:4rem;animation:2s infinite bounce}.mapPlaceholder p{color:var(--tertiary-color);margin-bottom:8px;font-size:1.5rem;font-weight:700}.mapPlaceholder span{color:var(--gray-500);font-size:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:1024px){.facilitiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.facilitiesGrid,.campusTourCard{grid-template-columns:1fr}.tourImageContainer{min-height:400px}.bannerStats{gap:var(--space-lg);flex-direction:column}.facilitiesPage{padding-top:80px}.facilitiesHero{height:40vh}.bannerContent h2,.tourContent h2{font-size:2rem}}
