@import url(https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{font-family:Times New Roman,Times,serif;font-weight:700}:root{--mainColor:#29335c;--mainColorLight:#5767aa;--secondaryColor:#db2b39;--textColor:#eee}header{background-color:#29335c;background-color:var(--mainColor);box-shadow:0 4px 6px #0000001a;color:#eee;color:var(--textColor);height:60px;justify-content:space-between;left:0;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}header,nav{align-items:center;display:flex;flex-wrap:wrap}nav{flex-grow:1;gap:1rem;justify-content:center}header h3{margin-right:auto}header h3 img{vertical-align:-webkit-baseline-middle;width:40px}nav Link,nav a{color:#eee;color:var(--textColor);font-size:1rem;position:relative;text-decoration:none;transition:color .3s ease,transform .3s ease;white-space:nowrap}nav Link:hover,nav a:hover{color:orange;transform:translateY(-5px)}nav Link:after,nav a:after{background-color:orange;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease;width:100%}nav Link:hover:after,nav a:hover:after{transform:scaleX(1);transform-origin:bottom left}header .nav-btn{background:#0000;border:none;color:#eee;color:var(--textColor);cursor:pointer;font-size:1.8rem;opacity:0;outline:none;padding:5px;visibility:hidden}@media only screen and (max-width:950px){header .nav-btn{opacity:1;visibility:visible}header nav{align-items:center;background-color:#29335c;background-color:var(--mainColor);display:flex;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;left:0;position:fixed;top:0;transform:translateY(-100vh);transition:1s;width:100%}header .responsive_nav{transform:none}nav .nav-close-btn{position:absolute;right:2rem;top:2rem}nav a{font-size:1.5rem}}@media only screen and (max-width:768px){nav{gap:1rem}nav a{font-size:1rem;margin:0 1rem}}@media only screen and (max-width:480px){nav a{font-size:.9rem;margin:.5rem 0}header h3{font-size:1.2rem}header{padding:0 1rem}}.section__padding{padding:4rem}.footer{background-color:#2d2d32}.sb__footer{display:flex;flex-direction:column}.sb__footer-links{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;text-align:left;width:100%}.sb__footer-links-div{color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:1rem;width:150px}a{color:#afafb3;text-decoration:none;transition:color .3s ease,transform .3s ease}a:hover{color:#db2b39;transform:translateY(-3px)}.socialmedia{display:flex;flex-direction:row;gap:10px}.socialmedia img{height:32px;width:32px}.sb__footer-links-div h4{font-size:14px;line-height:17px;margin-bottom:.9rem}.sb__footer-links-div p{cursor:pointer;font-size:12px;line-height:15px;margin:.5rem 0}.sb__footer-below{justify-content:space-between;margin-top:.2rem}.sb__footer-below,.sb__footer-below-links{display:flex;flex-direction:row;flex-wrap:wrap}.sb__footer-below-links{gap:1rem}.sb__footer-below-links p{color:#fff;font-size:13px;font-weight:600;line-height:15px;margin-left:0;transition:color .3s ease,transform .3s ease}.sb__footer-below-links p:hover{color:#db2b39;transform:translateY(-3px)}hr{color:#fff!important;width:100%}.sb__footer-copyright p{color:#fff;font-size:13px;font-weight:600;line-height:15px}@media screen and (max-width:850px){.sb__footer-heading h1{font-size:44px;line-height:50px}.sb__footer-below{align-items:center;flex-direction:column;text-align:center}.sb__footer-below-links{justify-content:center}}@media screen and (max-width:550px){.sb__footer-heading h1{font-size:34px;line-height:42px}.sb__footer-links div{margin:1rem 0}.sb__footer-btn p{font-size:14px;line-height:20px}.sb__footer-below{text-align:center}.sb__footer-below,.sb__footer-below-links{align-items:center;flex-direction:column}.sb__footer-below-links p{margin-top:1rem}}@media screen and (max-width:400px){.sb__footer-heading h1{font-size:27px;line-height:30px}}*{box-sizing:border-box;margin:0;padding:0}body{margin-top:60px}.banner{align-items:center;color:#0b0b0b;display:flex;flex-direction:column;height:300px;justify-content:center;overflow:hidden;position:relative;width:100%}.banner:before{background-image:url(/static/media/students.5368b28a9ba68a446e50.avif);background-position:50%;background-size:cover;content:"";filter:blur(7px);height:100%;left:0;opacity:.45;position:absolute;top:0;width:100%;z-index:-1}.banner h1,.banner p{position:relative;z-index:1}.banner h1{animation:fadeInDown 1.5s ease;font-size:48px;margin-bottom:10px}.banner h1,.banner p{color:#fb3d1b;font-family:Arial,sans-serif;text-align:center;text-shadow:2px 2px 5px #78400c80}.banner p{animation:fadeInUp 1.5s ease;font-size:24px;font-weight:700;margin-top:10px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}body{background-color:#f4f4f4;color:#333}.academic,.admission,.centers,.choose-us,.intro,.program,.transform-future{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000001a;color:#666;font-family:Georgia,Times New Roman,Times,serif;margin:20px auto;max-width:95%;padding:20px}h2{border-bottom:2px solid #0056b3;color:#0056b3;display:inline-block;font-size:28px;padding-bottom:5px;text-transform:uppercase}h2,h3{margin-bottom:15px}h3{color:#d9534f;font-size:24px}p{font-size:18px;font-weight:lighter;margin-bottom:20px}ul{list-style-type:none;padding:0}ul li{font-size:18px;font-weight:lighter;margin-bottom:10px}ul li:before{color:#28a745;content:"✔";margin-right:10px}.choose,.excillence{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.choose img,.excillence img{border-radius:10px;box-shadow:0 0 10px #0000001a;margin-left:20px;width:23%}button{background-color:#0056b3;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin:10px;padding:10px 20px;transition:background-color .3s ease}button:hover{background-color:#003d80}@media (max-width:768px){.academic,.admission,.centers,.choose-us,.intro,.program,.transform-future{margin:10px;padding:15px}h2{font-size:24px}h3{font-size:20px}p,ul li{font-size:14px}ul li{align-items:flex-start;flex-direction:column}.choose,.excillence{align-items:center;flex-direction:column}.choose img,.excillence img{margin:10px 0;max-width:100%}button{font-size:14px;padding:8px 16px}}@media (max-width:480px){h2{font-size:20px}h3{font-size:18px}p,ul li{font-size:12px}ul li{align-items:flex-start;flex-direction:column}.academic,.admission,.centers,.choose-us,.intro,.program,.transform-future{margin:5px;padding:10px}button{font-size:12px;padding:6px 12px}}body{line-height:1.6}.banner{animation:fadeIn 2s ease-in;color:#fff;padding:60px 20px;text-align:center}.banner h1{font-size:2.5em;margin:0}.banner p{font-size:1.2em;margin:10px 0 0}.about,.centers,.mission,.offer,.values,.vision{background:#f9f9f9;margin:20px 0;padding:40px 5%;text-align:left}.about h2,.centers h2,.mission h2,.offer h2,.values h2,.vision h2{color:#333;font-family:Georgia,Times New Roman,Times,serif;margin-bottom:20px;position:relative}.about h2:after,.centers h2:after,.mission h2:after,.offer h2:after,.values h2:after,.vision h2:after{background:#4facfe;content:"";display:block;height:4px;margin:10px auto 0;width:60px}.about p,.centers p,.mission p,.offer p,.vision p{color:#666;font-family:Georgia,Times New Roman,Times,serif;font-size:1.1em;line-height:1.8}.centers ul,.offer ul,.values ul{list-style:none;padding:0}.centers ul li,.offer ul li,.values ul li{color:#555;margin-bottom:10px}.centers ul ul{margin-top:10px}.centers ul ul li{color:#777;margin-bottom:5px}.contact{padding:40px 5%}.contact a{background:#4facfe;border-radius:5px;color:#fff;display:inline-block;margin:20px 10px;padding:10px 20px;text-decoration:none;transition:background .3s ease}.contact a:hover{background:#00f2fe}@media screen and (max-width:768px){.banner{padding:40px 10px}.banner h1{font-size:2em}.banner p{font-size:1em}.about,.centers,.mission,.offer,.values,.vision{padding:20px 10px}}.academics{color:#333;font-family:Roboto,sans-serif;padding:20px}.header{background-repeat:no-repeat;background-size:cover;border-radius:10px;color:#fff;overflow:hidden;padding:50px 20px;position:relative;text-align:center}.header:before{background:url(/static/media/back_img.df32bcbc0ff931fec02c.jpg);content:"";filter:blur(7px);height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:0}.cta-button-academic,.header h1,.header p{position:relative;z-index:1}.header h1{color:#fb3d1b;font-size:2.8rem;margin-bottom:10px}.header p{color:#fb3d1b;font-size:1.5rem;font-weight:700;margin-bottom:20px}.cta-button{background-color:#2575fc;border-radius:5px;padding:10px 20px;transition:.3s}.cta-button:hover{background-color:#6a11cb}.course-categories{display:flex;justify-content:space-around;margin:40px 0}#course-categories{scroll-margin-top:15vh}.category{background-color:#dbd9d9;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:20px;text-align:center}.category h2,.category p{margin-bottom:10px}.courses-section{margin:40px 0}#advance-courses-section,#courses-section{scroll-margin-top:15vh}.courses-section h2{font-size:2rem;margin-bottom:20px;text-align:center}.course-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.course-card h3{margin-bottom:10px}.call-to-action-academic{border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#000;margin-top:40px;padding:40px 20px;text-align:center}.call-to-action-academic h2{margin-bottom:10px}.cta-buttons{margin-top:20px}.cta-buttons .cta-button-academic{margin:0 10px}.course-card{background:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:20px;text-align:center}.course-card img{border-radius:10px;height:35%;margin-bottom:10px;width:100%}.course-card h3{font-size:1.2rem;margin:10px 0}.course-card p{flex-grow:1;margin:10px 0}.course-card .cta-button-academic{align-self:center;background-color:#2575fc;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;margin-top:10px;padding:10px 20px;transition:background-color .3s ease}.course-card .cta-button-academic:hover{background-color:#6a11cb}.admissions{font-family:Roboto,sans-serif;margin-top:20px;padding:10px}@media only screen and (max-width:768px){.admissions{margin-top:30px}}.hero-admission{border-radius:10px;color:#fff;overflow:hidden;padding:50px 20px;position:relative;text-align:center}.hero-admission:before{background:url(/static/media/admissions.e34b712885ed4cf69bba.avif) no-repeat 50%/cover;content:"";filter:blur(10px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-admission h1{font-size:2.5rem;margin-bottom:10px}.hero-admission p{font-size:1.2rem;font-weight:700;margin-bottom:20px}.cta-buttons .cta-button-admission{background-color:#fff;border:1px solid #0000;border-radius:5px;color:#000;cursor:pointer;font-size:1rem;margin:5px;padding:10px 20px;transition:background-color .3s ease}.cta-button-admission.secondary,.cta-buttons .cta-button-admission:hover{background-color:initial;border:1px solid #fff;color:#fff}@media only screen and (max-width:768px){.hero{padding:30px 15px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.cta-buttons .cta-button-admission{font-size:.9rem;padding:8px 16px}}.admission-process{margin:40px 0}.process-steps{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.step{background:#f9f9f9;border-radius:10px;box-shadow:0 4px 8px #0000001a;flex:1 1;min-width:200px;padding:20px;text-align:center}@media only screen and (max-width:768px){.process-steps{flex-direction:column}.step{margin-bottom:15px;min-width:100%}}.fee-structure table{border-collapse:collapse;margin:20px 0;width:100%}.fee-structure td,.fee-structure th{border:1px solid #ddd;padding:10px;text-align:center}.fee-structure th{background-color:#2575fc;color:#fff}@media only screen and (max-width:768px){.fee-structure table{font-size:.9rem}.fee-structure td,.fee-structure th{padding:8px}}#application-form{scroll-margin-top:15vh}.application-form form{display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:600px}.application-form h2{margin:20px 0}.application-form button,.application-form input,.application-form select{border:1px solid #ddd;border-radius:5px;padding:10px}.application-form button{background-color:#2575fc;border:none;color:#fff;cursor:pointer}.application-form button:hover{background-color:#6a11cb}@media only screen and (max-width:768px){.application-form form{max-width:100%;padding:0 10px}#application-form{scroll-margin-top:17vh}}.modern-form{background:#fff;border-radius:10px;box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem;position:relative}.form-input{border:1px solid #ddd;border-radius:6px;font-size:16px;padding:12px;transition:all .3s ease;width:100%}.form-input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233;outline:none}.form-select{background-color:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:16px;padding:12px;width:100%}.file-input{position:relative}.file-label{background:#f5f5f5;border:1px solid #ddd;border-radius:6px;cursor:pointer;display:inline-block;padding:12px 20px}.submit-button{background:#4a90e2;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px;transition:background .3s ease;width:100%}.submit-button:hover{background:#357abd}.submit-button:disabled{background:#ccc;cursor:not-allowed}.error-message{background:#ffebee;color:#d32f2f}.error-message,.success-message{border-radius:4px;margin-bottom:1rem;padding:10px}.success-message{background:#e8f5e9;color:#388e3c}.why-choose-us{margin:40px 0}.why-choose-us h2{margin:20px 0}.benefit{border-radius:10px;transition:transform .3s ease;width:300px}.benefit .icon{font-size:2rem;margin-bottom:10px}@media (max-width:768px){.benefits{align-items:center;flex-direction:column}.benefit{flex:1 1 auto;width:90%}}body{background-color:#f9f9f9;font-family:Arial,sans-serif;margin:0;padding:0}.applicationform-container{border:1px solid #ddd;border-radius:20px}.application-form-header{background-color:#f5f5f5;border-bottom:1px solid #ddd;display:flex;flex-wrap:wrap;padding:10px}.application-form-header>div{border-right:1px solid #ddd;flex:1 1;font-size:14px;font-weight:700;padding:10px;text-align:center}.application-form-header>div:last-child{border-right:none}.application-header-left{background-color:#eaf7ff;font-size:14px;font-weight:700}.application-header-center{background-color:#e2ffe8}.application-header-right{background-color:#ffe2e2}.application-form-section{padding:20px}.application-h2{color:#333;margin-bottom:10px;text-align:center}fieldset{padding:30px}legend{font-size:1.1em}label{font-weight:700}.application-button,.application-input,select,textarea{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-bottom:15px;padding:6px;width:100%}select{-webkit-appearance:auto;appearance:auto;height:42px;padding:10px;width:103%}.application-button{background-color:#4caf50;border:none;color:#fff;cursor:pointer;font-weight:700;text-transform:uppercase}.application-button:hover{background-color:#d87416}textarea{min-height:80px}#photo-preview img{display:block;margin-top:10px;max-height:200px;max-width:150px;object-fit:cover}#photo-preview p{color:#666;font-style:italic}.application-head{align-items:center;display:flex;flex-direction:column;margin-bottom:5px}.logo{display:center;margin-right:10px;width:100px}.application-header-text{text-align:center}.application-header-text h1{font-size:1.5em;margin:0}@media (max-width:768px){.application-form-header{flex-direction:column}.application-form-header>div{border-bottom:1px solid #ddd;border-right:none;padding:10px 0}.application-form-header>div:last-child{border-bottom:none}fieldset{padding:20px}.application-button{font-size:16px}}.applicationform-container{background-color:#fff;border:1px solid #d81515;border-radius:10px;box-shadow:0 4px 8px #e70707e1;margin:20px auto;max-width:800px;overflow:hidden;padding:20px;width:90%}h2{color:#333;text-align:center}fieldset{border:1px solid #ccc;border-radius:5px;margin:10px 0;padding:20px}legend{font-weight:700}label{display:block;margin:10px 0 5px}.application-button,input,select{border:1px solid #ccc;border-radius:5px;margin-bottom:15px;padding:6px;width:100%}.hidden{display:none}.enquiry-form-section{background:linear-gradient(135deg,#f0f4f8,#fff);border:1px solid #e0e7ff;border-radius:12px;box-shadow:0 6px 12px orange;color:#333;font-family:Poppins,sans-serif;margin:40px auto;max-width:800px;padding:40px}.form-header{margin-bottom:40px;text-align:center}.form-header h1{color:#2a4fa4;font-size:2.5rem;font-weight:700;margin-bottom:15px}.form-header p{color:#4a5568;font-size:1.2rem;font-weight:500;margin-bottom:0}.enquiry-form{gap:30px}.enquiry-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#2a4fa4;font-size:1.2rem;font-weight:600;margin-bottom:10px}.form-group input,.form-group select,.form-group textarea{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;color:#333;font-size:1.1rem;padding:15px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#2a4fa4;box-shadow:0 4px 8px #2a4fa433;outline:none}textarea{min-height:120px;resize:vertical}.form-actions{text-align:center}.cta-button{background:linear-gradient(90deg,#2a4fa4,#5699d2);font-size:1.2rem;font-weight:700;max-width:250px;padding:15px 30px;width:100%}.cta-button:hover{box-shadow:0 6px 12px #2a4fa44d}.cta-button:disabled{cursor:not-allowed;opacity:.7}.status-message{border-radius:8px;font-weight:500;margin-bottom:2rem;padding:1rem;text-align:center}.status-message.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-message.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.enquiry-form-section{padding:30px}.form-header h1{font-size:2rem}.cta-button,.form-header p{font-size:1rem}.cta-button{padding:12px 20px}}.contact-page{background:linear-gradient(180deg,#f5f9fc,#eaf3f9);color:#333;font-family:Poppins,sans-serif;line-height:1.8;padding:40px 20px}.hero-contact{border-radius:12px;margin-bottom:40px;overflow:hidden;padding:30px 20px;position:relative;text-align:center}.hero-contact:before{background:url(/static/media/contact-us-web.69a2cbf896b2b347fcfb.jpg);background-size:cover;content:"";filter:blur(5px);height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:0}.hero-contact h1,.hero-contact p{position:relative;z-index:1}.hero-contact h1{color:#f42702;font-size:3.5rem;margin-bottom:10px}.hero-contact p{color:#c82003;font-size:1.3rem;font-weight:bolder;margin-bottom:20px}.contact-info{margin:50px 0;text-align:center}.contact-info h2{color:#2575fc;font-size:2.5rem;font-weight:700;margin-bottom:30px}.info-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.card{background:#fff;border-radius:15px;box-shadow:0 6px 12px #0000001a;flex:1 1 350px;max-width:400px;padding:30px;transition:all .3s ease}.card:hover{box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.card h3{color:#2575fc;font-size:1.8rem;font-weight:700;margin-bottom:15px}.card p{font-size:1.2rem;font-weight:500;margin-bottom:10px}.visit-centers{margin:50px 0}.visit-centers h2{color:#2575fc;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-align:center}.visit-content{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.visit-text ul{list-style:none;padding:0}.visit-text ul li{color:#333;font-size:1.2rem;font-weight:500;margin-bottom:15px}.visit-text ul li strong{color:#2575fc}.visit-image img{border-radius:15px;box-shadow:0 6px 12px #0000001a;max-width:100%}.icon{border-radius:50px;color:#fff;font-size:1.2rem;font-weight:700;padding:15px 25px;text-decoration:none;transition:all .3s ease}.icon.facebook{background:#3b5998}.icon.twitter{background:#1da1f2}.icon.linkedin{background:#0077b5}.icon:hover{box-shadow:0 6px 12px #0003;transform:translateY(-3px)}.feedback{margin:50px 0;text-align:center}.feedback h2{color:#2575fc;font-size:2.5rem;font-weight:700;margin-bottom:20px}.feedback p{font-size:1.3rem;font-weight:500}.feedback strong{color:#2575fc}@media (max-width:768px){.info-cards,.visit-content{flex-direction:column}.card{max-width:100%}.hero h1{font-size:2.5rem}.hero p{font-size:1.2rem}.feedback h2,.social-media h2,.visit-centers h2{font-size:2rem}.card h3,.feedback p{font-size:1.5rem}.card p,.visit-text ul li{font-size:1rem}}.social-media{margin:50px 0;text-align:center}.social-media h2{color:#2575fc;font-size:2.5rem;font-weight:700;margin-bottom:30px}.social-icons{display:flex;gap:25px;justify-content:center}@media (max-width:768px){.social-icons{align-items:center;flex-direction:column;gap:15px}.icon{text-align:center;width:80%}}.centers{color:#333;font-family:Poppins,sans-serif;line-height:1.6;margin:0 auto;padding:20px}.cta-button-centers{background:#fff;border:1px solid #fff;border-radius:50px;box-shadow:0 4px 6px #0000001a;color:#000;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 20px;transition:all .3s ease}.cta-button-centers:hover{background:#0000;border:1px solid #fff;box-shadow:0 6px 10px #00000026;color:#fff}.hero-centers{background:url(/static/media/centers.5d584ebdbbd0d874ef58.jpg);background-position:50%;background-size:cover;border-radius:12px;margin-bottom:40px;overflow:hidden;padding:40px 20px;position:relative;text-align:center}.hero-centers:before{background:url(/static/media/centers.5d584ebdbbd0d874ef58.jpg);background-size:cover;content:"";filter:blur(3px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-centers .cta-button-centers,.hero-centers h1,.hero-centers p{position:relative;z-index:1}.hero-centers h1{color:#fff;font-size:3rem;margin-bottom:10px}.hero-centers p{color:#fff;font-size:1.2rem;font-weight:bolder;margin-bottom:20px}.headquarters{align-items:center;background:#f9f9f9;border-radius:12px;box-shadow:0 6px 12px #0000001a;display:flex;flex-wrap:wrap;gap:30px;margin-bottom:40px;padding:20px}#headquarters{scroll-margin-top:10vh}.headquarters .content{flex:1 1;padding:20px}.headquarters .content ul{margin:10px 0 20px;padding-left:20px}.headquarters .content ul li{margin-bottom:10px;padding-left:20px;position:relative}.headquarters .content ul li:before{color:#2575fc;content:"✔";left:0;position:absolute;top:2px}.headquarters .image img{border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1;width:100%}.sub-branches{margin-bottom:40px}.branches-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.branch-card{background:#fff;border-radius:12px;box-shadow:0 6px 12px #0000001a;flex:1 1 300px;max-width:400px;padding:20px;text-align:center;transition:all .3s ease}.branch-card:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.branch-card img{border-radius:12px;margin-bottom:15px;width:100%}.branch-card h3{font-size:1.5rem;margin-bottom:10px}.branch-card ul{margin:10px 0;padding-left:20px}.branch-card ul li{margin-bottom:10px;padding-left:20px;position:relative}.branch-card ul li:before{color:#2575fc;content:"✔";left:0;position:absolute;top:2px}.why-choose-us{margin-bottom:40px;text-align:center}.why-choose-us h2{margin-bottom:30px}.benefits{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.benefit{background:#f9f9f9;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1 200px;max-width:300px;padding:20px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit:hover{box-shadow:0 10px 20px #00000026;transform:translateY(-5px)}.benefit .icon{color:#2575fc;font-size:2.5rem;margin-bottom:15px}.benefit p{font-size:1rem;font-weight:600}@media (max-width:1024px){.headquarters{flex-direction:column}.headquarters .image img{max-height:300px}.branch-card{flex:1 1 100%}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.benefit{flex:1 1 100%}}@media (max-width:480px){.hero h1{font-size:2rem}.cta-button,.hero p{font-size:.9rem}.cta-button{padding:10px 15px}}.certification{background-color:#f8f9fa;color:#333;font-family:Poppins,sans-serif;line-height:1.6;padding:20px}h1,h2{font-weight:700;margin-bottom:20px;text-align:center}p{margin:10px 0}.container{margin:0 auto;max-width:1200px;padding:20px}li{list-style:none}.cta-button{background:linear-gradient(90deg,#6a11cb,#2575fc);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-top:10px;padding:12px 24px;transition:all .3s ease}.cta-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-3px)}.hero-certification{background:url(/static/media/student_certificates.36a9a2cace992f8a42a4.avif);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;color:#fff;margin-bottom:50px;overflow:hidden;padding:50px 20px;position:relative;text-align:center}.hero-certification:before{background:inherit;content:"";filter:blur(8px);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-certification .cta-button,.hero-certification h1,.hero-certification p{position:relative;z-index:2}.hero-certification h1{font-size:3rem;margin-bottom:15px}.hero-certification p{font-size:1.2rem;font-weight:700;margin-bottom:25px}.about-certification{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;display:flex;gap:40px;justify-content:space-evenly;margin-bottom:50px;padding:20px}.about-certification .image img{border-radius:12px;box-shadow:0 4px 8px #0000001a;max-width:450px;width:100%}.about-certification .content{flex:1 1;padding:0 20%;text-align:left}.about-certification ul{margin-top:10px;padding-left:20px}.about-certification ul li{margin-bottom:12px;padding-left:25px;position:relative}.about-certification ul li:before{color:#2575fc;content:"✔";font-size:1.2rem;left:0;position:relative}.certification-process{margin-bottom:50px;padding:20px}.certification-process h2{margin-bottom:30px}.certification-process .steps{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.certification-process .step{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1 250px;padding:20px;text-align:center;transition:all .3s ease}.certification-process .step:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.certification-process .step .icon{color:#2575fc;font-size:3rem;margin-bottom:15px}.certifications-offered{margin-bottom:50px}.certifications-offered .certification-grid{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.certifications-offered .card{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;flex:1 1 300px;max-width:400px;padding:20px;text-align:center;transition:all .3s ease}.certifications-offered .card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.certifications-offered .card h3{font-size:1.5rem;margin-bottom:15px}.certifications-offered .card p{margin-bottom:20px}.contact{background:#fff;border-radius:12px;box-shadow:0 4px 8px #0000001a;padding:20px}.contact-content{display:flex;flex-wrap:wrap;gap:40px}.contact .details{flex:1 1;padding:5% 0 5% 3%}.contact-form{flex:1 1}.contact-form label{display:block;font-weight:700;margin-bottom:10px}.contact-form input,.contact-form textarea{background:#f8f9fa;border:1px solid #ddd;border-radius:5px;margin-top:5px;padding:12px;width:100%}.contact-form textarea{min-height:100px;resize:vertical}.contact-form button{margin-top:15px}@media (max-width:1024px){.about-certification{flex-direction:column}.about-certification .image img{max-width:100%}.certification-process .steps,.certifications-offered .certification-grid{align-items:center;flex-direction:column}}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.cta-button{font-size:.9rem;padding:10px 15px}}@media (max-width:480px){.hero h1{font-size:2rem}.cta-button,.hero p{font-size:.9rem}.cta-button{padding:8px 12px}}.gallery-container{margin:0 auto;max-width:1200px;padding:20px;text-align:center}.gallery-header{margin-bottom:20px}.gallery-header h1{color:#333;font-size:2.5rem;font-weight:700}.gallery-header p{color:#666;font-size:1.2rem}.gallery-filters{display:flex;gap:15px;justify-content:center;margin-bottom:20px}.gallery-filters button{background-color:#2d9ef5;border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease-in-out,color .3s ease-in-out}.gallery-filters button.active,.gallery-filters button:hover{background-color:#0056b3;color:#fff}.gallery-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:20px}.gallery-item{border-radius:10px;box-shadow:0 4px 10px #0000001a;overflow:hidden;transition:transform .3s ease-in-out}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{border-radius:10px;height:100%}.gallery-item-overlay{background:#0009;bottom:0;color:#fff;left:0;opacity:0;padding:10px;position:absolute;right:0;transition:opacity .3s ease-in-out}.gallery-item:hover .gallery-item-overlay{opacity:1}.gallery-item-overlay h3{font-size:1.2rem;margin:5px 0}.gallery-item-overlay p{font-size:1rem;margin:0}@media (max-width:768px){.gallery-filters{flex-wrap:wrap;gap:10px}.gallery-filters button{font-size:.9rem;padding:8px 15px}.gallery-header h1{font-size:2rem}}.dca-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dca-grading,.dca-jobs,.dca-overview,.dca-syllabus{margin-bottom:40px}.dca-overview{align-items:center;display:flex;flex-wrap:wrap}.dca-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dca-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dclm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dclm-grading,.dclm-jobs,.dclm-overview,.dclm-syllabus{margin-bottom:40px}.dclm-overview{align-items:center;display:flex;flex-wrap:wrap}.dclm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dclm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dcm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dcm-grading,.dcm-jobs,.dcm-overview,.dcm-syllabus{margin-bottom:40px}.dcm-overview{align-items:center;display:flex;flex-wrap:wrap}.dcm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dcm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dfm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dfm-grading,.dfm-jobs,.dfm-overview,.dfm-syllabus{margin-bottom:40px}.dfm-overview{align-items:center;display:flex;flex-wrap:wrap}.dfm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dfm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dhrm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dhrm-grading,.dhrm-jobs,.dhrm-overview,.dhrm-syllabus{margin-bottom:40px}.dhrm-overview{align-items:center;display:flex;flex-wrap:wrap}.syllabus-list li:before{position:absolute}.dhrm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dhrm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dlm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.price{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.dlm-grading,.dlm-jobs,.dlm-overview,.dlm-syllabus{margin-bottom:40px}.dlm-overview{align-items:center;display:flex;flex-wrap:wrap}.dlm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dlm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dpm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dpm-grading,.dpm-jobs,.dpm-overview,.dpm-syllabus{margin-bottom:40px}.dpm-overview{align-items:center;display:flex;flex-wrap:wrap}.dpm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dpm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dscm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.dscm-grading,.dscm-jobs,.dscm-overview,.dscm-syllabus{margin-bottom:40px}.dscm-overview{align-items:center;display:flex;flex-wrap:wrap}.dscm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dscm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.hospitality-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hospitality-grading,.hospitality-jobs,.hospitality-overview,.hospitality-syllabus{margin-bottom:40px}.hospitality-overview{align-items:center;display:flex;flex-wrap:wrap}.hospitality-jobs p{font-size:1.1em;line-height:1.6}.hospitality-jobs ul{list-style-type:disc;margin-left:20px}@media (max-width:768px){.hospitality-overview{flex-direction:column}.overview-content{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.diploma-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.diploma-grading,.diploma-jobs,.diploma-overview,.diploma-syllabus{margin-bottom:40px}.diploma-overview{align-items:center;display:flex;flex-wrap:wrap}.diploma-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.diploma-overview{flex-direction:column}.overview-content{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.insurance-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hero-section{background:#f7f7f7}.enroll-button{background-color:#28a745}.enroll-button:hover{background-color:#218838}.overview-section{align-items:center;display:flex;flex-wrap:wrap}.grading-section,.overview-section{margin-bottom:40px}.jobs-section p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.overview-section{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.ntt-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.ntt-grading,.ntt-jobs,.ntt-overview,.ntt-syllabus{margin-bottom:40px}.ntt-overview{align-items:center;display:flex;flex-wrap:wrap}.syllabus-list li{padding-left:20px}.syllabus-list li:before{top:0}.syllabus-list li{display:block}.ntt-jobs p{font-size:1.1em;line-height:1.6}.ntt-jobs ul{list-style-type:disc;margin-left:20px}@media (max-width:768px){.ntt-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.pgdca-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hero-section{background:#f4f4f4}.pgdca-grading,.pgdca-jobs,.pgdca-overview,.pgdca-syllabus{margin-bottom:40px}.pgdca-overview{align-items:center;display:flex;flex-wrap:wrap}.pgdca-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.pgdca-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.dmprm-container{color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.hero-section{background:#f5f5f5;border-radius:8px;margin-bottom:20px;padding:40px 20px;text-align:center}.hero-section h1{font-size:2.5em;margin-bottom:10px}.hero-section p{font-size:1.2em;margin-bottom:20px}.enroll-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;padding:10px 20px;transition:background-color .3s}.enroll-button:hover{background-color:#0056b3}.dmprm-grading,.dmprm-jobs,.dmprm-overview,.dmprm-syllabus{margin-bottom:40px}.dmprm-overview{align-items:center;display:flex;flex-wrap:wrap}.overview-content{flex:1 1;padding:20px}.overview-image{flex:1 1;text-align:center}.overview-image img{border-radius:8px;max-width:100%}.grading-table{border-collapse:collapse;margin-top:20px;width:100%}.grading-table td,.grading-table th{border:1px solid #ddd;padding:8px;text-align:center}.grading-table th{background-color:#f2f2f2;font-weight:700}.syllabus-list{list-style-type:none;padding:0}.syllabus-list li{background:#f9f9f9;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:10px;padding:20px;position:relative}.syllabus-list li:before{color:green;content:"✔";left:0;position:relative;top:10px}.syllabus-list li strong{display:block;font-size:1.2em;margin-bottom:10px}.dmprm-jobs p{font-size:1.1em;line-height:1.6}@media (max-width:768px){.dmprm-overview{flex-direction:column}.overview-content,.overview-image{flex:none;width:100%}.hero-section h1{font-size:2em}.hero-section p{font-size:1em}.enroll-button{font-size:.9em}}.updating-div{align-items:center;display:flex;flex-direction:column;font-family:Times New Roman,Times,serif;height:100vh;justify-content:center;padding:20px;text-align:center}.updating-h1{animation:fadeIn 1.5s ease-in-out;color:#000;font-size:3rem;font-weight:700;margin-bottom:15px}.updating-p{animation:fadeIn 2s ease-in-out;color:#000;font-size:1.2rem;line-height:1.6;margin-bottom:20px;max-width:600px}.enroll-button-updating{animation:fadeIn 2.5s ease-in-out;background-color:#ff7b00;border:none;border-radius:25px;box-shadow:0 4px 10px #0003;color:#fff;cursor:pointer;font-size:1.2rem;padding:12px 25px;transition:all .3s ease-in-out}.enroll-button-updating:hover{background-color:#f50;box-shadow:0 6px 15px #0000004d;transform:scale(1.05)}@media (max-width:768px){.body-div h1{font-size:2.5rem}.body-div p{font-size:1rem;padding:0 15px}.enroll-button{font-size:1rem;padding:10px 20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.dialog-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.dialog-box{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.dialog-box h3{color:#333;margin-bottom:1.5rem}.dialog-buttons{display:flex;gap:1rem;justify-content:center}.dialog-no,.dialog-yes{border:none;border-radius:4px;cursor:pointer;font-weight:700;padding:.5rem 1.5rem}.dialog-yes{background-color:#4caf50;color:#fff}.dialog-no{background-color:#f44336;color:#fff}.dialog-yes:hover{background-color:#45a049}.dialog-no:hover{background-color:#da190b}.close-button{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;line-height:1;padding:0 5px;position:absolute;right:10px;top:10px;transition:color .3s ease}.close-button:hover{background-color:#eee;border-radius:50%;color:#333}.dialog-box{position:relative}.admin-login-container{align-items:center;background:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.admin-login-form{background:#fff;border-radius:8px;box-shadow:0 0 20px #0000001a;max-width:400px;padding:2rem;width:100%}.admin-dashboard{padding:2rem}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.dashboard-tabs{border-bottom:1px solid #ddd;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.tab{background:#89dff0;border:none;border-radius:4px;cursor:pointer;font-size:1rem;padding:8px 16px}.tab.active{background:#0c80de;color:#fff}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #ddd;padding:1rem;text-align:left}.gallery-manager{padding:2rem}.gallery-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:2rem}.gallery-item{position:relative}.gallery-item img{border-radius:4px;height:200px;object-fit:cover;width:100%}.delete-btn{background:red;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.25rem .5rem;position:absolute;right:.5rem;top:.5rem}.loading{font-size:1.2rem}.error,.loading{padding:2rem;text-align:center}.error{color:#d32f2f}.status{border-radius:4px;font-size:.9rem;padding:4px 8px}.status.pending{background:#fff3e0;color:#e65100}.status.approved{background:#e8f5e9;color:#2e7d32}.status.rejected{background:#ffebee;color:#c62828}.status.resolved{background:#e8f5e9;color:#2e7d32}.actions{gap:.5rem}.actions button{border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.actions button:disabled{cursor:not-allowed;opacity:.5}.approve-btn{background:#4caf50;color:#fff}.reject-btn{background:#f44336;color:#fff}.resolve-btn{background:#2196f3;color:#fff}.logout-button{background:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.modal-overlay{background:#0009;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content,.modal-overlay{align-items:center;display:flex}.modal-content{background:#fff;border-radius:8px;flex-direction:column;max-height:90%;max-width:90%;padding:20px;position:relative}.modal-image{border-radius:5px;max-height:80vh;max-width:100%}.close-btn{color:#333;cursor:pointer;font-size:24px;font-weight:700;position:absolute;right:15px;top:10px}.close-btn:hover{color:red}.view-image-icon{color:blue;cursor:pointer;font-size:18px}.view-image-icon:hover{color:#00008b}.doc-link{align-items:center;color:blue;display:flex;font-weight:700;gap:5px;text-decoration:none}.doc-link:hover{color:#00008b;text-decoration:underline}
/*# sourceMappingURL=main.f2b64894.css.map*/