.elementor-47839 .elementor-element.elementor-element-9f5c57d{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}/* Start custom CSS */*{margin:0;padding:0;box-sizing:border-box}
html,body{overflow-x:hidden;max-width:100%}
:root{
  --yellow:#F5C215;--yellow-dark:#D9A800;
  --navy:#0E1E3A;--navy-mid:#152845;--navy-light:#1E3459;
  --saman:#0B4DA2;--saman-light:#1565C0;
  --gray:#F7F7F5;--text:#333;--muted:#777
}
body{font-family:'Vazirmatn',sans-serif;direction:rtl;color:var(--text);background:#fff;font-size:15px;line-height:1.7}
a{text-decoration:none;color:inherit}

/* HEADER with dual logos */
header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #eee;padding:0 2rem;box-shadow:0 1px 8px rgba(0,0,0,.03)}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:76px;gap:1rem}
.dual-logo{display:flex;align-items:center;gap:1rem}
.dual-logo img{height:42px;width:auto;object-fit:contain}
.logo-divider{width:1px;height:38px;background:#ddd}
.header-actions{display:flex;align-items:center;gap:12px}
.btn-yellow{background:var(--yellow);color:var(--navy);padding:9px 22px;border-radius:8px;font-family:inherit;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:.2s}
.btn-yellow:hover{background:var(--yellow-dark)}
.phone-badge{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}

/* HERO */
.hero{background:linear-gradient(135deg,var(--navy) 0%,var(--saman) 130%);color:#fff;padding:60px 2rem 70px;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-60px;left:-40px;width:240px;height:240px;background:var(--yellow);opacity:.08;border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-100px;right:10%;width:300px;height:300px;background:#fff;opacity:.04;border-radius:50%}
.hero-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:3rem;align-items:center;position:relative}
.hero-partners{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.5rem;background:rgba(255,255,255,.95);padding:.9rem 1.3rem;border-radius:14px;width:fit-content;box-shadow:0 8px 24px rgba(0,0,0,.15)}
.hero-partners img{height:38px;width:auto;object-fit:contain}
.hero-partners .hp-x{color:var(--saman);font-size:1.5rem;font-weight:300}
.hero-badge{display:inline-block;background:var(--yellow);color:var(--navy);font-size:13px;font-weight:800;padding:6px 18px;border-radius:25px;margin-bottom:1.2rem}
.hero h1{font-size:2.5rem;font-weight:900;line-height:1.3;margin-bottom:1rem}
.hero h1 .y{color:var(--yellow)}
.hero p{font-size:1.05rem;color:#cfe0f5;margin-bottom:2rem;line-height:1.9}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.hero-btns .btn-yellow{font-size:15px;padding:13px 28px;border-radius:11px}
.btn-white-outline{background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:13px 28px;border-radius:11px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:.2s}
.btn-white-outline:hover{background:rgba(255,255,255,.2)}

/* DISCOUNT CARD */
.discount-card{background:var(--navy);border:2px solid var(--yellow);border-radius:24px;padding:2.5rem 2rem;text-align:center;position:relative;box-shadow:0 20px 50px rgba(0,0,0,.3)}
.discount-card::before{content:'🎉';position:absolute;top:-18px;right:50%;transform:translateX(50%);background:var(--yellow);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}
.disc-label{font-size:1rem;color:#cfe0f5;font-weight:600;margin-bottom:.3rem;margin-top:.5rem}
.disc-percent{font-size:5rem;font-weight:900;color:var(--yellow);line-height:1;letter-spacing:-2px}
.disc-percent span{font-size:2.5rem}
.disc-title{font-size:1.4rem;font-weight:800;color:#fff;margin:.5rem 0}
.disc-sub{font-size:.95rem;color:#a0b4cc}
.disc-divider{height:1px;background:var(--navy-light);margin:1.3rem 0}
.disc-tag{display:inline-flex;align-items:center;gap:8px;background:var(--saman);color:#fff;padding:8px 18px;border-radius:30px;font-size:13px;font-weight:700}

/* SECTION */
.section{padding:60px 2rem}
.section-inner{max-width:1200px;margin:0 auto}
.sec-title{text-align:center;margin-bottom:2.5rem}
.sec-title h2{font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}
.sec-title p{color:var(--muted);font-size:15px}
.sec-title .underline{display:inline-block;width:50px;height:4px;background:var(--yellow);border-radius:4px;margin-top:.6rem}

/* HOW IT WORKS */
.steps-bg{background:var(--gray)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.step-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;border:1px solid #eee;position:relative;transition:.2s}
.step-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(14,30,58,.08)}
.step-num{width:48px;height:48px;background:var(--yellow);color:var(--navy);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;margin:0 auto 1.2rem}
.step-card h3{font-size:1.1rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}
.step-card p{font-size:13.5px;color:var(--muted);line-height:1.8}

/* COURSE CARDS */
.courses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.course-card{border:1.5px solid #eee;border-radius:18px;overflow:hidden;transition:.25s;background:#fff;display:flex;flex-direction:column}
.course-card:hover{border-color:var(--yellow);box-shadow:0 12px 32px rgba(14,30,58,.1);transform:translateY(-4px)}
.course-head{padding:1.5rem 1.5rem 1rem;display:flex;align-items:flex-start;gap:1rem}
.course-head.navy{background:var(--navy);color:#fff}
.course-head.yellow{background:var(--yellow);color:var(--navy)}
.course-head.light{background:var(--gray)}
.course-head.saman{background:var(--saman);color:#fff}
.course-icon{width:54px;height:54px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;background:rgba(255,255,255,.15)}
.course-head.light .course-icon{background:#fff}
.course-head.yellow .course-icon{background:rgba(14,30,58,.1)}
.course-en{font-size:12px;font-weight:700;opacity:.7;letter-spacing:.5px;text-transform:uppercase}
.course-title{font-size:1.25rem;font-weight:800;margin-top:.2rem}
.course-body{padding:1.3rem 1.5rem;flex:1;display:flex;flex-direction:column}
.course-desc{font-size:13.5px;color:var(--text);line-height:1.8;margin-bottom:1rem}
.course-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}
.course-feature{font-size:13px;color:#444;display:flex;align-items:center;gap:8px}
.course-feature::before{content:'✓';color:var(--yellow-dark);font-weight:900;font-size:13px;background:#fff8e0;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.levels-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:1rem}
.level-pill{background:var(--navy);color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:20px;white-space:nowrap}
.course-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}
.course-discount{font-size:12px;color:var(--saman);background:#e8f0fb;padding:4px 10px;border-radius:6px;font-weight:700}
.course-btn{background:var(--navy);color:#fff;padding:9px 20px;border-radius:9px;font-family:inherit;font-size:13px;font-weight:700;border:none;cursor:pointer;transition:.2s;white-space:nowrap}
.course-btn:hover{background:var(--yellow);color:var(--navy)}

/* OTHER LANGS */
.other-langs{background:var(--gray);border-radius:18px;padding:2rem;text-align:center;margin-top:2.5rem}
.other-langs h3{font-size:1.3rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}
.other-langs p{color:var(--muted);font-size:14px;margin-bottom:1.5rem}
.lang-pills{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.lang-pill-link{background:#fff;border:1.5px solid #e5e5e5;border-radius:50px;padding:9px 18px;font-size:13.5px;font-weight:600;color:var(--navy);transition:.2s;display:flex;align-items:center;gap:6px}
.lang-pill-link:hover{border-color:var(--yellow)}

/* WHY VIDEO */
.why-video{background:var(--navy)}
.video-banner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.video-text h2{font-size:1.9rem;font-weight:900;color:#fff;margin-bottom:1rem}
.video-text h2 span{color:var(--yellow)}
.video-text p{color:#a0b4cc;font-size:14.5px;line-height:1.9;margin-bottom:1.5rem}
.vt-list{display:flex;flex-direction:column;gap:.7rem}
.vt-item{display:flex;align-items:center;gap:10px;color:#cdd9e8;font-size:14px}
.vt-item .vt-num{width:28px;height:28px;background:var(--yellow);color:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;flex-shrink:0}
.video-frame{position:relative;border-radius:18px;overflow:hidden;background:#000;min-height:340px;box-shadow:0 20px 50px rgba(0,0,0,.4)}
.video-frame video{width:100%;height:100%;object-fit:cover;display:block}
.play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(14,30,58,.45);cursor:pointer;transition:.2s}
.play-overlay:hover{background:rgba(14,30,58,.2)}
.play-btn{width:70px;height:70px;background:var(--yellow);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;color:var(--navy);transition:.2s}
.play-overlay:hover .play-btn{transform:scale(1.1)}

/* CONSULT FORM */
.consult{background:linear-gradient(135deg,var(--saman) 0%,var(--navy) 120%)}
.consult-wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:center}
.consult-info h2{font-size:1.9rem;font-weight:900;color:#fff;margin-bottom:1rem}
.consult-info h2 span{color:var(--yellow)}
.consult-info p{color:#cfe0f5;font-size:14.5px;line-height:1.9;margin-bottom:1.5rem}
.consult-points{display:flex;flex-direction:column;gap:1rem}
.cp-item{display:flex;align-items:flex-start;gap:12px}
.cp-icon{width:42px;height:42px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.cp-text strong{color:#fff;font-size:14.5px;font-weight:700;display:block;margin-bottom:.2rem}
.cp-text span{color:#bcd2ee;font-size:13px}
.consult-form{background:#fff;border-radius:20px;padding:2rem}
.cf-badge{display:inline-flex;align-items:center;gap:6px;background:#e8f0fb;color:var(--saman);font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:1rem}
.cf-title{font-size:1.2rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}
.cf-sub{font-size:13px;color:var(--muted);margin-bottom:1.5rem}
.cf-field{margin-bottom:1rem}
.cf-field label{display:block;font-size:13px;font-weight:600;color:#444;margin-bottom:.4rem}
.cf-field input,.cf-field select{width:100%;padding:11px 14px;border:1.5px solid #e5e5e5;border-radius:10px;font-family:inherit;font-size:14px;color:var(--text);transition:.2s;background:#fff}
.cf-field input:focus,.cf-field select:focus{outline:none;border-color:var(--yellow)}
.cf-submit{width:100%;background:var(--yellow);color:var(--navy);padding:13px;border-radius:11px;font-family:inherit;font-size:15px;font-weight:800;border:none;cursor:pointer;transition:.2s;margin-top:.5rem}
.cf-submit:hover{background:var(--yellow-dark)}
.cf-note{font-size:11.5px;color:var(--muted);text-align:center;margin-top:.8rem}
.cf-success{display:none;text-align:center;padding:2rem 1rem}
.cf-success .cs-icon{width:64px;height:64px;background:#e6f7ec;color:#1a9d4a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 1rem}
.cf-success h3{font-size:1.2rem;font-weight:800;color:var(--navy);margin-bottom:.5rem}
.cf-success p{font-size:13.5px;color:var(--muted)}

/* BRANCHES - TABS */
.branch-tabs-wrap{border:1px solid #eee;border-radius:18px;overflow:hidden;box-shadow:0 4px 20px rgba(14,30,58,.04)}
.branch-tabs{display:flex;justify-content:flex-start;gap:.3rem;background:#fafafa;border-bottom:1px solid #eee;padding:.6rem .8rem;overflow-x:auto;scrollbar-width:thin}
.branch-tabs::-webkit-scrollbar{height:5px}
.branch-tabs::-webkit-scrollbar-thumb{background:#ddd;border-radius:5px}
.branch-tab{display:flex;align-items:center;gap:7px;background:transparent;border:none;font-family:inherit;font-size:14px;font-weight:700;color:var(--muted);padding:10px 18px;border-radius:10px;cursor:pointer;white-space:nowrap;transition:.2s;position:relative;flex-shrink:0}
.branch-tab:hover{color:var(--navy);background:#f0f0f0}
.branch-tab.active{color:var(--navy);background:#fff}
.branch-tab.active::after{content:'';position:absolute;bottom:-7px;right:18px;left:18px;height:3px;background:var(--yellow);border-radius:3px}
.branch-tab .tab-count{width:22px;height:22px;border-radius:50%;background:#e8e8e8;color:var(--muted);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;transition:.2s}
.branch-tab.active .tab-count{background:var(--yellow);color:var(--navy)}
.branch-panel{display:none;padding:1.8rem;animation:fadeIn .3s ease}
.branch-panel.active{display:block}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.panel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.branch-card{background:#fafafa;border:1.5px solid #eee;border-radius:14px;padding:1.2rem 1.3rem;transition:.2s}
.branch-card:hover{border-color:var(--yellow);background:#fff;box-shadow:0 6px 20px rgba(14,30,58,.06)}
.branch-name{font-weight:800;font-size:.95rem;color:var(--navy);margin-bottom:.5rem;display:flex;align-items:center;gap:6px;justify-content:flex-end;text-align:right;flex-direction:row-reverse}
.branch-name .b-icon{font-size:1rem}
.branch-addr{font-size:12px;color:var(--muted);line-height:1.7;margin-bottom:.9rem;text-align:right}
.branch-phones{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.branch-phones a{font-size:12px;color:#c0392b;font-weight:700;border:1.5px solid #f0d5d2;background:#fdf3f2;padding:7px 14px;border-radius:8px;transition:.2s;direction:ltr;display:inline-block}
.branch-phones a:hover{background:#c0392b;color:#fff;border-color:#c0392b}
.branch-tag{display:inline-block;background:#e8f0fb;color:var(--saman);font-size:10px;padding:2px 8px;border-radius:20px;margin-bottom:.5rem;font-weight:600}
.branch-extra{margin-top:.7rem;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.branch-extra a{font-size:11px;color:#c13584;font-weight:600}
@media(max-width:700px){.panel-grid{grid-template-columns:1fr}.branch-panel{padding:1.2rem}}

/* FOOTER */
footer{background:var(--navy);color:#fff;padding:3rem 2rem 1.5rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-top{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding-bottom:2rem;border-bottom:1px solid var(--navy-mid);margin-bottom:2rem;flex-wrap:wrap}
.footer-top img{height:40px;width:auto;object-fit:contain;background:#fff;padding:8px 14px;border-radius:10px}
.footer-top .ft-x{color:#6a8aaa;font-size:1.3rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem}
.footer-brand p{color:#6a8aaa;font-size:13px;line-height:1.8;max-width:300px}
.footer-col h4{font-size:15px;font-weight:700;margin-bottom:1rem;color:#fff}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{color:#6a8aaa;font-size:13px;transition:.2s}
.footer-col ul li a:hover{color:var(--yellow)}
.footer-contact{display:flex;flex-direction:column;gap:.6rem}
.footer-contact span{color:#6a8aaa;font-size:13px;display:flex;align-items:center;gap:.5rem}
.footer-bottom{border-top:1px solid var(--navy-mid);padding-top:1.5rem;text-align:center;color:#3a5070;font-size:13px}

@media(max-width:900px){
.hero-inner{grid-template-columns:1fr;gap:2.5rem}
.steps-grid{grid-template-columns:1fr}
.courses-grid{grid-template-columns:1fr}
.video-banner,.consult-wrap{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.hero h1{font-size:2rem}
}
@media(max-width:600px){
header{padding:0 1rem}
.header-inner{height:64px;gap:.5rem}
.dual-logo{gap:.6rem}
.dual-logo img{height:30px}
.logo-divider{height:28px}
.phone-badge{display:none}
.btn-yellow{padding:8px 16px;font-size:12px}
.section{padding:42px 1.1rem}
.hero{padding:40px 1.1rem 50px}
.hero h1{font-size:1.6rem}
.hero p{font-size:.95rem}
.hero-partners{padding:.7rem 1rem;gap:.8rem}
.hero-partners img{height:30px}
.disc-percent{font-size:4rem}
.discount-card{padding:2rem 1.3rem}
.footer-grid{grid-template-columns:1fr}
.consult-form{padding:1.5rem}
.video-frame{min-height:240px}
.video-text h2,.consult-info h2{font-size:1.5rem}
.footer-top img{height:32px}
}/* End custom CSS */