بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۶۴ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:


<html lang="fa" dir="center">
<html lang="fa" dir="rtl">
 
<head>
<head>


خط ۶: خط ۷:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1.0">


<title>چاپ و تبلیغات | چاپ تراکت، پوستر، کارت ویزیت و خدمات تبلیغاتی</title>
<title>محمدرضا شایق | مدرس خودشناسی</title>


<meta name="description"
<meta name="description"
content="خدمات چاپ و تبلیغات شامل چاپ تراکت، پوستر، کارت ویزیت، بنر، فلکس، هولوگرام و طراحی لوگو با کیفیت بالا و قیمت مناسب. سفارش چاپ و تبلیغات حرفه‌ای.">
content="محمدرضا شایق، مدرس خودشناسی و توسعه فردی؛ آموزش خودشناسی، آگاهی فردی و رشد شخصی.">
 
<meta name="keywords"
content="چاپ و تبلیغات, چاپ تراکت, چاپ پوستر, چاپ کارت ویزیت, چاپ هولوگرام, چاپ بنر, چاپ فلکس, طراحی لوگو, خدمات چاپ, تبلیغات">


<meta name="robots" content="index, follow">
<link rel="preconnect" href="https://fonts.googleapis.com">
<meta name="author" content="چاپ و تبلیغات">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>


<link rel="canonical" href="https://example.com/">
<link href="https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet">


<!-- Font Awesome -->
<link rel="stylesheet"
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<!-- =========================
    CSS
========================= -->


<style>
<style>


@font-face {
    font-family: IRANSans;
    src: local("IRANSans");
}


:root {
#content {
        width: 95% !important; /* اجازه بده عرض صفحه زیاد شود */
        max-width: none !important; /* هرگونه سقف عرض را حذف کن */
        margin: 0 auto !important; /* وسط‌چین کردن کانتینر بزرگ شده */
    }


     --primary:#e63946;
     /* اگر قالب شما از کلاس‌های دیگری برای بدنه استفاده می‌کند */
    --primary-dark:#c62835;
    .mw-body {
        width: 95% !important;
        max-width: none !important;
    }


    --secondary:#111827;


    --accent:#ffb703;
/* =========================================================
  ROOT
========================================================= */


    --light:#f7f8fa;
:root{


     --white:#ffffff;
     --black:#050505;
    --black-2:#0c0c0c;
    --black-3:#141414;


     --text:#202124;
     --gold:#f4b942;
    --gold-dark:#d79b20;
    --gold-light:rgba(244,185,66,.12);


     --muted:#6b7280;
    --white:#ffffff;
    --text:#f4f4f4;
     --muted:#a1a1a1;


     --border:#e5e7eb;
     --border:rgba(255,255,255,.09);


     --shadow:
     --shadow:
         0 8px 30px rgba(0,0,0,.08);
         0 15px 45px rgba(0,0,0,.35);


     --radius:18px;
     --sidebar:105px;
 
    /* فاصله سایدبار از لبه چپ و بالای مانیتور — فقط این عدد را تغییر بده */
    --sidebar-offset-top:-20px;
    --sidebar-offset-left:40px;


    --max-width:1200px;
}
}


* {
 
/* =========================================================
  RESET
========================================================= */
 
*,
*::before,
*::after{
     box-sizing:border-box;
     box-sizing:border-box;
    margin:0;
    padding:0;
}
}


html {
html{
     scroll-behavior:smooth;
     scroll-behavior:smooth;
    scroll-padding-top:20px;
}
}


body {
body{
 
    margin:0;
 
    text-align:center;


     font-family:
     font-family:
         IRANSans,
         "Vazirmatn",
         Tahoma,
         Tahoma,
         Arial,
         Arial,
         sans-serif;
         sans-serif;


     background:var(--white);
     background:var(--black);


     color:var(--text);
     color:var(--text);
خط ۸۶: خط ۱۰۳:


     overflow-x:hidden;
     overflow-x:hidden;
}
}


img {
body.section-locked{
 
    overflow:hidden;
 
}


    max-width:100%;
img{


     display:block;
     display:block;
    max-width:100%;


     height:auto;
     height:auto;
}
}


a {
a{


     text-decoration:none;
     text-decoration:none;


     color:inherit;
     color:inherit;
}
}


.container {
button,
input,
textarea{


     width:92%;
     font-family:inherit;


    max-width:var(--max-width);
    margin:auto;
}
}


ul{


/* =========================
    padding:0;
  HEADER
========================= */


.header {
    margin:0;


     position:sticky;
     list-style:none;
 
    top:0;
 
    z-index:1000;
 
    background:rgba(255,255,255,.96);


    backdrop-filter:blur(12px);
    border-bottom:1px solid var(--border);
}
}


.header-inner {


    min-height:70px;
/* =========================================================
  PAGE
========================================================= */


    display:flex;
.page{


     align-items:center;
     min-height:100vh;


     justify-content:space-between;
     background:var(--black);


    gap:15px;
}
}


.logo {


    display:flex;
/* =========================================================
  LEFT ICON SIDEBAR
========================================================= */
 
.left-sidebar{
margin-top:calc(var(--sidebar) + var(--sidebar-offset-top));
margin-left:calc(var(--sidebar) + var(--sidebar-offset-left));


     align-items:center;
     position:fixed;


     gap:10px;
     top:0;


     font-size:18px;
     left:0;


     font-weight:900;
     width:var(--sidebar);


     white-space:nowrap;
     height:100vh;
}


.logo-icon {
    background:#000;


     width:42px;
     border-right:
        1px solid rgba(255,255,255,.08);


     height:42px;
     z-index:9999;


     display:flex;
     display:flex;
    flex-direction:column;


     align-items:center;
     align-items:center;


     justify-content:center;
     padding:25px 0;


    background:var(--primary);
}


    color:#fff;


    border-radius:12px;
/* =========================================================
  LOGO
========================================================= */


    font-size:20px;
.sidebar-logo{
}


.desktop-menu {
    width:100%;
 
    text-align:center;
 
    padding-bottom:25px;
 
    margin-bottom:20px;
 
    border-bottom:
        1px solid rgba(255,255,255,.08);


    display:none;
}
}


.header-call {
.logo-circle{


     display:flex;
     width:48px;
 
    height:48px;
 
    margin:auto;


     align-items:center;
     border-radius:50%;


     justify-content:center;
     display:grid;


     width:44px;
     place-items:center;


     height:44px;
     background:var(--gold);


     border-radius:12px;
     color:#000;


     background:#fff0f1;
     font-size:1.15rem;


     color:var(--primary);
     box-shadow:
        0 8px 25px rgba(244,185,66,.2);


    font-size:18px;
}
}


.sidebar-logo h2{


/* =========================
    display:none;
  HERO
========================= */
 
.hero {


    padding:20px 0 30px;
}
}


.hero-box {
.sidebar-logo span{


     position:relative;
     display:none;


    min-height:480px;
}


    border-radius:24px;


    overflow:hidden;
/* =========================================================
  ICON MENU
========================================================= */


    background:
.sidebar-menu{


     linear-gradient(
     width:100%;
        135deg,
        rgba(17,24,39,.96),
        rgba(17,24,39,.72)
    );


     display:flex;
     display:flex;
    flex-direction:column;


     align-items:center;
     align-items:center;
}


.hero-bg {
    gap:8px;


    position:absolute;
}


    inset:0;
.sidebar-menu li{


     background-image:
     width:100%;
    url("https://images.unsplash.com/photo-1586953208448-b95a79798f07?auto=format&fit=crop&w=1600&q=80");


     background-size:cover;
     display:flex;


     background-position:center;
     justify-content:center;


    opacity:.38;
}
}


.hero-overlay {
.sidebar-menu a{
 
    position:relative;


     position:absolute;
     width:50px;


     inset:0;
     height:50px;


     background:
     display:grid;
    linear-gradient(
        90deg,
        rgba(0,0,0,.9),
        rgba(0,0,0,.45)
    );
}


.hero-content {
    place-items:center;


     position:relative;
     border-radius:14px;


     z-index:2;
     color:#777;


     color:#fff;
     font-size:1.05rem;


     padding:35px 25px;
     transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;


    max-width:750px;
}
}


.hero-badge {


    display:inline-flex;
/* Tooltip */


    padding:5px 13px;
.sidebar-menu a::after{


     margin-bottom:14px;
     content:attr(data-title);


     background:rgba(255,183,3,.15);
     position:absolute;


     border:1px solid rgba(255,183,3,.5);
     left:68px;


     color:var(--accent);
     top:50%;


     border-radius:50px;
     transform:
        translateY(-50%)
        translateX(-5px);


     font-size:13px;
     white-space:nowrap;


     font-weight:bold;
     background:#181818;
}


.hero h1 {
    border:
        1px solid rgba(255,255,255,.1);


     font-size:clamp(28px,7vw,54px);
     color:#fff;


     line-height:1.35;
     padding:6px 12px;


     margin-bottom:15px;
     border-radius:8px;


     font-weight:900;
     font-family:
}
        "Vazirmatn",
        sans-serif;


.hero h1 span {
    font-size:.7rem;


     color:var(--accent);
     font-weight:600;
}


.hero p {
    opacity:0;


     color:#f1f1f1;
     pointer-events:none;


     font-size:15px;
     transition:
        opacity .2s ease,
        transform .2s ease;


     max-width:650px;
     box-shadow:
        0 8px 25px rgba(0,0,0,.4);


    margin-bottom:25px;
}
}


.hero-buttons {
.sidebar-menu a:hover::after{


     display:flex;
     opacity:1;


     flex-direction:column;
     transform:
        translateY(-50%)
        translateX(0);


    gap:10px;
}
}


.btn {
.sidebar-menu a:hover{


     display:flex;
     color:var(--gold);


     align-items:center;
     background:var(--gold-light);


     justify-content:center;
     transform:translateX(2px);


    gap:9px;
}


    min-height:50px;
.sidebar-menu a.active{


     padding:0 20px;
     color:#000;


     border-radius:12px;
     background:var(--gold);


     font-weight:bold;
     box-shadow:
        0 8px 25px rgba(244,185,66,.18);


    transition:.25s;
}
}


.btn-primary {


    background:var(--primary);
/* =========================================================
  SIDEBAR SOCIAL
========================================================= */


     color:#fff;
.sidebar-bottom{
}
 
     margin-top:auto;


.btn-primary:hover {
    width:100%;


     background:var(--primary-dark);
     padding-top:20px;


     transform:translateY(-2px);
     border-top:
}
        1px solid rgba(255,255,255,.08);


.btn-light {
    display:flex;


     background:#fff;
     justify-content:center;


    color:#111827;
}
}


.btn-light:hover {
.sidebar-social{


     transform:translateY(-2px);
     display:flex;
}


    flex-direction:column;


/* =========================
    gap:7px;
  TRUST FEATURES
========================= */


.features {
}


     padding:20px 0 40px;
.sidebar-social a{
}
 
     width:38px;


.feature-grid {
    height:38px;


     display:grid;
     display:grid;


     grid-template-columns:repeat(2,1fr);
     place-items:center;


     gap:12px;
     border-radius:10px;
}
 
    background:#111;
 
    color:#777;


.feature {
    font-size:.8rem;


     background:#fff;
     transition:.2s;


    border:1px solid var(--border);
}


    border-radius:16px;
.sidebar-social a:hover{


     padding:20px 12px;
     color:#000;


     text-align:center;
     background:var(--gold);


    box-shadow:var(--shadow);
}
}


.feature-icon {


    width:48px;
/* =========================================================
  MAIN
========================================================= */


    height:48px;
.main-content{


     margin:0 auto 10px;
     margin-left:calc(var(--sidebar) + var(--sidebar-offset));


     display:flex;
     min-width:0;


    align-items:center;
}


    justify-content:center;


    border-radius:14px;
/* =========================================================
  MOBILE HEADER
========================================================= */


    background:#fff1f2;
.mobile-header{


     color:var(--primary);
     display:none;


    font-size:20px;
}
}


.feature h2 {


    font-size:15px;
/* =========================================================
  CONTAINER
========================================================= */


    margin-bottom:3px;
.container{
}


.feature p {
    width:min(
        calc(100% - 70px),
        1120px
    );


     font-size:12px;
     margin-inline:auto;


    color:var(--muted);
}
}




/* =========================
/* =========================================================
   SECTION HEADER
   SECTION
========================= */
========================================================= */


.section {
.section{


     padding:45px 0;
    position:relative;
}
 
     padding:55px 0;


.section-header {
    min-height:auto;


     margin-bottom:25px;
     display:flex;


     text-align:center;
     align-items:center;
}


.section-title {
    background:#080808;


    font-size:25px;
}


    font-weight:900;
.section:nth-child(even){


     color:var(--secondary);
     background:#0d0d0d;


    margin-bottom:7px;
}
}


.section-title span {


    color:var(--primary);
/* =========================================================
}
  SECTION TITLE
========================================================= */


.section-description {
.section-title{


     color:var(--muted);
     width:100%;


     font-size:14px;
     text-align:center;


     max-width:650px;
     margin-bottom:28px;


    margin:auto;
}
}


.section-title small{
    display:block;


/* =========================
    color:var(--gold);
  SERVICES
========================= */


.services-grid {
    font-size:.8rem;


     display:grid;
     font-weight:800;


     grid-template-columns:repeat(2,1fr);
     margin-bottom:8px;


    gap:12px;
}
}


.service-card {
.section-title h2{


     background:#fff;
     margin:0;


     border:1px solid var(--border);
     color:#fff;


     border-radius:18px;
     font-size:
        clamp(1.9rem,4vw,2.8rem);


     overflow:hidden;
     font-weight:900;


     transition:.3s;
     line-height:1.4;


    box-shadow:0 5px 20px rgba(0,0,0,.05);
}
}


.service-card:hover {
.section-title p{


     transform:translateY(-5px);
     max-width:650px;


     box-shadow:0 12px 30px rgba(0,0,0,.12);
     margin:12px 0 0;
}


.service-image {
    color:var(--muted);


     height:145px;
     font-size:.88rem;


    overflow:hidden;
}
}


.service-image img {


    width:100%;
/* =========================================================
  HERO
========================================================= */


    height:100%;
.hero{


     object-fit:cover;
     background:


    transition:.4s;
        radial-gradient(
}
            circle at 70% 25%,
            rgba(244,185,66,.09),
            transparent 32%
        ),


.service-card:hover .service-image img {
        #050505;


    transform:scale(1.06);
}
}


.service-content {
.hero-inner{


     padding:15px;
     max-width:900px;
}


.service-content h3 {
    margin:auto;


     font-size:16px;
     text-align:center;


    margin-bottom:5px;
}
}


.service-content p {
.hero-label{
 
    display:inline-flex;


     color:var(--muted);
     align-items:center;


     font-size:12px;
     gap:8px;


     line-height:1.8;
     padding:8px 17px;


     margin-bottom:10px;
     border-radius:50px;
}


.service-link {
    background:var(--gold-light);


     color:var(--primary);
     border:
        1px solid rgba(244,185,66,.15);


     font-size:12px;
     color:var(--gold);


     font-weight:bold;
     font-size:.78rem;


     display:flex;
     font-weight:800;


     align-items:center;
     margin-bottom:22px;


    gap:5px;
}
}


.hero-label i{


/* =========================
    font-size:.45rem;
  CATEGORY
========================= */
 
.category-section {


    background:var(--light);
}
}


.category-grid {
.hero h1{


     display:grid;
     margin:0;
 
    color:#fff;


     grid-template-columns:repeat(2,1fr);
     font-size:
        clamp(2.5rem,7vw,5rem);


     gap:12px;
     line-height:1.25;
}


.category {
    font-weight:900;


    min-height:110px;
}


    border-radius:17px;
.hero h1 span{


     padding:18px;
     display:block;


     background:#fff;
     color:var(--gold);


    display:flex;
}


    flex-direction:column;
.hero-subtitle{


     justify-content:center;
     margin-top:12px;


     align-items:center;
     color:#eee;


     text-align:center;
     font-size:
        clamp(1.05rem,3vw,1.4rem);


     border:1px solid var(--border);
     font-weight:700;


    transition:.3s;
}
}


.category:hover {
.hero-description{


     border-color:var(--primary);
     max-width:680px;


     transform:translateY(-3px);
     margin:18px auto 30px;
}


.category i {
    color:#999;


     font-size:25px;
     font-size:.95rem;


    color:var(--primary);
}


    margin-bottom:7px;
.hero-buttons{
}


.category strong {
    display:flex;


     font-size:14px;
     justify-content:flex-start;
}


.category span {
    flex-wrap:wrap;


     color:var(--muted);
     gap:12px;


    font-size:11px;
}
}


.btn{


/* =========================
    display:inline-flex;
  ABOUT
========================= */


.about {
    align-items:center;


     display:flex;
     justify-content:center;


     flex-direction:column;
     gap:8px;


     gap:25px;
     min-height:50px;
}


.about-image {
    padding:10px 23px;


     min-height:300px;
     border-radius:12px;


     border-radius:20px;
     font-size:.82rem;


     overflow:hidden;
     font-weight:800;
}


.about-image img {
    transition:
        transform .2s ease,
        box-shadow .2s ease;


    width:100%;
}


    height:100%;
.btn:hover{


     min-height:300px;
     transform:translateY(-3px);


    object-fit:cover;
}
}


.about-content h2 {
.btn-dark{
 
    background:#fff;


     font-size:25px;
     color:#000;


    margin-bottom:12px;
}
}


.about-content h2 span {
.btn-gold{


     color:var(--primary);
     background:var(--gold);
}


.about-content p {
    color:#000;


     color:var(--muted);
     box-shadow:
        0 10px 30px rgba(244,185,66,.12);


    font-size:14px;
    margin-bottom:15px;
}
}


.about-list {
.btn-outline{


     list-style:none;
     border:
        1px solid rgba(255,255,255,.15);
 
    color:#fff;


     display:grid;
     background:#0d0d0d;


    gap:8px;
}
}


.about-list li {


    display:flex;
/* =========================================================
  HERO INFO
========================================================= */


    gap:8px;
.hero-info{


     align-items:flex-start;
     margin-top:50px;


     font-size:13px;
     display:grid;
}


.about-list i {
    grid-template-columns:
        repeat(5,1fr);


     color:#16a34a;
     gap:12px;


    margin-top:5px;
}
}


.hero-info-box{


/* =========================
    padding:18px 10px;
  SPECIAL SERVICES
========================= */


.special-box {
    background:#0e0e0e;


     background:
     border:
        1px solid rgba(255,255,255,.08);
 
    border-radius:15px;
 
}


    linear-gradient(
.hero-info-box i{
        135deg,
        #111827,
        #252f3f
    );


     color:#fff;
     color:var(--gold);


     border-radius:22px;
     font-size:1.1rem;


    padding:30px 20px;
}
}


.special-grid {
.hero-info-box strong{


     display:grid;
     display:block;


     gap:15px;
     color:#fff;
}


.special-item {
    margin-top:4px;


     display:flex;
     font-size:.9rem;


    gap:13px;
}


    align-items:flex-start;
.hero-info-box span{


     padding:15px;
     display:block;


     background:rgba(255,255,255,.06);
     color:#777;


     border:1px solid rgba(255,255,255,.1);
     font-size:.68rem;


    border-radius:15px;
}
}


.special-icon {


    min-width:44px;
/* =========================================================
  ABOUT
========================================================= */


    height:44px;
.about-grid{


     border-radius:12px;
     display:grid;
 
    grid-template-columns:
        .9fr 1.1fr;


     display:flex;
     gap:60px;


     align-items:center;
     align-items:center;
    justify-content:center;
    background:var(--primary);


}
}


.special-item h3 {
.about-image{


     font-size:15px;
     padding:10px;


     margin-bottom:3px;
     background:#111;
}


.special-item p {
    border:
        1px solid rgba(255,255,255,.08);


     color:#d1d5db;
     border-radius:18px;


    font-size:12px;
}
}


.about-image img{
    width:100%;


/* =========================
    aspect-ratio:4/5;
  BLOG
========================= */


.blog-grid {
    object-fit:contain;


     display:grid;
     border-radius:12px;


     grid-template-columns:1fr;
     background:#161616;


    gap:15px;
}
}


.blog-card {
.about-content h2{


     border:1px solid var(--border);
     margin:0 0 15px;


     border-radius:18px;
     color:#fff;


     overflow:hidden;
     font-size:
        clamp(1.8rem,4vw,2.5rem);


    background:#fff;
}


    transition:.3s;
.about-content p{
}


.blog-card:hover {
    color:#999;


     transform:translateY(-4px);
     font-size:.9rem;


    box-shadow:var(--shadow);
}
}


.blog-image {
.about-list{


     height:180px;
     margin-top:22px;


    overflow:hidden;
}
}


.blog-image img {
.about-list li{


     width:100%;
     display:flex;


     height:100%;
     align-items:flex-start;


     object-fit:cover;
     gap:10px;
}


.blog-content {
    margin-bottom:11px;


     padding:16px;
     color:#ddd;
}


.blog-category {
    font-size:.84rem;


     font-size:11px;
     font-weight:600;


    color:var(--primary);
}


    font-weight:bold;
.about-list i{
}


.blog-content h3 {
    color:var(--gold);


     font-size:16px;
     margin-top:6px;


    margin:5px 0 7px;
}
}


.blog-content p {
    font-size:12px;


    color:var(--muted);
/* =========================================================
}
  COUNTERS
========================================================= */


.counters{


/* =========================
    background:#000 !important;
  CTA
========================= */


.cta {
    padding:20px 0 50px;
}
}


.cta-box {
.counter-grid{


     background:
     display:grid;


     linear-gradient(
     grid-template-columns:
        135deg,
         repeat(6,1fr);
         var(--primary),
        #b91c2c
    );


     color:#fff;
     gap:12px;


    border-radius:22px;
}


    padding:35px 20px;
.counter{


     text-align:center;
     text-align:center;
}


.cta-box h2 {
    padding:28px 10px;


     font-size:25px;
     border-right:
        1px solid rgba(255,255,255,.08);


    margin-bottom:10px;
}
}


.cta-box p {
.counter:last-child{
 
    font-size:14px;


     margin-bottom:20px;
     border-right:0;


    color:#ffe9eb;
}
}


.counter i{


/* =========================
    color:var(--gold);
  FOOTER
========================= */


.footer {
    font-size:1.35rem;


    background:#111827;
}


    color:#fff;
.counter strong{


     padding:45px 0 20px;
     display:block;
}


.footer-grid {
    color:#fff;


     display:grid;
     font-size:2rem;


    gap:30px;
}
}


.footer h3 {
.counter span{


     font-size:17px;
    color:#777;
 
     font-size:.72rem;


    margin-bottom:12px;
}
}


.footer p {


    color:#cbd5e1;
/* =========================================================
  SKILLS
========================================================= */


    font-size:13px;
.skills-grid{
}


.footer-links {
    max-width:1050px;


     list-style:none;
     margin:auto;


     display:grid;
     display:grid;


     gap:6px;
    grid-template-columns:
        repeat(2,1fr);
 
     gap:22px 28px;
 
}
}


.footer-links a {
.skill{
 
    padding:24px;
 
    background:#111;
 
    border:
        1px solid rgba(255,255,255,.07);
 
    border-radius:18px;


     color:#cbd5e1;
     min-height:230px;


     font-size:13px;
     text-align:right;


    transition:.2s;
}
}


.footer-links a:hover {
.skill-image{
    width:100%;
    height:135px;
    margin-bottom:18px;
    overflow:hidden;
    border-radius:14px;
    background:#181818;
    border:1px solid rgba(255,255,255,.06);
}


     color:#fff;
.skill-image img{
     width:100%;
    height:100%;
    object-fit:cover;
}
}


.contact-item {
.skill-title{


     display:flex;
     display:flex;


     align-items:center;
     justify-content:space-between;
 
    color:#eee;


     gap:10px;
     font-size:.83rem;


     margin-bottom:10px;
     font-weight:800;


     color:#cbd5e1;
     margin-bottom:9px;


    font-size:13px;
}
}


.contact-item i {
.skill-title span:last-child{


     color:var(--accent);
     color:var(--gold);


    width:20px;
}
}


.social {
.skill-bar{
 
    height:7px;
 
    background:#242424;


     display:flex;
     border-radius:50px;


     gap:8px;
     overflow:hidden;


    margin-top:15px;
}
}


.social a {
.skill-bar span{


     width:40px;
     display:block;


     height:40px;
     width:var(--width);


     border-radius:10px;
     height:100%;


     display:flex;
     background:var(--gold);
 
    align-items:center;
 
    justify-content:center;


     background:rgba(255,255,255,.08);
     border-radius:inherit;


    transition:.2s;
}
}


.social a:hover {


    background:var(--primary);
/* =========================================================
}
  CARDS
========================================================= */


.footer-bottom {
.cards-grid{


     margin-top:30px;
     width:100%;


     padding-top:15px;
     display:grid;
 
    border-top:1px solid rgba(255,255,255,.1);


     text-align:center;
     grid-template-columns:
        repeat(3,1fr);


     color:#9ca3af;
     gap:20px;


    font-size:11px;
}
}


.card{


/* =========================
    background:#101010;
  MOBILE BOTTOM NAV
========================= */


.mobile-nav {
    border:
        1px solid rgba(255,255,255,.08);


     position:fixed;
     border-radius:18px;


     bottom:10px;
     padding:28px 24px;


     right:3%;
     box-shadow:
        0 10px 35px rgba(0,0,0,.25);


     left:3%;
     transition:
        transform .2s ease,
        border-color .2s ease;


    z-index:999;
}


    height:62px;
.card:hover{


     background:#111827;
     transform:translateY(-5px);
 
    border-color:
        rgba(244,185,66,.3);


    border-radius:18px;
}


    display:flex;
.card-icon{


     align-items:center;
     width:55px;


     justify-content:space-around;
     height:55px;


     box-shadow:
     display:grid;
        0 10px 30px rgba(0,0,0,.25);
}


.mobile-nav a {
    place-items:center;


     color:#cbd5e1;
     border-radius:15px;


     display:flex;
     background:var(--gold-light);


     flex-direction:column;
     color:var(--gold);


     align-items:center;
     font-size:1.25rem;


     gap:1px;
     margin-bottom:18px;


    font-size:10px;
}
}


.mobile-nav i {
.card h3{


     font-size:18px;
     margin:0 0 8px;
}


.mobile-nav .active {
    color:#fff;


     color:#fff;
     font-size:1.05rem;


}
}


.mobile-nav .call {
.card p{


     width:48px;
     margin:0;


     height:48px;
     color:#888;


     margin-top:-25px;
     font-size:.8rem;


    border-radius:50%;
}


    background:var(--primary);


    display:flex;
/* =========================================================
  COURSE IMAGE
========================================================= */


    align-items:center;
.course-card{


     justify-content:center;
     padding:0;


     border:5px solid #fff;
     overflow:hidden;


    color:#fff;
}
}


.card-image{


/* =========================
    padding:9px;
  TABLET
========================= */


@media (min-width:600px) {
    background:#080808;


    .hero-box {
}


        min-height:520px;
.card-image img{
    }


     .hero-content {
     width:100%;


        padding:50px;
    aspect-ratio:16/10;
    }


     .hero-buttons {
     object-fit:contain;


        flex-direction:row;
    background:#151515;


        max-width:430px;
    border-radius:12px;
    }


    .btn {
}


        flex:1;
.card-content{
    }


     .services-grid {
     padding:22px;


        grid-template-columns:repeat(3,1fr);
}
    }


    .category-grid {
.card-tag{


        grid-template-columns:repeat(3,1fr);
    display:inline-block;
    }


     .feature-grid {
     padding:4px 10px;


        grid-template-columns:repeat(4,1fr);
    border-radius:50px;
    }


     .blog-grid {
     background:var(--gold-light);


        grid-template-columns:repeat(3,1fr);
    color:var(--gold);
     }
 
     font-size:.66rem;


     .special-grid {
     font-weight:800;


        grid-template-columns:repeat(2,1fr);
}
    }


    .about {


        flex-direction:row;
/* =========================================================
  TIMELINE
========================================================= */


        align-items:center;
.timeline{
    }


     .about > * {
     max-width:850px;


        flex:1;
    margin:auto;
    }


}
}


.timeline-item{


/* =========================
    position:relative;
  DESKTOP
========================= */


@media (min-width:900px) {
    padding:
        0 30px 38px;


     .header-inner {
     border-right:
        2px solid #222;


        min-height:78px;
}
    }


    .desktop-menu {
.timeline-item:last-child{


        display:flex;
    border-right-color:transparent;


        align-items:center;
}


        gap:25px;
.timeline-item::before{


        margin-right:auto;
    content:"";


        margin-left:30px;
    position:absolute;
    }


     .desktop-menu a {
     right:-8px;


        font-size:14px;
    top:3px;


        font-weight:bold;
    width:14px;


        color:#374151;
    height:14px;


        transition:.2s;
    border-radius:50%;
    }


     .desktop-menu a:hover {
     background:var(--gold);


         color:var(--primary);
    box-shadow:
    }
         0 0 0 4px #0d0d0d;


    .header-call {
}


        width:auto;
.timeline-year{


        padding:0 17px;
    color:var(--gold);


        gap:8px;
    font-size:.76rem;


        font-size:13px;
    font-weight:800;


        font-weight:bold;
}
    }


    .header-call::after {
.timeline-item h3{


        content:"تماس با ما";
    margin:5px 0;
    }


     .mobile-nav {
     color:#fff;


        display:none;
    font-size:1.05rem;
    }


    .hero {
}


        padding:30px 0 50px;
.timeline-item p{
    }
 
    color:#888;


     .hero-content {
     font-size:.81rem;


        padding:70px;
    margin:0;
    }


    .hero p {
}


        font-size:16px;
    }


    .services-grid {
/* =========================================================
  TESTIMONIAL
========================================================= */


        grid-template-columns:repeat(4,1fr);
.testimonial{
    }


     .category-grid {
     background:#101010;


        grid-template-columns:repeat(5,1fr);
}
    }


    .special-grid {
.quote{


        grid-template-columns:repeat(3,1fr);
    color:var(--gold);
    }


     .footer-grid {
     font-size:1.8rem;


        grid-template-columns:2fr 1fr 1fr 1.5fr;
    }
}
}


.testimonial p{


/* =========================
    color:#999;
  LARGE DESKTOP
========================= */


@media (min-width:1200px) {
    font-size:.82rem;


    .hero-box {
}


        min-height:570px;
.testimonial-person{
    }
 
    display:flex;


     .section {
     align-items:center;


        padding:65px 0;
    gap:10px;
    }


     .service-image {
     margin-top:18px;


        height:180px;
    }
}
}


.testimonial-avatar{
    width:52px;
    height:52px;
    flex:0 0 52px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:var(--gold-light);
    border:1px solid rgba(244,185,66,.2);
    color:var(--gold);
    font-size:1.25rem;
}


.testimonial-person strong{


/* =========================
    display:block;
  وسط‌چین کردن المان‌ها
========================= */


.container {
     color:#fff;
     margin-left: auto;
    margin-right: auto;
}


.section-header {
     font-size:.8rem;
     text-align: center;
}


.hero-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
}


.hero-buttons {
.testimonial-person span{
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.about-content {
    display:block;
     text-align: center;
 
}
     color:#666;


.about-list {
     font-size:.67rem;
     justify-items: center;
}


.about-list li {
    justify-content: center;
}
}


.special-box {
    text-align: center;
}


.special-item {
/* =========================================================
    text-align: center;
  BLOG
    justify-content: center;
========================================================= */
}


.footer {
.blog-card{
    text-align: center;
}


.footer-grid {
     padding:0;
     justify-items: center;
}


.footer-links {
     overflow:hidden;
     text-align: center;
    padding: 0;
}


.contact-item {
    justify-content: center;
}
}


.social {
.blog-card .card-image img{
    justify-content: center;
}


.services-grid,
     aspect-ratio:16/9;
.category-grid,
.feature-grid,
.blog-grid,
.special-grid {
     justify-items: center;
}


.service-card,
.category,
.feature,
.blog-card {
    width: 100%;
}
}


.blog-card .card-content{


</style>
    padding:20px;


</head>
}


.blog-date{


<body>
    color:var(--gold);


    font-size:.68rem;


<!-- =========================
    font-weight:800;
    HEADER
========================= -->


<header class="header">
}


<div class="container header-inner">
.blog-card h3{


<a href="#" class="logo" aria-label="صفحه اصلی چاپ و تبلیغات">
    color:#fff;


<span class="logo-icon">
    font-size:1rem;
<i class="fa-solid fa-print"></i>
</span>


<span>چاپ و تبلیغات</span>
    margin:7px 0;


</a>
}




<nav class="desktop-menu" aria-label="منوی اصلی">
/* =========================================================
  CTA
========================================================= */


<a href="#home">صفحه اصلی</a>
.cta{


<a href="#services">خدمات چاپ</a>
    background:#000 !important;


<a href="#categories">دسته‌بندی خدمات</a>
}


<a href="#about">درباره ما</a>
.cta-inner{


<a href="#blog">مقالات</a>
    max-width:750px;


<a href="#contact">تماس با ما</a>
    margin:auto;


</nav>
    text-align:center;


}


<a
.cta h2{
href="tel:+989900000000"
class="header-call"
aria-label="تماس با چاپ و تبلیغات">


<i class="fa-solid fa-phone"></i>
    margin:0 0 10px;


</a>
    color:#fff;


</div>
    font-size:
        clamp(1.9rem,4vw,2.8rem);


</header>
}


.cta p{


    color:#888;


<main id="home">
    font-size:.88rem;


    margin-bottom:22px;


<!-- =========================
}
    HERO
========================= -->


<section class="hero">


<div class="container">
/* =========================================================
  CONTACT
========================================================= */


<div class="hero-box">
.contact-grid{


<div class="hero-bg"></div>
    display:grid;


<div class="hero-overlay"></div>
    grid-template-columns:
        .8fr 1.2fr;


<div class="hero-content">
    gap:35px;


<span class="hero-badge">
}


<i class="fa-solid fa-star"></i>
.contact-list{


&nbsp; خدمات تخصصی چاپ و تبلیغات
    display:grid;


</span>
    gap:12px;


<h1>
}


چاپ حرفه‌ای و
.contact-item{


<span>تبلیغات خلاقانه</span>
    display:flex;


برای رشد کسب‌وکار شما
    align-items:center;


</h1>
    gap:14px;


<p>
    padding:16px;


ارائه خدمات چاپ و تبلیغات با کیفیت بالا شامل
    background:#111;
چاپ تراکت، چاپ پوستر، کارت ویزیت، بنر،
فلکس، هولوگرام، طراحی لوگو و انواع محصولات تبلیغاتی.
با کیفیت چاپ عالی و اجرای دقیق سفارشات.


</p>
    border:
        1px solid rgba(255,255,255,.07);


    border-radius:14px;


<div class="hero-buttons">
}


<a href="#services" class="btn btn-primary">
.contact-icon{


<i class="fa-solid fa-print"></i>
    width:45px;


مشاهده خدمات چاپ
    height:45px;


</a>
    flex:0 0 45px;


<a href="tel:+989900000000" class="btn btn-light">
    display:grid;


<i class="fa-solid fa-phone"></i>
    place-items:center;


تماس و مشاوره
    border-radius:12px;


</a>
    background:var(--gold-light);


</div>
    color:var(--gold);


</div>
}


</div>
.contact-item small{


</div>
    display:block;


</section>
    color:#666;


    font-size:.67rem;


}


<!-- =========================
.contact-item strong{
    FEATURES
========================= -->


<section class="features">
    color:#eee;


<div class="container">
    font-size:.8rem;


<div class="feature-grid">
}


<div class="feature">
.contact-form{


<div class="feature-icon">
    background:#101010;


<i class="fa-solid fa-print"></i>
    padding:28px;


</div>
    border:
        1px solid rgba(255,255,255,.08);


<h2>چاپ با کیفیت</h2>
    border-radius:18px;


<p>استفاده از متریال مناسب</p>
}


</div>
.form-grid{


    display:grid;


<div class="feature">
    grid-template-columns:
        repeat(2,1fr);


<div class="feature-icon">
    gap:15px;


<i class="fa-solid fa-bolt"></i>
}


</div>
.form-group.full{


<h2>تحویل سریع</h2>
    grid-column:1/-1;


<p>اجرای سریع سفارشات</p>
}


</div>
.form-group label{


    display:block;


<div class="feature">
    color:#ddd;


<div class="feature-icon">
    font-size:.74rem;


<i class="fa-solid fa-tags"></i>
    font-weight:800;


</div>
    margin-bottom:5px;


<h2>قیمت مناسب</h2>
}


<p>قیمت‌گذاری منصفانه</p>
.form-group input,
.form-group textarea{


</div>
    width:100%;


    padding:12px 14px;


<div class="feature">
    border:
        1px solid rgba(255,255,255,.08);


<div class="feature-icon">
    border-radius:10px;


<i class="fa-solid fa-headset"></i>
    background:#080808;


</div>
    color:#fff;


<h2>مشاوره تخصصی</h2>
    outline:none;


<p>راهنمایی قبل از سفارش</p>
    font-size:.78rem;


</div>
}


</div>
.form-group input::placeholder,
.form-group textarea::placeholder{


</div>
    color:#555;


</section>
}


.form-group textarea{


    min-height:130px;


<!-- =========================
    resize:vertical;
    SERVICES
========================= -->


<section class="section" id="services">
}


<div class="container">
.form-group input:focus,
.form-group textarea:focus{


<div class="section-header">
    border-color:var(--gold);


<h2 class="section-title">
}


خدمات <span>چاپ و تبلیغات</span>


</h2>
/* =========================================================
  FOOTER
========================================================= */


<p class="section-description">
.footer{


انواع خدمات چاپ و تبلیغات برای معرفی بهتر برند،
    padding:30px 0;
کسب‌وکار و محصولات شما با کیفیت حرفه‌ای.


</p>
    background:#000;


</div>
    color:#666;


    text-align:center;


<div class="services-grid">
    border-top:
        1px solid rgba(255,255,255,.07);


}


<article class="service-card">
.footer strong{


<div class="service-image">
    color:var(--gold);


<img
}
src="https://images.unsplash.com/photo-1586281380349-632531db7ed4?auto=format&fit=crop&w=800&q=80"
alt="چاپ تراکت تبلیغاتی">


</div>
.footer p{


<div class="service-content">
    margin:0;


<h3>چاپ تراکت</h3>
    font-size:.72rem;


<p>
}
چاپ تراکت تبلیغاتی در انواع سایز و کاغذ
برای معرفی خدمات و محصولات کسب‌وکار.
</p>


<a href="#" class="service-link">


مشاهده جزئیات
/* =========================================================
  TABLET
========================================================= */


<i class="fa-solid fa-arrow-left"></i>
@media(max-width:900px){


</a>
    .left-sidebar{


</div>
        display:none;


</article>
    }


    .main-content{


        margin-left:0;


<article class="service-card">
    }


<div class="service-image">
    .mobile-header{


<img
        position:sticky;
src="https://images.unsplash.com/photo-1541944743823-7e8c7e8e0e3f?auto=format&fit=crop&w=800&q=80"
alt="چاپ پوستر تبلیغاتی">


</div>
        top:0;


<div class="service-content">
        z-index:999;


<h3>چاپ پوستر</h3>
        height:62px;


<p>
        display:flex;
چاپ پوستر تبلیغاتی با کیفیت بالا برای
فروشگاه‌ها، شرکت‌ها و رویدادهای تبلیغاتی.
</p>


<a href="#" class="service-link">
        align-items:center;


مشاهده جزئیات
        justify-content:center;


<i class="fa-solid fa-arrow-left"></i>
        background:#000;


</a>
        border-bottom:
            1px solid rgba(255,255,255,.08);


</div>
    }


</article>
    .mobile-header strong{


        color:#fff;


        font-size:.88rem;


<article class="service-card">
    }


<div class="service-image">
    .container{


<img
        width:
src="https://images.unsplash.com/photo-1556742049-0cfed4f6a45d?auto=format&fit=crop&w=800&q=80"
            min(
alt="چاپ کارت ویزیت">
                calc(100% - 45px),
                720px
            );


</div>
    }


<div class="service-content">
    .section{


<h3>چاپ کارت ویزیت</h3>
        padding:45px 0;


<p>
    }
طراحی و چاپ کارت ویزیت حرفه‌ای برای
معرفی برند و ارتباط بهتر با مشتریان.
</p>


<a href="#" class="service-link">
    .about-grid{


مشاهده جزئیات
        grid-template-columns:1fr;


<i class="fa-solid fa-arrow-left"></i>
        gap:35px;


</a>
    }


</div>
    .about-image{


</article>
        max-width:550px;


        margin:auto;


    }


<article class="service-card">
    .cards-grid{


<div class="service-image">
        grid-template-columns:
            repeat(2,1fr);


<img
    }
src="https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&w=800&q=80"
alt="طراحی لوگو">


</div>
    .contact-grid{


<div class="service-content">
        grid-template-columns:1fr;


<h3>طراحی لوگو</h3>
    }


<p>
}
طراحی لوگوی اختصاصی و حرفه‌ای برای
ساخت هویت بصری ماندگار برند شما.
</p>


<a href="#" class="service-link">


مشاهده جزئیات
/* =========================================================
  MOBILE
========================================================= */


<i class="fa-solid fa-arrow-left"></i>
@media(max-width:600px){


</a>
    html{


</div>
        scroll-padding-top:65px;


</article>
    }


    .container{


        width:
            calc(100% - 28px);


<article class="service-card">
    }


<div class="service-image">
    .section{


<img
        min-height:auto;
src="https://images.unsplash.com/photo-1600508774634-4e11d34730e2?auto=format&fit=crop&w=800&q=80"
alt="چاپ بنر و فلکس">


</div>
        padding:35px 0;


<div class="service-content">
    }


<h3>چاپ بنر و فلکس</h3>
    .hero{


<p>
        padding:
چاپ بنر و فلکس تبلیغاتی در ابعاد مختلف
            70px 0 50px;
برای فضای داخلی و محیطی.
</p>


<a href="#" class="service-link">
    }


مشاهده جزئیات
    .hero h1{


<i class="fa-solid fa-arrow-left"></i>
        font-size:
            clamp(2.2rem,12vw,3.3rem);


</a>
    }


</div>
    .hero-subtitle{


</article>
        font-size:1rem;


    }


    .hero-description{


<article class="service-card">
        font-size:.86rem;


<div class="service-image">
    }


<img
    .hero-buttons{
src="https://images.unsplash.com/photo-1598301257982-0cf014dabbcd?auto=format&fit=crop&w=800&q=80"
alt="چاپ هولوگرام">


</div>
        flex-direction:column;


<div class="service-content">
    }


<h3>چاپ هولوگرام</h3>
    .hero-buttons .btn{


<p>
        width:100%;
چاپ هولوگرام تبلیغاتی و امنیتی برای
برندینگ و افزایش اعتبار محصولات.
</p>


<a href="#" class="service-link">
    }


مشاهده جزئیات
    .hero-info{


<i class="fa-solid fa-arrow-left"></i>
        grid-template-columns:
            repeat(2,1fr);


</a>
        margin-top:35px;


</div>
    }


</article>
    .counter-grid{


        grid-template-columns:
            repeat(2,1fr);


    }


<article class="service-card">
    .counter{


<div class="service-image">
        border-right:0;


<img
        border-bottom:
src="https://images.unsplash.com/photo-1556740749-887f6717d7e4?auto=format&fit=crop&w=800&q=80"
            1px solid rgba(255,255,255,.08);
alt="چاپ کاتالوگ">


</div>
    }


<div class="service-content">
    .counter strong{


<h3>چاپ کاتالوگ</h3>
        font-size:1.6rem;


<p>
    }
طراحی و چاپ کاتالوگ حرفه‌ای برای
معرفی محصولات و خدمات شرکت‌ها.
</p>


<a href="#" class="service-link">
    .skills-grid{


مشاهده جزئیات
        grid-template-columns:1fr;


<i class="fa-solid fa-arrow-left"></i>
    }


</a>
    .skill-image{
        height:155px;
    }


</div>
    .cards-grid{


</article>
        grid-template-columns:1fr;


    }


    .card{


<article class="service-card">
        padding:22px 18px;


<div class="service-image">
    }


<img
    .card-image{
src="https://images.unsplash.com/photo-1542744095-fcf48d80b0fd?auto=format&fit=crop&w=800&q=80"
alt="خدمات تبلیغات">


</div>
        padding:8px;


<div class="service-content">
    }


<h3>خدمات تبلیغات</h3>
    .card-image img{


<p>
        aspect-ratio:16/10;
طراحی و اجرای انواع تبلیغات چاپی برای
افزایش دیده‌شدن کسب‌وکار شما.
</p>


<a href="#" class="service-link">
        object-fit:contain;


مشاهده جزئیات
    }


<i class="fa-solid fa-arrow-left"></i>
    .timeline-item{


</a>
        padding-right:24px;


</div>
    }


</article>
    .form-grid{


</div>
        grid-template-columns:1fr;


</div>
    }


</section>
    .form-group.full{


        grid-column:auto;


    }


<!-- =========================
    .contact-form{
    CATEGORIES
========================= -->


<section class="section category-section" id="categories">
        padding:20px;


<div class="container">
    }


<div class="section-header">
    .section-title{


<h2 class="section-title">
        margin-bottom:20px;


دسته‌بندی <span>خدمات</span>
    }


</h2>
    .section-title h2{


<p class="section-description">
        font-size:1.7rem;


محصولات و خدمات تبلیغاتی مورد نیاز کسب‌وکار خود را انتخاب کنید.
    }


</p>
    .section-title p{


</div>
        font-size:.8rem;


    }


<div class="category-grid">
}


<a href="#" class="category">


<i class="fa-solid fa-file-lines"></i>
/* =========================================================
  EXTRA SMALL
========================================================= */


<strong>چاپ تراکت</strong>
@media(max-width:380px){


<span>تبلیغات مستقیم</span>
    .container{


</a>
        width:
            calc(100% - 22px);


    }


<a href="#" class="category">
    .hero-info-box{


<i class="fa-solid fa-image"></i>
        padding:14px 7px;


<strong>چاپ پوستر</strong>
    }


<span>تبلیغات محیطی</span>
    .hero-info-box strong{


</a>
        font-size:.8rem;


    }


<a href="#" class="category">
    .hero-info-box span{


<i class="fa-regular fa-address-card"></i>
        font-size:.6rem;


<strong>کارت ویزیت</strong>
    }


<span>معرفی برند</span>
}


</a>


.card-content,
.contact-item > div:last-child,
.form-group label,
.form-group input,
.form-group textarea{
    text-align:center;
}


<a href="#" class="category">
.footer{
    text-align:center;
}


<i class="fa-solid fa-rectangle-ad"></i>
.skill-image + .skill-title{
    margin-top:0;
}


<strong>بنر و فلکس</strong>
/* =========================================================
  FINAL ALIGNMENT & SPACING
========================================================= */


<span>تبلیغات محیطی</span>
.section > .container{
    width:min(calc(100% - 50px),1180px);
    margin-inline:auto;
}


</a>
.section-title,
.about-content,
.card,
.skill,
.timeline,
.contact-list,
.contact-form{
    text-align:center;
}


.hero-inner,
.hero-info,
.about-grid,
.skills-grid,
.cards-grid,
.timeline,
.contact-grid,
.cta-inner{
    margin-inline:auto;
}


<a href="#" class="category">
.about-grid{
    max-width:1080px;
}


<i class="fa-solid fa-pen-nib"></i>
.cards-grid{
    max-width:1180px;
}


<strong>طراحی لوگو</strong>
@media(max-width:900px){
    .section > .container{
        width:min(calc(100% - 40px),720px);
    }


<span>هویت بصری</span>
    .counter-grid{
        grid-template-columns:repeat(3,1fr);
    }
}


</a>
@media(max-width:600px){
    .section > .container{
        width:calc(100% - 28px);
    }


    .hero-buttons{
        justify-content:stretch;
    }


<a href="#" class="category">
    .cards-grid{
        gap:15px;
    }
}


<i class="fa-solid fa-book-open"></i>
/* =========================================================
  REDUCED MOTION
========================================================= */


<strong>کاتالوگ</strong>
@media(prefers-reduced-motion:reduce){


<span>معرفی محصولات</span>
    *,
    *::before,
    *::after{


</a>
        scroll-behavior:auto !important;


        transition:none !important;


<a href="#" class="category">
        animation:none !important;


<i class="fa-solid fa-ticket"></i>
    }


<strong>چاپ لیبل</strong>
}


<span>برچسب محصولات</span>
</style>


</a>
</head>




<a href="#" class="category">
<body>


<i class="fa-solid fa-stamp"></i>
<div class="page">


<strong>هولوگرام</strong>


<span>چاپ امنیتی</span>
<!-- =====================================================
    LEFT ICON MENU
===================================================== -->


</a>
<aside class="left-sidebar">




<a href="#" class="category">
    <div class="sidebar-logo">


<i class="fa-solid fa-envelope"></i>
        <div class="logo-circle">


<strong>پاکت و سربرگ</strong>
            <i class="fa-solid fa-user"></i>


<span>ملزومات اداری</span>
        </div>


</a>
        <h2>
            محمدرضا شایق
        </h2>


        <span>
            مدرس خودشناسی
        </span>


<a href="#" class="category">
    </div>


<i class="fa-solid fa-gift"></i>


<strong>محصولات تبلیغاتی</strong>
    <nav>


<span>هدایای سازمانی</span>
        <ul class="sidebar-menu">


</a>


</div>
            <li>


</div>
                <a href="#home"
                  class="active"
                  data-title="خانه">


</section>
                    <i class="fa-solid fa-house"></i>


                </a>


            </li>


<!-- =========================
    ABOUT
========================= -->


<section class="section" id="about">
            <li>


<div class="container">
                <a href="#about"
                  data-title="درباره من">


<div class="about">
                    <i class="fa-solid fa-user"></i>


<div class="about-image">
                </a>


<img
            </li>
src="https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&w=1000&q=80"
alt="مجموعه چاپ و تبلیغات و خدمات طراحی و چاپ">


</div>


            <li>


<div class="about-content">
                <a href="#skills"
                  data-title="تخصص‌ها">


<h2>
                    <i class="fa-solid fa-chart-simple"></i>


چرا <span>چاپ و تبلیغات</span>؟
                </a>


</h2>
            </li>


<p>


ما با ارائه مجموعه‌ای کامل از خدمات چاپ،
            <li>
طراحی و تبلیغات تلاش می‌کنیم مسیر معرفی
کسب‌وکار شما را ساده‌تر کنیم. از طراحی اولیه
تا چاپ نهایی، کیفیت و دقت سفارش اهمیت ویژه‌ای دارد.


</p>
                <a href="#services"
                  data-title="آموزش‌ها">


<ul class="about-list">
                    <i class="fa-solid fa-layer-group"></i>


<li>
                </a>


<i class="fa-solid fa-circle-check"></i>
            </li>


چاپ با کیفیت و وضوح بالا


</li>
            <li>


<li>
                <a href="#courses"
                  data-title="دوره‌ها">


<i class="fa-solid fa-circle-check"></i>
                    <i class="fa-solid fa-graduation-cap"></i>


استفاده از متریال مناسب برای هر نوع سفارش
                </a>


</li>
            </li>


<li>


<i class="fa-solid fa-circle-check"></i>
            <li>


مشاوره تخصصی پیش از چاپ
                <a href="#experience"
                  data-title="سوابق">


</li>
                    <i class="fa-solid fa-briefcase"></i>


<li>
                </a>


<i class="fa-solid fa-circle-check"></i>
            </li>


اجرای سفارشات در تیراژهای مختلف


</li>
            <li>


<li>
                <a href="#testimonials"
                  data-title="نظرات">


<i class="fa-solid fa-circle-check"></i>
                    <i class="fa-solid fa-comments"></i>


طراحی اختصاصی متناسب با هویت برند
                </a>


</li>
            </li>


</ul>


</div>
            <li>


</div>
                <a href="#blog"
                  data-title="مقالات">


</div>
                    <i class="fa-solid fa-book-open"></i>


</section>
                </a>


            </li>




<!-- =========================
            <li>
    SPECIAL
========================= -->


<section class="section">
                <a href="#contact"
                  data-title="ارتباط با من">


<div class="container">
                    <i class="fa-solid fa-envelope"></i>


<div class="special-box">
                </a>


<div class="section-header">
            </li>


<h2 class="section-title" style="color:#fff">


مزایای همکاری با ما
        </ul>


</h2>
    </nav>


<p class="section-description" style="color:#cbd5e1">


برای یک تبلیغ حرفه‌ای، فقط چاپ کافی نیست؛
    <div class="sidebar-bottom">
کیفیت طراحی، انتخاب متریال و اجرای دقیق اهمیت دارد.


</p>
        <div class="sidebar-social">


</div>
            <a href="#" title="اینستاگرام">


                <i class="fa-brands fa-instagram"></i>


<div class="special-grid">
            </a>


            <a href="#" title="تلگرام">


<div class="special-item">
                <i class="fa-brands fa-telegram"></i>


<div class="special-icon">
            </a>


<i class="fa-solid fa-medal"></i>
            <a href="#" title="واتساپ">


</div>
                <i class="fa-brands fa-whatsapp"></i>


<div>
            </a>


<h3>کیفیت چاپ بالا</h3>
        </div>


<p>
    </div>
تلاش برای ارائه چاپی تمیز، دقیق و متناسب با نیاز هر پروژه.
</p>


</div>
</aside>


</div>


<!-- =====================================================
    MOBILE HEADER
===================================================== -->


<div class="special-item">
<header class="mobile-header ">


<div class="special-icon">
    <strong>
        محمدرضا شایق | مدرس خودشناسی
    </strong>


<i class="fa-solid fa-clock"></i>
</header>


</div>


<div>
<!-- =====================================================
    MAIN
===================================================== -->


<h3>تحویل سریع سفارش</h3>
<main class="main-content full-width-page">


<p>
مدیریت دقیق مراحل سفارش برای کاهش زمان آماده‌سازی.
</p>


</div>
<!-- =====================================================
    HOME
===================================================== -->


</div>
<section class="section hero"
        id="home">


    <div class="container">


<div class="special-item">
        <div class="hero-inner">


<div class="special-icon">


<i class="fa-solid fa-comments"></i>
            <div class="hero-label">


</div>
                <i class="fa-solid fa-circle"></i>


<div>
                مدرس خودشناسی و توسعه فردی


<h3>مشاوره قبل از چاپ</h3>
            </div>


<p>
کمک به انتخاب مناسب‌ترین روش چاپ، جنس و ابعاد.
</p>


</div>
            <h1>


</div>
                محمدرضا


                <span>
                    شایق
                </span>


<div class="special-item">
            </h1>


<div class="special-icon">


<i class="fa-solid fa-palette"></i>
            <div class="hero-subtitle">


</div>
                مدرس خودشناسی و آگاهی فردی


<div>
            </div>


<h3>طراحی خلاقانه</h3>


<p>
            <p class="hero-description">
طراحی تبلیغات متناسب با هویت بصری و نوع فعالیت برند.
</p>


</div>
                خودشناسی می‌تواند نقطه شروع یک تغییر واقعی
                در زندگی باشد؛ مسیری برای شناخت بهتر خود،
                توانمندی‌ها، احساسات و انتخاب‌های آگاهانه‌تر.


</div>
            </p>




<div class="special-item">
            <div class="hero-buttons">


<div class="special-icon">
                <a href="#about"
                  class="btn btn-gold">


<i class="fa-solid fa-layer-group"></i>
                    <i class="fa-solid fa-user"></i>


</div>
                    درباره من


<div>
                </a>


<h3>تنوع خدمات</h3>


<p>
                <a href="#courses"
از کارت ویزیت و تراکت تا بنر، هولوگرام و محصولات تبلیغاتی.
                  class="btn btn-outline">
</p>


</div>
                    <i class="fa-solid fa-graduation-cap"></i>


</div>
                    مشاهده دوره‌ها


                </a>


<div class="special-item">
            </div>


<div class="special-icon">


<i class="fa-solid fa-handshake"></i>
            <div class="hero-info">


</div>


<div>
                <div class="hero-info-box">


<h3>همراه کسب‌وکار شما</h3>
                    <i class="fa-solid fa-brain"></i>


<p>
                    <strong>
هدف ما ایجاد یک همکاری مطمئن و بلندمدت با مشتریان است.
                        خودشناسی
</p>
                    </strong>


</div>
                    <span>
                        شناخت بهتر خود
                    </span>


</div>
                </div>




</div>
                <div class="hero-info-box">


</div>
                    <i class="fa-solid fa-seedling"></i>


</div>
                    <strong>
                        رشد فردی
                    </strong>


</section>
                    <span>
                        مسیر رشد
                    </span>


                </div>




<!-- =========================
                <div class="hero-info-box">
    BLOG
========================= -->


<section class="section" id="blog">
                    <i class="fa-solid fa-lightbulb"></i>


<div class="container">
                    <strong>
                        آگاهی
                    </strong>


<div class="section-header">
                    <span>
                        انتخاب آگاهانه
                    </span>


<h2 class="section-title">
                </div>


آخرین <span>مقالات چاپ و تبلیغات</span>


</h2>
                <div class="hero-info-box">


<p class="section-description">
                    <i class="fa-solid fa-heart"></i>


مطالب آموزشی و کاربردی درباره چاپ،
                    <strong>
طراحی و روش‌های تبلیغات مؤثر.
                        آرامش
                    </strong>


</p>
                    <span>
                        ارتباط با خود
                    </span>


</div>
                </div>


                <div class="hero-info-box">


<div class="blog-grid">
                    <i class="fa-solid fa-bullseye"></i>


                    <strong>
                        تمرکز
                    </strong>


<article class="blog-card">
                    <span>
                        هدفمندی بیشتر
                    </span>


<div class="blog-image">
                </div>


<img
src="https://images.unsplash.com/photo-1586281380349-632531db7ed4?auto=format&fit=crop&w=800&q=80"
alt="راهنمای انتخاب چاپ تراکت">


</div>
            </div>


<div class="blog-content">
        </div>


<span class="blog-category">چاپ</span>
    </div>


<h3>
</section>
چگونه بهترین نوع چاپ تراکت را انتخاب کنیم؟
</h3>


<p>
آشنایی با انواع کاغذ، ابعاد و نکات مهم برای چاپ تراکت تبلیغاتی.
</p>


</div>
<!-- =====================================================
    ABOUT
===================================================== -->


</article>
<section class="section"
        id="about">


    <div class="container">


        <div class="section-title">


<article class="blog-card">
            <small>
                درباره من
            </small>


<div class="blog-image">
            <h2>
                شناخت خود، آغاز مسیر تغییر
            </h2>


<img
        </div>
src="https://images.unsplash.com/photo-1541944743823-7e8c7e8e0e3f?auto=format&fit=crop&w=800&q=80"
alt="نکات طراحی پوستر تبلیغاتی">


</div>


<div class="blog-content">
        <div class="about-grid">


<span class="blog-category">طراحی</span>


<h3>
            <div class="about-image">
اصول طراحی یک پوستر تبلیغاتی جذاب
</h3>


<p>
                <img
با رعایت چند نکته ساده می‌توان پوستر تبلیغاتی مؤثرتری طراحی کرد.
                src="https://dl.faraghaib.ir/m/260021-01/260021-01-16.png"
</p>
                alt="محمدرضا شایق مدرس خودشناسی"
                loading="lazy">


</div>
            </div>


</article>


            <div class="about-content" style="text-align:right;">


                <h2>
                    همراه شما در مسیر خودشناسی
                </h2>


<article class="blog-card">
                <p>


<div class="blog-image">
                    من محمدرضا شایق، مدرس خودشناسی هستم
                    و تلاش می‌کنم مفاهیم خودشناسی و رشد فردی
                    را به شکلی ساده، کاربردی و قابل استفاده
                    در زندگی روزمره آموزش دهم.


<img
                </p>
src="https://images.unsplash.com/photo-1561070791-2526d30994b5?auto=format&fit=crop&w=800&q=80"
alt="اهمیت طراحی لوگو برای برند">


</div>
                <p>


<div class="blog-content">
                    هدف این آموزش‌ها کمک به شناخت بهتر افکار،
                    احساسات، توانمندی‌ها، ارزش‌ها و الگوهای
                    رفتاری است تا هر فرد بتواند مسیر زندگی خود
                    را آگاهانه‌تر انتخاب کند.


<span class="blog-category">برندینگ</span>
                </p>


<h3>
چرا طراحی لوگو برای کسب‌وکار اهمیت دارد؟
</h3>


<p>
                <ul class="about-list">
لوگو یکی از مهم‌ترین عناصر هویت بصری و معرفی برند است.
</p>


</div>
                    <li>
                        <i class="fa-solid fa-check"></i>
                        شناخت بهتر ویژگی‌ها و توانمندی‌های فردی
                    </li>


</article>
                    <li>
                        <i class="fa-solid fa-check"></i>
                        افزایش آگاهی نسبت به افکار و احساسات
                    </li>


                    <li>
                        <i class="fa-solid fa-check"></i>
                        شناخت موانع رشد شخصی
                    </li>


</div>
                    <li>
                        <i class="fa-solid fa-check"></i>
                        حرکت آگاهانه‌تر در مسیر زندگی
                    </li>


</div>
                </ul>


</section>
            </div>


        </div>


    </div>


<!-- =========================
</section>
    CTA
========================= -->


<section class="cta">


<div class="container">
<!-- =====================================================
    COUNTERS
===================================================== -->


<div class="cta-box">
<section class="section counters">


<h2>
    <div class="container">


برای تبلیغات کسب‌وکارتان آماده‌اید؟
        <div class="counter-grid">


</h2>


<p>
            <div class="counter">


برای دریافت مشاوره، استعلام قیمت و ثبت سفارش
                <i class="fa-solid fa-users"></i>
چاپ و تبلیغات با ما تماس بگیرید.


</p>
                <strong>
                    500+
                </strong>


<a
                <span>
href="tel:+989900000000"
                    شرکت‌کننده
class="btn btn-light">
                </span>


<i class="fa-solid fa-phone"></i>
            </div>


تماس با ما


</a>
            <div class="counter">


</div>
                <i class="fa-solid fa-book"></i>


</div>
                <strong>
                    20+
                </strong>


</section>
                <span>
                    دوره و کارگاه
                </span>


            </div>


</main>


            <div class="counter">


                <i class="fa-solid fa-clock"></i>


<!-- =========================
                <strong>
    FOOTER
                    1000+
========================= -->
                </strong>


<footer class="footer" id="contact">
                <span>
                    ساعت آموزش
                </span>


<div class="container">
            </div>


<div class="footer-grid">


            <div class="counter">


<div>
                <i class="fa-solid fa-star"></i>


<h3>چاپ و تبلیغات</h3>
                <strong>
                    95%
                </strong>


<p>
                <span>
                    رضایت
                </span>


ارائه خدمات تخصصی چاپ و تبلیغات شامل
            </div>
چاپ تراکت، پوستر، کارت ویزیت، بنر،
هولوگرام، طراحی لوگو و محصولات تبلیغاتی.


</p>
            <div class="counter">


<div class="social">
                <i class="fa-solid fa-chalkboard-user"></i>


<a href="#" aria-label="اینستاگرام">
                <strong>
                    50+
                </strong>


<i class="fa-brands fa-instagram"></i>
                <span>
                    کارگاه آموزشی
                </span>


</a>
            </div>


<a href="#" aria-label="تلگرام">
            <div class="counter">


<i class="fa-brands fa-telegram"></i>
                <i class="fa-solid fa-award"></i>


</a>
                <strong>
                    10+
                </strong>


<a href="#" aria-label="واتساپ">
                <span>
                    سال تجربه
                </span>


<i class="fa-brands fa-whatsapp"></i>
            </div>


</a>


</div>
        </div>


</div>
    </div>
 
</section>
 
 
<!-- =====================================================
    SKILLS
===================================================== -->
 
<section class="section"
        id="skills">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                تخصص‌ها
            </small>
 
            <h2>
                حوزه‌های تخصصی
            </h2>
 
        </div>
 
 
        <div class="skills-grid">
 
 
            <div class="skill">
 
                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-17.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                </div>


                <div class="skill-title">


<div>
                    <span>
                        خودشناسی
                    </span>


<h3>خدمات چاپ</h3>
                    <span>
                        95%
                    </span>


<ul class="footer-links">
                </div>


<li><a href="#">چاپ تراکت</a></li>
                <div class="skill-bar">


<li><a href="#">چاپ پوستر</a></li>
                    <span style="--width:95%"></span>


<li><a href="#">چاپ کارت ویزیت</a></li>
                </div>


<li><a href="#">چاپ بنر</a></li>
            </div>


<li><a href="#">چاپ هولوگرام</a></li>


</ul>
            <div class="skill">


</div>
                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-18.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                </div>


                <div class="skill-title">


<div>
                    <span>
                        توسعه فردی
                    </span>


<h3>خدمات طراحی</h3>
                    <span>
                        90%
                    </span>


<ul class="footer-links">
                </div>


<li><a href="#">طراحی لوگو</a></li>
                <div class="skill-bar">


<li><a href="#">طراحی پوستر</a></li>
                    <span style="--width:90%"></span>


<li><a href="#">طراحی تراکت</a></li>
                </div>


<li><a href="#">طراحی کاتالوگ</a></li>
            </div>


<li><a href="#">هویت بصری برند</a></li>


</ul>
            <div class="skill">


</div>
                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-19.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                </div>


                <div class="skill-title">


<div>
                    <span>
                        آموزش و کارگاه
                    </span>


<h3>تماس با ما</h3>
                    <span>
                        92%
                    </span>


<div class="contact-item">
                </div>


<i class="fa-solid fa-phone"></i>
                <div class="skill-bar">


<a href="tel:+989900000000">
                    <span style="--width:92%"></span>
0990 000 0000
</a>


</div>
                </div>


<div class="contact-item">
            </div>


<i class="fa-solid fa-envelope"></i>


info@example.com
            <div class="skill">


</div>
                <div class="skill-image">
                    <img src="https://dl.faraghaib.ir/m/260021-01/260021-01-20.png"
                        alt="تصویر حوزه تخصصی خودشناسی"
                        loading="lazy">
                </div>


<div class="contact-item">
                <div class="skill-title">


<i class="fa-solid fa-location-dot"></i>
                    <span>
                        مهارت‌های فردی
                    </span>


آدرس مجموعه چاپ و تبلیغات
                    <span>
                        88%
                    </span>


</div>
                </div>


<div class="contact-item">
                <div class="skill-bar">


<i class="fa-solid fa-clock"></i>
                    <span style="--width:88%"></span>


شنبه تا پنجشنبه، 9 تا 20
                </div>


</div>
            </div>


</div>


        </div>


</div>
    </div>


</section>


<div class="footer-bottom">


© کلیه حقوق این وب‌سایت برای مجموعه چاپ و تبلیغات محفوظ است.
<!-- =====================================================
    SERVICES
===================================================== -->


</div>
<section class="section"
        id="services">


</div>
    <div class="container">


</footer>
        <div class="section-title">


            <small>
                آموزش‌ها
            </small>


            <h2>
                در چه زمینه‌هایی آموزش می‌دهم؟
            </h2>


<!-- =========================
            <p>
    MOBILE NAV
                آموزش‌هایی برای شناخت بهتر خود و ساختن
========================= -->
                نگاه آگاهانه‌تر به زندگی.
            </p>


<nav class="mobile-nav" aria-label="منوی موبایل">
        </div>


<a href="#home" class="active">


<i class="fa-solid fa-house"></i>
        <div class="cards-grid">


<span>خانه</span>


</a>
            <article class="card">


                <div class="card-icon">
                    <i class="fa-solid fa-brain"></i>
                </div>


<a href="#services">
                <h3>
                    خودشناسی
                </h3>


<i class="fa-solid fa-print"></i>
                <p>
                    شناخت ویژگی‌ها، افکار، احساسات،
                    ارزش‌ها و الگوهای رفتاری.
                </p>


<span>خدمات</span>
            </article>


</a>


            <article class="card">


<a
                <div class="card-icon">
href="tel:+989900000000"
                    <i class="fa-solid fa-seedling"></i>
class="call"
                </div>
aria-label="تماس">


<i class="fa-solid fa-phone"></i>
                <h3>
                    رشد فردی
                </h3>


</a>
                <p>
                    پیدا کردن موانع رشد و ایجاد تغییرات
                    مثبت و پایدار در زندگی.
                </p>


            </article>


<a href="#about">


<i class="fa-solid fa-building"></i>
            <article class="card">


<span>درباره ما</span>
                <div class="card-icon">
                    <i class="fa-solid fa-compass"></i>
                </div>


</a>
                <h3>
                    مسیر زندگی
                </h3>


                <p>
                    شناخت علایق، ارزش‌ها و توانمندی‌ها
                    برای انتخاب مسیر مناسب‌تر.
                </p>


<a href="#contact">
            </article>


<i class="fa-solid fa-location-dot"></i>


<span>تماس</span>
            <article class="card">


</a>
                <div class="card-icon">
                    <i class="fa-solid fa-lightbulb"></i>
                </div>


</nav>
                <h3>
                    آگاهی فردی
                </h3>
 
                <p>
                    افزایش شناخت نسبت به انتخاب‌ها،
                    رفتارها و الگوهای ذهنی.
                </p>
 
            </article>
 
 
            <article class="card">
 
                <div class="card-icon">
                    <i class="fa-solid fa-comments"></i>
                </div>
 
                <h3>
                    کارگاه آموزشی
                </h3>
 
                <p>
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                    در زمینه خودشناسی و توسعه فردی.
                </p>
 
            </article>
 
 
            <article class="card">
 
                <div class="card-icon">
                    <i class="fa-solid fa-heart"></i>
                </div>
 
                <h3>
                    ارتباط با خود
                </h3>
 
                <p>
                    ایجاد رابطه‌ای آگاهانه‌تر با خود،
                    نیازها و خواسته‌های شخصی.
                </p>
 
            </article>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    COURSES
===================================================== -->
 
<section class="section"
        id="courses">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                دوره‌ها
            </small>
 
            <h2>
                دوره‌های آموزشی
            </h2>
 
        </div>
 
 
        <div class="cards-grid">
 
 
            <article class="card course-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-04.jpg"
                    alt="دوره خودشناسی"
                    loading="lazy">
 
                </div>
 
                <div class="card-content">
 
                    <span class="card-tag">
                        خودشناسی
                    </span>
 
                    <h3>
                        شروع مسیر خودشناسی
                    </h3>
 
                    <p>
                        آشنایی با مفاهیم پایه خودشناسی
                        و شناخت بهتر خود.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card course-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-05.jpg"
                    alt="دوره توسعه فردی"
                    loading="lazy">
 
                </div>
 
                <div class="card-content">
 
                    <span class="card-tag">
                        توسعه فردی
                    </span>
 
                    <h3>
                        مسیر رشد فردی
                    </h3>
 
                    <p>
                        شناخت موانع رشد و ایجاد مسیر
                        عملی برای پیشرفت شخصی.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card course-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-06.jpg"
                    alt="کارگاه خودشناسی"
                    loading="lazy">
 
                </div>
 
                <div class="card-content">
 
                    <span class="card-tag">
                        کارگاه
                    </span>
 
                    <h3>
                        آگاهی و انتخاب
                    </h3>
 
                    <p>
                        بررسی الگوهای ذهنی و رفتاری
                        برای انتخاب‌های آگاهانه‌تر.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card course-card">
 
                <div class="card-image">
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-07.jpg"
                    alt="دوره مهارت‌های فردی"
                    loading="lazy">
                </div>
 
                <div class="card-content">
                    <span class="card-tag">مهارت فردی</span>
 
                    <h3>تقویت مهارت‌های فردی</h3>
 
                    <p>
                        تمرین مهارت‌های کاربردی برای
                        ارتباط بهتر با خود و دیگران.
                    </p>
                </div>
 
            </article>
 
            <article class="card course-card">
 
                <div class="card-image">
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-08.jpg"
                    alt="دوره آگاهی فردی"
                    loading="lazy">
                </div>
 
                <div class="card-content">
                    <span class="card-tag">آگاهی</span>
 
                    <h3>افزایش آگاهی فردی</h3>
 
                    <p>
                        شناخت الگوهای ذهنی و ایجاد
                        انتخاب‌های آگاهانه‌تر در زندگی.
                    </p>
                </div>
 
            </article>
 
            <article class="card course-card">
 
                <div class="card-image">
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-09.jpg"
                    alt="کارگاه رشد فردی"
                    loading="lazy">
                </div>
 
                <div class="card-content">
                    <span class="card-tag">رشد فردی</span>
 
                    <h3>کارگاه مسیر رشد</h3>
 
                    <p>
                        بررسی موانع رشد و ساختن مسیر
                        عملی برای پیشرفت شخصی.
                    </p>
                </div>
 
            </article>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    EXPERIENCE
===================================================== -->
 
<section class="section"
        id="experience">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                سوابق
            </small>
 
            <h2>
                مسیر حرفه‌ای
            </h2>
 
        </div>
 
 
        <div class="timeline">
 
 
            <div class="timeline-item">
 
                <span class="timeline-year">
                    ۱۴۰۲ — اکنون
                </span>
 
                <h3>
                    مدرس خودشناسی و توسعه فردی
                </h3>
 
                <p>
                    برگزاری دوره‌ها و کارگاه‌های آموزشی
                    در زمینه خودشناسی و رشد فردی.
                </p>
 
            </div>
 
 
            <div class="timeline-item">
 
                <span class="timeline-year">
                    ۱۳۹۹ — ۱۴۰۲
                </span>
 
                <h3>
                    مدرس و برگزارکننده کارگاه
                </h3>
 
                <p>
                    طراحی و اجرای برنامه‌های آموزشی
                    با تمرکز بر آگاهی و مهارت‌های فردی.
                </p>
 
            </div>
 
 
            <div class="timeline-item">
 
                <span class="timeline-year">
                    ۱۳۹۷ — ۱۳۹۹
                </span>
 
                <h3>
                    آغاز فعالیت آموزشی
                </h3>
 
                <p>
                    آغاز فعالیت تخصصی در زمینه آموزش،
                    مطالعه و توسعه فردی.
                </p>
 
            </div>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    TESTIMONIALS
===================================================== -->
 
<section class="section"
        id="testimonials">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                نظرات
            </small>
 
            <h2>
                تجربه همراهان
            </h2>
 
        </div>
 
 
        <div class="cards-grid">
 
 
            <article class="card testimonial">
 
                <div class="quote">
                    <i class="fa-solid fa-quote-right"></i>
                </div>
 
                <p>
                    شرکت در دوره باعث شد نگاه متفاوتی
                    نسبت به خودم و تصمیم‌هایم پیدا کنم.
                </p>
 
                <div class="testimonial-person">
 
                    <div class="testimonial-avatar" aria-label="کارکتر خانم">
                        <i class="fa-solid fa-person-dress"></i>
                    </div>
 
                    <div>
 
                        <strong>
                            سارا احمدی
                        </strong>
 
                        <span>
                            شرکت‌کننده دوره
                        </span>
 
                    </div>
 
                </div>
 
            </article>
 
 
            <article class="card testimonial">
 
                <div class="quote">
                    <i class="fa-solid fa-quote-right"></i>
                </div>
 
                <p>
                    محتوای دوره بسیار کاربردی بود و کمک کرد
                    نقاط قوت خودم را بهتر بشناسم.
                </p>
 
                <div class="testimonial-person">
 
                    <div class="testimonial-avatar" aria-label="کارکتر آقا">
                        <i class="fa-solid fa-person"></i>
                    </div>
 
                    <div>
 
                        <strong>
                            علی رضایی
                        </strong>
 
                        <span>
                            شرکت‌کننده کارگاه
                        </span>
 
                    </div>
 
                </div>
 
            </article>
 
 
            <article class="card testimonial">
 
                <div class="quote">
                    <i class="fa-solid fa-quote-right"></i>
                </div>
 
                <p>
                    فضای آموزشی خوب و محتوای دوره باعث شد
                    بعضی از الگوهای رفتاری خودم را بهتر ببینم.
                </p>
 
                <div class="testimonial-person">
 
                    <div class="testimonial-avatar" aria-label="کارکتر خانم">
                        <i class="fa-solid fa-person-dress"></i>
                    </div>
 
                    <div>
 
                        <strong>
                            مریم کریمی
                        </strong>
 
                        <span>
                            شرکت‌کننده دوره
                        </span>
 
                    </div>
 
                </div>
 
            </article>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    BLOG
===================================================== -->
 
<section class="section"
        id="blog">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                مجله خودشناسی
            </small>
 
            <h2>
                مقالات و مطالب آموزشی
            </h2>
 
        </div>
 
 
        <div class="cards-grid">
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-02.jpg"
                    alt="خودشناسی چیست">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        خودشناسی
                    </span>
 
                    <h3>
                        خودشناسی چیست؟
                    </h3>
 
                    <p>
                        نگاهی ساده به مفهوم خودشناسی
                        و اهمیت آن در زندگی.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-10.jpg"
                    alt="رشد فردی">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        رشد فردی
                    </span>
 
                    <h3>
                        مسیر رشد فردی را چگونه پیدا کنیم؟
                    </h3>
 
                    <p>
                        چند نکته برای شناخت بهتر اهداف
                        و مسیر شخصی.
                    </p>
 
                </div>
 
            </article>
 
 
            <article class="card blog-card">
 
                <div class="card-image">
 
                    <img
                    src="https://dl.faraghaib.ir/m/260021-01/260021-01-01.jpg"
                    alt="انتخاب آگاهانه">
 
                </div>
 
                <div class="card-content">
 
                    <span class="blog-date">
                        آگاهی
                    </span>
 
                    <h3>
                        انتخاب آگاهانه چگونه شکل می‌گیرد؟
                    </h3>
 
                    <p>
                        نقش آگاهی در تصمیم‌های مهم
                        و انتخاب‌های زندگی.
                    </p>
 
                </div>
 
            </article>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    CTA
===================================================== -->
 
<section class="section cta">
 
    <div class="container">
 
        <div class="cta-inner">
 
            <h2>
                مسیر شناخت خود را شروع کنید
            </h2>
 
            <p>
                اگر می‌خواهید خودتان را بهتر بشناسید
                و آگاهانه‌تر مسیر زندگی‌تان را انتخاب کنید،
                با من در ارتباط باشید.
            </p>
 
            <a href="#contact"
              class="btn btn-gold">
 
                <i class="fa-solid fa-arrow-left"></i>
 
                ارتباط با من
 
            </a>
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    CONTACT
===================================================== -->
 
<section class="section"
        id="contact">
 
    <div class="container">
 
        <div class="section-title">
 
            <small>
                ارتباط
            </small>
 
            <h2>
                با من در ارتباط باشید
            </h2>
 
        </div>
 
 
        <div class="contact-grid">
 
 
            <div class="contact-list">
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-solid fa-phone"></i>
                    </div>
 
                    <div>
 
                        <small>
                            شماره تماس
                        </small>
 
                        <strong>
                            ۰۹۱۲۱۲۳۴۵۶۷۸
                        </strong>
 
                    </div>
 
                </div>
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-regular fa-envelope"></i>
                    </div>
 
                    <div>
 
                        <small>
                            ایمیل
                        </small>
 
                        <strong>
                            info@example.ir
                        </strong>
 
                    </div>
 
                </div>
 
 
                <div class="contact-item">
 
                    <div class="contact-icon">
                        <i class="fa-brands fa-instagram"></i>
                    </div>
 
                    <div>
 
                        <small>
                            اینستاگرام
                        </small>
 
                        <strong>
                            @yourusername
                        </strong>
 
                    </div>
 
                </div>
 
 
            </div>
 
 
            <form class="contact-form">
 
                <div class="form-grid">
 
 
                    <div class="form-group">
 
                        <label>
                            نام و نام خانوادگی
                        </label>
 
                        <input
                        type="text"
                        placeholder="نام شما">
 
                    </div>
 
 
                    <div class="form-group">
 
                        <label>
                            شماره تماس
                        </label>
 
                        <input
                        type="tel"
                        placeholder="۰۹xxxxxxxxx">
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <label>
                            موضوع
                        </label>
 
                        <input
                        type="text"
                        placeholder="موضوع پیام">
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <label>
                            پیام
                        </label>
 
                        <textarea
                        placeholder="پیام خود را بنویسید..."></textarea>
 
                    </div>
 
 
                    <div class="form-group full">
 
                        <button
                        type="submit"
                        class="btn btn-gold">
 
                            <i class="fa-regular fa-paper-plane"></i>
 
                            ارسال پیام
 
                        </button>
 
                    </div>
 
 
                </div>
 
            </form>
 
 
        </div>
 
    </div>
 
</section>
 
 
<!-- =====================================================
    FOOTER
===================================================== -->
 
<footer class="footer">
 
    <div class="container">
 
        <p>
 
            © تمامی حقوق برای
 
            <strong>
                محمدرضا شایق
            </strong>
 
            محفوظ است.
 
        </p>
 
    </div>
 
</footer>
 
 
</main>
 
</div>
 
 
<!-- =====================================================
    SECTION LOCK SYSTEM
===================================================== -->
 
<script>
 
document.addEventListener(
    "DOMContentLoaded",
    function(){
 
        const menuLinks =
            document.querySelectorAll(
                ".sidebar-menu a"
            );
 
        const sections =
            document.querySelectorAll(
                "main section[id]"
            );
 
        let lockedSection = null;
 
        let isHome = true;
 
 
        /* -------------------------------------------------
          CLICK MENU
        ------------------------------------------------- */
 
        menuLinks.forEach(
            link => {
 
                link.addEventListener(
                    "click",
                    function(event){
 
                        event.preventDefault();
 
                        const targetId =
                            this.getAttribute("href");
 
                        const target =
                            document.querySelector(
                                targetId
                            );
 
                        if(!target) return;
 
 
                        /* Active */
 
                        menuLinks.forEach(
                            item => {
 
                                item.classList.remove(
                                    "active"
                                );
 
                            }
                        );
 
                        this.classList.add(
                            "active"
                        );
 
 
                        /* HOME */
 
                        if(targetId === "#home"){
 
                            lockedSection = null;
 
                            isHome = true;
 
                            document.body.classList.remove(
                                "section-locked"
                            );
 
                            window.scrollTo({
                                top:0,
                                behavior:"smooth"
                            });
 
                            return;
 
                        }
 
 
                        /* OTHER SECTIONS */
 
                        isHome = false;
 
                        lockedSection = target;
 
                        document.body.classList.add(
                            "section-locked"
                        );
 
 
                        target.scrollIntoView({
                            behavior:"smooth",
                            block:"start"
                        });
 
                    }
                );
 
            }
        );
 
 
        /* -------------------------------------------------
          BLOCK MOUSE WHEEL
        ------------------------------------------------- */
 
        window.addEventListener(
            "wheel",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    event.preventDefault();
 
                }
 
            },
            {
                passive:false
            }
        );
 
 
        /* -------------------------------------------------
          BLOCK TOUCH SCROLL
        ------------------------------------------------- */
 
        window.addEventListener(
            "touchmove",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    event.preventDefault();
 
                }
 
            },
            {
                passive:false
            }
        );
 
/*
        /* -------------------------------------------------
          BLOCK KEYBOARD SCROLL
        ------------------------------------------------- */
 
        window.addEventListener(
            "keydown",
            function(event){
 
                if(
                    !isHome &&
                    lockedSection
                ){
 
                    const blockedKeys = [
 
                        "ArrowUp",
                        "ArrowDown",
                        "PageUp",
                        "PageDown",
                        "Home",
                        "End",
                        " ",
                        "Spacebar"
 
                    ];
 
                    if(
                        blockedKeys.includes(
                            event.key
                        )
                    ){
 
                        event.preventDefault();
 
                    }
 
                }
 
            }
        );
*/
 
      /* -------------------------------------------------
          CLICKING HOME BUTTON INSIDE PAGE
        ------------------------------------------------- */
 
        document.querySelectorAll(
            'a[href="#home"]'
        ).forEach(
            link => {
 
                link.addEventListener(
                    "click",
                    function(){
 
                        lockedSection = null;
 
                        isHome = true;
 
                        document.body.classList.remove(
                            "section-locked"
                        );
 
                    }
                );
 
            }
        );
 
 
        /* -------------------------------------------------
          INITIAL STATE
        ------------------------------------------------- */
 
        document.body.classList.remove(
            "section-locked"
        );
 
    }
);
 
</script>




</body>
</body>
</html>
</html>
برگرفته از «https://fa.faraghaib.ir/wiki/تست»