.kids-video-section{position:relative;padding:20px 15px;text-align:center;background:linear-gradient(160deg,#fff9c4,#fce4ec 40%,#e8f5e9,#e3f2fd);overflow:hidden}.video-title{font-size:clamp(24px,5vw,40px);font-weight:900;margin-bottom:40px;color:#ff2e93;letter-spacing:1px}.video-title span{color:#ff9100}.video-title:after{content:"";width:80px;height:4px;background:linear-gradient(90deg,#ff2e93,#e1e2df);display:block;margin:12px auto 0;border-radius:20px}.video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(15px,3vw,40px);max-width:1200px;margin:auto}.video-card{position:relative;height:clamp(160px,25vw,240px);border-radius:20px;overflow:hidden;cursor:pointer;transition:.4s ease;box-shadow:0 10px 25px #00000026}.video-card img{width:100%;height:100%;object-fit:cover;transition:.5s}.video-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);z-index:1}.video-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 20px 40px #00000040}.video-card:hover img{transform:scale(1.08)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(40px,6vw,55px);height:clamp(40px,6vw,55px);border-radius:50%;background:linear-gradient(135deg,#ff2e93,#ff6ec7);color:#fff;font-size:clamp(14px,2vw,18px);display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 20px #ff2e9399}.video-card:hover .play-btn{transform:translate(-50%,-50%) scale(1.15)}.video-card h3{position:absolute;bottom:8px;left:15px;right:15px;color:#fff;font-size:clamp(14px,2.5vw,18px);font-weight:700;z-index:2;text-align:left}.video-card h4{position:absolute;bottom:8px;right:15px;color:#fff;font-size:clamp(12px,2vw,16px);font-weight:600;z-index:2}.view-all-btn{margin-top:30px}.view-all-btn button{padding:clamp(10px,2vw,14px) clamp(20px,4vw,35px);border:none;border-radius:8px;font-size:clamp(14px,2vw,18px);font-weight:700;background:linear-gradient(135deg,#ffc72e,#6efff0);color:#000;cursor:pointer;transition:.3s}.view-all-btn button:hover{transform:translateY(-3px)}@media(max-width:480px){.video-grid{grid-template-columns:1fr}.video-card{height:180px}}@media(min-width:481px)and (max-width:768px){.video-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.video-grid{grid-template-columns:repeat(3,1fr)}}.color-art-container{text-align:center;padding:40px 20px;min-height:100vh;background:linear-gradient(135deg,#ffecd2,#fcb69f,#a1c4fd,#fbc2eb);background-size:300% 300%;animation:bgMove 10s ease infinite}.title{font-size:34px;font-weight:800;margin-bottom:25px}.color-div{display:flex;justify-content:center}.color-palette{display:flex;justify-content:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.color-circle{width:35px;height:35px;border-radius:50%;cursor:pointer;border:3px solid white;transition:.3s;box-shadow:0 5px 12px #0003}.color-circle:hover{transform:scale(1.2)}.color-circle.active{transform:scale(1.3);border:4px solid #333}.brush-controls{margin-bottom:20px}.brush-controls input{width:200px}.brush-label{display:block;margin-top:5px;font-weight:600}.toolbar{margin-bottom:25px}.toolbar button{padding:10px 22px;margin:0 8px;border-radius:5px;border:none;font-weight:600;background:linear-gradient(45deg,#ff4da6,#ff8a00);color:#fff;cursor:pointer;transition:.3s}.canvas{border:10px solid white;border-radius:30px;background:#fff;box-shadow:0 20px 40px #00000040;max-width:100%;cursor:crosshair}.footer{position:relative;background:linear-gradient(160deg,#fff9c4,#fce4ec 40%,#e8f5e9,#e3f2fd);color:#000;padding-top:90px;overflow:hidden}.footer-shape{position:absolute;border-radius:50%;opacity:.25;filter:blur(10px);animation:float 8s infinite ease-in-out}.shape1{width:160px;height:160px;background:#fc0;top:-50px;left:-50px}.shape2{width:220px;height:220px;background:#ff6b81;bottom:-70px;right:-70px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.footer-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:50px;padding:0 6% 60px;position:relative;z-index:2}.footer-col h2{font-size:28px;font-weight:800;margin-bottom:10px}.footer-col h3{margin-bottom:18px;font-size:20px;position:relative}.footer-col h3:after{content:"";width:40px;height:3px;background:#ff6b81;position:absolute;left:0;bottom:-6px;border-radius:2px}.footer-col p{font-size:15px;margin-bottom:12px;line-height:1.6;display:flex;align-items:center;gap:8px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:12px}.footer-col a{text-decoration:none;transition:.3s;position:relative}.footer-col a:after{content:"";width:0;height:2px;background:#ff6b81;position:absolute;left:0;bottom:-2px;transition:.3s}.footer-col a:hover:after{width:100%}.footer-col a:hover{color:#ff6b81;transform:translate(5px)}.social-icons{display:flex;gap:12px;margin-top:18px}.social-icons a{width:42px;height:42px;background:#ffffffe6;color:#2575fc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s;font-size:16px;box-shadow:0 5px 15px #0003}.social-icons a:hover{background:#ff6b81;color:#fff;transform:translateY(-6px) scale(1.1)}.logo{display:flex;align-items:center;gap:10px}.logo img{width:55px}.newsletter{display:flex;margin-top:12px;background:#fff;border-radius:30px;overflow:hidden;box-shadow:0 10px 25px #0003}.newsletter input{border:none;padding:12px;flex:1;outline:none;font-size:14px}.newsletter button{border:none;padding:12px 18px;background:linear-gradient(45deg,#ff6b81,#ff4757);color:#fff;cursor:pointer;font-weight:600;transition:.3s}.newsletter button:hover{transform:scale(1.05)}.footer-bottom{text-align:center;padding:18px;background:#0003;font-weight:500;position:relative;z-index:2;letter-spacing:.5px}.footer-bottom a{color:#00f;font-weight:700;margin-left:5px;text-decoration:none}@media(max-width:768px){.footer-top{text-align:center;gap:35px}.logo,.social-icons{justify-content:center}.footer-col{text-align:center}.footer-col h3:after{left:50%;transform:translate(-50%)}.newsletter{flex-direction:column}.newsletter button{width:100%}}body{padding:0;margin:0}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#5f9cff,#a66cff,#ff7eb3);padding:20px;position:relative;overflow:hidden}.shape{position:absolute;border-radius:50%;opacity:.2}.s1{width:250px;height:250px;background:#fff;top:5%;left:5%}.s2{width:250px;height:250px;background:#fff;bottom:5%;right:5%}.login-box{width:100%;max-width:1000px;min-height:520px;display:flex;border-radius:20px;overflow:hidden;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff3;box-shadow:0 20px 60px #0000004d}.login-left{flex:1;padding:40px;text-align:center;color:#fff;background:url(https://img.freepik.com/free-photo/conceptual-digital-art-diversity-around-world_23-2151437543.jpg?semt=ais_hybrid&w=740&q=80) center/cover no-repeat;display:flex;flex-direction:column;justify-content:center}.login-left img{width:200px;margin:40px auto;animation:float 3s infinite ease-in-out}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.login-right{flex:1;background:#fff;padding:50px 40px;display:flex;flex-direction:column;justify-content:center}.login-right h1{margin-bottom:20px;font-size:28px}.login-right form{width:100%}.input-group{display:flex;align-items:center;border:1px solid #747272;padding:0 10px;border-radius:6px;margin-bottom:15px;background:#fff}.input-group i{margin-right:8px;color:gray}.input-group input,.input-group select{width:100%;padding:14px 5px;border:none;outline:none;font-size:14px;flex:1}.login-btn{width:100%;padding:14px;border-radius:5px;border:none;background:linear-gradient(135deg,#5f9cff,#a66cff);color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:.3s}.login-btn:hover{transform:scale(1.03);box-shadow:0 10px 20px #0003}.subtitle{font-size:14px;color:#666;margin-bottom:15px}.login-options{display:flex;justify-content:space-between;font-size:13px;margin-bottom:15px;color:#555;flex-wrap:wrap;gap:5px}.forgot{cursor:pointer;color:#5f9cff}.forgot:hover{text-decoration:underline}.signup-text{margin-top:15px;font-size:14px;color:#666}.signup-text span{color:#a66cff;font-weight:700;cursor:pointer}.login-footer{margin-top:20px;font-size:13px;color:#999}.input-group:focus-within{border-color:#5f9cff;box-shadow:0 0 5px #5f9cff4d}.login-btn:active{transform:scale(.97)}.form-row{display:flex;flex-wrap:wrap;gap:5px}.col-6{width:calc(50.4% - 5px)}.col-4{width:calc(35% - 7px)}.col-8{width:calc(66.66% - 7px)}.col-12{width:100%}@media(max-width:600px){.col-6,.col-4,.col-8{width:100%}}@media(max-width:992px){.login-box{max-width:90%}.login-left img{width:160px}.login-right{padding:40px 25px}}@media(max-width:768px){.login-box{flex-direction:column;height:auto}.login-left{height:200px;padding:20px}.login-left img{width:120px;margin:20px auto}.login-right{padding:25px 20px}.login-right h1{font-size:22px}}@media(max-width:480px){.login-container{padding:10px}.login-right{padding:20px 15px}.input-group input{font-size:13px}.login-btn{font-size:14px;padding:12px}}.free-art-container{text-align:center;padding:10px 20px;min-height:100vh;background:linear-gradient(135deg,#ffecd2,#fcb69f,#a1c4fd);background-size:200% 200%;animation:bgMove 6s ease infinite}@keyframes bgMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.title{font-size:30px;font-weight:700;margin-bottom:20px}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:25px}.colors{display:flex;gap:10px}.color-dot{width:30px;height:30px;border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 5px 10px #0003;transition:.2s}.color-dot:hover{transform:scale(1.2)}.brush-sizes{display:flex;gap:10px}.brush-btn{padding:6px 12px;border-radius:20px;border:none;background:#fff;cursor:pointer;font-weight:700;box-shadow:0 4px 10px #0000001a;transition:.2s}.brush-btn:hover{background:#ff4da6;color:#fff}.canvas-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:25px;background-image:url(https://img.freepik.com/free-vector/flat-nature-background_1308-20252.jpg?semt=ais_hybrid&w=740&q=80);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:10px;box-shadow:0 15px 40px #0003}.canvas-wrapper:before{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:45px;background:linear-gradient(45deg,red,orange,#ff0,green,#00f,indigo,violet);z-index:-1;animation:rotateBorder 6s linear infinite}@keyframes rotateBorder{0%{filter:hue-rotate(0deg)}to{filter:hue-rotate(360deg)}}.canvas{background:#fff;border-radius:25px;cursor:crosshair;box-shadow:inset 0 5px 20px #0000001a}.clear-btn{padding:8px 20px;border-radius:20px;border:none;background:linear-gradient(45deg,#ff4da6,#ff8a00);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.clear-btn:hover{transform:scale(1.1)}.corner{position:absolute;width:150px;height:200px}.top-left{top:-20px;left:-10px}.top-right{top:-20px;right:-10px}.bottom-left{bottom:-20px;left:-10px}.bottom-right{bottom:-20px;right:-10px}.shape-container{text-align:center;padding:40px 20px;min-height:100vh;background:linear-gradient(135deg,#fbc2eb,#a6c1ee)}.title{font-size:32px;font-weight:700;margin-bottom:25px}.toolbar{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:25px}.toolbar select,.toolbar input[type=color],.toolbar input[type=range]{padding:8px 12px;border-radius:12px;border:none;cursor:pointer}.toolbar button{padding:10px 20px;border-radius:25px;border:none;background:linear-gradient(45deg,#ff4da6,#6a5cff);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.canvas{border:8px solid white;border-radius:30px;background:#fff;box-shadow:0 20px 40px #0003;max-width:100%;cursor:crosshair}.magic-container{text-align:center;padding:40px 20px;min-height:100vh;background:radial-gradient(circle at top,#ffecd2,#fbc2eb,#a6c1ee)}.title{font-size:34px;font-weight:700;margin-bottom:25px}.toolbar{display:flex;justify-content:center;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:25px}.toolbar input[type=range]{width:200px}.toolbar button{padding:10px 20px;border-radius:5px;border:none;font-weight:700;background:linear-gradient(45deg,#ff4da6,#6a5cff);color:#fff;cursor:pointer;transition:.3s}.toolbar button:hover{transform:scale(1.1)}.canvas{border:10px solid white;border-radius:10px;background:#fff;box-shadow:0 20px 40px #0000004d;max-width:100%;cursor:crosshair}.all-videos-section{padding:50px 5%;background:url(https://cms-assets.prod.pbskids.org/global/theme-backgrounds/Topic_LoveDay.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.page-title{text-align:center;font-size:30px;margin-bottom:30px;font-weight:800;color:#ff4081}.category-section{margin-bottom:40px}.category-title{font-size:24px;margin-bottom:15px;padding-left:10px;border-left:5px solid #ff6b6b}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.video-card{background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 10px 25px #0000001a;transition:.3s;cursor:pointer}.video-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0003}.thumb{position:relative}.thumb img{width:100%;height:100%;object-fit:cover}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#ff2e93,#ff6ec7);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #ff2e9399;transition:.3s}.video-card:hover .play-icon{transform:translate(-50%,-50%) scale(1.2)}.video-info{padding:12px}.video-info h4{font-size:15px;margin-bottom:25px}.video-info p{font-size:13px;color:#777}@media(max-width:1024px){.page-title{font-size:26px}}@media(max-width:768px){.all-videos-section{padding:40px 4%}.page-title{font-size:24px}.thumb img{height:180px}}@media(max-width:480px){.page-title,.category-title{font-size:20px}.videos-grid{grid-template-columns:1fr}.thumb img{height:160px}.play-icon{width:45px;height:45px;font-size:16px}}.video-hero{padding:60px 20px;background:url(https://img.freepik.com/free-vector/empty-park-scene-with-many-trees-night-simple-style_1308-65786.jpg?semt=ais_user_personalization&w=740&q=80);background-position:center;background-repeat:no-repeat;background-size:cover;text-align:center}.video-container{max-width:800px;margin:auto;position:relative}.video-thumbnail{position:relative;cursor:pointer;background-color:#fff;border:10px solid #fff;border-radius:10px}.video-thumbnail img{width:100%}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#ff2e93,#ff6ec7);color:#fff;font-size:18px;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 0 25px #ff2e9399;transition:.3s}.video-buttons .prev-hero{position:absolute;top:45%;left:-30px}.video-buttons .next-hero{position:absolute;top:45%;right:-30px}.dots{display:flex;justify-content:center;margin-top:15px;gap:8px}.video-buttons button{padding:20px;border:none;background:#ff6b6b;color:#fff;font-size:16px;border-radius:50%;cursor:pointer}.video-buttons button:hover{background:#ff4040}.all-arts-section{padding:60px 5%;background:#fffdf5;font-family:Comic Sans MS,cursive}.arts-title{font-size:2.5rem;text-align:center;color:#ff6f61;margin-bottom:40px;position:relative}.arts-title:after{content:"";width:120px;height:6px;background:#ffd166;display:block;margin:10px auto 0;border-radius:10px}.arts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:30px}.art-card{background:#fff;border-radius:5px;overflow:hidden;text-decoration:none;color:#fff;position:relative;transition:.3s;box-shadow:6px 6px #000}.art-card:hover{transform:translate(-5px,-5px);box-shadow:10px 10px #000}.image-wrapper img{width:100%;height:220px;object-fit:cover;border-bottom:3px solid #333}.art-card h4{font-size:16px;font-weight:700;color:#fff}.category{position:absolute;top:0;left:0;background:#ff4081;color:#fff;padding:5px 12px;border-radius:20px;font-size:12px;border:2px solid #000;box-shadow:2px 2px #000}.controls input,.controls select{border:3px solid #333;border-radius:10px;padding:10px;font-family:inherit;box-shadow:3px 3px #000}.controls input:focus,.controls select:focus{outline:none;transform:translate(-2px,-2px);box-shadow:5px 5px #000}@media(max-width:480px){.arts-title{font-size:1.8rem}.arts-grid{grid-template-columns:1fr}}.arts-hero{padding:50px 5%;display:flex;justify-content:center;background:url(https://i.pinimg.com/736x/36/7a/24/367a2429c35360db80153878ee3b18a7.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}.arts-container-all{width:100%;max-width:800px;position:relative}.arts-image{position:relative;cursor:pointer}.arts-image img{border:10px solid #e30bd4;width:100%;height:420px;object-fit:cover;border-radius:10px;transition:.3s}.arts-image img:hover{transform:scale(1.02)}.arts-buttons{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 10px}.arts-buttons button{background:#ff6b6b;border:none;font-size:18px;padding:16px;border-radius:50%;cursor:pointer;color:#fff;box-shadow:0 5px 15px #0003;transition:.3s}.arts-buttons button:hover{transform:scale(1.1)}.dots{display:flex;justify-content:center;margin-top:15px;gap:10px}.dot{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer;transition:.3s}.dot.active{background:#ff7a00;transform:scale(1.2)}@media(max-width:1024px){.arts-image img{height:380px}}@media(max-width:768px){.arts-hero{padding:40px 4%}.arts-image img{height:300px}.arts-buttons button{padding:12px;font-size:16px}}@media(max-width:480px){.arts-image img{height:220px}.arts-buttons button{padding:10px;font-size:14px}.dot{width:10px;height:10px}}.fill-section{padding:40px 5%;background:url(https://img.freepik.com/premium-photo/cartoon-sun-images-background-copy-space_1179130-834011.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.activity-title{text-align:center;padding:0 10px}.activity-title h1{font-size:38px;font-weight:800;color:#ff4081;margin-bottom:10px}.activity-title p{font-size:18px;color:#444}.activity-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.activity-card1{padding:25px;text-align:center;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 25px #00000026;transition:.3s}.activity-card1:nth-child(1){background:red}.activity-card1:nth-child(2){background:#009dff}.activity-card1:nth-child(3){background:#00ffd5}.activity-card1:nth-child(4){background:#fa0}.activity-card1:hover{transform:translateY(-10px) scale(1.02)}.picture{font-size:60px;margin-bottom:10px}.word{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}.box2{width:45px;height:45px;border:2px dashed #444;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;border-radius:10px;background:#fff8c6}.keyboard{display:flex;flex-wrap:wrap;justify-content:center}.keyboard button{margin:4px;padding:8px 12px;border:none;background:#ff4081;color:#fff;border-radius:8px;font-size:16px;cursor:pointer;transition:.2s}.keyboard button:hover{transform:scale(1.1)}.check,.reset{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;margin-top:8px;font-size:14px}.check{background:#4caf50;color:#fff}.reset{background:#ff9800;color:#fff;margin-left:8px}.message{margin-top:10px;font-weight:700;color:#fff}.activity-card1 h3{margin:10px 0;color:#fff}@media(max-width:1024px){.activity-title h1{font-size:32px}}@media(max-width:768px){.fill-section{padding:30px 4%}.activity-title h1{font-size:28px}.activity-title p{font-size:16px}.box2{width:40px;height:40px;font-size:20px}}@media(max-width:480px){.activity-title h1{font-size:24px}.activity-title p{font-size:14px}.activity-card1{padding:18px}.box2{width:35px;height:35px;font-size:18px}.keyboard button{padding:6px 10px;font-size:14px}}.matching-section{padding:30px 5% 60px;background:url(https://img.freepik.com/premium-photo/cartoon-sun-images-background-copy-space_1179130-834011.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}.games-title{text-align:center}.games-title h1{font-size:38px;color:#ff4081;font-weight:800}.games-title p{font-size:18px;color:#555}.games-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:20px}.game-card{padding:25px;border-radius:5px;text-align:center;box-shadow:0 10px 25px #00000026;transition:.3s}.game-card:nth-child(1){background:#fce410}.game-card:nth-child(2){background:pink}.game-card:nth-child(3){background:#02dfe7}.game-card:nth-child(4){background:#06e25a}.game-card:hover{transform:translateY(-8px) scale(1.02)}.match-board{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:20px;gap:15px}.left,.right{display:flex;flex-direction:column;gap:20px}.box{width:80px;height:65px;background:#fff8e1;border-radius:12px;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 5px 10px #0003;transition:.2s}.svg-lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media(max-width:1024px){.games-title h1{font-size:32px}}@media(max-width:768px){.matching-section{padding:25px 4%}.games-title h1{font-size:28px}.games-title p{font-size:16px}.match-board{gap:10px}.box{width:65px;height:55px;font-size:22px}}@media(max-width:480px){.games-title h1{font-size:24px}.games-title p{font-size:14px}.game-card{padding:18px}.match-board{flex-direction:column;align-items:center}.left,.right{flex-direction:row;flex-wrap:wrap;justify-content:center}.box{width:55px;height:50px;font-size:20px}}.profile-wrapper-box{background:linear-gradient(160deg,#fff9c4,#fce4ec 40%,#e8f5e9,#e3f2fd);padding:80px 20px;display:flex;justify-content:center}.profile-container{display:flex;gap:30px;width:1200px;max-width:100%}.profile-sidebar{width:300px;display:flex;flex-direction:column;gap:20px}.sidebar-card{height:100%;background:#ffffffe8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:30px 20px;color:#000;text-align:center;border:1px solid rgba(255,255,255,.2)}.pro-img-box img{width:140px;height:140px;border-radius:50%;border:4px solid #ff4da6;background:#fff;margin-bottom:15px}.sidebar-name{font-size:22px;margin-bottom:20px}.sidebar-info p{font-size:18px;margin:15px 0;opacity:.9;text-align:center}.sidebar-info i{width:25px;color:#ff4da6}.social-icons{display:flex;justify-content:center;gap:20px;font-size:24px;margin-top:10px}.social-icons i{cursor:pointer;transition:.3s}.social-icons i:hover{color:#00d2ff;transform:scale(1.2)}.profile-content{flex:1}.logout button{background-color:#ff4da6;border:none;color:#fff;padding:7px 40px;font-size:16px;border-radius:20px;cursor:pointer}.content-header{display:flex;justify-content:space-between;align-items:center;color:#000;margin-bottom:30px}.edit-btn{background:#00d2ff;border:none;padding:10px 25px;border-radius:50px;color:#050a18;font-weight:700;cursor:pointer}.form-card{background:#f0f5fff2;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px #0000004d}.tabs-header{display:flex;background:#e0e6ed}.tabs-header button{flex:1;padding:15px;border:none;background:none;font-weight:600;color:#666;cursor:pointer;transition:.3s}.tabs-header button.active{background:#fff;color:#0d2b52;border-top:3px solid #00d2ff}.tabs-body{padding:30px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.input-box{display:flex;flex-direction:column}.input-box.full{grid-column:span 2}.input-box label{font-size:13px;font-weight:700;color:#555;margin-bottom:5px}.input-box input,select{padding:12px;border-radius:8px;border:1px solid #ccc;background:#fdfdfd}.input-box input:disabled{background:#f0f0f0;color:#888}.footer-text{text-align:center;color:#fff9;margin-top:20px;font-size:12px}.language-options{display:flex;flex-wrap:wrap;gap:10px}.lang-card{padding:8px 14px;border-radius:20px;border:2px solid #ddd;cursor:pointer;background:#f5f5f5;transition:.3s}.lang-card input{display:none}.lang-card.active{background:#007bff;color:#fff;border-color:#007bff}@media(max-width:900px){.profile-container{flex-direction:column}.profile-sidebar{width:100%}.form-grid{grid-template-columns:1fr}}.kids-slider-section{padding:50px 0;overflow:hidden;background-color:#e3f2fd}.slider-wrapper{padding:10px;overflow:hidden}.slider-track{display:flex;gap:40px;width:max-content}.left-move{animation:moveLeft 25s linear infinite}.right-move{animation:moveRight 25s linear infinite}@keyframes moveLeft{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes moveRight{0%{transform:translate(0)}to{transform:translate(-50%)}}.kids-card{min-width:120px;text-align:center;transition:.3s}.kids-card:hover{transform:translateY(-8px)}.circle-img{width:120px;height:120px;margin:0 auto 10px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:0 10px 20px #00000026}.circle-img img{width:100%;height:100%;object-fit:cover}.category-name{font-size:15px;font-weight:700;color:#000}.slider-wrapper:hover .slider-track{animation-play-state:paused}@media(max-width:768px){.circle-img{width:90px;height:90px}.kids-card{min-width:110px}.category-name{font-size:13px}}.arts-section{padding:60px 20px;background-color:#faebd7}.arts-container{max-width:1200px;margin:auto;text-align:center}.section-title1{font-size:36px;font-weight:800;margin-bottom:50px}.section-title1 span{color:#ff4da6}.arts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:35px}.art-card{position:relative;border-radius:5px;overflow:hidden;cursor:pointer;box-shadow:0 15px 35px #0000001a;transition:.4s ease}.art-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px #00000026}.card-img{width:100%;height:280px;object-fit:cover;display:block}.card-overlay{position:absolute;bottom:-100%;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0003);display:flex;flex-direction:column;justify-content:center;align-items:center;transition:.5s ease;color:#fff}.art-card:hover .card-overlay{bottom:0}.card-overlay h3{font-size:22px;margin-bottom:15px;font-weight:700}.card-overlay button{padding:10px 25px;border-radius:30px;border:none;background:linear-gradient(45deg,#ff4da6,#ff8a00);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:.3s}.card-overlay button:hover{transform:scale(1.1)}@media(max-width:768px){.card-img{height:220px}}.about{padding:0 6%;background-color:#faebd7}.about-wrapper{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:40px;border-radius:25px}.about-left{flex:1;min-width:300px}.about-left h2{font-size:clamp(26px,4vw,42px);font-weight:900;background:linear-gradient(45deg,#ff4081,#7c4dff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px}.about-left p{font-size:clamp(14px,2vw,18px);color:#444;line-height:1.7;margin-bottom:20px}.about-left ul{padding:0}.about-left li{font-size:clamp(14px,2vw,17px);margin-bottom:12px;font-weight:600;color:#333;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:10px;transition:.3s}.about-btn{background:linear-gradient(45deg,#ff4081,#ff7eb3,#7c4dff);border:none;color:#fff;padding:12px 26px;border-radius:5px;font-size:clamp(14px,2vw,16px);font-weight:700;cursor:pointer;transition:.4s;box-shadow:0 5px 20px #0003}.about-btn:hover{transform:translateY(-4px) scale(1.05)}.about-right{flex:1;min-width:300px}.video-box{position:relative;border-radius:5px;overflow:hidden;cursor:pointer;transition:.4s}.video-box:hover{transform:scale(1.03)}.video-box img{width:100%;height:100%;max-height:400px;object-fit:cover;border-radius:5px}.play-icon-about{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(45deg,#ff4081,#7c4dff);color:#fff;font-size:28px;width:65px;height:65px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 10px 25px #0000004d;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}to{transform:translate(-50%,-50%) scale(1)}}.about-right video{width:100%;height:100%;max-height:400px;border-radius:5px;object-fit:cover;box-shadow:0 15px 40px #0003}@media(max-width:576px){.about{padding:40px 15px}.about-wrapper{flex-direction:column;gap:25px;padding:20px;text-align:center}.about-left{margin-top:0}.about-left li{justify-content:center}.video-box img,.about-right video{max-height:220px}.play-icon-about{width:55px;height:55px;font-size:22px}}@media(min-width:577px)and (max-width:992px){.about-wrapper{flex-direction:column;text-align:center;padding:30px}.about-left li{justify-content:center}.video-box img,.about-right video{max-height:260px}}@media(min-width:993px)and (max-width:1200px){.about-wrapper{gap:30px;padding:30px}.video-box img,.about-right video{max-height:320px}}@media(min-width:1201px){.about-wrapper{max-width:1300px}}.kids-why{padding:40px 5%;text-align:center;background:linear-gradient(160deg,#fff9c4,#fce4ec 40%,#e8f5e9,#e3f2fd)}.kids-title{font-size:44px;font-weight:900;margin-bottom:60px;color:#222}.kids-title span{color:#ff4da6}.kids-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;max-width:1100px;margin:auto}.kids-card-why{background:#fff9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:20px;padding:20px;box-shadow:0 10px 30px #0000001a;transition:.4s ease;position:relative;overflow:hidden}.kids-card-why:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;padding:2px;background:linear-gradient(45deg,#ff4da6,#4facfe,#43e97b);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.kids-card-why:hover{transform:translateY(-12px) scale(1.05)}.img-box{overflow:hidden;border-radius:15px}.img-box img{width:100%;height:180px;object-fit:cover;transition:.4s}.kids-card-why:hover img{transform:scale(1.1)}.kids-card-why h3{margin-top:15px;padding:8px;font-size:20px;font-weight:800;border-radius:30px;color:#fff;background:linear-gradient(45deg,#ff4da6,#ff7eb3)}@media(max-width:992px){.kids-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.kids-grid{grid-template-columns:1fr}.kids-title{font-size:28px}}.contact{padding:50px 6%;display:flex;justify-content:center;align-items:center;background-color:#e3f2fd}.contact-box{width:100%;max-width:1100px;display:flex;border-radius:25px;overflow:hidden;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 60px #0006}.left-side{flex:1;padding:0;color:#fff;position:relative;overflow:hidden;display:flex;background:url(https://png.pngtree.com/thumb_back/fh260/background/20240513/pngtree-happy-children-s-day-beautiful-trending-images-image_15731501.jpg);background-position:center;background-size:cover}.left-side:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(#0009,#0006);z-index:0}.left-content{position:relative;z-index:1;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:20px 50px;background:linear-gradient(to right,#00000025,#00000025);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-right:1px solid rgba(255,255,255,.2)}.left-content h1{font-size:28px;margin-bottom:8px}.left-content h2{font-size:36px;font-weight:800;margin-bottom:12px}.left-content p{font-size:15px;line-height:1.7;margin-bottom:20px;max-width:400px}.left-content h1,.left-content h2{text-shadow:2px 4px 10px rgba(0,0,0,.6)}.tags{display:flex;flex-wrap:wrap;gap:10px}.tags span{display:flex;align-items:center;gap:6px;background:#fff3;padding:8px 14px;border-radius:20px;font-size:13px;transition:.3s}.tags span:hover{background:#ffffff59;transform:translateY(-3px)}.right-side{flex:1;padding:50px;background:#fffffff2}.right-side h3{font-size:26px;font-weight:700;margin-bottom:20px}.right-side input,.right-side textarea{width:100%;margin-bottom:15px;padding:14px;border-radius:12px;border:1px solid #ddd;outline:none;font-size:14px;transition:.3s}.right-side input:focus,.right-side textarea:focus{border-color:#ff6a88;box-shadow:0 0 10px #ff6a884d}.right-side textarea{height:110px;resize:none}.right-side button{width:100%;padding:14px;border-radius:30px;border:none;background:linear-gradient(45deg,#ff6a88,#ff99ac);color:#fff;font-weight:700;cursor:pointer;transition:all .3s ease}.right-side button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 10px 25px #ff6a8866}@media(max-width:768px){.contact-box{flex-direction:column}.left-content,.right-side{padding:30px}.left-content h2{font-size:26px}}.home-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:0 40px;position:relative;overflow:hidden;background:linear-gradient(270deg,#ff9a9e,#fad0c4,#a1c4fd,#c2ffd8);background-size:600% 600%;animation:gradientMove 12s ease infinite}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.left-side-hed{flex:1;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.right-side-hed{flex:1;display:flex;align-items:center;justify-content:center}.mascot{font-size:90px}.title{font-size:42px;color:#ff6b6b;margin:10px 0;font-family:Fredoka,sans-serif}.subtitle{color:#555;font-size:16px;margin-bottom:20px;font-weight:700}.stars-pill{display:inline-block;background:linear-gradient(135deg,#ffd93d,#ff6b6b);padding:8px 16px;border-radius:999px;color:#fff;font-size:20px;font-weight:700;margin-bottom:20px;box-shadow:0 6px 20px #ff6b6b66}.bubbles{position:absolute;width:100%;height:100%;overflow:hidden;top:0;left:0;z-index:0}.bubbles span{position:absolute;bottom:-100px;border-radius:50%;animation:rise 10s linear infinite}@keyframes rise{0%{transform:translateY(0);opacity:.6}to{transform:translateY(-110vh);opacity:0}}.left-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.left-buttons a{text-decoration:none}.secondary-btn{background:#fff;border:3px solid;border-radius:999px;padding:10px 20px;font-size:16px;cursor:pointer;transition:.3s}.secondary-btn:hover{transform:scale(1.05)}.action-grid{display:grid;grid-template-columns:repeat(2,250px);gap:20px}.action-card{border-radius:20px;padding:40px 16px;border:none;display:flex;flex-direction:column;gap:20px;cursor:pointer;transition:.3s;box-shadow:0 8px 28px #00000026}.action-card:hover{transform:translateY(-6px) scale(1.04)}.emoji{font-size:40px}.label{font-size:15px;color:#fff;font-weight:700}@media(max-width:900px){.home-wrapper{min-height:90vh;flex-direction:column;padding:0 20px}.title{font-size:32px}.action-card{padding:20px 40px}.mascot{font-size:70px}.action-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.home-wrapper{min-height:80vh;padding:0 10px}.title{font-size:26px}.subtitle{font-size:14px}.mascot{font-size:55px}.stars-pill{font-size:16px;padding:6px 12px}.secondary-btn{font-size:14px;padding:8px 16px}.action-grid{grid-template-columns:repeat(2,1fr)}.action-card{padding:20px}.emoji{font-size:32px}.label{font-size:14px}}
