*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#202f43;background:#fffcf9;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:700;line-height:1.2}.container{max-width:1280px;margin:0 auto;padding:0 24px}.highlight{color:#e37632;position:relative}.form-grid,.form-grid-data{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.form-group.full-width{grid-column:1/-1}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fadeUp .8s ease-out forwards}.animate-fade-up:first-child{animation-delay:.1s}.animate-fade-up:nth-child(2){animation-delay:.2s}.animate-fade-up:nth-child(3){animation-delay:.3s}.animate-fade-up:nth-child(4){animation-delay:.4s}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffcf9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(143,236,120,.2);transition:background .3s ease,box-shadow .3s ease}.header.scrolled{background:#fffcf9;box-shadow:0 4px 24px rgba(0,0,0,.06)}.header-content{justify-content:space-between;padding:16px 0}.header-content,.logo{display:flex;align-items:center}.logo{gap:12px;font-size:24px;font-weight:700;color:#202f43;text-decoration:none}.logo-icon{font-size:32px}.logo-text{font-family:Poppins,sans-serif}.nav{display:flex;gap:32px;align-items:center;z-index:1001}.nav-link{color:#4a4a4a;text-decoration:none;font-weight:500;font-size:15px;transition:color .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg,#b26737,#e37632);transition:width .3s ease}.nav-link:hover{color:#b26737}.nav-link:hover:after{width:100%}.cta-button{background:#e37632;color:#fffcf9;border:none;padding:12px 28px;border-radius:50px;font-weight:600;font-size:15px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1002}.mobile-menu-toggle span{width:24px;height:2px;background:#202f43;transition:all .3s ease}.mobile-menu-toggle.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:100px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(118,86,64,.08),hsla(25,42%,59%,.08) 50%,rgba(144,101,71,.08));z-index:-1}.hero-background:before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(118,86,64,.08) 0,transparent 70%);top:-200px;right:-200px;border-radius:50%;animation:float 20s ease-in-out infinite}.hero-background:after{content:"";position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(144,101,71,.08) 0,transparent 70%);bottom:-100px;left:-100px;border-radius:50%;animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(50px,50px)}}.hero-content{max-width:900px;text-align:center;margin:0 auto;padding:60px 0}.hero-title{font-size:64px;font-weight:800;color:#202f43;margin-bottom:24px;line-height:1.1}.hero-description{font-size:20px;color:#666;margin-bottom:40px;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:60px}.btn-primary,.btn-secondary{padding:16px 36px;font-size:16px;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary{background:#e37632;color:#fffcf9}.btn-primary:hover{transform:translateY(-3px)}.btn-secondary{background:transparent;color:#202f43;border:2px solid #e37632}.btn-secondary:hover{transform:.5s ease;background:transparent;color:#e37632;border:2px solid #202f43}.hero-stats{display:flex;gap:60px;justify-content:center}.stat-item{text-align:center}.stat-number{font-size:48px;font-weight:800;color:#202f43;font-family:Poppins,sans-serif}.stat-label{font-size:14px;color:#666;margin-top:8px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:55px;font-weight:600;color:#202f43;margin-bottom:16px}.section-description{font-size:18px;color:#666;max-width:600px;margin:0 auto}.features{padding:120px 0;background:#fafafa}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px}.feature-card{background:#fffcf9;padding:40px;border-radius:24px;transition:all .3s ease;border:1px solid transparent}.feature-card:hover{transform:translateY(-8px);border-color:rgba(143,236,120,.3)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-title{font-size:22px;font-weight:700;color:#202f43;margin-bottom:12px}.feature-description{font-size:15px;color:#666;line-height:1.7}.steps-container{max-width:900px;margin:0 auto}.step-item{display:flex;gap:32px;margin-bottom:48px;position:relative}.step-item:not(:last-child):after{content:"";position:absolute;left:25px;top:50px;width:2px;height:calc(100% + 20px);background:linear-gradient(180deg,#e37632,rgba(143,236,120,.2))}.step-number{font-size:36px;font-weight:800;color:#e37632;font-family:Poppins,sans-serif;min-width:70px}.step-content{flex:1 1}.step-title{font-size:24px;font-weight:700;color:#202f43;margin-bottom:12px}.step-description{font-size:16px;color:#666;line-height:1.7}.courses{padding:120px 0;background-image:url(/images/Hero-section-imagegf.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.courses-controls{margin-bottom:48px}.search-container{margin-bottom:32px;position:relative}.search-input{width:100%;padding:16px 20px;border:2px solid #e5e5e5;border-radius:12px;font-size:16px;font-family:Inter,sans-serif;transition:all .3s ease;background:#fffcf9}.search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:36px;padding:0 12px;border-radius:20px;border:none;background:#e37632;color:#fff;cursor:pointer;display:flex;align-items:center}.search-btn,.search-text{overflow:hidden;transition:all .3s ease}.search-text{max-width:0;opacity:0;white-space:nowrap}.search-icon{font-size:14px}.search-btn:hover{padding:0 16px}.search-btn:hover .search-text{max-width:60px;opacity:1;margin-left:10px}.search-input:focus{outline:none;border-color:#b26737}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fffcf9;border:2px solid #e5e5e5;border-top:none;border-radius:0 0 12px 12px;z-index:100;max-height:300px;overflow-y:auto;display:none}.autocomplete-dropdown.active{display:block}.autocomplete-item{padding:12px 20px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f5f5f5;display:flex;justify-content:space-between;align-items:center}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:rgba(143,236,120,.1)}.autocomplete-item .course-category{font-size:12px;color:#b26737;background:rgba(143,236,120,.1);padding:2px 8px;border-radius:12px;font-weight:600}.filter-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.filter-btn{padding:10px 20px;border:2px solid #e5e5e5;background:#fffcf9;color:#666;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;margin-top:20px}.filter-btn:hover{border-color:#b26737;color:#b26737;transform:translateY(-2px)}.filter-btn.active{background:#e37632;color:#fffcf9;border-color:transparent}.search-wrapper{position:relative;max-width:600px;margin:0 auto;display:flex;align-items:center;gap:8px}.clear-btn,.search-btn{padding:10px 14px;border-radius:8px;border:none;cursor:pointer;font-size:14px}.clear-btn{background:#fffcf9;color:#202f43;border:none;padding:12px 28px;border-radius:50px;font-weight:600;font-size:15px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.search-btn:hover{background:#e37632}.clear-btn:hover{background:#d1d5db}.autocomplete-item-category{background-color:#e37632;color:#fff;border-radius:10px;padding:2px 6px;font-size:12px}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;transition:all .3s ease}.course-card{background:#fffcf9;padding:36px;border-radius:24px;transition:all .3s ease;position:relative;border:1px solid transparent;display:flex;flex-direction:column;height:100%}.course-card:hover{transform:translateY(-8px);border-color:rgba(143,236,120,.3)}.course-badge{position:absolute;top:20px;right:20px;background:#e37632;color:#fffcf9;padding:6px 16px;border-radius:50px;font-size:12px;font-weight:600}.course-icon{font-size:52px;margin-bottom:20px}.course-title{font-size:22px;font-weight:700;color:#202f43;margin-bottom:12px}.course-description{font-size:15px;color:#666;line-height:1.7;margin-bottom:20px}.course-meta{display:flex;gap:20px;margin-bottom:24px;font-size:14px;color:#888}.course-actions .course-btn{flex:1 1;padding:12px;font-size:14px;border-radius:50px;border:none;text-align:center;min-height:44px}.course-actions .course-btn,.course-btn{font-weight:600;cursor:pointer;transition:all .3s ease}.course-btn{width:100%;padding:14px;background:transparent!important;color:#e37632!important;border:2px solid #e37632!important;border-radius:50px;font-size:15px;margin-top:auto}.course-btn:hover{background:#e37632!important;color:#fffcf9!important;transform:translateY(-2px)}.course-actions .detail-btn{background:transparent!important;color:#202f43!important;border:2px solid #202f43!important}.course-actions .detail-btn:hover{background:#202f43;transform:translateY(-2px)}.course-actions .enroll-btn{background:#e37632;color:#fffcf9}.course-actions .enroll-btn:hover{background:linear-gradient(135deg,#b26737,#b26737);transform:translateY(-2px)}.course-actions{flex-direction:row}.course-category-tag{display:inline-block;padding:4px 12px;color:#e37632;border-radius:20px;font-size:12px;font-weight:600;margin-bottom:8px}.pagination{gap:8px;margin-top:48px;flex-wrap:wrap}.pagination,.pagination-btn{display:flex;justify-content:center;align-items:center}.pagination-btn{width:40px;height:40px;border:2px solid #e5e5e5;background:#fffcf9;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#666}.pagination-btn:hover:not(:disabled){border-color:#b26737;color:#b26737;transform:translateY(-2px)}.pagination-btn.active{color:#202f43;background:#ab826716;border-color:#e37632}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-dots{color:#888;font-size:18px;padding:0 8px}.no-results{text-align:center;padding:60px 20px;display:none}.no-results-icon{font-size:64px;margin-bottom:24px;opacity:.5}.no-results-title{font-size:24px;font-weight:700;color:#202f43;margin-bottom:12px}.no-results-description{font-size:16px;color:#666;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}.no-results-btn{padding:12px 32px;background:transparent;color:#b26737;border:2px solid #b26737;border-radius:50px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease}.no-results-btn:hover{background:#b26737;color:#202f43}.breadcrumb{margin-bottom:20px;margin-top:30px;font-size:14px;color:#666}.breadcrumb a{color:#666;text-decoration:none}.breadcrumb a:hover{color:#b26737}.course-hero{padding:60px 0;background:linear-gradient(135deg,rgba(118,86,64,.08),hsla(25,42%,59%,.08) 50%,rgba(144,101,71,.08))}.course-actions{display:flex;gap:12px;margin-top:auto;width:100%}.course-container-box{gap:20px;display:flex;flex-direction:row}.course-hero-content{max-width:800px}.course-hero-content1{height:-moz-fit-content;height:fit-content}.cleanTitle{background:linear-gradient(90deg,#e37632,#b26737);color:#fff;display:inline-flex}.call-info{background:#18b118;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;border-radius:8px}.call-icon{font-size:26px}.call-text{font-size:14px;margin:0}.call-number{color:#fff;font-weight:700;text-decoration:none;display:block;margin-top:4px}.call-number:hover{text-decoration:underline}.enquire-btn{margin-top:16px;width:100%;background:#e37632;color:#fff;border:none;padding:12px;font-size:16px;font-weight:600;border-radius:8px;cursor:pointer}.enquire-btn:hover{background:#c3682f}.course-container{border-radius:20px;background-color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:20px}.course-badge-large{display:inline-block;background:linear-gradient(135deg,#b26737,#e37632);color:#fffcf9;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:20px}.course-hero-title{font-size:48px;font-weight:700;color:#202f43;margin-bottom:20px;line-height:1.2}.course-hero-description{font-size:18px;color:#666;line-height:1.6;margin-bottom:30px}.course-hero-meta{display:flex;gap:30px;margin-bottom:40px;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:12px}.meta-icon{font-size:24px}.meta-label{display:block;font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}.meta-value{display:block;font-size:16px;font-weight:600;color:#202f43}.course-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.course-section{margin:80px 0}.course-section .section-title{text-align:left;margin-bottom:40px;font-size:32px}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.audience-card{background:#fffcf9;padding:24px;border-radius:16px;border:1px solid #f0f0f0;text-align:center}.audience-icon{font-size:32px;margin-bottom:16px;display:block}.audience-card p{font-size:15px;color:#666;line-height:1.6}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:30px;gap:30px}.benefit-card{background:linear-gradient(135deg,rgba(143,236,120,.1),rgba(107,207,90,.08));padding:32px;border-radius:20px;border:1px solid rgba(143,236,120,.2)}.benefit-card h3{font-size:20px;margin-bottom:12px;color:#202f43}.benefit-card p{font-size:15px;color:#666;line-height:1.7}.outcomes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.outcome-card{display:flex;align-items:flex-start;gap:16px;background:#fffcf9;padding:20px;border-radius:12px;border:1px solid #f0f0f0}.outcome-check{color:#b26737;font-size:20px;font-weight:700;flex-shrink:0}.outcome-card p{font-size:15px;color:#666;line-height:1.6;margin:0}.syllabus-accordion{background:#fffcf9;border-radius:20px;overflow:hidden}.accordion-item{border-bottom:1px solid #f0f0f0}.accordion-item:last-child{border-bottom:none}.accordion-header{width:100%;padding:24px 32px;background:none;border:none;display:flex;align-items:center;gap:20px;cursor:pointer;text-align:left;transition:background .3s ease}.accordion-header:hover{background:rgba(143,236,120,.05)}.module-number{font-size:14px;font-weight:600;color:#b26737;background:rgba(143,236,120,.1);padding:4px 12px;border-radius:20px;flex-shrink:0}.module-title{font-size:18px;font-weight:600;color:#202f43;flex:1 1;margin:0}.accordion-icon{font-size:24px;color:#b26737;font-weight:300}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.accordion-item.active .accordion-content{max-height:500px;padding:0 32px 24px}.accordion-content p{font-size:15px;color:#666;line-height:1.7;margin-bottom:20px}.module-details{display:flex;gap:20px;font-size:14px;color:#888}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px}.detail-card{background:#fffcf9;padding:30px;border-radius:20px;text-align:center;transition:transform .3s ease}.detail-card:hover{transform:translateY(-4px)}.detail-icon{font-size:40px;margin-bottom:16px;display:block}.detail-card h3{font-size:18px;margin-bottom:8px;color:#202f43}.detail-card p{font-size:14px;color:#666;line-height:1.6}.trainer-section{background:linear-gradient(135deg,rgba(118,86,64,.08),hsla(25,42%,59%,.08) 50%,rgba(144,101,71,.08));padding:40px;border-radius:24px;display:grid;grid-template-columns:auto 1fr;grid-gap:40px;gap:40px;align-items:center}.trainer-info{gap:20px}.trainer-avatar,.trainer-info{display:flex;align-items:center}.trainer-avatar{font-size:48px;background:#fffcf9;width:80px;height:80px;border-radius:50%;justify-content:center}.trainer-details h3{font-size:20px;margin-bottom:4px;color:#202f43}.trainer-details p{font-size:14px;color:#666}.learning-experience h3{font-size:18px;margin-bottom:16px;color:#202f43}.learning-experience ul{list-style:none;padding:0;margin:0}.learning-experience li{font-size:15px;color:#666;margin-bottom:8px;display:flex;align-items:center}.learning-experience li:before{content:"✓";color:#b26737;font-weight:700;margin-right:12px}.enrollment-section{text-align:center}.pricing-card{background:linear-gradient(135deg,#202f43,#2d2d2d);color:#fffcf9;padding:48px;border-radius:32px;max-width:600px;margin:0 auto;position:relative;overflow:hidden}.pricing-card:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(143,236,120,.2) 0,transparent 70%)}.pricing-header h3{font-size:24px;margin-bottom:20px}.price{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:12px}.original-price{font-size:20px;text-decoration:line-through;color:#999}.current-price{font-size:48px;font-weight:700;color:#b26737}.offer-tag{display:inline-block;background:#b26737;color:#202f43;padding:6px 16px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:30px}.pricing-features{margin:30px 0;text-align:left}.feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:16px}.feature-item span{color:#b26737;font-size:20px;font-weight:700}.pricing-actions{margin-top:40px}.pricing-actions .btn-primary{width:100%;padding:18px;font-size:18px;font-weight:600}.seat-info{margin-top:16px;font-size:14px;color:#b26737}.payment-info{margin-top:8px;font-size:14px;color:#999}.related-courses{padding:80px 0;background:#fafafa}.related-courses .courses-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.faq{padding:80px 0}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fffcf9;border:1px solid #e5e5e5;border-radius:16px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#b26737}.faq-question{width:100%;padding:24px 28px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:17px;font-weight:600;color:#202f43;text-align:left;transition:background .3s ease}.faq-question:hover{background:#ebb39321}.faq-icon{font-size:24px;font-weight:300;color:#b26737;transition:transform .3s ease}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:0 28px 24px}.faq-answer p{font-size:15px;color:#666;line-height:1.7}.contact{background:linear-gradient(180deg,#fafafa,#fffcf9)}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:60px;gap:60px;max-width:1100px;margin:0 auto}.contact-info{padding-right:20px}.contact-info-title{font-size:36px;font-weight:700;color:#202f43;margin-bottom:16px}.contact-info-text{font-size:16px;color:#666;line-height:1.7;margin-bottom:40px}.contact-details{display:flex;flex-direction:column;gap:24px}.contact-detail-item{display:flex;gap:16px;align-items:flex-start}.contact-icon{font-size:28px;flex-shrink:0}.contact-detail-label{font-size:14px;color:#888;margin-bottom:4px}.contact-detail-value{font-size:16px;font-weight:600;color:#202f43}.contact-form-wrapper{background:#fffcf9;padding:44px;border-radius:24px}.contact-form{display:flex;flex-direction:column;gap:20px}.whatsapp-float{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#202f43;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1000;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.3)}.whatsapp-float img{width:32px;height:32px}.whatsapp-float:hover img{transform:scale(1.1)}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#202f43}.form-input{padding:14px 18px;border:2px solid #e5e5e5;border-radius:12px;font-size:15px;font-family:Inter,sans-serif;transition:all .3s ease;background:#fafafa}.form-input:focus{outline:none;border-color:#b26737;background:#fffcf9}.form-input::placeholder{color:#999}.form-submit-btn{padding:16px;background:#e37632;color:#fffcf9;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:12px}.form-submit-btn:hover{transform:translateY(-2px)}.footer{background:#1a1a1a;color:#fffcf9;padding:80px 0 30px}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:60px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;margin-bottom:8px}.footer-description{font-size:14px;color:#999;line-height:1.7}.social-links{display:flex;gap:12px}.social-link{width:40px;height:40px;border-radius:50%;background:rgba(143,236,120,.1);display:flex;align-items:center;justify-content:center;color:#b26737;text-decoration:none;font-weight:600;transition:all .3s ease}.social-link:hover{background:#b26737;color:#202f43;transform:translateY(-3px)}.footer-title{font-size:16px;font-weight:600;color:#fffcf9;margin-bottom:8px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:#999;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#b26737}.footer-bottom{padding-top:30px;border-top:1px solid hsla(0,0%,100%,.1);text-align:center;color:#999;font-size:14px}.popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:all .4s ease}.popup-overlay.show{opacity:1;visibility:visible}.popup-content{background:#fffcf9;padding:20px;border-radius:24px;max-width:600px;width:90%;position:relative;transform:scale(.9);transition:transform .4s ease}.popup-overlay.show .popup-content{transform:scale(1)}.popup-close{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.05);border:none;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;color:#666}.popup-close:hover{background:rgba(0,0,0,.1);transform:rotate(90deg)}.popup-title{font-size:32px;font-weight:700;color:#202f43;margin-bottom:12px;text-align:center}.popup-description{font-size:16px;color:#666;text-align:center;margin-bottom:32px;line-height:1.6}.popup-form{display:flex;flex-direction:column;gap:16px}.popup-input{padding:14px 18px;border:2px solid #e5e5e5;border-radius:12px;font-size:15px;font-family:Inter,sans-serif;transition:all .3s ease;background:#fafafa}.popup-input:focus{outline:none;border-color:#b26737;background:#fffcf9}.popup-submit-btn{padding:16px;background:linear-gradient(135deg,#b26737,#e37632);color:#202f43;border:none;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.popup-submit-btn:hover{transform:translateY(-2px)}.toast{position:fixed;bottom:30px;right:30px;background:#202f43;color:#fffcf9;padding:18px 28px;border-radius:12px;display:flex;align-items:center;gap:12px;transform:translateY(100px);opacity:0;transition:all .4s ease;z-index:10000}.toast.show{transform:translateY(0);opacity:1}.toast-icon{width:24px;height:24px;background:#b26737;color:#202f43;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.toast-message{font-size:15px}.success-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.success-popup{background:#fff;padding:30px;border-radius:12px;text-align:center;width:90%;max-width:360px;animation:popIn .3s ease}.success-icon{font-size:40px;margin-bottom:10px}.success-popup h3{margin-bottom:8px}.success-popup p{color:#555;margin-bottom:20px}.success-btn{background:#e37632;color:#fff;border:none;padding:10px 22px;border-radius:6px;cursor:pointer}.success-btn:hover{background:#d47a42}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.form-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.container{padding:0 20px}.hero-title{font-size:52px}.hero-description{font-size:18px}.courses-grid,.features-grid{grid-template-columns:repeat(2,1fr);gap:24px}.footer-content{grid-template-columns:1fr 1fr;gap:40px}.contact-content{grid-template-columns:1fr;gap:40px}.hero-stats{gap:40px}}@media (max-width:768px){.nav{position:fixed;top:70px;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);flex-direction:column;padding:20px;gap:20px;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav.active{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-toggle{display:flex}.cta-button{display:none}.hero-title{font-size:36px}.hero-description{font-size:16px}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.hero-stats{flex-direction:column;gap:30px}.section-title{font-size:32px}.section-description{font-size:16px}.courses-grid,.features-grid{grid-template-columns:1fr;gap:20px}.course-card,.feature-card{padding:28px}.step-item{flex-direction:column;gap:16px}.step-item:not(:last-child):after{display:none}.step-number{min-width:auto}.footer-content{grid-template-columns:1fr;gap:40px}.popup-content{padding:36px 28px}.popup-title{font-size:26px}.toast{bottom:20px;right:20px;left:20px}.contact-form-wrapper{padding:32px 24px}.contact-info-title{font-size:28px}.filter-buttons{overflow-x:auto;padding-bottom:8px;justify-content:flex-start;-webkit-overflow-scrolling:touch}.filter-buttons::-webkit-scrollbar{height:4px}.filter-buttons::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.filter-buttons::-webkit-scrollbar-thumb{background:#b26737;border-radius:10px}.filter-btn{flex-shrink:0}.pagination{gap:6px}.pagination-btn{width:36px;height:36px;font-size:14px}.search-input{font-size:15px;padding:14px 20px 14px 52px}.search-icon{left:16px;font-size:18px}.course-hero-title{font-size:32px}.course-hero-meta{gap:20px}.course-hero-actions{flex-direction:column}.course-hero-actions .btn-primary,.course-hero-actions .btn-secondary{width:100%}.trainer-section{gap:24px}.benefits-grid,.details-grid,.outcomes-grid,.trainer-section{grid-template-columns:1fr}.pricing-card{padding:32px 24px}.current-price{font-size:36px}.course-actions{flex-direction:column;gap:10px}.course-actions .course-btn{width:100%}.course-container-box{display:flex;flex-direction:column}.form-grid-data{display:grid;grid-template-columns:repeat(1,1fr);grid-gap:20px;gap:20px}}@media (max-width:480px){.container{padding:0 16px}.hero-title{font-size:28px}.hero-description{font-size:15px}.section-title{font-size:26px}.stat-number{font-size:36px}.course-card,.feature-card{padding:24px}.course-icon,.feature-icon{font-size:40px}.course-title,.feature-title{font-size:19px}.popup-content{padding:28px 20px}.popup-title{font-size:22px}.footer{padding:60px 0 20px}.filter-buttons{gap:8px}.filter-btn{padding:8px 16px;font-size:13px}.pagination-btn{width:32px;height:32px;font-size:13px}.search-input{font-size:14px;padding:12px 16px 12px 48px}.popup-content{width:95%;max-width:360px;height:95%;max-height:560px;padding:30px 20px;margin:10px;border-radius:20px;overflow:hidden;overflow-y:auto;overflow-x:hidden}.popup-title{font-size:24px;margin-bottom:8px}.popup-description{font-size:14px;margin-bottom:20px}.popup-close{width:32px;height:32px;font-size:20px;top:15px;right:15px}.popup-content .form-grid{grid-template-columns:1fr;gap:12px}.popup-form .form-input{padding:12px 14px;font-size:14px}.popup-form .form-label{font-size:13px}.popup-submit-btn{padding:14px;font-size:15px}.course-hero-title{font-size:28px}.course-section .section-title{font-size:24px}.course-container-box{display:flex;flex-direction:column}.accordion-header{padding:20px;flex-direction:row;align-items:flex-start;gap:12px}.module-title{font-size:16px}.pricing-card{padding:24px 20px}.current-price{font-size:32px}.search-btn{display:none}}@media (max-width:360px){.hero-title{font-size:24px}.section-title{font-size:22px}.btn-primary,.btn-secondary{padding:14px 24px;font-size:14px}.popup-content{width:95%;max-width:360px;height:95%;max-height:560px;padding:30px 20px;margin:10px;border-radius:20px;overflow:hidden;overflow-y:auto;overflow-x:hidden}.popup-title{font-size:24px;margin-bottom:8px}.popup-description{font-size:14px;margin-bottom:20px}.popup-close{width:32px;height:32px;font-size:20px;top:15px;right:15px}.popup-content .form-grid{grid-template-columns:1fr;gap:12px}.popup-form .form-input{padding:12px 14px;font-size:14px}.popup-form .form-label{font-size:13px}.popup-submit-btn{padding:14px;font-size:15px}.search-btn{display:none}.course-container-box{display:flex;flex-direction:column}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.__variable_f367f3{--font-inter:"__Inter_f367f3","__Inter_Fallback_f367f3"}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:U+0900-097f,U+1cd0-1cf9,U+200c-200d,U+20a8,U+20b9,U+20f0,U+25cc,U+a830-a839,U+a8e0-a8ff,U+11b00-11b09}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Poppins_d5a796;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Poppins_Fallback_d5a796;src:local("Arial");ascent-override:92.33%;descent-override:30.78%;line-gap-override:8.79%;size-adjust:113.73%}.__className_d5a796{font-family:__Poppins_d5a796,__Poppins_Fallback_d5a796;font-style:normal}.__variable_d5a796{--font-poppins:"__Poppins_d5a796","__Poppins_Fallback_d5a796"}