.navbar{background-color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.navbar-logo{display:flex;align-items:center}.logo-image{height:90px;object-fit:contain}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.navbar-links a:hover{color:#c0392b}.login-btn{border:1px solid #c0392b;padding:.5rem 1rem;border-radius:5px;color:#c0392b!important}.login-btn:hover{background-color:#c0392b;color:#fff!important}.register-btn{background-color:#c0392b;padding:.5rem 1rem;border-radius:5px;color:#fff!important}.register-btn:hover{background-color:#a93226}.auth-buttons{display:flex;gap:1rem}.user-menu{display:flex;align-items:center;gap:1rem;background-color:#f8f9fa;padding:.4rem 1rem;border-radius:50px;border:1px solid #eee}.user-profile-link{display:flex;align-items:center;gap:.8rem;text-decoration:none;color:#333!important}.user-avatar{width:35px;height:35px;border-radius:50%;background-color:#c0392b;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;overflow:hidden;border:2px solid #fff;box-shadow:0 2px 5px #0000001a}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-name-text{font-weight:700;font-size:.95rem}.logout-btn{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;padding:.5rem 1rem .5rem .5rem;border-right:1px solid #ddd;margin-right:.5rem;transition:all .3s ease}.logout-btn:hover{color:#c0392b}.management-link{background-color:#2c3e50;color:#fff!important;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;text-decoration:none;transition:background-color .3s}.management-link:hover{background-color:#34495e}.navbar-toggle{display:none;flex-direction:column;cursor:pointer}.bar{width:25px;height:3px;background-color:#333;margin:3px 0;transition:.4s}@media screen and (max-width: 960px){.navbar-links{display:flex;flex-direction:column;width:100%;position:absolute;top:100%;right:-100%;opacity:0;transition:all .5s ease;background-color:#fff;padding:2rem 0;box-shadow:0 5px 10px #0000001a;z-index:999}.navbar-links.active{right:0;opacity:1}.navbar-links a{width:100%;text-align:center;padding:1rem 0}.navbar-toggle{display:flex}.auth-buttons{flex-direction:column;width:100%;align-items:center;gap:1rem;margin-top:1rem}.login-btn,.register-btn{width:80%;text-align:center}.user-menu{flex-direction:column;width:100%;align-items:center;background:none;border:none;gap:1.5rem}.logout-btn{border-right:none;border-top:1px solid #ddd;width:80%;padding-top:1rem;margin-right:0;padding-right:0}.management-link{width:80%;text-align:center}}.footer{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:4rem 2rem 0}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1.5rem;font-weight:600}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.2rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.footer-logo-img{height:50px;width:auto;filter:brightness(0) invert(1)}.footer-description{font-size:.95rem;line-height:1.8;color:#fffc}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s;font-size:.95rem}.footer-links a:hover{color:#ff2558}.footer-contact p{margin-bottom:.8rem;font-size:.95rem;line-height:1.6;color:#fffc}.footer-contact strong{color:#fff;margin-left:.5rem}.footer-social{display:flex;gap:1rem}.social-icon{width:45px;height:45px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s;border:1px solid rgba(255,255,255,.2)}.social-icon:hover{background:linear-gradient(135deg,#ff2558,#ff4571);transform:translateY(-5px);box-shadow:0 8px 20px #ff255866;border-color:#ff2558}.footer-bottom{padding:2rem 0;text-align:center}.footer-bottom p{margin:0;font-size:.9rem;color:#ffffffb3}@media (max-width: 768px){.footer{padding:3rem 1.5rem 0}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-logo{flex-direction:column;align-items:flex-start}}.hero{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:center;overflow:hidden}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0006,#0009)}.hero-content{position:relative;z-index:2;max-width:900px;padding:0 2rem;margin-top:80px}.hero-subtitle{font-size:1.1rem;font-weight:300;margin-bottom:1.5rem;opacity:.95;letter-spacing:1px}.hero-subtitle-small{font-size:1rem;font-weight:300;margin-bottom:1.5rem;opacity:.9;letter-spacing:.5px;margin-top:-1rem}.hero-title{font-size:4rem;font-weight:700;margin-bottom:2.5rem;line-height:1.2;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.hero-button{background:linear-gradient(135deg,#ff2558,#ff4571);color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px #ff255866}.hero-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff255880}.hero-quote{position:relative;z-index:2;max-width:700px;margin-top:4rem;padding:0 2rem;text-align:center}.quote-icon{font-size:6rem;line-height:0;opacity:.3;margin-bottom:1rem}.hero-quote p{font-size:1.1rem;font-weight:300;line-height:1.8;margin:.5rem 0}.quote-author{margin-top:1.5rem;font-weight:400;opacity:.9}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle,.hero-quote p{font-size:1rem}}.courses{padding:6rem 2rem;background:#f8f8f8}.courses-container{max-width:1200px;margin:0 auto}.courses-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.underline{width:80px;height:3px;background:linear-gradient(135deg,#ff2558,#ff4571);margin:0 auto 4rem}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.course-card{background:#fff;border-radius:20px;padding:3rem 2.5rem;text-align:center;box-shadow:0 10px 40px #00000014;transition:transform .3s,box-shadow .3s;position:relative;border:1px solid #e0e0e0}.course-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001f}.course-badge{font-size:3.5rem;font-weight:700;letter-spacing:.1em;color:#1a1a1a;margin-bottom:.5rem;font-family:Times New Roman,serif}.course-name{font-size:1.8rem;font-weight:600;color:#1a1a1a;margin-bottom:.3rem}.course-grade{font-size:1.4rem;font-weight:400;color:#555;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e0e0e0}.course-info{text-align:center}.course-level{font-size:1.3rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.course-description{font-size:1rem;line-height:1.8;color:#666;margin-bottom:2rem}.course-button{background:linear-gradient(135deg,#ff2558,#ff4571);color:#fff;border:none;padding:.9rem 2rem;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #ff25584d}.course-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff255866}@media (max-width: 768px){.courses-grid{grid-template-columns:1fr}.courses-title{font-size:2rem}}.experience-home{position:relative;min-height:70vh;display:flex;justify-content:center;align-items:center;background:url(/pics/mainpage2.jpg) center/cover no-repeat;background-attachment:fixed;color:#fff;text-align:center;padding:4rem 2rem}.experience-home-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000080,#000000b3)}.experience-home-content{position:relative;z-index:2;max-width:900px}.experience-home-title{font-size:3rem;font-weight:700;margin-bottom:2rem;line-height:1.4;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.experience-home-description{font-size:1.2rem;font-weight:300;line-height:1.9;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto;opacity:.95}.experience-home-button{background:linear-gradient(135deg,#ff2558,#ff4571);color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s;box-shadow:0 6px 20px #ff255866}.experience-home-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff255880}@media (max-width: 768px){.experience-home-title{font-size:2rem}.experience-home-description{font-size:1rem}}.latest-posts{padding:5rem 0;background:#f9f9f9}.latest-posts-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.latest-posts-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:1rem}.title-underline{width:80px;height:3px;background:linear-gradient(135deg,#ff2558,#ff4571);margin:0 auto 3rem}.slider-container{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.slider-btn{background:#fff;border:none;width:50px;height:50px;border-radius:50%;box-shadow:0 4px 10px #0000001a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;color:#333}.slider-btn:hover{background:#ff2558;color:#fff;transform:scale(1.1)}.slider-content{width:100%;max-width:600px}.post-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;text-align:right}.post-image-wrapper{height:300px;position:relative}.post-image-wrapper img{width:100%;height:100%;object-fit:cover}.post-category{position:absolute;top:1rem;right:1rem;background:#ff2558e6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.post-info{padding:2rem}.post-date{color:#888;font-size:.9rem;display:block;margin-bottom:.5rem}.post-title{font-size:1.5rem;color:#333;margin-bottom:1rem}.post-excerpt{color:#666;margin-bottom:1.5rem;line-height:1.8}.post-btn{background:none;border:2px solid #ff2558;color:#ff2558;padding:.7rem 2rem;border-radius:25px;cursor:pointer;font-weight:600;transition:all .3s}.post-btn:hover{background:#ff2558;color:#fff}.slider-dots{display:flex;justify-content:center;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s}.dot.active{background:#ff2558;width:25px;border-radius:5px}.events{padding:6rem 2rem;background:#fff}.events-container{max-width:1200px;margin:0 auto}.events-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;max-width:1400px;margin:0 auto}.event-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;transition:transform .3s,box-shadow .3s;cursor:pointer}.event-card:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001f}.event-image{position:relative;width:100%;height:300px;background-size:cover;background-position:center}.event-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#0000004d);transition:background .3s}.event-card:hover .event-overlay{background:linear-gradient(to bottom,#0000001a,#0006)}.event-content{padding:2rem;text-align:center}.event-name{font-size:1.4rem;font-weight:600;color:#1a1a1a;margin:0}@media (max-width: 768px){.events-grid{grid-template-columns:1fr}.events-title{font-size:2rem}}.about{background:#fff}.about-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background:url(/pics/mainpage2.jpg) center/cover no-repeat;background-attachment:fixed}.about-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000080,#000000b3)}.about-hero-title{position:relative;z-index:2;font-size:4rem;font-weight:700;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.about-content{padding:6rem 2rem;background:#f8f8f8}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.about-text{padding-left:2rem;text-align:right}.about-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.title-underline{width:80px;height:3px;background:linear-gradient(135deg,#ff2558,#ff4571);margin-bottom:2rem;margin-right:0;margin-left:auto}.about-description{font-size:1.15rem;line-height:2;color:#444;margin-bottom:1.5rem;text-align:justify}.about-image{border-radius:20px;overflow:hidden;box-shadow:0 15px 50px #00000026;transition:transform .3s}.about-image:hover{transform:scale(1.02)}.about-image img{width:100%;height:100%;object-fit:cover;display:block}.about-experience-section{max-width:1000px;margin:0 auto 5rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.section-intro{font-size:1.3rem;color:#444;margin:2rem 0 1.5rem;font-weight:500}.section-description{font-size:1.1rem;line-height:2;color:#555;text-align:justify;direction:rtl}.about-values-section{max-width:1200px;margin:0 auto;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}.value-item{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #00000014;transition:transform .3s,box-shadow .3s;border-top:4px solid #ff2558}.value-item:hover{transform:translateY(-10px);box-shadow:0 15px 50px #0000001f}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:linear-gradient(135deg,#ff2558,#ff4571);display:flex;align-items:center;justify-content:center;color:#fff}.value-item h4{font-size:1.4rem;font-weight:600;color:#1a1a1a}@media (max-width: 1024px){.about-container{grid-template-columns:1fr;gap:3rem}.about-text{padding-left:0}}@media (max-width: 768px){.about-hero{height:300px}.about-hero-title{font-size:2.5rem}.about-content{padding:4rem 1.5rem}.about-title{font-size:2rem}.about-description{font-size:1rem}}.courses-page{background:#fff}.courses-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed}.courses-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000080,#000000b3)}.courses-hero-title{position:relative;z-index:2;font-size:4rem;font-weight:700;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.courses-intro{text-align:center;padding:5rem 2rem;max-width:800px;margin:0 auto}.intro-title{font-size:2.5rem;color:#1a1a1a;margin-bottom:1.5rem}.intro-subtitle{font-size:1.2rem;color:#666;line-height:1.8}.courses-filter-section{max-width:1200px;margin:0 auto 3rem;padding:0 2rem}.filter-container{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.search-input{width:100%;max-width:500px;padding:1rem 1.5rem;border:1px solid #ddd;border-radius:30px;font-family:inherit;font-size:1rem;outline:none;transition:border-color .3s}.search-input:focus{border-color:#ff2558}.tags-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.filter-tag{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:20px;cursor:pointer;transition:all .3s;font-family:inherit;color:#555}.filter-tag:hover,.filter-tag.active{background:#ff2558;color:#fff}.active-filter-message{background:#fff0f3;color:#ff2558;padding:.5rem 1rem;border-radius:10px;display:flex;align-items:center;gap:.5rem}.clear-filter{background:none;border:none;color:#ff2558;font-size:1.2rem;cursor:pointer;line-height:1}.courses-grid-section{padding:0 2rem 5rem;background:#fff}.courses-grid-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.course-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #00000014;transition:transform .3s;border:1px solid #eee}.course-item:hover{transform:translateY(-10px)}.course-image{height:250px;position:relative;overflow:hidden}.course-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.course-item:hover .course-image img{transform:scale(1.1)}.course-overlay{position:absolute;top:1rem;right:1rem}.course-tag{background:#ff2558e6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.course-content{padding:1.5rem}.course-content h3{font-size:1.3rem;margin-bottom:1rem;color:#1a1a1a}.course-content p{color:#666;line-height:1.8;font-size:.95rem}.why-section{background:#1a1a1a;color:#fff;padding:6rem 2rem}.why-container{max-width:1000px;margin:0 auto;text-align:center}.why-title{font-size:2.5rem;margin-bottom:2rem}.why-description{font-size:1.2rem;line-height:2;margin-bottom:4rem;opacity:.9}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-item{background:#ffffff1a;padding:2rem;border-radius:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-icon{width:40px;height:40px;background:#ff2558;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.experience-section{padding:6rem 2rem;background:url(/pics/mainpage2.jpg) center/cover no-repeat;position:relative;text-align:center;color:#fff;background-attachment:fixed}.experience-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3}.experience-container{position:relative;z-index:2;max-width:800px;margin:0 auto}.experience-title{font-size:2.5rem;margin-bottom:2rem}.experience-description{font-size:1.2rem;line-height:2}.no-results{grid-column:1 / -1;text-align:center;padding:2rem;font-size:1.2rem;color:#666}.experience{background:#fff;min-height:100vh}.experience-hero{position:relative;height:400px;display:flex;align-items:center;justify-content:center;background:url(/pics/ourclass.jpg) center/cover no-repeat;background-attachment:fixed}.experience-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#00000080,#000000b3)}.experience-hero-title{position:relative;z-index:2;font-size:4rem;font-weight:700;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.3)}.instructors-section{padding:6rem 2rem;background:#f8f8f8}.instructors-container{max-width:1200px;margin:0 auto}.instructors-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;text-align:center}.title-underline{width:80px;height:3px;background:linear-gradient(135deg,#ff2558,#ff4571);margin:0 auto 4rem}.instructors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.instructor-card-link{text-decoration:none;color:inherit;display:block}.instructor-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 15px 40px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275);height:100%}.instructor-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #00000026}.instructor-image-wrapper{height:300px;position:relative;overflow:hidden}.instructor-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.instructor-card:hover .instructor-image-wrapper img{transform:scale(1.1)}.instructor-info{padding:2rem;text-align:right}.instructor-name{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.instructor-title{font-size:.9rem;color:#ff2558;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.instructor-description{font-size:1rem;line-height:1.8;color:#666;margin-bottom:0}.contact{position:relative;min-height:100vh;padding:8rem 2rem 4rem;overflow:hidden}.contact-background{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/pics/aboutuspic.png) center/cover no-repeat;background-attachment:fixed;z-index:0}.contact-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#000000d9,#1a1a1ae6);z-index:1}.contact-container{position:relative;z-index:2;max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact-info{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);color:#fff}.info-title{font-size:2rem;font-weight:600;margin-bottom:2.5rem;color:#fff;border-bottom:3px solid #ff2558;padding-bottom:1rem}.info-item{margin-bottom:2.5rem}.info-item h4{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#ff2558}.info-item p{font-size:1.1rem;line-height:1.8;color:#ffffffe6;direction:rtl}.social-links{display:flex;gap:1.5rem;margin-top:1rem}.social-link{width:50px;height:50px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s;border:1px solid rgba(255,255,255,.2)}.social-link:hover{background:linear-gradient(135deg,#ff2558,#ff4571);transform:translateY(-5px);box-shadow:0 8px 20px #ff255866}.contact-form-wrapper{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d}.form-title{font-size:2rem;font-weight:600;margin-bottom:2rem;color:#1a1a1a;text-align:center}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;font-family:Vazirmatn,sans-serif;transition:all .3s;background:#fff;direction:ltr;text-align:left}.form-group input::placeholder,.form-group textarea::placeholder{direction:ltr;text-align:left}.form-group textarea::placeholder{direction:rtl;text-align:right}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff2558;box-shadow:0 0 0 3px #ff25581a}.form-group textarea{resize:vertical;min-height:120px;direction:rtl;text-align:right}.submit-button{background:linear-gradient(135deg,#ff2558,#ff4571);color:#fff;border:none;padding:1.2rem 3rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 6px 20px #ff255866;align-self:center}.submit-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ff255880}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact{padding:6rem 1.5rem 3rem}.contact-title{font-size:2rem}.contact-info,.contact-form-wrapper{padding:2rem}.info-title,.form-title{font-size:1.5rem}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem;background-color:#f8f9fa}.auth-box{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 15px #0000001a;width:100%;max-width:400px;text-align:center}.auth-box h2{color:#333;margin-bottom:2rem;font-size:1.8rem}.form-group{margin-bottom:1.5rem;text-align:right}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-size:.9rem}.form-group input{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#c0392b}.auth-btn{width:100%;padding:1rem;background-color:#c0392b;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background-color .3s;font-family:inherit}.auth-btn:hover{background-color:#a93226}.auth-link{margin-top:1.5rem;font-size:.9rem;color:#666}.auth-link a{color:#c0392b;text-decoration:none;font-weight:700}.auth-link a:hover{text-decoration:underline}.error-message{color:#e74c3c;background-color:#fdeaea;padding:.8rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.blog-container{padding:2rem;max-width:1200px;margin:0 auto}.blog-container h1{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.post-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 15px #0000001a;transition:transform .3s;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px)}.post-image{height:200px;overflow:hidden;background-color:#f0f0f0;flex-shrink:0}.post-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999}.post-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.post-content h2{font-size:1.4rem;color:#333;margin-bottom:1rem}.post-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;flex:1}.post-meta{display:flex;justify-content:space-between;color:#888;font-size:.85rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #eee}.read-more{width:100%;padding:.8rem;background-color:transparent;border:1px solid #c0392b;color:#c0392b;border-radius:8px;cursor:pointer;transition:all .3s;text-align:center;text-decoration:none;display:block;margin-top:auto}.read-more:hover{background-color:#c0392b;color:#fff}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.blog-post-container{max-width:800px;margin:0 auto;padding:3rem 2rem}.blog-post-header{text-align:center;margin-bottom:2rem}.blog-post-category{display:inline-block;background-color:#fce4ec;color:#c0392b;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;margin-bottom:1rem}.blog-post-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem;line-height:1.3}.blog-post-meta{color:#666;font-size:.95rem;display:flex;justify-content:center;gap:2rem}.blog-post-image{width:100%;height:400px;border-radius:20px;overflow:hidden;margin-bottom:2rem;background-color:#f0f0f0}.blog-post-image img{width:100%;height:100%;object-fit:cover}.blog-post-content{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:3rem}.blog-post-content p{margin-bottom:1.5rem;text-align:justify}.blog-post-footer{border-top:1px solid #eee;padding-top:2rem;text-align:center}.back-btn{display:inline-block;padding:.8rem 2rem;background-color:#333;color:#fff;text-decoration:none;border-radius:8px;transition:background-color .3s}.back-btn:hover{background-color:#555}.error-message{text-align:center;padding:4rem;color:#c0392b;font-size:1.2rem}.teacher-detail-page{padding-bottom:5rem}.teacher-hero{position:relative;height:300px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;margin-bottom:4rem}.teacher-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009}.teacher-hero-title{position:relative;z-index:2;color:#fff;font-size:3rem}.teacher-content{max-width:1000px;margin:0 auto;padding:0 2rem}.teacher-profile{display:grid;grid-template-columns:1fr 2fr;gap:3rem;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.teacher-image-large{border-radius:15px;overflow:hidden;height:400px}.teacher-image-large img{width:100%;height:100%;object-fit:cover}.teacher-info-main h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.teacher-info-main p{color:#555;line-height:2;font-size:1.1rem;margin-bottom:2rem;text-align:justify}.teacher-specialties{display:flex;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.specialty-tag{background:#f0f0f0;color:#555;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}.view-classes-btn{background:linear-gradient(135deg,#ff2558,#ff4571);color:#fff;border:none;padding:1rem 3rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 10px 20px #ff25584d}.view-classes-btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px #ff255866}.profile-container{max_width:800px;margin:4rem auto;padding:0 2rem;direction:rtl}.profile-title{text-align:center;color:var(--primary-color);margin-bottom:2rem}.profile-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem}.profile-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:2rem}.profile-avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:1rem;background:var(--gold-color);display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{font-size:3rem;color:#fff;font-weight:700}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9f9f9;border-radius:8px}.detail-row .label{font-weight:700;color:#555}.detail-row .value{color:#333}.edit-btn,.save-btn,.cancel-btn{padding:.8rem 1.5rem;border:none;border-radius:5px;cursor:pointer;font-family:inherit;font-size:1rem;transition:all .3s ease}.edit-btn{background:var(--primary-color);color:#fff;margin-top:1rem;width:100%}.edit-btn:hover{background:#3a0e16}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:700;color:#555}.form-group input,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:5px;font-family:inherit;font-size:1rem}.form-group textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;margin-top:1rem}.save-btn{background:var(--gold-color);color:#fff;flex:2}.cancel-btn{background:#ccc;color:#333;flex:1}.profile-message{text-align:center;margin-bottom:1rem;color:green;padding:.5rem;background:#e6fffa;border-radius:5px}.App{min-height:100vh;background:#fff}@font-face{font-family:Vazirmatn-Regular;src:url(/Vazirmatn-Regular.woff2) format("woff2"),url(/Vazirmatn-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Vazirmatn-Regular,sans-serif;direction:rtl;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}#root{min-height:100vh}
