.elementor-31619 .elementor-element.elementor-element-82e6ec2{--display:flex;}@media(max-width:767px){body.elementor-page-31619{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS *//* [PERFORMANCE: CSS Variables & Reset] */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    
    :root {
      --yellow: #F5C215;
      --yellow-dark: #D9A800;
      --navy: #0E1E3A;
      --navy-mid: #152845;
      --navy-light: #1E3459;
      --gray: #F7F7F5;
      --text: #333;
      --muted: #666;
      --border: #eaeaea;
    }

    body {
      font-family: 'Vazirmatn', system-ui, -apple-system, sans-serif;
      direction: rtl;
      color: var(--text);
      background: #fff;
      font-size: 15px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    a { text-decoration: none; color: inherit; display: inline-block; }
    ul { list-style: none; }
    button { cursor: pointer; font-family: inherit; border: none; background: transparent; }

    /* [PERFORMANCE: Content Visibility for off-screen rendering optimization] */
    .optimize-render {
      content-visibility: auto;
      contain-intrinsic-size: auto 600px;
    }

    /* HEADER */
    .site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); padding: 0 2rem; }
    .header-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 1rem; }
    .logo { display: flex; align-items: center; gap: 10px; }
    .site-logo { height: 44px; width: auto; object-fit: contain; }
    .logo-text { font-weight: 800; font-size: 18px; color: var(--navy); line-height: 1.2; }
    .logo-sub { font-size: 11px; color: var(--muted); display: block; font-weight: 500; }
    .main-nav { display: flex; align-items: center; gap: 1.5rem; font-size: 14px; }
    .main-nav a { color: var(--text); font-weight: 600; transition: color 0.2s ease; }
    .main-nav a:hover { color: var(--navy-light); }
    
    .header-actions { display: flex; align-items: center; gap: 12px; }
    .phone-badge { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--muted); font-weight: 600; direction: ltr; }
    
    /* BUTTONS */
    .btn-outline { border: 1.5px solid var(--navy); color: var(--navy); padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; transition: all 0.2s ease; }
    .btn-outline:hover { background: var(--navy); color: #fff; }
    .btn-yellow { background: var(--yellow); color: var(--navy); padding: 9px 22px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: background 0.2s ease; }
    .btn-yellow:hover { background: var(--yellow-dark); }

    /* HERO SECTION */
    .hero { background: var(--navy); color: #fff; padding: 60px 2rem 60px; overflow: hidden; position: relative; }
    .hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 4rem; }
    .hero-badge { display: inline-block; background: var(--yellow); color: var(--navy); font-size: 13px; font-weight: 800; padding: 6px 16px; border-radius: 30px; margin-bottom: 1.5rem; }
    
    .hero-content hgroup h1 { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; line-height: 1.4; margin-bottom: 1.2rem; }
    .hero-content hgroup h1 span { color: var(--yellow); }
    .hero-content p { font-size: 1.05rem; color: #a0b4cc; margin-bottom: 2.5rem; max-width: 550px; line-height: 1.8; }
    
    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
    .btn-ghost { background: transparent; border: 1.5px solid #3a5070; color: #fff; padding: 12px 24px; border-radius: 10px; font-size: 15px; font-weight: 700; transition: all 0.2s ease; }
    .btn-ghost:hover { border-color: var(--yellow); color: var(--yellow); }
    .hero-btns .btn-yellow { font-size: 15px; padding: 12px 26px; border-radius: 10px; }

    /* Right Column: Card on top of Video */
    .hero-right-col { display: flex; flex-direction: column; gap: 1.5rem; width: 100%; }
    
    .success-rate-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); padding: 16px 24px; border-radius: 16px; display: flex; align-items: center; gap: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
    .success-rate-icon { width: 48px; height: 48px; background: var(--yellow); color: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: bold; flex-shrink: 0; }
    .success-rate-text { font-size: 15px; font-weight: 800; line-height: 1.5; color: #fff; }
    .success-rate-text span { color: var(--yellow); display: block; font-size: 13px; font-weight: 600; margin-top: 4px; }

    .custom-video-container { position: relative; border-radius: 20px; overflow: hidden; background: #000; box-shadow: 0 20px 50px rgba(0,0,0,0.4); aspect-ratio: 16/9; }
    .custom-video-container 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,0.3); cursor: pointer; transition: 0.3s; z-index: 5; }
    .play-overlay:hover { background: rgba(14,30,58,0.1); }
    .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: 0.3s; padding-left: 5px; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }
    .play-overlay:hover .play-btn { transform: scale(1.1); }

    /* STATS */
    .stats { background: var(--yellow); padding: 2rem; }
    .stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 1.5rem; }
    .stat-num { font-size: 2.2rem; font-weight: 900; color: var(--navy); line-height: 1.2; }
    .stat-label { font-size: 14px; font-weight: 700; color: #5a4b10; }

    /* GENERAL SECTION */
    .section { padding: 80px 2rem; }
    .section-inner { max-width: 1200px; margin: 0 auto; }
    .sec-title { text-align: center; margin-bottom: 3.5rem; }
    .sec-title h2 { font-size: 2rem; font-weight: 900; color: var(--navy); margin-bottom: 0.5rem; }
    .sec-title p { color: var(--muted); font-size: 16px; max-width: 600px; margin: 0 auto; }
    .sec-title .underline { display: inline-block; width: 60px; height: 5px; background: var(--yellow); border-radius: 4px; margin-top: 1rem; }

    /* COURSE STEPS */
    .steps-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
    .step-card { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; position: relative; transition: 0.3s; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
    .step-card:hover { border-color: var(--yellow); transform: translateY(-5px); box-shadow: 0 15px 30px rgba(14,30,58,0.08); }
    .step-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--navy); color: #fff; font-size: 12px; font-weight: 800; padding: 6px 16px; border-radius: 20px; border: 2px solid #fff; white-space: nowrap; }
    .step-card:hover .step-badge { background: var(--yellow); color: var(--navy); }
    .step-title { font-size: 1.2rem; font-weight: 900; color: var(--navy); margin: 1rem 0 0.5rem; }
    .step-duration { font-size: 13px; color: var(--yellow-dark); font-weight: 700; margin-bottom: 1rem; display: inline-block; background: #fffde7; padding: 4px 10px; border-radius: 8px; }
    .step-desc { font-size: 13px; color: var(--muted); line-height: 1.7; }

    /* FEATURES */
    .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
    .feat-card { background: #fff; border-radius: 16px; padding: 2rem; border: 1px solid var(--border); display: flex; gap: 1rem; align-items: flex-start; transition: 0.3s; }
    .feat-card:hover { border-color: var(--yellow); background: #fafaf9; transform: translateY(-3px); }
    .feat-icon { width: 48px; height: 48px; background: #f4f6f9; color: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
    .feat-card:hover .feat-icon { background: var(--yellow); }
    .feat-text h4 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 0.4rem; }
    .feat-text p { font-size: 13px; color: var(--muted); line-height: 1.7; }

    /* FAQ ACCORDION */
    .faq-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
    .faq-item { background: #fff; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; transition: 0.3s; }
    .faq-header { width: 100%; text-align: right; padding: 1.2rem 1.5rem; background: transparent; border: none; font-size: 1.05rem; font-weight: 800; color: var(--navy); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
    .faq-header::after { content: '+'; font-size: 1.5rem; color: var(--yellow-dark); transition: transform 0.3s; }
    .faq-item.active { border-color: var(--navy-light); box-shadow: 0 4px 15px rgba(0,0,0,0.05); }
    .faq-item.active .faq-header::after { transform: rotate(45deg); }
    .faq-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
    .faq-content-inner { padding: 0 1.5rem 1.5rem; font-size: 14px; color: var(--muted); line-height: 1.8; }

    /* BRANCHES TABS (NEW DESIGN) */
    .branches-wrapper { background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.03); }
    .branches-tabs { display: flex; overflow-x: auto; background: var(--gray); border-bottom: 1px solid var(--border); padding: 0.5rem 0.5rem 0; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE */ }
    .branches-tabs::-webkit-scrollbar { display: none; /* Safari/Chrome */ }
    .branch-tab { flex: 0 0 auto; padding: 14px 24px; font-size: 1.05rem; font-weight: 800; color: var(--muted); border-radius: 12px 12px 0 0; transition: 0.3s; display: flex; align-items: center; gap: 8px; position: relative; cursor: pointer; }
    .branch-tab:hover { color: var(--navy); background: rgba(255,255,255,0.5); }
    .branch-tab.active { color: var(--navy); background: #fff; box-shadow: 0 -4px 10px rgba(0,0,0,0.02); }
    .branch-tab.active::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: var(--yellow); }
    .tab-badge { background: #e0e5eb; color: #5a7390; font-size: 11px; padding: 2px 8px; border-radius: 20px; font-weight: 700; transition: 0.3s; }
    .branch-tab.active .tab-badge { background: var(--yellow); color: var(--navy); }
    
    .branches-content { padding: 2rem; background: #fff; }
    .branch-panel { display: none; animation: fadeInTab 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .branch-panel.active { display: block; }
    @keyframes fadeInTab { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    
    .panel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
    .branch-item-card { padding: 1.5rem; border: 1px solid var(--border); border-radius: 12px; background: #fafaf9; transition: 0.3s; display: flex; flex-direction: column; }
    .branch-item-card:hover { border-color: var(--yellow); background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transform: translateY(-3px); }
    .branch-item-card h4 { font-size: 1.05rem; font-weight: 800; color: var(--navy); margin-bottom: 0.8rem; display: flex; align-items: center; gap: 6px; }
    .branch-item-card h4::before { content: '🏢'; font-size: 14px; }
    .branch-item-card address { font-style: normal; font-size: 14px; color: var(--muted); margin-bottom: 1.2rem; line-height: 1.7; flex-grow: 1; }
    .phones-wrapper { display: flex; flex-wrap: wrap; gap: 8px; }
    .phone-link { display: inline-flex; align-items: center; gap: 5px; background: #fff; border: 1px solid var(--border); color: var(--navy); padding: 6px 12px; border-radius: 8px; font-size: 13px; font-weight: 700; direction: ltr; transition: 0.2s; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
    .phone-link:hover { background: var(--yellow); border-color: var(--yellow); color: var(--navy); }
    .phone-label { font-size: 11px; color: var(--muted); margin-left: 4px; font-weight: 600; direction: rtl; }

    /* SEO ARTICLE SECTION (READ MORE) */
    .seo-article-section { background: var(--gray); padding: 60px 2rem; border-top: 1px solid var(--border); }
    .seo-article-container { max-width: 900px; margin: 0 auto; position: relative; background: #fff; padding: 2.5rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); }
    .seo-content { color: var(--muted); font-size: 15px; line-height: 2; overflow: hidden; max-height: 180px; position: relative; transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
    .seo-content.expanded { max-height: 15000px; }
    
    .seo-content h3 { font-size: 1.4rem; font-weight: 900; color: var(--navy); margin: 2.5rem 0 1rem; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
    .seo-content h4 { font-size: 1.15rem; font-weight: 800; color: var(--navy-light); margin: 1.5rem 0 0.8rem; }
    .seo-content p { margin-bottom: 1.2rem; text-align: justify; }
    .seo-content ul { list-style: none; padding: 0; margin-bottom: 1.5rem; }
    .seo-content ul li { position: relative; padding-right: 18px; margin-bottom: 0.6rem; }
    .seo-content ul li::before { content: '•'; position: absolute; right: 0; color: var(--yellow-dark); font-weight: bold; font-size: 1.2rem; line-height: 1; top: 2px; }
    .seo-content strong { color: var(--navy); font-weight: 800; }
    
    .read-more-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 100px; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); transition: opacity 0.3s; z-index: 1; pointer-events: none; }
    .seo-content.expanded .read-more-fade { opacity: 0; display: none; }
    
    .read-more-btn-container { text-align: center; margin-top: 20px; position: relative; z-index: 2; border-top: 1px dashed var(--border); padding-top: 20px; }
    .btn-read-more { background: #f4f6f9; color: var(--navy); font-size: 14px; font-weight: 800; padding: 12px 30px; border-radius: 30px; border: 1px solid var(--border); transition: 0.3s; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
    .btn-read-more:hover { background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }

    /* FOOTER */
    .site-footer { background: var(--navy); color: #fff; padding: 4rem 2rem 1.5rem; }
    .footer-inner { max-width: 1200px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-brand p { color: #8aabcc; font-size: 14px; line-height: 1.8; max-width: 300px; margin-top: 1rem; }
    .footer-social { display: flex; gap: 10px; margin-top: 1.5rem; }
    .social-btn { width: 40px; height: 40px; background: var(--navy-mid); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: 0.3s; }
    .social-btn:hover { background: var(--yellow); color: var(--navy); transform: translateY(-3px); }
    .footer-col h4 { font-size: 16px; font-weight: 800; margin-bottom: 1.5rem; color: #fff; position: relative; padding-bottom: 10px; }
    .footer-col h4::after { content: ''; position: absolute; bottom: 0; right: 0; width: 30px; height: 3px; background: var(--yellow); border-radius: 2px; }
    .footer-col ul li { margin-bottom: 0.8rem; }
    .footer-col ul li a { color: #8aabcc; font-size: 14px; transition: 0.2s; display: inline-block; }
    .footer-col ul li a:hover { color: var(--yellow); transform: translateX(-5px); }
    .footer-contact { display: flex; flex-direction: column; gap: 1rem; }
    .footer-contact span { color: #8aabcc; font-size: 14px; display: flex; align-items: center; gap: 8px; }
    .footer-bottom { border-top: 1px solid var(--navy-mid); padding-top: 2rem; text-align: center; color: #5a7390; font-size: 14px; font-weight: 500; }

    /* RESPONSIVE */
    @media(max-width: 992px) {
      .main-nav { display: none; }
      .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
      .hero-content hgroup h1 { font-size: 2.2rem; }
      .hero-content p { margin: 0 auto 2rem; }
      .hero-btns { justify-content: center; }
      .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media(max-width: 768px) {
      body { font-size: 14px; }
      .section { padding: 40px 1.2rem; }
      .sec-title { margin-bottom: 2rem; }
      .sec-title h2 { font-size: 1.5rem; }
      .sec-title p { font-size: 13px; }
      .sec-title .underline { width: 40px; height: 4px; }
      
      .site-header { padding: 0 1rem; }
      .header-inner { height: 60px; }
      .site-logo { height: 34px; }
      .logo-text { font-size: 14px; }
      .logo-sub { font-size: 10px; }
      .btn-outline, .btn-yellow { padding: 6px 12px; font-size: 12px; }
      .phone-badge { display: none; }
      
      .hero { padding: 20px 1.2rem 40px; }
      .hero-content hgroup h1 { font-size: 1.7rem; margin-bottom: 1rem; }
      .hero-badge { font-size: 11px; padding: 4px 12px; margin-bottom: 1rem; }
      .hero-content p { font-size: 13px; margin: 0 auto 1.5rem; max-width: 100%; }
      .hero-btns { justify-content: center; gap: 6px; margin-bottom: 1.5rem; flex-wrap: nowrap; }
      .hero-btns .btn-yellow, .btn-ghost { font-size: 12px; padding: 10px 12px; border-radius: 8px; white-space: nowrap; }
      
      .hero-right-col { gap: 1rem; }
      .success-rate-card { padding: 12px 16px; }
      .success-rate-icon { width: 36px; height: 36px; font-size: 18px; }
      .success-rate-text { font-size: 13px; }
      .success-rate-text span { font-size: 11px; }

      .stats { padding: 1.5rem 1rem; }
      .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
      .stat-num { font-size: 1.6rem; }
      .stat-label { font-size: 12px; }

      .branches-content { padding: 1.2rem 1rem; }
      .branch-tab { padding: 12px 16px; font-size: 0.95rem; }
      .tab-badge { padding: 2px 6px; font-size: 10px; }
      .panel-grid { grid-template-columns: 1fr; gap: 1rem; }
      .branch-item-card { padding: 1.2rem; }
      .branch-item-card h4 { font-size: 0.95rem; margin-bottom: 0.5rem; }
      .branch-item-card address { font-size: 13px; margin-bottom: 1rem; }
      .phone-link { padding: 5px 10px; font-size: 12px; }
      
      .seo-article-section { padding: 30px 1rem; }
      .seo-article-container { padding: 1.5rem; }
      .seo-content { font-size: 14px; line-height: 1.9; }
      .seo-content h3 { font-size: 1.2rem; margin: 2rem 0 1rem; }
      .seo-content h4 { font-size: 1.05rem; }
      
      .site-footer { padding: 3rem 1.5rem 1.5rem; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 1.5rem; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-col:last-child { grid-column: 1 / -1; }
    }/* End custom CSS */