.homepage{font-family:Segoe UI,sans-serif;background:linear-gradient(to bottom,#e6fdf1,#fff);color:#333;line-height:1.6}.hero{position:relative;text-align:center;padding:5rem 2rem;color:#fff;border-radius:13px;background:linear-gradient(#2bd773bf,#1dc2e7bf);background-url:"https://images.pexels.com/photos/3804996/pexels-photo-3804996.jpeg?cs=srgb&dl=pexels-katetrifo-3804996.jpg&fm=jpg";background-size:cover;background-position:center;background-repeat:no-repeat}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 10px #0000000d;border-radius:13px}.navbar .logo{font-size:1.8rem;font-weight:700;color:#2c3e50}.navbar .logo img{width:50%;cursor:pointer}.navbar .nav-links{list-style:none;display:flex;gap:1.5rem}.navbar .nav-links li{cursor:pointer;font-weight:500;transition:color .3s}.navbar .nav-links li:hover{color:#27ae60}.navbar .nav-links li.active{color:#27ae60;border-bottom:2px solid #27ae60}@media (max-width: 768px){.navbar{flex-direction:column;align-items:center;padding:10px}.navbar .logo{order:1;margin-bottom:.5rem;text-align:center}.navbar .nav-links{margin-left:-32px;order:2;flex-direction:row;flex-wrap:wrap;justify-content:center}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}.parent{font-family:Segoe UI,sans-serif;background:linear-gradient(to bottom,#f8f9fa,#fff);color:#333;line-height:1.6}.footer button{background:#0000;border-radius:50%;width:40px;height:40px;border:none;transition:.3s;cursor:pointer}.footer button:hover{background:#00000059;color:#fff}.about-container{margin:0 auto;padding:2rem;font-family:Segoe UI,sans-serif;color:#2c3e50}h1{text-align:left;font-size:2.5rem;margin-bottom:1.5rem}.summary{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;text-align:justify}.vision{padding:10px}.vision p{margin-top:20px;text-align:center}.coach-section{display:flex;align-items:center;gap:2rem;margin:3rem 0;flex-wrap:wrap}.coach-section .coach-image{width:350px;height:350px;object-fit:cover;border-radius:12px;box-shadow:0 4px 20px #0000001a}.coach-section .coach-info{flex:1}.coach-section .coach-info h2{font-size:2rem;margin-bottom:1rem}.coach-section .coach-info p{font-size:1.1rem;line-height:1.8;text-align:justify}@media (max-width: 768px){.coach-section{flex-direction:column;text-align:center}.coach-section .coach-image{width:80%;height:auto}.coach-section .coach-info{text-align:center}}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:Segoe UI,sans-serif;padding:2rem}.notfound-container h1{font-size:3rem;margin-bottom:1rem;color:#e74c3c}.notfound-container p{font-size:1.2rem;margin-bottom:2rem;color:#555}.notfound-container .btn-group{display:flex;gap:1rem}.notfound-container .btn-group button{padding:.75rem 1.5rem;border:none;border-radius:6px;background-color:#27ae60;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.notfound-container .btn-group button:hover{background-color:#1e874b}.servicespage{font-family:Segoe UI,sans-serif;background:linear-gradient(to bottom,#e6fdf1,#fff);color:#333;line-height:1.6}section{padding:3rem 2rem;max-width:none;margin:30px 15px;text-align:center}section h2{font-size:2rem;margin-bottom:1rem;color:#1a7f5c}section p,section ul{font-size:1.1rem;color:#444}.services .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.services .service-item{background-color:#f9fffb;border:1px solid #bff0ce;border-radius:10px;padding:1rem;text-align:center;transition:transform .3s ease}.services .service-item:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000014}.services .service-item img{width:200px;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem;border:2px solid #2ecc71}.services .service-item h3{color:#27ae60;font-size:1.4rem;margin-bottom:.5rem}.services .service-item p{font-size:1.05rem;color:#555}.testimonials{background:#f7fdf7;border:1px solid #c9eac9;border-radius:13px;font-style:italic;color:#2f6a2f}.testimonials blockquote{margin-bottom:1.5rem;padding:0 1rem}.testimonials blockquote:last-child{margin-bottom:0}.footer{background-color:#2c3e50;color:#fff;text-align:center;padding:1rem;font-size:.9rem;border-radius:13px}.fade-in-section{will-change:opacity,transform}.about-container{margin:0 auto;font-family:Segoe UI,sans-serif;color:#2c3e50}.desc{padding:0}.desc p{text-align:center}.hero{font-family:Segoe UI,sans-serif;position:relative;text-align:center;padding:5rem 2rem;color:#fff;border-radius:13px;background:linear-gradient(#2bd773bf,#1dc2e7bf);background-size:cover;background-position:center;background-repeat:no-repeat}.cta{background-color:#f0fdf4;border:2px solid #27ae60;border-radius:13px;padding:2rem 1rem}.cta h2{color:#27ae60}.cta button{margin-top:1rem;background-color:#27ae60;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer}.contact-details{text-align:center;padding:0 0 50px}.contact-details h2{color:#27ae60;font-size:2rem;margin-bottom:2rem}.cards-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-card{background-color:#f0fdf4;padding:1.5rem 2rem;border:1px solid #27ae60;border-radius:12px;width:250px;box-shadow:0 4px 12px #0000000d;transition:transform .2s ease}.contact-card h3{margin-bottom:.5rem;color:#2c3e50}.contact-card p{font-size:1.1rem;color:#333}.contact-card:hover{transform:translateY(-4px)}.enroll-page{font-family:Segoe UI,sans-serif;color:#2c3e50}.hero{position:relative;text-align:center;padding:5rem 2rem;color:#fff;border-radius:13px;background:linear-gradient(#2bd773bf,#1dc2e7bf);background-size:cover;background-position:center;background-repeat:no-repeat}.hero h1{text-align:center;font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero p{font-size:1.25rem;margin-bottom:2rem;text-shadow:0 1px 3px rgba(0,0,0,.3)}.hero button{background-color:#fff;color:#27ae60;padding:.75rem 1.5rem;border:none;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.hero button:hover{background-color:#e6f5ec;transform:scale(1.05)}.enroll-form{margin:2rem!important;padding:2rem!important;border-radius:13px;background-color:#f9fffb;border:1px solid #27ae60;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:1rem}.enroll-form button{background-color:#27ae60;color:#fff;padding:.75rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .3s ease}.enroll-form button:hover{background-color:#219150}.inp{width:100%;margin-bottom:1.25rem}.form-parent{display:flex;flex-wrap:wrap;gap:2rem}.colOne,.colTwo{flex:1;min-width:300px;display:flex;flex-direction:column;gap:1.25rem}.colOnePt2{display:flex;flex-direction:column;gap:1.25rem}.Two-2{display:flex;flex-wrap:wrap;gap:1.25rem}.Two-2 .inp{flex:1 1 45%;margin-bottom:0;width:100%;height:30%}@media (max-width: 768px){.form-parent{flex-direction:column;padding:1rem;margin-left:-35px}.enroll-form{margin:1rem;padding:1rem}.Two-2{flex-direction:column}.Two-2 .inp{flex:1 1 100%}}.login-page{font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;min-height:100vh;background:#f4fdf9}.login-container{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.login-form{padding:2rem;border-radius:16px!important;max-width:450px;width:100%;background-color:#fff;border:1px solid #d4f3e3;box-shadow:0 8px 20px #0000000d;display:flex;flex-direction:column;gap:1.5rem}.inp{margin-bottom:1.25rem!important}.login-logo{display:flex;justify-content:center;align-items:center}.login-logo img{width:60%}.login-btn{margin-top:1rem;padding:.75rem;background-color:#27ae60!important;color:#fff;font-weight:700;border-radius:8px}.login-btn:hover{background-color:#219150}.fade-in-section{width:100%}.tickets-page{padding:2rem;font-family:Segoe UI,sans-serif;height:auto}.tickets-page h1,.tickets-page .page-heading{text-align:center;margin-bottom:2rem;color:#2c3e50;font-weight:600}.ticket-card{background-color:#ebfdf6!important;transition:all .5s ease;border-left:7px solid #27ae60;box-shadow:0 6px 15px #00000014;border-radius:12px;padding:.5rem}.ticket-card .card-inside{background-color:#baffe5!important;box-shadow:0!important;border-radius:12px}.ticket-card:hover{transition:all .5s ease;transform:translateY(-5px)!important;box-shadow:0 10px 20px #0000001f}.ticket-card.resolved{background-color:#cecdcd!important;border-left-color:#000;opacity:.6}.ticket-card.resolved .card-inside{background-color:#fff!important;box-shadow:0!important;border-radius:12px}.tickets-loading{display:flex;justify-content:center;align-items:center;height:100vh}.logout-btn{transition:all .3s ease}.logout-btn:hover{background-color:#ffe6e6;color:#d32f2f}.resolve-btn{transition:background-color .3s ease}.resolve-btn:hover{background-color:#1e8449}.ticket-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}
