پرش به محتوا

بخش اطلاعات تماس/عطاری حافظ - فراغیب

از فراغیب
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۱۵ نسخهٔ میانی ویرایش شده توسط ۲ کاربر نشان داده نشد)
خط ۱: خط ۱:
<html>
<html>
<style>
<style>
/* ============================
    .deniz-contact-card {
  کارت تماس — نسخه سئو + ریسپانسیو
        width: 100%;
  ============================ */
        max-width: 1100px;
        margin: 5px auto;
        padding: 10px 5px;
        direction: rtl;
        text-align: center;
        /* گرادینت استخراج شده از پالت رنگی بنر ارسالی */
        background: linear-gradient(90deg, #1d4d1a 0%, #4c8c2b 100%);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        color: #ffffff; /* تغییر به سفید برای تضاد عالی با سبز بنر */
        box-sizing: border-box;
        font-family: 'IRANSans', Tahoma, sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


.deniz-contact-card {
    .wiki-custom-body {
    width: 100%;
        width: 100%;
    max-width: 800px;
        display: flex;
    margin: 20px auto;
        flex-direction: column;
        align-items: center;
    }


     /* نسبت تصویر پس‌زمینه */
     .contact-intro {
    aspect-ratio: 1561 / 1008;
        display: block;
        width: 100%;
        margin-bottom: 8px;
        font-size: clamp(0.9em, 1.8vw, 1em);
        color: #f0f7ed; /* سبز بسیار روشن متمایل به سفید */
        font-weight: bold;
        text-align: right;
    }


     /* پدینگ ریسپانسیو با clamp */
     .icons-row {
    padding: clamp(40px, 12%, 120px) clamp(20px, 8%, 64px) clamp(20px, 8%, 64px);
        width: 100%;
 
        display: flex;
    direction: rtl;
        justify-content: center;
    text-align: center;
        align-items: center;
 
        flex-wrap: nowrap;
    /* پس‌زمینه */
        gap: 5px;
    background-image: url('https://dl.faraghaib.ir/m/105/12.png');
     }
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
 
    color: #3e2723;
    box-sizing: border-box;
    font-family: 'IRANSans', sans-serif;
 
    /* جلوگیری از سرریز */
    overflow: hidden;
}
 
/* تیتر بالای کارت */
/* اصلاح اندازه فونت تیتر برای همسان‌سازی با بقیه متن */
.contact-intro {
    display: block;
    margin-bottom: clamp(15px, 3%, 30px);
    /* هم‌اندازه با .icon-block .caption */
    font-size: clamp(0.72em, 2vw, 0.9em);
    line-height: 1.6;
    color: #2e4633;
    font-weight: bold; /* برای تمایز اندک، حالت ضخیم حفظ شده است */
 
}
 
/* ============================
  ردیف آیکون‌ها — Flexbox
  ============================ */
.icons-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: clamp(10px, 2%, 24px);
    margin-top: 10px;
}
 
.icon-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    min-width: 100px;
}
 
/* تصویر آیکون */
.icon-block img {
    width: clamp(28px, 5vw, 42px);
    height: clamp(28px, 5vw, 42px);
     margin-bottom: clamp(6px, 1.5%, 12px);
    object-fit: contain;
}
 
/* کپشن زیر آیکون */
.icon-block .caption {
    font-size: clamp(0.72em, 2vw, 0.9em);
    line-height: 1.6;
    color: #3e2723;
}


.icon-block .caption b {
    display: block;
    color: #2e4633;
    margin-bottom: 4px;
    font-size: clamp(0.8em, 2.2vw, 1em);
}
/* لینک‌ها */
.deniz-contact-card a {
    color: #a67c00 !important;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease;
}
.deniz-contact-card a:hover {
    color: #5d4037 !important;
    text-decoration: underline;
}
/* بخش پایینی — آدرس و رزرو */
.contact-footer {
    margin-top: clamp(20px, 4%, 40px);
    padding-top: clamp(15px, 3%, 25px);
    border-top: 1px solid rgba(46, 70, 51, 0.2);
    font-size: clamp(0.8em, 2.2vw, 0.95em);
    line-height: 1.8;
    color: #3e2723;
}
.contact-footer b {
    color: #2e4633;
}
/* ============================
  مدیا کوئری‌ها
  ============================ */
/* تبلت — ۵ آیکون در یک ردیف */
@media (max-width: 768px) {
     .icon-block {
     .icon-block {
         min-width: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1 1 auto;
        padding: 0 2px;
         min-width: 60px;
     }
     }
}


/* موبایل — ۳ ستون */
    .icon-block img {
@media (max-width: 600px) {
        width: clamp(28px, 3.5vw, 36px);
    .deniz-contact-card {
        height: clamp(28px, 3.5vw, 36px);
         /* حذف aspect-ratio برای جلوگیری از فشردگی محتوا */
        margin-bottom: 2px;
         aspect-ratio: auto;
        object-fit: contain;
        min-height: 420px;
         /* فیلتر برای درخشش بهتر آیکون‌ها روی پس‌زمینه تیره */
         filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.3));
     }
     }


     .icons-row {
     .icon-block .caption {
         gap: 12px;
         font-size: clamp(0.7em, 1.2vw, 0.85em);
        line-height: 1.2;
        color: #ffffff;
     }
     }


     .icon-block {
     .icon-block .caption b {
         flex: 1 1 30%; /* ۳ ستون */
         display: block;
         min-width: 80px;
        color: #ffffff;
        font-size: clamp(0.8em, 1.4vw, 0.9em);
         margin-bottom: 1px;
     }
     }
}


/* موبایل کوچک — ۲ ستون */
    .deniz-contact-card a {
@media (max-width: 380px) {
        color: #ffffff !important;
    .icon-block {
        text-decoration: none;
         flex: 1 1 42%; /* ۲ ستون */
         font-weight: 700;
         min-width: 70px;
         white-space: nowrap;
     }
     }
}
</style>


<!-- ============================
     @media (max-width: 600px) {
    داده‌های ساختاریافته Schema.org
         .icons-row {
    ============================ -->
             flex-wrap: wrap;
<script type="application/ld+json">
             gap: 5px;
{
     "@context": "https://schema.org",
    "@type": "LocalBusiness",
    "name": "عطاری و ادویه سرای حافظ",
    "description": "عرضه گیاهان دارویی و ادویه‌جات",
    "telephone": "+989333009575",
    "contactPoint": [
        {
            "@type": "ContactPoint",
            "telephone": "+989333009575",
            "contactType": "customer service",
            "areaServed": "IR",
            "availableLanguage": ["Persian"]
        },
         {
             "@type": "ContactPoint",
            "telephone": "+989188816696",
            "contactType": "reservations",
            "contactOption": "TollFree",
             "areaServed": "IR"
         }
         }
    ],
    "sameAs": [
        "https://t.me/attarihafez_ir"
    ]
}
</script>


<!-- ============================
        .icon-block {
    محتوای کارت
            flex: 1 1 45%;
    ============================ -->
        }
<section class="deniz-contact-card" aria-label="راه‌های ارتباطی عطاری و ادویه سرای حافظ">
    }
</style>
 
<section class="deniz-contact-card" aria-label="راه‌های ارتباطی">
     <div class="wiki-custom-body">
     <div class="wiki-custom-body">
        <b class="contact-intro">راه‌های ارتباطی عطاری و ادویه سرای حافظ:</b>


        <b class="contact-intro">جهت دریافت اطلاعات بیشتر و پشتیبانی، از راه‌های ارتباطی زیر استفاده کنید:</b>
         <nav class="icons-row">
 
        <!-- ردیف ۵ آیکون -->
         <nav class="icons-row" aria-label="اطلاعات تماس">
 
            <!-- ۱. شماره تماس -->
             <div class="icon-block">
             <div class="icon-block">
                 <img src="https://dl.faraghaib.ir/m/100/phone.png"
                 <img src="https://dl.faraghaib.ir/m/100/phone.png" alt="تماس" loading="lazy">
                    alt="شماره تماس عطاری حافظ"
                 <div class="caption"><b>تلفن</b><a href="tel:09333009575">09333009575</a></div>
                    loading="lazy" width="40" height="40">
                 <div class="caption">
                    <b>شماره تماس</b>
                    <a href="tel:09333009575" title="تماس تلفنی با عطاری حافظ">09333009575</a>
                </div>
             </div>
             </div>


            <!-- ۲. تلگرام -->
             <div class="icon-block">
             <div class="icon-block">
                 <img src="https://dl.faraghaib.ir/m/100/telegram.png"
                 <img src="https://dl.faraghaib.ir/m/100/telegram.png" alt="تلگرام" loading="lazy">
                    alt="کانال تلگرام عطاری حافظ"
                 <div class="caption"><b>تلگرام</b><a href="https://t.me/attarihafez_ir" target="_blank">@attarihafez_ir</a></div>
                    loading="lazy" width="40" height="40">
                 <div class="caption">
                    <b>تلگرام</b>
                    <a href="https://t.me/attarihafez_ir"
                      target="_blank" rel="noopener noreferrer"
                      title="کانال تلگرام عطاری حافظ">@attarihafez_ir</a>
                </div>
             </div>
             </div>


            <!-- ۳. آدرس -->
             <div class="icon-block">
             <div class="icon-block">
                 <img src="https://dl.faraghaib.ir/m/100/telegram.png"
                 <img src="https://dl.faraghaib.ir/m/100/loc.png" alt="آدرس" loading="lazy">
                    alt="آدرس عطاری حافظ"
                 <div class="caption"><b>آدرس</b><a href="https://neshan.org/maps/places/19087e7434f593216155a7c6bde38efd#c26.681-61.665-22z-0p">شهر آشار</a></div>
                    loading="lazy" width="40" height="40">
                 <div class="caption">
                    <b>آدرس</b>
                    <address style="font-style: normal; display: inline;">
                        نسیم‌شهر، عطاری حافظ
                    </address>
                </div>
             </div>
             </div>


            <!-- ۴. رزرو سریع -->
             <div class="icon-block">
             <div class="icon-block">
                 <img src="https://dl.faraghaib.ir/m/100/telegram.png"
                 <img src="https://dl.faraghaib.ir/m/100/chat.png" alt="مشاوره" loading="lazy">
                    alt="رزرو سریع و مشاوره"
                 <div class="caption"><b>مشاوره</b><a href="tel:09188816696">09188816696</a></div>
                    loading="lazy" width="40" height="40">
                 <div class="caption">
                    <b>رزرو سریع</b>
                    <a href="tel:09188816696" title="رزرو سریع و مشاوره">09188816696</a>
                </div>
             </div>
             </div>
            <!-- ۵. مشاوره تلفنی -->
            <div class="icon-block">
                <img src="https://dl.faraghaib.ir/m/100/chat.png"
                    alt="ثبت درخواست و مشاوره تلفنی"
                    loading="lazy" width="40" height="40">
                <div class="caption">
                    <b>مشاوره تلفنی</b>
                    <a href="tel:09188816696" title="ثبت درخواست مشاوره">ثبت درخواست</a>
                </div>
            </div>
         </nav>
         </nav>
        <!-- بخش پایینی -->
        <div class="contact-footer">
            <span>🚀</span>
            <b>رزرو سریع و مشاوره:</b>
            <a href="tel:09188816696" title="مشاوره و رزرو">09188816696</a>
        </div>
     </div>
     </div>
</section>
</section>
</html>
</html>

نسخهٔ کنونی تا ‏۲۰ ژوئیهٔ ۲۰۲۶، ساعت ۱۱:۲۷

راه‌های ارتباطی عطاری و ادویه سرای حافظ: