.hero-section{border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.banner-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}#banner{object-fit:cover;object-position:center;width:100%;height:100%}.hero-content{z-index:2;color:var(--color-bg);text-align:left;width:100%;margin:0 auto;padding:2rem;position:relative}.cta-buttons{flex-direction:row;gap:1rem;display:flex}.why-choose-us-section{max-width:1200px;margin:3rem auto 0}.why-choose-us-section .title{text-align:center;margin-bottom:.5rem}.why-choose-us-section .text{text-align:center;margin-bottom:2.5rem}.reasons{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;display:flex}.reason{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:300px;align-items:flex-start;min-width:260px;max-width:350px;padding:2rem 1.5rem 1.5rem;transition:box-shadow .2s,border .2s;display:flex;box-shadow:0 2px 8px #00000008}.reason:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #00000014}.reason-icon{color:#222;stroke:#222;margin-bottom:1rem}.reason h3{margin-bottom:.5rem}.reason p{margin:0;font-weight:400}.our-courses-section{flex-direction:column;justify-content:center;align-items:stretch;gap:2rem;margin:3rem auto 4rem;display:flex}.our-courses-section .title{text-align:center;margin-bottom:.5rem}.our-courses-section .courses{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;display:flex}.course-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:300px;align-items:center;gap:.5rem;min-width:260px;max-width:350px;height:475px;padding:1.5rem;transition:box-shadow .2s,border .2s;display:flex;box-shadow:0 2px 8px #00000008}.course-card img{border-radius:8px;width:100%;height:auto;margin-bottom:1rem}.course-card h3{text-align:left;width:100%}.course-card:hover{border-color:#c7d2fe;box-shadow:0 4px 16px #00000014}.faqs-section{width:100%;max-width:800px;margin:3rem auto 0;padding:0 1rem 3rem}.faqs-section .title{text-align:center;margin-bottom:1.5rem}.faqs{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:box-shadow .2s,border .2s;overflow:hidden;box-shadow:0 2px 8px #00000008}.faq-item.open{border-color:#c7d2fe;box-shadow:0 4px 16px #00000014}.faq-question{cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600;transition:background .2s;display:flex}.faq-item.open .faq-question{background:#f3f6fd}.faq-chevron{color:#6b7280;transition:transform .2s}.faq-chevron.rotated{transform:rotate(-180deg)}.faq-answer-wrapper{padding:0 1.5rem 1.25rem}@media (max-width:767px){.hero-section{min-height:calc(90vh - 50px)}.hero-content{padding:1rem;font-size:.95rem}#banner{object-fit:cover;object-position:center;min-height:100%}.cta-buttons{flex-direction:column}.reasons{flex-direction:column;align-items:center}.reason{width:100%;max-width:95vw}.faqs-section{padding:0}.faq-question{padding:1rem}.faq-answer-wrapper{padding:0 1rem 1rem}}
