:root{--primary-color: #2563EB;--primary-color-dark: #1D4ED8;--text-dark: #2563EB;--text-light: #4B5563;--background-light: #F9FAFB;--border-color: #D1D5DB;font-family:Poppins,sans-serif}body{margin:0;background-color:var(--background-light);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-header{text-align:center;margin-bottom:3rem;padding-top:2rem}.page-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.page-subtitle{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.header{background-color:#fff;padding:1rem 0;box-shadow:0 2px 4px #2563eb;position:sticky;top:0;z-index:50}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;flex-direction:column;line-height:1.2}.logo-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);text-decoration:none}.logo-subtitle{font-size:.7rem;color:var(--text-light);margin-top:2px}.desktop-menu{display:none;gap:2rem}.desktop-menu a{color:var(--text-dark);text-decoration:none;font-weight:500;position:relative;padding-bottom:5px;transition:color .3s ease}.desktop-menu a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease-in-out}.desktop-menu a:hover{color:var(--primary-color)}.desktop-menu a:hover:after{width:100%}.mobile-menu-button button{display:block;background:none;border:none;font-size:1.8rem;cursor:pointer;color:var(--text-dark)}.mobile-menu{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;background-color:#fff;width:100%;box-shadow:0 4px 6px #0000001a}.mobile-menu a{text-decoration:none;color:var(--text-dark);font-size:1.2rem;font-weight:500;padding:0 1.5rem}@media (min-width: 768px){.desktop-menu{display:flex}.mobile-menu-button{display:none}}.slider-container{position:relative;width:100%;height:500px;overflow:hidden;background-color:#333}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.slide.active{opacity:1}.slider-image{width:100%;height:100%;object-fit:cover}.slider-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#14142899;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:1.5rem}.slider-content h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.slider-content p{font-size:1.25rem;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.hero-button{background-color:#2563eb;color:#fff;font-weight:700;padding:12px 24px;border-radius:8px;text-decoration:none;transition:background-color .3s ease;border:2px solid transparent}.hero-button:hover{background-color:#1d4ed8}.slider-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#0006;color:#fff;border:none;padding:1rem;font-size:1.5rem;cursor:pointer;transition:background-color .3s ease;z-index:10}.slider-button:hover{background-color:#000000b3}.slider-button.prev{left:10px;border-radius:0 5px 5px 0}.slider-button.next{right:10px;border-radius:5px 0 0 5px}.experience-section{background-color:#f9fafb;padding:4rem 1.5rem}.experience-content{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}.experience-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 10px #0000000d}.experience-card h3{font-size:1.75rem;font-weight:700;color:#1d4ed8;margin-bottom:1rem}.experience-card p{color:#4b5563;line-height:1.7}@media (min-width: 768px){.experience-content{grid-template-columns:1fr 1fr;text-align:left}.slider-content h1{font-size:3.5rem}}.courses-page-container{padding:3rem 1.5rem}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2.5rem;font-weight:700;color:#1f2937}.page-subtitle{font-size:1.125rem;color:#4b5563;margin-top:.5rem;max-width:600px;margin-left:auto;margin-right:auto}.course-tabs{display:flex;justify-content:center;margin-bottom:3rem;background-color:#e5e7eb;border-radius:9999px;padding:.5rem;width:fit-content;margin-left:auto;margin-right:auto}.tab-button{padding:.75rem 1.5rem;border:none;background-color:transparent;color:#4b5563;font-weight:500;font-size:1rem;border-radius:9999px;cursor:pointer;transition:background-color .3s ease,color .3s ease}.tab-button.active{background-color:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #0000001a}.courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.course-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.course-card-header{margin-bottom:1rem}.course-code{display:inline-block;background-color:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.course-title{font-size:1.25rem;font-weight:700;color:#111827}.course-card-details{margin-bottom:1.5rem;color:#374151;line-height:1.6}.course-card-details p{margin:.5rem 0}.course-enroll-link{display:block;text-align:center;background-color:#f3f4f6;color:#1f2937;padding:.75rem;border-radius:8px;text-decoration:none;font-weight:500;margin-top:auto;transition:background-color .3s ease,color .3s ease}.course-enroll-link:hover{background-color:#1d4ed8;color:#fff}.about-page-wrapper{background-color:#fff}.about-hero{background-color:#111827;color:#fff;padding:4rem 1.5rem;text-align:center}.about-hero-title{font-size:2.75rem;font-weight:700}.about-hero-subtitle{font-size:1.125rem;color:#d1d5db;max-width:750px;margin:1rem auto 0;line-height:1.6}.section-title{font-size:2.25rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}.mission-section-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;padding:4rem 1.5rem}.mission-image-wrapper img{width:100%;height:auto;border-radius:8px;box-shadow:0 10px 20px #0000001a}.mission-text-wrapper h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1rem}.mission-text-wrapper p{font-size:1.1rem;color:#4b5563;line-height:1.7}.why-us-section{background-color:#f9fafb;padding:4rem 1.5rem}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem}.feature-card{background-color:#fff;padding:2rem;border-radius:8px;border:1px solid #e5e7eb;text-align:center}.feature-card h3{font-size:1.5rem;font-weight:700;color:#2563eb;margin-bottom:.75rem}.feature-card p{color:#4b5563;line-height:1.6}.team-section-container{padding:4rem 1.5rem}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member-card{text-align:center}.team-member-image-wrapper{width:180px;height:180px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;box-shadow:0 4px 15px #2563eb33}.team-member-image{width:100%;height:100%;object-fit:cover}.team-member-name{font-size:1.25rem;font-weight:700;color:#1f2937}.team-member-role{color:#4b5563}@media (min-width: 768px){.mission-section-container{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:repeat(3,1fr)}}.contact-page{padding:3rem 1.5rem}.contact-content{display:grid;grid-template-columns:1fr;gap:3rem;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #D1D5DB;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.submit-button{width:100%;padding:.8rem 1rem;background-color:#2563eb;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#1d4ed8}.contact-info-container{background-color:#f9fafb;padding:2rem;border-radius:8px}.contact-info-container h3{font-size:1.5rem;font-weight:700;color:#111827;border-bottom:2px solid #2563EB;padding-bottom:.5rem;margin-bottom:1.5rem}.contact-info-container h4{font-size:1.2rem;font-weight:700;color:#111827;margin-top:2rem;margin-bottom:.5rem}.contact-info-container p{color:#374151;margin-bottom:.75rem;line-height:1.6}.status-message{margin-top:1rem;text-align:center;font-weight:500}@media (min-width: 1024px){.contact-content{grid-template-columns:2fr 1fr}}.location-section{margin-top:4rem}.location-title{font-size:2.25rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:2rem}.map-container{overflow:hidden;border-radius:8px;box-shadow:0 4px 10px #0000001a}.google-map{border:0;width:100%;height:450px}.footer{background-color:#1f2937;color:#fff;margin-top:auto;padding:2rem 0}.footer-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center}.footer-info{margin-bottom:1rem}.footer-info h3{font-size:1.25rem;font-weight:700;margin:0}.footer-info p{color:#9ca3af}.footer-socials{display:flex;justify-content:center;gap:1rem;margin-top:.5rem}.footer-socials a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-socials a:hover{color:#fff}@media (min-width: 768px){.footer-content{flex-direction:row;text-align:left}.footer-copyright{text-align:right}.footer-socials{justify-content:flex-end}}.verification-page{padding:3rem 1.5rem}.page-header{text-align:center;margin-bottom:3rem}.verification-container{max-width:700px;margin:0 auto;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.verification-input{width:100%;padding:.8rem;font-size:1rem;border:1px solid #D1D5DB;border-radius:4px;box-sizing:border-box}.verification-button{padding:.8rem 1rem;background-color:#2563eb;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.verification-button:hover{background-color:#1d4ed8}.verification-result{margin-top:2rem}.result-card{padding:1.5rem;border-radius:8px;line-height:1.6}.result-card h3{margin-top:0;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.result-card.success{background-color:#f0fdf4;border-left:5px solid #22C55E;color:#14532d}.result-card.error{background-color:#fef2f2;border-left:5px solid #EF4444;color:#991b1b}.verification-form{display:grid;grid-template-columns:1fr;gap:1rem}.print-button{margin-top:1.5rem;padding:.6rem 1rem;width:100%;background-color:#1d4ed8;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.print-button:hover{background-color:#1e40af}@media (min-width: 768px){.verification-form{grid-template-columns:1fr 1fr auto;align-items:center}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex-grow:1}
