:root{--primary: #0f4c3a;--primary-light: #1a6b53;--primary-dark: #072a1f;--secondary: #d4af37;--secondary-light: #f5d76e;--bg-color: #f8f9fa;--text-main: #2d3748;--text-muted: #718096;--white: #ffffff;--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(255, 255, 255, .3);--shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-md: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}*{margin:0;padding:0;box-sizing:border-box;max-width:100%}html{overflow-x:hidden}body{font-family:Poppins,Amiri,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;overflow-x:hidden;width:100%}img,iframe,video,embed,object{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:Poppins,Scheherazade New,Amiri,sans-serif;font-weight:700;color:var(--primary-dark)}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-title{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--primary);position:relative;display:block;width:100%;padding-bottom:.5rem}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:var(--secondary);border-radius:2px}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;font-family:inherit;font-size:1rem;gap:.5rem}.btn-primary{background-color:var(--primary);color:var(--white);box-shadow:0 4px 14px #0f4c3a63}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px)}.btn-secondary{background-color:var(--secondary);color:var(--primary-dark);box-shadow:0 4px 14px #d4af3763}.btn-secondary:hover{background-color:var(--secondary-light);transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background-color:#ffffff1a;transform:translateY(-2px)}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease}.header.scrolled{background-color:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--glass-border);box-shadow:var(--shadow-sm)}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header.scrolled .nav-container{padding:.5rem 0}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--white);transition:color .3s ease}.header.scrolled .logo{color:var(--primary-dark)}.logo-icon{color:var(--secondary)}.logo-img{height:65px;width:65px;object-fit:contain;background-color:var(--white);border-radius:50%;padding:3px;box-shadow:0 4px 12px #00000040;transition:transform .3s ease,box-shadow .3s ease}.logo-img:hover{transform:scale(1.05);box-shadow:0 6px 16px #0006}.nav-links{display:flex;gap:2rem}.nav-link{color:var(--white);font-weight:500;transition:all .3s ease;position:relative;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:1rem;padding:0}.header.scrolled .nav-link{color:var(--text-main)}.nav-link:hover,.nav-link.active{color:var(--secondary)}.header.scrolled .nav-link:hover,.header.scrolled .nav-link.active{color:var(--primary)}.nav-link-register{background-color:var(--secondary)!important;color:var(--primary-dark)!important;padding:.4rem 1rem!important;border-radius:20px!important;font-weight:700!important}.nav-link-register:hover{background-color:var(--secondary-light)!important;color:var(--primary-dark)!important;transform:translateY(-1px)}.nav-actions{display:flex;align-items:center;gap:1rem}.lang-toggle{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.5);color:var(--white);padding:.5rem 1rem;border-radius:20px;cursor:pointer;font-family:inherit;font-weight:600;transition:all .3s}.header.scrolled .lang-toggle{border-color:var(--primary);color:var(--primary)}.lang-toggle:hover{background-color:#ffffff1a}.header.scrolled .lang-toggle:hover{background-color:#0f4c3a1a}.mobile-menu-btn{display:none;background:transparent;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}.header.scrolled .mobile-menu-btn{color:var(--primary-dark)}.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:var(--white);z-index:1001;padding:2rem;box-shadow:var(--shadow-lg);transition:right .3s ease;display:flex;flex-direction:column}html[dir=ltr] .mobile-menu{right:auto;left:-100%;transition:left .3s ease}.mobile-menu.open{right:0}html[dir=ltr] .mobile-menu.open{left:0}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-menu-overlay.open{opacity:1;pointer-events:all}.close-menu-btn{align-self:flex-end;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-main);margin-bottom:2rem}.mobile-nav-links{display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{font-size:1.2rem;font-weight:600;color:var(--text-main);padding-bottom:.5rem;border:none;border-bottom:1px solid #edf2f7;background:transparent;cursor:pointer;text-align:right;width:100%;font-family:inherit}html[dir=ltr] .mobile-nav-link{text-align:left}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--primary)}.hero{height:100vh;min-height:600px;background:linear-gradient(#072a1fcc,#072a1fe6),url(https://upload.wikimedia.org/wikipedia/commons/c/cb/Karbala.j.jpg) center/cover;display:flex;align-items:center;position:relative;overflow:hidden}.hero-content{color:var(--white);max-width:800px;position:relative;z-index:10}.hero-subtitle{color:var(--secondary);font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:block;letter-spacing:1px}.hero-title{font-size:4.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:var(--white)}.hero-desc{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9;max-width:600px}.hero-actions{display:flex;gap:1rem}.islamic-pattern{position:absolute;opacity:.05;pointer-events:none}.pattern-top-right{top:-100px;right:-100px;width:400px;height:400px;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M50 0 L100 50 L50 100 L0 50 Z" fill="white"/></svg>');background-size:50px 50px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-muted)}.vision-mission{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.vm-card{background-color:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border-top:4px solid var(--secondary);transition:transform .3s ease}.vm-card:hover{transform:translateY(-5px)}.vm-icon{color:var(--primary);margin-bottom:1rem}.vm-title{font-size:1.5rem;margin-bottom:1rem}.about-image{position:relative}.about-img{width:100%;border-radius:20px;box-shadow:var(--shadow-lg)}.about-img-decoration{position:absolute;top:-20px;left:-20px;width:100%;height:100%;border:2px solid var(--secondary);border-radius:20px;z-index:-1}html[dir=ltr] .about-img-decoration{left:auto;right:-20px}.timeline{position:relative;max-width:800px;margin:0 auto;display:flex;flex-direction:column}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background-color:var(--primary-light);transform:translate(-50%);z-index:0}.timeline-item{position:relative;margin-bottom:3rem;width:50%;z-index:1}.timeline-dot{position:absolute;top:0;width:20px;height:20px;background-color:var(--secondary);border-radius:50%;border:4px solid var(--white);box-shadow:0 0 0 4px var(--primary-light);z-index:2}html[dir=rtl] .timeline-item:nth-child(odd){align-self:flex-start;padding-left:3rem;padding-right:0}html[dir=rtl] .timeline-item:nth-child(2n){align-self:flex-end;padding-right:3rem;padding-left:0}html[dir=rtl] .timeline-item:nth-child(odd) .timeline-dot{left:-10px;right:auto}html[dir=rtl] .timeline-item:nth-child(2n) .timeline-dot{right:-10px;left:auto}html[dir=ltr] .timeline-item:nth-child(odd){align-self:flex-start;padding-right:3rem;padding-left:0}html[dir=ltr] .timeline-item:nth-child(2n){align-self:flex-end;padding-left:3rem;padding-right:0}html[dir=ltr] .timeline-item:nth-child(odd) .timeline-dot{right:-10px;left:auto}html[dir=ltr] .timeline-item:nth-child(2n) .timeline-dot{left:-10px;right:auto}.timeline-content{background-color:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow-md)}.timeline-year{color:var(--secondary);font-weight:700;font-size:1.2rem;margin-bottom:.5rem}.timeline-title{font-size:1.4rem;margin-bottom:.5rem}.branches{background-color:var(--primary-dark);color:var(--white);position:relative}.branches .section-title{color:var(--white)}.branches .section-subtitle{color:#ffffffb3}.branches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.branch-card{background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.branch-card:hover{background-color:#ffffff1a;transform:translateY(-5px);border-color:var(--secondary)}.branch-icon{color:var(--secondary);margin-bottom:1rem}.branch-name{font-size:1.5rem;margin-bottom:.5rem;color:var(--white)}.branch-desc{color:#ffffffb3}.academic-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.academic-card{background-color:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease}.academic-card:hover{transform:translateY(-5px)}.academic-header{background-color:var(--primary);color:var(--white);padding:1.5rem;text-align:center}.academic-year{font-size:1.5rem;font-weight:700}.academic-body{padding:1.5rem}.subject-list{display:flex;flex-direction:column;gap:.75rem}.subject-item{display:flex;align-items:center;gap:.75rem;color:var(--text-muted)}.subject-icon{color:var(--secondary);flex-shrink:0}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;position:relative}.step-card{background-color:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow-sm);position:relative;z-index:1}.step-number{width:50px;height:50px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 0 0 5px #0f4c3a1a}.step-title{font-size:1.2rem;margin-bottom:1rem}.info-section{background-color:var(--white);border-radius:16px;padding:3rem;box-shadow:var(--shadow-md);margin-bottom:3rem}.conditions-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.condition-item{display:flex;align-items:flex-start;gap:1rem}.condition-icon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.reg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.reg-card{background-color:var(--bg-color);padding:2rem;border-radius:12px;border-right:4px solid var(--primary)}html[dir=ltr] .reg-card{border-right:none;border-left:4px solid var(--primary)}.reg-card-title{display:flex;align-items:center;gap:.75rem;font-size:1.3rem;margin-bottom:1.5rem;color:var(--primary-dark)}.reg-list{display:flex;flex-direction:column;gap:.75rem}.reg-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted)}.reg-item:before{content:"•";color:var(--secondary);font-size:1.5rem}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-card{background-color:var(--white);padding:2rem;border-radius:12px;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.contact-icon-wrapper{width:60px;height:60px;background-color:#0f4c3a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--primary)}.contact-title{font-size:1.2rem;margin-bottom:.5rem}.contact-info{color:var(--text-muted);font-size:1rem;word-break:break-word;overflow-wrap:break-word}.contact-email-link{color:var(--text-muted);font-weight:400;font-size:1rem;transition:color .2s ease;text-decoration:none;display:block;word-break:break-all}.contact-email-link:hover{color:var(--primary)}.footer{background-color:var(--primary-dark);color:var(--white);padding:4rem 0 2rem}.footer-content{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}.footer-logo{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--secondary)}.footer-desc{color:#ffffffb3;max-width:400px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#ffffff80}.register-page{min-height:100vh;display:flex;flex-direction:column;background:#f0f7f4}.register-header{background:var(--primary-dark);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-md)}.register-header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.register-header-actions{display:flex;align-items:center;gap:.75rem}.back-home-btn{display:flex;align-items:center;gap:.4rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--white);padding:.4rem .9rem;border-radius:20px;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s}.back-home-btn:hover{background:#fff3}.lang-toggle-dark{border-color:#ffffff4d!important;color:var(--white)!important}.register-hero{background:linear-gradient(#072a1fd9,#072a1feb),url(https://upload.wikimedia.org/wikipedia/commons/c/cb/Karbala.j.jpg) center/cover;padding:4rem 0 3rem;overflow:hidden}.register-hero-content{color:var(--white);text-align:center}.register-hero-badge{display:inline-block;background:#d4af3726;border:1px solid rgba(212,175,55,.5);color:var(--secondary);padding:.4rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.25rem;letter-spacing:1px}.register-hero-title{font-size:2.8rem;font-weight:700;color:var(--white);margin-bottom:1rem;line-height:1.3}.register-hero-subtitle{color:#ffffffbf;font-size:1.1rem;margin-bottom:2rem}.register-steps-pills{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.pill-step{display:flex;align-items:center;gap:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:25px;padding:.4rem 1rem;color:#ffffffd9;font-size:.85rem}.pill-num{background:var(--secondary);color:var(--primary-dark);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;flex-shrink:0}.register-body{flex:1;padding:3rem 0}.register-form-container{max-width:860px;margin:0 auto}.register-footer{background:var(--primary-dark);color:#ffffff80;text-align:center;padding:1.5rem 0;font-size:.85rem}.register-footer .container{display:flex;flex-direction:column;gap:.4rem;align-items:center}.reg-footer-link{color:var(--secondary);text-decoration:none}.reg-footer-link:hover{text-decoration:underline}.reg-form-section{background:linear-gradient(135deg,#f0f7f4,#e8f4ef);padding:5rem 0}.reg-form-wrapper{background:var(--white);border-radius:20px;padding:2.5rem;box-shadow:var(--shadow-lg);max-width:800px;margin:0 auto}.step-indicator{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.5rem}.step-dot{display:flex;flex-direction:column;align-items:center;gap:.4rem;position:relative}.step-dot-num{width:38px;height:38px;border-radius:50%;background:#e2e8f0;color:#a0aec0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .3s ease}.step-dot.active .step-dot-num{background:var(--primary);color:var(--white)}.step-dot.current .step-dot-num{background:var(--primary);color:var(--white);box-shadow:0 0 0 5px #0f4c3a26}.step-dot-label{font-size:.75rem;color:#a0aec0;font-weight:500;white-space:nowrap}.step-dot.active .step-dot-label{color:var(--primary)}.step-line{flex:1;min-width:40px;height:2px;background:#e2e8f0;margin:0 .5rem 1.4rem;transition:background .3s ease}.step-line.active{background:var(--primary)}.form-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;color:var(--primary-dark);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f7f4}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-full{grid-column:1 / -1}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-main)}.required{color:#e53e3e;margin-right:2px;margin-left:2px}.form-group input,.form-group select,.form-group textarea{padding:.7rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.95rem;color:var(--text-main);background:#fafafa;transition:border .2s ease,box-shadow .2s ease;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #0f4c3a1a;background:var(--white)}.form-group input.error,.form-group select.error{border-color:#e53e3e}.error-msg{color:#e53e3e;font-size:.8rem;margin-top:2px}.select-wrapper{position:relative}.select-wrapper select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-left:1rem;padding-right:2.5rem;cursor:pointer}html[dir=rtl] .select-wrapper select{padding-right:1rem;padding-left:2.5rem}.select-arrow{position:absolute;top:50%;transform:translateY(-50%);left:.75rem;right:auto;pointer-events:none;color:#a0aec0}html[dir=rtl] .select-arrow{left:auto;right:.75rem}.branches-radio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.radio-card{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:.9rem;color:var(--text-muted)}.radio-card:hover{border-color:var(--primary);color:var(--primary)}.radio-card.selected{border-color:var(--primary);background:#0f4c3a0f;color:var(--primary);font-weight:600}.form-group label.checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:.95rem;line-height:1.6;color:var(--text-main);font-weight:500;flex-direction:row}.checkbox-input{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--primary);cursor:pointer}.hadith-banner{background-color:var(--primary-dark);color:var(--white);text-align:center;padding:.4rem 1rem;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;z-index:1001;position:relative;box-shadow:0 2px 4px #0000001a}.hadith-banner .hadith-text{color:#e2e8f0}.header.scrolled .hadith-banner{display:none}.form-nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f7f4}html[dir=rtl] .form-nav{flex-direction:row-reverse;justify-content:flex-end}.btn-outline-green{background:transparent;border:2px solid var(--primary);color:var(--primary);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;font-family:inherit;font-size:1rem;transition:all .3s}.btn-outline-green:hover{background:#0f4c3a0d}.form-success{display:flex;align-items:center;justify-content:center;min-height:300px}.success-card{text-align:center;padding:2rem}.success-icon{color:var(--primary);margin:0 auto 1.5rem}.success-card h3{font-size:1.8rem;color:var(--primary-dark);margin-bottom:1rem}.success-card p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.recaptcha-wrapper{display:flex;flex-direction:column;align-items:flex-start}html[dir=ltr] .recaptcha-wrapper{align-items:flex-start}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-icon{animation:spin .8s linear infinite}.server-error{display:flex;align-items:center;gap:.75rem;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:.85rem 1.1rem;color:#c53030;font-size:.95rem}.phone-input-wrapper{display:flex;align-items:stretch;border:1.5px solid #e2e8f0;border-radius:8px;overflow:visible;background:#fafafa;transition:border .2s ease,box-shadow .2s ease}.phone-input-wrapper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #0f4c3a1a;background:var(--white)}.phone-input-wrapper.error{border-color:#e53e3e}.dial-picker{position:relative;flex-shrink:0}.dial-trigger{display:flex;align-items:center;gap:4px;padding:.7rem .6rem .7rem .75rem;background:transparent;border:none;border-left:1.5px solid #e2e8f0;cursor:pointer;font-family:inherit;font-size:.9rem;color:var(--text-main);white-space:nowrap;min-width:100px;justify-content:center;transition:background .15s}html[dir=rtl] .dial-trigger{border-left:none;border-right:1.5px solid #e2e8f0;padding:.7rem .75rem .7rem .6rem}.dial-trigger:hover{background:#0f4c3a0d}.dial-flag{font-size:1.2rem;line-height:1}.dial-code{font-weight:600;font-size:.85rem;color:var(--primary)}.dial-chevron{color:#a0aec0;transition:transform .2s}.dial-chevron.open{transform:rotate(180deg)}.dial-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:999;background:var(--white);border:1px solid #e2e8f0;border-radius:10px;box-shadow:var(--shadow-lg);width:max-content;min-width:260px;max-width:90vw;max-height:280px;display:flex;flex-direction:column;overflow:hidden}html[dir=rtl] .dial-dropdown{left:auto;right:0}.dial-search-wrapper{padding:8px;border-bottom:1px solid #f0f0f0;flex-shrink:0}.dial-search{width:100%;padding:.45rem .75rem;border:1.5px solid #e2e8f0;border-radius:6px;font-family:inherit;font-size:.9rem;outline:none;background:#fafafa}.dial-search:focus{border-color:var(--primary)}.dial-list{overflow-y:auto;flex:1;list-style:none;padding:4px 0}.dial-option{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .85rem;background:transparent;border:none;text-align:right;cursor:pointer;font-family:inherit;font-size:.88rem;color:var(--text-main);transition:background .15s}html[dir=ltr] .dial-option{text-align:left}.dial-option:hover{background:#f0f7f4}.dial-option.selected{background:#0f4c3a14;font-weight:600;color:var(--primary)}.dial-option-name{flex:1;font-size:.85rem}.dial-option-code{font-size:.8rem;color:#a0aec0;font-weight:600}.phone-number-input{flex:1;padding:.7rem .85rem;border:none!important;background:transparent!important;font-family:inherit;font-size:.95rem;color:var(--text-main);outline:none;box-shadow:none!important;min-width:0}@media (max-width: 992px){.nav-links{display:none}.mobile-menu-btn{display:block}.hero-title{font-size:3.5rem}.about-grid{grid-template-columns:1fr}.timeline:before{left:auto;right:40px}html[dir=ltr] .timeline:before{right:auto;left:40px}.timeline-item,html[dir=rtl] .timeline-item:nth-child(odd),html[dir=rtl] .timeline-item:nth-child(2n){width:100%;align-self:stretch;padding-left:0;padding-right:80px}html[dir=ltr] .timeline-item,html[dir=ltr] .timeline-item:nth-child(odd),html[dir=ltr] .timeline-item:nth-child(2n){padding-right:0;padding-left:80px}html[dir=rtl] .timeline-dot,html[dir=rtl] .timeline-item:nth-child(2n) .timeline-dot,html[dir=rtl] .timeline-item:nth-child(odd) .timeline-dot{left:auto;right:30px}html[dir=ltr] .timeline-dot,html[dir=ltr] .timeline-item:nth-child(2n) .timeline-dot,html[dir=ltr] .timeline-item:nth-child(odd) .timeline-dot{right:auto;left:30px}}@media (max-width: 768px){.section{padding:3rem 0}.container{padding:0 1rem}.hero-title{font-size:2.2rem}.hero-desc,.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column;gap:.75rem}.hero-actions .btn{width:100%;justify-content:center}.section-title{font-size:1.8rem}.about-grid{grid-template-columns:1fr;gap:2rem}.vision-mission{grid-template-columns:1fr}.about-img-decoration{display:none}.branches-grid,.academic-grid,.steps-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr 1fr}.conditions-list,.reg-grid{grid-template-columns:1fr}.info-section{padding:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.reg-form-wrapper{padding:1.5rem 1rem}.step-dot-label{font-size:.65rem}.step-dot-num{width:30px;height:30px;font-size:.85rem}.step-line{min-width:24px}.form-grid{grid-template-columns:1fr}.form-full{grid-column:1}.branches-radio-grid{grid-template-columns:repeat(2,1fr)}.recaptcha-wrapper{overflow:hidden}.recaptcha-wrapper>div{transform-origin:right top}html[dir=ltr] .recaptcha-wrapper>div{transform-origin:left top}.form-nav{flex-direction:row;flex-wrap:wrap;gap:.75rem}.form-nav .btn{flex:1;justify-content:center;min-width:120px}}@media (max-width: 480px){.hero-title{font-size:1.9rem}.hero{min-height:500px}.logo span{font-size:1.1rem}.contact-grid,.branches-radio-grid{grid-template-columns:1fr}.reg-form-wrapper{padding:1.25rem .85rem;border-radius:12px}.step-dot-label{display:none}.step-line{min-width:20px}.info-section{padding:1.25rem}.section-title{font-size:1.6rem}}
