@import"https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Cairo:wght@200..1000&family=Rakkas&family=Reem+Kufi:wght@400..700&display=swap";@font-face{font-family:BouazziMaghribi;src:url(/BouazziMaghribi.woff);font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:Cairo,sans-serif;overflow-x:hidden;min-height:100vh;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a,button{touch-action:manipulation}img,video{max-width:100%;height:auto;display:block}.container{width:100%;min-height:50vh;transition:.5s}.container.dark{background:#222}html,body{overflow-x:hidden}h1{font-size:clamp(1.75rem,5vw,3rem)}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}h4{font-size:clamp(1.125rem,2.5vw,1.5rem)}h5{font-size:clamp(1rem,2vw,1.25rem)}h6{font-size:clamp(.875rem,1.5vw,1rem)}@media(max-width:480px){button,a,input,select,textarea{min-height:44px}}.navbar{display:flex;justify-content:space-between;width:100%;padding:.5rem 5%;background:transparent;align-items:center;direction:rtl;position:fixed;top:0;left:0;z-index:1000;transition:all .3s ease}.navbar.scrolled{background:linear-gradient(#5dade2cc,#5dade2cc),url(/assets/633-MYmghRYe.jpg);background-size:300px 300px;background-repeat:repeat;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.navbar.admin-page{background:linear-gradient(#5dade2cc,#5dade2cc),url(/assets/633-MYmghRYe.jpg);background-size:300px 300px;background-repeat:repeat;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.logo{width:clamp(70px,10vw,100px);cursor:pointer}.desktop-nav{display:none!important}.nav-links{flex:1;list-style:none;text-align:center;display:flex;justify-content:center;gap:clamp(1rem,3vw,2rem);margin:0;padding:0}.nav-links li{color:#fff;cursor:pointer;font-size:clamp(.9rem,1.5vw,1.05rem);font-weight:600;position:relative;padding:.5rem 0;transition:all .3s;font-family:Cairo,sans-serif;white-space:nowrap}.nav-links li:after{content:"";position:absolute;bottom:-2px;right:0;width:0;height:2px;background:linear-gradient(135deg,#a8e6ff,#fff);transition:width .3s ease}.nav-links li:hover{color:#a8e6ff}.nav-links li:hover:after{width:100%}.navbar-auth{display:flex;align-items:center;gap:1rem}.sign-in-btn{background:linear-gradient(135deg,#fff,#e3f7ff);border:none;padding:.75rem 1.5rem;border-radius:25px;font-size:clamp(.85rem,1.2vw,1rem);font-weight:700;cursor:pointer;transition:all .3s;color:#5dade2;font-family:Cairo,sans-serif;box-shadow:0 4px 15px #ffffff4d;min-height:44px}.sign-in-btn:hover{background:linear-gradient(135deg,#f0f9ff,#fff);transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;width:44px;height:44px;border-radius:10px;cursor:pointer;color:#fff;font-size:1.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background:#ffffff40}.mobile-nav-overlay{position:fixed;inset:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:-100%;width:min(80%,320px);height:100vh;background:linear-gradient(180deg,#5dade2,#3498db);z-index:999;padding:6rem 2rem 2rem;transition:right .3s ease;overflow-y:auto}.mobile-nav.open{right:0}.mobile-nav-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-links li{color:#fff;font-size:1.1rem;font-weight:600;font-family:Cairo,sans-serif;padding:1rem;border-radius:12px;cursor:pointer;transition:all .3s;text-align:right;min-height:44px;display:flex;align-items:center;justify-content:flex-end}.mobile-nav-links li:hover{background:#fff3}.mobile-auth-btn{width:100%;margin-top:2rem;padding:1rem;background:#fff;color:#5dade2;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;font-family:Cairo,sans-serif;cursor:pointer;transition:all .3s;min-height:50px}.mobile-auth-btn:hover{background:#f0f9ff;transform:scale(1.02)}@media(min-width:481px){.mobile-nav{width:min(60%,350px)}}@media(min-width:769px){.navbar{justify-content:space-around;padding:.375rem 5%}.desktop-nav{display:flex!important}.mobile-menu-toggle,.mobile-nav,.mobile-nav-overlay{display:none!important}.logo{width:100px}}.auth-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.auth-modal{background:#fff;border-radius:16px;max-width:100%;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 10px 50px #0000004d;-webkit-overflow-scrolling:touch}.close-btn{position:absolute;top:.75rem;left:.75rem;background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6c757d;width:44px;height:44px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s;z-index:10}.close-btn:hover{background:#f0f0f0;color:#2c3e50}.auth-content{padding:3rem 1.25rem 1.5rem;direction:rtl;text-align:right}.auth-title{font-size:clamp(1.5rem,4vw,2rem);color:#2c3e50;margin-bottom:1.5rem;text-align:center;font-family:Cairo,sans-serif;font-weight:700}.auth-error{background:#fee;color:#c33;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;text-align:center;border:1px solid #fcc}.auth-success{background:#efe;color:#3c3;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;text-align:center;border:1px solid #cfc}.auth-form,.form-row{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2c3e50;font-size:.875rem}.form-group input{padding:.875rem 1rem;border:2px solid #e0e7ef;border-radius:10px;font-size:1rem;font-family:Cairo,sans-serif;transition:all .3s;min-height:48px}.form-group input:focus{outline:none;border-color:#3d7a9e;box-shadow:0 0 0 3px #3d7a9e1a}.checkbox-group{flex-direction:row;align-items:center}.checkbox-group label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-weight:500;min-height:44px;line-height:1}.auth-submit-btn{background:linear-gradient(135deg,#3d7a9e,#5fa9c7);color:#fff;border:none;padding:1rem;border-radius:10px;font-size:1rem;font-weight:700;font-family:Cairo,sans-serif;cursor:pointer;transition:all .3s;margin-top:.5rem;min-height:48px}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2f5f7d,#4a8aa5);transform:translateY(-2px);box-shadow:0 5px 20px #3d7a9e66}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e0e7ef}.auth-switch p{color:#6c757d;font-size:.875rem}.switch-btn{background:none;border:none;color:#3d7a9e;font-weight:700;cursor:pointer;font-size:.875rem;padding:.5rem;min-height:44px;transition:all .3s}.switch-btn:hover{color:#2f5f7d;text-decoration:underline}@media(min-width:481px){.auth-overlay{padding:1.25rem}.auth-modal{max-width:500px;border-radius:20px}.auth-content{padding:3rem 2rem 2rem}.form-row{flex-direction:row;gap:1rem}.form-row .form-group{flex:1}.auth-error,.auth-success{font-size:.9375rem}}@media(min-width:769px){.auth-modal{max-width:600px}.close-btn{top:1rem;left:1rem;width:40px;height:40px;min-width:40px;min-height:40px;font-size:2rem}.auth-content{padding:3.125rem 2.5rem 2.5rem}.auth-title{margin-bottom:1.875rem}.auth-form{gap:1.25rem}.form-group label{font-size:.9375rem}.auth-submit-btn{padding:.9375rem;font-size:1.1rem;margin-top:.625rem}.auth-switch{margin-top:1.5625rem;padding-top:1.25rem}.auth-switch p,.switch-btn{font-size:.9375rem}}@font-face{font-family:BouazziMaghribi;src:url(/BouazziMaghribi-Regular.woff) format("woff")}.hero{flex:1;direction:rtl;text-align:center;background:transparent;display:flex;justify-content:center;align-items:center;position:relative;z-index:0;padding:1rem;min-height:100vh}.hero-content{max-width:900px;width:100%;color:#fff;padding:0 1rem;position:relative;z-index:1}.hero-title{font-family:BouazziMaghribi,Rakkas,sans-serif;font-size:clamp(3rem,12vw,11.25rem);text-shadow:5px 5px 2px #032b4666;margin-bottom:.5rem;line-height:1.1;letter-spacing:2px}.hero-slogan{font-family:BouazziMaghribi,Aref Ruqaa,serif;font-size:clamp(1.25rem,4vw,2.5rem);margin-top:0;margin-bottom:0;text-shadow:0 2px 10px rgba(3,26,56,.4);line-height:1.5;opacity:.95}.hero-description{margin-top:1.5rem;font-family:Cairo,sans-serif;font-size:clamp(1rem,2.2vw,1.5rem);line-height:1.9;font-weight:500;max-width:700px;margin-left:auto;margin-right:auto;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:.3px;padding:0 .5rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap;padding:0 1rem}.btn{padding:1rem 2rem;font-size:clamp(.9rem,1.5vw,1.125rem);font-family:Cairo,sans-serif;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:48px;min-width:140px}.btn-primary{background:#fff;color:#1b385f;box-shadow:0 4px 20px #00000026}.btn-primary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 8px 30px #00000040}.btn-secondary{background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:#fff3;border-color:#fff;transform:translateY(-3px);box-shadow:0 8px 30px #fff3}@media(min-width:481px){.hero-content{padding:0 2rem}.hero-description{margin-top:2rem;line-height:2}.hero-buttons{margin-top:2.5rem;gap:1.25rem}.btn{padding:1rem 2.5rem}}@media(min-width:769px){.hero{padding:0}.hero-content{padding:0 1.25rem}.hero-description{margin-top:1.875rem}.hero-buttons{margin-top:3.125rem}}.Programs{background:#f8f9fa;padding:3rem 3%;direction:rtl;display:flex;flex-direction:column;position:relative;z-index:10}.programs-header{text-align:center;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;width:100%;padding:0 1rem}.programs-title{font-size:clamp(1.75rem,5vw,3.5rem);color:#2c3e50;font-weight:700;margin-bottom:1rem;font-family:BouazziMaghribi,Cairo,sans-serif;padding-bottom:1rem;border-bottom:3px solid #3d7a9e;display:inline-block}.programs-description{font-size:clamp(1rem,2vw,1.2rem);color:#6c757d;line-height:1.8;font-family:Cairo,sans-serif}.programs-cards{display:flex;gap:1.25rem;padding:1.25rem 3% 1.5rem;overflow-x:auto;scroll-behavior:smooth;justify-content:safe center;-webkit-overflow-scrolling:touch;width:100%;box-sizing:border-box}.programs-cards::-webkit-scrollbar{height:8px}.programs-cards::-webkit-scrollbar-track{background:#e0e0e0;border-radius:10px}.programs-cards::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#1a6b7a,#2d8a9b);border-radius:10px}.programs-cards::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#145a67,#1a6b7a)}.card{background:linear-gradient(135deg,#1a6b7a,#2d8a9b);border:none;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 30px #0003;transition:all .3s ease;min-height:450px;min-width:280px;max-width:280px;display:flex;flex-direction:column;cursor:pointer;flex-shrink:0}.card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}.card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.label{display:inline-block;background:#fff;color:#1a6b7a;padding:.5rem 1rem;border-radius:25px;font-size:.8rem;font-weight:600;text-decoration:none;margin-bottom:1rem;transition:all .3s}.label:hover{background:#ffffffe6;transform:scale(1.05)}.card-title{font-size:clamp(1.5rem,4vw,2.8rem);color:#fff;margin:0 0 1rem;font-weight:700;line-height:1.3;font-family:BouazziMaghribi,Cairo,sans-serif}.card-description{color:#ffffffe6;font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.7;margin-bottom:1.5rem;flex:1;font-family:Cairo,sans-serif}.price-section{margin:1rem 0;padding:1rem;background:#ffffff1a;border-radius:15px;width:100%}.price-main{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.price-value{font-size:1.5rem}.duration-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#ffffffe6;font-size:.9rem;margin-top:1rem;font-family:Cairo,sans-serif}.duration-icon{font-size:1.2rem}.join-btn-full{width:100%;padding:1rem;border:none;background:#fff;color:#1a6b7a;font-size:1.1rem;font-weight:700;font-family:Cairo,sans-serif;cursor:pointer;transition:all .3s ease;border-radius:0 0 1.25rem 1.25rem;min-height:50px}.join-btn-full:hover{background:#f0f0f0;transform:scale(1.02);box-shadow:0 -5px 20px #0003}@media(min-width:481px){.Programs{padding:4rem 4%}.programs-header{margin-bottom:3rem}.card{min-width:320px;max-width:320px;min-height:480px}.card-content{padding:2rem}.programs-cards{gap:1.5rem;padding:1.25rem 1rem 1.75rem}}@media(min-width:769px){.Programs{padding:5rem 5%}.programs-header{margin-bottom:3.75rem}.card{min-width:350px;max-width:350px;min-height:500px}.card-content{padding:2.2rem}.price-main,.price-value{font-size:1.8rem}.join-btn-full{padding:1.25rem;font-size:1.3rem}.programs-cards{gap:1.875rem;padding:1.25rem .625rem 1.875rem}}.program-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:flex-start;z-index:1000;padding:4rem .75rem 1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.program-modal{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;max-width:100%;width:100%;max-height:none;overflow-y:visible;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out;direction:rtl;margin:0 auto}.modal-close-btn{position:absolute;top:.75rem;right:.75rem;background:#ffffffe6;border:none;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#333;transition:all .3s ease;z-index:10}.modal-close-btn:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 12px #00000026}.modal-content{padding:2rem 1rem}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-label{display:inline-block;background:linear-gradient(135deg,#008b8b,#20b2aa);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.modal-title{font-family:BouazziMaghribi-Regular,serif;font-size:clamp(1.5rem,5vw,2rem);color:#1a1a1a;margin:.75rem 0;line-height:1.4}.modal-body{display:flex;flex-direction:column;gap:1.5rem}.modal-info{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.modal-description{font-size:clamp(.875rem,2vw,1rem);line-height:1.8;color:#555;margin-bottom:1.25rem;text-align:justify}.modal-details{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.detail-item{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#666}.detail-icon{font-size:1.25rem;color:#008b8b}.modal-resources{margin:1.25rem 0;padding:1rem;background:#f8f9fa;border-radius:10px}.modal-resources h3{font-size:1rem;color:#333;margin-bottom:.875rem;font-weight:600}.resources-list{list-style:none;padding:0;margin:0}.resource-item{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#fff;border-radius:8px;margin-bottom:.625rem;transition:all .3s ease;min-height:48px}.resource-item:hover{background:#fff;box-shadow:0 2px 8px #0000001a;transform:translate(-5px)}.resource-item a{color:#333;text-decoration:none;flex:1;transition:color .3s ease}.resource-item a:hover{color:#008b8b}.pdf-icon{font-size:1.375rem;color:#dc3545}.modal-price{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#008b8b,#20b2aa);border-radius:10px;color:#fff;margin-top:1rem;text-align:center}.price-label{font-size:1rem;font-weight:600}.price-values{display:flex;align-items:center;gap:.75rem}.current-price{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700}.original-price{font-size:clamp(1rem,3vw,1.125rem);text-decoration:line-through;opacity:.7}.guest-form{background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 4px 12px #0000000d}.guest-form h3{font-size:1.125rem;color:#333;margin-bottom:1.25rem;text-align:center}.form-row{display:flex;flex-direction:column;gap:.875rem;margin-bottom:.875rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.875rem;color:#555;margin-bottom:.5rem;font-weight:500}.form-group input[type=text],.form-group input[type=number],.form-group input[type=tel]{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;font-family:inherit;min-height:48px}.form-group input:focus{outline:none;border-color:#008b8b;box-shadow:0 0 0 3px #008b8b1a}.checkbox-group{margin-top:.625rem}.checkbox-group label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;min-height:44px;line-height:1}.checkbox-group input[type=checkbox]{width:22px;height:22px;min-width:22px;min-height:22px;cursor:pointer;margin:0;flex-shrink:0;vertical-align:middle}.checkbox-group span{display:inline-block;line-height:22px;vertical-align:middle}.form-error{background:#ffe6e6;color:#d32f2f;padding:.75rem 1rem;border-radius:8px;margin-bottom:.875rem;text-align:center;font-size:.875rem;border:1px solid #ffcccc}.form-success{background:#e8f5e9;color:#2e7d32;padding:.75rem 1rem;border-radius:8px;margin-bottom:.875rem;text-align:center;font-size:.875rem;border:1px solid #c8e6c9}.modal-footer{margin-top:1.25rem;display:flex;justify-content:center}.join-now-btn{background:linear-gradient(135deg,#008b8b,#20b2aa);color:#fff;border:none;padding:.875rem 2.5rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #008b8b4d;min-height:48px;width:100%;max-width:300px}.join-now-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #008b8b66}.join-now-btn:disabled{opacity:.6;cursor:not-allowed}@media(min-width:481px){.program-modal-overlay{padding:5rem 1.25rem 1.25rem}.program-modal{max-width:550px;border-radius:18px}.modal-content{padding:2.5rem 1.5rem}.modal-details{flex-direction:row;flex-wrap:wrap;gap:1.25rem}.form-row{flex-direction:row;gap:.9375rem}.form-row .form-group{flex:1}.modal-price{flex-direction:row;justify-content:space-between;text-align:left}.join-now-btn{width:auto;padding:.875rem 3rem}}@media(min-width:769px){.program-modal-overlay{padding:5rem 1.25rem 1.25rem}.program-modal{max-width:600px;border-radius:20px}.modal-close-btn{top:1.25rem;right:1.25rem;width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.5rem}.modal-content{padding:2.5rem 1.25rem}.modal-label{padding:.5rem 1.25rem;font-size:.875rem;margin-bottom:.9375rem}.modal-body{gap:1.875rem}.modal-info{padding:1.5625rem;border-radius:15px}.modal-description{margin-bottom:1.5625rem}.modal-details{gap:1.875rem;margin-bottom:1.5625rem}.detail-item{gap:.625rem;font-size:1rem}.detail-icon{font-size:1.375rem}.modal-resources{margin:1.5625rem 0;padding:1.25rem;border-radius:12px}.modal-resources h3{font-size:1.125rem;margin-bottom:.9375rem}.resource-item{gap:.75rem;padding:.75rem;margin-bottom:.625rem}.pdf-icon{font-size:1.5rem}.modal-price{padding:1.25rem;border-radius:12px;margin-top:1.25rem}.price-label{font-size:1.125rem}.price-values{gap:.9375rem}.guest-form{padding:1.5625rem;border-radius:15px}.guest-form h3{font-size:1.25rem;margin-bottom:1.25rem}.form-group label{font-size:.875rem;margin-bottom:.5rem}.form-group input[type=text],.form-group input[type=number],.form-group input[type=tel]{padding:.75rem;font-size:.9375rem}.modal-footer{margin-top:1.25rem}.join-now-btn{padding:.9375rem 3.75rem;font-size:1.125rem}}.Instructors{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:3rem 3%;direction:rtl;display:flex;flex-direction:column}.instructors-header{text-align:center;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;width:100%;padding:0 1rem}.instructors-title{font-size:clamp(1.75rem,5vw,3.5rem);color:#2c3e50;font-weight:700;margin-bottom:1rem;font-family:BouazziMaghribi,Cairo,sans-serif;padding-bottom:1rem;border-bottom:3px solid #3d7a9e;display:inline-block}.instructors-description{font-size:clamp(1rem,2vw,1.2rem);color:#6c757d;line-height:1.8;font-family:Cairo,sans-serif}.instructors-cards{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:1.5rem;padding:1.25rem 0}.instructor-card{background:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 5px 25px #0000001a;transition:all .4s ease;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.5rem;width:100%;max-width:340px;position:relative;cursor:pointer}.instructor-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px #27ae6033}.instructor-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#3d7a9e,#5dade2);transform:scaleX(0);transition:transform .4s ease}.instructor-card:hover:before{transform:scaleX(1)}.instructor-image-wrapper{width:clamp(100px,20vw,150px);height:clamp(100px,20vw,150px);border-radius:50%;overflow:hidden;border:4px solid #5dade2;box-shadow:0 8px 20px #5dade233;margin-bottom:1.5rem;transition:all .3s ease}.instructor-card:hover .instructor-image-wrapper{transform:scale(1.05);border-color:#3d7a9e}.instructor-image{width:100%;height:100%;object-fit:cover}.instructor-content{text-align:center;width:100%;display:flex;flex-direction:column;align-items:center}.instructor-name{font-size:clamp(1.2rem,3vw,1.6rem);color:#2c3e50;font-weight:700;margin:0 0 .75rem;font-family:Cairo,sans-serif}.instructor-label{display:inline-block;background:linear-gradient(135deg,#3d7a9e,#5dade2);color:#fff;padding:.5rem 1.25rem;border-radius:25px;font-size:clamp(.8rem,1.5vw,.9rem);font-weight:600;margin-bottom:1.25rem;transition:all .3s}.instructor-label:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5dade24d}.instructor-degree{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#34495e;font-size:clamp(.85rem,1.5vw,1rem);font-weight:600;margin-bottom:1.25rem;padding:.625rem 1rem;background:#f8f9fa;border-radius:12px;font-family:Cairo,sans-serif;flex-wrap:wrap;text-align:center}.degree-icon{font-size:1.2rem}.instructor-bio{color:#6c757d;font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.8;text-align:center;font-family:Cairo,sans-serif}@media(min-width:481px){.Instructors{padding:4rem 4%}.instructors-header{margin-bottom:3rem}.instructor-card{padding:2.5rem 2rem 2rem;max-width:360px}}@media(min-width:769px){.Instructors{padding:5rem 5%}.instructors-header{margin-bottom:3.75rem}.instructors-cards{gap:1.875rem}.instructor-card{padding:2.5rem 1.875rem 1.875rem;width:380px;max-width:90%}}body.modal-open{overflow:hidden}.instructor-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;padding:.75rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.instructor-modal{background:#fff;border-radius:16px;max-width:100%;width:100%;max-height:95vh;overflow-y:auto;padding:1.5rem 1rem;position:relative;direction:rtl;box-shadow:0 25px 50px #0000004d;animation:slideUp .4s ease;-webkit-overflow-scrolling:touch}.instructor-modal::-webkit-scrollbar{width:6px}.instructor-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.instructor-modal::-webkit-scrollbar-thumb{background:#5dade2;border-radius:10px}.instructor-modal::-webkit-scrollbar-thumb:hover{background:#3d7a9e}.instructor-modal-close{position:absolute;top:.75rem;left:.75rem;background:#f8f9fa;border:none;width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#6c757d;transition:all .3s ease;z-index:10}.instructor-modal-close:hover{background:#e74c3c;color:#fff;transform:rotate(90deg)}.instructor-modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:2px solid #f0f0f0}.instructor-modal-image-wrapper{width:clamp(100px,25vw,150px);height:clamp(100px,25vw,150px);min-width:100px;border-radius:50%;overflow:hidden;border:3px solid #5dade2;box-shadow:0 8px 25px #5dade24d}.instructor-modal-image{width:100%;height:100%;object-fit:cover}.instructor-modal-info{flex:1}.instructor-modal-name{font-size:clamp(1.4rem,4vw,2rem);color:#2c3e50;font-weight:700;margin:0 0 .75rem;font-family:Cairo,sans-serif}.instructor-modal-label{display:inline-block;background:linear-gradient(135deg,#3d7a9e,#5dade2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.instructor-modal-degree{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#34495e;font-size:1rem;font-weight:600;font-family:Cairo,sans-serif}.instructor-modal-degree svg{color:#5dade2;font-size:1.2rem}.instructor-modal-bio{color:#6c757d;font-size:clamp(.9rem,2vw,1.05rem);line-height:1.8;margin-bottom:1.5rem;font-family:Cairo,sans-serif;text-align:justify;padding:1rem;background:#f8f9fa;border-radius:12px;border-right:3px solid #5dade2}.instructor-modal-sections{display:flex;flex-direction:column;gap:1rem}.instructor-modal-section{background:#f8f9fa;border-radius:12px;padding:1.25rem 1rem;transition:all .3s ease;width:100%}.instructor-modal-section:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.instructor-section-title{font-size:clamp(1rem,2.5vw,1.2rem);color:#2c3e50;font-weight:700;margin:0 0 1rem;font-family:Cairo,sans-serif;text-align:center;padding-bottom:.75rem;border-bottom:3px solid #5dade2;position:relative}.instructor-section-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.instructor-section-item{display:block;position:relative;padding:.625rem 1.25rem .625rem 0;color:#555;font-size:clamp(.85rem,2vw,.95rem);line-height:1.7;font-family:Cairo,sans-serif;border-bottom:1px dashed #e0e0e0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.instructor-section-item:last-child{border-bottom:none}.instructor-section-item:before{content:"•";position:absolute;right:0;top:.625rem;color:#5dade2;font-size:1.1rem;font-weight:700}.instructor-card{cursor:pointer}@media(min-width:481px){.instructor-modal-overlay{padding:1.25rem}.instructor-modal{max-width:550px;padding:2rem 1.5rem;border-radius:18px}.instructor-modal-header{flex-direction:row;text-align:right;gap:1.5rem}.instructor-modal-degree{justify-content:flex-start}.instructor-modal-sections{gap:1.25rem}.instructor-modal-section{padding:1.5rem 1.25rem}}@media(min-width:769px){.instructor-modal-overlay{padding:1.25rem}.instructor-modal{max-width:800px;max-height:90vh;padding:2.5rem;border-radius:20px}.instructor-modal-close{top:1.25rem;left:1.25rem;width:40px;height:40px;min-width:40px;min-height:40px;font-size:1.2rem}.instructor-modal-header{gap:1.875rem;margin-bottom:1.5625rem;padding-bottom:1.5625rem}.instructor-modal-image-wrapper{border:4px solid #5dade2;box-shadow:0 10px 30px #5dade24d}.instructor-modal-label{padding:.5rem 1.25rem;font-size:.9375rem;margin-bottom:.9375rem}.instructor-modal-degree{gap:.625rem;font-size:1.1rem}.instructor-modal-degree svg{font-size:1.3rem}.instructor-modal-bio{margin-bottom:1.875rem;padding:1.25rem;border-radius:15px;border-right:4px solid #5dade2}.instructor-modal-sections{gap:1.25rem}.instructor-modal-section{border-radius:15px;padding:1.5625rem 1.25rem}.instructor-modal-section:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.instructor-section-title{margin-bottom:1.125rem;padding-bottom:.75rem}.instructor-section-item{padding:.625rem 1.25rem .625rem 0}.instructor-section-item:before{font-size:1.2rem}}.Testimonials{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:3rem 3%;direction:rtl;display:flex;flex-direction:column;position:relative;overflow:hidden}.testimonials-header{text-align:center;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;width:100%;padding:0 1rem}.testimonials-title{font-size:clamp(1.75rem,5vw,3.5rem);color:#2c3e50;font-weight:700;margin-bottom:1rem;font-family:BouazziMaghribi,Cairo,sans-serif;padding-bottom:1rem;border-bottom:3px solid #3d7a9e;display:inline-block}.testimonials-description{font-size:clamp(1rem,2vw,1.2rem);color:#6c757d;line-height:1.8;font-family:Cairo,sans-serif}.testimonials-container{position:relative;max-width:1200px;margin:0 auto;width:100%}.testimonials-slider{position:relative;width:100%;height:380px;overflow:hidden;border-radius:1.25rem}.testimonial-card{position:absolute;width:100%;height:100%;background:#fff;border-radius:1.25rem;padding:1.5rem;box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;justify-content:space-between;transition:transform .5s ease,opacity .5s ease;opacity:0;overflow:hidden}.testimonial-card.active{opacity:1}.testimonial-stars{display:flex;justify-content:center;gap:.4rem;margin-bottom:1rem}.star-icon{color:#f39c12;font-size:1.1rem}.testimonial-text{font-size:clamp(.95rem,2vw,1.1rem);line-height:1.8;color:#2c3e50;text-align:center;font-family:Cairo,sans-serif;flex:1;display:flex;align-items:center;justify-content:center;margin:1rem 0;padding:0 .5rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1rem;border-top:2px solid #ecf0f1}.author-image{width:50px;height:50px;border-radius:50%;object-fit:cover;border:3px solid #3498db}.author-info{text-align:right}.author-name{font-size:clamp(1rem,2vw,1.3rem);color:#2c3e50;font-weight:700;margin:0 0 .25rem;font-family:Cairo,sans-serif}.author-role{font-size:clamp(.85rem,1.5vw,1rem);color:#7f8c8d;margin:0;font-family:Cairo,sans-serif}.testimonials-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.dot{width:12px;height:12px;border-radius:50%;background:#6c757d4d;border:none;cursor:pointer;transition:all .3s ease;padding:0;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.dot:after{content:"";width:12px;height:12px;border-radius:50%;background:#6c757d4d;transition:all .3s ease}.dot.active:after{background:#5dade2;width:35px;border-radius:6px}.dot:hover:after{background:#5dade280}@media(min-width:481px){.Testimonials{padding:4rem 4%}.testimonials-header{margin-bottom:3rem}.testimonials-slider{height:400px}.testimonial-card{padding:2rem 2.5rem}.author-image{width:60px;height:60px}.star-icon{font-size:1.2rem}}@media(min-width:769px){.Testimonials{padding:5rem 5%}.testimonials-header{margin-bottom:3.75rem}.testimonials-slider{height:450px}.testimonial-card{padding:3.125rem 3.75rem}.testimonial-stars{gap:.5rem;margin-bottom:1.5rem}.star-icon{font-size:1.3rem}.testimonial-text{line-height:2;margin:1.25rem 0}.testimonial-author{gap:1.25rem;padding-top:1.875rem}.author-image{width:70px;height:70px}.testimonials-dots{margin-top:2.5rem}}.Footer{background:linear-gradient(#5dade2cc,#5dade2cc),url(/assets/633-MYmghRYe.jpg);background-size:300px 300px;background-repeat:repeat;color:#fff;padding:2rem 3% 0;direction:rtl;position:relative}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:flex;flex-direction:column;gap:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-about{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:clamp(1.3rem,3vw,1.8rem);font-weight:700;color:#fff;margin:0;font-family:Cairo,sans-serif}.footer-description{font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.7;color:#fff;font-family:Cairo,sans-serif;margin:0}.footer-links-group{display:flex;flex-direction:column;gap:1.5rem}.footer-column{display:flex;flex-direction:column}.footer-heading{font-size:clamp(1rem,2vw,1.1rem);font-weight:700;color:#fff;margin-bottom:1rem;font-family:Cairo,sans-serif}.footer-menu,.footer-contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-menu a,.footer-contact a{color:#fff;text-decoration:none;font-size:clamp(.85rem,1.5vw,.9rem);transition:all .3s;font-family:Cairo,sans-serif;display:inline-block;padding:.25rem 0;min-height:44px;display:flex;align-items:center}.footer-menu a:hover,.footer-contact a:hover{color:#a8e6ff;transform:translate(-3px)}.footer-contact li{display:flex;align-items:center;gap:.625rem;color:#fff;font-size:clamp(.85rem,1.5vw,.9rem);font-family:Cairo,sans-serif;min-height:44px}.phone-number{direction:ltr}.contact-icon{color:#fff;font-size:1rem;flex-shrink:0}.footer-social{display:flex;gap:.75rem;margin-top:1rem}.footer-social a{width:44px;height:44px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transition:all .3s}.footer-social a:hover{background:#fff;color:#5dade2;transform:translateY(-3px)}.footer-bottom{padding:1.25rem 0;text-align:center}.footer-bottom p{margin:0;color:#fff;font-size:clamp(.75rem,1.5vw,.85rem);font-family:Cairo,sans-serif}.whatsapp-float{position:fixed;bottom:1.25rem;left:1.25rem;width:50px;height:50px;background:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 15px #25d36666;transition:all .3s;z-index:1000;animation:pulse 2s infinite}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36699}@keyframes pulse{0%,to{box-shadow:0 4px 15px #25d36666}50%{box-shadow:0 4px 25px #25d366b3}}@media(min-width:481px){.Footer{padding:2.5rem 4% 0}.footer-main{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.footer-links-group{flex-direction:row;gap:2rem}.whatsapp-float{width:55px;height:55px;font-size:1.8rem}}@media(min-width:769px){.Footer{padding:2.5rem 5% 0}.footer-main{grid-template-columns:1.5fr 1fr;gap:3.75rem;padding-bottom:1.875rem}.footer-about{gap:.9375rem}.footer-heading{margin-bottom:.9375rem}.footer-menu,.footer-contact{gap:.625rem}.footer-social{gap:.625rem;margin-top:.9375rem}.footer-social a{width:38px;height:38px}.footer-bottom{padding:1.25rem 0}.whatsapp-float{bottom:1.5625rem;left:1.5625rem}}.admin-dashboard{min-height:100vh;background:#f5f5f5;padding:5rem 3% 2rem;direction:rtl}.dashboard-header{display:flex;flex-direction:column;gap:1rem;align-items:stretch;margin-bottom:1.5rem;background:#fff;padding:1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.dashboard-header h1{font-size:clamp(1.25rem,4vw,1.75rem);color:#1a6b7a;margin:0;font-family:Cairo,sans-serif}.add-course-btn{background:linear-gradient(135deg,#008b8b,#20b2aa);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:48px}.add-course-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #008b8b4d}.alert{padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;text-align:center}.alert-error{background:#ffe6e6;color:#d32f2f;border:1px solid #ffcccc}.alert-success{background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.courses-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;-webkit-overflow-scrolling:touch}.courses-table table{width:100%;min-width:500px;border-collapse:collapse}.courses-table thead{background:linear-gradient(135deg,#1a6b7a,#2d8a9b);color:#fff}.courses-table th{padding:1rem .75rem;text-align:right;font-weight:600;font-size:.875rem;white-space:nowrap}.courses-table td{padding:.875rem .75rem;text-align:right;border-bottom:1px solid #e0e0e0;font-size:.875rem}.courses-table tbody tr:hover{background:#f8f9fa}.btn-delete,.btn-files,.btn-subscribers{border:none;padding:.5rem .875rem;border-radius:6px;cursor:pointer;font-size:.8125rem;transition:all .3s ease;min-height:36px;white-space:nowrap}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover{background:#c82333}.btn-files{background:#17a2b8;color:#fff}.btn-files:hover{background:#138496}.btn-subscribers{background:#008b8b;color:#fff}.btn-subscribers:hover{background:#006d6d}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000;padding:.75rem}.modal-content{background:#fff;border-radius:12px;max-width:100%;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;-webkit-overflow-scrolling:touch}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:2px solid #e0e0e0}.modal-header h2{margin:0;color:#1a6b7a;font-size:clamp(1.125rem,3vw,1.375rem)}.close-btn{background:none;border:none;font-size:1.75rem;color:#666;cursor:pointer;line-height:1;transition:color .3s ease;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#333}.course-form{padding:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:.875rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Cairo,sans-serif;transition:border-color .3s ease;min-height:48px}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#008b8b}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:flex;flex-direction:column;gap:1rem}.form-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.btn-submit,.btn-cancel{padding:.875rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:48px}.btn-submit{background:linear-gradient(135deg,#008b8b,#20b2aa);color:#fff}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #008b8b4d}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{background:#6c757d;color:#fff}.btn-cancel:hover{background:#5a6268}.access-denied{text-align:center;padding:3rem 1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.access-denied h2{color:#dc3545;font-size:clamp(1.5rem,4vw,1.75rem);margin-bottom:.875rem}.access-denied p{color:#666;font-size:clamp(1rem,2.5vw,1.125rem)}.files-management{padding:1.25rem}.upload-section{margin-bottom:1.5rem;text-align:center}.upload-label{display:inline-block;cursor:pointer}.upload-btn{display:inline-block;background:linear-gradient(135deg,#008b8b,#20b2aa);color:#fff;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;min-height:48px}.upload-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #008b8b4d}.files-list h3{color:#1a6b7a;margin-bottom:1rem;font-size:1rem}.files-list ul{list-style:none;padding:0}.file-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:#f8f9fa;border-radius:8px;margin-bottom:.625rem;gap:.75rem}.file-name{font-size:.875rem;color:#333;word-break:break-word;flex:1}.btn-delete-file{background:#dc3545;color:#fff;border:none;padding:.5rem .875rem;border-radius:5px;cursor:pointer;font-size:.8125rem;transition:background .3s ease;min-height:36px;white-space:nowrap}.btn-delete-file:hover{background:#c82333}.no-files{text-align:center;color:#999;padding:1.5rem;font-size:.9375rem}.subscribers-modal .modal-content{max-width:100%}.subscribers-content{padding:1rem}.loading-text{text-align:center;color:#666;padding:2rem;font-size:1rem}.no-subscribers{text-align:center;color:#999;padding:2rem;font-size:1rem}.subscribers-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.subscribers-table table{width:100%;min-width:600px;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.subscribers-table thead{background:linear-gradient(135deg,#1a6b7a,#2d8a9b);color:#fff}.subscribers-table th{padding:.875rem .625rem;text-align:right;font-weight:600;font-size:.8125rem}.subscribers-table td{padding:.75rem .625rem;text-align:right;border-bottom:1px solid #e0e0e0;font-size:.8125rem}.subscribers-table tbody tr:hover{background:#f8f9fa}@media(min-width:481px){.admin-dashboard{padding:5.5rem 4% 2rem}.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center;text-align:right;padding:1.5rem}.modal-overlay{padding:1.25rem}.modal-content{max-width:550px}.form-row{flex-direction:row;gap:.9375rem}.form-row .form-group{flex:1}.form-actions{flex-direction:row}.btn-submit,.btn-cancel{flex:1}.subscribers-modal .modal-content{max-width:700px}}@media(min-width:769px){.admin-dashboard{padding:6.25rem 5% 2.5rem}.dashboard-header{margin-bottom:1.875rem;padding:1.5625rem}.dashboard-header h1{font-size:1.75rem}.add-course-btn{padding:.75rem 1.875rem;font-size:1rem}.alert{padding:.9375rem 1.25rem;margin-bottom:1.25rem;font-size:.9375rem}.courses-table th{padding:1.125rem .9375rem;font-size:1rem}.courses-table td{padding:.9375rem}.btn-delete,.btn-files,.btn-subscribers{padding:.5rem 1.25rem;font-size:.875rem}.modal-content{max-width:600px;border-radius:15px}.modal-header,.course-form{padding:1.5625rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.9375rem}.form-actions{margin-top:1.5625rem}.files-management{padding:1.25rem}.upload-btn{padding:.75rem 1.875rem}.files-list h3{font-size:1.125rem}.file-item{padding:.75rem .9375rem}.file-name{font-size:.9375rem}.no-files{padding:1.875rem;font-size:1rem}.subscribers-modal .modal-content{max-width:1000px}.subscribers-content{padding:1.25rem}.loading-text,.no-subscribers{padding:2.5rem;font-size:1.125rem}.subscribers-table th{padding:.9375rem .625rem;font-size:.875rem}.subscribers-table td{padding:.75rem .625rem;font-size:.875rem}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;direction:rtl}.not-found-content{text-align:center;max-width:600px;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;animation:fadeInUp .6s ease-out}.not-found-title{font-size:clamp(4rem,10vw,8rem);font-weight:900;color:#5dade2;margin:0;text-shadow:0 4px 8px rgba(93,173,226,.3)}.not-found-subtitle{font-size:clamp(1.5rem,4vw,2.5rem);color:#2c3e50;margin:1rem 0;font-family:Cairo,sans-serif;font-weight:700}.not-found-text{font-size:clamp(1rem,2vw,1.2rem);color:#6c757d;line-height:1.6;margin:2rem 0;font-family:Cairo,sans-serif}.not-found-btn{background:linear-gradient(135deg,#5dade2,#3498db);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:Cairo,sans-serif;box-shadow:0 4px 15px #5dade24d}.not-found-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #5dade266}.not-found-btn:active{transform:translateY(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.not-found{padding:1rem}.not-found-content{padding:2rem 1.5rem}.not-found-btn{padding:.8rem 2rem;font-size:1rem}}.container{position:relative;min-height:100vh;height:auto;display:flex;flex-direction:column;overflow:hidden}.container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:linear-gradient(to bottom,transparent 0%,rgba(248,249,250,.3) 30%,rgba(248,249,250,.7) 60%,#f8f9fa 100%);pointer-events:none;z-index:1}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-2;transform:scale(1.1)}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#5dade266;z-index:-1}@media(min-width:481px){.container:after{height:175px}.video-background{transform:scale(1.15)}}@media(min-width:769px){.container:after{height:200px}.video-background{transform:scale(1.2)}}
