@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@400;600&family=Work+Sans:wght@400;500;600&display=swap");:root{--primary-red:#e85a4f;--primary-blue:#1e56a0;--primary-orange:#f9a825;--bg-light:#f8f9fa;--bg-hero:#f2faff;--bg-dark:#212529;--topbar-bg:#3e4347;--text-main:#212529;--text-muted:#6c757d;--white:#ffffff;--max-width:100%;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Open Sans,system-ui,-apple-system,sans-serif;color:var(--text-main);line-height:1.6;background-color:var(--white);overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;margin-bottom:1rem}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}.container{width:100%;padding:0 1rem}.flex-between{justify-content:space-between}.flex-between,.flex-center{display:flex;align-items:center}.flex-center{justify-content:center}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:4px;font-weight:600;cursor:pointer;border:none;transition:var(--transition)}.btn-primary{background-color:var(--primary-red);color:var(--white)}.btn-primary:hover{background-color:#d64a3f;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}section{padding:4rem 0}.about-us-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;color:var(--text-main)}.about-section h1{text-align:center;margin-bottom:3rem;color:var(--primary-red);font-size:2.5rem}.about-section h2{color:var(--primary-blue);margin-bottom:1.5rem;font-size:1.8rem;border-bottom:2px solid var(--primary-orange);padding-bottom:.5rem;display:inline-block}.content-block{margin-bottom:4rem;line-height:1.8}.content-block p{margin-bottom:1.5rem;font-size:1.1rem}.trainers-section{margin-bottom:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.trainer-card{background:white;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease}.trainer-card:hover{transform:translateY(-5px)}.trainer-card h3{color:var(--primary-red);margin-bottom:1rem;font-size:1.4rem}.testimonials-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:var(--bg-light);padding:2rem;border-radius:12px;border-left:4px solid var(--primary-orange)}.testimonial-text{font-style:italic;margin-bottom:1rem;line-height:1.6}.testimonial-author{font-weight:700;color:var(--primary-red);text-align:right}@media (max-width:768px){.about-us-container{padding:2rem 1rem}.about-section h1{font-size:2rem}}.contact-us{padding:4rem 0;background-color:var(--bg-light)}.contact-header{margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:var(--primary-red);margin-bottom:1rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-info-box{width:100%;max-width:800px;background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.contact-info-box h2{margin-bottom:2rem;color:var(--primary-blue);border-bottom:2px solid var(--primary-orange);padding-bottom:1rem}.info-item{display:flex;align-items:flex-start;margin-bottom:2rem}.info-item .icon{font-size:1.5rem;margin-right:1rem;background:var(--primary-orange);color:var(--white);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.info-item h3{font-size:1.1rem;margin-bottom:.2rem;color:var(--primary-blue)}.info-item p{color:var(--text-muted);font-size:.95rem}.contact-map-box{background:var(--white);padding:1rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);height:100%}.map-embed{border-radius:8px;overflow:hidden;height:100%;min-height:350px}.contact-form-box{width:100%;max-width:800px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-main)}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:1rem;transition:var(--transition)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(30,86,160,.1)}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.course-grid{background-color:var(--white)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem}.tech-item{display:flex;flex-direction:column;align-items:center;padding:2rem;border:1px solid #eee;border-radius:12px;transition:var(--transition);cursor:pointer}.tech-item:hover{background-color:var(--primary-red);border-color:var(--primary-red);color:var(--white);transform:scale(1.05)}.tech-icon{font-size:2.5rem;margin-bottom:1rem}.tech-item span{font-weight:700;font-size:1rem}.featured{background-color:var(--bg-light)}.featured .grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.badge{display:inline-block;background:var(--primary-orange);color:var(--white);padding:.3rem 1rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.featured-content h2{font-size:2.5rem;margin-bottom:1.5rem}.featured-list{margin-bottom:3rem}.featured-list li{margin-bottom:.8rem;font-weight:600;color:var(--text-main)}.certificate-placeholder{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.certificate-placeholder img{width:100%;height:auto;border:1px solid #eee}@media (max-width:992px){.featured .grid-2{grid-template-columns:1fr;gap:3rem}.featured-image{order:2}}.footer{background-color:var(--bg-dark);color:var(--white);padding:5rem 0 2rem}.grid-footer{display:grid;grid-template-columns:2fr 1fr 1.5fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.footer-about h3{color:var(--primary-red);font-size:1.5rem;margin-bottom:1rem}.footer-about small{display:block;font-size:.7rem;color:var(--white);letter-spacing:1px}.footer h4{margin-bottom:1.5rem;font-size:1.25rem;color:var(--white)}.footer-links ul li{margin-bottom:.8rem}.footer-links a:hover{color:var(--primary-red)}.footer-contact p{margin-bottom:1rem;font-size:.95rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:var(--text-muted)}@media (max-width:768px){.grid-footer{grid-template-columns:1fr;gap:2rem}}.hero{background-color:var(--bg-hero);padding:3rem 0;width:100%}.grid-2{display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:0;gap:0}.hero-content h1{font-size:3rem;line-height:1.1;font-weight:800;margin-bottom:2rem;color:#111}.highlight-red{color:var(--primary-red)}.hero-content p{font-size:1.3rem;color:#444;margin-bottom:3rem;max-width:100%}.hero-image img{width:100%;height:auto}@media (max-width:992px){.hero-content h1{font-size:2.5rem}.grid-2{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content p{margin:0 auto 2rem}}.hire-us-container{max-width:1000px;margin:0 auto;padding:4rem 2rem;color:var(--text-main)}.hire-section h1{color:var(--primary-red);font-size:2.5rem}.hire-section h1,.intro-block{text-align:center;margin-bottom:3rem}.intro-block{font-size:1.3rem;color:var(--primary-blue)}.candidates-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:4rem}.candidate-category{display:flex;align-items:center;background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:transform .2s}.candidate-category:hover{transform:translateX(10px)}.category-number{background:var(--primary-orange);color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;margin-right:1.5rem;flex-shrink:0}.category-details h3{color:var(--primary-red);margin:0;font-size:1.3rem}.category-details p{margin:.2rem 0 0;color:#666}.custom-training,.highlight-box{background:var(--bg-light);padding:2rem;border-radius:12px;text-align:center;margin-top:2rem;border-top:5px solid var(--primary-blue)}.custom-training h3,.highlight-box h3{color:var(--primary-red);margin-bottom:1rem}.custom-training p,.highlight-box p{font-size:1.1rem;line-height:1.6}@media (max-width:768px){.hire-us-container{padding:2rem 1rem}}.info-cards{padding:2rem 0;margin-top:-3rem;position:relative;z-index:10}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.card{padding:2.5rem;border-radius:12px;color:var(--white);transition:var(--transition)}.card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.card h3{font-size:1.5rem;margin-bottom:1rem}.card-red{background-color:var(--primary-red)}.card-blue{background-color:var(--primary-blue)}.card-orange{background-color:var(--primary-orange)}@media (max-width:768px){.grid-3{grid-template-columns:1fr}}.internship-section{padding:3rem 0;background-color:var(--bg-light)}.internship-header{margin-bottom:2.5rem}.internship-header h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.25;color:var(--primary-red);margin-bottom:1rem}.intro-text{max-width:900px;margin:.75rem auto 0;color:var(--text-muted);font-size:1.05rem;line-height:1.7}.apply-section,.content-section,.faq-section{background:var(--white);border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);padding:1.5rem;margin-bottom:1.5rem}.apply-section h2,.content-section h2,.faq-section h2{color:var(--primary-red);font-size:clamp(1.35rem,3vw,1.9rem);line-height:1.3;margin-bottom:1rem}.apply-section h3,.content-section h3,.faq-section h3{color:var(--text-main);font-size:clamp(1.05rem,2.2vw,1.2rem);line-height:1.35;margin-bottom:.75rem}.apply-section p,.content-section p,.faq-section p{color:var(--text-muted);line-height:1.7;margin-bottom:.8rem}.section-note{font-size:.95rem;color:var(--text-muted)}.internship-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.benefits-grid,.workflow-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.info-card{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);border-top:4px solid var(--primary-red)}.benefits-section .info-card,.workflow-section .info-card{height:100%}.check-list{list-style:none;margin:0;padding:0}.check-list li{margin-bottom:.65rem;padding-left:1.8rem;position:relative;color:var(--text-muted);line-height:1.6}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-red);font-weight:700}.note-box{background:#fff3cd;padding:1rem;border-radius:6px;margin-top:1.5rem;font-size:.9rem;color:#856404}.apply-section{text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-top:1.25rem}.step-card{background:var(--white);padding:1.25rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05);position:relative;transition:transform .3s ease}.step-card:hover{transform:translateY(-5px)}.step-number{width:44px;height:44px;background:var(--primary-red);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 1rem}.step-card p{color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.faq-item{text-align:left;border:1px solid #f4d0cc}@media (max-width:768px){.internship-section{padding:2rem 0}.apply-section,.content-section,.faq-section{padding:1.1rem}.benefits-grid,.internship-grid,.steps-grid,.workflow-grid{grid-template-columns:1fr}.step-card:hover{transform:none}}@media (max-width:480px){.internship-header h1{font-size:1.6rem}.intro-text{font-size:.98rem}.apply-section h2,.content-section h2,.faq-section h2{font-size:1.25rem}.faq-item{padding:.9rem}}.jfs-section{padding:3rem 0;background-color:var(--bg-light)}.jfs-header{margin-bottom:2rem}.jfs-header h1{font-size:clamp(1.8rem,4vw,2.6rem);color:var(--primary-red);margin-bottom:1rem;line-height:1.25}.jfs-header p{color:var(--text-muted);max-width:920px;margin:.75rem auto 0;line-height:1.7}.jfs-block{background:var(--white);border-top:4px solid var(--primary-red);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;box-shadow:0 5px 20px rgba(0,0,0,.05)}.jfs-block h2{color:var(--primary-red);font-size:clamp(1.35rem,3vw,1.9rem);margin-bottom:.9rem;line-height:1.3}.jfs-block h3{color:var(--text-main);font-size:clamp(1.05rem,2.2vw,1.2rem);margin-bottom:.7rem;line-height:1.35}.jfs-block p{color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.jfs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.jfs-card{background:#fff;border:1px solid #f1e0de;border-radius:10px;padding:1rem;height:100%}.full-content-card{margin-top:1rem}.jfs-list{padding:0;margin:0;list-style:none}.jfs-list li{padding:.35rem 0 .35rem 1.4rem;color:var(--text-muted);line-height:1.6;position:relative}.jfs-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-red);font-weight:700}.extended-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.35rem 1rem;gap:.35rem 1rem}.faq-list{display:grid;grid-gap:1rem;gap:1rem;margin-top:1rem}.faq-item{border:1px solid #f1e0de;border-radius:10px;padding:1rem;background:#fff}@media (max-width:900px){.jfs-section{padding:2rem 0}.jfs-grid{grid-template-columns:1fr}}@media (max-width:480px){.jfs-block{padding:1.1rem}.jfs-header h1{font-size:1.6rem}.extended-list{grid-template-columns:1fr}}.navbar{width:100%;background:var(--white);box-shadow:0 2px 10px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-top{background:var(--topbar-bg);padding:.6rem 0;font-size:.8rem;color:var(--white);font-family:Work Sans,sans-serif}.social-links a{margin-right:1.2rem;font-weight:500}.contact-info span{margin-left:1.5rem}.navbar-main{padding:.8rem 0}.logo{display:flex;align-items:center}.logo-img{height:50px;width:auto;display:block}.nav-links{display:flex;gap:2.5rem}.nav-links a{font-family:Work Sans,sans-serif;font-weight:500;font-size:1.1rem;color:#333}.nav-links a.active,.nav-links a:hover{color:var(--primary-red)}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:transparent;border:none;cursor:pointer;z-index:1002}.hamburger-line{display:block;width:24px;height:2px;background:#333;border-radius:1px;transition:transform .2s,opacity .2s}.nav-overlay{display:none}@media (max-width:992px){.hamburger{display:flex}.nav-links{position:fixed;top:0;right:0;width:min(280px,85vw);height:100vh;background:var(--white);box-shadow:-4px 0 20px rgba(0,0,0,.1);flex-direction:column;gap:0;padding:80px 1.5rem 1.5rem;margin:0;list-style:none;z-index:1001;transform:translateX(100%);transition:transform .25s ease-out;overflow-y:auto}.nav-links-open{transform:translateX(0)}.nav-links li{border-bottom:1px solid rgba(0,0,0,.06)}.nav-links a{display:block;padding:1rem 0;font-size:1rem}.nav-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000}}.not-found-container{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background-color:var(--bg-light)}.not-found-content h1{font-size:6rem;color:var(--primary-red);margin-bottom:0;line-height:1}.not-found-content h2{font-size:2rem;color:var(--text-main);margin-bottom:1.5rem}.not-found-content p{color:var(--text-muted);margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.privacy-policy{padding:4rem 0;background-color:var(--bg-light)}.privacy-header{margin-bottom:3rem}.privacy-header h1{font-size:2.5rem;color:var(--primary-red);margin-bottom:.5rem}.privacy-header .last-updated{color:var(--text-muted);font-size:.95rem}.policy-content{max-width:800px;margin:0 auto;background:var(--white);padding:2.5rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.05)}.policy-section{margin-bottom:2.5rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.35rem;color:var(--primary-blue);margin-bottom:1rem;border-bottom:2px solid var(--primary-orange);padding-bottom:.5rem}.policy-section h3{font-size:1.1rem;color:var(--text-main);margin:1.25rem 0 .5rem}.policy-section p,.policy-section ul{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:.75rem}.policy-section ul{padding-left:1.5rem;margin-bottom:1rem}.policy-section li{margin-bottom:.35rem}.policy-section a{color:var(--primary-blue);text-decoration:underline}.policy-section a:hover{color:var(--primary-red)}@media (max-width:768px){.privacy-header h1{font-size:1.85rem}.policy-content{padding:1.5rem}}.services{background-color:var(--bg-light)}.text-center{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2.5rem;margin-bottom:1rem}.grid-2-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.service-card{display:flex;align-items:flex-start;padding:2rem;background:var(--white);border-radius:12px;box-shadow:0 4px 15px rgba(0,0,0,.03);transition:var(--transition)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.08)}.service-icon{font-size:3rem;margin-right:1.5rem;background:var(--bg-light);width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.service-info h3{font-size:1.35rem;margin-bottom:.5rem;color:var(--text-main)}.service-info p{color:var(--text-muted)}@media (max-width:768px){.grid-2-2{grid-template-columns:1fr}}.testimonials{background-color:var(--white)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.review-card{background:var(--bg-light);padding:3rem 2rem;border-radius:12px;position:relative;text-align:center;transition:var(--transition)}.review-card:hover{background:var(--white);box-shadow:0 15px 40px rgba(0,0,0,.08);transform:translateY(-5px)}.quote-icon{font-size:4rem;color:var(--primary-red);opacity:.2;position:absolute;top:1rem;left:2rem;font-family:serif}.review-text{font-style:italic;font-size:1.1rem;margin-bottom:2rem;color:var(--text-main);position:relative;z-index:1}.reviewer-info h4{margin-bottom:.2rem;color:var(--primary-red)}.reviewer-info span{font-size:.85rem;color:var(--text-muted);font-weight:600}@media (max-width:992px){.testimonial-grid{grid-template-columns:1fr}}