.course-detail-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc}.course-cover{top:0;z-index:100;color:white;background:#18191A;padding:40px 10%;min-height:65px;display:flex;align-items:center}.course-cover-content{max-width:70%}.course-title{font-size:2.4rem;font-weight:600;margin:0;line-height:1.3}.starting-date{font-size:.9rem;opacity:.9;margin-top:4px}.course-main-content{display:flex;padding:24px 10%;gap:40px;max-width:75%}.course-content{flex:1.5}.section-card{background:white;padding:24px;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:24px}.section-title{font-size:1.4rem;color:#1e40af;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #e2e8f0;font-weight:600}.modules-container{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.module-box{background:#eff6ff;border-radius:20px;padding:12px 20px;transition:all .2s ease}.module-box:hover{transform:translateY(-2px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.module-name{color:#1e40af;font-weight:500;margin:0}.syllabus-bars{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.syllabus-item{margin-bottom:8px}.syllabus-bar{background:#2563eb;color:white;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease}.syllabus-bar.active,.syllabus-bar:hover{background:#1e40af}.subtopics-container{padding:12px 16px;background:#f8fafc}.subtopic{display:flex;align-items:center;gap:12px;padding:8px 0}.subtopic-icon{color:#2563eb}.subtopic-text{color:#1e293b;font-size:.95rem}.schedule-list{list-style:none;padding:0}.schedule-list li{display:flex;align-items:center;padding:12px 16px;background:#eff6ff;border-radius:8px;margin-bottom:8px}.course-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.info-box{background:#eff6ff;padding:16px;border-radius:8px;display:flex;align-items:center;gap:8px}.info-box span{color:#1e40af;font-weight:500}.instructor-container{text-align:center}.instructor-avatar{width:120px;height:120px;border-radius:60px;margin-bottom:16px;object-fit:cover}.instructor-info h4{color:#1e293b;margin-bottom:8px}.instructor-about{color:#64748b;line-height:1.6;text-align:justify}.ratings-container{display:flex;flex-direction:column;gap:16px}.rating-card{background:white;border-radius:8px;padding:16px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.rating-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rating-profile-pic{overflow:hidden}.initials-circle,.rating-profile-pic{width:48px;height:48px;border-radius:24px}.initials-circle{background:#2563eb;color:white;display:flex;align-items:center;justify-content:center;font-weight:500}.rating-details h5{color:#1e293b;margin:0 0 4px}.rating-date{color:#64748b;font-size:.85rem}.static-class{position:fixed;top:15%;right:10%;z-index:1000;width:350px;height:fit-content;background:white;box-shadow:0 2px 5px rgba(0,0,0,.2)}.course-layout-container{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;margin-top:2rem;flex-wrap:wrap}.course-layout-left{flex:2.5;min-width:300px}.course-layout-right{flex:1.5;min-width:300px}.guarantee-section,.referral-section{margin-top:5px;padding:12px;background-color:#f9fafb;border-radius:8px}.section-header{display:flex;align-items:center;gap:6px;margin-bottom:4px}.section-header .icon{width:16px;height:16px}.section-header .shield-icon{color:#059669}.section-header .gift-icon{color:#2563eb}.section-header span{font-weight:500;font-size:14px}.section-text{font-size:13px;color:#4b5563;line-height:1.4;margin:0}.referral-link{color:#2563eb;text-decoration:underline}.referral-link:hover{color:#1d4ed8}.course-sidebar{width:350px;position:sticky;top:90px;height:fit-content;margin-left:50px}.purchase-box{background:white;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1);border:2px solid #fff}.thumbnail-wrapper{aspect-ratio:16/9;background:#f1f5f9;cursor:pointer}.play-button-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background-color:white;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .2s ease}.play-icon{width:32px;height:32px;color:#1f2937;margin-left:4px}.course-price{font-size:2rem;color:#1e40af;font-weight:600;margin:16px 0}.btn-theme1{width:100%;display:inline-block;padding:.75rem 1.5rem;background:#2563eb;text-decoration:none;margin-top:20px;color:white;border:none;font-weight:500;cursor:pointer}.btn-theme1:hover{background:#1e40af;background-color:#1e40af;transform:translateY(-2px)}.btn-theme1:active{transform:translateY(0);background-color:#1e3a8a}.video-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#1e293b;padding:24px;border-radius:12px;width:90%;max-width:800px}.modal-content h2{color:white;margin-bottom:16px}.image-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);background-size:200% 100%;animation:pulse 1.5s infinite}.enroll-button-desktop-only{display:block}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.unauthorized-container{text-align:center;padding:48px 24px;min-height:45vh}.mobile-view-cover-content,.payment-bar{display:none}@media (max-width:1024px){.course-cover-content{max-width:100%}.course-cover{padding-left:24px;padding-right:24px}.course-main-content{padding:24px;flex-direction:column;max-width:100%}.static-class{width:100%;position:relative;top:0;order:-1;right:0}}@media (max-width:768px){.course-cover{background-color:#fff}.course-cover-content{max-width:100%;display:none;background:white}.mobile-view-cover-content{background-color:#000}.course-title{font-size:1.5rem}.enroll-button-desktop-only{display:none}.course-info{grid-template-columns:1fr}.mobile-view-cover-content{display:block}.course-cover-mobile{display:block;padding:24px 16px}.course-cover-content-mobile{display:block;max-width:100%;color:white}.payment-bar{position:fixed;bottom:0;left:0;width:100%;background:white;padding:16px;box-shadow:0 -2px 8px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;z-index:90}.course-layout-container{flex-direction:column}.course-layout-left,.course-layout-right{flex:none;width:100%}.payment-price{font-size:1.5rem;font-weight:600;color:#1e40af}.gst-text{font-size:.85rem;color:#64748b}.btn-large{flex-grow:1;max-width:200px}}.course-features{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:12px}.server-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:1000;display:flex;justify-content:center;align-items:center;overflow:auto;padding:2rem}.server-modal{background:#1e293b;color:white;padding:2rem;border-radius:10px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.3);position:relative}.server-modal video{box-shadow:0 10px 50px rgba(0,0,0,.1);background:black;border-radius:10px;max-height:60vh;width:100%;display:block}.close-btn{margin-top:1rem;background-color:#eab308;color:#000;padding:.5rem 1rem;border-radius:6px}.feature-item{padding:12px;background:#f8fafc;border-radius:8px;color:#1e40af}.feature-item,.rating-meta{display:flex;align-items:center;gap:8px}.rating-meta{color:#64748b;font-size:.85rem}.rating-stars{margin:4px 0;display:flex;gap:2px}.name-batch{display:flex;align-items:center;gap:8px}.rating-batch{padding:2px 6px;background:#e0f2fe;color:#0369a1;border-radius:4px;font-size:.8rem}.rating-comment{margin-top:8px;color:#4b5563;line-height:1.5;font-size:.95rem}.course-overview{margin-bottom:32px}.overview-items{margin-bottom:24px}.overview-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.subcategory{color:#6b7280}.seats-left,.subcategory{font-size:.85rem;margin-top:4px}.seats-left{color:#4f46e5}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.overview-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f0f2f8;border-radius:8px}.seats-item,.subcategory-item{background:#e8eaf6}.overview-icon{color:#4f46e5;font-size:24px}.overview-text{font-size:1rem;color:#1f2937}.category-path{font-size:.9rem;opacity:.9;margin-bottom:8px}.path-icon{font-size:16px;vertical-align:middle;margin:0 4px;opacity:.8}.course-description{color:#000;max-width:800px}.course-description,.course-subtitle{opacity:.9;margin:16px 0 24px;line-height:1.6}.course-subtitle{color:#fff;max-width:700px;font-size:1rem;font-weight:300}.meta-section{display:flex;flex-direction:column;gap:16px}.rating-row{gap:12px}.rating-row,.stars{display:flex;align-items:center}.stars{gap:4px}.rating-text{color:#fff;opacity:.9;margin-left:8px}.meta-row{display:flex;gap:24px}.meta-item{display:flex;align-items:center;gap:8px;color:#fff;opacity:.9}.meta-icon{font-size:18px}.new-badge{background:#2563eb;color:white;padding:4px 12px;border-radius:4px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:4px}.target-audience-list{list-style-type:none;padding:0}.target-audience-item{display:flex;align-items:center;padding:12px;margin-bottom:8px;background:#f8fafc;border-radius:8px}.target-audience-item:before{content:"•";color:#2563eb;font-size:1.5rem;margin-right:12px}.thumbnail-wrapper{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden;border-radius:8px}.thumbnail-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}@media screen and (max-width:768px){.thumbnail-wrapper{margin-bottom:15px}.thumbnail-image{object-fit:contain}.purchase-box{padding:15px}}@media screen and (max-width:480px){.course-detail-container{padding:10px}.static-class{margin:0 -10px}.thumbnail-wrapper{width:100%;margin-left:0;margin-right:0}}.instructor-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}@media screen and (min-width:1280px){.course-main-content{max-width:70%;padding:24px;gap:32px}.course-cover{padding-left:40px;padding-right:40px}.course-sidebar{width:320px;margin-left:40px}.static-class{width:320px;right:4%}.course-title{font-size:2.2rem}.course-price{font-size:1.9rem}.section-title{font-size:1.35rem}.features-grid,.overview-grid{grid-template-columns:repeat(2,1fr)}.module-box{padding:10px 18px}.thumbnail-wrapper{border-radius:6px}.initials-circle,.rating-profile-pic{width:44px;height:44px}.rating-details h5{font-size:1rem}.rating-date{font-size:.85rem}.course-description{font-size:.95rem}.instructor-avatar{width:100px;height:100px}.instructor-info h4{font-size:1.1rem}.instructor-about{font-size:.95rem}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-box{background:#fff;padding:20px 30px;border-radius:8px;width:90%;max-width:400px;position:relative;text-align:center}.popup-box input{display:block;width:100%;margin-bottom:12px;padding:10px;border-radius:6px;border:1px solid #ccc}.popup-box button{padding:10px 20px;border:none;background:#0070f3;color:#fff;border-radius:6px;cursor:pointer}.close-btn{position:absolute;top:5px;right:12px;background:transparent;font-size:24px;border:none;cursor:pointer}.response-msg{margin-top:10px;font-size:14px}