@import url(https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css);@import url(https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);.course-card-wrapper *{font-family:'Vazirmatn',sans-serif;margin:0;padding:0;box-sizing:border-box}.course-card-wrapper{direction:rtl;width:100%}.course-card-wrapper .cards-grid{display:grid;grid-template-columns:1fr;gap:24px;width:100%;max-width:1200px;margin:0 auto}@media (min-width:768px){.course-card-wrapper .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.course-card-wrapper .course-card{width:100%;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 60px rgb(15 23 42 / .12);border:1px solid rgb(15 23 42 / .06);transition:transform 0.35s cubic-bezier(.22,1,.36,1),box-shadow 0.35s cubic-bezier(.22,1,.36,1),border-color 0.35s ease}.course-card-wrapper .course-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px rgb(15 23 42 / .2);border-color:rgb(30 64 175 / .22)}.course-card-wrapper .card-cover{padding:16px 16px 0}.course-card-wrapper .cover-box{position:relative;isolation:isolate;width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0f172a;transition:transform 0.5s cubic-bezier(.22,1,.36,1);cursor:pointer}.course-card-wrapper .course-card:hover .cover-box{transform:scale(1.03)}.course-card-wrapper .cover-video{position:absolute;inset:0;z-index:5;background:#020617;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.3s ease,visibility 0.3s ease}.course-card-wrapper .cover-video.active{opacity:1;visibility:visible;pointer-events:auto}.course-card-wrapper .cover-video video{width:100%;height:100%;object-fit:cover;display:block}.course-card-wrapper .video-close{position:absolute;top:10px;right:10px;z-index:6;width:34px;height:34px;border:0;border-radius:999px;background:rgb(15 23 42 / .78);color:#fff;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px)}.course-card-wrapper .card-body{padding:24px}.course-card-wrapper .card-title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:8px}.course-card-wrapper .card-desc{font-size:14px;line-height:1.9;color:#64748b;margin-bottom:20px}.course-card-wrapper .btn-group{display:flex;flex-direction:column;gap:12px}.course-card-wrapper .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 18px;border-radius:999px;border:none;text-decoration:none;cursor:pointer;font-size:15px;font-weight:700;transition:transform 0.18s ease,box-shadow 0.18s ease,background 0.18s ease,color 0.18s ease,border-color 0.18s ease}.course-card-wrapper .btn:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.course-card-wrapper .btn-primary .play-icon{width:18px;height:18px;flex-shrink:0;transition:transform 0.18s ease}.course-card-wrapper .btn-primary:hover .play-icon{transform:scale(1.12)}.course-card-wrapper .btn-primary{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 100%);box-shadow:0 12px 24px rgb(15 23 42 / .22)}.course-card-wrapper .btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgb(15 23 42 / .28)}.course-card-wrapper .btn-secondary{color:#0f172a;background:#fff0;border:1.5px solid rgb(15 23 42 / .22);box-shadow:none}.course-card-wrapper .btn-secondary:hover{color:#1e3a8a;background:rgb(30 64 175 / .06);border-color:rgb(30 64 175 / .55);transform:translateY(-1px);box-shadow:0 10px 22px rgb(15 23 42 / .1)}@media (max-width:480px){.course-card-wrapper .card-cover{padding:12px 12px 0}.course-card-wrapper .cover-box{border-radius:14px}.course-card-wrapper .card-body{padding:20px}}#ep-blog-app{--ep-primary:#1680ee;--ep-primary-dark:#0860c3;--ep-secondary:#5547df;--ep-text:#172033;--ep-muted:#687386;--ep-glass-bg:rgba(255, 255, 255, 0.68);--ep-glass-strong:rgba(255, 255, 255, 0.93);--ep-glass-border:rgba(255, 255, 255, 0.90);--ep-soft-bg:#edf2f9;width:100%;padding:40px 15px 55px;color:var(--ep-text);font-family:inherit}#ep-blog-app,#ep-blog-app *,#ep-blog-app *::before,#ep-blog-app *::after{box-sizing:border-box}#ep-blog-app .ep-blog-container{width:100%;max-width:1060px;margin:0 auto}#ep-blog-app .ep-blog-header{margin-bottom:28px;text-align:center}#ep-blog-app .ep-blog-label{display:block;margin-bottom:8px;color:var(--ep-primary);font-size:.92rem;font-weight:700}#ep-blog-app .ep-blog-title{margin:0;color:var(--ep-text);font-size:clamp(1.65rem, 4vw, 2.35rem);font-weight:800;line-height:1.5}#ep-blog-app .ep-blog-line{display:block;width:72px;height:4px;margin:14px auto 0;border-radius:99px;background:linear-gradient(90deg,var(--ep-primary),var(--ep-secondary))}#ep-blog-app .ep-filter-area{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;margin:0 auto 30px;text-align:center}#ep-blog-app .ep-filter-label{color:var(--ep-text);font-size:.95rem;font-weight:800}#ep-blog-app .ep-dropdown{position:relative;width:min(100%, 340px)}#ep-blog-app .ep-dropdown-toggle{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:54px;padding:12px 48px;border:1px solid var(--ep-glass-border);border-radius:16px;outline:none;background:var(--ep-glass-bg);color:var(--ep-text);box-shadow:0 9px 28px rgb(31 41 55 / .1);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);font-family:inherit;font-size:.96rem;font-weight:800;text-align:center;cursor:pointer;transition:0.25s ease}#ep-blog-app .ep-dropdown-toggle:hover,#ep-blog-app .ep-dropdown.is-open .ep-dropdown-toggle{border-color:rgb(22 128 238 / .6);background:var(--ep-glass-strong);box-shadow:0 12px 30px rgb(22 128 238 / .16)}#ep-blog-app .ep-dropdown-arrow{position:absolute;top:50%;left:18px;color:var(--ep-primary);font-size:1.35rem;font-weight:900;line-height:1;transform:translateY(-58%);transition:transform 0.22s ease}#ep-blog-app .ep-dropdown.is-open .ep-dropdown-arrow{transform:translateY(-42%) rotate(180deg)}#ep-blog-app .ep-dropdown-menu{position:absolute;z-index:9999;top:calc(100% + 9px);right:0;left:0;display:none;max-height:292px;overflow-y:auto;padding:7px;border:1px solid var(--ep-glass-border);border-radius:16px;background:rgb(255 255 255 / .94);box-shadow:0 18px 38px rgb(31 41 55 / .18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);scrollbar-width:thin;scrollbar-color:rgb(22 128 238 / .6) rgb(224 231 241 / .65)}#ep-blog-app .ep-dropdown-menu::-webkit-scrollbar{width:7px}#ep-blog-app .ep-dropdown-menu::-webkit-scrollbar-track{border-radius:12px;background:rgb(224 231 241 / .65)}#ep-blog-app .ep-dropdown-menu::-webkit-scrollbar-thumb{border-radius:12px;background:rgb(22 128 238 / .6)}#ep-blog-app .ep-dropdown.is-open .ep-dropdown-menu{display:block;animation:ep-dropdown-show 0.18s ease both}@keyframes ep-dropdown-show{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}#ep-blog-app .ep-dropdown-option{display:block;width:100%;min-height:45px;padding:10px 15px;border:0;border-radius:11px;background:#fff0;color:var(--ep-text);font-family:inherit;font-size:.93rem;font-weight:700;text-align:center;cursor:pointer;transition:0.2s ease}#ep-blog-app .ep-dropdown-option:hover{background:rgb(22 128 238 / .1);color:var(--ep-primary)}#ep-blog-app .ep-dropdown-option.ep-selected{background:linear-gradient(135deg,var(--ep-primary),var(--ep-secondary));color:#fff;box-shadow:0 6px 15px rgb(22 128 238 / .23)}#ep-blog-app .ep-blog-status{min-height:24px;margin-bottom:15px;color:var(--ep-muted);font-size:.9rem;text-align:center}#ep-blog-app .ep-blog-status.ep-error{color:#b42318}#ep-blog-app .ep-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}#ep-blog-app .ep-post-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--ep-glass-border);border-radius:22px;background:var(--ep-glass-bg);box-shadow:0 14px 40px rgb(31 41 55 / .1);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:transform 0.3s ease,box-shadow 0.3s ease}#ep-blog-app .ep-post-card:hover{transform:translateY(-7px);box-shadow:0 20px 48px rgb(31 41 55 / .17)}#ep-blog-app .ep-post-image-link{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:22px 22px 0 0;background:var(--ep-soft-bg)}#ep-blog-app .ep-post-image{display:block;width:100%;height:100%;background:var(--ep-soft-bg);object-fit:contain;object-position:center;transition:transform 0.45s ease}#ep-blog-app .ep-post-card:hover .ep-post-image{transform:scale(1.03)}#ep-blog-app .ep-post-content{display:flex;flex:1;flex-direction:column;padding:23px}#ep-blog-app .ep-post-date{display:block;margin-bottom:10px;color:var(--ep-muted);font-size:.8rem}#ep-blog-app .ep-post-title{margin:0 0 12px;font-size:1.17rem;font-weight:800;line-height:1.75}#ep-blog-app .ep-post-title a{color:var(--ep-text);text-decoration:none}#ep-blog-app .ep-post-title a:hover{color:var(--ep-primary)}#ep-blog-app .ep-post-excerpt{display:-webkit-box;overflow:hidden;margin:0 0 20px;color:#5d687a;font-size:.92rem;line-height:1.95;-webkit-box-orient:vertical;-webkit-line-clamp:3}#ep-blog-app .ep-post-read-more{display:inline-flex;align-items:center;gap:7px;width:fit-content;margin-top:auto;color:var(--ep-primary);font-size:.9rem;font-weight:800;text-decoration:none}#ep-blog-app .ep-post-read-more:hover{color:var(--ep-primary-dark)}#ep-blog-app .ep-load-more-wrapper{display:flex;justify-content:center;margin-top:36px}#ep-blog-app .ep-load-more-button{display:inline-flex;align-items:center;justify-content:center;min-width:185px;min-height:50px;gap:10px;border:1px solid var(--ep-glass-border);border-radius:16px;background:var(--ep-glass-bg);color:var(--ep-primary);box-shadow:0 8px 24px rgb(31 41 55 / .08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);font-family:inherit;font-size:.92rem;font-weight:800;cursor:pointer;transition:0.25s ease}#ep-blog-app .ep-load-more-button:hover:not(:disabled){transform:translateY(-2px);background:var(--ep-primary);color:#fff}#ep-blog-app .ep-load-more-button:disabled{opacity:.65;cursor:wait}#ep-blog-app .ep-loader{display:none;width:17px;height:17px;border:2px solid currentColor;border-left-color:#fff0;border-radius:50%;animation:ep-rotate 0.8s linear infinite}#ep-blog-app .ep-load-more-button.ep-loading .ep-loader{display:inline-block}@keyframes ep-rotate{to{transform:rotate(360deg)}}#ep-blog-app .ep-loading-message,#ep-blog-app .ep-empty-message{grid-column:1 / -1;padding:40px 20px;border:1px dashed rgb(100 116 139 / .35);border-radius:20px;background:rgb(255 255 255 / .48);color:var(--ep-muted);line-height:1.8;text-align:center}@media (max-width:700px){#ep-blog-app{padding:30px 12px 45px}#ep-blog-app .ep-dropdown{width:100%}#ep-blog-app .ep-dropdown-toggle{min-height:52px}#ep-blog-app .ep-dropdown-menu{max-height:260px}#ep-blog-app .ep-post-grid{grid-template-columns:1fr;gap:18px}#ep-blog-app .ep-post-content{padding:19px}#ep-blog-app .ep-post-title{font-size:1.08rem}}.html-newsletter-box,.html-newsletter-box *{box-sizing:border-box!important}.html-newsletter-box{width:100%!important;max-width:850px!important;margin:30px auto!important;padding:32px 36px!important;background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;box-shadow:0 8px 24px rgb(0 0 0 / .06)!important;direction:rtl!important;text-align:right!important;overflow:hidden!important}.html-newsletter-box .html-newsletter-form{width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.html-newsletter-box .html-newsletter-hp{position:absolute!important;top:-9999px!important;right:-9999px!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;border:0!important}.html-newsletter-box .html-newsletter-heading{margin:0 0 24px!important;padding:0!important;text-align:center!important}.html-newsletter-box .html-newsletter-heading h2{margin:0 0 9px!important;padding:0!important;color:#014f8f!important;font-family:inherit!important;font-size:24px!important;font-weight:700!important;line-height:1.5!important}.html-newsletter-box .html-newsletter-heading p{margin:0!important;padding:0!important;color:#64748b!important;font-family:inherit!important;font-size:14px!important;font-weight:400!important;line-height:1.9!important;text-align:center!important}.html-newsletter-box .html-newsletter-row{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:650px!important;margin:0 auto!important}.html-newsletter-box .html-newsletter-email-field{position:relative!important;display:block!important;flex:1 1 auto!important;width:100%!important;min-width:0!important}.html-newsletter-box .html-newsletter-email-field input[type="email"]{display:block!important;width:100%!important;min-width:0!important;height:50px!important;margin:0!important;padding:10px 16px!important;border:1px solid #cbd5e1!important;border-radius:8px!important;outline:none!important;background:#f8fafc!important;color:#1e293b!important;font-family:inherit!important;font-size:14px!important;direction:ltr!important;text-align:left!important;box-shadow:none!important}.html-newsletter-box .html-newsletter-email-field input[type="email"]:focus{border-color:#014f8f!important;background:#ffffff!important;box-shadow:0 0 0 3px rgb(1 79 143 / .12)!important}.html-newsletter-box .html-newsletter-email-placeholder{position:absolute!important;top:50%!important;right:16px!important;transform:translateY(-50%)!important;color:#94a3b8!important;font-family:inherit!important;font-size:14px!important;line-height:1!important;pointer-events:none!important;transition:opacity 0.15s ease!important}.html-newsletter-box .html-newsletter-email-placeholder b{color:#e11d48!important;font-size:17px!important;font-weight:700!important;vertical-align:middle!important}.html-newsletter-box .html-newsletter-email-field:focus-within .html-newsletter-email-placeholder,.html-newsletter-box .html-newsletter-email-field.has-value .html-newsletter-email-placeholder{opacity:0!important}.html-newsletter-box .html-newsletter-row button{display:block!important;flex:0 0 auto!important;min-width:160px!important;height:50px!important;margin:0!important;padding:10px 20px!important;border:0!important;border-radius:8px!important;background:#014f8f!important;color:#ffffff!important;font-family:inherit!important;font-size:15px!important;font-weight:600!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important;box-shadow:none!important;transition:background-color 0.2s ease!important}.html-newsletter-box .html-newsletter-row button:hover{background:#013d70!important}.html-newsletter-box .html-newsletter-row button:disabled{opacity:0.65!important;cursor:not-allowed!important}.html-newsletter-box .html-newsletter-message{display:none!important;width:100%!important;max-width:650px!important;margin:15px auto 0!important;padding:11px 12px!important;border-radius:8px!important;font-size:13px!important;line-height:1.8!important;text-align:center!important}.html-newsletter-box .html-newsletter-message.is-success{display:block!important;color:#166534!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.html-newsletter-box .html-newsletter-message.is-error{display:block!important;color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important}@media (max-width:600px){.html-newsletter-box{padding:22px 18px!important}.html-newsletter-box .html-newsletter-heading h2{font-size:21px!important}.html-newsletter-box .html-newsletter-row{flex-direction:column!important;align-items:stretch!important}.html-newsletter-box .html-newsletter-email-field,.html-newsletter-box .html-newsletter-row button{width:100%!important}.html-newsletter-box .html-newsletter-row button{min-width:0!important}}.html-contact-box,.html-contact-box *{box-sizing:border-box!important}.html-contact-box{width:100%!important;max-width:680px!important;margin:25px auto!important;padding:28px 30px!important;direction:rtl!important;text-align:right!important;background:#ffffff!important;border:1px solid #e2e8f0!important;border-radius:14px!important;box-shadow:0 8px 24px rgb(0 0 0 / .05)!important}.html-contact-heading{margin-bottom:22px!important;text-align:center!important}.html-contact-heading h2{margin:0 0 6px!important;color:#014F8F!important;font-family:inherit!important;font-size:23px!important;font-weight:700!important}.html-contact-heading p{margin:0!important;color:#64748b!important;font-family:inherit!important;font-size:13.5px!important;line-height:1.8!important}.html-contact-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.html-contact-field{width:100%!important}.html-contact-full{grid-column:1 / -1!important}.html-contact-field label{display:block!important;margin:0 0 6px!important;color:#334155!important;font-family:inherit!important;font-size:13.5px!important;font-weight:600!important}.html-contact-field label b{color:#e11d48!important;font-size:15px!important}.html-contact-field input,.html-contact-field textarea{display:block!important;width:100%!important;margin:0!important;padding:11px 14px!important;border:1px solid #cbd5e1!important;border-radius:8px!important;outline:none!important;background:#f8fafc!important;color:#1e293b!important;font-family:inherit!important;font-size:14px!important;line-height:1.6!important;transition:border-color 0.2s ease,box-shadow 0.2s ease!important}.html-contact-field input{height:48px!important}.html-contact-field textarea{min-height:120px!important;resize:vertical!important}.html-contact-field input:focus,.html-contact-field textarea:focus{border-color:#014F8F!important;background:#ffffff!important;box-shadow:0 0 0 3px rgb(1 79 143 / .12)!important}.html-contact-submit{display:block!important;width:100%!important;min-height:48px!important;margin:20px 0 0!important;padding:12px 20px!important;border:0!important;border-radius:8px!important;background:#014F8F!important;color:#ffffff!important;font-family:inherit!important;font-size:15px!important;font-weight:700!important;cursor:pointer!important;transition:background-color 0.2s ease,transform 0.1s ease!important}.html-contact-submit:hover{background:#013e70!important}.html-contact-submit:active{transform:scale(.99)!important}.html-contact-message{display:none;margin:14px 0 0!important;padding:12px 14px!important;border-radius:8px!important;font-family:inherit!important;font-size:13px!important;line-height:1.9!important;text-align:center!important}.html-contact-message.is-success{display:block!important;color:#166534!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}.html-contact-message.is-error{display:block!important;color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important}.html-contact-hp{position:absolute!important;top:-9999px!important;right:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}@media (max-width:600px){.html-contact-box{padding:20px 16px!important}.html-contact-grid{grid-template-columns:1fr!important;gap:14px!important}.html-contact-heading h2{font-size:20px!important}}برای رفع این مشکل، در بخش `@media (max-width:768px)`، استایل کلاس `.pgm-actions` را تغییر دادم تا در حالت موبایل دکمه‌ها به‌صورت ستونی (عمودی) قرار بگیرند و از هم فاصله بگیرند. همچنین کد کامل CSS را برایتان بازنویسی کردم. در این نسخه جدید، در موبایل، دکمه "بعدی" در بالا و "قبلی" در پایین قرار می‌گیرد و با `gap` از هم جدا می‌شوند. ```css .pgm-container{max-width:750px;width:100%;margin:35px auto;padding:0 15px;box-sizing:border-box;font-family:inherit;color:#0f172a}.pgm-card{background:#fff;border-radius:20px;box-shadow:0 12px 45px rgb(1 79 143 / .08);border:1px solid #e2e8f0;padding:35px}.pgm-header{text-align:center;margin-bottom:30px}.pgm-badge{display:inline-block;background:#e6f0f8;color:#014f8f;font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:20px;margin-bottom:12px;letter-spacing:.5px}.pgm-header h2{font-size:25px;font-weight:800;color:#014f8f;margin:0 0 8px 0}.pgm-header p{color:#64748b;font-size:14px;margin:0}.pgm-progress-container{background:#e2e8f0;height:7px;border-radius:6px;margin:25px 0 10px 0;overflow:hidden}.pgm-progress-bar{background:linear-gradient(90deg,#014f8f,#0284c7);height:100%;width:25%;transition:width 0.35s ease}.pgm-steps-label{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8;font-weight:600}.pgm-steps-label .step-lbl.active{color:#014f8f}.pgm-step-pane{display:none}.pgm-step-pane.active{display:block}.pgm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pgm-field label{display:block;font-size:13px;font-weight:700;margin-bottom:8px;color:#1e293b}.pgm-select,.pgm-input,.pgm-textarea,.pgm-file-input{width:100%;padding:12px 14px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:13px;box-sizing:border-box;background-color:#f8fafc;transition:all 0.2s}.pgm-select:focus,.pgm-input:focus,.pgm-textarea:focus{border-color:#014f8f;outline:none;background-color:#fff;box-shadow:0 0 0 3px rgb(1 79 143 / .12)}.pgm-other-input{width:100%;padding:10px;border:1px dashed #014f8f;border-radius:8px;font-size:12px;box-sizing:border-box;margin-top:8px;display:none}.pgm-hint{display:block;font-size:11px;color:#64748b;margin-top:5px}.pgm-voice-recorder{display:flex;align-items:center;gap:15px;background:#f1f5f9;padding:15px;border-radius:10px}.pgm-btn-record{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:12px}.pgm-timer{font-weight:700;color:#014f8f;font-size:14px}.pgm-actions{display:flex;justify-content:space-between;margin-top:30px;padding-top:20px;border-top:1px solid #f1f5f9}.pgm-btn{padding:12px 24px;border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;border:none;transition:all 0.2s}.pgm-btn-next,.pgm-btn-submit{background:#014f8f;color:#fff}.pgm-btn-next:hover,.pgm-btn-submit:hover{background:#013b6b}.pgm-btn-prev{background:#e2e8f0;color:#475569}.pgm-report-box{display:flex;gap:30px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px;margin-top:20px}.pgm-score-circle{min-width:130px;height:130px;border-radius:50%;background:linear-gradient(135deg,#014f8f,#0284c7);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 20px rgb(1 79 143 / .3)}.pgm-score-circle span{font-size:32px;font-weight:800}.pgm-score-circle small{font-size:11px;opacity:.9}.pgm-report-content h3{margin:0 0 10px 0;font-size:18px;color:#014f8f}.pgm-disclaimer{font-size:12.5px;line-height:1.8;color:#475569;background:#fff;padding:12px;border-radius:8px;border-right:3px solid #014f8f}.pgm-axis-bars{margin-top:15px;display:grid;grid-template-columns:1fr 1fr;gap:15px}.axis-item .axis-lbl{display:flex;justify-content:space-between;font-size:12px;font-weight:700;margin-bottom:5px}.axis-track{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.axis-fill{height:100%;background:#014f8f;width:0%;transition:width 1s ease-in-out}@media(max-width:768px){.pgm-grid,.pgm-axis-bars{grid-template-columns:1fr}.pgm-report-box{flex-direction:column;align-items:center}.pgm-actions{flex-direction:column-reverse;gap:12px}.pgm-btn{width:100%}}``` .custom-footer,.custom-footer *{box-sizing:border-box!important}.custom-footer{width:100%!important;margin:0 auto!important;padding:30px 15px 25px!important;background-color:#0d284f!important;color:#ffffff!important;direction:rtl!important;text-align:center!important;font-family:'Vazirmatn',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.custom-footer .footer-content{width:100%!important;max-width:800px!important;margin:0 auto!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.custom-footer .footer-title{width:100%!important;margin:0 0 16px 0!important;padding:0!important;color:#ffffff!important;font-size:1.05rem!important;font-weight:600!important;line-height:1.5!important;text-align:center!important}.custom-footer .social-wrapper{width:100%!important;margin:0 auto 16px auto!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;flex-wrap:wrap!important;list-style:none!important;text-align:center!important}.custom-footer .social-wrapper,.custom-footer .social-wrapper ul,.custom-footer .social-wrapper li{margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.custom-footer .social-wrapper li{width:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;list-style:none!important}.custom-footer .social-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 44px!important;flex-shrink:0!important;border:1px solid rgb(255 255 255 / .14)!important;border-radius:50%!important;background:rgb(255 255 255 / .05)!important;color:#ffffff!important;font-size:19px!important;line-height:1!important;text-align:center!important;text-decoration:none!important;transition:transform 0.3s ease,color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease,box-shadow 0.3s ease!important}.custom-footer .social-icon i,.custom-footer .social-icon span{width:auto!important;height:auto!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;text-align:center!important}.custom-footer .social-icon.aparat svg{width:20px!important;height:20px!important;display:block!important;margin:0!important;padding:0!important;fill:#ffffff!important;transition:fill 0.3s ease!important}.custom-footer .social-icon:hover{transform:translateY(-4px)!important}.custom-footer .social-icon.linkedin:hover{color:#0077b5!important;border-color:#0077b5!important;background:rgb(0 119 181 / .15)!important;box-shadow:0 6px 14px rgb(0 119 181 / .25)!important}.custom-footer .social-icon.youtube:hover{color:#ff0000!important;border-color:#ff0000!important;background:rgb(255 0 0 / .15)!important;box-shadow:0 6px 14px rgb(255 0 0 / .25)!important}.custom-footer .social-icon.instagram:hover{color:#e1306c!important;border-color:#e1306c!important;background:rgb(225 48 108 / .15)!important;box-shadow:0 6px 14px rgb(225 48 108 / .25)!important}.custom-footer .social-icon.aparat:hover{border-color:#ea1d5d!important;background:rgb(234 29 93 / .15)!important;box-shadow:0 6px 14px rgb(234 29 93 / .25)!important}.custom-footer .social-icon.aparat:hover svg{fill:#ea1d5d!important}.custom-footer .social-icon.telegram:hover{color:#229ed9!important;border-color:#229ed9!important;background:rgb(34 158 217 / .15)!important;box-shadow:0 6px 14px rgb(34 158 217 / .25)!important}.custom-footer .footer-bottom{width:100%!important;margin:0!important;padding:0!important;border-top:none!important;color:#ffffff!important;font-size:0.84rem!important;font-weight:400!important;line-height:1.6!important;text-align:center!important}@media (max-width:600px){.custom-footer{padding:25px 12px 22px!important}.custom-footer .footer-content,.custom-footer .footer-title,.custom-footer .social-wrapper,.custom-footer .footer-bottom{width:100%!important;max-width:100%!important;text-align:center!important}.custom-footer .social-wrapper{gap:10px!important}.custom-footer .social-icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important}}