@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap);body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#1e3a5f,#2d5a87);box-shadow:0 4px 12px #00000026;color:#fff;padding:35px 20px;text-align:center}.app-title{font-size:1.5rem;font-weight:700;margin-bottom:8px}.app-subtitle{font-size:.95rem;opacity:.9}.progress-bar{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:0;justify-content:center;padding:25px 20px}.progress-step{border-radius:30px;gap:10px;padding:10px 20px;transition:all .3s ease}.progress-step.active{background:#e0f2fe}.progress-step.completed{opacity:.7}.progress-step .step-number{align-items:center;background:#e5e7eb;border-radius:50%;color:#6b7280;display:flex;font-size:.9rem;font-weight:600;height:32px;justify-content:center;width:32px}.progress-step.active .step-number{background:#1e3a5f;color:#fff}.progress-step.completed .step-number{background:#10b981;color:#fff}.progress-step .step-label{color:#6b7280;font-size:.9rem;font-weight:500}.progress-step.active .step-label{color:#1e3a5f}.progress-line{background:#e5e7eb;height:2px;margin:0 5px;width:60px}.app-main{flex:1 1;padding:30px 20px;width:100%}.btn-back{align-items:center;background:#fff;border:2px solid #1e3a5f;border-radius:10px;color:#1e3a5f;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;transition:all .3s ease}.btn-back:hover{background:#1e3a5f;color:#fff}.btn{border-radius:8px;font-size:.95rem;gap:8px;padding:12px 24px}.btn-primary{background:linear-gradient(135deg,#1e3a5f,#2d5a87)}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #1e3a5f4d}.btn-primary:disabled{opacity:.7}.btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#1e3a5f}.btn-secondary:hover{background:#f8fafc;border-color:#1e3a5f}.btn-large{padding:16px 32px}.template-selection{margin:0 auto;max-width:1000px}.template-section{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:40px}.template-section h2{color:#1e3a5f;font-size:1.8rem;margin-bottom:8px;text-align:center}.section-subtitle{color:#6b7280;margin-bottom:30px;text-align:center}.templates-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:30px}.template-card{background:#f8fafc;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:24px;position:relative;transition:all .3s ease}.template-card:hover{border-color:#1e3a5f;box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.template-card.selected{background:#e0f2fe;border-color:#1e3a5f}.template-preview{margin-bottom:16px}.color-preview{display:flex;gap:8px;justify-content:center}.color-swatch{border-radius:8px;box-shadow:0 2px 6px #00000026;height:50px;width:50px}.template-info h3{color:#1e3a5f;font-size:1.2rem;margin-bottom:8px;text-align:center}.template-info p{color:#6b7280;font-size:.9rem;line-height:1.5;text-align:center}.selected-badge{background:#10b981;border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:4px 12px;position:absolute;right:12px;top:12px}.template-card.loading{opacity:.8;pointer-events:none}.loading-overlay{align-items:center;background:#ffffffe6;border-radius:12px;bottom:0;color:#1e3a5f;display:flex;flex-direction:column;font-weight:500;gap:10px;justify-content:center;left:0;position:absolute;right:0;top:0}.more-templates-note{color:#6b7280;font-size:.9rem;margin-top:20px;text-align:center}.more-templates-note code{background:#f3f4f6;border-radius:4px;font-size:.85rem;padding:2px 8px}.generate-section{border-top:1px solid #e5e7eb;padding-top:20px;text-align:center}.error-text{color:#ef4444;font-size:.9rem;margin-top:12px}.preview-section{margin:0 auto;max-width:100%}.preview-toolbar{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:20px;padding:16px 24px}.preview-actions{display:flex;gap:12px}.preview-frame{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.preview-iframe{background:#fff;border:none;display:block;height:calc(100vh - 250px);min-height:700px;width:100%}.modal-overlay{padding:20px}.modal-content{box-shadow:0 20px 50px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;padding:32px}.modal-header{margin-bottom:8px}.modal-header h2{color:#1e3a5f;font-size:1.6rem;margin:0}.modal-close{background:none;color:#9ca3af;font-size:2rem;padding:0;transition:color .2s ease}.modal-close:hover{color:#1e3a5f}.modal-subtitle{color:#6b7280;margin-bottom:24px}.modal-content .templates-grid{margin-bottom:0}.modal-content .template-card{padding:20px}.modal-content .color-swatch{height:40px;width:40px}@media (max-width:768px){.app-title{font-size:1.35rem}.app-subtitle{font-size:.875rem}.app-header{padding:25px 15px}.progress-bar{flex-wrap:wrap;gap:10px}.progress-line{display:none}.progress-step{padding:8px 12px}.progress-step .step-label{display:none}.template-section{padding:24px 16px}.templates-grid{grid-template-columns:1fr}.preview-toolbar{flex-direction:column;gap:16px}.preview-actions{flex-direction:column;width:100%}.preview-actions .btn{justify-content:center;width:100%}}.website-scraper{margin:0 auto;max-width:800px;padding:2rem}.scraper-header{margin-bottom:2.5rem;text-align:center}.scraper-title{color:#1a1a2e;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.scraper-subtitle{color:#666;font-size:.9rem}.progress-steps{justify-content:center;margin-bottom:3rem;padding:0 1rem}.progress-step,.progress-steps{align-items:center;display:flex}.progress-step{flex-direction:column;gap:.5rem}.step-circle{align-items:center;background:#e0e0e0;border-radius:50%;color:#999;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.progress-step.active .step-circle{background:linear-gradient(135deg,#1e40af,#2563eb);box-shadow:0 4px 15px #2563eb59;color:#fff}.progress-step.completed .step-circle{background:#10b981;color:#fff}.step-label{color:#666;font-size:.85rem;font-weight:500}.progress-step.active .step-label{color:#1d4ed8;font-weight:600}.progress-step.completed .step-label{color:#10b981}.progress-line{background:#e0e0e0;flex:1 1;height:3px;margin:0 1rem 1.5rem;max-width:100px}.scraper-section{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 2px 12px #00000014;margin-bottom:1.5rem;padding:2rem;transition:all .3s ease}.scraper-section.active{border-color:#2563eb}.scraper-section.disabled{opacity:.6;pointer-events:none}.section-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.section-number{align-items:center;background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:600;height:32px;justify-content:center;width:32px}.website-scraper .scraper-section h3.section-title{color:#64748b;font-size:.9rem;font-weight:500;margin:0}.section-description{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.input-group{display:flex;gap:1rem;margin-bottom:1rem}.url-input{border:2px solid #e0e0e0;border-radius:12px;flex:1 1;font-size:1rem;outline:none;padding:1rem 1.25rem;transition:border-color .3s ease}.url-input:focus{border-color:#2563eb}.url-input:disabled{background:#f5f5f5}.content-textarea{border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:1rem;line-height:1.6;margin-bottom:1rem;outline:none;padding:1rem 1.25rem;resize:vertical;transition:border-color .3s ease;width:100%}.content-textarea:focus{border-color:#2563eb}.content-textarea:disabled{background:#f5f5f5}.btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #2563eb59;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#f0f0f0;color:#666}.btn-secondary:hover{background:#e0e0e0}.btn-large{font-size:1.1rem;padding:1rem 2rem}.btn-link{background:none;color:#1d4ed8;padding:.5rem;text-decoration:underline}.btn-link:hover{color:#1e40af}.btn-scrape{white-space:nowrap}.spinner{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem}.message.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.message.success{background:#ecfdf5;border:1px solid #a7f3d0;color:#059669}.section-actions{display:flex;flex-wrap:wrap;gap:1rem}.scraped-preview{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.preview-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.stat-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;flex:1 1;min-width:80px;padding:1rem 1.5rem;text-align:center}.stat-number{color:#1d4ed8;display:block;font-size:1.5rem;font-weight:700}.stat-label{color:#666;font-size:.8rem}.content-ready-preview{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.preview-block{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;margin-bottom:1rem;padding:1.25rem}.preview-block h4{border-bottom:2px solid #f0f0f0;color:#1a1a2e;font-size:1.1rem;margin:0 0 1rem;padding-bottom:.75rem}.preview-item{border-bottom:1px solid #f0f0f0;color:#444;font-size:.95rem;padding:.5rem 0}.preview-item:last-child{border-bottom:none}.preview-item strong{color:#1a1a2e;margin-right:.5rem}.images-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.image-item{aspect-ratio:1;background:#f5f5f5;border-radius:8px;overflow:hidden;position:relative}.image-item img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-item:hover img{transform:scale(1.05)}.image-alt{background:#000000b3;bottom:0;color:#fff;font-size:.7rem;left:0;opacity:0;overflow:hidden;padding:.25rem .5rem;position:absolute;right:0;text-overflow:ellipsis;transition:opacity .3s ease;white-space:nowrap}.image-item:hover .image-alt{opacity:1}.links-list{display:flex;flex-direction:column;gap:.5rem}.link-item{word-wrap:break-word;background:#f8f9fa;border-left:3px solid #2563eb;border-radius:8px;padding:.75rem}.link-item a{color:#1d4ed8;display:block;font-weight:500;margin-bottom:.25rem;text-decoration:none}.link-item a:hover{text-decoration:underline}.link-url{color:#999;font-size:.75rem;word-break:break-all}.services-list{grid-gap:.75rem;display:grid;gap:.75rem}.service-item{background:#f8f9fa;border-radius:8px;padding:.75rem}.service-item strong{color:#1a1a2e;display:block;margin-bottom:.25rem}.service-item p{color:#666;font-size:.9rem;margin:0}.more-items{color:#999;font-size:.9rem;font-style:italic;margin-top:.75rem;text-align:center}.skip-section{border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:2rem;text-align:center}.skip-section p{color:#999;margin-bottom:.5rem}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:85vh;max-width:800px;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;background:linear-gradient(135deg,#1e3a8a,#1e40af);border-bottom:2px solid #f0f0f0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.modal-header h3{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.modal-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;transition:all .2s ease;width:36px}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.modal-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem}.modal-section:last-child{margin-bottom:0}.modal-section h4{border-bottom:2px solid #e0e0e0;color:#1a1a2e;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.modal-item{border-bottom:1px solid #e8e8e8;color:#444;font-size:.9rem;padding:.5rem 0}.modal-item:last-child{border-bottom:none}.modal-item strong{color:#1a1a2e;display:inline-block;margin-right:.5rem;min-width:100px}.modal-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.modal-list-item{background:#fff;border-left:3px solid #2563eb;border-radius:8px;color:#444;font-size:.9rem;padding:.75rem}.heading-tag{background:#1d4ed8;border-radius:4px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;margin-right:.75rem;padding:.15rem .5rem;text-transform:uppercase}.paragraphs-list{max-height:400px}.paragraph-item{border-left-color:#10b981;line-height:1.5}.modal-images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));max-height:400px;overflow-y:auto;padding:.5rem}.modal-image-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.modal-image-item:hover{box-shadow:0 4px 15px #00000026;transform:translateY(-2px)}.modal-image-item img{display:block;height:100px;object-fit:cover;width:100%}.modal-image-info{display:flex;flex-direction:column;gap:.25rem;padding:.5rem}.modal-image-alt{color:#666;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-image-size{color:#999;font-size:.7rem}.links-modal-list{max-height:300px}.modal-link-item{background:#fff;border-left:3px solid #f59e0b;border-radius:8px;padding:.75rem}.modal-link-item a{color:#1d4ed8;display:block;font-weight:500;margin-bottom:.25rem;text-decoration:none}.modal-link-item a:hover{text-decoration:underline}.modal-link-url{color:#999;display:block;font-size:.75rem;word-break:break-all}.modal-text-content{word-wrap:break-word;background:#fff;border-radius:8px;color:#555;font-size:.85rem;line-height:1.7;max-height:300px;overflow-y:auto;padding:1rem;white-space:pre-wrap}.modal-logo-item{align-items:center;display:flex;gap:1rem}.modal-logo-preview{max-height:40px;max-width:150px;object-fit:contain}.modal-hero-preview{border-radius:8px;margin-top:.5rem;max-height:150px;max-width:100%;object-fit:cover}.modal-nav-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.modal-nav-item{background:#fff;border-left:3px solid #2563eb;border-radius:8px;padding:.75rem}.nav-item-main{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.nav-type-badge{border-radius:4px;font-size:.65rem;font-weight:600;padding:.2rem .5rem;text-transform:uppercase}.nav-type-badge.internal{background:#dbeafe;color:#1d4ed8}.nav-type-badge.anchor{background:#fef3c7;color:#b45309}.nav-type-badge.external{background:#dcfce7;color:#166534}.nav-type-badge.social{background:#f0fdf4;color:#166534}.nav-type-badge.email{background:#e0e7ff;color:#4338ca}.nav-type-badge.phone{background:#ccfbf1;color:#0d9488}.nav-type-badge.legal{background:#eff6ff;color:#1e40af}.nav-submenu{border-left:2px dashed #e0e0e0;margin-top:.5rem;padding-left:1rem}.nav-submenu-item{align-items:center;display:flex;font-size:.85rem;gap:.5rem;padding:.25rem 0}.submenu-arrow{color:#999}.modal-cta-list{display:flex;flex-direction:column;gap:.5rem}.modal-cta-item{align-items:center;background:#fff;border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;padding:.5rem}.cta-badge{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:6px;color:#fff;font-size:.85rem;font-weight:600;padding:.35rem .75rem}.modal-social-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.social-badge{border-radius:6px;font-size:.8rem;font-weight:600;padding:.4rem .75rem;text-decoration:none;text-transform:capitalize;transition:transform .2s ease,box-shadow .2s ease}.social-badge:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.social-badge.facebook{background:#1877f2;color:#fff}.social-badge.twitter{background:#1da1f2;color:#fff}.social-badge.instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-badge.linkedin{background:#0a66c2;color:#fff}.social-badge.youtube{background:red;color:#fff}.social-badge.tiktok{background:#000;color:#fff}.social-badge.pinterest{background:#e60023;color:#fff}.social-badge.github{background:#24292e;color:#fff}.modal-footer-contact{margin-bottom:1rem}.modal-footer-columns{margin:1rem 0}.footer-columns-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:.75rem}.footer-column-item{background:#fff;border-radius:8px;padding:1rem}.footer-column-item h5{border-bottom:2px solid #f0f0f0;color:#1a1a2e;font-size:.95rem;margin:0 0 .75rem;padding-bottom:.5rem}.footer-column-item ul{list-style:none;margin:0;padding:0}.footer-column-item li{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;padding:.35rem 0}.footer-column-item li a{color:#1d4ed8;font-size:.85rem;text-decoration:none}.footer-column-item li a:hover{text-decoration:underline}.link-type-badge{border-radius:3px;font-size:.6rem;font-weight:600;padding:.15rem .4rem;text-transform:uppercase}.link-type-badge.internal{background:#dbeafe;color:#1d4ed8}.link-type-badge.anchor{background:#fef3c7;color:#b45309}.link-type-badge.external{background:#dcfce7;color:#166534}.modal-footer-legal,.modal-footer-social{margin-top:1rem}.legal-links-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.legal-link{background:#eff6ff;border-radius:6px;color:#1d4ed8;font-size:.8rem;padding:.35rem .75rem;text-decoration:none}.legal-link:hover{background:#dbeafe}.modal-sections-list{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto}.modal-page-section{background:#fff;border-left:3px solid #10b981;border-radius:8px;margin-bottom:1rem;padding:1rem}.modal-page-section.expanded{padding:1.25rem}.section-header-info{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}.section-id{background:#f3f4f6;border-radius:4px;color:#999;font-family:monospace;font-size:.7rem;padding:.2rem .4rem}.section-heading{color:#1a1a2e;font-size:1.1rem;font-weight:600}.section-class{background:#f9fafb;border-radius:4px;color:#6b7280;font-family:monospace;font-size:.75rem;padding:.2rem .4rem}.section-preview{color:#666;font-size:.85rem;line-height:1.4;margin:.5rem 0 0}.section-note{background:#f0f9ff;border-left:3px solid #3b82f6;border-radius:4px;color:#6b7280;font-size:.85rem;font-style:italic;margin-bottom:1rem;padding:.5rem}.section-content-group{background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:1.5rem;padding:.75rem}.section-content-group strong{color:#374151;display:block;font-size:.9rem;margin-bottom:.5rem}.section-subheadings{display:flex;flex-direction:column;gap:.5rem}.section-subheading-item{align-items:center;background:#fff;border-radius:4px;display:flex;font-size:.9rem;gap:.5rem;padding:.4rem}.section-paragraphs{display:flex;flex-direction:column;gap:.75rem}.section-paragraph-item{background:#fff;border-radius:4px;color:#374151;font-size:.9rem;line-height:1.6;padding:.75rem}.section-images-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:.5rem}.section-image-item{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.section-image-item img{display:block;height:auto;width:100%}.section-image-info{display:flex;flex-direction:column;font-size:.75rem;gap:.25rem;padding:.5rem}.section-image-alt{color:#6b7280;font-style:italic}.section-links{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.section-link-item{align-items:center;background:#fff;border-radius:4px;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem}.section-link-item a{color:#3b82f6;flex:1 1;text-decoration:none}.section-link-item a:hover{text-decoration:underline}.section-lists{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.section-list-item{background:#fff;border-radius:4px;padding:.75rem}.section-list-item ul{margin:.5rem 0 0 1.5rem;padding:0}.section-list-item li{line-height:1.5;margin-bottom:.25rem}.section-tables{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem;overflow-x:auto}.section-table-item{background:#fff;border-radius:4px;overflow-x:auto;padding:.75rem}.section-table-item table{border-collapse:collapse;font-size:.85rem;width:100%}.section-table-item td,.section-table-item th{border:1px solid #e5e7eb;padding:.5rem;text-align:left}.section-table-item th{background:#f3f4f6;font-weight:600}.modal-links-categorized{display:flex;flex-direction:column;gap:1rem}.links-category{background:#fff;border-radius:8px;padding:1rem}.category-title{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin:0 0 .75rem}.category-title .count{color:#999;font-size:.8rem;font-weight:400}.category-links{display:flex;flex-direction:column;gap:.35rem}.modal-link-item.internal{border-left-color:#3b82f6}.modal-link-item.anchor{border-left-color:#f59e0b}.modal-link-item.external{border-left-color:#10b981}.modal-link-item.email{border-left-color:#6366f1}.modal-link-item.phone{border-left-color:#14b8a6}.more-links{color:#999;font-size:.85rem;font-style:italic;margin:.5rem 0 0}.image-type-badge{border-radius:3px;font-size:.6rem;font-weight:600;margin-bottom:.25rem;padding:.15rem .4rem;text-transform:uppercase}.image-type-badge.logo{background:#fef3c7;color:#b45309}.image-type-badge.icon{background:#e0e7ff;color:#4338ca}.image-type-badge.image{background:#dcfce7;color:#166534}.modal-image-item.logo{border:2px solid #f59e0b}.modal-image-item.icon{border:2px solid #6366f1}.ai-badge{animation:aiPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#10b981,#059669);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;margin-left:auto;padding:.35rem .75rem}@keyframes aiPulse{0%,to{box-shadow:0 0 0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.ai-insights-block{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981}.ai-insights-block h4{border-bottom-color:#a7f3d0;color:#059669}.ai-insights-grid{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.insight-item{display:flex;flex-direction:column;gap:.25rem}.insight-label{color:#059669;font-size:.75rem;font-weight:600;text-transform:uppercase}.insight-value{color:#1a1a2e;font-size:1rem;font-weight:600}.ai-suggestions{background:#fff;border-radius:8px;margin-top:.75rem;padding:1rem}.ai-suggestions strong{color:#059669;display:block;margin-bottom:.5rem}.ai-suggestions ul{margin:0;padding-left:1.25rem}.ai-suggestions li{color:#444;font-size:.9rem;line-height:1.5;margin-bottom:.35rem}.nav-preview-list{display:flex;flex-wrap:wrap;gap:.5rem}.nav-preview-item{align-items:center;border-radius:6px;display:inline-flex;font-size:.85rem;font-weight:500;gap:.35rem;padding:.4rem .75rem}.nav-preview-item.anchor{background:#fef3c7;color:#b45309}.nav-preview-item.external{background:#dcfce7;color:#166534}.nav-preview-item.internal{background:#dbeafe;color:#1d4ed8}.nav-type{font-size:.7rem;opacity:.7}.social-preview{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.social-badges-inline{display:flex;flex-wrap:wrap;gap:.35rem}.social-badge-small{border-radius:4px;font-size:.7rem;font-weight:600;padding:.25rem .5rem;text-transform:capitalize}.social-badge-small.facebook{background:#1877f2;color:#fff}.social-badge-small.twitter{background:#1da1f2;color:#fff}.social-badge-small.instagram{background:linear-gradient(45deg,#f09433,#dc2743);color:#fff}.social-badge-small.linkedin{background:#0a66c2;color:#fff}.social-badge-small.youtube{background:red;color:#fff}.social-badge-small.github{background:#24292e;color:#fff}.social-badge-small.tiktok{background:#000;color:#fff}.links-summary{display:flex;flex-wrap:wrap;gap:1rem}.link-stat{background:#fff;border-radius:8px;box-shadow:0 2px 6px #0000000d;min-width:70px;padding:.75rem 1rem;text-align:center}.link-count{color:#1d4ed8;display:block;font-size:1.25rem;font-weight:700}.link-type{color:#666;font-size:.75rem}.preview-item .cta-badge{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:4px;color:#fff;font-size:.85rem;font-weight:500;padding:.25rem .6rem}.structure-note{color:#666;font-size:.85rem;font-style:italic;margin-bottom:1rem}.data-summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.summary-item{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000d;padding:1rem;text-align:center}.summary-icon{display:block;font-size:1.5rem;margin-bottom:.5rem}.summary-value{color:#1d4ed8;display:block;font-size:1.25rem;font-weight:700;margin-bottom:.25rem;word-break:break-word}.summary-label{color:#666;font-size:.75rem;text-transform:uppercase}.dynamic-content-preview{background:#fff;border-radius:10px;max-height:400px;overflow-y:auto;padding:1rem}.dynamic-sections{display:flex;flex-direction:column;gap:1rem}.dynamic-section{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.dynamic-section-title{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;font-size:.9rem;font-weight:600;margin:0;padding:.5rem 1rem}.dynamic-section-content{font-size:.85rem;padding:.75rem 1rem}.no-ai-content{padding:2rem;text-align:center}.no-ai-content,.null-value{color:#999;font-style:italic}.string-value{color:#1a1a2e}.url-value{color:#1d4ed8;text-decoration:none;word-break:break-all}.url-value:hover{text-decoration:underline}.primitive-value{color:#059669;font-weight:500}.empty-array,.empty-object{color:#999;font-size:.8rem;font-style:italic}.array-list{list-style:none;margin:.5rem 0;padding:0}.array-item{background:#f8f9fa;border-left:3px solid #2563eb;border-radius:6px;margin-bottom:.35rem;padding:.5rem}.object-content{display:flex;flex-direction:column;gap:.35rem}.object-content.nested{border-left:2px solid #e0e0e0;margin:.35rem 0;padding-left:.75rem}.object-property{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem}.property-key{color:#666;font-size:.8rem;font-weight:600;min-width:80px}.property-value{flex:1 1;word-break:break-word}.ai-suggestions.warning{background:#fef3c7;border:1px solid #f59e0b}.ai-suggestions.warning strong{color:#b45309}.btn-small{font-size:.85rem;padding:.5rem 1rem}@media (max-width:640px){.website-scraper{padding:1rem}.scraper-title{font-size:1.5rem}.input-group{flex-direction:column}.progress-steps{flex-wrap:wrap;gap:1rem}.progress-line{display:none}.section-actions{flex-direction:column}.btn{justify-content:center;width:100%}.modal-content{margin:.5rem;max-height:90vh}.modal-body,.modal-header{padding:1rem}.modal-images-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}:root{--primary:#ff6b35;--primary-dark:#e55a2b;--accent:#fbbf24}.template6 *{box-sizing:border-box;margin:0;padding:0}.template6{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;color:var(--text-dark);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;min-height:100vh;overflow-x:hidden;position:relative}.template6 .container{max-width:1200px;padding:0 20px}.template6 a{color:inherit;text-decoration:none}.template6 ul{list-style:none}.template6 img{height:auto;max-width:100%}.template6 .top-bar{background:#2d3748;color:#fff;color:var(--white);padding:12px 0}.template6 .top-bar .container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}@media (max-width:768px){.template6 .top-bar{padding:10px 0}.template6 .top-bar .container{align-items:flex-start;flex-direction:column;gap:8px}.template6 .top-bar-item{font-size:.85rem;gap:8px;width:100%}.template6 .top-bar-icon{flex-shrink:0;font-size:.9rem;height:30px;width:30px}.template6 .top-bar-label{display:inline-block;margin-right:5px}.template6 .top-bar-value{word-break:break-word}}@media (max-width:480px){.template6 .top-bar{padding:8px 0}.template6 .top-bar .container{gap:6px}.template6 .top-bar-item{font-size:.75rem;gap:6px}.template6 .top-bar-icon{font-size:.8rem;height:28px;width:28px}.template6 .top-bar-label{display:block;font-size:.7rem;margin-bottom:2px}.template6 .top-bar-value{font-size:.75rem;line-height:1.4}}.template6 .top-bar-item{align-items:center;display:flex;font-size:.9rem;gap:10px}.template6 .top-bar-icon{align-items:center;background:#ff6b35;background:var(--primary);border-radius:50%;display:flex;flex-shrink:0;font-size:1.1rem;height:36px;justify-content:center;width:36px}.template6 .top-bar-label{color:#ff6b35;color:var(--primary);font-weight:700;margin-right:5px}.template6 .top-bar-value{color:#e2e8f0;color:var(--gray)}.template6 .header{background:#fff;background:var(--white);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray);box-shadow:0 2px 10px #0000000d;left:0;padding:15px 0;position:sticky;position:-webkit-sticky;right:0;top:0;transition:all .3s ease;transition:var(--transition);width:100%;will-change:transform;z-index:1000}.template6 .header .container{align-items:center;display:flex;justify-content:space-between}.template6 .mobile-menu-toggle{background:#0000;border:2px solid #ff6b35;border:2px solid var(--primary);border-radius:12px;border-radius:var(--radius);color:#ff6b35;color:var(--primary);cursor:pointer;display:none;flex-shrink:0;font-size:1.5rem;height:45px;transition:all .3s ease;transition:var(--transition);width:45px}.template6 .mobile-menu-toggle:hover{background:#ff6b35;background:var(--primary);color:#fff;color:var(--white)}.template6 .brand{align-items:center;display:flex;gap:12px}.template6 .logo-icon{align-items:center;background:#ff6b35;background:var(--primary);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.template6 .brand-name{color:#1e293b;color:var(--text-dark);font-weight:800;letter-spacing:-.5px}.template6 .main-nav{align-items:center;display:flex;gap:30px;transition:all .3s ease;transition:var(--transition)}.template6 .nav-list{align-items:center;display:flex;gap:5px}.template6 .nav-item{position:relative}.template6 .nav-item>a{border-radius:12px;border-radius:var(--radius);color:#3b82f6;color:var(--secondary);display:block;font-size:.95rem;font-weight:600;padding:10px 18px;position:relative;transition:all .3s ease;transition:var(--transition);white-space:nowrap}.template6 .nav-item>a.active,.template6 .nav-item>a:hover{color:#ff6b35;color:var(--primary)}.template6 .nav-item>a.active:after{background:#ff6b35;background:var(--primary);border-radius:2px;bottom:0;content:"";height:3px;left:18px;position:absolute;right:18px}.template6 .nav-item.has-dropdown>a:after{content:"▾";font-size:.7rem;margin-left:5px}.template6 .nav-dropdown{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);left:0;margin-top:5px;min-width:200px;opacity:0;padding:10px;position:absolute;top:100%;transform:translateY(10px);transition:all .3s ease;transition:var(--transition);visibility:hidden}.template6 .nav-item:hover .nav-dropdown{opacity:1;transform:translateY(0);visibility:visible}.template6 .nav-dropdown a{border-radius:8px;color:#1e293b;color:var(--text-dark);display:block;padding:10px 15px;transition:all .3s ease;transition:var(--transition)}.template6 .nav-dropdown a:hover{background:#ff6b35;background:var(--primary);color:#fff;color:var(--white)}.template6 .social-icons{display:flex;gap:10px}.template6 .social-icon{align-items:center;background:#fff;background:var(--white);border:2px solid #ff6b35;border:2px solid var(--primary);border-radius:50%;color:#3b82f6;color:var(--secondary);cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:40px}.template6 .social-icon:hover{background:#ff6b35;background:var(--primary);color:#fff;color:var(--white);transform:translateY(-3px)}.template6 .hero-section{background:#fff;background:var(--white);min-height:90vh;overflow:hidden;padding:40px 0 80px;position:relative}.template6 .hero-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:2}.template6 .hero-content{z-index:3}.template6 .hero-headline{color:#1e293b;color:var(--text-dark);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:25px}.template6 .hero-headline .highlight{color:#ff6b35;color:var(--primary)}.template6 .hero-description{color:#64748b;color:var(--text-light);font-size:1.15rem;line-height:1.8;margin-bottom:35px;max-width:550px}.template6 .hero-image-area{height:600px;position:relative}.template6 .hero-image-wrapper{height:100%;position:relative;width:100%}.template6 .hero-circle-image{border:4px solid #fff;border:4px solid var(--white);border-radius:50%;box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);overflow:hidden;position:absolute;z-index:2}.template6 .hero-circle-image img{height:100%;object-fit:cover;width:100%}.template6 .circle-large{border-color:#1e293b;height:350px;left:50%;top:50%;transform:translate(-50%,-50%);width:350px}.template6 .circle-medium{border-color:#fff;border-color:var(--white);bottom:10%;height:200px;left:10%;width:200px}.template6 .circle-small{border-color:#fff;border-color:var(--white);bottom:20%;height:180px;right:10%;width:180px}.template6 .interactive-bubble{border-radius:50%;pointer-events:none;position:absolute;transition:transform .1s ease-out;z-index:1}.template6 .bubble-orange{background:#ff6b35;background:var(--primary);opacity:.8}.template6 .bubble-yellow{background:#fbbf24;background:var(--accent);opacity:.8}.template6 .bubble-large{height:200px;width:200px}.template6 .bubble-medium{height:120px;width:120px}.template6 .bubble-small{height:80px;width:80px}.template6 .welcome-section{background:#fff;overflow:hidden;padding:100px 0;position:relative}.template6 .welcome-section:after,.template6 .welcome-section:before{border-radius:50%;content:"";opacity:.1;pointer-events:none;position:absolute}.template6 .welcome-section:before{background:none;height:400px;right:-100px;top:-100px;width:400px}.template6 .welcome-section:after{background:none;bottom:-50px;height:300px;left:-50px;width:300px}.template6 .section-header{margin-bottom:60px;position:relative;text-align:center;z-index:2}.template6 .section-title{color:#1e293b;color:var(--text-dark);font-size:3rem;font-weight:800;margin-bottom:15px}.template6 .section-title .highlight{color:#ff6b35;color:var(--primary)}.template6 .section-description{color:#64748b;color:var(--text-light);font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:700px}.template6 .feature-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);position:relative;z-index:2}.template6 .feature-card{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);padding:40px 30px;text-align:center;transition:all .3s ease;transition:var(--transition)}.template6 .feature-card:hover{box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-10px)}.template6 .feature-icon{align-items:center;background:#fbbf24;background:var(--accent);border-radius:50%;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.template6 .feature-image{border-radius:12px;border-radius:var(--radius);height:200px;margin-bottom:20px;object-fit:cover;width:100%}.template6 .feature-card h3{color:#1e293b;color:var(--text-dark);font-size:1.4rem;font-weight:700;margin-bottom:15px}.template6 .feature-card p{color:#64748b;color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:20px}.template6 .feature-card .btn{background:#0000;border:2px solid #ff6b35;border:2px solid var(--primary);border-radius:50px;color:#ff6b35;color:var(--primary);cursor:pointer;font-size:.95rem;font-weight:700;padding:12px 28px;transition:all .3s ease;transition:var(--transition)}.template6 .feature-card .btn:hover{background:#ff6b35;background:var(--primary);color:#fff;color:var(--white);transform:translateY(-2px)}.template6 .teachers-section{background:#fff;background:var(--white);padding:100px 0}.template6 .teachers-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.template6 .teacher-card{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);overflow:hidden;position:relative;transition:all .3s ease;transition:var(--transition)}.template6 .teacher-card:hover{box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-10px)}.template6 .teacher-image-wrapper{overflow:hidden;padding-top:100%;position:relative;width:100%}.template6 .teacher-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.template6 .teacher-share{align-items:center;background:#ff6b35;background:var(--primary);border-radius:50%;bottom:15px;color:#fff;color:var(--white);cursor:pointer;display:flex;font-size:1rem;height:40px;justify-content:center;position:absolute;right:15px;transition:all .3s ease;transition:var(--transition);width:40px;z-index:2}.template6 .teacher-share:hover{transform:scale(1.1)}.template6 .teacher-info{padding:25px;text-align:center}.template6 .teacher-name{color:#1e293b;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:8px}.template6 .teacher-role{color:#3b82f6;color:var(--secondary);font-size:.95rem;font-weight:600}.template6 .classes-section{background:#f8fafc;background:var(--gray-light);padding:100px 0}.template6 .classes-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.template6 .class-card{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);overflow:hidden;transition:all .3s ease;transition:var(--transition)}.template6 .class-card:hover{box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-10px)}.template6 .class-image{height:250px;object-fit:cover;width:100%}.template6 .class-content{padding:25px}.template6 .class-schedule{color:#64748b;color:var(--text-light);display:flex;font-size:.9rem;gap:15px;margin-bottom:15px}.template6 .class-schedule-item{align-items:center;display:flex;gap:5px}.template6 .class-schedule-icon{color:#ff6b35;color:var(--primary);font-size:1rem}.template6 .class-title{color:#1e293b;color:var(--text-dark);font-size:1.3rem;font-weight:700;line-height:1.4;margin-bottom:15px}.template6 .class-instructor{align-items:center;display:flex;gap:10px;margin-bottom:15px}.template6 .instructor-avatar{border-radius:50%;height:35px;object-fit:cover;width:35px}.template6 .instructor-name{color:#64748b;color:var(--text-light);font-size:.95rem;font-weight:600}.template6 .class-price{color:#ff6b35;color:var(--primary);font-size:1.5rem;font-weight:800;text-align:right}.template6 .class-divider{background:#ff6b35;background:var(--primary);height:2px;margin:20px 0}.template6 .events-section{background:#fff;background:var(--white);padding:100px 0}.template6 .events-container{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr}.template6 .events-images{position:relative}.template6 .event-main-image{border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);height:400px;object-fit:cover;width:100%}.template6 .event-secondary-images{display:flex;flex-direction:column;gap:15px;position:absolute;right:-30px;top:50%;transform:translateY(-50%)}@media (max-width:1024px){.template6 .event-secondary-images{flex-direction:row;justify-content:center;margin-top:15px;position:static;transform:none}}.template6 .event-secondary-image{border-radius:12px;border-radius:var(--radius);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);height:150px;object-fit:cover;width:150px}.template6 .events-list{display:flex;flex-direction:column;gap:20px;max-height:600px;overflow-y:auto;padding-right:10px}.template6 .event-card{background:#fff;background:var(--white);border:2px solid #e2e8f0;border:2px solid var(--gray);border-radius:20px;border-radius:var(--radius-lg);padding:25px;transition:all .3s ease;transition:var(--transition)}.template6 .event-card:hover{border-color:#ff6b35;border-color:var(--primary);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);transform:translateX(5px)}.template6 .event-meta{color:#64748b;color:var(--text-light);display:flex;font-size:.9rem;gap:15px;margin-bottom:12px}.template6 .event-meta-item{align-items:center;display:flex;gap:5px}.template6 .event-price{color:#ff6b35;color:var(--primary);font-size:1.1rem;font-weight:700}.template6 .event-title{color:#1e293b;color:var(--text-dark);font-size:1.3rem;font-weight:700;margin-bottom:10px}.template6 .event-location{align-items:center;color:#64748b;color:var(--text-light);display:flex;font-size:.9rem;gap:5px}.template6 .gallery-section{background:#f8fafc;background:var(--gray-light);padding:100px 0}.template6 .gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-auto-rows:250px;grid-template-columns:repeat(3,1fr)}.template6 .gallery-item{border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease;transition:var(--transition)}.template6 .gallery-item:hover{box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);transform:scale(1.05);z-index:2}.template6 .gallery-item img{height:100%;object-fit:cover;width:100%}.template6 .gallery-item:first-child{grid-row:span 2}.template6 .gallery-item:nth-child(4){grid-column:span 2}.template6 .gallery-item:nth-child(6){grid-row:span 2}.template6 .newsletter-section{background:linear-gradient(135deg,#ff6b35,#ff8c5a);background:linear-gradient(135deg,var(--primary) 0,#ff8c5a 100%);border-radius:20px;border-radius:var(--radius-lg);margin:60px 0;overflow:hidden;padding:80px 0;position:relative}.template6 .newsletter-bubbles{background:#ffffff1a;border-radius:50%;height:150px;pointer-events:none;position:absolute;width:150px}.template6 .newsletter-bubble-1{left:-50px;top:-50px}.template6 .newsletter-bubble-2{bottom:-30px;left:100px}.template6 .newsletter-container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:2}.template6 .newsletter-content{color:#fff;color:var(--white)}.template6 .newsletter-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:15px}.template6 .newsletter-subtitle{font-size:2.5rem;font-weight:800;margin-bottom:20px}.template6 .newsletter-description{font-size:1.05rem;line-height:1.8;opacity:.95}.template6 .newsletter-form{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);padding:40px}.template6 .form-row{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.template6 .form-group{margin-bottom:15px}.template6 .form-group input,.template6 .form-group textarea{border:2px solid #e2e8f0;border:2px solid var(--gray);border-radius:12px;border-radius:var(--radius);font-family:inherit;font-size:1rem;padding:15px 20px;transition:all .3s ease;transition:var(--transition);width:100%}.template6 .form-group input:focus,.template6 .form-group textarea:focus{border-color:#ff6b35;border-color:var(--primary);outline:none}.template6 .form-group textarea{min-height:120px;resize:vertical}.template6 .form-submit{background:#3b82f6;background:var(--secondary);border:none;border-radius:12px;border-radius:var(--radius);color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:700;padding:15px;transition:all .3s ease;transition:var(--transition);width:100%}.template6 .form-submit:hover{background:#2563eb;background:var(--secondary-dark);transform:translateY(-2px)}.template6 .footer{background:#1e293b;background:var(--text-dark);color:#fff;color:var(--white);padding:60px 0 30px}.template6 .footer-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr;margin-bottom:40px}.template6 .footer-contact h4,.template6 .footer-links h4{color:#fff;color:var(--white);font-size:1.3rem;margin-bottom:25px}.template6 .footer-contact-item{align-items:flex-start;display:flex;gap:15px;margin-bottom:20px}.template6 .footer-contact-icon{align-items:center;background:#ff6b35;background:var(--primary);border-radius:50%;display:flex;flex-shrink:0;font-size:1.1rem;height:40px;justify-content:center;width:40px}.template6 .footer-contact-label{color:#ff6b35;color:var(--primary);font-weight:700;margin-bottom:5px}.template6 .footer-contact-value{color:#fffc;font-size:.95rem}.template6 .footer-links ul{display:flex;flex-direction:column;gap:12px}.template6 .footer-links a{align-items:center;color:#ffffffb3;display:flex;gap:8px;transition:all .3s ease;transition:var(--transition)}.template6 .footer-links a:before{color:#ff6b35;color:var(--primary);content:"—"}.template6 .footer-links a:hover{color:#fff;color:var(--white);padding-left:5px}.template6 .footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;font-size:.9rem;padding-top:30px;text-align:center}@media (max-width:1024px){.template6 .hero-container{gap:40px;grid-template-columns:1fr;text-align:center}.template6 .hero-headline{font-size:3rem}.template6 .hero-image-area{height:500px}.template6 .circle-large{height:300px;width:300px}.template6 .circle-medium{height:180px;width:180px}.template6 .circle-small{height:150px;width:150px}.template6 .classes-grid,.template6 .feature-cards,.template6 .teachers-grid{grid-template-columns:repeat(2,1fr)}.template6 .events-container{gap:30px;grid-template-columns:1fr}.template6 .newsletter-container{gap:40px;grid-template-columns:1fr}.template6 .footer-grid{gap:30px;grid-template-columns:1fr}.template6 .section-title{font-size:2.5rem}.template6 .classes-section,.template6 .events-section,.template6 .gallery-section,.template6 .teachers-section,.template6 .welcome-section{padding:60px 0}}@media (max-width:768px){.template6 .header{padding:12px 0}.template6 .header .container{flex-wrap:wrap}.template6 .mobile-menu-toggle{align-items:center;display:flex;justify-content:center}.template6 .main-nav{align-items:flex-start;flex-direction:column;gap:20px;max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;width:100%}.template6 .main-nav.mobile-open{max-height:600px;opacity:1;padding:20px 0}.template6 .nav-list{flex-direction:column;gap:10px;width:100%}.template6 .nav-item{width:100%}.template6 .nav-item>a{display:block;padding:12px 15px;width:100%}.template6 .nav-dropdown{background:#f8fafc;background:var(--gray-light);border-radius:0;box-shadow:none;margin-top:0;opacity:1;padding:10px 0 10px 20px;position:static;transform:none;visibility:visible}.template6 .social-icons{gap:15px;justify-content:center;width:100%}.template6 .brand-name{font-size:1.5rem}.template6 .logo-icon{font-size:1.2rem;height:40px;width:40px}.template6 .hero-section{min-height:auto;padding:30px 0 40px}.template6 .hero-headline{font-size:2rem;margin-bottom:20px}.template6 .hero-description{font-size:1rem;margin-bottom:25px}.template6 .hero-image-area{height:350px}.template6 .circle-large{height:200px;width:200px}.template6 .circle-medium{height:120px;width:120px}.template6 .circle-small{height:100px;width:100px}.template6 .bubble-large{height:120px;width:120px}.template6 .bubble-medium{height:80px;width:80px}.template6 .bubble-small{height:60px;width:60px}.template6 .section-title{font-size:1.8rem;margin-bottom:12px}.template6 .section-description{font-size:1rem}.template6 .classes-section,.template6 .events-section,.template6 .gallery-section,.template6 .teachers-section,.template6 .welcome-section{padding:50px 0}.template6 .section-header{margin-bottom:40px}.template6 .classes-grid,.template6 .feature-cards,.template6 .teachers-grid{gap:20px;grid-template-columns:1fr}.template6 .feature-card{padding:30px 20px}.template6 .feature-icon{font-size:2rem;height:60px;width:60px}.template6 .feature-image{height:180px}.template6 .gallery-grid{gap:15px;grid-auto-rows:200px;grid-template-columns:1fr}.template6 .gallery-item:first-child,.template6 .gallery-item:nth-child(4),.template6 .gallery-item:nth-child(6){grid-column:span 1;grid-row:span 1}.template6 .events-images{margin-bottom:20px}.template6 .event-main-image{height:250px}.template6 .event-secondary-image{height:100px;width:100px}.template6 .event-card{padding:20px}.template6 .newsletter-section{margin:40px 20px;padding:50px 20px}.template6 .newsletter-title{font-size:2rem}.template6 .newsletter-subtitle{font-size:1.8rem}.template6 .newsletter-form{padding:25px}.template6 .form-row{gap:12px;grid-template-columns:1fr}.template6 .form-group input,.template6 .form-group textarea{font-size:.95rem;padding:12px 15px}.template6 .footer{padding:40px 0 20px}.template6 .footer-grid{gap:30px;grid-template-columns:1fr;margin-bottom:30px}.template6 .footer-contact h4,.template6 .footer-links h4{font-size:1.1rem;margin-bottom:20px}.template6 .container{padding:0 15px}}@media (max-width:480px){.template6 .hero-headline{font-size:1.75rem}.template6 .section-title{font-size:1.5rem}.template6 .newsletter-title{font-size:1.6rem}.template6 .newsletter-subtitle{font-size:1.4rem}.template6 .brand-name{font-size:1.3rem}.template6 .circle-large{height:150px;width:150px}.template6 .circle-medium{height:100px;width:100px}.template6 .circle-small{height:80px;width:80px}.template6 .feature-card h3{font-size:1.2rem}.template6 .class-title,.template6 .event-title,.template6 .teacher-name{font-size:1.1rem}}:root{--primary:#ef4444;--primary-dark:#dc2626;--secondary:#3b82f6;--secondary-dark:#2563eb;--accent:#f97316;--accent-blue:#3b82f6;--accent-orange:#f97316;--text-dark:#1e293b;--text-light:#64748b;--white:#fff;--gray-light:#f8fafc;--gray:#e2e8f0;--blue-light:#a2e2ff;--blue-dark:#5f7e91;--shadow:0 4px 20px #00000014;--shadow-lg:0 12px 40px #00000026;--radius:12px;--radius-lg:20px;--transition:all 0.3s ease}.template7 *{box-sizing:border-box;margin:0;padding:0}.template7{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;color:var(--text-dark);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;min-height:100vh;overflow-x:hidden}.template7,.template7>*{position:relative}.template7 .sticky-shell{left:0;position:fixed;right:0;top:0;width:100%;z-index:2000}.template7 .page-content{padding-top:0;padding-top:var(--sticky-height,0)}.template7 .container{margin:0 auto;max-width:1200px;padding:0 20px}.template7 a{color:inherit;text-decoration:none}.template7 ul{list-style:none}.template7 img{height:auto;max-width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes float3D{0%,to{transform:translateY(0) rotateX(0) rotateY(0)}50%{transform:translateY(-10px) rotateX(2deg) rotateY(2deg)}}@keyframes rotate3D{0%{transform:perspective(1000px) rotateY(0deg)}to{transform:perspective(1000px) rotateY(1turn)}}.animate-fade-in{animation:fadeIn .8s ease-out}.animate-fade-in-delay{animation:fadeIn .8s ease-out .2s both}.animate-fade-in-delay-2{animation:fadeIn .8s ease-out .4s both}.animate-fade-in-delay-3{animation:fadeIn .8s ease-out .6s both}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.template7 .top-bar{background:#2d3748;color:#fff;color:var(--white);font-size:.9rem;padding:10px 0}.template7 .top-bar .container{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.template7 .top-bar-left{display:flex;flex-wrap:wrap;gap:20px}.template7 .top-bar-item{align-items:center;color:#fffc;display:flex;gap:8px}.template7 .top-bar-icon{font-size:1rem}.template7 .top-bar-social{display:flex;gap:10px}.template7 .social-link{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1rem;height:30px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:30px}.template7 .social-link:hover{background:#ef4444;background:var(--primary);transform:translateY(-2px)}.template7 .header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;background:var(--white);background:#fffffffa;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--gray);box-shadow:0 2px 10px #0000000d;padding:15px 0;position:relative;transition:all .3s ease;transition:var(--transition);width:100%;will-change:transform}.template7 .header .container{align-items:center;display:flex;justify-content:space-between}.template7 .brand{align-items:center;display:flex;gap:10px}.template7 .brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#3b82f6);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800}.template7 .mobile-menu-toggle{background:#0000;border:2px solid #ef4444;border:2px solid var(--primary);border-radius:12px;border-radius:var(--radius);color:#ef4444;color:var(--primary);cursor:pointer;display:none;font-size:1.5rem;height:45px;transition:all .3s ease;transition:var(--transition);width:45px}.template7 .mobile-menu-toggle:hover{background:#ef4444;background:var(--primary);color:#fff;color:var(--white)}.template7 .main-nav{align-items:center;display:flex;gap:30px}.template7 .nav-list{align-items:center;display:flex;gap:5px}.template7 .nav-item{position:relative}.template7 .nav-item>a{border-radius:12px;border-radius:var(--radius);color:#1e293b;color:var(--text-dark);display:block;font-size:.95rem;font-weight:600;padding:10px 18px;transition:all .3s ease;transition:var(--transition);white-space:nowrap}.template7 .nav-item>a.active,.template7 .nav-item>a:hover{color:#ef4444;color:var(--primary)}.template7 .nav-item>a.active:after{background:#ef4444;background:var(--primary);border-radius:2px;bottom:0;content:"";height:3px;left:18px;position:absolute;right:18px}.template7 .nav-item.has-dropdown>a:after{content:"▾";font-size:.7rem;margin-left:5px}.template7 .nav-dropdown{background:#fff;background:var(--white);border-radius:12px;border-radius:var(--radius);box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);left:0;margin-top:5px;min-width:200px;opacity:0;padding:10px;position:absolute;top:100%;transform:translateY(10px);transition:all .3s ease;transition:var(--transition);visibility:hidden}.template7 .nav-item:hover .nav-dropdown{opacity:1;transform:translateY(0);visibility:visible}.template7 .nav-dropdown a{border-radius:8px;color:#1e293b;color:var(--text-dark);display:block;padding:10px 15px;transition:all .3s ease;transition:var(--transition)}.template7 .nav-dropdown a:hover{background:#ef4444;background:var(--primary);color:#fff;color:var(--white)}.template7 .nav-search{margin-left:20px}.template7 .search-button{background:#0000;border:none;color:#1e293b;color:var(--text-dark);cursor:pointer;font-size:1.2rem;transition:all .3s ease;transition:var(--transition)}.template7 .search-button:hover{color:#ef4444;color:var(--primary);transform:scale(1.1)}.template7 .hero-slideshow{height:90vh;min-height:600px;overflow:hidden;position:relative}.template7 .hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1s ease-in-out}.template7 .hero-overlay,.template7 .hero-slide{height:100%;left:0;position:absolute;top:0;width:100%}.template7 .hero-overlay{background:linear-gradient(135deg,#1e293bb3,#1e293b66)}.template7 .hero-content{align-items:center;display:flex;height:100%;position:relative;z-index:2}.template7 .hero-text{max-width:600px}.template7 .hero-title{color:#fff;color:var(--white);font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:10px}.template7 .hero-subtitle{color:#f97316;color:var(--accent);font-size:3rem;font-weight:800;margin-bottom:20px}.template7 .hero-description{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:30px}.template7 .hero-button{background:#3b82f6;background:var(--secondary);border-radius:50px;box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);color:#fff;color:var(--white);display:inline-block;font-size:1rem;font-weight:700;padding:15px 35px;transform-style:preserve-3d;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.template7 .hero-button:hover{background:#2563eb;background:var(--secondary-dark);box-shadow:0 15px 40px #3b82f666;transform:translateY(-5px) translateZ(15px) scale(1.05)}.template7 .hero-indicators{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:3}.template7 .hero-indicator{background:#0000;border:2px solid #fff;border:2px solid var(--white);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;transition:var(--transition);width:12px}.template7 .hero-indicator.active{background:#fff;background:var(--white);border-radius:6px;width:30px}.template7 .about-section{background:#fff;background:var(--white);padding:100px 0;perspective:1200px}.template7 .about-content{align-items:center;display:flex;gap:20px;margin-bottom:40px}.template7 .about-icon{align-items:center;animation:float3D 3s ease-in-out infinite;background:#f8fafc;background:var(--gray-light);border-radius:50%;display:flex;font-size:3rem;height:80px;justify-content:center;transform-style:preserve-3d;transition:transform .4s ease;width:80px}.template7 .about-content:hover .about-icon{animation:none;transform:rotateY(1turn) translateZ(20px)}.template7 .about-title{color:#1e293b;color:var(--text-dark);font-size:2.5rem;font-weight:800}.template7 .about-text{margin-bottom:60px;max-width:800px}.template7 .about-text p{color:#64748b;color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:20px}.template7 .services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.template7 .service-card{background:#1e293b;border-radius:20px;border-radius:var(--radius-lg);color:#fff;color:var(--white);padding:40px 30px;perspective:1000px;text-align:center;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease}.template7 .service-card:hover{box-shadow:0 20px 60px #0000004d;transform:translateY(-15px) rotateX(5deg) rotateY(-5deg)}.template7 .service-icon{display:inline-block;font-size:3rem;margin-bottom:20px;transform-style:preserve-3d;transition:transform .4s ease}.template7 .service-card:hover .service-icon{transform:rotateY(1turn) translateZ(15px) scale(1.2)}.template7 .service-title{color:#fff;color:var(--white);font-size:1.4rem;font-weight:700;margin-bottom:15px}.template7 .service-description{color:#fffc;font-size:.95rem;line-height:1.7;margin-bottom:20px}.template7 .service-button{color:#ef4444;color:var(--primary);display:inline-block;font-size:.95rem;font-weight:700;transition:all .3s ease;transition:var(--transition)}.template7 .service-button:hover{color:#fff;color:var(--white);transform:translateX(5px)}.template7 .teachers-section{background:#a2e2ff;background:var(--blue-light);padding:100px 0}.template7 .section-header{margin-bottom:60px;text-align:center}.template7 .section-icon{align-items:center;background:#5f7e91;background:var(--blue-dark);border-radius:50%;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin:0 auto 20px;width:80px}.template7 .section-title{color:#1e293b;color:var(--text-dark);font-size:2.5rem;font-weight:800}.template7 .teachers-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.template7 .teacher-card{background:#fff;background:var(--white);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow);overflow:hidden;text-align:center;transition:all .3s ease;transition:var(--transition)}.template7 .teacher-card:hover{box-shadow:0 12px 40px #00000026;box-shadow:var(--shadow-lg);transform:translateY(-10px)}.template7 .teacher-image-wrapper{overflow:hidden;padding-top:100%;position:relative;width:100%}.template7 .teacher-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.template7 .teacher-social{background:#fff;background:var(--white);display:flex;gap:10px;justify-content:flex-start;padding:15px 20px}.template7 .teacher-social a{align-items:center;background:#ef4444;background:var(--primary);border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:.9rem;font-weight:700;height:35px;justify-content:center;transition:all .3s ease;transition:var(--transition);width:35px}.template7 .teacher-social a:hover{background:#dc2626;background:var(--primary-dark);transform:scale(1.1)}.template7 .teacher-name{color:#ef4444;color:var(--primary);font-size:1.3rem;font-weight:700;margin:15px 0 8px;padding:0 20px}.template7 .teacher-role{color:#64748b;color:var(--text-light);font-size:.95rem;padding:0 20px 20px}.template7 .programs-section{background:#fff;background:var(--white);padding:100px 0;perspective:1200px}.template7 .programs-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.template7 .program-item{align-items:center;display:flex;flex-direction:column;perspective:1000px;text-align:center;transform-style:preserve-3d;transition:transform .4s ease,box-shadow .4s ease}.template7 .program-item:hover{transform:translateY(-10px) rotateX(3deg) rotateY(-3deg) scale(1.02)}.template7 .program-image{border-radius:12px;border-radius:var(--radius);height:250px;margin-bottom:25px;object-fit:cover;transform-style:preserve-3d;transition:transform .4s ease;width:100%}.template7 .program-item:hover .program-image{transform:translateZ(20px) scale(1.05)}.template7 .program-title{font-size:1.5rem;font-weight:700;margin-bottom:15px;text-align:center}.template7 .program-description{color:#64748b;color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:20px;text-align:center}.template7 .program-button{border-radius:50px;color:#fff;color:var(--white);display:inline-block;font-size:.95rem;font-weight:700;margin-bottom:20px;padding:12px 28px;text-align:center;transform-style:preserve-3d;transition:transform .3s ease,box-shadow .3s ease}.template7 .program-button:hover{box-shadow:0 8px 25px #0003;transform:translateY(-3px) translateZ(10px) scale(1.05)}.template7 .program-divider{height:3px;margin:0 auto;max-width:200px;width:100%}.template7 .gallery-section{background:#f8fafc;background:var(--gray-light);padding:100px 0;perspective:1200px}.template7 .gallery-title{color:#1e293b;color:var(--text-dark);font-size:2.5rem;font-weight:800;margin-bottom:50px;text-align:center}.template7 .gallery-masonry{display:flex;margin-left:-18px;width:auto}.template7 .gallery-masonry-column{background-clip:padding-box;padding-left:18px}.template7 .gallery-tile{background:#0b1220;border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 12px 35px #0f172a24;cursor:pointer;height:clamp(240px,22vw,360px);height:var(--tile-h,clamp(240px,22vw,360px));margin-bottom:18px;overflow:hidden;perspective:1000px;position:relative;transform-style:preserve-3d;transition:transform .35s ease,box-shadow .35s ease,filter .35s ease}.template7 .gallery-tile:hover{box-shadow:0 24px 70px #0f172a38;transform:translateY(-6px) scale(1.02);z-index:2}.template7 .gallery-tile img{display:block;filter:saturate(1.05) contrast(1.02);height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease;width:100%}.template7 .gallery-tile:hover img{filter:saturate(1.15) contrast(1.06);transform:scale(1.08)}.template7 .gallery-overlay{background:radial-gradient(800px 250px at 20% 10%,#ffffff29,#0000 60%),linear-gradient(180deg,#0206170d,#020617bf);inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .35s ease}.template7 .gallery-tile:hover .gallery-overlay{opacity:1}.template7 .gallery-caption{bottom:14px;color:#fffffff2;left:14px;opacity:0;pointer-events:none;position:absolute;right:14px;transform:translateY(10px);transition:transform .35s ease,opacity .35s ease}.template7 .gallery-tile:hover .gallery-caption{opacity:1;transform:translateY(0)}.template7 .gallery-caption-title{font-weight:800;letter-spacing:-.01em;text-shadow:0 10px 30px #00000059}.template7 .gallery-tile--normal{--tile-h:clamp(260px,24vw,400px)}.template7 .gallery-tile--tall{--tile-h:clamp(360px,32vw,560px)}.template7 .gallery-tile--wide{--tile-h:clamp(210px,18vw,300px)}.template7 .gallery-tile--big{--tile-h:clamp(420px,36vw,640px)}.template7 .gallery-tile--small{--tile-h:clamp(160px,14vw,230px)}.template7 .news-events-section{background:#fff;background:var(--white);padding:100px 0}.template7 .news-events-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:1fr 1fr}.template7 .news-column{background:linear-gradient(135deg,#a2e2ff,#87ceeb);border-radius:20px;border-radius:var(--radius-lg);overflow:hidden;padding:40px;position:relative}.template7 .news-column:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='50' font-size='100' opacity='.1'%3E📖%3C/text%3E%3C/svg%3E") no-repeat;background-size:contain;content:"";height:200px;opacity:.1;position:absolute;right:0;top:0;width:200px}.template7 .news-header{align-items:center;display:flex;gap:15px;margin-bottom:30px}.template7 .news-icon{font-size:2rem}.template7 .news-title{color:#1e293b;color:var(--text-dark);flex:1 1;font-size:2rem;font-weight:800}.template7 .news-link{color:#64748b;color:var(--text-light);font-size:.9rem;font-weight:600;transition:all .3s ease;transition:var(--transition)}.template7 .news-link:hover{color:#ef4444;color:var(--primary)}.template7 .news-featured{margin-bottom:30px;transform-style:preserve-3d;transition:transform .4s ease}.template7 .news-featured:hover{transform:translateY(-5px) rotateX(2deg)}.template7 .news-featured img{border-radius:12px;border-radius:var(--radius);height:250px;margin-bottom:15px;object-fit:cover;transition:transform .4s ease;width:100%}.template7 .news-featured:hover img{transform:scale(1.05) translateZ(10px)}.template7 .news-meta{color:#64748b;color:var(--text-light);font-size:.85rem;margin-bottom:10px}.template7 .news-featured-title{color:#1e293b;color:var(--text-dark);font-size:1.3rem;font-weight:700;line-height:1.4}.template7 .news-list{display:flex;flex-direction:column;gap:20px}.template7 .news-item{display:flex;gap:15px;transform-style:preserve-3d;transition:transform .3s ease}.template7 .news-item:hover{transform:translateX(5px) translateZ(5px)}.template7 .news-thumbnail{border-radius:12px;border-radius:var(--radius);flex-shrink:0;height:100px;object-fit:cover;transition:transform .3s ease;width:100px}.template7 .news-item:hover .news-thumbnail{transform:scale(1.1) translateZ(5px) rotateY(5deg)}.template7 .news-item-content{flex:1 1}.template7 .news-item-title{color:#1e293b;color:var(--text-dark);font-size:1rem;font-weight:700;line-height:1.4;margin-top:5px}.template7 .events-column{padding:40px}.template7 .events-title{border-bottom:3px solid #ef4444;border-bottom:3px solid var(--primary);color:#ef4444;color:var(--primary);font-size:2rem;font-weight:800;margin-bottom:30px;padding-bottom:15px}.template7 .events-list{display:flex;flex-direction:column;gap:25px;margin-bottom:30px}.template7 .event-item{border-radius:12px;border-radius:var(--radius);display:flex;gap:20px;padding:15px;transform-style:preserve-3d;transition:transform .3s ease}.template7 .event-item:hover{background:#f8fafc;background:var(--gray-light);transform:translateX(5px) translateZ(5px)}.template7 .event-date{min-width:80px;text-align:center}.template7 .event-day{color:#1e293b;color:var(--text-dark);font-size:2rem;font-weight:800;line-height:1}.template7 .event-month{border-top:2px solid #3b82f6;border-top:2px solid var(--secondary);color:#3b82f6;color:var(--secondary);font-size:.9rem;font-weight:600;margin-top:5px;padding-top:5px}.template7 .event-content{flex:1 1}.template7 .event-title{color:#1e293b;color:var(--text-dark);font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:10px}.template7 .event-meta{color:#64748b;color:var(--text-light);display:flex;font-size:.9rem;gap:15px}.template7 .events-link{color:#ef4444;color:var(--primary);display:inline-block;font-size:.95rem;font-weight:700;transition:all .3s ease;transition:var(--transition)}.template7 .events-link:hover{transform:translateX(5px)}.template7 .testimonials-section{background:linear-gradient(135deg,#4a5568,#2d3748);overflow:hidden;padding:100px 0;position:relative}.template7 .testimonials-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.template7 .testimonials-left{height:500px;position:relative}.template7 .testimonials-bg-image{background-position:50%;background-size:cover;border-radius:20px;border-radius:var(--radius-lg);filter:blur(2px);height:100%;opacity:.3;width:100%}.template7 .testimonials-right{color:#fff;color:var(--white)}.template7 .testimonials-label{color:#ffffffb3;display:block;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:15px;text-transform:uppercase}.template7 .testimonials-title{color:#fff;color:var(--white);font-size:3rem;font-weight:800;margin-bottom:30px}.template7 .testimonials-quote{color:#ffffffe6;font-size:1.1rem;line-height:1.8;margin-bottom:30px}.template7 .testimonials-quote-icon{color:#a2e2ff;color:var(--blue-light);font-family:serif;font-size:5rem;line-height:1;margin-bottom:30px}.template7 .testimonials-author{align-items:center;display:flex;gap:15px}.template7 .testimonials-avatar{border-radius:50%;height:60px;object-fit:cover;width:60px}.template7 .testimonials-author-name{color:#fff;color:var(--white);font-size:1.1rem;font-weight:700;margin-bottom:5px}.template7 .testimonials-author-role{color:#ffffffb3;font-size:.9rem}.template7 .testimonials-indicators{display:flex;gap:10px;margin-top:30px}.template7 .testimonial-indicator{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;transition:var(--transition);width:12px}.template7 .testimonial-indicator.active{background:#fff;background:var(--white)}.template7 .footer{background:#1e293b;color:#fff;color:var(--white)}.template7 .footer-gallery{display:grid;grid-template-columns:repeat(5,1fr);height:200px}.template7 .footer-gallery img{height:100%;object-fit:cover;width:100%}.template7 .footer-content{padding:60px 0 30px}.template7 .footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr 1fr}.template7 .footer-brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ef4444,#f97316);background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:20px}.template7 .footer-address,.template7 .footer-email,.template7 .footer-phone{color:#ffffffb3;font-size:.95rem;line-height:1.6;margin-bottom:10px}.template7 .footer-column-title{border-bottom:2px solid #ef4444;border-bottom:2px solid var(--primary);color:#fff;color:var(--white);font-size:1.2rem;font-weight:700;margin-bottom:20px;padding-bottom:10px}.template7 .footer-links{display:flex;flex-direction:column;gap:12px}.template7 .footer-links a{color:#ffffffb3;font-size:.95rem;transition:all .3s ease;transition:var(--transition)}.template7 .footer-links a:hover{color:#fff;color:var(--white);padding-left:5px}@media (max-width:1024px){.template7 .hero-title{font-size:3.5rem}.template7 .hero-subtitle{font-size:2.5rem}.template7 .programs-grid,.template7 .services-grid,.template7 .teachers-grid{grid-template-columns:repeat(2,1fr)}.template7 .news-events-grid,.template7 .testimonials-content{grid-template-columns:1fr}.template7 .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.template7 .top-bar .container,.template7 .top-bar-left{flex-direction:column;gap:10px}.template7 .header .container{flex-wrap:wrap}.template7 .mobile-menu-toggle{align-items:center;display:flex;justify-content:center}.template7 .main-nav{align-items:flex-start;flex-direction:column;gap:20px;max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;width:100%}.template7 .main-nav.mobile-open{max-height:600px;opacity:1;padding:20px 0}.template7 .nav-list{flex-direction:column;gap:10px;width:100%}.template7 .nav-item{width:100%}.template7 .nav-item>a{padding:12px 15px;width:100%}.template7 .nav-dropdown{background:#f8fafc;background:var(--gray-light);box-shadow:none;margin-top:0;opacity:1;padding:10px 0 10px 20px;position:static;transform:none;visibility:visible}.template7 .hero-slideshow{height:70vh;min-height:500px}.template7 .hero-title{font-size:2.5rem}.template7 .about-title,.template7 .hero-subtitle,.template7 .section-title{font-size:2rem}.template7 .programs-grid,.template7 .services-grid,.template7 .teachers-grid{grid-template-columns:1fr}.template7 .gallery-masonry{margin-left:-14px}.template7 .gallery-masonry-column{padding-left:14px}.template7 .gallery-tile{margin-bottom:14px}.template7 .footer-grid{grid-template-columns:1fr}.template7 .footer-gallery{grid-template-columns:repeat(3,1fr);height:150px}}@media (max-width:480px){.template7 .hero-title{font-size:2rem}.template7 .about-title,.template7 .hero-subtitle,.template7 .section-title{font-size:1.5rem}.template7 .testimonials-title{font-size:2rem}}.template7 .animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.template7 .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.template8{color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden;perspective:1000px}.template8 *{box-sizing:border-box}.template8 .container{margin:0 auto;max-width:1200px;padding:0 20px}.template8-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:2000}.template8-header.scrolled{background:#fffffffa;box-shadow:0 4px 30px #00000026}.template8-header .header-content{align-items:center;display:flex;justify-content:space-between;padding:15px 0}.template8-header .header-logo img{height:50px;transition:transform .3s ease;width:auto}.template8-header .header-logo:hover img{transform:scale(1.05)}.template8-header .header-nav{display:flex;flex:1 1;justify-content:center}.template8-header .nav-list{display:flex;gap:30px;list-style:none;margin:0;padding:0}.template8-header .nav-item{position:relative}.template8-header .nav-item a{color:#1f2937;font-size:10px;font-weight:500;padding:8px 0;position:relative;text-decoration:none;transition:color .3s ease}.template8-header .nav-item a:after{background:#3b82f6;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.template8-header .nav-item a.active:after,.template8-header .nav-item a:hover:after{width:100%}.template8-header .nav-item a.active,.template8-header .nav-item a:hover{color:#3b82f6}.template8-header .nav-item.has-dropdown:hover .nav-dropdown{opacity:1;transform:translateY(0);visibility:visible}.template8-header .nav-dropdown{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;left:0;margin-top:10px;min-width:200px;opacity:0;padding:10px 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:100}.template8-header .nav-dropdown a{color:#4b5563;display:block;padding:10px 20px;transition:all .2s ease}.template8-header .nav-dropdown a:hover{background:#f3f4f6;color:#3b82f6;padding-left:25px}.template8-header .mobile-menu-toggle{background:none;border:none;color:#1f2937;cursor:pointer;display:none;font-size:24px}.section2-slider{margin-top:80px}.slider-wrapper{transition:transform .6s cubic-bezier(.4,0,.2,1)}.slider-slide{overflow:hidden}.slider-overlay{background:linear-gradient(135deg,#0006,#0009)}.slider-content{bottom:80px;left:50%;transform:translateX(-50%)}.slider-title{font-size:48px;font-weight:800}.slider-subtitle{opacity:.95}.slider-link{background:#3b82f6;padding:14px 32px}.slider-link:hover{background:#2563eb;box-shadow:0 10px 25px #3b82f666;transform:translateY(-2px)}.section3-about{background:#fff}.about-text .section-title{color:#1f2937;font-size:42px;font-weight:800;margin:0 0 25px}.about-paragraph{margin:0 0 30px}.btn-more{background:#3b82f6}.btn-more:hover{background:#2563eb;box-shadow:0 10px 25px #3b82f666;transform:translateY(-2px)}.about-image-slider{box-shadow:0 20px 60px #00000026}.image-slider-wrapper{height:400px}.image-slider-dots{gap:8px}.image-slider-dots button{background:#ffffff80;border:none}.image-slider-dots button.active{transform:scale(1.3)}.section-title{color:#1f2937;font-size:42px;font-weight:800}.boards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.board-card:hover{border-color:#3b82f6;box-shadow:0 12px 40px #00000026}.board-name{font-size:22px;font-weight:700}.btn-learn-more{background:#f3f4f6;color:#3b82f6;padding:10px 24px}.btn-learn-more:hover{background:#3b82f6}.section5-features{background:linear-gradient(135deg,#667eea,#764ba2)}.feature-icon{height:80px;margin:0 auto 15px;object-fit:contain;width:80px}.feature-title{font-size:20px}.feature-title,.method-title{font-weight:700}.gallery-overlay{background:#3b82f6cc}.btn-view-more{background:#3b82f6}.btn-view-more:hover{background:#2563eb;box-shadow:0 10px 25px #3b82f666;transform:translateY(-2px)}.awards-carousel-wrapper{transition:transform .6s cubic-bezier(.4,0,.2,1)}.awards-carousel-wrapper .award-card{min-width:33.333%;padding:0 15px}.awards-carousel-nav button{border:2px solid #3b82f6;color:#3b82f6;font-size:24px;height:45px;width:45px}.awards-carousel-nav button:hover{background:#3b82f6}.section9-contact{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:100px 0}.contact-grid{grid-gap:40px;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-item{text-align:center}.contact-icon{font-size:48px;margin-bottom:20px}.contact-item h3{font-size:22px;font-weight:700;margin:0 0 15px}.contact-item p{font-size:16px;opacity:.9}.contact-item a{color:#fff;transition:color .3s ease}.contact-item a:hover{color:#3b82f6}.social-links{gap:15px;justify-content:center}.social-links a{background:#ffffff1a;border-radius:8px;padding:10px 20px;transition:all .3s ease}.social-links a:hover{background:#3b82f6;transform:translateY(-2px)}.btn-map{background:#3b82f6;border-radius:50px;padding:12px 28px;transition:all .3s ease}.btn-map:hover{background:#2563eb;box-shadow:0 10px 25px #3b82f666;transform:translateY(-2px)}.template8-footer{background:#111827;color:#fff;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer-col h4{font-size:18px;font-weight:700;margin:0 0 20px}.footer-logo{height:50px;margin-bottom:20px}.footer-col p{line-height:1.8;margin:10px 0;opacity:.8}.footer-col a{color:#fff;transition:color .3s ease}.footer-col a:hover{color:#3b82f6}.footer-social{gap:10px}.footer-social a{background:#ffffff1a;border-radius:50%;height:40px;transition:all .3s ease;width:40px}.footer-social a:hover{background:#3b82f6;transform:translateY(-3px)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:20px}.footer-bottom p{opacity:.7}.template8-section{animation:fadeInUp .6s ease}@media (max-width:768px){.template8-header .header-nav{display:none}.template8-header .mobile-menu-toggle{display:block}.section2-slider{height:400px;margin-top:70px}.slider-title{font-size:32px}.slider-subtitle{font-size:16px}.slider-nav{font-size:20px;height:40px;width:40px}.slider-prev{left:15px}.slider-next{right:15px}.about-content,.features-content{gap:40px;grid-template-columns:1fr}.section-title{font-size:32px}.awards-grid,.boards-grid,.gallery-grid,.methods-grid{grid-template-columns:1fr}.awards-carousel-wrapper .award-card{min-width:100%}.awards-header{align-items:flex-start;flex-direction:column;gap:20px}.contact-grid,.footer-content{grid-template-columns:1fr}}@media (max-width:480px){.template8 .container{padding:0 15px}.section2-slider{height:300px}.slider-content{bottom:40px}.slider-title{font-size:24px}.slider-link,.slider-subtitle{font-size:14px}.slider-link{padding:10px 24px}.template8-section{padding:60px 0}.section-title{font-size:28px}}.template9{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#111827;font-family:Sora,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;letter-spacing:.02em;line-height:1.7;overflow-x:hidden;perspective:1000px}.template9 .section-title,.template9 h1,.template9 h2,.template9 h3{color:#f39f5f;font-family:Lora,Georgia,serif;font-weight:600;letter-spacing:-.02em;line-height:1.3}html{scroll-behavior:smooth}.template9 *{box-sizing:border-box}.template9 .container{margin:0 auto;max-width:1200px;padding:0 20px}.template9-header{background:#fff;border-bottom:1px solid #f39f5f1a;margin:0;position:relative}.template9-header,.template9-header.scrolled{box-shadow:0 1px 0 #f39f5f14}.template9-header .header-content{align-items:center;display:flex;justify-content:space-between;padding:15px 0}.template9-header .header-logo img{height:50px;transition:transform .3s ease;width:auto}.template9-header .header-logo:hover img{transform:scale(1.05)}.template9-header .header-nav{display:flex;flex:1 1;justify-content:center}.template9-header .nav-list{display:flex;gap:30px;list-style:none;margin:0;padding:0}.template9-header .nav-item{position:relative}.template9-header .nav-item a{color:#1f2937;font-size:16px;font-weight:500;letter-spacing:-.01em;padding:8px 0;position:relative;text-decoration:none;transition:color .3s ease}.template9-header .nav-item a:after{background:#f39f5f;border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;transition:width .3s ease;width:0}.template9-header .nav-item a.active:after,.template9-header .nav-item a:hover:after{width:100%}.template9-header .nav-item a.active,.template9-header .nav-item a:hover{color:#f39f5f;font-weight:600}.template9-header .nav-item.has-dropdown{position:relative}.template9-header .nav-dropdown{background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026;left:0;min-width:200px;opacity:0;padding:10px 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.template9-header .nav-item.has-dropdown:hover .nav-dropdown{opacity:1;transform:translateY(0);visibility:visible}.template9-header .nav-dropdown a{color:#1f2937;display:block;padding:10px 20px;text-decoration:none;transition:background .3s ease}.template9-header .nav-dropdown a:hover{background:#f5f5f4;color:#f39f5f}.mobile-menu-toggle{background:none;border:none;color:#1f2937;cursor:pointer;display:none;font-size:24px;padding:8px}.mobile-menu-overlay{background:#0006;display:none;inset:0;opacity:0;position:fixed;transition:opacity .3s ease;z-index:998}.mobile-menu-overlay.open{display:block;opacity:1}.mobile-menu-panel{background:#fff;box-shadow:-4px 0 24px #00000026;height:100vh;max-width:85vw;overflow-y:auto;position:fixed;right:-280px;top:0;transition:right .3s ease;width:280px;z-index:999}.mobile-menu-panel.open{right:0}.mobile-nav-list{list-style:none;margin:0;padding:24px 0}.mobile-nav-list li{border-bottom:1px solid #f3f4f6}.mobile-nav-label,.mobile-nav-list a{color:#1f2937;display:block;font-weight:500;padding:14px 24px;text-decoration:none}.mobile-nav-list a:hover{background:#f9fafb;color:#f39f5f}.mobile-nav-list .mobile-nav-label{color:#6b7280;font-size:12px;letter-spacing:.05em;text-transform:uppercase}.mobile-nav-list li a+a{font-size:14px;padding-left:40px}.section2-slider{height:600px;margin:0;overflow:hidden;padding:0;position:relative}.slider-container{height:100%;position:relative;width:100%}.slider-wrapper{display:flex;height:100%;width:100%}.slider-slide{align-items:center;display:flex;height:100%;justify-content:center;min-width:100%;position:relative}.slider-slide img{height:100%;object-fit:cover;width:100%}.slider-overlay{background:#00000040;inset:0;pointer-events:none;position:absolute}.slider-content{color:#fff;max-width:800px;padding:0 20px;position:absolute;text-align:center;text-shadow:0 2px 20px #0006,0 1px 3px #00000080;z-index:10}.slider-title{animation:fadeInUp .8s ease;font-size:64px;font-weight:600;letter-spacing:-.03em;line-height:1.1;margin:0 0 15px;text-shadow:0 2px 24px #00000080,0 1px 4px #0009}.slider-subtitle{animation:fadeInUp 1s ease;font-size:20px;font-weight:400;letter-spacing:-.01em;line-height:1.6;margin:0 0 30px;opacity:.98;text-shadow:0 1px 12px #00000080}.slider-link{animation:fadeInUp 1.2s ease;background:#f39f5f;border-radius:50px;box-shadow:0 10px 30px #f39f5f66;color:#fff;display:inline-block;font-weight:600;padding:16px 36px;text-decoration:none;transition:all .3s ease}.slider-link:hover{background:#e08e4a;box-shadow:0 15px 40px #e08e4a73;transform:translateY(-3px)}.slider-nav{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:20}.slider-nav:hover{background:#fff;box-shadow:0 5px 20px #0003;transform:translateY(-50%) scale(1.1)}.slider-prev{left:30px}.slider-next{right:30px}.slider-dots{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:20}.slider-dot{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.slider-dot.active{background:#fff;transform:scale(1.2)}.section3-about{background:#f5f5f4;padding:100px 0}.about-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.about-text{display:flex;flex-direction:column;gap:20px}.about-paragraph{color:#4b5563;font-size:18px;line-height:1.8;margin:0}.btn-more{background:#f39f5f;border-radius:50px;box-shadow:0 8px 25px #f39f5f4d;color:#fff;display:inline-block;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.btn-more:hover{background:#e08e4a;box-shadow:0 12px 35px #e08e4a66;transform:translateX(5px)}.about-image-slider{border-radius:20px;box-shadow:0 20px 60px #0000001a;height:400px;overflow:hidden;position:relative}.image-slider-wrapper{height:100%;position:relative;width:100%}.image-slider-wrapper img{height:100%;object-fit:cover;opacity:0;position:absolute;transition:opacity .6s ease;width:100%}.image-slider-wrapper img.active{opacity:1}.image-slider-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.image-slider-dots button{background:#0000;border:2px solid #fff;border-radius:50%;cursor:pointer;height:10px;transition:all .3s ease;width:10px}.image-slider-dots button.active{background:#fff}.section3b-vision-mission{background:#fff;padding:80px 0}.vision-mission-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:960px}.vision-mission-card{background:#f8fafc;border-left:4px solid #f39f5f;border-radius:16px;padding:32px;transition:box-shadow .3s ease,transform .2s ease}.vision-mission-card:hover{box-shadow:0 8px 30px #f39f5f1f;transform:translateY(-2px)}.vision-mission-icon{font-size:36px;margin-bottom:16px}.vision-mission-heading{color:#111827;font-family:Lora,Georgia,serif;font-size:20px;font-weight:600;margin:0 0 12px}.vision-mission-text{color:#4b5563;font-size:16px;line-height:1.7;margin:0}.section4-boards{background:#fff;padding:100px 0}.section-title{color:#f39f5f;font-size:56px;font-weight:500;letter-spacing:-.03em;line-height:1.15;margin:0 0 60px;text-align:center}.boards-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.board-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:30px;text-align:center;transform-style:preserve-3d;transition:all .3s ease;will-change:transform}.board-card:hover{border-color:#f39f5f;box-shadow:0 12px 40px #f39f5f33;transform:translateY(-8px)}.board-image{height:120px;margin:0 auto 20px;object-fit:contain;transition:transform .3s ease;width:120px}.board-card:hover .board-image{transform:scale(1.1)}.board-name{color:#1f2937;font-size:24px;font-weight:400;letter-spacing:-.02em;line-height:1.3;margin:0 0 20px}.btn-learn-more{background:#f0fdfa;border:2px solid #f39f5f;border-radius:50px;color:#f39f5f;display:inline-block;font-weight:600;padding:12px 28px;text-decoration:none;transition:all .3s ease}.btn-learn-more:hover{background:#f39f5f;box-shadow:0 8px 25px #f39f5f4d;color:#fff;transform:translateX(5px)}.section5-features{background:#f39f5f;color:#fff;margin-bottom:0;overflow:hidden;padding:100px 0;position:relative}.features-wrapper{position:relative;z-index:1}.section5-features .section-title{color:#fff}.features-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1.5fr}.features-image-slider{border-radius:20px;box-shadow:0 20px 60px #0000004d;height:500px;overflow:hidden;position:relative}.features-image-slider img{height:100%;object-fit:cover;opacity:0;position:absolute;transition:opacity .6s ease;width:100%}.features-image-slider img.active{opacity:1}.features-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:30px;text-align:center;transform-style:preserve-3d;transition:all .3s ease;will-change:transform}.feature-card:hover{background:#fff3;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.feature-icon{display:block;font-size:48px;margin-bottom:15px}.feature-title{font-size:28px;font-weight:400;letter-spacing:-.02em;line-height:1.3;margin:0 0 10px}.feature-description{font-size:14px;line-height:1.6;margin:0;opacity:.9}.section6-methods{background:#fff;margin-top:0;padding:100px 0;position:relative;z-index:2}.methods-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.method-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:block;overflow:hidden;text-decoration:none;transform-style:preserve-3d;transition:all .3s ease;will-change:transform}.method-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.method-image{height:250px;object-fit:cover;transition:transform .5s ease;width:100%}.method-card:hover .method-image{transform:scale(1.1)}.method-title{color:#1f2937;font-size:22px;font-weight:400;letter-spacing:-.02em;line-height:1.3;margin:0;padding:25px;text-align:center}.section7-gallery{background:#f9fafb;padding:100px 0}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.gallery-item{aspect-ratio:4/3;border-radius:12px;cursor:pointer;overflow:hidden;position:relative;transform-style:preserve-3d;will-change:transform}.gallery-item img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.gallery-overlay{align-items:center;background:#f39f5fe6;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .3s ease}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item:hover img{transform:scale(1.1)}.gallery-view{color:#fff;font-size:20px;font-weight:700}.section8-awards{background:#fff;padding:100px 0}.awards-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:50px}.btn-view-more{background:#f39f5f;border-radius:50px;box-shadow:0 8px 25px #f39f5f4d;color:#fff;display:inline-block;font-weight:600;padding:12px 28px;text-decoration:none;transition:all .3s ease}.btn-view-more:hover{background:#e08e4a;box-shadow:0 12px 35px #e08e4a66;transform:translateX(5px)}.awards-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.awards-carousel{overflow:hidden;position:relative}.awards-carousel-wrapper{display:flex;transition:transform .5s ease}.award-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:block;margin-right:30px;min-width:calc(33.333% - 20px);overflow:hidden;text-decoration:none;transition:all .3s ease}.award-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.award-card img{height:200px;object-fit:cover;width:100%}.award-title{color:#1f2937;font-size:18px;font-weight:700;margin:0;padding:20px;text-align:center}.awards-carousel-nav{display:flex;gap:15px;justify-content:center;margin-top:30px}.awards-carousel-nav button{background:#fff;border:2px solid #f39f5f;border-radius:50%;color:#f39f5f;cursor:pointer;font-size:20px;height:40px;transition:all .3s ease;width:40px}.awards-carousel-nav button:hover{background:#f39f5f;color:#fff;transform:scale(1.1)}.section9-contact{background:#f8fafc;padding:40px 0}.contact-grid{grid-gap:24px 32px;display:grid;gap:24px 32px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin:0 auto;max-width:900px}.contact-item{text-align:left}.contact-icon{font-size:24px;margin-bottom:8px}.contact-item h3{color:#64748b;font-size:13px;font-weight:600;letter-spacing:.05em;margin:0 0 6px;text-transform:uppercase}.contact-item p{color:#1f2937;font-size:15px;line-height:1.5;margin:0}.contact-item a{color:#f39f5f;font-weight:500;text-decoration:none;transition:color .2s ease}.contact-item a:hover{color:#e08e4a;text-decoration:underline}.social-links{display:flex;flex-wrap:wrap;gap:8px}.social-links a{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#f39f5f;font-size:13px;font-weight:500;padding:6px 12px;text-decoration:none;transition:all .2s ease}.social-links a:hover{background:#f39f5f;border-color:#f39f5f;color:#fff}.btn-map{background:#f39f5f;border-radius:8px;color:#fff;display:inline-block;font-size:14px;font-weight:600;padding:8px 16px;text-decoration:none;transition:all .2s ease}.btn-map:hover{background:#e08e4a;color:#fff}.contact-form-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 20px #0000000f;margin:48px auto 0;max-width:520px;padding:32px}.contact-form-title{color:#1f2937;font-size:20px;font-weight:600;margin:0 0 20px}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-form-input,.contact-form-textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:15px;padding:12px 16px;transition:border-color .2s ease;width:100%}.contact-form-input:focus,.contact-form-textarea:focus{border-color:#f39f5f;outline:none}.contact-form-textarea{min-height:100px;resize:vertical}.contact-form .btn-more{align-self:flex-start}.contact-form-success{color:#059669;font-size:16px;font-weight:500;margin:0}.template9-footer{background:#1f2937;color:#fff;padding:32px 0 16px}.footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:32px 48px;margin-bottom:24px}.footer-col{min-width:0}.footer-col h4{color:#9ca3af;font-size:12px;font-weight:600;letter-spacing:.06em;margin:0 0 10px;text-transform:uppercase}.footer-col p{color:#d1d5db;font-size:14px;line-height:1.5;margin:0}.footer-col a{color:#d1d5db;text-decoration:none;transition:color .2s ease}.footer-col a:hover{color:#f39f5f}.footer-logo{display:block;height:36px;margin-bottom:12px;width:auto}.footer-social{display:flex;flex-wrap:wrap;gap:8px}.footer-social a{align-items:center;background:#ffffff14;border-radius:6px;color:#d1d5db;display:flex;font-size:12px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.footer-social a:hover{background:#f39f5f;color:#fff}.footer-bottom{border-top:1px solid #ffffff14;padding-top:16px;text-align:center}.footer-bottom p{color:#9ca3af;font-size:13px;margin:0}.section11-chairman{background:#f0fdfa;padding:100px 0}.chairman-content-wrapper{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:300px 1fr;margin:0 auto;max-width:1000px}.chairman-image{border-radius:20px;box-shadow:0 20px 60px #00000026;overflow:hidden}.chairman-image img{display:block;height:auto;width:100%}.chairman-content{display:flex;flex-direction:column;gap:20px}.chairman-message{color:#1f2937;font-size:20px;font-style:italic;line-height:1.8;margin:0}.chairman-name{color:#f39f5f;font-size:20px;font-weight:400;letter-spacing:-.01em;margin:0;text-align:right}.section12-branches{background:#fff;padding:100px 0}.branches-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.branch-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.branch-card:hover{box-shadow:0 12px 40px #00000026}.branch-image{height:250px;object-fit:cover;transition:transform .5s ease;width:100%}.branch-card:hover .branch-image{transform:scale(1.1)}.branch-name{color:#1f2937;font-size:24px;font-weight:400;letter-spacing:-.02em;line-height:1.3;margin:0;padding:25px 25px 10px}.branch-address{color:#4b5563;font-size:16px;line-height:1.6;margin:0;padding:0 25px 25px}.section13-testimonials{background:#fafaf9;padding:100px 0}.testimonials-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:40px;text-align:center;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.testimonial-image{border:2px solid #f39f5f;border-radius:50%;box-shadow:0 8px 25px #f39f5f33;height:120px;margin:0 auto 25px;object-fit:cover;transition:transform .3s ease;width:120px}.testimonial-card:hover .testimonial-image{transform:scale(1.1)}.testimonial-message{color:#4b5563;font-size:18px;font-style:italic;line-height:1.8;margin:0 0 20px}.testimonial-name{color:#f39f5f;font-size:20px;font-weight:400;letter-spacing:-.01em;margin:0}.section14-facilities{background:#fff;padding:100px 0}.facilities-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.facility-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}.facility-card:hover{box-shadow:0 12px 40px #00000026}.facility-image{height:250px;object-fit:cover;transition:transform .5s ease;width:100%}.facility-card:hover .facility-image{transform:scale(1.1)}.facility-name{color:#1f2937;font-size:22px;font-weight:400;letter-spacing:-.02em;line-height:1.3;margin:0;padding:25px 25px 10px}.facility-description{color:#4b5563;font-size:16px;line-height:1.6;margin:0;padding:0 25px 25px}.section15-why-choose{background:#f39f5f;color:#fff;padding:100px 0}.section15-why-choose .section-title{color:#fff}.why-choose-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.why-choose-image{border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.why-choose-image img{display:block;height:auto;width:100%}.why-choose-text{display:flex;flex-direction:column;gap:30px}.why-choose-description{font-size:18px;line-height:1.8;margin:0;opacity:.95}.why-choose-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr}.why-choose-card{background:#fff;border:1px solid #fff6;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:25px;transition:all .3s ease}.why-choose-card:hover{background:#fff;box-shadow:0 8px 30px #0000001f;transform:translateX(10px)}.why-choose-icon{display:block;font-size:40px;margin-bottom:15px}.section15-why-choose .why-choose-card .why-choose-card-title,.why-choose-card-title{color:#111827!important;font-size:20px;font-weight:600;letter-spacing:-.02em;line-height:1.3;margin:0 0 10px}.section15-why-choose .why-choose-card .why-choose-card-description,.why-choose-card-description{color:#4b5563!important;font-size:14px;line-height:1.6;margin:0 0 15px}.why-choose-card .btn-learn-more{background:#f39f5f;border:1px solid #f39f5f;color:#fff}.why-choose-card .btn-learn-more:hover{background:#e08e4a;border-color:#e08e4a;box-shadow:0 8px 25px #f39f5f59;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.template9-section{animation:fadeInUp .6s ease}@media (max-width:768px){.template9-header .header-nav{display:none}.mobile-menu-toggle{display:block}.template9-section{padding:60px 0}.section-title{font-size:28px;margin-bottom:40px}.slider-title{font-size:24px}.slider-link,.slider-subtitle{font-size:14px}.slider-link{padding:10px 24px}.about-content{gap:40px}.about-content,.features-content{grid-template-columns:1fr}.chairman-content-wrapper{grid-template-columns:1fr;text-align:center}.chairman-name{text-align:center}.boards-grid,.branches-grid,.facilities-grid,.methods-grid,.testimonials-grid,.why-choose-content{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.contact-grid,.footer-content{grid-template-columns:1fr}}:root{--t11-primary:#db2777;--t11-primary-dark:#be185d;--t11-secondary:#7c3aed;--t11-secondary-light:#a78bfa;--t11-accent:#f59e0b;--t11-accent-dark:#d97706;--t11-bg:#fff;--t11-bg-warm:#fffbeb;--t11-text:#111827;--t11-text-muted:#6b7280;--t11-border:#fce7f3;--t11-border-light:#fdf2f8}.template11{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh;position:relative}.template11.header-fixed{padding-top:104px}.template11:before{height:180%;right:-15%;top:-40%;width:55%}.template11:after,.template11:before{background:none;content:"";pointer-events:none;position:fixed;z-index:0}.template11:after{bottom:-25%;height:140%;left:-8%;width:48%}.template11-about{background:linear-gradient(160deg,#fffbeb,#fff7ed 40%,#fffef7)}.template11-about:before{background-image:radial-gradient(circle at 10% 80%,#eab3080f 0,#0000 50%),radial-gradient(circle at 90% 20%,#fb923c0f 0,#0000 50%);inset:0;z-index:0}.template11-about>*{position:relative;z-index:1}.template11-vision-mission{background:linear-gradient(135deg,#fffbeb,#fef3c7 50%,#fffbeb)!important}.template11-vision-mission:before{background:radial-gradient(circle,#eab3081f 0,#0000 70%);height:400px;left:-80px;top:-60px;width:400px}.template11-vision-mission:after{background:radial-gradient(circle,#fb923c1a 0,#0000 70%);bottom:-60px;content:"";height:350px;pointer-events:none;position:absolute;right:-80px;width:350px}.template11-vm-heading{color:#92400e!important}.template11-vm-block{background:#fff!important;border:1px solid #fde68a!important;box-shadow:0 4px 24px #eab3081f,0 1px 4px #0000000a!important}.template11-vm-block:hover{background:#fffbeb!important;box-shadow:0 12px 32px #eab30833,0 0 0 2px #eab30866!important}.template11-vm-text{color:#374151!important}.template11-gallery-achievements-row{background:linear-gradient(180deg,#f8f9fb,#f1f5f9)!important}.template11-events{background:linear-gradient(180deg,#fff7ed,#fffbeb)!important;overflow:hidden}.template11-events:before{background-image:radial-gradient(circle at 15% 50%,#eab30812 0,#0000 55%),radial-gradient(circle at 85% 50%,#fb923c0f 0,#0000 55%);content:"";inset:0;pointer-events:none;position:absolute}.template11-events-heading{color:#92400e!important}.template11-events-card{background:#fff!important;border:1px solid #fde68a!important}.template11-testimonials-brands-wrap{background:linear-gradient(180deg,#fffbeb,#fef9f0);padding:64px 20px}.template11-testimonials-brands-row{background:#0000;padding-bottom:0;padding-top:0}.template11-testimonials{background:#0000!important}.template11-news{background:linear-gradient(180deg,#fff,#fffbeb)!important}.template11-news-item{background:#fff!important;border-left:4px solid #eab308!important;box-shadow:0 2px 16px #eab30814,0 1px 4px #0000000a!important}.template11-news-title{color:#92400e!important}.template11-quick-access{background:#fef9e7;padding:28px 0 16px!important}.template11-quick-access-item{background:#fffffff5!important;box-shadow:0 8px 24px #eab30833,0 2px 8px #0000000f!important}.template11-events .template11-events-heading,.template11-vision-mission .template11-vm-heading{color:#92400e!important}.template11-about-title{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#b45309,#eab308)!important;-webkit-background-clip:text!important;background-clip:text!important}.template11-about-quote{background:#eab3080d;border-left-color:#eab308!important;border-radius:0 8px 8px 0;padding:16px 20px 16px 24px}.template11-about-tagline{color:#b45309!important}.template11-about-img-wrap{border:2px solid #eab3084d!important;box-shadow:0 8px 24px #eab3082e!important}.template11-achievement-content{background:#fffffff2!important}.template11-achievement-title{color:#b45309!important}.template11 *{box-sizing:border-box}.template11-container{margin:0 auto;max-width:1200px;padding:0 20px}.template11-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa;box-shadow:0 4px 6px -1px #00000014,0 10px 20px -5px #0000001f,0 0 0 1px #0000000a;overflow:visible;position:relative;transition:box-shadow .3s ease;width:100%;z-index:1000}.template11-header.is-fixed{animation:t11-slide-down .3s ease;left:0;position:fixed;right:0;top:0}@keyframes t11-slide-down{0%{opacity:.8;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.template11-header:hover{box-shadow:0 8px 12px -2px #0000001a,0 16px 32px -8px #0000002e,0 0 0 1px #0000000f}.template11-header-content{align-items:center;display:flex;gap:24px;justify-content:space-between;min-height:72px;padding:16px 0}.template11-logo{align-items:center;display:flex;flex-shrink:0}.template11-logo img{display:block;height:auto;max-height:56px;width:auto}.template11-nav{flex:1 1;min-width:0}.template11-nav,.template11-nav-list{align-items:center;display:flex;justify-content:center}.template11-nav-list{flex-wrap:wrap;gap:8px 28px;list-style:none;margin:0;padding:0}.template11-nav-item{align-items:center;display:flex}.template11-nav-item a{color:#111827;color:var(--t11-text);font-size:15px;font-weight:500;padding:8px 4px;text-decoration:none;transition:color .2s ease}.template11-nav-item a.active,.template11-nav-item a:hover{color:#db2777;color:var(--t11-primary)}.template11-nav-item a.active{font-weight:600}.template11-nav-drop{position:relative}.template11-nav-drop>.template11-nav-parent-label:after,.template11-nav-drop>a:after{content:" ▾";font-size:10px;opacity:.7}.template11-nav-parent-label{color:#111827;color:var(--t11-text);cursor:default;display:inline-block;font-size:15px;font-weight:500;padding:8px 4px;transition:color .2s ease}.template11-nav-parent-label.active,.template11-nav-parent-label:hover{color:#db2777;color:var(--t11-primary)}.template11-nav-parent-label.active{font-weight:600}.template11-nav-dropdown{background:#fffffffa;border-radius:8px;box-shadow:0 8px 24px #be185d1f,0 2px 8px #0000000f;left:0;list-style:none;margin:4px 0 0;min-width:200px;opacity:0;padding:8px 0;pointer-events:none;position:absolute;top:100%;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;z-index:1000}.template11-nav-drop:hover .template11-nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.template11-nav-dropdown:before{content:"";height:8px;left:0;position:absolute;right:0;top:-4px}.template11-nav-dropdown li{margin:0}.template11-nav-dropdown a{display:block;font-size:14px;padding:10px 16px;white-space:nowrap}.template11-nav-dropdown a:hover{background:#be185d0f}.template11-mobile-toggle{background:none;border:none;font-size:24px;padding:8px}.template11-mobile-toggle,.template11-theme-toggle{color:#db2777;color:var(--t11-primary);cursor:pointer;display:none}.template11-theme-toggle{align-items:center;background:#be185d0f;border:1.5px solid #be185d40;border-radius:50%;flex-shrink:0;height:38px;justify-content:center;transition:background .25s ease,border-color .25s ease,transform .2s ease;width:38px}.template11-theme-toggle svg{height:18px;width:18px}.template11-theme-toggle:hover{background:#be185d1f;border-color:#db2777;border-color:var(--t11-primary);transform:scale(1.08)}.template11-hero-bg{background:#fef9e7;margin-bottom:-1px;overflow:hidden;padding:48px 0 40px;position:relative}.template11-hero{border-radius:28px;box-shadow:4px 0 16px #0000001a,-4px 0 16px #0000001a;height:560px;margin:0 40px;overflow:hidden;position:relative;z-index:1}.template11-slider{border-radius:inherit;height:100%;position:relative;width:100%}.template11-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;opacity:0;position:absolute;transition:opacity .6s ease}.template11-slide.active{opacity:1;z-index:1}.template11-slide-overlay{background:linear-gradient(105deg,#00000094,#00000052 55%,#0000000d);inset:0;pointer-events:none;position:absolute}.template11-slide-content{color:#fff;left:80px;max-width:52%;padding:0 40px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.template11-slide-title{font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1.18;margin:0 0 16px;text-shadow:0 2px 12px #0000008c,0 1px 3px #0006}.template11-slide-title:after{background:linear-gradient(90deg,#eab308,#f59e0b);border-radius:2px;content:"";display:block;height:4px;margin-top:14px;width:60px}.template11-slide-subtitle{font-size:17px;font-weight:400;line-height:1.72;margin:4px 0 0;opacity:.92;text-shadow:0 1px 6px #00000080}.template11-slider-next,.template11-slider-prev{align-items:center;background:#ffffff4d;border:2px solid #ffffffe6;border-radius:50%;color:#db2777;color:var(--t11-primary);cursor:pointer;display:flex;font-size:28px;height:48px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.template11-slider-next:hover,.template11-slider-prev:hover{background:#ffffffe6;color:#be185d;color:var(--t11-primary-dark);transform:translateY(-50%) scale(1.05)}.template11-slider-prev{left:20px}.template11-slider-next{right:20px}.template11-slider-dots{bottom:24px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.template11-slider-dots button{background:#fff6;border:2px solid #ffffffe6;border-radius:50%;cursor:pointer;height:12px;transition:all .2s ease;width:12px}.template11-slider-dots button:hover{background:#ffffffb3}.template11-slider-dots button.active{background:#f59e0b;background:var(--t11-accent);border-color:#f59e0b;border-color:var(--t11-accent)}.template11-main{padding:0;position:relative;z-index:1}.template11-about{padding:48px 0 72px}.template11-about-split{align-items:flex-start;display:flex;gap:40px;margin-top:28px}.template11-about-body-wrap{flex:0 0 50%;min-width:0;padding-right:24px}.template11-about-images{grid-gap:12px;display:grid;flex:0 0 50%;gap:12px;grid-template-columns:repeat(3,1fr)}.template11-about-img-wrap{aspect-ratio:1;border:1px solid #be185d33;border-radius:12px;box-shadow:0 4px 12px #be185d1f;overflow:hidden}.template11-about-img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.template11-about-body-wrap .template11-about-body{margin:0}.template11-about-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#db2777,#7c3aed);background:linear-gradient(135deg,var(--t11-primary) 0,var(--t11-secondary) 100%);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:700;letter-spacing:-.02em;margin:0 0 12px}.template11-about-tagline{color:#f59e0b;color:var(--t11-accent);font-size:20px;font-weight:600;margin:0 0 28px}.template11-about-quote{border-left:4px solid #db2777;border-left:4px solid var(--t11-primary);color:#111827;color:var(--t11-text);font-size:18px;font-style:italic;line-height:1.7;margin:0 0 24px;padding-left:24px}.template11-about-body{color:#111827;color:var(--t11-text);font-size:17px;line-height:1.75;margin:0;max-width:720px}.template11-about-time{background:#f1f5f9;padding:0 0 72px;position:relative;z-index:1}.template11-about-time-header{background:#f59e0b;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-about-time-header h2{color:#fff;font-size:28px;font-weight:700;letter-spacing:.05em;margin:0}.template11-about-time-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 400px;margin-top:40px}.template11-about-time-text h3{color:#1e40af;font-size:20px;font-weight:700;line-height:1.4;margin:0 0 20px}.template11-about-time-text p{color:#374151;font-size:16px;line-height:1.75;margin:0 0 18px}.template11-about-time-text p b,.template11-about-time-text p strong{font-weight:600}.template11-about-time-btn{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-size:15px;font-weight:600;margin-top:24px;padding:12px 24px;text-decoration:none;transition:background .2s}.template11-about-time-btn:hover{background:#1d4ed8}.template11-about-time-form-wrap{display:flex;flex-direction:column;gap:20px}.template11-enquiry-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:28px}.template11-enquiry-form h4{color:#1e40af;font-size:18px;font-weight:700;letter-spacing:.02em;margin:0 0 24px}.template11-form-field{margin-bottom:18px}.template11-form-field label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.template11-form-field label span{color:#dc2626}.template11-form-field input,.template11-form-field select,.template11-form-field textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:15px;padding:10px 14px;width:100%}.template11-form-field input:focus,.template11-form-field select:focus,.template11-form-field textarea:focus{border-color:#2563eb;outline:none}.template11-form-submit{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.05em;margin-top:8px;padding:14px;transition:background .2s;width:100%}.template11-form-submit:hover{background:#1d4ed8}.template11-admissions-bar{align-items:center;background:#f97316;border-radius:8px;color:#fff;display:flex;font-size:18px;font-weight:700;gap:16px;padding:18px 24px;text-decoration:none;transition:background .2s}.template11-admissions-bar:hover{background:#ea580c;color:#fff}.template11-admissions-icon{align-items:center;background:#fff;border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.template11-admissions-icon svg{color:#f97316;height:24px;width:24px}@media (max-width:900px){.template11-about-time-content{grid-template-columns:1fr}.template11-about-time-form-wrap{max-width:100%}}.template11-correspondent{background:#fff;padding:0 0 72px;position:relative;z-index:1}.template11-correspondent-header{background:#f59e0b;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-correspondent-header h2{color:#fff;font-size:28px;font-weight:700;letter-spacing:.05em;margin:0}.template11-correspondent-profile{align-items:flex-start;display:flex;flex-wrap:wrap;gap:32px;margin-top:40px}.template11-correspondent-left{flex-shrink:0;max-width:100%;width:420px}.template11-correspondent-photo{border-radius:12px;box-shadow:0 4px 20px #0000001a;line-height:0;overflow:hidden;width:100%}.template11-correspondent-photo img{display:block;height:auto;width:100%}.template11-correspondent-text{flex:1 1;min-width:0}.template11-correspondent-text h3{color:#c2410c;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 20px}.template11-correspondent-text h4{color:#c2410c;font-size:18px;font-weight:700;line-height:1.4;margin:24px 0 16px}.template11-correspondent-awards{margin-top:32px;width:100%}.template11-correspondent-awards h4{color:#c2410c;font-size:18px;font-weight:700;line-height:1.4;margin:0 0 16px}.template11-correspondent-awards ul{color:#374151;font-size:16px;line-height:1.75;margin:0;padding-left:24px}.template11-correspondent-awards ul ul{margin:8px 0 8px 16px;padding-left:20px}.template11-correspondent-awards li{margin-bottom:8px}.template11-correspondent-text p,.template11-correspondent-text ul{color:#374151;font-size:16px;line-height:1.75;margin:0 0 16px}.template11-correspondent-text ul{padding-left:24px}.template11-correspondent-text ul ul{margin:8px 0 8px 16px;padding-left:20px}.template11-correspondent-text li{margin-bottom:8px}.template11-correspondent-form-wrap{display:flex;flex-direction:column;gap:20px;margin-top:48px;max-width:400px}@media (max-width:900px){.template11-correspondent-profile{flex-direction:column}.template11-correspondent-left{margin:0 auto;max-width:380px;width:100%}}.template11-contact{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-contact-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-contact-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-contact-content{grid-gap:56px;align-items:start;display:grid;gap:56px;grid-template-columns:1fr 380px;margin-top:40px}.template11-contact-school-cards{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:48px}.template11-contact-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a;padding:28px;transition:box-shadow .25s ease,transform .2s ease}.template11-contact-card:hover{box-shadow:0 4px 20px #eab3081f,0 8px 24px #0000000f}.template11-contact-card-icon{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;color:#92400e;display:flex;height:44px;justify-content:center;margin-bottom:20px;width:44px}.template11-contact-card-icon svg{height:22px;width:22px}.template11-contact-card-title{color:#0f172a;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 16px}.template11-contact-card-link{color:#b45309;display:block;font-size:15px;margin-bottom:6px;text-decoration:none;transition:color .2s}.template11-contact-card-link:hover{color:#92400e;text-decoration:underline}.template11-contact-card-address{border-top:1px solid #f1f5f9;color:#64748b;font-size:14px;line-height:1.6;margin:14px 0 0;padding-top:14px}.template11-contact-section{margin-bottom:40px}.template11-contact-section-title{align-items:center;color:#0f172a;display:flex;font-size:17px;font-weight:700;gap:10px;line-height:1.4;margin:0 0 20px}.template11-contact-section-icon{align-items:center;background:#fef3c7;border-radius:8px;color:#92400e;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.template11-contact-section-icon svg{height:14px;width:14px}.template11-contact-chips{display:flex;flex-wrap:wrap;gap:12px}.template11-contact-chip{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;min-width:140px;padding:14px 18px;text-decoration:none;transition:all .2s ease}.template11-contact-chip:hover{background:#fffbeb;border-color:#eab308;box-shadow:0 2px 8px #eab30826}.template11-contact-chip-name{color:#0f172a;font-size:14px;font-weight:600}.template11-contact-chip-phone{color:#b45309;font-size:13px;margin-top:4px}.template11-contact-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-contact-form-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 4px 24px #00000014,0 1px 2px #0000000a;padding:32px}.template11-contact-form-title{color:#1e40af;font-size:20px;font-weight:700;margin:0 0 24px}.template11-contact-form-card .template11-form-field{margin-bottom:18px}.template11-contact-form-card .template11-form-submit{border-radius:12px;font-size:15px;font-weight:600;margin-top:8px;padding:14px}.template11-contact .template11-contact-form-card .template11-form-submit,.template11-faqs .template11-contact-form-card .template11-form-submit{background:#eab308!important}.template11-contact .template11-contact-form-card .template11-form-submit:hover,.template11-faqs .template11-contact-form-card .template11-form-submit:hover{background:#ca8a04!important}.template11-contact .template11-form-field input:focus,.template11-contact .template11-form-field select:focus,.template11-contact .template11-form-field textarea:focus,.template11-faqs .template11-form-field input:focus,.template11-faqs .template11-form-field select:focus,.template11-faqs .template11-form-field textarea:focus{border-color:#eab308}.template11-contact-admissions{align-items:center;background:linear-gradient(135deg,#eab308,#ca8a04);border-radius:14px;box-shadow:0 4px 14px #eab30866;color:#fff;display:flex;font-size:16px;font-weight:600;gap:12px;padding:18px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s}.template11-contact-admissions:hover{box-shadow:0 6px 20px #eab30873;transform:translateY(-2px)}.template11-contact-admissions svg{height:22px;width:22px}.template11-contact-partners{background:#f8fafc;border:1px solid #f1f5f9;border-radius:16px;display:flex;flex-direction:column;gap:20px;padding:24px}.template11-contact-partner-block h5{color:#92400e;font-size:13px;font-weight:600;letter-spacing:.04em;margin:0 0 12px;text-transform:uppercase}.template11-contact-partner-block img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-contact-header h2{font-size:24px}.template11-contact-content{gap:40px;grid-template-columns:1fr}.template11-contact-sidebar{order:-1;position:static}.template11-contact-school-cards{grid-template-columns:1fr}}.template11-careers{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-careers-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-careers-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-careers-content{grid-gap:56px;align-items:start;display:grid;gap:56px;grid-template-columns:1fr 380px;margin-top:40px}.template11-careers-main{min-width:0}.template11-careers-title{color:#1e40af;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 24px}.template11-careers-text p{color:#374151;font-size:16px;line-height:1.75;margin:0 0 18px}.template11-careers-text p:last-child{margin-bottom:0}.template11-careers-text a{color:#b45309;font-weight:500;text-decoration:none;transition:color .2s}.template11-careers-text a:hover{color:#92400e;text-decoration:underline}.template11-careers-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-careers-form-card{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 4px 24px #00000014,0 1px 2px #0000000a;padding:28px}.template11-careers-form-card h4{color:#1e40af;font-size:18px;font-weight:700;letter-spacing:.05em;margin:0 0 24px}.template11-careers-form-card .template11-form-field{margin-bottom:18px}.template11-careers-form-card .template11-form-submit{border-radius:12px;font-size:15px;font-weight:600;margin-top:8px;padding:14px}.template11-careers .template11-careers-form-card .template11-form-submit{background:#eab308!important}.template11-careers .template11-careers-form-card .template11-form-submit:hover{background:#ca8a04!important}.template11-careers .template11-form-field input:focus,.template11-careers .template11-form-field select:focus,.template11-careers .template11-form-field textarea:focus{border-color:#eab308}.template11-careers-quicklinks{display:flex;flex-direction:column;gap:10px}.template11-careers-quicklink{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s}.template11-careers-quicklink:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);color:#78350f;transform:translateX(2px)}.template11-careers-partners{display:flex;flex-direction:column;gap:20px}.template11-careers-partner-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:20px}.template11-careers-partner-block h5{color:#92400e;font-size:14px;font-weight:700;letter-spacing:.03em;margin:0 0 12px;text-transform:uppercase}.template11-careers-partner-block img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-careers-content{grid-template-columns:1fr}.template11-careers-sidebar{order:-1;position:static}.template11-careers-header h2{font-size:24px}}.template11-faqs{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-faqs-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-faqs-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-faqs-content{grid-gap:56px;align-items:start;display:grid;gap:56px;grid-template-columns:1fr 380px;margin-top:40px}.template11-faqs-main{min-width:0}.template11-faq-accordion{display:flex;flex-direction:column;gap:12px}.template11-faq-item{background:#fff;border:1px solid #fef08a;border-radius:14px;box-shadow:0 1px 3px #0000000a;overflow:hidden;transition:box-shadow .25s ease,border-color .2s}.template11-faq-item:hover{border-color:#fde047;box-shadow:0 4px 12px #eab3081a}.template11-faq-item.open{border-color:#eab308;box-shadow:0 4px 16px #eab30826}.template11-faq-trigger{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;gap:16px;justify-content:space-between;padding:20px 24px;text-align:left;transition:background .2s;width:100%}.template11-faq-trigger:hover{background:#fffbeb}.template11-faq-question{color:#0f172a;flex:1 1;font-size:16px;font-weight:600;line-height:1.4}.template11-faq-icon{align-items:center;color:#64748b;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:transform .25s ease;width:28px}.template11-faq-item.open .template11-faq-icon{color:#b45309;transform:rotate(180deg)}.template11-faq-icon svg{height:20px;width:20px}.template11-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.template11-faq-item.open .template11-faq-answer{max-height:500px}.template11-faq-answer p{color:#475569;font-size:15px;line-height:1.7;margin:0;padding:0 24px 20px}.template11-faqs-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}@media (max-width:900px){.template11-faqs-header h2{font-size:24px}.template11-faqs-content{gap:40px;grid-template-columns:1fr}.template11-faqs-sidebar{order:-1;position:static}}.template11-our-approach{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-our-approach-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-our-approach-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-our-approach-content{grid-gap:56px;align-items:start;display:grid;gap:56px;grid-template-columns:1fr 380px;margin-top:40px}.template11-our-approach-intro{color:#64748b;font-size:17px;grid-column:1/-1;line-height:1.6;margin:0 0 32px;max-width:720px}.template11-our-approach-main{min-width:0}.template11-our-approach-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.template11-our-approach-card{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 1px 3px #0000000a;padding:28px;transition:box-shadow .25s ease,transform .2s ease}.template11-our-approach-card:hover{border-color:#fde047;box-shadow:0 4px 20px #eab3081f,0 8px 24px #0000000f}.template11-our-approach-card-icon{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:14px;color:#92400e;display:flex;height:48px;justify-content:center;margin-bottom:20px;width:48px}.template11-our-approach-card-icon svg{height:24px;width:24px}.template11-our-approach-card-title{color:#1e40af;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 12px}.template11-our-approach-card-text{color:#374151;font-size:15px;line-height:1.65;margin:0}.template11-our-approach-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-our-approach .template11-contact-form-card .template11-form-submit{background:#eab308!important}.template11-our-approach .template11-contact-form-card .template11-form-submit:hover{background:#ca8a04!important}.template11-our-approach .template11-contact-admissions{background:linear-gradient(135deg,#eab308,#ca8a04)!important}.template11-our-approach .template11-contact-admissions:hover{box-shadow:0 6px 20px #eab30873}.template11-our-approach .template11-form-field input:focus,.template11-our-approach .template11-form-field select:focus,.template11-our-approach .template11-form-field textarea:focus{border-color:#eab308}.template11-our-approach .template11-contact-partner-block h5{color:#92400e}@media (max-width:900px){.template11-our-approach-header h2{font-size:24px}.template11-our-approach-content{gap:40px;grid-template-columns:1fr}.template11-our-approach-sidebar{order:-1;position:static}.template11-our-approach-grid{grid-template-columns:1fr}}.template11-environment-page .template11-nav-item a.active,.template11-environment-page .template11-nav-item a:hover,.template11-environment-page .template11-nav-parent-label.active,.template11-environment-page .template11-nav-parent-label:hover{color:#ca8a04}.template11-environment{background:linear-gradient(180deg,#fffbeb,#fff 15%);padding:0 0 80px;position:relative;z-index:1}.template11-environment-hero{background:#eab308;margin-bottom:40px;padding:28px 24px}.template11-environment-hero-title{color:#fff;font-size:32px;font-weight:800;letter-spacing:.08em;margin:0}.template11-environment-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 380px}.template11-environment-main{min-width:0}.template11-environment-section-title{color:#1e40af;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 28px}.template11-environment-accordion{display:flex;flex-direction:column;gap:12px}.template11-environment-accordion-item{background:#fff;border:1px solid #fef08a;border-radius:12px;box-shadow:0 1px 3px #eab30814;overflow:hidden;transition:border-color .2s,box-shadow .2s}.template11-environment-accordion-item:hover{border-color:#fde047;box-shadow:0 4px 12px #eab3081f}.template11-environment-accordion-item.open{border-color:#eab308;box-shadow:0 4px 20px #eab30826}.template11-environment-accordion-trigger{align-items:center;background:#fffbeb;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:18px 22px;text-align:left;transition:background .2s;width:100%}.template11-environment-accordion-trigger:hover{background:#fef9c3}.template11-environment-accordion-item.open .template11-environment-accordion-trigger{background:#fef08a;color:#854d0e}.template11-environment-accordion-icon{align-items:center;color:#ca8a04;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:transform .2s;width:24px}.template11-environment-accordion-icon svg{height:18px;width:18px}.template11-environment-accordion-item.open .template11-environment-accordion-icon{transform:rotate(180deg)}.template11-environment-accordion-content{max-height:0;overflow:hidden;transition:max-height .35s ease}.template11-environment-accordion-item.open .template11-environment-accordion-content{max-height:600px}.template11-environment-accordion-body{padding:0 22px 22px}.template11-environment-accordion-body p{color:#475569;font-size:15px;line-height:1.7;margin:0 0 16px}.template11-environment-accordion-img{border-radius:10px;margin-top:16px;max-width:360px;overflow:hidden}.template11-environment-accordion-img img{display:block;height:auto;width:100%}.template11-environment-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-environment-enquiry{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 2px 12px #eab3081a;padding:24px}.template11-environment-enquiry h4{color:#854d0e;font-size:16px;letter-spacing:.1em;margin-bottom:20px}.template11-environment-submit{background:#1e40af!important;border:none!important;color:#fff!important}.template11-environment-submit:hover{background:#1d4ed8!important}.template11-environment-quick-links{display:flex;flex-direction:column;gap:10px}.template11-environment-quick-link{align-items:center;background:#ca8a04;background:var(--link-color,#ca8a04);border-radius:999px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:12px;padding:14px 18px;text-decoration:none;transition:opacity .2s,transform .2s}.template11-environment-quick-link:hover{opacity:.9;transform:translateX(4px)}.template11-environment-quick-link-icon{align-items:center;display:flex;justify-content:center}.template11-environment-quick-link-icon svg{height:20px;width:20px}.template11-environment-partners{display:flex;flex-direction:column;gap:16px}.template11-environment-partner-block{background:#fff;border:1px solid #fef08a;border-radius:12px;padding:20px}.template11-environment-partner-block h5{color:#854d0e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-environment-partner-block img{display:block;height:auto;max-width:100%}.template11-environment-locations{background:#fffbeb;border:1px solid #fef08a;border-radius:12px;padding:20px}.template11-environment-locations h5{color:#854d0e;font-size:12px;font-weight:700;letter-spacing:.08em;margin:0 0 8px}.template11-environment-locations p{color:#475569;font-size:14px;margin:0}.template11-environment-admissions{align-items:center;background:#1e40af;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:12px;padding:16px 24px;text-decoration:none;transition:background .2s}.template11-environment-admissions:hover{background:#1d4ed8}.template11-environment-admissions svg{height:24px;width:24px}@media (max-width:900px){.template11-environment-content{gap:40px;grid-template-columns:1fr}.template11-environment-sidebar{order:-1;position:static}.template11-environment-hero-title{font-size:24px}}.template11-infrastructure-page .template11-nav-item a.active,.template11-infrastructure-page .template11-nav-item a:hover{color:#ca8a04}.template11-infrastructure{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-infrastructure-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-infrastructure-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-infrastructure-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 340px;margin-top:40px}.template11-infrastructure-main{min-width:0}.template11-infrastructure-intro{color:#475569;font-size:16px;line-height:1.75;margin:0 0 32px}.template11-infrastructure-blocks{grid-gap:24px 28px;display:grid;gap:24px 28px;grid-template-columns:repeat(2,1fr)}.template11-infrastructure-block-featured{grid-column:1/-1}.template11-infrastructure-block{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 1px 3px #0000000a;margin-bottom:0;padding:24px;transition:box-shadow .25s ease,border-color .2s}.template11-infrastructure-block:hover{border-color:#fde047;box-shadow:0 4px 20px #eab3081f}.template11-infrastructure-block-featured{overflow:hidden;padding:0;position:relative}.template11-infrastructure-block-featured .template11-infrastructure-block-title{background:linear-gradient(0deg,#0f172ad9,#0000);bottom:0;color:#fff;font-size:22px;left:0;letter-spacing:.02em;margin:0;padding:24px 28px;position:absolute;right:0;z-index:2}.template11-infrastructure-block-title{color:#1e40af;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 16px}.template11-infrastructure-featured-wrap{aspect-ratio:21/8;border-radius:12px;min-height:200px;overflow:hidden;position:relative}.template11-infrastructure-featured-img{height:100%;width:100%}.template11-infrastructure-featured-img img{display:block;height:100%;object-fit:cover;width:100%}.template11-infrastructure-grid{display:block}.template11-infrastructure-img-wrap{aspect-ratio:16/10;background:#f8fafc;border-radius:10px;overflow:hidden}.template11-infrastructure-img-wrap:first-child:last-child{width:100%}.template11-infrastructure-img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.template11-infrastructure-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-infrastructure-enquiry{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 2px 12px #eab3081a;padding:24px}.template11-infrastructure-enquiry h4{color:#1e40af;font-size:16px;letter-spacing:.1em;margin-bottom:20px}.template11-infrastructure-submit{background:#eab308!important;border:none!important;color:#fff!important}.template11-infrastructure-submit:hover{background:#ca8a04!important}.template11-infrastructure .template11-form-field input:focus,.template11-infrastructure .template11-form-field select:focus,.template11-infrastructure .template11-form-field textarea:focus{border-color:#eab308}.template11-infrastructure-quick-links{display:flex;flex-direction:column;gap:10px}.template11-infrastructure-quick-link{align-items:center;background:#ca8a04;background:var(--link-color,#ca8a04);border-radius:999px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:12px;padding:14px 18px;text-decoration:none;transition:opacity .2s,transform .2s}.template11-infrastructure-quick-link:hover{opacity:.9;transform:translateX(4px)}.template11-infrastructure-quick-link-icon{align-items:center;display:flex;justify-content:center}.template11-infrastructure-quick-link-icon svg{height:20px;width:20px}.template11-infrastructure-partners{display:flex;flex-direction:column;gap:16px}.template11-infrastructure-partner-block{background:#fff;border:1px solid #fef08a;border-radius:12px;padding:20px}.template11-infrastructure-partner-block h5{color:#854d0e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-infrastructure-partner-block img{display:block;height:auto;max-width:100%}.template11-infrastructure-admissions{align-items:center;background:linear-gradient(135deg,#eab308,#ca8a04);border-radius:12px;box-shadow:0 4px 14px #eab30859;color:#fff;display:flex;font-weight:600;gap:12px;padding:16px 24px;text-decoration:none;transition:all .2s}.template11-infrastructure-admissions:hover{background:linear-gradient(135deg,#ca8a04,#a16207);box-shadow:0 6px 20px #eab30873}.template11-infrastructure-admissions svg{height:24px;width:24px}@media (max-width:900px){.template11-infrastructure-content{gap:40px;grid-template-columns:1fr}.template11-infrastructure-sidebar{order:-1;position:static}.template11-infrastructure-header h2{font-size:24px}.template11-infrastructure-blocks{gap:20px;grid-template-columns:1fr}.template11-infrastructure-featured-wrap{aspect-ratio:16/9;min-height:180px}.template11-infrastructure-block-featured .template11-infrastructure-block-title{font-size:18px;padding:20px}}.template11-facilities-page .template11-nav-item a.active,.template11-facilities-page .template11-nav-item a:hover{color:#ca8a04}.template11-facilities{background:linear-gradient(180deg,#fffbeb,#fff 15%);padding:0 0 80px;position:relative;z-index:1}.template11-facilities-hero{background:#eab308;margin-bottom:40px;padding:28px 24px}.template11-facilities-hero-title{color:#1e40af;font-size:32px;font-weight:800;letter-spacing:.08em;margin:0}.template11-facilities-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 380px}.template11-facilities-main{min-width:0}.template11-facilities-section-title{color:#0f172a;font-size:20px;font-weight:700;line-height:1.4;margin:0 0 8px}.template11-facilities-breadcrumb{color:#ea580c;font-size:14px;margin:0 0 28px}.template11-facilities-accordion{display:flex;flex-direction:column;gap:12px}.template11-facilities-accordion-item{background:#fff;border:1px solid #fef08a;border-radius:12px;box-shadow:0 1px 3px #eab30814;overflow:hidden;transition:border-color .2s,box-shadow .2s}.template11-facilities-accordion-item:hover{border-color:#fde047;box-shadow:0 4px 12px #eab3081f}.template11-facilities-accordion-item.open{border-color:#eab308;box-shadow:0 4px 20px #eab30826}.template11-facilities-accordion-trigger{align-items:center;background:#fffbeb;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:18px 22px;text-align:left;transition:background .2s;width:100%}.template11-facilities-accordion-trigger:hover{background:#fef9c3}.template11-facilities-accordion-item.open .template11-facilities-accordion-trigger{background:#fef08a;color:#854d0e}.template11-facilities-accordion-icon{align-items:center;color:#ca8a04;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:transform .2s;width:24px}.template11-facilities-accordion-icon svg{height:18px;width:18px}.template11-facilities-accordion-item.open .template11-facilities-accordion-icon{transform:rotate(180deg)}.template11-facilities-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.template11-facilities-accordion-item.open .template11-facilities-accordion-content{max-height:800px}.template11-facilities-accordion-body{padding:0 22px 22px}.template11-facilities-accordion-body p{color:#475569;font-size:15px;line-height:1.7;margin:0 0 16px}.template11-facilities-accordion-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-top:16px}.template11-facilities-accordion-img-wrap{aspect-ratio:4/3;background:#f1f5f9;border-radius:10px;overflow:hidden}.template11-facilities-accordion-img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.template11-facilities-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-facilities-enquiry{background:#fff;border:1px solid #fef08a;border-radius:16px;box-shadow:0 2px 12px #eab3081a;padding:24px}.template11-facilities-enquiry h4{color:#1e40af;font-size:16px;letter-spacing:.1em;margin-bottom:20px}.template11-facilities-submit{background:#1e40af!important;border:none!important;color:#fff!important}.template11-facilities-submit:hover{background:#1d4ed8!important}.template11-facilities-quick-links{display:flex;flex-direction:column;gap:10px}.template11-facilities-quick-link{align-items:center;background:#ca8a04;background:var(--link-color,#ca8a04);border-radius:999px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:12px;padding:14px 18px;text-decoration:none;transition:opacity .2s,transform .2s}.template11-facilities-quick-link:hover{opacity:.9;transform:translateX(4px)}.template11-facilities-quick-link-icon{align-items:center;display:flex;justify-content:center}.template11-facilities-quick-link-icon svg{height:20px;width:20px}.template11-facilities-partners{display:flex;flex-direction:column;gap:16px}.template11-facilities-partner-block{background:#fff;border:1px solid #fef08a;border-radius:12px;padding:20px}.template11-facilities-partner-block h5{color:#854d0e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-facilities-partner-block img{display:block;height:auto;max-width:100%}.template11-facilities-admissions{align-items:center;background:#1e40af;border-radius:12px;color:#fff;display:flex;font-weight:600;gap:12px;padding:16px 24px;text-decoration:none;transition:background .2s}.template11-facilities-admissions:hover{background:#1d4ed8}.template11-facilities-admissions svg{height:24px;width:24px}@media (max-width:900px){.template11-facilities-content{gap:40px;grid-template-columns:1fr}.template11-facilities-sidebar{order:-1;position:static}.template11-facilities-hero-title{font-size:24px}.template11-facilities-accordion-grid{grid-template-columns:repeat(2,1fr)}}.template11-achievements-page-section{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-achievements-page-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-achievements-page-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-achievements-page-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 320px;margin-top:40px}.template11-achievements-page-main{min-width:0}.template11-achievement-page-item{background:#fff;border:1px solid #fef08a;border-radius:14px;box-shadow:0 1px 3px #0000000a;margin-bottom:36px;padding:24px}.template11-achievement-page-item:last-child{margin-bottom:0}.template11-achievement-page-img{aspect-ratio:16/10;background:#f8fafc;border-radius:10px;margin-bottom:18px;overflow:hidden}.template11-achievement-page-img img{display:block;height:100%;object-fit:cover;width:100%}.template11-achievement-page-imgs{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr);margin-bottom:18px}.template11-achievement-page-imgs .template11-achievement-page-img{margin-bottom:0}.template11-achievement-page-body{padding-left:32px;position:relative}.template11-achievement-page-icon{font-size:18px;left:0;position:absolute;top:2px}.template11-achievement-page-body p,.template11-achievement-page-body ul{color:#374151;font-size:15px;line-height:1.7;margin:0 0 12px}.template11-achievement-page-body p:last-child,.template11-achievement-page-body ul:last-child{margin-bottom:0}.template11-achievement-page-body ul{margin-bottom:16px;padding-left:20px}.template11-achievement-page-body a{color:#b45309;font-weight:500;text-decoration:none}.template11-achievement-page-body a:hover{text-decoration:underline}.template11-achievement-page-item-link{padding-left:44px}.template11-achievement-page-item-link .template11-achievement-page-icon{left:24px}.template11-achievement-page-item-link p{margin:0}.template11-achievements-page-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-achievements-page-quicklinks{display:flex;flex-direction:column;gap:10px}.template11-achievements-page-quicklinks a{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s}.template11-achievements-page-quicklinks a:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);color:#78350f;transform:translateX(2px)}.template11-achievements-page-partners{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:20px}.template11-achievements-page-partners h5{color:#92400e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-achievements-page-partners img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-achievements-page-content{grid-template-columns:1fr}.template11-achievements-page-sidebar{order:-1;position:static}.template11-achievements-page-header h2{font-size:24px}.template11-achievement-page-imgs{grid-template-columns:1fr}}.template11-achievements-page .template11-nav-dropdown a.active,.template11-achievements-page .template11-nav-item a.active,.template11-activities-page .template11-nav-dropdown a.active,.template11-activities-page .template11-nav-item a.active,.template11-careers-page .template11-nav-item a.active,.template11-contact-page .template11-nav-item a.active,.template11-faqs-page .template11-nav-item a.active,.template11-gallery-page .template11-nav-dropdown a.active,.template11-gallery-page .template11-nav-item a.active,.template11-news-media-page .template11-nav-item a.active,.template11-our-approach-page .template11-nav-dropdown a.active{color:#ca8a04}.template11-news-media-section{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-news-media-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-news-media-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-news-media-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 320px;margin-top:40px}.template11-news-media-main{display:flex;flex-direction:column;gap:32px;min-width:0}.template11-news-media-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 12px #00000014;overflow:hidden}.template11-news-media-imgs{grid-gap:12px;background:#f8fafc;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:16px}.template11-news-media-img{aspect-ratio:4/3;background:#f1f5f9;border-radius:8px;overflow:hidden}.template11-news-media-img img{display:block;height:100%;object-fit:cover;width:100%}.template11-news-media-body{padding:24px}.template11-news-media-body h3{color:#1e3a5f;font-size:18px;font-weight:700;line-height:1.4;margin:0 0 16px}.template11-news-media-text p{color:#374151;font-size:15px;line-height:1.7;margin:0 0 12px}.template11-news-media-text p:last-child{margin-bottom:0}.template11-news-media-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-news-media-quicklinks{display:flex;flex-direction:column;gap:10px}.template11-news-media-quicklinks a{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s}.template11-news-media-quicklinks a:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);color:#78350f;transform:translateX(2px)}.template11-news-media-partners{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:20px}.template11-news-media-partners h5{color:#92400e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-news-media-partners img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-news-media-content{grid-template-columns:1fr}.template11-news-media-sidebar{order:-1;position:static}.template11-news-media-header h2{font-size:24px}}.template11-gallery-page-section{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-gallery-page-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:left}.template11-gallery-page-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-gallery-page-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 320px;margin-top:40px}.template11-gallery-page-main{min-width:0}.template11-gallery-page-title{color:#1e3a5f;font-size:28px;font-weight:700;margin:0 0 24px}.template11-gallery-album-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.template11-gallery-album-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 12px #00000014;display:block;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s}.template11-gallery-album-card:hover{border-color:#fcd34d;box-shadow:0 8px 24px #eab30833;transform:translateY(-4px)}.template11-gallery-album-img{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden}.template11-gallery-album-img img{display:block;height:100%;object-fit:cover;width:100%}.template11-gallery-album-title{color:#1e3a5f;font-size:15px;font-weight:600;line-height:1.4;margin:0;padding:16px 18px 8px}.template11-gallery-album-read{color:#b45309;display:inline-block;font-size:13px;font-weight:600;padding:0 18px 16px}.template11-gallery-page-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-gallery-page-login{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:24px}.template11-gallery-page-login h5{color:#1e3a5f;font-size:18px;font-weight:700;margin:0 0 16px}.template11-gallery-page-login .template11-form-field{margin-bottom:12px}.template11-gallery-page-login .template11-form-field label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:4px}.template11-gallery-page-login input{border:1px solid #e5e7eb;border-radius:8px;font-size:14px;padding:10px 12px;width:100%}.template11-gallery-login-btn{background:linear-gradient(135deg,#eab308,#ca8a04);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:4px;padding:12px;transition:opacity .2s;width:100%}.template11-gallery-login-btn:hover{opacity:.9}.template11-gallery-login-links{display:flex;font-size:13px;gap:12px;margin-top:12px}.template11-gallery-login-links a{color:#b45309;font-weight:500;text-decoration:none}.template11-gallery-login-links a:hover{text-decoration:underline}.template11-gallery-page-quicklinks{display:flex;flex-direction:column;gap:10px}.template11-gallery-page-quicklinks a{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s}.template11-gallery-page-quicklinks a:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);color:#78350f;transform:translateX(2px)}.template11-gallery-page-partners{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:20px}.template11-gallery-page-partners h5{color:#92400e;font-size:14px;font-weight:700;margin:0 0 12px}.template11-gallery-page-partners img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-gallery-page-content{grid-template-columns:1fr}.template11-gallery-page-sidebar{order:-1;position:static}.template11-gallery-page-header h2{font-size:24px}.template11-gallery-album-grid{grid-template-columns:1fr}}@media (min-width:901px) and (max-width:1100px){.template11-gallery-album-grid{grid-template-columns:1fr}}.template11-activities{background:linear-gradient(180deg,#fffbeb,#fff 12%);padding:0 0 80px;position:relative;z-index:1}.template11-activities-header{background:#eab308;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-activities-header h2{color:#fff;font-size:32px;font-weight:700;letter-spacing:.08em;margin:0}.template11-activities-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 320px;margin-top:40px}.template11-activities-main-col{min-width:0}.template11-activities-block{margin-bottom:48px}.template11-activities-block:last-child{margin-bottom:0}.template11-activities-meta{color:#92400e;font-size:14px;font-weight:500;margin-bottom:8px}.template11-activities-block h3{color:#1e40af;font-size:20px;font-weight:700;line-height:1.35;margin:0 0 16px}.template11-activities-block p{color:#374151;font-size:15px;line-height:1.7;margin:0 0 20px}.template11-activities-gallery{grid-gap:12px;display:grid;gap:12px;margin-top:20px}.template11-activities-gallery-single{grid-template-columns:1fr;max-width:480px}.template11-activities-gallery img,.template11-activities-gallery-single img{border-radius:10px;display:block;height:auto;object-fit:cover;overflow:hidden;width:100%}.template11-activities-gallery-grid-2,.template11-activities-gallery-grid-4{grid-template-columns:repeat(2,1fr)}@media (min-width:600px){.template11-activities-gallery-grid-4{grid-template-columns:repeat(2,1fr)}}.template11-activities-gallery-grid-6{grid-template-columns:repeat(2,1fr)}@media (min-width:700px){.template11-activities-gallery-grid-6{grid-template-columns:repeat(3,1fr)}}.template11-activities-gallery-preprimary{grid-template-columns:repeat(3,1fr)}@media (min-width:700px){.template11-activities-gallery-preprimary{grid-template-columns:repeat(4,1fr)}}.template11-activities-gallery-preprimary img{aspect-ratio:1}.template11-activities-sidebar{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:100px}.template11-activities-quicklinks h4,.template11-activities-search h4{color:#1e40af;font-size:14px;font-weight:700;letter-spacing:.05em;margin:0 0 12px}.template11-activities-search form{display:flex;gap:8px}.template11-activities-search input{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-family:inherit;font-size:15px;padding:10px 14px}.template11-activities-search button{background:#eab308;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s}.template11-activities-search button:hover{background:#ca8a04}.template11-activities-quicklinks{display:flex;flex-direction:column;gap:8px}.template11-activities-quicklinks a{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:8px;color:#92400e;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s}.template11-activities-quicklinks a:hover{background:linear-gradient(135deg,#fde68a,#fcd34d);color:#78350f;transform:translateX(2px)}.template11-activities-partners{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 12px #0000000f;padding:20px}.template11-activities-partners h5{color:#1e40af;font-size:14px;font-weight:700;margin:0 0 12px}.template11-activities-partners img{display:block;height:auto;max-width:100%}@media (max-width:900px){.template11-activities-content{grid-template-columns:1fr}.template11-activities-sidebar{order:-1;position:static}.template11-activities-header h2{font-size:24px}.template11-activities-gallery-grid-2,.template11-activities-gallery-grid-4,.template11-activities-gallery-grid-6{grid-template-columns:repeat(2,1fr)}.template11-activities-gallery-preprimary{grid-template-columns:repeat(3,1fr)}}.template11-cbse-info{background:#fafaf9;padding:0 0 72px;position:relative;z-index:1}.template11-cbse-info-header{background:#f59e0b;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-cbse-info-header h2{color:#fff;font-size:28px;font-weight:700;letter-spacing:.05em;margin:0}.template11-cbse-section{margin-top:48px}.template11-cbse-section:first-of-type{margin-top:40px}.template11-cbse-section-title{color:#1e40af;font-size:20px;font-weight:700;line-height:1.4;margin:0 0 20px}.template11-cbse-accordion{display:flex;flex-direction:column;gap:12px}.template11-cbse-accordion-item{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:background .2s,border-color .2s}.template11-cbse-accordion-item:hover{background:#e5e7eb;border-color:#d1d5db}.template11-cbse-accordion-item.open{background:#fff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb14}.template11-cbse-accordion-trigger{align-items:center;background:none;border:none;color:#111827;cursor:pointer;display:flex;font-family:inherit;font-size:16px;font-weight:600;justify-content:space-between;padding:16px 20px;text-align:left;transition:color .2s;width:100%}.template11-cbse-accordion-trigger:hover{color:#1e40af}.template11-cbse-accordion-icon{color:#6b7280;flex-shrink:0;font-size:18px;margin-left:12px}.template11-cbse-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.template11-cbse-accordion-item.open .template11-cbse-accordion-content{max-height:600px}.template11-cbse-accordion-content p{border-top:1px solid #e5e7eb;color:#374151;font-size:15px;line-height:1.7;margin:0;padding:16px 20px 20px}.template11-cbse-accordion-item.open .template11-cbse-accordion-content p{border-top-color:#e5e7eb}.template11-time-kids{background:#fafaf9;padding:0 0 72px;position:relative;z-index:1}.template11-time-kids-header{background:#f59e0b;-webkit-clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);clip-path:polygon(0 0,100% 0,100% 85%,95% 100%,0 100%,0 85%);padding:28px 24px;text-align:center}.template11-time-kids-header h2{color:#fff;font-size:28px;font-weight:700;letter-spacing:.05em;margin:0}.template11-time-kids-content{grid-gap:48px;align-items:start;display:grid;gap:48px;grid-template-columns:1fr 400px;margin-top:40px}.template11-time-kids-text h3{color:#1e40af;font-size:22px;font-weight:700;line-height:1.4;margin:0 0 20px}.template11-time-kids-text p{color:#374151;font-size:16px;line-height:1.75;margin:0 0 18px}.template11-time-kids-btn{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-size:15px;font-weight:600;margin-top:8px;padding:12px 24px;text-decoration:none;transition:background .2s}.template11-time-kids-btn:hover{background:#1d4ed8}.template11-time-kids-form-wrap{display:flex;flex-direction:column;gap:20px}@media (max-width:900px){.template11-time-kids-content{grid-template-columns:1fr}.template11-time-kids-form-wrap{max-width:100%}}.template11-quick-access{padding:40px 0 24px;position:relative;z-index:1}.template11-quick-access-grid{display:flex;flex-wrap:wrap;gap:20px 24px;justify-content:center;margin:0 auto;max-width:1000px}.template11-quick-access-item{align-items:center;background:#fefcf9f2;border-radius:20px;box-shadow:0 12px 32px #0000001f,0 4px 12px #be185d14;color:#fff;display:flex;flex:1 1;flex-direction:column;gap:12px;max-width:180px;min-width:140px;padding:28px 24px;text-decoration:none;transform:translateY(-6px);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,padding .3s ease,background .3s ease}.template11-quick-access-item:hover{box-shadow:0 16px 40px #00000024,0 6px 16px #be185d1a;transform:translateY(-8px)}.template11-quick-access-icon-wrap{align-items:center;background:#fff;border:4px solid #db2777;border:4px solid var(--item-color,var(--t11-primary));border-radius:50%;box-shadow:0 4px 12px #00000014;display:flex;flex-shrink:0;height:64px;justify-content:center;transition:border-width .2s ease,box-shadow .2s ease;width:64px}.template11-quick-access-item:hover .template11-quick-access-icon-wrap{border-width:4px;box-shadow:0 6px 16px #0000001a}.template11-quick-access-icon-wrap svg{color:#db2777;color:var(--item-color,var(--t11-primary));height:28px;width:28px}.template11-quick-access-label{background:#db2777;background:var(--item-color,var(--t11-primary));border-radius:12px;display:block;filter:brightness(1.08);font-size:14px;font-weight:600;letter-spacing:.02em;padding:14px 20px;text-align:center;transition:filter .2s ease;width:100%}.template11-quick-access-item:hover .template11-quick-access-label{filter:brightness(1.12)}.template11-vision-mission{background:#fff;padding:80px 0;z-index:1}.template11-vision-mission .template11-container,.template11-vm-heading{position:relative;z-index:1}.template11-vm-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 40px;text-align:center;text-transform:uppercase}.template11-vm-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px;position:relative;z-index:1}.template11-vm-block{background:#fffffff2;border:1px solid #ffffffe6;border-radius:24px;box-shadow:0 4px 24px #be185d0f,0 1px 3px #0000000a;overflow:hidden;padding:44px 36px 40px;position:relative;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease}.template11-vm-block:before{background:linear-gradient(90deg,#db2777,#7c3aed);background:linear-gradient(90deg,var(--t11-primary),var(--t11-secondary));content:"";height:4px;left:0;position:absolute;right:0;top:0}.template11-vm-block:hover{box-shadow:0 20px 40px #be185d1f,0 8px 16px #0000000f;transform:translateY(-6px)}.template11-vm-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#db2777,#f59e0b);background:linear-gradient(135deg,var(--t11-primary),var(--t11-accent));-webkit-background-clip:text;background-clip:text;color:#db2777;color:var(--t11-primary);font-size:13px;font-weight:700;letter-spacing:.2em;margin:0 0 20px;text-transform:uppercase}.template11-vm-text{color:#111827;color:var(--t11-text);font-size:17px;font-weight:450;line-height:1.75;margin:0}.template11-gallery-achievements-row{background:#fff;padding:72px 0 48px;position:relative;z-index:1}.template11-gallery-achievements-inner{align-items:stretch;display:flex;gap:24px;margin:0 auto;max-width:1200px;padding:0 24px}.template11-gallery-achievements-row .template11-achievements,.template11-gallery-achievements-row .template11-gallery{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;min-width:0}.template11-gallery-achievements-row .template11-achievements{min-height:0;overflow:hidden}.template11-gallery-achievements-row .template11-achievements-inner,.template11-gallery-achievements-row .template11-gallery-inner{display:flex;flex-direction:column;height:100%;min-height:0}.template11-gallery-achievements-row .template11-gallery-inner{height:auto}.template11-gallery-achievements-row .template11-achievements-inner{height:100%}.template11-gallery-achievements-row .template11-gallery-slider{display:flex;flex:0 0 auto;flex-direction:column}.template11-gallery-achievements-row .template11-achievements-scroll{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:8px}.template11-gallery-achievements-row .template11-achievements-scroll::-webkit-scrollbar{width:6px}.template11-gallery-achievements-row .template11-achievements-scroll::-webkit-scrollbar-track{background:#be185d14;border-radius:3px}.template11-gallery-achievements-row .template11-achievements-scroll::-webkit-scrollbar-thumb{background:#db2777;background:var(--t11-primary);border-radius:3px}.template11-gallery{padding:72px 0 48px;position:relative;z-index:1}.template11-gallery-achievements-row .template11-gallery{border-right:1px solid #be185d1f;padding:0}.template11-gallery-achievements-row .template11-achievements{padding:0}.template11-gallery-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 40px;text-align:center;text-transform:uppercase}.template11-gallery-achievements-row .template11-achievements-heading{margin-bottom:24px}.template11-gallery-slider{align-items:center;display:flex;flex-direction:column;gap:24px}.template11-gallery-main-wrap{align-items:center;display:flex;justify-content:center;max-width:500px;position:relative;width:100%}.template11-gallery-main{background:#fff;border-radius:24px;box-shadow:0 4px 20px #0000001a,0 2px 8px #0000000f;overflow:hidden;width:100%}.template11-gallery-main img{display:block;max-height:720px;max-width:100%;object-fit:cover;width:500px}.template11-gallery-thumbnails{display:flex;flex-direction:row;gap:8px;justify-content:center;max-width:100%;padding:0;width:500px}.template11-gallery-thumb{aspect-ratio:1;background:#0000;border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:pointer;flex:1 1;min-width:0;overflow:hidden;padding:0;transition:box-shadow .2s ease,transform .2s ease}.template11-gallery-thumb img{display:block;height:100%;object-fit:cover;width:100%}.template11-gallery-thumb:hover{box-shadow:0 4px 14px #0000001f;transform:scale(1.03)}.template11-gallery-thumb.active{box-shadow:0 0 0 3px #db2777;box-shadow:0 0 0 3px var(--t11-primary)}.template11-events{background:#fff;padding:56px 0 40px;position:relative;z-index:1}.template11-events-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 40px;text-align:center;text-transform:uppercase}.template11-events-slider{align-items:center;display:flex;flex-direction:column;min-height:0;position:relative}.template11-events-track{align-items:center;display:flex;height:400px;justify-content:center;max-width:1300px;perspective:1400px;position:relative;width:100%}.template11-events-card{background:#fff;border:8px solid #fff;border-radius:12px;box-shadow:0 8px 32px #00000026,0 2px 8px #00000014;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:absolute;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.template11-events-card-img{flex-shrink:0;height:260px;overflow:hidden;width:100%}.template11-events-card-img img{display:block;height:100%;object-fit:cover;width:100%}.template11-events-card-inner{flex:1 1;overflow:hidden;padding:12px 16px}.template11-events-card-inner h3{color:#db2777;color:var(--t11-primary);font-size:16px;font-weight:700;margin:0 0 6px}.template11-events-card-inner p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;color:var(--t11-text);display:-webkit-box;font-size:13px;line-height:1.5;margin:0;overflow:hidden}.template11-events-card-center{height:360px;left:50%;transform:translateX(-50%) scale(1);width:520px;z-index:3}.template11-events-card-prev{height:250px;left:50%;opacity:.85;transform:translateX(calc(-50% - 320px)) scale(.75) rotateY(-8deg);width:340px;z-index:1}.template11-events-card-next .template11-events-card-img,.template11-events-card-prev .template11-events-card-img{height:175px}.template11-events-card-prev .template11-events-card-inner h3{font-size:15px}.template11-events-card-prev .template11-events-card-inner p{-webkit-line-clamp:3;font-size:13px}.template11-events-card-next{height:250px;left:50%;opacity:.85;transform:translateX(calc(-50% + 320px)) scale(.75) rotateY(8deg);width:340px;z-index:1}.template11-events-card-next .template11-events-card-inner h3{font-size:15px}.template11-events-card-next .template11-events-card-inner p{-webkit-line-clamp:3;font-size:13px}.template11-events-card-next:hover,.template11-events-card-prev:hover{opacity:1;z-index:2}.template11-events-caption{color:#111827;color:var(--t11-text);font-family:Georgia,Times New Roman,serif;font-size:20px;font-style:italic;margin-top:16px;text-align:center}.template11-achievements{padding:56px 0 32px;position:relative;z-index:1}.template11-achievements-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 40px;text-align:center;text-transform:uppercase}.template11-gallery-achievements-row .template11-achievements-heading{text-align:left}.template11-achievements-timeline{margin:0 auto;max-width:700px;position:relative}.template11-gallery-achievements-row .template11-achievements-timeline{margin:0;max-width:none}.template11-achievement-item{padding-bottom:28px;position:relative}.template11-achievement-item:last-child{padding-bottom:0}.template11-achievement-content{background:#ffffffe6;border:1px solid #be185d14;border-radius:12px;padding:16px 20px}.template11-achievement-title{color:#db2777;color:var(--t11-primary);font-size:16px;font-weight:700;margin:0 0 8px}.template11-achievement-desc{color:#111827;color:var(--t11-text);font-size:14px;line-height:1.6;margin:0}.template11-news{background:#fff;padding:56px 0 32px;position:relative;z-index:1}.template11-news-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 28px;text-align:center;text-transform:uppercase}.template11-news-list{-webkit-overflow-scrolling:touch;display:flex;flex-direction:row;gap:20px;overflow-x:auto;overflow-y:hidden;padding:8px 20px 16px;scroll-snap-type:x mandatory;scrollbar-width:thin}.template11-news-list::-webkit-scrollbar{height:6px}.template11-news-list::-webkit-scrollbar-track{background:#be185d14;border-radius:3px}.template11-news-list::-webkit-scrollbar-thumb{background:#db2777;background:var(--t11-primary);border-radius:3px}.template11-news-item{background:#fffffff2;border-left:4px solid #db2777;border-left:4px solid var(--t11-primary);border-radius:12px;box-shadow:0 2px 12px #be185d0f;flex:0 0 320px;min-width:280px;padding:24px;scroll-snap-align:start;transition:box-shadow .3s ease}.template11-news-item:hover{box-shadow:0 6px 20px #be185d1a}.template11-news-title{color:#db2777;color:var(--t11-primary);font-size:15px;font-weight:700;margin:0 0 8px}.template11-news-desc{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#111827;color:var(--t11-text);display:-webkit-box;font-size:14px;line-height:1.6;margin:0;overflow:hidden}.template11-testimonials-brands-row{grid-gap:32px;align-items:stretch;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.template11-testimonials-brands-row .template11-testimonials{display:flex;flex-direction:column;height:100%;min-width:0}.template11-testimonials-brands-row .template11-brands-partners .template11-container,.template11-testimonials-brands-row .template11-testimonials .template11-container{display:flex;flex:1 1;flex-direction:column;height:100%;max-width:none;padding:0}.template11-testimonials-brands-row .template11-testimonials-slider{display:flex;flex:1 1;flex-direction:column;gap:16px}.template11-testimonials-brands-row .template11-testimonial-card{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.template11-testimonials-brands-row .template11-brands-partners{display:flex;flex-direction:column;height:100%}.template11-testimonials-brands-row .template11-brands-partners .template11-container{display:flex;flex:1 1;flex-direction:column;height:100%}.template11-testimonials-brands-row .template11-brands-partners-inner{align-items:stretch;display:flex;flex:1 1;flex-direction:column;gap:24px}.template11-testimonials{padding:48px 0 40px;position:relative;z-index:1}.template11-testimonials-heading{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.25em;margin:0 0 24px;text-align:left;text-transform:uppercase}.template11-testimonials-slider{align-items:center;display:flex;flex-direction:column;gap:28px}.template11-testimonial-card{background:#fffffff2;border-left:4px solid #db2777;border-left:4px solid var(--t11-primary);border-radius:16px;box-shadow:0 4px 20px #be185d14;margin:0;max-width:720px;padding:36px 40px}.template11-testimonial-quote{color:#111827;color:var(--t11-text);font-size:17px;font-style:italic;line-height:1.75;margin:0 0 24px}.template11-testimonial-footer{display:flex;flex-direction:column;gap:4px}.template11-testimonial-author{color:#db2777;color:var(--t11-primary);font-size:15px;font-style:normal;font-weight:600}.template11-testimonial-attribution{color:#6b7280;color:var(--t11-text-muted);font-size:13px}.template11-testimonials-dots{display:flex;gap:10px;justify-content:center}.template11-testimonials-dots button{background:#0000;border:2px solid #fce7f3;border:2px solid var(--t11-border);border-radius:50%;cursor:pointer;height:10px;transition:all .2s ease;width:10px}.template11-testimonials-dots button:hover{background:#be185d33}.template11-testimonials-dots button.active{background:#db2777;background:var(--t11-primary);border-color:#db2777;border-color:var(--t11-primary)}.template11-brands-partners{padding:48px 0 40px;position:relative;z-index:1}.template11-brands-partners-inner{align-items:stretch;display:flex;flex-direction:column;gap:24px;width:100%}.template11-brands-partners-item{align-items:center;background:#fffffff2;border-radius:12px;box-shadow:0 4px 16px #be185d14;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:28px 24px;width:100%}.template11-brands-partners-title{color:#6b7280;color:var(--t11-text-muted);font-size:14px;font-weight:700;letter-spacing:.15em;margin:0 0 20px;text-transform:uppercase}.template11-brands-partners-item img{height:auto;max-height:140px;max-width:100%;object-fit:contain}.template11-footer{background:linear-gradient(135deg,#0f0a1a,#1a0812 70%,#0c0a18);border-top:none;padding:56px 0 0;position:relative;z-index:1}.template11-footer-grid{grid-gap:40px 32px;display:grid;gap:40px 32px;grid-template-columns:1.2fr repeat(4,1fr);padding-bottom:40px}.template11-footer-brand{padding-right:24px}.template11-footer-logo-link{display:inline-block;margin-bottom:16px}.template11-footer-logo-link img{display:block;max-height:64px;transition:opacity .2s ease;width:auto}.template11-footer-logo-link:hover img{opacity:.85}.template11-footer-tagline{color:#f59e0b;color:var(--t11-accent);font-size:14px;font-weight:600;letter-spacing:.02em;line-height:1.4;margin:0 0 8px}.template11-footer-company{color:#ffffff73;font-size:12px;line-height:1.5;margin:0;max-width:220px}.template11-footer-col{display:flex;flex-direction:column;gap:12px}.template11-footer-link{color:#fff9;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s ease,transform .2s ease}.template11-footer-link:hover{color:#f59e0b;color:var(--t11-accent);transform:translateX(3px)}.template11-footer-bottom{border-top:1px solid #ffffff14;padding:20px 0}.template11-footer-copyright{color:#ffffff4d;font-size:13px;margin:0;text-align:center}@media (max-width:768px){.template11-hero{border-radius:20px;height:400px;margin:0 16px}.template11-hero-bg{padding:20px 0 0}.template11-slide-content{left:20px;max-width:85%;padding:20px 24px}.template11-slide-title{font-size:24px}.template11-slide-subtitle{font-size:15px}.template11-about{padding:48px 0}.template11-about-split{flex-direction:column;gap:24px;margin-top:24px}.template11-about-body-wrap{flex:1 1 100%;padding-right:0}.template11-about-images{flex:1 1 100%;gap:10px;grid-template-columns:repeat(3,1fr)}.template11-about-img-wrap{aspect-ratio:1}.template11-about-title{font-size:28px}.template11-about-tagline{font-size:18px}.template11-about-body,.template11-about-quote{font-size:16px}.template11-quick-access{padding:32px 0 20px}.template11-quick-access-grid{gap:16px 20px}.template11-quick-access-item{max-width:150px;min-width:110px;padding:22px 18px}.template11-quick-access-item:hover{padding:24px 20px}.template11-quick-access-icon-wrap{height:56px;width:56px}.template11-quick-access-icon-wrap svg{height:24px;width:24px}.template11-quick-access-label{font-size:13px;padding:12px 16px}.template11-vision-mission{padding:64px 0 20px}.template11-vm-heading{font-size:12px;letter-spacing:.2em;margin-bottom:32px}.template11-vm-grid{gap:24px;grid-template-columns:1fr}.template11-vm-block{padding:36px 24px 32px}.template11-vm-title{font-size:20px}.template11-vm-text{font-size:15px}.template11-gallery-achievements-row{padding:48px 0 32px}.template11-gallery-achievements-inner{flex-direction:column;padding:0 20px}.template11-gallery-achievements-row .template11-gallery{border-bottom:1px solid #be185d1f!important;border-right:none!important;flex:1 1 100%;min-width:100%;padding:0!important}.template11-gallery-achievements-row .template11-achievements{flex:1 1 100%;min-width:100%;padding:0!important}.template11-gallery-achievements-row .template11-achievements-heading{text-align:center}.template11-gallery-achievements-row .template11-achievements-scroll{max-height:400px}.template11-gallery{padding:48px 0 32px}.template11-gallery-heading{font-size:12px;letter-spacing:.2em;margin-bottom:28px}.template11-gallery-main-wrap{padding:0 40px}.template11-gallery-main img{max-height:280px}.template11-gallery-thumbnails{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;max-width:100%;overflow-x:auto;padding:0 16px 8px;width:100%}.template11-gallery-thumb{aspect-ratio:auto;border-radius:10px;flex:0 0 64px;height:64px;min-width:64px;width:64px}.template11-events{padding:48px 0 32px}.template11-events-heading{font-size:12px;letter-spacing:.2em;margin-bottom:24px}.template11-events-slider{margin:0 8px;min-height:400px}.template11-events-track{height:360px}.template11-events-card-center{height:280px;width:380px}.template11-events-card-prev{height:180px;transform:translateX(calc(-50% - 220px)) scale(.75) rotateY(-8deg);width:240px}.template11-events-card-next{height:180px;transform:translateX(calc(-50% + 220px)) scale(.75) rotateY(8deg);width:240px}.template11-events-card-next .template11-events-card-inner h3,.template11-events-card-prev .template11-events-card-inner h3{font-size:14px}.template11-events-card-next .template11-events-card-inner p,.template11-events-card-prev .template11-events-card-inner p{font-size:12px}.template11-events-caption{font-size:16px}.template11-testimonials-brands-row{grid-template-columns:1fr}.template11-testimonials-brands-row .template11-testimonial-card{max-height:none;min-height:0}.template11-testimonials-brands-row .template11-brands-partners-inner{justify-content:flex-start;min-height:0}.template11-testimonials{padding:40px 0 24px}.template11-testimonials-heading{font-size:12px;letter-spacing:.2em;margin-bottom:28px;text-align:center}.template11-testimonial-card{padding:24px 20px}.template11-testimonial-quote{font-size:15px}.template11-testimonial-author{font-size:14px}.template11-brands-partners{padding:32px 0 28px}.template11-brands-partners-inner{gap:20px}.template11-brands-partners-item{max-width:100%}.template11-brands-partners-item img{max-height:100px}.template11-achievements{padding:40px 0 24px}.template11-achievements-timeline{padding-left:0}.template11-achievement-content{padding:14px 16px}.template11-achievement-title{font-size:15px}.template11-achievement-desc{font-size:13px}.template11-news{padding:40px 0 24px}.template11-news-list{gap:16px;padding:8px 16px 16px}.template11-news-item{min-width:260px;padding:20px}.template11-news-title{font-size:14px}.template11-news-desc{-webkit-line-clamp:3;font-size:13px}.template11-footer{padding:40px 0 0}.template11-footer-grid{gap:32px 24px;grid-template-columns:1fr 1fr;padding-bottom:32px}.template11-footer-brand{border-bottom:1px solid #be185d14;grid-column:1/-1;padding-bottom:8px;padding-right:0;text-align:center}.template11-footer-logo-link{margin-left:auto;margin-right:auto}.template11-footer-company{margin:0 auto;max-width:none}.template11-footer-col{gap:10px}.template11-footer-link{font-size:13px}.template11-footer-bottom{padding:16px 0}.template11-footer-copyright{font-size:12px}}@media (max-width:900px){.template11-nav{display:none}.template11-mobile-toggle{display:block}}@keyframes t11-fadeUp{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}@keyframes t11-fadeLeft{0%{opacity:0;transform:translateX(-36px)}to{opacity:1;transform:translateX(0)}}@keyframes t11-fadeRight{0%{opacity:0;transform:translateX(36px)}to{opacity:1;transform:translateX(0)}}@keyframes t11-scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes t11-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes t11-shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes t11-slideTitle{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.template11-anim{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}.template11-anim.is-visible{opacity:1;transform:none}.template11-slide{background-position:center 50%;background-position:center calc(50% + var(--t11-scroll, 0px))}.template11-slide.active .template11-slide-title{animation:t11-slideTitle .75s cubic-bezier(.22,1,.36,1) forwards}.template11-slide.active .template11-slide-subtitle{animation:t11-slideTitle .75s cubic-bezier(.22,1,.36,1) .18s both}.template11-gallery-heading:after,.template11-news-heading:after,.template11-testimonials-heading:after,.template11-vm-heading:after{margin:10px auto 0;width:40px}.template11-achievements-heading:after,.template11-gallery-heading:after,.template11-news-heading:after,.template11-testimonials-heading:after,.template11-vm-heading:after{background:linear-gradient(90deg,#db2777,#7c3aed);background:linear-gradient(90deg,var(--t11-primary),var(--t11-secondary));border-radius:2px;content:"";display:block;height:3px}.template11-achievements-heading:after{margin:10px 0 0;width:32px}.template11-events-heading:after{background:linear-gradient(90deg,#db2777,#7c3aed);background:linear-gradient(90deg,var(--t11-primary),var(--t11-secondary));border-radius:2px;content:"";display:block;height:3px;margin:10px auto 28px;width:40px}.template11-about-quote{position:relative}.template11-about-quote:before{color:#be185d12;content:"\201C";font-family:Georgia,Times New Roman,serif;font-size:120px;left:-8px;line-height:1;pointer-events:none;position:absolute;top:-28px;-webkit-user-select:none;user-select:none}.template11-about{overflow:hidden;position:relative}.template11-about:before{background:none;border-radius:50%;content:"";height:400px;pointer-events:none;position:absolute;right:-80px;top:-120px;width:400px}.template11-vision-mission{overflow:hidden;position:relative}.template11-vision-mission:before{background:none;border-radius:50%;bottom:-80px;content:"";height:350px;left:-60px;pointer-events:none;position:absolute;width:350px}.template11-vm-block:after{background:linear-gradient(135deg,#db27770a,#7c3aed0d);border-radius:24px;content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .4s ease}.template11-vm-block:hover:after{opacity:1}.template11-quick-access-item:hover{box-shadow:0 16px 40px #00000024,0 6px 16px #be185d1a,0 0 0 2px #be185d26}.template11-news-item{border-left:3px solid #0000;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease,background .2s ease}.template11-news-item:hover{border-left-color:#db2777;border-left-color:var(--t11-primary);transform:translateY(-3px)}.template11-achievement-content{border-left:3px solid #0000;transition:border-color .3s ease,background .3s ease,transform .3s cubic-bezier(.22,1,.36,1)}.template11-achievement-item:hover .template11-achievement-content{background:#fff;border-left-color:#db2777;border-left-color:var(--t11-primary);transform:translateX(4px)}.template11-testimonial-card{overflow:hidden;position:relative}.template11-testimonial-card:before{animation:t11-shimmer 4s linear infinite;background:linear-gradient(90deg,#db2777,#7c3aed,#f59e0b,#7c3aed,#db2777);background:linear-gradient(90deg,var(--t11-primary),var(--t11-secondary),var(--t11-accent),var(--t11-secondary),var(--t11-primary));background-size:300% auto;content:"";height:3px;left:0;position:absolute;right:0;top:0}.template11-gallery-main img{transition:transform .6s cubic-bezier(.22,1,.36,1)}.template11-gallery-main:hover img{transform:scale(1.03)}.template11-logo:hover img{animation:t11-float 2.5s ease-in-out infinite}.template11-theme-toggle:active svg{transform:rotate(30deg);transition:transform .2s ease}.template11--dark{--t11-secondary:#a78bfa;--t11-secondary-light:#c4b5fd;background:linear-gradient(135deg,#0d0610,#1a0f2e 50%,#0e0612)}.template11--dark:before{background:radial-gradient(ellipse,#be185d1f 0,#0000 70%)}.template11--dark:after{background:radial-gradient(ellipse,#f59e0b14 0,#0000 70%)}.template11--dark .template11-header{background:#0a0410f5;box-shadow:0 4px 6px -1px #0000004d,0 10px 20px -5px #0006,0 0 0 1px #be185d1f}.template11--dark .template11-header:hover{box-shadow:0 8px 12px -2px #0006,0 16px 32px -8px #00000080,0 0 0 1px #be185d2e}.template11--dark .template11-nav-item a{color:#fffc}.template11--dark .template11-nav-item a.active,.template11--dark .template11-nav-item a:hover{color:#f59e0b;color:var(--t11-accent)}.template11--dark .template11-nav-drop>a:after{border-top-color:#fff9}.template11--dark .template11-nav-dropdown{background:#0f0514f7;border:1px solid #be185d33;box-shadow:0 16px 40px #00000080}.template11--dark .template11-nav-dropdown a{color:#ffffffbf}.template11--dark .template11-nav-dropdown a:hover{background:#ffffff0d;color:#f59e0b;color:var(--t11-accent)}.template11--dark .template11-theme-toggle{background:#f59e0b14;border-color:#f59e0b4d;color:#f59e0b;color:var(--t11-accent)}.template11--dark .template11-theme-toggle:hover{background:#f59e0b29;border-color:#f59e0b;border-color:var(--t11-accent)}.template11--dark .template11-quick-access-item{background:#ffffff0f;box-shadow:0 8px 24px #0000004d,0 0 0 1px #ffffff12}.template11--dark .template11-quick-access-item:hover{background:#ffffff1a;box-shadow:0 12px 32px #0006,0 0 0 1px #be185d4d}.template11--dark .template11-quick-access-icon-wrap{background:#ffffff14;border-color:#db2777;border-color:var(--item-color,var(--t11-primary))}.template11--dark .template11-about-title{color:#fff}.template11--dark .template11-about-tagline{color:#f59e0b;color:var(--t11-accent)}.template11--dark .template11-about-quote{border-left-color:#db2777;border-left-color:var(--t11-primary);color:#fffc}.template11--dark .template11-about-body{color:#ffffffb3}.template11--dark .template11-vision-mission{background:#0000}.template11--dark .template11-vm-heading{color:#fff6}.template11--dark .template11-vm-block{background:#ffffff0d;border-color:#ffffff14;box-shadow:0 4px 24px #0000004d}.template11--dark .template11-vm-block:hover{background:#ffffff14;box-shadow:0 20px 40px #0006}.template11--dark .template11-vm-text{color:#ffffffb8}.template11--dark .template11-achievements-heading,.template11--dark .template11-gallery-heading{color:#fff6}.template11--dark .template11-gallery-thumb{background:#ffffff0a;border-color:#ffffff1a}.template11--dark .template11-gallery-thumb:hover{border-color:#db2777;border-color:var(--t11-primary)}.template11--dark .template11-gallery-thumb.active{border-color:#f59e0b;border-color:var(--t11-accent);box-shadow:0 0 0 2px #f59e0b4d}.template11--dark .template11-achievement-content{background:#ffffff0d;border-color:#ffffff14}.template11--dark .template11-achievement-desc{color:#ffffffa6}.template11--dark .template11-gallery-achievements-row .template11-achievements-scroll::-webkit-scrollbar-track{background:#ffffff0d}.template11--dark .template11-achievements-heading:after,.template11--dark .template11-gallery-heading:after,.template11--dark .template11-news-heading:after,.template11--dark .template11-testimonials-heading:after,.template11--dark .template11-vm-heading:after{opacity:.6}.template11--dark .template11-about:before,.template11--dark .template11-vision-mission:before{display:none}.template11--dark .template11-gallery-achievements-row,.template11--dark .template11-news,.template11--dark .template11-vision-mission{background:#0000}.template11--dark .template11-about-quote:before{color:#ffffff0a}.template11--dark .template11-achievement-item:hover .template11-achievement-content{background:#ffffff14}.template11--dark .template11-testimonials{background:#0000}.template11--dark .template11-testimonials-heading{color:#fff6}.template11--dark .template11-testimonial-card{background:#ffffff0f;border-color:#ffffff14;box-shadow:0 4px 20px #0000004d}.template11--dark .template11-testimonial-quote{color:#ffffffd1}.template11--dark .template11-testimonial-attribution{color:#ffffff73}.template11--dark .template11-testimonials-dots button{border-color:#fff3}.template11--dark .template11-brands-partners-item{background:#ffffff0f;border:1px solid #ffffff14;box-shadow:0 4px 16px #0000004d}.template11--dark .template11-brands-partners-title{color:#fff6}.template11--dark .template11-brands-partners-item img{filter:brightness(.9) contrast(1.05)}.template11--dark .template11-events{background:linear-gradient(135deg,#1c0a14,#3b0a2a 50%,#1a0f2e);overflow:hidden}.template11--dark .template11-events:before{background:radial-gradient(ellipse,#be185d2e 0,#0000 65%);content:"";height:160%;pointer-events:none;position:absolute;right:-10%;top:-40%;width:55%}.template11--dark .template11-events:after{background:radial-gradient(ellipse,#f59e0b1a 0,#0000 65%);bottom:-30%;content:"";height:120%;left:-5%;pointer-events:none;position:absolute;width:45%}.template11--dark .template11-events .template11-container{position:relative;z-index:2}.template11--dark .template11-events-heading{color:#f59e0b;color:var(--t11-accent);margin-bottom:8px}.template11--dark .template11-events-heading:after{background:linear-gradient(90deg,#db2777,#f59e0b);background:linear-gradient(90deg,var(--t11-primary),var(--t11-accent));border-radius:2px;content:"";display:block;height:3px;margin:12px auto 40px;width:48px}.template11--dark .template11-events-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;box-shadow:none}.template11--dark .template11-events-card-inner h3{color:#fff;line-height:1.3;margin-bottom:14px}.template11--dark .template11-events-card-inner p{color:#ffffffb3}.template11--dark .template11-events-card-center{background:#ffffff1a;border:1px solid #be185d73;box-shadow:0 0 0 1px #f59e0b26,0 24px 64px #00000073,inset 0 1px 0 #ffffff1f}.template11--dark .template11-events-card-center:before{background:linear-gradient(90deg,#db2777,#f59e0b);background:linear-gradient(90deg,var(--t11-primary),var(--t11-accent));border-radius:16px 16px 0 0;content:"";height:3px;left:0;position:absolute;right:0;top:0}.template11--dark .template11-events-card-center .template11-events-card-inner h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f59e0b);background:linear-gradient(135deg,#fff 0,var(--t11-accent) 100%);-webkit-background-clip:text;background-clip:text;font-size:24px}.template11--dark .template11-events-card-center .template11-events-card-inner p{color:#ffffffd9}.template11--dark .template11-events-card-next,.template11--dark .template11-events-card-prev{opacity:.5}.template11--dark .template11-events-card-next:hover,.template11--dark .template11-events-card-prev:hover{box-shadow:0 16px 40px #0000004d;opacity:.85}.template11--dark .template11-events-caption{color:#fff6;font-family:inherit;font-size:13px;font-style:normal;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.template11--dark .template11-news-heading{color:#fff6}.template11--dark .template11-news-item{background:#ffffff0d;border-color:#ffffff14}.template11--dark .template11-news-item:hover{background:#ffffff17;border-color:#be185d66}.template11--dark .template11-news-title{color:#ffffffe6}.template11--dark .template11-news-desc{color:#fff9}.template11--dark .template11-news-list::-webkit-scrollbar-track{background:#ffffff0a}.template11--dark .template11-footer{background:linear-gradient(135deg,#080310,#100508 70%,#060310)}.admin-page{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;justify-content:center;min-height:100vh;padding:20px}.admin-card{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:400px;padding:32px;width:100%}.admin-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 24px}.admin-loading{color:#64748b;margin:0}.admin-error{background:#fef2f2;border-radius:8px;color:#b91c1c;font-size:.875rem;margin:0 0 16px;padding:12px}.admin-toggle-row{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.admin-label{color:#334155;font-weight:600}.admin-toggle{border:none;border-radius:14px;cursor:pointer;height:28px;position:relative;transition:background .2s;width:52px}.admin-toggle:disabled{cursor:not-allowed;opacity:.6}.admin-toggle-off{background:#cbd5e1}.admin-toggle-on{background:#22c55e}.admin-toggle-thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:24px;left:2px;position:absolute;top:2px;transition:transform .2s;width:24px}.admin-toggle-on .admin-toggle-thumb{transform:translateX(24px)}.admin-status-text{color:#64748b;font-size:.875rem;font-weight:500}.maintenance-page{align-items:center;background:linear-gradient(135deg,#1e293b,#0f172a 50%,#1e1b4b);display:flex;justify-content:center;min-height:100vh;padding:24px}.maintenance-card{background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff0d;max-width:640px;padding:48px 56px;text-align:center;width:100%}.maintenance-hero-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:4.5rem;line-height:1;margin-bottom:20px}.maintenance-title{color:#0f172a;font-size:1.875rem;font-weight:800;letter-spacing:-.02em;margin:0 0 12px}.maintenance-tagline{color:#475569;font-size:1.25rem;line-height:1.65;margin:0 0 32px}.maintenance-activities{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;margin-bottom:28px;padding:24px 20px}.maintenance-activities-heading{color:#64748b;font-size:.9375rem;font-weight:700;letter-spacing:.08em;margin:0 0 16px;text-transform:uppercase}.maintenance-activities-list{display:flex;flex-wrap:wrap;gap:12px 20px;justify-content:center;list-style:none;margin:0;padding:0}.maintenance-activity{align-items:center;color:#334155;display:inline-flex;font-size:1.0625rem;font-weight:500;gap:8px}.maintenance-activity-icon{font-size:1.375rem;line-height:1}.maintenance-activity-text{white-space:nowrap}.maintenance-cta{color:#64748b;font-size:1.1875rem;line-height:1.5;margin:0}@media (max-width:520px){.maintenance-activities-list{align-items:center;flex-direction:column}.maintenance-activity-text{text-align:left;white-space:normal}}
/*# sourceMappingURL=main.6f42ad0c.css.map*/