.oneDay-headerContainer{width:100%;height:600px;position:relative}.oneDay-headerContainer>img{width:100%;height:100%;object-fit:cover}.oneDay-headerCover{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;background-color:rgba(0,0,0,.447)}.oneDay-headerCover>h2{color:white;width:100%;text-align:center;font-size:4rem;font-weight:400}@media screen and (max-width:768px){.oneDay-headerContainer{width:100%;height:100%;position:relative}}.oneDay-section{display:flex;justify-content:space-between;gap:2rem;padding:3rem;background:linear-gradient(135deg,#fff9f7,#ffe8e4);align-items:center;border-radius:20px;box-shadow:0 8px 28px rgba(0,0,0,.06)}.oneDay-content{width:50%;height:100%}.tag{background-color:var(--customColor1);color:white;padding:6px 16px;border-radius:999px;font-size:.8rem;font-weight:700;display:inline-block;margin-bottom:1rem}.oneDay-content h2{font-size:2.2rem;font-weight:800;color:#222;margin-bottom:1.5rem;line-height:1.3}.oneDay-content .desc{font-size:1rem;color:#444;margin-bottom:1.2rem;line-height:1.6}.enroll-btn{background-color:var(--customColor1);color:white;padding:12px 28px;border-radius:10px;font-weight:600;text-decoration:none;display:inline-block;margin-top:1rem;transition:background .3s ease}.enroll-btn:hover{background-color:black}.certification{display:flex;align-items:center;gap:10px;margin-top:2rem;font-size:1rem;font-weight:500;color:#9b0055}.certification img{width:100px;object-fit:contain}.oneDay-images{width:40%;height:100%}.image-grid img{width:100%;height:100%;border-radius:14px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.08)}.nsdc{display:flex;gap:16px;align-items:flex-start;padding:16px;border-radius:12px;box-shadow:0 2px 15px rgba(114,26,26,.1);margin-top:30px;background-color:white}.nsdc-desc{font-size:15px;color:#333;font-weight:400;text-align:justify}.nsdc>img{width:200px;height:100px;object-fit:contain}@media screen and (max-width:768px){.oneDay-section{flex-direction:column;padding:1rem}.image-grid img,.oneDay-content,.oneDay-images{width:100%;height:100%}.image-grid img{border-radius:14px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.08)}}.masterclass-section{padding:3rem 2rem;background:#fefefe;text-align:center}.masterclass-heading{font-size:40px;margin-bottom:2rem;color:black}.masterclass-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.masterclass-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.08);transition:transform .3s ease;display:flex;flex-direction:column}.masterclass-card:hover{transform:translateY(-5px)}.card-img-container{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden}.card-img-container img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:10px;left:10px;background:#fff;color:#b30000;font-weight:700;padding:4px 10px;border-radius:20px;font-size:.8rem;box-shadow:0 2px 5px rgba(0,0,0,.1)}.card-body{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;flex:1 1}.category-label{color:#999;font-size:.9rem;margin-bottom:.5rem}.card-title{font-size:1.1rem;font-weight:600;color:#2b2b2b;margin-bottom:.5rem}.price{font-size:1rem;margin-bottom:1rem}.original{text-decoration:line-through;color:#888;margin-right:8px}.discounted{color:#d84d1d;font-weight:700}.add-btn{background:var(--customColor1);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}.image-grid>video{width:100%;height:500px;object-fit:cover;border-radius:20px}.add-btn:hover{background:black}@media screen and (max-width:768px){.masterclass-heading{font-size:40px;margin-bottom:2rem;color:black}}