amirbody {
    line-height: 1.6;
    color: #333;
    background: #fafafa;
}


.amirhero {
    background: linear-gradient(135deg, #4a90e2, #50c9ce);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}
.amirtitle {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
.amirsubtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.amirbtn-primary {
    background: #fff;
    color: #4a90e2;
    padding: 0.8rem 1.6rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    transition: 0.3s;
}
.amirbtn-primary:hover {
    background: #f1f1f1;
}


.amircontainer {
    width: 90%;
    max-width: 1024px;
    margin: auto;
    padding: 2rem 0;
}
.amirfeatures ul {
    list-style: disc inside;
    margin-top: 1rem;
}
.amirgallery .amirgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}
.amirgallery .amircard {
    background: #e3e3e3;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}


.amirfaq .amirqa {
    margin: 1rem 0;
}
.amirfaq strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.3rem;
}


.amirfooter {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}


@media (max-width: 768px) {
    .amirtitle {
        font-size: 2.5rem;
    }
}
/* ===========================
   CSS اختصاصی RealMarketing
   Prefix: rm-
=========================== */

/* بدنۀ صفحه */
.rm-body {
    padding-bottom: 50px !important;
    font-family: 'Yekan', sans-serif;
    color: #333;
    line-height: 1.6;
}

/* مدیریت نوار پایین */
.rm-manage-bar {
    font-size: 13px;
    position: fixed;
    bottom: 0;
    height: 50px;
    width: 100%;
    right: 0;
    background: #465261;
    box-shadow: 0px 0px 20px rgba(70, 82, 97, 0.2);
    direction: rtl;
    z-index: 1000;
}

.rm-manage-bar-list,
.rm-manage-bar-item {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rm-manage-bar-item {
    display: block;
    float: right;
}

.rm-manage-bar-link {
    text-decoration: none;
    color: #ffffff !important;
    display: block;
    padding: 0 35px 0 10px;
    line-height: 50px;
    height: 50px;
    border-left: 1px solid #556475;
    cursor: pointer;
}

.rm-manage-bar-icon {
    width: 12px;
    height: 12px;
    fill: #ffffff;
    position: absolute;
    top: 20px;
    right: 16px;
}

.rm-manage-bar-return {
    float: left !important;
    background: #46668c;
}

.rm-manage-bar-return .rm-manage-bar-link {
    border: 0;
}

.rm-manage-bar-text {
    display: inline-block;
    margin-left: 5px;
}

.rm-manage-bar-subset {
    position: absolute;
    min-width: 155px;
    display: none;
    right: -53px;
    padding: 5px 0px 30px;
    bottom: 97.5%;
    border-radius: 4px 4px 0px 0px;
    list-style: none;
    background: #3E4855;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.175);
}

.rm-manage-bar-subset:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #3E4855;
    right: 45%;
}

.rm-manage-bar-item:hover .rm-manage-bar-subset {
    display: block;
}

.rm-manage-bar-subset-link {
    display: block;
    padding: 8px 20px;
    line-height: 2;
    position: relative;
    z-index: 1;
    text-decoration: none;
    color: #D0D2D7;
}

.rm-manage-bar-subset-link:hover {
    background: #333b47;
    color: #eee;
}

/* دسته‌بندی ابزارها */
.rm-category-card {
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.rm-category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}

.rm-icon-box {
    font-size: 36px;
    color: #ff6f61;
    margin-bottom: 10px;
}

/* دکمه‌ها */
.rm-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.rm-btn-primary {
    background-color: #ff6f61;
    color: #fff !important;
}

.rm-btn-primary:hover {
    background-color: #ff4f41;
    text-decoration: none;
}

.rm-btn-outline {
    border: 2px solid #ff6f61;
    color: #ff6f61 !important;
    background: transparent;
}

.rm-btn-outline:hover {
    background-color: #ff6f61;
    color: #fff !important;
}

/* عنوان‌ها */
.rm-page-title {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

/* متن محتوا */
.rm-text-content {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .rm-category-card {
        margin-bottom: 15px;
    }
    .rm-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

.rm-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* فاصله بین کارت‌ها */
}

.rm-category-card {
    flex: 1 1 calc(33.333% - 20px); /* ۳ ستون با فاصله */
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .rm-category-card {
        flex: 1 1 calc(50% - 20px); /* تبلت ۲ ستون */
    }
}

@media (max-width: 600px) {
    .rm-category-card {
        flex: 1 1 100%; /* موبایل ۱ ستون */
    }
}
/* کارت‌های ابزار با نام rm-card */
.rm-card {
    background-color: #f5f5f5; /* طوسی روشن */
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.rm-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

/* حذف آیکون‌های رنگی */
.rm-card .rm-icon-box {
    display: none;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .rm-card {
        flex: 1 1 calc(50% - 20px);
    }
}
@media (max-width: 600px) {
    .rm-card {
        flex: 1 1 100%;
    }
}