/* =========================
   Aseman Hoor Hero Section
========================= */

.post-page-list-wrapper-sabl {
    margin-bottom: 24px;
}
p {
    word-break: normal !important;      /* جلوگیری از شکستن حروف وسط کلمه */
    overflow-wrap: break-word !important; /* فقط در صورت طولانی بودن مفرط یک کلمه شکسته شود */
    word-wrap: normal !important;
    white-space: normal !important;
    hyphens: none !important;            /* خاموش کردن خط فاصله خودکار */
    text-align: justify;                 /* برای مرتب شدن دوطرفه متن پاراگراف */
}
.post-page-list-item-sabl {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* ===== Aseman Feature Boxes ===== */
.aseman-features {
    margin-bottom: 35px;
}

.aseman-features .row {
    margin: 0 -8px;
}
.carousel-slide-safa {
    flex: 0 0 calc((100% - 32px) / 3);
    height: 400px !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    background: #e2e8f0;
}
.aseman-features [class*="col-"] {
    padding: 8px;
}
@media (max-width: 768px) {
    .top-header .top-navbar {
        position: relative;
    }

    .top-header .menu-icon {
        display: block;
        cursor: pointer;
    }

    .top-header .safa-navigation {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1000;
        margin: 0;
        padding: 12px 16px;
        list-style: none;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        direction: rtl;
        text-align: right;
    }

    .top-header .safa-navigation.is-open-safa {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .top-header .safa-navigation li {
        display: block;
        width: 100%;
    }

    .top-header .safa-navigation li a {
        display: block;
        padding: 10px 12px;
        color: #222;
        text-decoration: none;
    }
}

.aseman-feature-box {
    background: #fff;
    border: 1px solid #eef0f2;
    border-radius: 14px;
    padding: 22px 18px;
    height: 100%;
    text-align: center;
    transition: box-shadow .3s ease, transform .3s ease;
}
.safa-footer__contact-info-safa {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.safa-footer__contact-item-safa {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #e0e0e0;
    line-height: 1.6;
}

.safa-footer__contact-item-safa .iconify {
    flex-shrink: 0;
    color: #e3a857; /* رنگ آیکون */
}

.safa-footer__contact-item-safa a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.safa-footer__contact-item-safa a:hover {
    color: #e3a857;
}




/* بک گراند سرمه ای هدر و منو */
#hoor-header-safa,
#hoor-header-safa #hoor-links-safa {
    background: #10213b;
}

/* لوگوی کمی بزرگتر */
#hoor-header-safa .brand-safa img {
    width: 150px;
    height: 70px;
}

/* رنگ لینک ها هنگام هاور */
#hoor-header-safa #hoor-links-safa a:hover {
    background: #1c3557;
    color: #f1cf87;
}
/* در حالت دسکتاپ نمایش داده بشه */
@media (min-width: 769px) {
    .safa-navigation { display: flex !important; }
    .safa-menu-toggle { display: none !important; }
}

/* در حالت موبایل */
@media (max-width: 768px) {
    .safa-menu-toggle { display: flex !important; }
    
    .safa-navigation {
        display: none; /* پیش‌فرض مخفی */
        position: absolute;
        top: 60px; /* بسته به ارتفاع هدرت تنظیم کن */
        right: 0;
        width: 100%;
        background: #fff;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        z-index: 9999;
    }

    /* وقتی کلاس active میگیره نمایش داده بشه */
    .safa-navigation.active {
        display: flex !important;
    }
}



@media (max-width: 768px) {
    /* مخفی کردن منو در حالت عادی در موبایل */
    .safa-navigation {
        display: none;
        flex-direction: column;
        background: #fff; /* یا هر رنگی که میخوای پشت منو باشه */
        position: absolute;
        top: 60px; /* تنظیم بر اساس ارتفاع هدرت */
        right: 0;
        width: 100%;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        z-index: 9999;
    }

    /* نمایش منو وقتی کلاس active اضافه شد */
    .safa-navigation.active {
        display: flex;
    }

    /* نمایش دکمه همبرگری فقط در موبایل */
    .safa-menu-toggle {
        display: block; 
    }
}

/* در حالت دسکتاپ هم خیالت راحت باشه که منو مخفی نمیشه */
@media (min-width: 769px) {
    .safa-menu-toggle {
        display: none;
    }
    .safa-navigation {
        display: flex !important; /* یا چیزی که الان داری */
    }
}



.aseman-feature-box:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    transform: translateY(-3px);
}

.aseman-feature-img {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aseman-feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* والد هدر حتما باید نسبی باشه */
.safa-header-top {
    position: relative !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
    z-index: 99999 !important;
}

/* دکمه همبرگری در حالت دسکتاپ مخفی است */
.safa-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100001;
}

.safa-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* استایل دسکتاپ منو */
.safa-navigation {
    display: flex;
    list-style: none;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.safa-navigation li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.safa-footer__about {
    text-align: center; /* برای وسط‌چین شدن متن‌های کل باکس */
}

.safa-footer__brand-safa {
    display: flex;
    flex-direction: column;
    align-items: center; /* وسط‌چین کردن لوگو و متن در راستای افقی */
    justify-content: center;
    text-align: center;
    margin: 0 auto 15px auto;
}

.safa-footer__logo-safa {
    max-width: 90px; /* اندازه کوچک و متناسب لوگو */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 8px auto;
}

.safa-footer__brand-name-safa {
    font-size: 15px;
    font-weight: bold;
    color: #fff; /* یا رنگ متنی که توی فوترت داری */
    margin: 0;
    text-align: center;
}

/* استایل حالت موبایل (زیر 992 پیکسل) */
@media (max-width: 992px) {
    .safa-menu-toggle {
        display: flex !important;
    }

    .safa-navigation {
        display: none !important;
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        background: #111111 !important; /* رنگ زمینه منو */
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 20px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.8) !important;
        z-index: 100000 !important;
    }

    /* کلاسی که با جاوااسکریپت فعال میشه */
    .safa-navigation.safa-show {
        display: flex !important;
    }

    .safa-navigation li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.08);
        padding-bottom: 10px;
    }

    .safa-navigation li a {
        font-size: 16px !important;
        color: #ffffff !important;
        display: block;
    }
}

.aseman-feature-title {
    font-size: 16px;
    font-weight: 600;
    color: #2b2f36;
    margin-bottom: 8px;
    line-height: 1.6;
}
.aseman-landing-container {
    min-height: 60vh;
}

.aseman-landing-content {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
}

.aseman-landing-content p,
.aseman-landing-content div,
.aseman-landing-content span,
.aseman-landing-content li,
.aseman-landing-content h1,
.aseman-landing-content h2,
.aseman-landing-content h3,
.aseman-landing-content h4,
.aseman-landing-content h5,
.aseman-landing-content h6 {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.aseman-landing-content img,
.aseman-landing-content iframe,
.aseman-landing-content video,
.aseman-landing-content table {
    max-width: 100% !important;
    height: auto;
}

.aseman-landing-content pre,
.aseman-landing-content code {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.aseman-feature-text {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.9;
    margin: 0;
}
.mosque-single-content p {
    white-space: normal !important;
    word-break: break-all;
    overflow-wrap: anywhere;
    max-width: 100%;
    box-sizing: border-box;
}

.post-page-list-item-sabl:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
    border-color: rgba(15, 23, 42, 0.12);
}

.post-page-item-image-sabl {
    position: relative;
    padding: 20px 20px 0;
}

.post-page-item-image-sabl a {
    display: block;
    text-decoration: none;
}


.shop-top{
 text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: #001838;
    padding: 32px;
    overflow: hidden;
    height: auto;
    }

    .shop-top-content{
        flex:1 1 0;
        display:flex;
        flex-direction:column;
        justify-content:center;
        color:#fff;
        text-align:right;
    }

    .shop-top-content h1{
        margin:14px;
        font-size:32px;
        line-height:1.5;
        font-weight:800;
        color:#fff;
        
    }

    .shop-top-content p{
        margin:0;
        font-size:15px;
        line-height:2;
        color:rgba(255,255,255,.88);
    }

    .shop-top-image{
        flex:0 0 260px;
        width:260px;
        height:260px;
        border-radius:22px;
        overflow:hidden;
        background:rgba(255,255,255,.08);
        box-shadow:0 12px 30px rgba(0,0,0,.18);
    }

    .shop-top-image img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }

    @media (max-width: 767.98px){
        .shop-top{
                    background-color: #011c3a;
                   flex-direction: column-reverse;
        padding: 20px;
        gap: 20px;
        /* margin-top: 32%; */
        }
   .shop-top2{
               background-color: #011c3a;
                   flex-direction: column-reverse;
        padding: 20px;
        gap: 20px;
        /* margin-top: 32%; */
        }

    .shop-top-image {
        width: 100%;
        max-width: 100%;
        height: 260px;
        flex: 0 0 auto;
        margin: 0 auto;
        top: 100;
        margin-top: 20% !important;
    }



        .shop-top-content{
            min-height:auto;
            width:100%;
            text-align:center;
        }

        .shop-top-content h1{
            font-size:20px;
            margin-bottom:10px;
        }

        .shop-top-content p{
            font-size:14px;
            line-height:1.9;
        }

       
    }
.post-page-item-image-sabl figure {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f8fafc;
    position: relative;
}

.post-page-item-image-sabl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.post-page-list-item-sabl:hover .post-page-item-image-sabl img {
    transform: scale(1.05);
}

.post-page-item-date-sabl {
    position: absolute;
   left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
        width: 100%;
}

.post-page-item-date-sabl time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f1f3a;
    color: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 999px;
    padding: 10px 16px;
    font-size: 0.82rem;
    line-height: 1;
    backdrop-filter: blur(4px);
}

.post-page-item-title-sabl {
    padding: 18px 20px 10px;
}

.post-page-item-title-sabl h1 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 700;
}

.post-page-item-title-sabl h1 a {
    color: #0f1f3a;
    text-decoration: none;
    display: block;
    transition: color 0.25s ease;
}

.post-page-item-title-sabl h1 a:hover {
    color: #d4af37;
}

.post-page-item-title-sabl h1 p {
    margin: 0;
    color: inherit;
    margin-top: 9%;
}

.post-page-item-title-sabl h1 strong {
    font-weight: 700;
}

.post-page-item-content-sabl {
    padding: 0 20px 20px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 2;
}

.post-page-item-content-sabl p {
    margin: 0;
}

@media (max-width: 767px) {
    .post-page-list-item-sabl {
        border-radius: 18px;
    }

    .post-page-item-image-sabl {
        padding: 16px 16px 0;
    }

    .post-page-item-title-sabl {
        padding: 16px 16px 10px;
    }

    .post-page-item-content-sabl {
        padding: 0 16px 16px;
    }
}





.engineer-card-safa .header-line-safa {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.engineer-card-safa .line-safa {
    flex-grow: 1;
    height: 3px;
    background-color: #0d1b3e;
}

.engineer-card-safa .quote-icon-safa {
    font-size: 30px;
    color: #0d1b3e;
    font-family: Georgia, serif;
    line-height: 1;
}

/* محتوا */
.engineer-card-safa .main-body-safa {
    display: flex;
    flex-direction: column; 
    gap: 15px;
    flex-grow: 1;
}

.engineer-card-safa .image-box-safa {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 15px;
}

.engineer-card-safa .image-box-safa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.engineer-card-safa .project-name-safa {
    font-size: 18px;
    font-weight: 800;
    color: #0d1b3e;
    text-decoration: none;
    margin: 10px 0;
    display: block;
}

.engineer-card-safa .project-text-safa {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 15px;
}

.project-meta-safa{
    margin-top: 16px;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e6ebf3;
    border-radius: 16px;
    overflow: hidden;
}

.project-meta-row-safa{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e6ebf3;
}

.project-meta-row-last-safa{
    border-bottom: none;
    padding-bottom: 0;
}

.project-meta-label-safa{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #22304a;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.project-meta-label-safa i{
    color: #1a237e;
    font-size: 15px;
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
}

.project-meta-value-safa{
    color: #1a237e;
    font-size: 13px;
    font-weight: 800;
    text-align: left;
    direction: rtl;
    line-height: 1.6;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* موبایل */
@media (max-width: 576px){
    .project-meta-row-safa{
        padding: 10px 0;
    }

    .project-meta-label-safa{
        font-size: 12px;
        white-space: normal;
    }

    .project-meta-value-safa{
        font-size: 12px;
        max-width: 45%;
    }
}


.row {
  
    text-align: right !important;
}
.engineer-card-safa .features-safa {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.engineer-card-safa .feature-item-safa {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.engineer-card-safa .feature-item-safa i {
    font-size: 18px;
    color: #0d1b3e;
}

.engineer-card-safa .feature-item-safa span {
    font-size: 10px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
}

/* ظرف کلی ویژگی‌ها در پایین کارت */
.features-safa {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #f9f9f9; /* یک پس‌زمینه خیلی ملایم */
    border-radius: 12px;
}

/* هر ردیف ویژگی */
.feature-row-safa {
    display: flex;
    justify-content: space-between; /* چسباندن عنوان به راست و مقدار به چپ */
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0; /* خط جداکننده کمرنگ */
}

/* حذف خط آخرین ردیف */
.no-border-safa {
    border-bottom: none !important;
}

/* استایل عنوان (سمت راست) */
.label-safa {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.label-safa i {
    color: #1a237e; /* رنگ سرمه‌ای آیکون‌ها */
    font-size: 14px;
    width: 20px;
    text-align: center;
}

/* استایل مقدار (سمت چپ) */
.value-safa {
    font-size: 13px;
    color: #1a237e; /* رنگ سرمه‌ای برای اعداد و مقادیر */
    font-weight: 700;
    text-align: left;
    direction: rtl;
}

/* بهبود ظاهر کارت اصلی برای هماهنگی */
.engineer-card-safa {
    border: 1px solid #eee;
    transition: all 0.3s ease;
    background: #fff;
    padding: 4%;
    border-radius: 15px;
}
.project-progress-wrap-safa{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e6ebf3;
}

.project-progress-title-safa{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #1a237e;
}

.project-progress-title-safa strong{
    font-size: 14px;
    color: #0d1b3e;
}

.project-progress-bar-bg-safa{
    width: 100%;
    height: 22px;
    background: #e9edf3;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.project-progress-bar-fill-safa{
    height: 100%;
    background: linear-gradient(90deg, #1a237e, #0d1b3e);
    border-radius: 999px;
    position: relative;
    transition: width 0.4s ease;
}

.project-progress-bar-fill-safa::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.18) 25%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0) 50%,
        rgba(255,255,255,0.18) 50%,
        rgba(255,255,255,0.18) 75%,
        rgba(255,255,255,0) 75%
    );
    background-size: 18px 18px;
    opacity: 0.35;
}

.project-invest-btn-safa{
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 13px 16px;
    background: #1a237e;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 16px rgba(26, 35, 126, 0.18);
}

.project-invest-btn-safa:hover{
    background: #0d1b3e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 27, 62, 0.25);
}




.engineer-card-safa:hover {
    box-shadow: 0 10px 25px rgba(26, 35, 126, 0.1);
    transform: translateY(-5px);
}

.engineer-card-safa .quote-img-box-safa {
    width: 40px; 
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.engineer-card-safa .quote-img-box-safa img {
    width: 100%;
    height: auto;
    object-fit: contain;
}



.safa-top-new {
    position: relative;
    min-height: 680px;
    width: 100%;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 13, 60, 0.9), rgba(0, 25, 64, 0.8)), url('/images/aseman-slid.webp');
    background-size: cover;
    background-position: center;
    /* ردیوس پایین سکشن طبق عکس */
    border-radius: 0 0 50% 50% / 0 0 100px 100px; 
    isolation: isolate;
    margin-bottom: 80px; /* ایجاد فضا برای باکس‌هایی که بیرون می‌زنند */
}

/* Header & Nav */
.safa-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 80px, 1200px);
    margin: 0 auto;
    padding: 20px 0;
}

.safa-logo { width: 160px; height: auto; }

.safa-navigation {
    display: flex;
    list-style: none;
}

.safa-navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}
#hoor-header-safa .brand-safa img {
    display: block;
    width: 85px !important;
    height: auto !important;
    object-fit: contain;
}
.safa-navigation a:hover { color: #d2b272; }

/* Main Content */
.safa-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100% - 80px, 1200px);
    margin: 0 auto;
    /*padding: 60px 0 120px;*/
}

.safa-text {     width: 50%;
    text-align: right;
    font-weight: 900;
    line-height: 240%; }
.safa-text h1 { font-size: 50px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: right;
    font-weight: 900; }
.safa-text h1 span { color: #d2b272; }
.safa-text p { font-size: 17px; opacity: 0.85; line-height: 1.8; }

/* Animation Logo Area */
.safa-slider { width: 40%; display: flex; justify-content: center; }
.safa-slide-image {
    position: relative;
    /*width: 380px;*/
    /*height: 380px;*/
    border: 1px solid rgba(210, 178, 114, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: safa-float 5s ease-in-out infinite;
}

.safa-round-content {
    width: 280px;
    height: 280px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(210, 178, 114, 0.5);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.safa-round-logo img { width: 150px; }

.safa-call {
    background: #d2b272;
    color: #000;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.safa-call:hover { transform: scale(1.05); background: #fff; }

/* --- Icons Box (The tricky part) --- */
.safa-beauty-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%); /* نصف باکس بیرون، نصف داخل */
    width: min(100% - 40px, 1100px);
    z-index: 999; /* بالاترین اولویت برای جلوگیری از رفتن زیر لایه‌ها */
}

.safa-icons-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.safa-icon-item {
    background: #fff;
    color: #333;
    width: 170px;
    height: 190px;
    border-radius: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.3s;
}



/* استایل کارت‌های والد برای تراز دکمه‌ها */
.sa-hamkari-cardf {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sa-hamkari-textf {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* دکمه‌های گلس مورفیسم مدرن */
.btn-safa-glass {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  margin-top: auto;
}

.btn-safa-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: 0.5s;
}

.btn-safa-glass:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.btn-safa-glass:hover::before {
  left: 100%;
}

.btn-safa-glass i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

.btn-safa-glass:hover i {
  transform: translateX(-4px);
}

/* ساختار کلی مودال‌ها */
.modal-safa-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 15, 29, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-safa-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-safa-card {
  position: relative;
  width: 100%;
  max-width: 580px;
  background: rgba(26, 32, 53, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  color: #f1f5f9;
  direction: rtl;
  text-align: right;
  transform: scale(0.92) translateY(15px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  max-height: 90vh;
  overflow-y: auto;
}

.modal-safa-overlay.active .modal-safa-card {
  transform: scale(1) translateY(0);
}

.modal-safa-close {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

.modal-safa-close:hover {
  background: rgba(239, 68, 68, 0.25);
  color: #ef4444;
}

/* هدر مودال */
.modal-safa-header {
  text-align: center;
  margin-bottom: 24px;
}

.modal-safa-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.2), rgba(245, 158, 11, 0.05));
  border: 1px solid rgba(245, 158, 11, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #f59e0b;
}

.modal-safa-header h3 {
  font-size: 1.25rem;
  margin: 0 0 6px 0;
  color: #ffffff;
}

.modal-safa-header p {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.6;
}

/* پاپ آپ ۱: لیست پروژه‌ها */
.modal-safa-projects-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-safa-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.project-safa-item:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(245, 158, 11, 0.4);
  transform: translateX(-4px);
}

.project-safa-info h4 {
  margin: 0 0 4px 0;
  font-size: 0.95rem;
  color: #f8fafc;
}

.project-safa-info p {
  margin: 0;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

.project-safa-link-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e1;
  font-size: 0.75rem;
  transition: 0.2s;
  flex-shrink: 0;
  margin-right: 10px;
}

.project-safa-item:hover .project-safa-link-icon {
  background: #f59e0b;
  color: #111;
}

/* پاپ آپ ۲ و ۳: باکس تماس و فرم */
.consult-call-box-safa {
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 18px;
}

.consult-call-box-safa p {
  margin: 0 0 8px 0;
  font-size: 0.82rem;
  color: #cbd5e1;
}

.consult-phone-safa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fbbf24;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  direction: ltr;
}

.modal-safa-divider {
  text-align: center;
  position: relative;
  margin: 20px 0;
}

.modal-safa-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.modal-safa-divider span {
  position: relative;
  background: #1a2035;
  padding: 0 12px;
  font-size: 0.75rem;
  color: #64748b;
}

.form-safa-consult {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group-safa input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #fff;
  font-size: 0.88rem;
  box-sizing: border-box;
  outline: none;
  transition: 0.25s;
}

.form-group-safa input:focus {
  border-color: #f59e0b;
  background: rgba(255, 255, 255, 0.08);
}

.btn-safa-submit {
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.25s;
}

.btn-safa-submit:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.form-alert-safa {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.82rem;
  text-align: center;
}

.form-alert-safa.success {
  display: block;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
}

/* پاپ آپ ۴: دانلود پیش‌نویس‌ها */
.contracts-download-list-safa {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contract-file-item-safa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 16px;
  border-radius: 14px;
}

.contract-file-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contract-file-meta i {
  font-size: 1.8rem;
  color: #f43f5e;
}

.contract-file-meta strong {
  display: block;
  font-size: 0.9rem;
  color: #f1f5f9;
  margin-bottom: 2px;
}

.contract-file-meta span {
  font-size: 0.75rem;
  color: #94a3b8;
}

.btn-download-safa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  font-size: 0.78rem;
  text-decoration: none;
  transition: 0.25s;
}

.btn-download-safa:hover {
  background: #f59e0b;
  color: #111;
  border-color: #f59e0b;
}












.safa-icon-item:hover { transform: translateY(-10px); }
.safa-icon-item img { width: 60px; margin-bottom: 15px; }
.safa-icon-item p { font-size: 14px; font-weight: bold; text-align: center; margin: 0; color: #000d3c; }

/* Animation */
@keyframes safa-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
    .safa-top-new {
        min-height: auto;
        border-radius: 0 0 50px 50px;
        margin-bottom: 150px; /* فضای بیشتر برای گرید عمودی */
    }

    .safa-content {
        flex-direction: column;
        text-align: center;
        padding-bottom: 100px;
    }

    .safa-text { width: 100%; margin-bottom: 40px; }
    .safa-text h1 { font-size: 27px; }

    .safa-slider { width: 100%; }
    .safa-slide-image { width: 280px; height: 280px; }

    /* غیرفعال کردن سوییپر و تبدیل به گرید در موبایل */
    .safa-icons-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr; /* دوتا در هر ردیف */
        gap: 10px;
        width: 100%;
    }

    .safa-icon-item {
        width: 100% !important;
        height: 160px;
    }
    
    .safa-beauty-container {
       
        padding-top: 130%;
    }

    .safa-navigation { display: none; } /* مخفی کردن منوی ساده برای موبایل */
}


.sfa-apartment-section{
background: #fff;
    padding: 60px 0px;
    direction: rtl;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.sa-apartment-section{
background: #fff;
    padding: 60px 0px;
    direction: rtl;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.sa-apartment-container{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:40px;
}

.sa-apartment-content{
  flex:1;
  text-align:right;
}

.sa-apartment-title{
  position:relative;
  color:#1f2a5a;
  font-size:34px;
  font-weight:800;
  margin:0 0 18px;
  padding-right:56px;
  text-align:right;
}
.sa-apartment-title-w {
  position:relative;
  color:#ffffff;
  font-size:34px;
  font-weight:800;
  margin:0 0 18px;
  padding-right:56px;
  text-align:right;
}

.sa-apartment-title::before{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:4px;
  background:#1f2a5a;
  border-radius:999px;
}
.sa-apartment-title-w {
  position: relative; 
}

.sa-apartment-title-w::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 4px;
  background: #ffffff;
  border-radius: 999px;
}
.sa-apartment-text{
 color: #555;
    line-height: 2;
    /* margin: 0 0 28px; */
    text-align: justify;
    padding: 0% 2%;
}

.sa-apartment-features{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.sa-apartment-feature{
  background:#fff;
  border:1px solid #e8e8ee;
  border-radius:14px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  text-align:right;
  transition:all .25s ease;
  box-shadow:0 6px 18px rgba(31,42,90,.04);
}

.sa-apartment-feature:hover{
  transform:translateY(-3px);
  border-color:#1f2a5a;
  box-shadow:0 12px 28px rgba(31,42,90,.12);
}

.sa-apartment-icon{
  width:24px;
  height:24px;
  min-width:24px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#1f2a5a;
  color:#fff;
  font-size:14px;
  font-weight:700;
}









.investment-page-safa {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 15px !important;
    box-sizing: border-box !important;
}

.project-title-safa {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    color: #1a202c !important;
}

.investment-sidebar-safa {
    display: flex !important;
    flex-direction: column !important;
}

.image-box-safa {
    width: 100% !important;
    /*margin: 0 0 15px 0 !important;*/
    padding: 0 !important;
}

.image-box-safa img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
    object-fit: cover !important;
}

.project-meta-safa {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.investment-content-safa {
    box-sizing: border-box !important;
}

@media (min-width: 769px) {
    .investment-layout-safa {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 30px !important;
    }

    .investment-content-safa {
        flex: 1 1 68% !important;
        min-width: 0 !important;
    }

    .investment-sidebar-safa {
        flex: 0 0 32% !important;
        max-width: 380px !important;
        width: 380px !important;
        position: sticky !important;
        top: 90px !important;
    }
}

@media (max-width: 768px) {
    .investment-layout-safa {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 20px !important;
    }

    .investment-sidebar-safa {
        width: 100% !important;
        max-width: 100% !important;
        position: static !important;
    }

    .image-box-safa {
        width: 100% !important;
        /*margin: 0 0 12px 0 !important;*/
    }

    .project-meta-safa {
        margin: 0 !important;
    }

    .investment-content-safa {
        width: 100% !important;
    }
}







.sa-apartment-image-box{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
}

.sa-apartment-image{
  width:100%;
  max-width:520px;
  height:auto;
  display:block;
  border-radius: 15px;
}

@media (max-width: 992px){
  .sa-apartment-container{
    flex-direction:column;
  }

  .sa-apartment-content{
    order:1;
  }

  .sa-apartment-image-box{
    order:2;
    width:100%;
  }

  .sa-apartment-title{
    font-size:28px;
  }
}

@media (max-width: 576px){
  .sa-apartment-section{
padding: 103% 2% 0% 2%;  }
  .sfa-apartment-section{
padding: 13% 2% 0% 2%;  }


  .sa-apartment-title{
    font-size:24px;
    padding-right:48px;
  }

  .sa-apartment-features{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .sa-apartment-feature{
    padding:14px 14px;
    font-size:14px;
  }
}


.projects-section-s {
    direction: rtl;
    padding: 60px 20px;
    background-color: #051a3a; /* رنگ پس‌زمینه بخش */
    color: #fff;
}

.projects-container-s {
    max-width: 1200px;
    margin: 0 auto;
}

.header-s {
    text-align: right;
    margin-bottom: 40px;
}

.subtitle-s {
    color: #3498db;
    font-size: 14px;
    border-right: 3px solid #f39c12;
    padding-right: 10px;
}

.title-s {
    font-size: 28px;
    margin-top: 10px;
}

.tabs-s {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-btn-s {
    background: transparent;
    border: 1px solid #ffffff44;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
    transition: 0.3s;
}

.tab-btn-s.active-s {
    background-color: #f39c12;
    color: #000;
    border-color: #f39c12;
    font-weight: bold;
}

.tab-content-s {
    display: none;
}

.tab-content-s.active-s {
    display: block;
    animation: fadeInS 0.5s ease;
}

.grid-s {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.card-s {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
    position: relative;
    transition: 0.3s;
    text-align: right;
}

.card-s:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.badge-s {
    background: rgba(52, 152, 219, 0.2);
    color: #3498db;
    font-size: 11px;
    padding: 4px 12px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.card-title-s {
    font-size: 18px;
    margin: 40px 0 15px;
    text-align: right;
}

.card-desc-s {
    font-size: 13px;
    color: #bdc3c7;
    line-height: 1.8;
    margin-bottom: 30px;
    min-height: 50px;
}

.progress-info-s {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 8px;
    color: #95a5a6;
}

.progress-bar-s {
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
}

.progress-fill-s {
    height: 100%;
    background-color: #f39c12;
}

/* Animations */
@keyframes fadeInS {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 992px) {
    .grid-s { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .grid-s { grid-template-columns: 1fr; }
    .header-s { text-align: center; }
    .tabs-s { justify-content: center; }
    .subtitle-s { border-right: none; border-bottom: 2px solid #f39c12; padding: 0 0 5px 0; }
}



.sa-hamkari-sectionf{
  width: 100%;
  padding: 40px 0;
  direction: rtl;
  overflow: hidden;
}

.sa-hamkari-containerf{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.sa-hamkari-titlef{
  margin: 0 0 40px 0;
  text-align: right;
  color: #0d1a4d; /* سرمه ای تیره مطابق تصویر */
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 15px;
}

.sa-hamkari-titlef::after {
    content: "";
    height: 3px;
    width: 60px;
    background-color: #0d1a4d;
    display: inline-block;
}

.sa-hamkari-wrapperf{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  position: relative;
  gap: 10px;
}

.sa-hamkari-stepf{
  position: relative;
  flex: 1;
  min-width: 0;
  text-align: center;
}

.sa-hamkari-numberf{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0d1a4d; /* سرمه ای */
  color: #d4af37; /* طلایی شماره */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto -22px auto;
  position: relative;
  z-index: 5;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.sa-hamkari-cardf{
  background: #ffffff;
  border: 1px solid #e1e4ed;
  border-radius: 20px;
  padding: 45px 15px 25px 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sa-hamkari-iconf{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #0d1a4d;
  font-size: 32px;
}

/* استایل جدید برای تیتر گام ها با تگ P */
.sa-hamkari-step-titlef{
  margin: 0 0 12px 0 !important;
  color: #0d1a4d !important; /* سرمه ای */
  font-size: 19px !important;
  font-weight: 700 !important; /* فونت ویت ۷۰۰ */
  line-height: 1.4 !important;
  text-align: center !important;
}

.sa-hamkari-textf{
  margin: 0;
  color: #666e80;
  font-size: 13.5px;
  line-height: 1.9;
  text-align: center;
}

.sa-hamkari-arrowf{
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d1a4d;
  font-size: 24px;
  margin-top: 135px;
}

/* موبایل و ریسپانسیو - اسکرول افقی */
@media (max-width: 1024px){
  .sa-hamkari-wrapperf{
    overflow-x: auto;
    padding-bottom: 25px;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #0d1a4d #f0f0f0;
  }

  /* زیباسازی اسکرول بار برای کروم */
  .sa-hamkari-wrapperf::-webkit-scrollbar {
    height: 5px;
  }
  .sa-hamkari-wrapperf::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  .sa-hamkari-wrapperf::-webkit-scrollbar-thumb {
    background: #0d1a4d;
    border-radius: 10px;
  }

  .sa-hamkari-stepf{
    flex: 0 0 250px; /* عرض ثابت در حالت اسکرول */
  }

  .sa-hamkari-arrowf{
    flex: 0 0 25px;
    margin-top: 130px;
  }
}

@media (max-width: 600px){
  .sa-hamkari-titlef{
    font-size: 20px;
  }
  .sa-hamkari-stepf{
    flex: 0 0 220px;
  }
  /* حذف فلش ها در موبایل برای تمیزی بیشتر اسکرول */
  .sa-hamkari-arrowf{
    display: none;
  }
}



.sa-building-sectionf{
  width: 100%;
  padding: 80px 0;
  direction: rtl;
  overflow: hidden;
  box-sizing: border-box;
}

.sa-building-containerf{
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  box-sizing: border-box;
}

.sa-building-contentf{
  width: calc(58% - 35px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}

.sa-building-titlef{
  width: 100%;
  margin: 0 0 22px 0;
  color: #101d52;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}

.sa-building-descriptionf{
  max-width: 670px;
  margin: 0 0 35px 0;
  color: #687086;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.2;
  text-align: right;
}

.sa-building-itemsf{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
}

.sa-building-itemf{
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #edf0f6;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(25, 48, 100, 0.06);
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sa-building-itemf:hover{
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(25, 48, 100, 0.12);
}

.sa-building-item-iconf{
  flex: 0 0 53px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f5fb;
  color: #14265e;
  font-size: 22px;
}

.sa-building-item-contentf{
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.sa-building-item-titlef{
  margin: 0 0 6px 0;
  color: #111f56;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: right;
}

.sa-building-item-textf{
  margin: 0;
  color: #7a8294;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}

.sa-building-image-wrapperf{
  width: calc(42% - 35px);
  max-width: 500px;
  min-width: 350px;
  position: relative;
  padding: 18px;
  box-sizing: border-box;
  z-index: 1;
}

.sa-building-image-borderf{
  position: absolute;
  inset: 0;
  border: 2px solid #b9d8f5;
  border-radius: 25px;
  transform: rotate(-5deg);
  z-index: 0;
}

.sa-building-image-boxf{
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #eef4fa;
  box-shadow: 0 16px 38px rgba(19, 49, 93, 0.14);
  z-index: 1;
}

.sa-building-imagef{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* قرار گرفتن آیتم ها کمی روی تصویر */
@media (min-width: 993px){
  .sa-building-contentf{
    margin-left: -55px;
  }

  .sa-building-itemsf{
    position: relative;
    z-index: 4;
  }

  .sa-building-itemf{
    position: relative;
  }
}

/* تبلت */
@media (max-width: 1100px){
  .sa-building-containerf{
    gap: 40px;
    padding: 0 22px;
  }

  .sa-building-contentf{
    width: calc(58% - 20px);
  }

  .sa-building-image-wrapperf{
    width: calc(42% - 20px);
    min-width: 300px;
  }

  .sa-building-titlef{
    font-size: 28px;
  }

  .sa-building-itemf{
    gap: 10px;
    padding: 12px;
  }

  .sa-building-item-iconf{
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  .sa-building-item-titlef{
    font-size: 14px;
  }

  .sa-building-item-textf{
    font-size: 11.5px;
  }
}

/* موبایل */
@media (max-width: 768px){
  .sa-building-sectionf{
    padding: 50px 0;
  }

  .sa-building-containerf{
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  /*
    ترتیب موبایل:
    1. تیتر
    2. متن
    3. چهار آیتم
    4. تصویر
  */

  .sa-building-contentf{
    width: 100%;
    margin: 0;
    display: contents;
  }

  .sa-building-titlef{
    order: 1;
    margin: 0;
    font-size: 24px;
    line-height: 1.6;
    text-align: right;
  }

  .sa-building-descriptionf{
    order: 2;
    max-width: none;
    margin: -18px 0 0 0;
    font-size: 14px;
    line-height: 2.1;
    text-align: right;
  }

  .sa-building-itemsf{
    order: 3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .sa-building-itemf{
    min-height: 105px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 12px 8px;
    text-align: center;
  }

  .sa-building-item-contentf{
    width: 100%;
    align-items: center;
  }

  .sa-building-item-titlef{
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
  }

  .sa-building-item-textf{
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
  }

  .sa-building-image-wrapperf{
    order: 4;
    width: 100%;
    max-width: 470px;
    min-width: 0;
    margin: 5px auto 0 auto;
    padding: 13px;
  }

  .sa-building-image-borderf{
    border-radius: 20px;
    transform: rotate(-4deg);
  }

  .sa-building-image-boxf{
    border-radius: 18px;
  }
}

/* موبایل کوچک */
@media (max-width: 480px){
  .sa-building-sectionf{
    padding: 40px 0;
  }

  .sa-building-titlef{
    font-size: 21px;
  }

  .sa-building-descriptionf{
    font-size: 13px;
  }

  .sa-building-itemsf{
    gap: 10px;
  }

  .sa-building-itemf{
    min-height: 108px;
    border-radius: 12px;
  }

  .sa-building-item-iconf{
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .sa-building-item-titlef{
    font-size: 12.5px;
  }

  .sa-building-item-textf{
    font-size: 10px;
  }
}

/* موبایل خیلی کوچک */
@media (max-width: 360px){
  .sa-building-containerf{
    padding: 0 12px;
  }

  .sa-building-itemsf{
    grid-template-columns: 1fr;
  }

  .sa-building-itemf{
    min-height: 82px;
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
    padding: 10px 14px;
  }

  .sa-building-item-contentf{
    align-items: flex-start;
  }

  .sa-building-item-titlef,
  .sa-building-item-textf{
    text-align: right;
  }
}



.sa-academy-sectionf {
    width: 100%;
    padding: 15px 0;
    direction: rtl;
    background: transparent;
    text-align: right;
}

.sa-academy-containerf {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* هدر سکشن */
.sa-academy-topf {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 40px;
}

.sa-academy-titlef {
    flex-shrink: 0;
    font-size: 28px;
    color: #0f1b55;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sa-academy-titlef::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #0f1b55;
    display: inline-block;
}

.sa-academy-introf {
    font-size: 14px;
    color: #444;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
    width: 65%;
}

/* بخش اصلی محتوا */
.sa-academy-mainf {
    position: relative;
    height: 450px; /* ارتفاع ثابت برای مدیریت پوزیشن ها */
    display: flex;
    align-items: center;
}
        .academy-video-wrapper {
            position: relative;
            width: 100%;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(1, 28, 58, 0.12);
            background: #011c3a;
            margin-bottom: 25px;
        }
        .academy-video-wrapper iframe {
            width: 100% !important;
            height: 100% !important;
            min-height: 420px;
            border: 0;
            display: block;
        }
        @media (max-width: 768px) {
            .academy-video-wrapper iframe {
                min-height: 240px;
            }
        }
/* استایل عکس مشابه تصویر */
.sa-academy-img-wrapperf {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 60%;
    border: 8px solid #bed9f3; /* استروک آبی کمرنگ */
    border-radius: 40px;
    overflow: hidden;
    /* برش خاص سمت چپ تصویر مشابه عکس */
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%); 
}

.sa-academy-imgf {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* کارت ها */
.sa-academy-cards-wrapf {
    position: relative;
    width: 100%;
    height: 60%;
        margin-top: -14%;
}

.sa-academy-cardf {
position: absolute;
    background: #ffffff;
    border-radius: 20px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 320px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 14%);
    z-index: 10;
}

/* پوزیشن دقیق کارت ها مشابه عکس */
.card-1f { top: 10%; left: 5%; }
.card-2f { top: 10%; right: 35%; } /* این کارت روی لبه عکس می افتد */
.card-3f { bottom: 15%; left: 5%; }
.card-4f { bottom: 15%; right: 35%; } /* این کارت روی لبه عکس می افتد */

.sa-card-iconf {
    font-size: 35px;
    color: #0f1b55;
}

.sa-card-contentf {
    flex-grow: 1;
}

.sa-card-titlef {
    margin: 0 0 5px 0;
    font-weight: 700;
    color: #0f1b55;
    font-size: 16px;
}

.sa-card-textf {
    margin: 0;
    font-size: 11px;
    color: #777;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .sa-academy-topf {
        flex-direction: column;
        gap: 20px;
    }
    .sa-academy-mainf {
        height: auto;
        flex-direction: column;
    }
    .sa-academy-img-wrapperf {
        position: relative;
        width: 100%;
        height: 300px;
        clip-path: none;
        order: 4; /* عکس در انتها */
        margin-top: 30px;
    }
    .sa-academy-cards-wrapf {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        order: 3; /* کارت ها بعد از متن */
            margin-top: -14%;
    }
    .sa-academy-cardf {
        position: static;
        width: auto;
    }
}

@media (max-width: 600px) {
    .sa-academy-cards-wrapf {
        grid-template-columns: 1fr;
    }
    .sa-academy-titlef { font-size: 22px; }
}


@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-FD-WOL.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Bold-FD-WOL.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Thin-FD-WOL.ttf') format('truetype');
  font-weight: 100;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Light-FD-WOL.ttf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: Shabnam;
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.eot');
  src: url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.woff2') format('woff2'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.woff') format('woff'),
       url('/fonts/Farsi-Digits-Without-Latin/Shabnam-Medium-FD-WOL.ttf') format('truetype');
  font-weight: 500;
}

/*@font-face {*/
/*  font-family: droidnaskh;*/
/*    src: url('/fonts/DroidPersianNaskh-Regular.woff');*/
/*    src: url('/fonts/DroidPersianNaskh-Regular.ttf') format('truetype');*/
/*  font-weight: normal;*/
/*}*/


:root {
    /*--main-color: #4CAF50;*/
    --main-color: #e22326;
    --secondary-color: #c21d20;
}

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #444;
    direction: rtl;
    overflow-x: hidden;
    font-family: 'Shabnam', sans-serif;
}

a {
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a:hover {
    color: #004dad !important;
}




:root{
    --navy-safa:#0a192f;
    --navy-2-safa:#10294d;
    --gold-safa:#c5a059;
    --gold-2-safa:#e0c07a;
    --text-safa:#1f2937;
    --border-safa:#d9e2ef;
    --bg-soft-safa:#f7f9fc;
    --white-safa:#ffffff;
}

/* کل صفحه */
.investment-page-safa{
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 20px 60px;
    text-align: right !important;
}
img {
    
    width: 100%;
}
/* عنوان اصلی */
.project-title-safa{
    font-size: 32px;
    line-height: 1.5;
    color: var(--navy-safa);
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--gold-safa);
    position: relative;
}

.project-title-safa::after{
    content:"";
    position:absolute;
    right:0;
    bottom:-3px;
    width:120px;
    height:3px;
    background: linear-gradient(90deg, var(--gold-safa), var(--gold-2-safa));
}

/* تصویر */
.project-image-wrap-safa{
    margin-bottom: 25px;
}

.project-image-safa{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(10,25,47,.12);
    border: 1px solid rgba(197,160,89,.25);
}

/* چیدمان */
.investment-layout-safa{
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(320px, .95fr);
    gap: 32px;
    align-items: start;
}
/* استایل سایر پروژه‌ها در سایدبار */
.other-projects-box-safa {
    margin-top: 20px;
}
.other-projects-title-safa {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 8px;
}





/* =========================================
   SAFA PROJECT CONTENT STYLE
   Scope: investment-content-safa
   ========================================= */

/* متن اصلی پروژه */
.investment-content-safa {
    line-height: 1.9;
    color: #333;
    font-size: 16px;
    margin-bottom: 18px;
}

/* لینک‌ها */
.investment-content-safa a {
    color: #a17c32;
    text-decoration: none;
    font-weight: 600;
}

.investment-content-safa a:hover {
    text-decoration: underline;
}

/* =========================================
   HEADINGS
   ========================================= */

.investment-content-safa h1,
.investment-content-safa h2,
.investment-content-safa h3,
.investment-content-safa h4,
.investment-content-safa h5,
.investment-content-safa h6 {
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    color: #222;
    line-height: 1.5;
    margin-top: 28px;
    margin-bottom: 20px;
    padding-bottom: 8px;
}

/* خط طلایی دقیقاً به اندازه متن هدینگ */
.investment-content-safa h1::after,
.investment-content-safa h2::after,
.investment-content-safa h3::after,
.investment-content-safa h4::after,
.investment-content-safa h5::after,
.investment-content-safa h6::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #a17c32;
}

/* =========================================
   LISTS
   ========================================= */

.investment-content-safa ul,
.investment-content-safa ol {
    margin: 18px 0;
    padding-right: 0;
    padding-left: 0;
}

.investment-content-safa ul {
    list-style: none;
}

.investment-content-safa ul li {
    position: relative;
    padding-right: 30px;
    margin-bottom: 12px;
    line-height: 1.9;
}

/* تیک طلایی */
.investment-content-safa ul li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 2px;
    color: #a17c32;
    font-size: 18px;
    font-weight: 700;
}

/* لیست شماره‌دار */
.investment-content-safa ol {
    padding-right: 28px;
}

.investment-content-safa ol li {
    padding-right: 6px;
    margin-bottom: 12px;
    line-height: 1.9;
}

/* =========================================
   TEXT ELEMENTS
   ========================================= */

.investment-content-safa strong,
.investment-content-safa b {
    font-weight: 700;
    color: #222;
}

.investment-content-safa blockquote {
    margin: 24px 0;
    padding: 15px 20px;
    border-right: 3px solid #a17c32;
    background: #faf8f3;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 768px) {

    .investment-content-safa {
        font-size: 15px;
        line-height: 1.85;
        margin-bottom: 15px;
    }

    .investment-content-safa h1,
    .investment-content-safa h2,
    .investment-content-safa h3,
    .investment-content-safa h4,
    .investment-content-safa h5,
    .investment-content-safa h6 {
        margin-top: 24px;
        margin-bottom: 17px;
        padding-bottom: 7px;
        line-height: 1.55;
    }

    .investment-content-safa ul li {
        padding-right: 27px;
        margin-bottom: 10px;
    }

    .investment-content-safa ul li::before {
        font-size: 17px;
    }

    .investment-content-safa ol {
        padding-right: 24px;
    }

    .investment-content-safa ol li {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {

    .investment-content-safa {
        font-size: 14px;
        line-height: 1.9;
    }

    .investment-content-safa h1,
    .investment-content-safa h2,
    .investment-content-safa h3,
    .investment-content-safa h4,
    .investment-content-safa h5,
    .investment-content-safa h6 {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .investment-content-safa ul li {
        padding-right: 25px;
    }
}





.other-projects-list-safa {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.other-project-item-safa {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    transition: all 0.25s ease;
}
.other-project-item-safa:hover {
    background: #ffffff;
    border-color: #0f172a;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.other-project-thumb-safa {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #e2e8f0;
}
.other-project-thumb-safa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.other-project-info-safa {
    flex: 1;
    overflow: hidden;
}
.other-project-name-safa {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13.5px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.6;
}
.other-project-item-safa:hover .other-project-name-safa {
    color: #0f172a;
}

/* محتوای اصلی */
.investment-content-safa{
    background: var(--white-safa);
    border: 1px solid var(--border-safa);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(16,41,77,.05);
    color: var(--text-safa);
}

/* استایل متن‌ها */
.investment-content-safa p,
.sidebar-item-value-safa,
.sidebar-item-label-safa{
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
}

/* h2 و h3 */
.investment-content-safa h2,
.investment-content-safa h3{
    color: var(--navy-safa);
    margin: 28px 0 16px;
    font-weight: 800;
    line-height: 1.7;
    position: relative;
    padding-right: 16px;
}

.investment-content-safa h2{
    font-size: 24px;
}

.investment-content-safa h3{
    font-size: 20px;
}

.investment-content-safa h2::before,
.investment-content-safa h3::before{
    content:"";
    position:absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(180deg, var(--gold-safa), var(--gold-2-safa));
}

/* p */
.investment-content-safa p{
    margin: 0 0 16px;
    color: #374151;
}

/* سایدبار */
.investment-sidebar-safa{
    position: sticky;
    top: 24px;
}

.sidebar-box-safa{
    background: linear-gradient(180deg, var(--navy-safa), var(--navy-2-safa));
    color: var(--white-safa);
    border-radius: 18px;
    padding: 22px;
    border: 1px solid rgba(197,160,89,.25);
    box-shadow: 0 14px 35px rgba(10,25,47,.16);
}

.sidebar-box-title-safa{
    color: var(--gold-safa);
    font-size: 20px;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(224,192,122,.22);
    text-align: center;
}

/* آیتم‌های سایدبار */
.sidebar-item-safa{
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.sidebar-item-icon-safa{
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(197,160,89,.14);
    color: var(--gold-safa);
    font-size: 16px;
    flex-shrink: 0;
}

.sidebar-item-label-safa{
    color: rgba(255,255,255,.88);
    font-weight: 700;
    text-align: right;
}

.sidebar-item-value-safa{
    color: var(--gold-2-safa);
    font-weight: 700;
    text-align: left;
    direction: ltr;
}

/* نوار پیشرفت */
.progress-wrap-safa{
    margin: 18px 0;
    padding: 14px;
    border-radius: 14px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}

.progress-head-safa{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #fff;
    font-size: 15px;
}

.progress-head-safa strong{
    color: var(--gold-safa);
}

.progress-bar-bg-safa{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,.12);
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar-fill-safa{
    height: 100%;
    background: linear-gradient(90deg, var(--gold-safa), var(--gold-2-safa));
    border-radius: 999px;
}

/* دکمه تماس */
.sidebar-cta-safa{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 14px;
    background: linear-gradient(90deg, var(--gold-safa), var(--gold-2-safa));
    color: var(--navy-safa);
    text-decoration: none;
    font-weight: 800;
    transition: .25s;
}

.sidebar-cta-safa:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(197,160,89,.25);
}

/* ریسپانسیو */
@media (max-width: 1100px){
    .investment-layout-safa{
        grid-template-columns: 1fr;
    }

    .investment-sidebar-safa{
        position: static;
    }
}

@media (max-width: 768px){
    .investment-page-safa{
        padding: 18px 12px 40px;
    }

    .project-title-safa{
        font-size: 24px;
    }

    .investment-content-safa{
        padding: 18px;
    }

    .sidebar-box-safa{
        padding: 18px;
    }

    .sidebar-item-safa{
        grid-template-columns: 30px 1fr;
        gap: 10px;
    }

    .sidebar-item-value-safa{
        grid-column: 2 / -1;
        text-align: right;
        direction: rtl;
        margin-top: -4px;
    }

    .investment-content-safa h2{
        font-size: 20px;
    }

    .investment-content-safa h3{
        font-size: 18px;
    }
}











.sa-service-card-safa:hover {
  transform: translateY(-4px);
  border-color: #ff8d1e !important;
  box-shadow: 0 12px 25px rgba(1, 28, 58, 0.08) !important;
}


.box-shadow {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #ddd;
    -o-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd
}

.box-mosque-shadow {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 16px;
    background: white;
    padding-top: 25px;
}

/*img::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top : -10px;*/
/*    left: 0;*/
/*    height: calc(100% + 10px);*/
/*    width: 100%;*/
/*    background-color: rgb(230, 230, 230);*/
/*    border: 2px dotted rgb(200, 200, 200);*/
/*    border-radius: 5px;*/
/*}*/


@keyframes ro {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
}

/******************** index ********************/

.top-header {
    width: 100%;
    padding-right: 8%;
    overflow: hidden;
background: linear-gradient(to left, #011932, #022f74);
    
}

.top-navbar {
    width: 100%;
    display: flex;
    align-items: center;
}

.top-navbar .logo {
    width: 50px;
    cursor: pointer;
    margin: 10px 24px;
}

.top-navbar .menu-icon {
    width: 25px;
    cursor: pointer;
    display: none;
}

.top-navbar nav {
    flex: 1;
    text-align: right;
}

.top-navbar nav ul li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}

.top-navbar nav ul li a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

.top-navbar nav ul li a:hover {
    color: #e6e6e6 !important;
}

.top-navbar nav ul li .nav-call {
    padding: 8px;
    background: white;
    color: black !important;
    border-radius: 16px;
}

.top-navbar nav ul li .nav-call:hover {
    color: var(--main-color) !important;
}




.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    text-align: right;
}

.top-row .right {
    flex-basis: 40%;
    position: relative;
    margin-right: 50px;
}

.top-row .right h2 {
    font-size: 54px;
}

.top-row .right h3 {
    font-size: 30px;
    color: #707070;
    font-weight: 100;
    margin: 20px 0 10px;
}

.top-row .right p {
    font-size: 16px;
    color: #b7b7b7;
    font-weight: 100;
}

.top-row .right h4 {
    margin: 30px 0;
    font-size: 20px;
    color: #b7b7b7;
    font-weight: 100;
}

.top-row .right .call {
    width: 150px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: white;
    background: linear-gradient(to left, #e22326, #b83028);
    cursor: pointer;
    border-radius: 6px;
    transition: width 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-row .right .call img {
    width: 30px;
    display: none;
}

.top-row .right .call:hover {
    width: 170px;
    color: white !important;
}

.top-row .right .call:hover img {
    display: block;
    margin-right: 10px;
}

.top-new {
    position: relative;
    min-height: 100vh;
    background: radial-gradient(var(--main-color), var(--secondary-color));
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px 100px;
	text-align: right;
}

.top-new .header-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	padding-right: 40px;
}

.top-new .header-top .logo {
    max-width: 90px;
}

.top-new .header-top .navigation {
    display: flex;
    /* width: 100%;
    margin-right: 40px; */
}

.top-new .header-top .navigation li {
    list-style: none;
}

.top-new .header-top .navigation li a {
    position: relative;
    color: white;
    margin-left: 40px;
}

.top-new .header-top .navigation li a:hover {
	color: white !important;
}

.top-new .content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-new .content .text1 {
    width: 100%;
    max-width: 600px;
}

.top-new .content .text1 h1 {
    color: white;
}

.top-new .content .text1 h2 span {
    font-weight: 700;
}

.top-new .content .text1 p {
    color: white;
    font-weight: 400;
    font-size: 1.1em;
    margin: 20px 0;
}

.top-new .content .text1 .call {
    width: 150px;
    border: 0;
    padding: 12px 10px;
    outline: none;
    color: var(--main-color);
    background: linear-gradient(to left, white, white);
    cursor: pointer;
    border-radius: 6px;
    transition: width 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-new .content .text1 .call svg {
    width: 30px;
    display: none;
}

.top-new .content .text1 .call:hover {
    width: 170px;
    color: var(--main-color) !important;
}

.top-new .content .text1 .call:hover svg {
    display: block;
    margin-right: 6px;
}

.top-new .content .slider {
    position: relative;
}

.top-new .content .slider .slides img {
    max-width: 500px;
    width: 100%;
}

.top-new .beauty {
    position: absolute;
    bottom: 24px;
    right: 0;
    display: flex;
    padding: 0 20px;
}

.top-new .beauty .right svg {
    color: white;
    width: 28px;
    height: 28px;
}

.top-new .circle-animated .circle {
	position: relative;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-new .circle-animated .logo {
    position: absolute;
    width: 250px;
    height: 250px;
    background: white;
    border-radius: 50%;
    background: url(/images/logo.png);
    background-size: cover;
}

.top-new .circle-animated .text11 {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateList 10s linear infinite;
}

@keyframes rotateList {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.top-new .circle-animated .text11 span {
    font-family: consolas;
    position: absolute;
    left: 50%;
    font-size: 18px;
    transform-origin: 0 150px;
    color: white;
    font-weight: 500;
}

@media (max-width: 991px) {
    .top-new {
        padding: 40px;
    }
    .top-new .header-top {
        padding: 20px 40px;
    }
    .top-new .header-top .logo {
        max-width: 70px;
    }
    .top-new .content {
        flex-direction: column;
        margin: 120px 0;
    }
    .top-new .content .text1 {
        max-width: 100%;
    }
    .top-new .content .text1 h2 {
        font-size: 2.5em;
    }
    .top-new .content .slider {
        margin-top: 40px;
    }
    .top-new .header-top .navigation{
        display: none;
        transition: 0.2s;
    }
    .top-new .header-top .navigation.show-menu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d10a20;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .top-new .header-top .navigation li {
        font-size: 1.5em;
        margin: 10px 0;
        display: inline-block;
    }
    .top-new .toggle1 {
        position: relative;
        width: 32px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100000;
        cursor: pointer;
    }
    .top-new .toggle1::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        transform: translateY(-10px);
        box-shadow: 0 10px 0 white;
        transition: 0.25s;
    }
    .top-new .toggle1.show-menu::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 0 white;
    }
    .top-new .toggle1::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: white;
        transform: translateY(10px);
        transition: 0.25s;
    }
    .top-new .toggle1.show-menu::after {
        transform: translateY(0px) rotate(-45deg);
        box-shadow: 0 0 0 white;
    }
    .top-new .show-menu {
        display: block;
    }
}

.top-row .right::after {
    content: '';
    width: 10px;
    height: 57%;
    background: linear-gradient(to top, #e22326, #b83028);
    position: absolute;
    right: -40px;
    top: 8px;
}

.top-row .left {
    position: relative;
    flex-basis: 60%;
    display: flex;
    align-items: center;
}

.top-row .left .controller {
    width: 90%;
}

.top-row .left .color-box {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #e22326, #b83028);
    border-radius: 0 20px 20px 0;
    height: 100%;
    width: 90%;
    z-index: -1;
}

.top-row .left .add-btn {
    text-align: center;
    color: white;
    cursor: pointer;
}

.top-row .left .add-btn img {
    width: 35px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
    .top-header .top-navbar nav ul {
        width: 100%;
        background: var(--main-color);
        position: absolute;
        top: 75px;
        right: 0;
        z-index: 2;
    }
    .top-header {
        padding-left: 8%;
    }
    .top-header .top-navbar nav ul li {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .top-header .top-navbar nav ul li a {
        color: white;
    }
    .top-header .top-navbar .menu-icon {
        display: block;
    }
    .top-header .top-navbar #menuList {
        overflow: hidden;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        transform: translateY(-5px);
        max-height: 0px;
        z-index: 999;
    }
    .top-row {
        flex-direction: column-reverse;
        margin: 0;
    }
    .top-row .left {
        flex-basis: 100%;
        margin-bottom: 50px;
    }
    .top-row .left .controller {
        width: 77%;
    }
    .top-row .left img{
         margin-right: 16px;
    }
    .top-row .right {
        flex-basis: 100%;
    }
    .top-row .right h2 {
        font-size: 35px;
    }
    .top-row .right h3 {
        font-size: 25px;
    }
    .birthday .shake {
        display: none;
    }
}

.background-cover {
    max-width: 100%;
    min-height: 80vh;
    background: url(https://tashrifatshamsvip.com/wp-content/themes/ShmasOptimize/images/main_top1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#selection-one {
    background-color: #333;
    display: block;
    width: 80vw;
    border-radius: 5px;
    bottom: 50px;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: right
}

#selection-one h2 {
    display: inline;
    color: #fdfdfd;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

#selection-one p {
    color: #fdfdfd;
    margin-top: 25px;
    margin-bottom: 10px
}

.section-header {
    text-align: center;
    max-width: 70vw;
    margin: 0 auto
}

.about {
    text-align: center;
    padding-top: 60px
}

.about-top-card {
    text-align: center
}

.about-item {
    padding: 1vw
}

.about-top-card-item {
    padding: 10px
}

.about-top-card-item img {
    margin: 0 auto;
    width: 48px
}

.about-top-card-item h3 {
    color: #000;
    width: 80%;
    font-weight: 700;
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.about-top-card-item p {
    font-size: .9rem;
    margin-top: 20px
}

.about-item-warpper {
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
    
}

.about-item-warpper:hover, .about-item-warpper:focus {
    background: var(--main-color)
}

.about-item-warpper:hover .about-top-card-item h2, .about-item-warpper:focus .about-top-card-item h2, .about-item-warpper:hover .about-top-card-item p, .about-item-warpper:focus .about-top-card-item p {
    color: #fff
}

.operate {
    margin-top: 60px;
    margin-bottom: 60px
}

.operate-item {
    margin-top: 2%;
    margin-bottom: 2%;
}

.operate-item-image img {
    width: 100%;
    display: block;
    margin: 0 auto
}

.operate-item-text {
    width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto
}

.operate-item-text img {
    width: 48px
}

.operate-item-text h3 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.support {
    margin: 60px 0 60px 0;
    width: 100%
}

.support-card-list {
    text-align: right;
    padding: 0 0
}

.support-card-item {
    margin-top: 2rem!important
}
.operate-item-text-inner {
    height: 100%;
   
    flex-direction: column;
    justify-content: center;
}
.support-card-item-image {
    border-radius: 5%;
    width: 80%;
    height: 120px;
    max-height: 120px;
    object-fit: cover;
    margin: auto
}

.support-card-content {
    background: #fff
}

/* خود article وسط‌چین عمودی */
.operate-item-text{
  display: block;   /* همون چیزی که می‌خوای */
  height: 100%;
  position: relative;
}

.operate-item-text::before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.operate-item-text > *{
  display: block;            /* img و h3 و بقیه block می‌مونن */
  vertical-align: middle;
  margin-bottom: 5%;
  
}


.support-card-content h2 {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.support-card-content p {
    color: #333;
    font-size: 13px;
    margin-top: 30px;
    line-height: 20px;
    text-align: justify
}

.support-card-link {
    border-radius: 20px;
    background-color: var(--main-color);
    border: none;
    color: white!important;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px
}

.support-card-link:hover, .support-card-link:focus {
    color: white!important
}

.comments {
    overflow-x: hidden;
    padding: 30px 0;
    position: relative;
    background: #101010
}

.carousel-inner {
    margin-top: 80px
}

.carousel-item {
    justify-content: center;
    position: relative
}

.quote-card {
    text-align: center;
    color: #b1b1b1;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 120px;
    margin: 0
}

.quote-card p {
    line-height: 1.5;
    margin: 0
}

.quote-card cite {
    font-size: 16px;
    margin-top: 10px;
    display: block;
    font-weight: 200;
    opacity: .8
}

.quote-card:before {
    content: "“";
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 5em;
    color: rgba(238, 238, 238, .8);
    font-weight: 400
}

.quote-card:after {
    font-family: Georgia, serif;
    content: "”";
    position: absolute;
    bottom: -110px;
    line-height: 100px;
    right: -32px;
    font-size: 25em;
    color: rgba(238, 238, 238, .8);
    font-weight: 400
}

.sample {
    overflow: hidden;
    background: #525252;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 60px 0!important
}

.sample::before {
    position: absolute;
    top: 20px;
    content: "";
    width: 80%;
    height: 330px;
    background: var(--main-color);
    left: 50%;
    opacity: .8;
    margin-left: -40%;
    transform: rotate(-6deg);
    border-radius: 10px;
    z-index: -2
}

.sample::after {
    position: absolute;
    top: 20px;
    content: "";
    width: 80%;
    height: 330px;
    background: #000;
    left: 50%;
    opacity: .8;
    margin-left: -40%;
    transform: rotate(6deg);
    border-radius: 10px;
    z-index: -2
}

.sample-content {
    text-align: center;
    width: 1100px;
    margin: 0 auto
}

.sample-content h2 {
    color: #fdfdfd;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.sample-content p {
    color: #fdfdfd;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    line-height: 20px
}

.sample-content-button {
    display: inline-block;
    background: #fff;
    font-size: 15px;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 5px;
    color: #101010
}

.sample-content-button i {
    font-size: 15px
}

.call {
    margin-top: 20px;
    margin-bottom: 60px
}

.call-content {
    text-align: center
}

.call-phone h4 {
    font-size: 1.1rem
}

.call-phone p {
    font-weight: 700;
    color: var(--main-color)
}

.call-content svg {
    color: var(--main-color)
}



.mini-card-grid {
    scrollbar-gutter: always;
    padding: 3rem 0 3rem 2rem;
    margin: 0;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    gap: 4rem;
    position: relative;
}

.mini-card {
 
min-width: 300px;
    /* min-height: 250px; */
    box-shadow: inset -1rem 1px 8rem 0rem #8707073d;
    padding: 1.5rem;
    border-radius: 16px;
    /* background: linear-gradient(85deg, #b83028, #ffefef); */
    color: #000000;
    display: flex;
    flex-direction: column;
    transition: .2s;
    margin: 0;
    clear: both;
    position: relative;
    text-align: right;
    margin-left: -130px;
    background-color: #ffffff;
    border-bottom: 5px solid #e51e24;
    border-right: 5px solid #e22326;

}

.mini-card:focus-within, .mini-card:hover {
    transform: translateY(-1rem) rotate(-3deg);
}

.mini-card:hover~.mini-card {
    transform: translateX(-130px);
}

.mini-card time {
    display: block;
    margin: 0 0 .25rem;
    color: #777;
}

.mini-card-title {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    color: white;
}

.mini-card-title a {
    color: #000000;
    text-decoration: none;
}

.mini-card .link {
    margin: 0 0 .5rem;
}


.mini-card .link a {
    font-family: MD Primer Bold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7a18;
    font-size: .66rem;
    -webkit-margin-end: .66rem;
    margin-inline-end: .66rem;
}

.mini-card .geo {
    -webkit-margin-before: auto;
    margin-block-start: auto;
    gap: .5rem;
    align-items: center;
    color: #565656;
    line-height: 1.3;
    padding-top: .5rem;
}

.mini-card .geo p {
    color: #020202;
}


/******************* footer *****************************************/

#footer {
    background: #252525;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0
}

.footer-name .names {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
}

.footer-name {
    margin-bottom: 20px
}

.footer-name span {
    background: #839FAD none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-top: 25px;
    position: relative;
    width: 20%
}

.footer-name span::after {
    background: inherit;
    content: "";
    height: inherit;
    position: absolute;
    top: -4px;
    width: 50%
}

.footer-name.text-center span, .footer-name.text-center span::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

.footer-name p {
    color: #fff
}

.footer-link a {
    color: #ffffff;
    display: inline-block;
    width: 100%
}

.footer-qr img {
    max-width: 180px;
    max-height: 180px;
    object-fit: fill
}

.footer-social a {
    color: #fff;
    margin: 0 2%
}

.footer-social p a {
    color: #ff8d1e
}

.footer-copyright {
    background: #222;
    padding: 5px 0
}

.footer-copyright-text {
    color: #969696
}

.footer-copyright-text a {
    color: #ff8d1e
}

.common-top {
    width: 100%;
    min-height: 40vh;
	/*background: linear-gradient(to bottom, #e6e6e6, #ffffff 100%);*/
	background: url(/images/reserve-view.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}

.curtain-top {
	position: relative;
}

.curtain-top .curtain-top-top {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
}

.curtain-top .curtain-top-left {
	position: absolute;
	top: 0;
	left:0;
	height: 460px;
}

.curtain-top .curtain-top-right {
	position: absolute;
	top: 0;
	right:0;
	height: 460px;
}

.about-flower-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
	z-index: 10;
}

.about-top {
	position: relative;
}

.about-top-content h2 {
    color: #000;
    position: relative;
    font-size: 3rem;
    text-align: center
}


.about-top-content {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%
}

.about-top-content h2 {
    position: relative;
    font-size: 3rem;
    text-align: center
}

.about-top-content h5 {
    margin-top: 30px;
    text-align: center
}

.about-top-content-wrapper {
    padding: 1vw;
    border-radius: 10px;
    background: #fff;
    margin-top: 16px;
    text-align: center;
}

.about-top-content div a {
    font-size: 1.2rem;
    color: #000
}

.cliente {
    height: 100%;
    text-align: center;
}

.about-top-svg {
    margin: 0 10px
}

.about-top-svg svg {
    width: 30px;
    height: 30px;
    color: #00cdaf
}

.about-self-image img {
    width: 100%
}

.about-self-content {
    text-align: right
}

.about-self-content h1 {
    font-size: 1.5rem;
    font-weight: 700
}

.about-self-content h2 {
    font-size: 1.2rem
}

.about-self-content img {
    width: 60%;
    display: block;
    margin: 40px auto 0
}

.about-comment {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 10px #b9b9b9;
    box-shadow: 0 0 10px #b9b9b9;
    border-radius: 5px
}

.about-comment p {
    padding: 20px;
    text-align: center;
    font-size: 1rem;
    background: var(--main-color);
    color: #fff
}

.about-comment-from {
    text-align: right!important;
    padding: 20px
}

.about-comment-from button {
    background: var(--main-color);
    color: #fff
}

.about-video {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	background: rgba(37, 37, 37, .8);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	display: none;
	top: 0;
}

.about-video p {
    position: absolute;
    left: 20px;
    top: 60px
}

.about-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 60vh
}

@media only screen and (max-width:768px) {
    .about-top-content {
        width: 90%
    }
}

@media only screen and (max-width:485px) {
    .about-top-content {
        top: 20px
    }
}

.service-list {
    padding-top: 75px;
    text-align: center;
    margin-bottom: 60px!important
}

.service-list-nav {
    padding: 0 8%!important
}

.service-list-nav li a {
    height: 100%;
    background: var(--main-color);
    padding-top: 25px;
    padding-bottom: 25px
}

.service-list-nav li a:hover {
    color: #eee!important
}

.service-content {
    margin: 0 auto 25px;
    width: 100%;
    text-align: right;
    min-height: 100vh
}

.service-content-item {
    margin: 0 8%;
    background: #fff;
    padding: 10px 25px
}

.service-content-item h2 {
    font-weight: bold;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px
}

.service-content-item p {
    font-size: 14px;
    line-height: 20px
}

.post-top {
    width: 100%;
    height: 600px;
    background: url(images/pic-back.jpg);
    text-align: center;
    background-size: 100% 100%;
    background-position: center
}

.post-top h1 {
    color: #e2c041;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 35px;
}

.post-page {
    margin-top: 0px;
    padding: 0 2%;
}

.post-page-list {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff
}

.post-page-list-wrapper {
    padding: 8px 8px;
    background: #fff
}

.post-page-list-item {
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
    background: url(images/back_post.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.post-page-item-background img {
    height: 550px
}

.post-page-item-title p {
    color: #fff;
    font-size:  20px;
    margin-top: 8px;
    padding: 0 10px 10px;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
}

.post-page-item-image {
    width: 100%;
    height: 350px;
}

.post-page-item-image img,
.post-page-item-image figure {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-page-item-content {
    margin: 0 80px 0 10px;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 8px;
}

.post-page-item-content p {
    color: #fff;
    font-size: 11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-page-item-date {
    margin: 0 50px;
    padding: 10px;
    text-align: left
}

.post-page-item-date time {
    color: #828282;
    font-size: 11px;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: var(--main-color);
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid var(--main-color)
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
    background: var(--main-color);
    color: #fff;
    border: 1px solid transparent
}

.contact-section .contact-info p span {
    color: #fff
}

/* ******************************* single ***************************************************** */

.post-side {
    overflow: hidden;
}

.post-side .group {
    border: 1px solid #e3e3e3;
    margin-bottom: 16px;
    background-color: #f9f9f9;
}


.post-side .list .related-item {
    padding: 4px;
    text-align: right;
}

.post-side .list .related-item img {
    margin-left: 20px;
    height: 64px;
    width: 64px;
}

.post-side .list .related-item p {
    color: black;
    font-size: 14px;
    background: white;
}

.post-image {
    padding: 16px;
}

.post-image img {
    height: auto;
    max-width: 100%;
    max-height: 350px;
    margin: auto;
    display: block;
}

.post-single {
    text-align: right;
}

.post-title h1 {
    font-size: 1.25rem;
}

.tajgol-item {
    padding-bottom: 32px;
}

.tajgol-item img {
    width: 100%;
    height: auto;
}

.tajgol-item p {
    color: green;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 0;
}

.chetor-related-article {
    border-right: 3px solid var(--main-color);
    background: #f0f0f0;
    padding: 25px 15px;
    border-radius: 10px;
	margin-bottom: 16px;
	margin-top: 16px;
}

.chetor-related-article h6 {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.chetor-related-article a {
    font-size: 18px;
    color: var(--main-color) !important;
}

.chetor-related-article p {
    display: inline-block;
}

.post-after {
    margin: 30px auto
}

.posts-suggest {
    min-height: 270px
}

.suggest-post {
    overflow: hidden;
    position: relative
}

.suggest-post img {
    width: 100%;
    object-fit: cover;
    height: 270px
}

.suggest-content {
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    left: 20px;
    background: var(--main-color);
    text-align: right;
}

.suggest-content h4 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.message-box {
    height: 200px;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: 50px;
    color: #FFF;
    font-weight: 300;
    text-align: right
}

.message-box h1 {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 40px
}

.buttons-con .action-link-wrap {
    margin-top: 40px
}

.buttons-con .action-link-wrap a {
    background: #68c950;
    padding: 8px 25px;
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    font-family: 14px ;
    transition: all 0.3s linear;
    cursor: pointer;
    text-decoration: none;
    margin-right: 10px
}

.buttons-con .action-link-wrap a:hover {
    background: #5A5C6C;
    color: #fff
}

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
    animation: float 1s infinite ease-in-out alternate
}

#Polygon-2 {
    animation-delay: .2s
}

#Polygon-3 {
    animation-delay: .4s
}

#Polygon-4 {
    animation-delay: .6s
}

#Polygon-5 {
    animation-delay: .8s
}

@keyframes float {
    100% {
        transform: translateY(20px)
    }
}

@media (max-width:450px) {
    .message-box {
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -190px;
        text-align: center
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")!important
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")!important
}

#main-carousel .carousel-item {
    max-height: 650px!important
}

#flower-carousel .carousel-item, #sweet-carousel .carousel-item {
    max-height: 550px!important
}

.carousel-item img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.list-group {
    margin-bottom: 32px;
    max-height: 250px;
    overflow: hidden;
    border-radius: 0;
}

.list-group p {
    background-color: var(--main-color);
    color: #fff
}

.list-group ul {
    overflow: auto;
}

.list-group li {
    border-top: none;
    border: none;
    padding: 7px 15px;
}

.list-group li a {
    background-color: var(--main-color);
    color: white!important;
    padding: 2px 12px;
    border-radius: 5px;
    overflow: hidden;
    font-size: .85rem;
}

.list-group .list {
    overflow: auto;
}

.mosque-image {
    height: 300px;
    width: 100%
}

.mosque-image img {
    width: 100%;
    object-fit: fill!important;
    height: 100%
}

.mosque-content {
    max-width: 80%;
    padding: 5px 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 15px;
    background: var(--main-color);
}

.mosque-content p {
    font-size: 14px;
    color: #fff;
    text-align: right
}

.mosque-content-overlay {
    position: absolute;
    bottom: 0;
    background-color: var(--main-color);
    overflow: hidden;
    width: 20%;
    height: 0;
    transition: .3s ease
}

.mosque-post:hover .mosque-content-overlay {
    height: 20%
}

.mosque-content-overlay-text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.mosque-single-content h2 {
    font-weight: 700;
    font-size: 25px;
    text-align: right !important;
}

.mosque-single-content h3 {
    font-weight: 700;
    font-size: 22px;
    text-align: right !important;
border-bottom: 3px solid #031d7c63;    padding: 15px 1%;
    margin: 1% 0%;
    display: inline-block;
}
.h4, h4
 {
    font-size: 20px !important;
    font-weight: bolder !important;
}
.mosque-single-content img {
    display: inline;
       margin: 12px 4%;

    max-width: 100%;
}

.mosque-single-content a {
    font-size: 1rem !important;
}

.mosque-single-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: fill
}

.mosque-tags {
    padding-right: 0 !important;
    margin-bottom: 30px
}


.geo-list li {
    display: inline-block;
    padding: 5px !important;
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%
}

/* تنظیمات پایه برای راست‌چین و حذف فاصله‌های پیش‌فرض */
.safa-footer__quick {
    direction: rtl;
    text-align: right;
    width: 100%;
}

/* تیتر ستون */
.safa-footer__title {
    direction: rtl;
    text-align: right;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* خط زیر تیتر در صورت نیاز */
.safa-footer__title span {
    display: inline-block;
    margin-right: 8px;
}

/* لیست لینک‌ها */
.footer-links-safa {
    direction: rtl;
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-safa li {
    margin-bottom: 10px;
    text-align: right;
}

.footer-links-safa li a {
    display: inline-block;
    text-align: right;
    text-decoration: none;
    transition: all 0.3s ease;
}
/* ریست کامل و اجبار به راست‌چین */
.safa-footer__column.safa-footer__quick,
.safa-footer__column.safa-footer__quick * {
    direction: rtl !important;
    text-align: right !important;
    box-sizing: border-box !important;
}

.safa-footer__column.safa-footer__quick {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

/* تیتر */
.safa-footer__title {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: right !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* لیست لینک‌ها - حذف تو رفتگی پیش‌فرض مرورگر */
ul.footer-links-safa {
    padding: 0 !important;
    margin: 0 !important;
    padding-inline-start: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* آیتم‌ها و لینک‌ها */
ul.footer-links-safa li {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

ul.footer-links-safa li a {
    display: block !important;
    text-align: right !important;
    width: 100% !important;
    padding: 4px 0 !important;
}

/* مخصوص موبایل */
@media (max-width: 768px) {
    .safa-footer__column.safa-footer__quick {
        align-items: flex-start !important;
        justify-content: flex-start !important;
        text-align: right !important;
    }
}

/* تنظیمات مخصوص ریسپانسیو و موبایل */
@media (max-width: 768px) {
    .safa-footer__column.safa-footer__quick {
        direction: rtl !important;
        text-align: right !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .safa-footer__title {
        text-align: right !important;
        justify-content: flex-start !important;
    }

    .footer-links-safa {
        padding-right: 0 !important;
        margin-right: 0 !important;
        text-align: right !important;
    }

    .footer-links-safa li {
        text-align: right !important;
        width: 100%;
    }

    .footer-links-safa li a {
        display: block;
        text-align: right !important;
        padding: 6px 0;
    }
}


.tarhim-wapper h2 {
 font-size: 1.5rem;
    border-right: 6px solid #031d7c;
    padding: 15px 1%;
    margin: 1% 0%;
    color: #031d7c;
}

.tarhim-wapper ul {
background-color: #dfdfdf66;
    padding: 1% 3%;
    line-height: 200%;
    list-style-type: disclosure-closed;}

p {
    
line-height: 230% !important;

    
}
li::marker {
color: #2f5389;}

.tarhim-wapper iframe{
    width: 100% !important;
    height: 450px !important;
}

.tarhim-service-move {
    text-align: center
}

.tarhim-service-move img {
    margin: 0 auto;
    width: 48px
}

.tarhim-service-move h4 {
    color: #000;
    font-size: 1.1rem;
    padding-bottom: 5px;
    font-weight: 700;
    display: inline;
    background: linear-gradient(to left, var(--main-color) 0%, #c21d20 50%, var(--main-color) 100%) left bottom no-repeat;
    background-size: 100% 3px;
    border-radius: 4px
}

.tarhim-service-move ul {
    margin-top: 20px;
    text-align: right
}

.tarhim-service-move ul li {
    color: #3f3f3f
}

.breadcrumb {
 
    border-radius: 0 !important;
    background-color: #001838;
}

.tarhim-video-item video {
    width: 100%;
    height: 300px;
}

.tarhim-video-item p {
    text-align: right;
    color: #3f3f3f
}

.tarhim-desk-item img {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.tarhim-desk-item p {
    text-align: right;
    color: #3f3f3f
}

.tarhim-wapper a {
    font-size: 1.3rem
}

.tarhim-wapper a svg {
    width: 28px;
    height: 28px
}

.tarhim-parallax {
    background-image: url(images/back.jpg);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.tarhim-parallax-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff
}

.tarhim-parallax-text p {
    font-size: 1.5rem
}

.nav-pills .nav-item.active .nav-link, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:focus {
    color: white!important
}

.nav-pills .nav-item:hover .nav-link {
    color: black!important
}

.tarhim-service-move img {
    width: 36px;
    height: 36px
}

.flower-intro {
    text-align: right;
    margin-top: 60px;
    margin-bottom: 60px
}

.flower-intro h3 {
    font-size: 22px;
    color: var(--main-color)
}

.flower-intro img {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    margin-top: 30px;
    margin-bottom: 30px
}

.flower-page {
    max-width: 60%;
    display: block;
    margin: 60px auto
}

@media only screen and (max-width:768px) {
    .flower-page {
        max-width: 75%
    }
    .about-flower-content .cliente {
        border-left: none
    }
}

@media only screen and (max-width:485px) {
    .flower-page {
        max-width: 90%
    }
}

.mySlides {
    display: none;
    position: relative;
    width: 100%
}

.mySlides img {
    vertical-align: middle
}

.slideshow-container {
    position: relative;
    margin: auto;
    max-width: 500px;
    text-align: center
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0, 0, 0, .8)
}

.prev {
    left: 0
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, .8)
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .8)
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.doter2 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease
}

.doter2:active, .doter2:hover, .doter2:hover, .doter2:focus {
    background-color: #717171
}

.active-dot {
    background-color: #717171
}

.video-tarhim {
    margin-top: 40px;
    margin-bottom: 40px
}

.video-item {
    padding: 20px
}

.video-inner {
    box-shadow: 0 0 10px #aaa;
    padding-bottom: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.video-item video {
    width: 100%
}

.video-item video:focus {
    outline: none
}

.video-item h3 {
    font-size: 20px;
    text-align: right;
    margin-right: 10px
}

.video-inner:hover {
    transform: scale(1.1)
}

.tags-list-all {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    overflow: auto;
}

.tags-list-all span {
    padding: 4px 8px;
    background-color: #e1e1e1;
    margin: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #6e6e6e
}

@media screen and (max-width:992px) {
    .navbar-collapse {
        height: 100vh
    }
}

@media screen and (max-width:300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}

.birthday-image .top{
    background-image: url(images/back-birthday.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.birthday .top {
    width: 100%;
    height: 650px;
    position: relative
}

.birthday .top .right {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center
}

.birthday .top .right .content h1 {
    font-size: 32px;
    font-weight: 700
}

.birthday .top .right .content h1 span {
    color: #FCB41E
}

.birthday .top .right .content p {
    margin-top: 20px;
    font-size: 16px
}

.birthday .shake {
    animation: shake-animation 4.72s ease infinite;
    transform-origin: 50% 50%
}

.birthday .shake .smaller {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 180px;
    right: 80px
}

.birthday .shake .bigger {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 180px;
    left: 80px
}

.birthday .shake img {
    width: 100%;
    height: 100%
}

@keyframes shake-animation {
    0% {
        transform: translate(0, 0)
    }
    1.78571% {
        transform: translate(5px, 0)
    }
    3.57143% {
        transform: translate(0, 0)
    }
    5.35714% {
        transform: translate(5px, 0)
    }
    7.14286% {
        transform: translate(0, 0)
    }
    8.92857% {
        transform: translate(5px, 0)
    }
    10.71429% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(0, 0)
    }
}

.birthday .works {
    padding: 100px;
    background-color: #F4F4F6
}

.birthday .works h2 {
    font-size: 22px;
    text-align: center;
    padding: 16px
}

.birthday .works .item {
    text-align: center
}

.birthday .works .item .wrapper {
    padding: 16px;
    padding-top: 32px;
    margin: 8px;
    color: #fff;
    border-radius: 20px
}

.birthday .works .item .wrapper p {
    font-size: 20px;
    font-weight: 500
}

.birthday .works .item .wrapper svg {
    width: 60px;
    height: 60px
}

.birthday .agancy {
    padding: 24px 32px;
    text-align: right;
}

.birthday .agancy h2 {
    text-align: center;
}

.birthday .agancy h2 span {
    color: #FCB41E;
}

.birthday .agancy h3{
    font-size: 1.25rem;
    margin-top: 24px;
}

.birthday .agancy p span{
    font-size: 1.1rem;
    margin-top: 12px;
    font-weight: 600;
}

.birthday .agancy p {
    margin: 0 auto;
}



.faq-item {
    margin-bottom: 32px;
    text-align: right;
}

.faq-item .faq-card {
    padding: 16px;
    height: 100%;
}

.faq-item .faq-card h3 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.faq-item .faq-card p {
    color: #565656;
    font-size: 14px;
}


/* ******************************* wdding *********************************** */

.wedding .top {
	background: url(images/back-wedding.jpg);
	background-repeat: no-repeat;
	background-size: cover
}


/* ******************************* tarhim *********************************** */

.tarhim .top {
	background: url(images/back-tarhim.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

/* ******************************* search box *********************************** */

.search-box{
	position: relative;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 5px 5px 30px rgba(0,0,0,.2);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box.active{
	width: 350px;
}
.search-box input{
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 50px;
	background: #fff;
	outline: none;
	padding: 0 60px 0 20px;
	font-size: 18px;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box input.active{
	opacity: 1;
}
.search-box input::placeholder{
	color: #a6a6a6;
}
.search-box .search-icon{
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	height: 60px;
	width: 60px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
	color: #e22326;
	z-index: 1;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box .search-icon.active{
	right: 5px;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 20px;
	background: #e22326;
	color: #fff;
	transform: translateY(-50%) rotate(360deg);
}
.search-box .cancel-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-box .cancel-icon.active{
	right: -40px;
	transform: translateY(-50%) rotate(360deg);
}
.search-box .search-data{
	text-align: center;
	padding-top: 7px;
	color: #fff;
	font-size: 18px;
	word-wrap: break-word;
}
.search-box .search-data.active{
	display: none;
}

/* ******************************* About Text Video *********************************** */

.about-top-page {
	text-align: right;
    width: 100%;
    min-height: 100vh;
	padding-top: 80px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://tashrifatshamsvip.com/images/about-top.jpeg);
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
	padding-bottom: 30px;
}

.about-top-page .content {
    display: flex;
    height: 88%;
    align-items: center;
}

.about-top-page .content .items {
    flex-basis: 50%;
}

.about-top-page .content .items h1 {
    color: white;
    font-size: 60px;
}

.about-top-page  .content .items p {
    color: white;
    font-size: 11px;
    line-height: 15px;
}

.about-top-page  .content .items button {
    width: 180px;
    color: black;
    font-size: 12px;
    padding: 12px 0;
    background: white;
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
}

.about-top-page .content .items button a {
    text-decoration: none;
    color: black;
}

.about-top-page .content .card {
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}

.about-top-page .content .card:hover {
    transform: translateY(-10px);
}

.about-top-page .content .card h5 {
    color: white;
    text-shadow: 0 0 5px #999;
}

.about-top-page .content .card p {
    text-shadow: 0 0 5px #000;
    font-size: 11px;
}

@media screen and (max-width:600px) {
	.about-top-page .content {
		display: block;
	}
	.about-top-page .content .card {
		width: 160px;
		height: 180px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
}

/* ******************************* Social Sharing *********************************** */

.social-sharing {
    display: flex;
    align-items: center;
    padding: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #e1e1e1;
    border-radius: 24px;
}

.social-sharing p {
    margin: 0;
    margin-left: 12px;
}

.social-sharing ul {
    margin: 0;
    display: flex;
    list-style: none;
    gap: 12px;
    flex-wrap: wrap;
    padding-right: 0;
}

.social-sharing ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-sharing ul li a {
    display: block;
}

.social-sharing ul li a svg {
    color: white;
    width: 32px;
    height: 32px;
}

/* ******************************* Mosque reverse *********************************** */

.reserve .res-list {
    background: #eef1f9;
    padding: 16px;
    padding-top: 60px;
}

.reserve .res-list .item {
    margin-bottom: 32px;
}

.reserve .res-list .item .wrapper {
    padding: 8px 8px 24px;
    text-align: center;
    background: white;
    margin: 8px;
    position: relative;
    height: 100%;
}

.reserve .res-list .item .image {
    margin-bottom: 16px;
}

.reserve .res-list .item .image svg {
    width: 64px;
    height: 64px;
    color: red;
}

.reserve .res-list .item .image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.reserve .res-list .item p strong {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary-color);
}

.reserve .res-list .item p {
    font-size: 14px;
}

.reserve .res-list .item .a-tag {
    background: red;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.reserve .res-list .item a svg {
    color: white;
}

.reserve .res-list .item a small {
    line-height: 0; 
    font-size: 0;
    color: transparent; 
}

/* ******************************* Mosque reverse view *********************************** */

.reserve-view {
    background: url(/images/reserve-view.jpg);
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    text-align: right;
}

.reserve-view-overlay {
    padding-top: 64px;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    min-height: 100vh;
}

.reserve-view-flex {
    z-index: 9999;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
    display: flex;
}

.reserve-view-flex .items {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    flex: 0 0 25%;
    max-width: 25%;
}

.reserve-view-flex .content {
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center;
}

.reserve-view-flex .content img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.reserve-view-flex .content a {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    background: #e22326;
    border-color: #e22326;
    color: #fff;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.reserve-view-flex .content a:hover {
    color: white !important;
}

.reserve-view-flex .items .item {
    max-height: fit-content;
    padding: 8px;
    min-height: 380px;
}

.reserve-view-flex .items .item .inner {
    padding: 32px 16px;
    text-align: center;
    color: white;
    height: 100%;
    position: relative;
}

.reserve-view-flex .items .item .inner .h66 {
    margin: auto;
    width: 90px;
    height: 90px;
    background: white;
    border-radius: 50%;
    padding: 16px;
}

.reserve-view-flex .items .item .inner .h66 svg {
    width: 48px;
    height: 48px;
}

.reserve-view-flex .items .item .inner .headd {
    margin-top: 20px;
    font-size: 25px;
}

.reserve-view-flex .items .item .inner .text1 {
    margin-top: 16px;
    font-size: 16px;
}

.reserve-view-flex .items .item .inner .value {
    font-size: 16px;
    position: absolute;
    bottom: 32px;
    transform: translateX(-50%);
    left: 50%;
    font-weight: bold;
    width: 80%;
}

@media only screen and (max-width: 768px) {
    .reserve-view-flex .items,
    .reserve-view-flex  .content{
        flex: 0 0 33%;
        max-width: 33%;
    }
    
    .reserve-view-flex .no-view {
        display: none;
    }

}

@media only screen and (max-width: 768px) {
    .reserve-view-flex .items,
    .reserve-view-flex  .content{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .reserve-view-flex .no-view2 {
        display: none;
    }

}

/* ******************************* gallery *********************************** */

.gallery-top {
    background: url(/images/gallery-background.jpg);
    background-size: cover;
    height: 500px;
}

.gallery-top .gallery-overlay {
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.gallery {
    background: #f3f3f3;
}

.tarhim-desk-item img{
      cursor: pointer;
}

.open-image-section {
    position: fixed;
    padding: 16px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000cc;
    display: none;
    z-index: 9999;
}

.open-image-section .holder{
    display: inline-block;
    overflow: hidden;
    max-height: 90%;
    max-width: 90%;
}

.open-image-section p,
.sign-over-close {
    background: white;
    color: black;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 5%;
    left: 5%;
}

.open-image-section img {
    margin: auto;
    width: 100%;
    height: auto;
}

.gallery-padding {
    padding: 3.13vw;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding: 0 .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item a {
    font-size: 1rem;
        color: #ffffff;
}
.breadcrumb-item.active {
    color: #c3c3c3 !important;
}
/************************* not-found **********************************/

.not-found {
    min-height: 100vh;
    padding-top: 60px;
    text-align: center;
}


/* *************** shop top ***************** */

/* موبایل و تبلت کوچیک */
@media (max-width: 768px) {
  .shop-top {
    display: flex;
    flex-direction: column;      /* از بالا بچین پایین */
    align-items: stretch;
    width: 100%;
  }

  /* اول متن، بعد عکس */
  .shop-top-content {
    order: 1;
    width: 100%;
  }

  .shop-top-image {
    order: 2;
    width: 100%;
  }

  /* عکس کاملا عرض داشته باشه و بریده نشه */
  .shop-top-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* تنظیم ارتفاع خودکار برای والدین که ارتفاع ثابت نذاشته باشن */
  .shop-top,
  .shop-top-image {
    height: auto;
    min-height: 0;
  }
}

.shop-top {
    position: relative;
}

.shop-top .back-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-top .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    z-index: 1;
}

.shop-top .overlay h1 span {
    color: red;
}

.shop-service .first {
    background-color: #4e4e4e;
}

.shop-service .second {
    background-color: #151515;
}

.shop-service .third {
    background-color: #de3155;
}

.shop-service .forth {
    background-color: #e95372;
}

.shop-service .service-box {
    padding: 80px 0;
}

.shop-service .service-box .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
    color: white;
}

.shop-service .service-box .service-icon {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667A62;
    transition: 0.5s all;
}

.shop-service .service-box .service-icon svg {
    width: 48px;
    height: 48px;
    color: white;
}

.shop-body .item {
    overflow: hidden;
    text-align: right;
    position: relative;
    padding-bottom: 32px;
}

.shop-items .item img {
    width: 100%;
}

.shop-items .item video {
    width: 100%;
}

.shop-body .item figcaption{
     margin-top: 8px;
}

.shop-body .item p {
    position: absolute;
    bottom: 0;
    color: green;
    font-weight: bold;
}


.shop-body .wrapper{
    padding: 15px;
}

.shop-body .item img {
    width: 100%;
}

/************************btn contacttttttttttttt**********************/


.ftco-section {
    margin-top: 8px;
    padding: 16px 0;
    width: 100%;
    text-align: right
}

.ftco-no-pt {
    padding-top: 0
}

.ftco-no-pb {
    padding-bottom: 0
}

.heading-section {
    font-size: 32px
}

.heading-section small {
    font-size: 16px
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    box-shadow: 0 10px 20px -6px rgba(0, 0, 0, .12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn span {
    margin-left: -20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.ftco-section .btn span {
    font-size: 15px;
}

.btn:hover, .btn:active, .btn:focus {
    outline: none !important
}

.btn:hover span, .btn:active span, .btn:focus span {
    margin-left: -10px
}

.btn small {
    background: #e6e6e6;
    padding: 2px 8px;
    color: rgba(0, 0, 0, 0.3);
}

.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff
}

.btn .icon i {
    font-size: 20px
}

.btn .icon.icon-round {
    border-radius: 50%
}

.btn.btn-primary {
    background: #ec8f6a;
    border-color: #ec8f6a;
    color: #fff
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    border-color: #e66d3d !important;
    background: #e66d3d !important
}

.btn.btn-primary.btn-link {
    background: transparent;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.btn-primary .icon svg {
    color: #ec8f6a;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-primary {
    color: #ec8f6a;
    border-color: #ec8f6a
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    color: #fff;
    background: #ec8f6a
}

.btn.btn-secondary {
    color: #fff;
    border-color: #8bbabb;
    background: #8bbabb
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    border-color: #6ba7a8 !important;
    background: #6ba7a8 !important
}

.btn.btn-secondary.btn-link {
    color: #8bbabb;
    background: transparent
}

.btn.btn-secondary .icon svg {
    color: #8bbabb;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-secondary {
    color: #8bbabb;
    border-color: #8bbabb
}

.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:focus {
    color: #fff;
    background: #8bbabb
}

.btn.btn-tertiary {
    color: #fff;
    background: #e2c275;
    border-color: #e2c275
}

.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
    border-color: #d9af4b !important;
    background: #d9af4b !important
}

.btn.btn-tertiary.btn-link {
    color: #e2c275;
    background: transparent
}

.btn.btn-tertiary .icon svg {
    color: #e2c275;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-tertiary {
    color: #e2c275;
    border-color: #e2c275
}

.btn.btn-outline-tertiary:hover, .btn.btn-outline-tertiary:focus {
    color: #fff;
    background: #e2c275
}

.btn.btn-quarternary {
    color: #fff;
    border-color: #b96b9f;
    background: #b96b9f
}

.btn.btn-quarternary:hover, .btn.btn-quarternary:focus {
    border-color: #a44d87 !important;
    background: #a44d87 !important
}

.btn.btn-quarternary.btn-link {
    color: #b96b9f;
    background: transparent
}

.btn.btn-quarternary .icon svg {
    color: #b96b9f;
    width: 24px;
    height: 24px;
}

.btn.btn-outline-quarternary {
    color: #b96b9f;
    border-color: #b96b9f
}

.btn.btn-outline-quarternary:hover, .btn.btn-outline-quarternary:focus {
    color: #fff;
    background: #b96b9f
}

.btn.btn-white {
    background: #fff;
    border-color: #fff;
    color: #000
}

.btn.btn-round {
    border-radius: 40px
}

.btn.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000
}

.btn.btn-sm, .btn-group-sm>.btn {
    padding: 5px 20px;
    font-size: 12px
}

.btn.btn-lg, .btn-group-lg>.btn {
    padding: 17px 24px;
    font-size: 16px
}

.btn.btn-fb {
    background: #4f69a2;
    border-color: #4f69a2;
    color: #fff
}

.btn.btn-twitter {
    background: #69b6f0;
    border-color: #69b6f0;
    color: #fff
}

.btn.btn-linkedin {
    background: #2884ba;
    border-color: #2884ba;
    color: #fff
}

.btn.btn-pinterest {
    background: #d03940;
    border-color: #d03940;
    color: #fff
}

.btn.btn-dribbble {
    background: #ea6294;
    border-color: #ea6294;
    color: #fff
}

.btn.btn-outline {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #000;
    background: transparent
}

.btn.btn-outline:hover {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .05)
}

.dropdown .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: rgba(0, 0, 0, .7);
    font-weight: 400
}

.dropdown .dropdown-menu .dropdown-item i {
    color: rgba(0, 0, 0, .4)
}

.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, .05);
    color: #000
}

.checkbox-wrap .checkbox-primary input[type="checkbox"]:checked:after {
    color: #ec8f6a
}

.checkbox-wrap .checkbox-secondary input[type="checkbox"]:checked:after {
    color: #8bbabb
}

.checkbox-wrap .checkbox-tertiary input[type="checkbox"]:checked:after {
    color: #e2c275
}

.checkbox-wrap .checkbox-quarternary input[type="checkbox"]:checked:after {
    color: #b96b9f
}

.checkbox-wrap .checkbox-dark input[type="checkbox"]:checked:after {
    color: #343a40
}

.checkbox-wrap .checkbox-primary {
    color: #ec8f6a
}

.checkbox-wrap .checkbox-secondary {
    color: #8bbabb
}

.checkbox-wrap .checkbox-tertiary {
    color: #e2c275
}

.checkbox-wrap .checkbox-quarternary {
    color: #b96b9f
}

.checkbox-wrap .checkbox-dark {
    color: #343a40
}

.checkbox-wrap .checkbox span {
    margin-left: 35px
}

.checkbox-wrap .checkbox input[type=checkbox], .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    margin-top: 0;
    margin-left: 0
}

.checkbox-wrap .checkbox input[type=checkbox]:disabled, .checkbox-wrap input[type="checkbox"]:disabled {
    opacity: .65
}

.checkbox-wrap input[type="checkbox"]:checked:after, .checkbox-wrap input[type="checkbox"]:after {
    visibility: visible;
    font-family: 'Ionicons';
    display: inline-block;
    color: rgba(0, 0, 0, .2);
    line-height: 1;
    margin-top: 0
}

.checkbox-wrap input[type="checkbox"]:checked:after:disabled, .checkbox-wrap input[type="checkbox"]:after:disabled {
    cursor: not-allowed;
    opacity: .65
}

.checkbox-wrap input[type="checkbox"]:checked:after {
    font-size: 30px;
    content: '\f148';
    line-height: .4;
    margin-top: 7px
}

.checkbox-wrap input[type="checkbox"]:after {
    font-size: 37px;
    content: '\f15c';
    line-height: .4;
    margin-top: 6px
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

input[type="radio"]:checked+label, input[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

input[type="radio"]:checked+label:before, input[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 100%;
    background: #fff
}

input[type="radio"]:checked+label:after, input[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease
}

input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

input[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.radio-primary {
    color: #ec8f6a
}

.radio-secondary {
    color: #8bbabb
}

.radio-tertiary {
    color: #e2c275
}

.radio-quarternary {
    color: #b96b9f
}

.radio-dark {
    color: #343a40
}

.radio-primary input[type="radio"]:checked+label:after {
    background: #ec8f6a;
    border-color: #ec8f6a
}

.radio-secondary input[type="radio"]:checked+label:after {
    background: #8bbabb;
    border-color: #8bbabb
}

.radio-tertiary input[type="radio"]:checked+label:after {
    background: #e2c275;
    border-color: #e2c275
}

.radio-quarternary input[type="radio"]:checked+label:after {
    background: #b96b9f;
    border-color: #b96b9f
}

.radio-dark input[type="radio"]:checked+label:after {
    background: #343a40;
    border-color: #343a40
}

.radio-primary input[type="radio"]:checked+label:before {
    border-color: #ec8f6a
}

.radio-secondary input[type="radio"]:checked+label:before {
    border-color: #8bbabb
}

.radio-tertiary input[type="radio"]:checked+label:before {
    border-color: #e2c275
}

.radio-quarternary input[type="radio"]:checked+label:before {
    border-color: #b96b9f
}

.radio-dark input[type="radio"]:checked+label:before {
    border-color: #343a40
}

.slide-button .toggle-button-cover {
    position: relative;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

.slide-button .button-cover {
    height: 40px;
    margin-right: 20px;
    background-color: #fff
}

.slide-button .button-cover, .slide-button .knobs, .slide-button .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.slide-button .button {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden
}

.slide-button .button.r, .slide-button .button.r .layer {
    border-radius: 100px
}

.slide-button .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3
}

.slide-button .knobs {
    z-index: 2
}

.slide-button .layer {
    width: 100%;
    background-color: #ebf7fc;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1
}

.slide-button #button-1 .knobs:before {
    content: 'ON';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    -webkit-transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all;
    -o-transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all;
    transition: 0.3s cubic-bezier(.18, .89, .35, 1.15) all
}

.slide-button #button-1 .checkbox:checked+.knobs:before {
    content: 'OFF';
    left: 42px;
    background-color: #f44336
}

.slide-button #button-1 .checkbox:checked~.layer {
    background-color: #fcebeb
}

.slide-button #button-1 .knobs, .slide-button #button-1 .knobs:before, .slide-button #button-1 .layer {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.slide-button #button-10 .knobs:before, .slide-button #button-10 .knobs:after, .slide-button #button-10 .knobs span {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 28px;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 50%;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all
}

.slide-button #button-10 .knobs:before {
    content: '';
    left: 4px;
    background-color: #03A9F4
}

.slide-button #button-10 .knobs:after {
    content: 'OFF';
    right: 4px;
    color: #4e4e4e
}

.slide-button #button-10 .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1
}

.slide-button #button-10 .checkbox:checked+.knobs span {
    color: #4e4e4e
}

.slide-button #button-10 .checkbox:checked+.knobs:before {
    left: 42px;
    background-color: #F44336
}

.slide-button #button-10 .checkbox:checked+.knobs:after {
    color: #fff
}

.slide-button #button-10 .checkbox:checked~.layer {
    background-color: #fcebeb
}

.ftco-section a:hover {
    color: white !important
}

/************************** majales ************************************/

.majales-item {
    margin-bottom: 32px;
}

.majales-item .wrapper {
    padding: 8px 8px 24px;
    background: white;
    margin: 8px;
    position: relative;
    height: 100%;
    text-align: right;
}

.majales-item .wrapper .number {
    color: var(--main-color);
    font-size: 2.0rem;
}

.majales-item .wrapper .number span{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background: var(--main-color);
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.majales-item .wrapper .title {
    color: black;
    font-weight: bold;
    font-size: 18px;
}

.majales-item .wrapper .link a{
    color: black;
    border-bottom: 1px solid;
    position: absolute;
    bottom: 15px;
}

.majales-item .wrapper .mosque-tag a{
    font-size: 14px;
    color: #6e6e6e;
}

@media (max-width: 768px) {
    .top-new .circle-animated .text11 {
        animation: none !important;
    }
}



.safa-premium-services {
    background: #ffffff;
      padding: 0% 0% 4% 0%;
    direction: rtl;
   
}

.safa-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.safa-header {
    text-align: center;
    margin-bottom: 20px;
}

.safa-title-main {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a; 
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.safa-red-text {
    color: #e31e24; }

.safa-title-line {
    width: 60px;
    height: 4px;
    background: #e31e24;
    margin: 0 auto;
    border-radius: 2px;
}

.safa-grid {
    display: flex;
    flex-wrap: wrap;
}

.safa-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.safa-card {
    display: block;
    background: #fff;
    padding: 45px 25px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 20px;
    border: 1px solid #c3c3c3;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.safa-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    color: #222; /* شروع با مشکی */
    transition: all 0.4s ease;
}

.safa-card-name {
    font-size: 19px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.safa-card-desc {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.6;
}

/* هاور کارت */
.safa-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(227, 30, 36, 0.12);
    border-color: rgba(227, 30, 36, 0.2);
}

.safa-card:hover .safa-icon-box {
    color: #e31e24; /* آیکون قرمز می‌شود */
    transform: scale(1.1) rotate(-5deg);
}

.safa-card:hover .safa-card-name {
    color: #e31e24;
}

/* خط قرمز متحرک زیر کارت */
.safa-hover-indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background: #e31e24;
    transition: all 0.4s ease;
    transform: translateX(-50%);
}

.safa-card:hover .safa-hover-indicator {
    width: 100%;
}

/* ریسپانسیو اختصاصی */



@media (max-width: 991px) {
    .safa-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .safa-title-main {
        font-size: 26px;
    }
    .safa-card {
        padding: 35px 15px;
    }
    
    
    
}
@media (max-width: 768px) {
    .top-new .circle-animated .text11 {
        animation: none;
    }
    table {
    border-collapse: collapse;
    width: 100%;
   
}
}
@media (max-width: 480px) {
    .safa-premium-services {
        padding: 0% 1% 10% 0%;
    }
    .safa-item {
        padding: 8px;
    }
    .safa-card-name {
        font-size: 16px;
    }
    .safa-card-desc {
        display: none; 
    }
    
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: 1px solid #e8edf4;
}

thead th {
    background-color: #10294d !important;
    color: #ffffff !important;
    padding: 18px 16px;
    text-align: center;
}

td, th {
    text-align: center;
    padding: 16px 14px;
    text-align: center;
    border-bottom: 1px solid #e8edf4;
    font-size: 15px;
}

/* --- بخش اصلی: ریسپانسیو با Media Query --- */

@media (max-width: 767px) {
    table {
        display: block;
        overflow-x: auto;/
        white-space: nowrap; 
    }
    
    td, th {
        font-size: 13px !important;
        padding: 10px 8px !important;
    }
}


 .safa.carousel-wrapper.safa {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 12px;
  }

  .safa.carousel-track.safa {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
  }

  .safa.carousel-item.safa {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .safa.carousel-image.safa {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
  }






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;

    font-size: medium;
    background-color: #fff;
}

.main-container {
    margin: 0 auto;
    padding: 0 20px;
    background-color: #0b2852;
}

/* Header */
.main-header {
    height: 80px;
    background-color: rgba(10, 25, 47, 0.95);
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-menu ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.nav-menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
}

.nav-menu ul li a:hover {
    color: #d4af37;
}

/* Hero Section */
.hero {
    background-color: #0a192f;
    height: 63vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-bottom-left-radius:200px;
    border-bottom-right-radius:200px;
    margin-top: 80px; /* برای اینکه زیر هدر نرود */
}

.hero-content {
    position: relative;
    z-index: 2;
    display: block; 
}

.hero-content h1 {
    font-size: 60px;
    margin-bottom: 10px;
    color: #fff;
}

.hero-content p {
    font-size: 24px;
    margin-bottom: 30px;
    color: #d4af37;
}

.btn-primary {
    padding: 15px 40px;
    background: linear-gradient(90deg, #0a192f, #0a192f);
    border: none;
    border-radius: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}

.btn-primary:hover {
    transform: scale(1.02);
}

/* لوگوها */
.logos-container {
    justify-content: center;
    display: flex;
}

.logo-card {
    margin-top: -9ch;
    background: #fff;
    color: #0a192f;
    padding: 25px 25px;
    border-radius: 12px;
    box-shadow: 0 0 20px 5px rgba(83, 82, 82, 0.242);
    text-align: center;
    font-size: 14px;
    border: 1px ;
    align-items: center;
}

.logo-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* بخش اول متن و لیست */
.p1 {
    float: right;
    color: #0a192f;
    line-height: 2;
    text-align: justify;
}

.image1 {
    width: 400px;
    float: left;
    margin: 0 0 20px 30px;
    border-radius: 10px;
}

.custom-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.custom-list li {
    background: #f8f9fc;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 15px;
    color: #1a1a2e;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    margin-bottom: px; /* فاصله بین آیتم‌ها */
}

.custom-list li::before {
    content: "✓";
    color: #4a6cf7;
    font-size: 18px;
    font-weight: bold;
}

.custom-list li:hover {
    background: #eef1ff;
}

/*  تب‌ها  */
.project-container {
 background-color: #0b2852;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 20px;
    text-align: right;
    width: 1450px;
    margin-right: auto;
    margin-left: auto;
}

.tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    background: #1a3c6d;
    padding: 8px;
    border-radius: 14px;
    width: fit-content;
}

.tabs button {
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    color: #c0c5d0;
    transition: all 0.3s ease;
}

.tabs button.active {
    background: #d4af37;
    color: #0a192f;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.35);
}

.tabs button:hover {
    transform: translateY(-2px);
}

/* تب ها */
.group {
    display: none;
    animation: fadeIn 0.4s ease;
}

.group.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/*کارت‌ها */
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 2ch;
}

.card {
    background: #3c5680;
    padding: 25px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border-radius: 8px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.card h3 {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 700;
}

.card p {
    font-size: 14px;
    color: #eae0e097;
    line-height: 1.8;
}

/* بخش دوم */
.image2 {
    float: right;
    width: 450px;
    margin: 0 0 20px 30px;
    border-radius: 10px;
}

.p2 {
    background-color: #bdd4f6;
    color: #0a192f;
    padding: 30px;
    border-radius: 10px;
    line-height: 2.5;
    max-width: 850px;
    margin: 20px auto;
}

/*گام‌های همکاری*/
    .steps-wrapper {
    padding: 20px;
    margin: 50px auto;
}

.main-title {
    text-align: right;
    color: #0a192f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.step-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    color: #0a192f;
    padding: 20px 15px 25px;
    position: relative;
    height: 100%;
}

.step-card:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}

.step-number {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background-color: #0a192f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(26, 26, 78, 0.2);
}

.icon-wrapper {
    width: 90px;
    height: 90px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 20px auto;
    color: #0a192f;
    font-size: 40px;
}

.step-title {
    color: #0a192f;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.step-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.8;
}

/*  فلش‌ها  */
.arrow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 5px;
    padding-top: 130px;
}

.arrow-line {
    width: 100%;
    height: 2px;
    background-color: #0a192f;
    position: relative;
    direction: ltr;
}

.arrow-line::after {
    content: '';
    position: absolute;
    right: -8px;
    top: -5px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #0a192f;
}

.arrow-line::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -4px;
    width: 10px;
    height: 10px;
    background-color: #d4af37;
    border-radius: 50%;
    transform: translateX(-50%);
}

.list-card {
    color: #0a192f;
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

}

.list-card li {
    border-radius: 12px;  
    box-shadow: 0 4px 15px rgba(10, 25, 47, 0.15);
    background: #f8f9fc;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s ease;
    list-style: none;
    height: 8ch;
}

.list-card img {
    height: 7ch;
}
 


.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0a192f;
}

.consult-wrapper {
   max-width: 1200px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -11%;
}

.consult-container {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #f8f9fc;
    border-radius: 20px;
    padding: 40px;
}

.consult-image {
    flex: 1;
}

.consult-image img {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.consult-form {
    flex: 1;
    text-align: right;
}

/* تنظیمات پایه برای دسکتاپ (دو ستونه) */
.consult-container {
   display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.consult-image, 
.consult-form {
    flex: 1;
}

.sa-about-sectionfa {
    width: 100%;
    padding: 44px 0;
    direction: rtl;
    background-color: transparent;
    text-align: right;
}

.sa-about-containerfa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.sa-about-content-rowfa {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* بخش متن */
.sa-about-text-colfa {
    flex: 1;
}

.sa-about-titlefa {
    font-size: 30px;
    color: #0f1b55;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.sa-about-titlefa::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: #0f1b55;
    display: inline-block;
}

.sa-about-descriptionfa p {
    font-size: 14px;
    color: #555;
    line-height: 1.9;
    margin-bottom: 15px;
    text-align: justify;
}

/* ویژگی ها / آیکون ها */
.sa-about-featuresfa {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    justify-content: flex-start;
}

.sa-feature-itemfa {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sa-feature-textfa {
    font-weight: 800;
    color: #0f1b55;
    font-size: 14px;
}

.sa-feature-iconfa {
    width: 40px;
    height: 40px;
    background: #bed9f3; /* رنگ آبی ملایم پس زمینه آیکون ها */
    color: #0f1b55;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 18px;
    /* ایجاد شکل چندضلعی ملایم مشابه تصویر */
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

/* بخش تصاویر */
.sa-about-image-colfa {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.sa-image-wrapperfa {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: 450px;
}

.sa-main-imgfa {
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.sa-overlay-imgfa {
    width: 55%;
    height: 55%;
    object-fit: cover;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 10px solid #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 2;
}

/* ریسپانسیو */
@media (max-width: 992px) {
    .sa-about-content-rowfa {
        flex-direction: column-reverse; /* تصویر پایین برود یا بالا؟ در طرح معمولا متن اولویت دارد */
        gap: 40px;
    }
    
    .sa-about-image-colfa {
        width: 100%;
    }

    .sa-image-wrapperfa {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .sa-about-titlefa {
        font-size: 24px;
    }
    
    .sa-about-featuresfa {
        flex-wrap: wrap;
        gap: 20px;
    }

    .sa-feature-itemfa {
        width: 100%;
        justify-content: flex-end; /* آیکون سمت راست متن قرار بگیرد در موبایل */
    }

    .sa-image-wrapperfa {
        height: 300px;
    }
}

.sa-about-featuresfa {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 20px;
}

.sa-feature-itemfa {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.sa-feature-iconfa {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .sa-about-featuresfa {
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
  }
}

.sa-faq-sectionfa {
    width: 100%;
    padding: 3% 0% 2% 0%;
    direction: rtl;
    background-color: transparent;
        text-align: right;
}
.sa-invest-sectionfa{
    width:100%;
    padding:70px 0;
    direction:rtl;
    overflow:hidden;
}

.sa-invest-containerfa{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.sa-invest-headerfa{
    margin-bottom:40px;
}

.sa-invest-titlefa{
    color:#0f1b55;
    font-size:38px;
    line-height:1.5;
}

/* اسلایدر */

.sa-invest-slider-wrapfa{
    position:relative;
}

.sa-invest-sliderfa{
    position:relative;
    width:100%;
    height:300px;
    border-radius:30px;
    overflow:hidden;
}

.sa-invest-slidefa{
    position:absolute;
    inset:0;
    opacity:0;
    visibility:hidden;
    transition:all .5s ease;
}

.sa-invest-slidefa.activefa{
    opacity:1;
    visibility:visible;
}

.sa-invest-slidefa img{
    width:100%;
    /*height:100%;*/
    object-fit:cover;
    display:block;
}

/* نویگیشن */

.sa-invest-navfa{
    display: inline-flex;
    justify-content: center;
    gap: 18px;
    margin-top: -54px;
    margin-left: 15%;
}

.sa-invest-btnfa{
    width:35px;
    height:35px;
    border:none;
    border-radius:50%;
    background:#0f1b55;
    color:#fff;
    cursor:pointer;
    font-size:18px;
    transition:.3s;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sa-invest-btnfa:hover{
    background:#1f3285;
    transform:translateY(-3px);
}

/* موبایل */
.sa-academy-topf {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    text-align: center;
}

/*.sa-academy-topf .sa-apartment-title {*/
/*    margin: 0;*/
/*    font-size: 24px;*/
/*    color: #333;*/
/*}*/

.sa-academy-topf .sa-academy-introf {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

@media (min-width: 992px) {
    .sa-academy-topf {
        text-align: right;
        padding: 40px 0;
    }
}
  .nl-testimonial-wrapper > h2 {
            text-align: center;
            margin-bottom: 2rem;
            font-weight: 600;
            color: #0a192f;
            font-size: 1.8rem;
        }
        
        /* کانتینر کارت‌ها با فلکس */
        .nl-testimonials {
            display: flex;
            flex-wrap: wrap;
            gap: 2%;
            width: 100%;
        }
        
        /* هر کارت */
        .nl-testimonial-card {
            flex: 0 0 49%;
            max-width: 49%;
            background: #fff;
            border-radius: 16px;
            padding: 4% 5%;
            box-shadow: 0 4px 15px rgba(0,0,0,0.06);
            border: 1px solid #f0f2f5;
            transition: all 0.3s ease;
        }
        
        .nl-testimonial-card:hover {
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        /* خط و لوگوی بالای کارت */
        .nl-card-header-line {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
            width: 100%;
        }
        
        .nl-card-header-line .line {
            flex: 1;
            height: 2px;
            background:#0a192f;
            border: none;
        }
        
        .nl-card-header-line .top-icon {
            width: 32px;
            height: 32px;
            object-fit: contain;
            flex-shrink: 0;
        }
        
        /* بخش اصلی: عکس سمت چپ، محتوا سمت راست */
        .nl-card-content-wrapper {
            display: flex;
            gap: 15px;
            align-items: flex-start;
            width: 100%;
        }
        
        /* عکس سمت چپ */
        .nl-card-content-wrapper .card-img {
            flex: 0 0 35%;
            max-width: 35%;
            border-radius: 12px;
            height: auto;
            aspect-ratio: 1/1;
            object-fit: cover;
        }
        
        /* بخش متن و آیکون‌ها سمت راست */
        .nl-card-text-content {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        
        .nl-card-text-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0a192f;
            margin: 0;
        }
        
        .nl-card-text-content p {
            font-size: 14px;
            line-height: 1.8;
            color: #334e68;
            margin: 0 0 10px 0;
        }
        
        /* گروه آیکون‌ها - با خط جداکننده */
        .nl-icon-group {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            gap: 0;
            margin-top: 5px;
            width: 100%;
        }
        
        .nl-icon-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            padding: 0 12px;
            flex: 0 0 auto;
            position: relative;
        }
        
        /* خط جداکننده بین آیتم‌ها */
        .nl-icon-item:not(:last-child)::after {
            content: "";
            position: absolute;
            left: -2px;
            top: 10%;
            height: 80%;
            width: 1px;
            background-color: #d0d7e0;
            opacity: 0.5;
        }
        
        .nl-icon {
            width: 32px;
            height: 32px;
            object-fit: contain;
            display: block;
            flex-shrink: 0;
        }
        
        .nl-icon-item span {
            font-size: 10px;
            color: #334e68;
            text-align: center;
            font-weight: 500;
            line-height: 1.3;
        }
        
        /* واکنش‌گرایی */
        @media (max-width: 992px) {
            .nl-testimonial-card {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 20px;
            }
            
            .nl-card-content-wrapper {
                flex-direction: row;
                gap: 15px;
            }
            
            .nl-card-content-wrapper .card-img {
                flex: 0 0 30%;
                max-width: 30%;
            }
        }
        
        @media (max-width: 768px) {
            .nl-testimonial-wrapper {
                width: 95%;
                padding: 4%;
            }
            
            
            .sa-academy-introf
            {
                width: 100%;
            }
            
            .sa-apartment-title-w
            {
                  font-size: 24px;
            }
            
            .consult-container {
padding: 10px;
                
            }

            
            .nl-card-content-wrapper {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            
            .nl-card-content-wrapper .card-img {
                flex: 0 0 50%;
                max-width: 50%;
                aspect-ratio: 1/1;
            }
            
            .nl-card-text-content {
                align-items: center;
            }
            
            .nl-icon-group {
                justify-content: center;
            }
            
            .nl-icon-item {
                padding: 0 10px;
            }
            
            .nl-icon-item:not(:last-child)::after {
                left: -1px;
                top: 15%;
                height: 70%;
            }
            
            .nl-icon {
                width: 30px;
                height: 30px;
            }
            
            .nl-icon-item span {
                font-size: 0.75rem;
            }
            
            .nl-card-text-content h3 {
                font-size: 1rem;
            }
            
            .nl-card-text-content p {
                font-size: 0.85rem;
            }
            
            .nl-testimonial-wrapper > h2 {
                font-size: 1.4rem;
            }
        }
        
        @media (max-width: 480px) {
            .nl-card-content-wrapper .card-img {
                flex: 0 0 60%;
                max-width: 60%;
            }
            
            .nl-icon {
                width: 28px;
                height: 28px;
            }
            
            .nl-icon-item span {
                font-size: 0.7rem;
            }
            
            .nl-icon-item {
                padding: 0 8px;
            }
            
            .nl-icon-item:not(:last-child)::after {
                left: -1px;
                top: 20%;
                height: 60%;
            }
        }
@media(max-width:768px){

    .sa-invest-sectionfa{
        padding:70px 0;
        display: none;
    }

    .sa-invest-titlefa{
        font-size:28px;
        text-align:center;
    }

    .sa-invest-sliderfa{
        height:320px;
        border-radius:20px;
    }

    .sa-invest-btnfa{
        width:48px;
        height:48px;
        font-size:15px;
    }

}
/* ================================
   Safa Footer
================================ */

.safa-footer {
    width: 100%;
    direction: rtl;
background: #c9c9c9;
    padding: 60px 15px 0;    box-sizing: border-box;
    font-family: inherit;
}

.safa-footer *,
.safa-footer *::before,
.safa-footer *::after {
    box-sizing: border-box;
}

.safa-footer__inner {
    width: 100%;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 60px 8% 45px;
    background: #0c2048;
    border-radius: 180px 180px 0 0;
    color: #ffffff;
    
    /* چیدمان منعطف دسکتاپ */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

/* ستون‌ها به طور مساوی تقسیم فضای دسکتاپ */
.safa-footer__column {
    flex: 1 1 200px; /* حداقل عرض هر ستون ۲۰۰ پیکسل */
    min-width: 180px;
    text-align: right;
}

/* استایل عنوان ستون‌ها */
.safa-footer__title {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 13px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

/* خط زیر عنوان */
.safa-footer__title span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

.safa-footer__title span::after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 17px;
    height: 1px;
    background: rgba(255, 255, 255, 0.45);
}

/* ستون درباره ما */
.safa-footer__about p {
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 2.2;
    text-align: justify;
}

/* ستون دسترسی سریع */
.safa-footer__quick a {
    display: block;
    width: max-content;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.safa-footer__quick a:hover {
    color: #ffffff;
    opacity: 0.7;
}

/* ستون QR Code */
.safa-footer__qr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.safa-footer__qr .safa-footer__title span {
    right: 50%;
    transform: translateX(50%);
}

.safa-footer__qr-box {
    width: 120px;
    height: 120px;
    padding: 7px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.safa-footer__qr-box img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* ستون شبکه‌های اجتماعی و ایمیل */
.safa-footer__email {
    display: inline-block;
    margin: 0 0 17px;
    color: #c6924a;
    font-family: Arial, sans-serif;
    font-size: 12px;
    direction: ltr;
    text-decoration: none;
    transition: color 0.2s ease;
}

.safa-footer__email:hover {
    color: #e0b36d;
}

.safa-footer__social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    direction: ltr;
}

.safa-footer__social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #0c2048;
    background: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.safa-footer__social-icons a:hover {
    background: #d8d8d8;
    transform: translateY(-2px);
}

/* ================================
   ریسپانسیو تبلت و موبایل
================================ */

/* تبلت (عرض زیر 992 پیکسل) */
@media (max-width: 992px) {
    .safa-footer__inner {
        padding: 50px 6% 40px;
        border-radius: 120px 120px 0 0;
        gap: 30px 20px;
    }
    
    .safa-footer__column {
        flex: 1 1 40%; /* قرارگیری به صورت ۲ ستونه در تبلت */
    }
}

/* موبایل (عرض زیر 768 پیکسل) */
@media (max-width: 768px) {
    .safa-footer {
        padding: 20px 10px 0;
    }

    .safa-footer__inner {
        padding: 45px 25px 35px;
        border-radius: 60px 60px 0 0;
        gap: 30px;
    }

    .safa-footer__column {
        flex: 1 1 100%; /* قرارگیری به صورت تک ستونه زیر هم */
        text-align: center;
    }

    .safa-footer__title span {
        right: 50%;
        transform: translateX(50%);
    }

    .safa-footer__about p {
        text-align: center;
    }

    .safa-footer__quick a {
        margin: 0 auto 5px;
    }

    .safa-footer__social-icons {
        justify-content: center;
    }
}

.sa-faq-containerfa {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* هدر */
.sa-faq-headerfa {
    text-align: center;
    margin-bottom: 50px;
}

.sa-faq-badgefa {
    background: #f0f4f9;
    color: #5578a1;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}

.sa-faq-titlefa {
    font-size: 32px;
    color: #0f1b55;
    margin: 20px 0;
    display: block;
}

.sa-faq-subtitlefa {
    font-size: 14px;
    color: #777;
}

/* لیست آکاردئون */
.sa-faq-listfa {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sa-faq-itemfa {
    background: #f8f9fb;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sa-faq-itemfa.activefa {
    background: #f1f6ff;
    border-color: #0f1b55;
}

.sa-faq-topfa {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 20px;
}

.sa-faq-icon-wrapfa {
width: 40px;
    height: 40px;
    background: #0f1b55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.activefa .sa-faq-icon-wrapfa {
    background: #0f1b55;
    color: #fff;
}
.activefa .sa-faq-answerfa {
    max-height: 500px; /* یک عدد بزرگ برای باز شدن */
    padding: 20px 85px 25px 25px;
    border-top: 1px solid #dce4ee;
}
.sa-faq-question-textfa {
    flex-grow: 1;
    margin: 0;
    font-weight: 700;
    color: #0f1b55;
    font-size: 15px;
}

.sa-faq-arrowfa {
    color: #0f1b55;
    font-size: 14px;
}

/* محتوای پاسخ */
.sa-faq-answerfa {
  max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 85px 0 25px;
}

.sa-faq-answerfa p {
    font-size: 13px;
    color: #555;
    line-height: 1.8;
    margin: 20px 0 0 0;
    text-align: justify;
}

/* فوتر سکشن */
.sa-faq-footerfa {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    font-size: 14px;
    color: #444;
}

.sa-footer-iconfa {
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f1b55;
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .sa-faq-answerfa {
        padding: 0 25px 25px 25px;
    }
    .sa-faq-titlefa {
        font-size: 26px;
    }
    .sa-faq-topfa {
        padding: 15px;
        gap: 10px;
    }
    .sa-faq-question-textfa {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
 

    .consult-image {
        display: flex;
        flex-direction: column;
    }

    .sa-apartment-title { order: 1; }
    .consult-image img { order: 2; margin-bottom: 15px; }
    .consult-image .p1 { order: 3; }
}


.testimonials{
    color: #0a192f;
    width:90%;
    display: flex;
    margin:auto;
}


.testimonial-card{
    background:#fff;
    border-radius:16px;
    padding:25px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.testimonial-card img{
    float: left;
    border-radius: 12px;
    height: 4cm;
}

.faq-section{
    width:100%;
    padding:80px 20px;
    background:#f8f9fc;
}

.faq-title{
    text-align:center;
    margin-bottom:50px;
}

.faq-title span{
    background:#eef3ff;
    color:#0b2d78;
    padding:8px 18px;
    border-radius:20px;
    font-size:14px;
}

.faq-title h2{
    font-size:45px;
    color:#0b2d78;
    margin:20px 0;
}

.faq-title p{
    color:#666;
}

.faq-container{
    max-width:900px;
    margin:auto;
}

.faq-item{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:15px;
    margin-bottom:15px;
    overflow:hidden;
}

.faq-question{
    width:100%;
    border:none;
    background:white;
    padding:22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    color:#0b2d78;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:0.4s;
}

.faq-answer p{
    padding:0 22px 22px;
    line-height:2;
    color:#555;
}

.faq-item.active .faq-answer{
    max-height:200px;
}

.faq-item.active{
    border:2px solid #0b2d78;
}

.footer{
    background:#06215c;
    padding:80px 40px;
    border-top-left-radius:180px;
    border-top-right-radius:180px;
    margin-top:100px;
}

.footer-container{
    max-width:1200px;
    justify-content:space-between;
}

.footer-box{
    flex:1;
    text-align:center;
}

.footer-box h3{
    color:#fff;
    font-size:20px;
    margin-bottom:20px;
}

.line{
    width:70px;
    height:2px;
    background:#8ca0d1;
    margin:0 auto 20px;
    position:relative;
}

.line::before{
    content:'';
    width:35px;
    height:2px;
    background:#8ca0d1;
    transform:translateX(50%);
}

.footer-box p,
.footer-box li,
.footer-box a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    line-height:2.2;
}

.footer-box ul{
    list-style:none;
    padding:0;
}

.email{
    color:#d89a35 !important;
    margin-bottom:25px;
}

.qr-code{
    width:220px;
    background:#fff;
    padding:10px;
}

.social-icons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:20px;
}

.social-icons a{
    width:55px;
    height:55px;
    background:white;
    color:#06215c;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:0.3s;
}

.social-icons a:hover{
    transform:translateY(-5px);
}



/* کانتینر اصلی */

.nl-contact-container {
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 30px;
    background: #ffffff;
    border: 1px solid #dce3ec;
    border-radius: 28px;
    box-shadow: 0 12px 40px rgba(18, 30, 45, 0.10);
}



.nl-top-section {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 35px;
    margin-bottom: 35px;
}




.nl-section-title {
    text-align: right;
}

.nl-section-title h2 {
    display: inline-block;
    margin: 0 0 4px;
    padding-bottom: 10px;
    color: #1a2634;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 4px solid #d4af37;
}

.nl-section-title p {
    margin: 8px 0 0;
    color: #4f5f72;
    font-size: 16px;
}




.nl-icon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}


.nl-icon-card {
    display: block;
    padding: 18px 10px;
    text-align: center;
    text-decoration: none;
    background: #f5f8fc;
    border: 1px solid #d0d8e4;
    border-radius: 20px;
    color: #1a2634;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}


.nl-icon-card:hover {
    background: #ffffff;
    border-color: #2c3e50;
    transform: translateY(-5px);
    box-shadow: 0 10px 22px rgba(26, 38, 52, 0.08);
}


.nl-icon-card .fa {
    display: block;
    margin-bottom: 13px;
    color: #2c3e50;
    font-size: 34px;
}


.nl-icon-title {
    color: #1f2b38;
    font-size: 16px;
    font-weight: 600;
}

.nl-icon-text {
    color: #1f2b38;
    font-size: 14px;
    font-weight: 500;
    display: contents;
}





.nl-map-section {
    width: 100%;
}


.nl-map-frame {
    display: block;
    width: 100%;
    height: 420px;
    margin: 0;
    border: 2px solid #2c3e50;
    border-radius: 24px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}



@media (max-width: 992px) {

    .nl-top-section {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .nl-section-title {
        text-align: center;
    }

    .nl-map-frame {
        height: 340px;
    }
}



@media (max-width: 768px) {

 

    .nl-contact-container {
        width: calc(100% - 20px);
        padding: 22px 16px;
        border-radius: 20px;
    }

    .nl-icon-grid {
        gap: 10px;
    }

    .nl-icon-card {
        padding: 12px 6px;
    }

    .nl-icon-card .fa {
        font-size: 28px;
    }

    .nl-icon-title {
        font-size: 14px;
    }

    .nl-section-title h2 {
        font-size: 24px;
    }

    .nl-map-frame {
        height: 260px;
    }
}



@media (max-width: 480px) {

    .nl-contact-container {
        padding: 16px 10px;
    }

    .nl-icon-grid {
        gap: 7px;
    }

    .nl-icon-card .fa {
        font-size: 24px;
    }

    .nl-icon-title {
        font-size: 13px;
    }

    .nl-section-title h2 {
        font-size: 21px;
    }

    .nl-section-title p {
        font-size: 14px;
    }

    .nl-map-frame {
        height: 200px;
    }
}

.nl-content-card { 
    background: #ffffff; 
    padding: 40px; 
    border-radius: 20px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.1); 
    margin-bottom: 40px; 
    border-right: 8px solid #0b2d78; 
    transition: transform 0.3s ease;
    overflow: hidden;
}

.nl-content-card:hover {
    transform: translateY(-5px); 
}

.nl-card-icon {
    font-size: 40px;
    color: #d4af37; 
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom:13px;
}

.nl-image-placeholder {
    width: 100%;
    max-width: 300px;
    height: auto; 
    border-radius: 15px;
}

.nl-content-card h2 { 
    color: #0b2d78;
    font-size: 28px; 
    font-weight: bold;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 10px;
    margin-top: 0;
    text-align: right;
}

.nl-content-card p { 
    text-align: justify; 
    font-size: 16px; 
    color: #444;
}

.nl-content-card .row {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .nl-content-card { padding: 20px; }
    .nl-image-placeholder { max-width: 100%; }
}
#hoor-header-safa,
#hoor-header-safa .bar-safa,
#hoor-header-safa #hoor-links-safa {
    background-color: #001838 !important;
    background-image: none !important; 
}
.nil-details-s {
    margin-top: 15px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
}

.nil-summary-s {
       cursor: pointer;
    font-size: 13px;
    font-weight: bolder;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    outline: none;
    padding: 6px 0;
}

.nil-summary-s:hover {
    color: #1d4ed8;
}

.nil-details-s[open] .nil-summary-s span {
    transform: rotate(180deg);
}

.nil-details-content-s {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 14px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.8;
}

.nil-subheading-s {
    font-size: 13px;
    font-weight: 700;
    color: #334155;
    margin: 10px 0 6px 0;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 4px;
}

.nil-subheading-s:first-child {
    margin-top: 0;
}

.nil-row-s {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    color: #475569;
}

.nil-row-s span:first-child {
    font-weight: 600;
    color: #64748b;
}


.sa-apartment-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    direction: rtl; 
}

.sa-top-header {
    width: 100%;
}

.sa-main-split {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
    align-items: center; 
}

.sa-apartment-image-box, 
.sa-apartment-content {
    flex: 1;
    min-width: 300px; 
}

.sa-apartment-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .sa-main-split {
        flex-direction: column;
    }
}

.nil-details-content-s {
    padding: 20px !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    border: 1px solid #eee !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
    line-height: 1.8 !important;
}

.nil-subheading-s {
    font-size: 1.1rem !important;
    color: #222 !important;
    font-weight: 800 !important;
    margin: 20px 0 10px 0 !important;
    padding-right: 10px !important;
    border-right: 4px solid #c5a059 !important;
}

.nil-details-content-s h4:first-child {
    margin-top: 0 !important;
}

.nil-row-s {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 5px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    gap: 15px !important;
}

.nil-row-s:last-of-type {
    border-bottom: none !important;
}

.nil-row-s span:first-child {
    color: #777 !important;
    font-weight: 700 !important;
    min-width: 100px !important;
    font-size: 0.9rem !important;
}

.nil-row-s span:last-child {
    color: #333 !important;
    font-weight: 600 !important;
    text-align: left !important;
    font-size: 0.9rem !important;
}
