/* =======================
   FOOTER STYLE
======================= */

footer {
    background: #f2fbfa; /* تركوازي فاتح */
    padding: 45px 20px;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    border-top: 3px solid #c8a24d; /* ذهبي */
}

/* عناوين الفوتر */
footer h3,
footer h4 {
    color: #0f6f6b; /* تركوازي غامق */
    font-weight: 700;
    margin-bottom: 16px;
}

/* روابط مهمة */
footer a {
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

footer a:hover {
    color: #c8a24d; /* ذهبي */
    padding-right: 6px;
}

/* أزرار التواصل (واتساب – الجوال) */
footer .btn,
footer button {
    border-radius: 14px;
    border: 1.5px solid #c8a24d;
    background: transparent;
    color: #0f6f6b;
    padding: 9px 18px;
    margin: 6px 6px 0 0;
    font-size: 14px;
}

/* الأيقونات */
footer i,
footer svg {
    color: #0f6f6b;
}

/* توثيق منصة الأعمال */
.footer-trust {
    margin-top: 28px;
    text-align: center;
    font-size: 14px;
    color: #555;
}

/* خط فاصل أنيق */
footer hr {
    border: none;
    height: 1px;
    background: linear-gradient(to left, #c8a24d, transparent);
    margin: 25px 0;
}

/* زر الرجوع للأعلى */
footer .scroll-top {
    border: 2px solid #c8a24d;
    color: #0f6f6b;
    border-radius: 50%;
    width: 42px;
    height: 42px;
}












/* ===============================
   هوية فخمة من أول نظرة
================================ */

/* خط أنثوي واضح */
body, button, input, textarea {
    font-family: 'Cairo', 'Tajawal', sans-serif;
    background-color: #fafafa;
    color: #000000; /* أسود */
    /* أو لو تحبين تركوازي */
    /* color: #40E0D0; */
}


/* ألوان الهوية */
:root {
    --main-color: #0f766e;   /* تركواز راقي */
    --accent-color: #d4af37; /* ذهبي فخم */
    --soft-bg: #f5f7f7;
}

/* ===== الهيدر (أول شيء يشوفه العميل) ===== */
header {
    background: linear-gradient(135deg, #0f766e, #115e59);
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

header a,
header svg {
    color: #fff !important;
}

/* ===== العناوين ===== */
h1, h2, h3, h4 {
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #0f172a;
}

/* ===== كروت المنتجات (تجذب العين) ===== */
.s-product-card,
.product-card,
.card {
    background: #ffffff;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.s-product-card:hover,
.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* ===== صور المنتجات ===== */
.s-product-card img {
    border-radius: 18px;
    transition: 0.4s ease;
}

.s-product-card:hover img {
    transform: scale(1.05);
}

/* ===== السعر ===== */
.price,
.s-product-card-price {
    color: var(--main-color) !important;
    font-weight: 800;
    font-size: 18px;
}

/* ===== الأزرار (نقطة الإقناع) ===== */
.btn,
button,
.s-button {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
    color: #fff !important;
    border-radius: 14px !important;
    padding: 12px 18px;
    font-weight: 700;
    transition: 0.3s ease;
    border: none !important;
}

.btn:hover,
button:hover,
.s-button:hover {
    background: linear-gradient(135deg, #d4af37, #facc15);
    color: #000 !important;
    transform: scale(1.04);
}

/* ===== أقسام الصفحة ===== */
section,
.s-block {
    background: var(--soft-bg);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
}

/* ===== السلة ===== */
.cart,
.s-cart-summary {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* ===== الفوتر ===== */
footer {
    background: linear-gradient(135deg, #115e59, #0f766e);
    color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

/* ===== لمسة ناعمة عامة ===== */
* {
    outline: none !important;
}

/* ===== بانر ترحيبي فاخر ===== */
.home-banner,
.s-home-slider {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

.home-banner::after,
.s-home-slider::after {
    content: "✨ تجربة تسوق فاخرة بعناية خاصة";
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(0,0,0,0.45);
    color: #fff;
    padding: 18px 26px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 800;
    backdrop-filter: blur(6px);
}

/* ===== رسالة إحساس ===== */
.s-home::before {
    content: "نختار لك المنتجات بعناية 🤍 لأن ذوقك يهمنا";
    display: block;
    text-align: center;
    margin: 35px auto;
    font-size: 22px;
    font-weight: 700;
    color: #0f766e;
}

/* ===== شارة الندرة ===== */
.s-product-card::before {
    content: "متوفر لفترة محدودة";
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #d4af37, #facc15);
    color: #000;
    font-size: 13px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 12px;
    z-index: 10;
}

/* ===== شريط العرض العلوي ===== */
body::before {
    content: "🎁 شحن سريع | منتجات مختارة بذوق راقٍ | اطلب الآن";
    display: block;
    background: linear-gradient(135deg, #d4af37, #facc15);
    color: #000;
    text-align: center;
    padding: 12px;
    font-weight: 800;
    font-size: 16px;
}


/* ===== منتج مميز ===== */
.s-product-card:first-child {
    border: 2px solid #d4af37;
    position: relative;
}

.s-product-card:first-child::after {
    content: "⭐ منتجنا المميز";
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0f766e;
    color: #fff;
    padding: 8px 14px;
    border-radius: 14px;
    font-weight: 800;
    font-size: 14px;
}


/* ===== رسالة ثقة ===== */
.s-product-card .s-product-card-footer::after {
    content: "✔ جودة مختارة | ✔ تغليف أنيق | ✔ تجربة راقية";
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #0f766e;
    font-weight: 700;
}

footer::before {
    content: "نؤمن أن الذوق رسالة 🤍";
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 800;
    color: #facc15;
}

/* ===== تعريف المتجر ===== */
.s-home::after {
    content: "متجر يجمع بين العناية، الأعشاب المختارة، والتفاصيل المصممة بذوق 🤍";
    display: block;
    text-align: center;
    margin: 40px auto 10px;
    font-size: 20px;
    font-weight: 800;
    color: #115e59;
}

/* ===== شارات الفئات ===== */
.s-product-card:nth-child(3n+1)::after {
    content: "🌿 أعشاب مختارة";
}

.s-product-card:nth-child(3n+2)::after {
    content: "✨ عناية خاصة";
}

.s-product-card:nth-child(3n)::after {
    content: "🪡 تفصيل حسب الطلب";
}

.s-product-card::after {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: rgba(15,118,110,0.9);
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 12px;
}

/* ===== منتج بطل ===== */
.s-product-card:nth-child(2) {
    border: 3px solid #d4af37;
    box-shadow: 0 20px 45px rgba(212,175,55,0.4);
}

.s-product-card:nth-child(2)::before {
    content: "👑 اختيار الذوّاقة";
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #d4af37, #facc15);
    color: #000;
    padding: 8px 14px;
    font-weight: 900;
    border-radius: 14px;
}


/* ===== تحفيز قرار الشراء ===== */
.s-button::after {
    content: " | تغليف أنيق – تجربة مميزة";
    font-size: 12px;
    font-weight: 700;
}

/* ===== ترتيب ذهني للواجهة ===== */
.s-home::before {
    content: "ابدئي بتجربة مختارة بعناية 🤍";
    display: block;
    text-align: center;
    margin: 20px auto 40px;
    font-size: 26px;
    font-weight: 900;
    color: #0f766e;
}

/* ===== عناوين الأقسام ===== */
.s-products-section:nth-of-type(1)::before {
    content: "🌿 الأعشاب المختارة";
}

.s-products-section:nth-of-type(2)::before {
    content: "✨ عناية بروح أنثوية";
}

.s-products-section:nth-of-type(3)::before {
    content: "🪡 تفصيل يروي ذوقك";
}

.s-products-section::before {
    display: block;
    margin: 30px 0 15px;
    font-size: 24px;
    font-weight: 900;
    color: #115e59;
}


/* ===== نصوص بيع ===== */
.s-products-section:nth-of-type(1)::after {
    content: "منتجات طبيعية مختارة بعناية لتمنحك توازن وراحة";
}

.s-products-section:nth-of-type(2)::after {
    content: "لأنك تستحقين عناية ناعمة تشبهك";
}

.s-products-section:nth-of-type(3)::after {
    content: "تفصيل خاص… لأن الذوق لا يُنسخ";
}

.s-products-section::after {
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #475569;
}

/* ===== شريط الثقة ===== */
footer::after {
    content: "✔ اختيار بعناية | ✔ تغليف أنيق | ✔ دعم مباشر";
    display: block;
    text-align: center;
    padding: 18px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #0f766e, #115e59);
    margin-top: 20px;
    border-radius: 18px;
}

/* ===== توقيع البراند ===== */
body::after {
    content: "ذوق يُشبهك 🤍";
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(15,118,110,0.4);
}

/* حاوية الأقسام */
.categories-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
    margin: 20px 0 !important;
}

/* كل قسم */
.category {
    text-align: center !important;
    cursor: pointer !important;
    transition: transform 0.3s !important;
}

/* أيقونة القسم كصورة دائرية */
.category-icon {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important; /* دائري */
    background-size: cover !important;
    background-position: center !important;
    border: 3px solid #d4af37 !important; /* إطار ذهبي */
    transition: transform 0.3s, box-shadow 0.3s !important;
}

/* تكبير الصورة عند المرور بالماوس */
.category-icon:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.5) !important; /* ظل ذهبي خفيف */
}

/* النص أسفل الصورة */
.category p {
    margin-top: 10px !important;
    font-family: 'Cairo', 'Tajawal', sans-serif !important;
    color: #000000 !important; /* أسود */
    /* أو تركوازي */
    /* color: #40E0D0 !important; */
    font-weight: 500 !important;
}

.btn, button {
  background-color: #C9A14A;
  color: #000;
  border-radius: 12px;
  font-weight: bold;
}

.btn:hover {
  background-color: #b18d3f;
}

.category-item img {
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}



body {
  font-family: 'Cairo', 'Tajawal', sans-serif;
  background-color: #F8F5F0;
}

h1, h2, h3, h4 {
  color: #000000;
  font-weight: 700;
}



button,
.btn,
.salla-btn,
.add-to-cart-btn {
  background-color: #C9A14A !important;
  color: #000 !important;
  border-radius: 14px !important;
  font-weight: bold;
  padding: 12px 18px;
}

button:hover {
  background-color: #b18d3f !important;
}



.categories img {
  border-radius: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
}

.categories img:hover {
  transform: scale(1.05);
}



.home-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
}

.home-slider h2,
.home-slider p {
  color: #fff !important;
}

.discount-bar {
  background-color: #000;
  color: #C9A14A;
  text-align: center;
  padding: 12px;
  font-weight: bold;
}


.whatsapp-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  padding: 14px;
  border-radius: 50%;
  z-index: 9999;
}


.product-description,
.product-content {
  line-height: 1.9;
  font-size: 15px;
}


/* توسيط كل محتوى ذيل الصفحة */
footer,
footer * {
    text-align: center !important;
}

/* توسيط العناصر المرنة (أرقام – أيقونات – روابط) */
footer ul,
footer li,
footer a,
footer div {
    justify-content: center !important;
    align-items: center !important;
}

/* توسيط القوائم */
footer ul {
    padding: 0 !important;
    margin: 0 auto !important;
}

/* توسيط الأيقونات بجانب النص */
footer li a,
footer .contact-info a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* توسيط أيقونات التواصل الاجتماعي */
footer .social-icons {
    display: flex;
    justify-content: center !important;
    gap: 14px;
}

/* توسيط أزرار الفوتر */
footer button,
footer .btn {
    margin: 10px auto !important;
    display: block;
}

body {
    scroll-behavior: smooth;
    background-color: #f9fdfc;
}

.product-item {
    border-radius: 18px;
    overflow: hidden;
    transition: 0.35s ease;
}

.product-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.add-to-cart,
.btn-primary {
    background: linear-gradient(135deg, #1f7f79, #d4af37);
    border-radius: 14px;
    font-weight: 700;
    transition: 0.3s;
}

.add-to-cart:hover {
    transform: scale(1.04);
}


.features-icons {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 30px 0;
}

.features-icons div {
    background: #ffffff;
    border-radius: 18px;
    padding: 16px;
    width: 90px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.features-icons i {
    font-size: 24px;
    color: #1f7f79;
}

img {
    transition: 0.3s ease;
}

img:hover {
    filter: brightness(1.05);
}

h1, h2, h3 {
    letter-spacing: 0.5px;
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f7f79;
}

.trust-bar {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 20px 0;
}

button:hover,
.btn:hover {
    box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.section {
    padding: 60px 0;
}

.hero-section {
  background: linear-gradient(135deg, #e8f6f4, #ffffff);
  padding: 80px 20px;
  text-align: center;
}

.hero-section h1 {
  color: #1f7f79;
  font-size: 32px;
}

.hero-btn {
  background: linear-gradient(135deg, #1f7f79, #d4af37);
  padding: 14px 28px;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.trust-bar {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 30px 0;
}

.trust-item {
  background: #fff;
  padding: 14px;
  border-radius: 14px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

.brand-message {
  text-align: center;
  padding: 50px 20px;
  font-size: 18px;
}

.contact-center {
  text-align: center;
  padding: 40px 20px;
}

.contact-btn {
  border: 2px solid #d4af37;
  padding: 10px 22px;
  border-radius: 14px;
  color: #1f7f79;
  text-decoration: none;
}

.help-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1f7f79;
  color: #fff;
  padding: 12px 18px;
  border-radius: 18px;
  z-index: 9999;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 22px;
  border-radius: 50%;
  border: 2px solid #d4af37;
  background: #fff;
  width: 42px;
  height: 42px;
}