.elementor-31789 .elementor-element.elementor-element-6a8ee734{--display:flex;}.elementor-31789 .elementor-element.elementor-element-47aba7e9{text-align:start;}/* Start custom CSS for text-editor, class: .elementor-element-47aba7e9 *//* ===== GHALLA.MA — دقيق · Thème Farine & Moulin — Cairo Font ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,600&family=Cairo:wght@300;400;500;600;700&display=swap');

:root {
  --flour-white:      #ffffff;
  --flour-ivory:      #fdfaf4;
  --flour-cream:      #f7f0e2;
  --flour-linen:      #ede4d0;
  --flour-wheat:      #c8a85a;
  --flour-wheat-lt:   #e8c87a;
  --flour-wheat-pale: #faf3de;
  --flour-stone:      #8a7560;
  --flour-stone-dark: #5a4a38;
  --flour-brown:      #4a3520;
  --flour-text:       #2e2010;
  --flour-text-soft:  #6a5040;
}

/* ======== BOX PRINCIPALE ======== */
.ghalla-premium-box {
  background:
    radial-gradient(ellipse at 80% 15%, rgba(200,168,90,0.09)  0%, transparent 50%),
    radial-gradient(ellipse at 15% 80%, rgba(237,228,208,0.60) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 50%, rgba(247,240,226,0.40) 0%, transparent 70%),
    linear-gradient(160deg, #fefcf8 0%, #faf5ea 50%, #fdfaf4 100%);
  border: 1.5px solid rgba(200,168,90,0.22);
  border-radius: 28px;
  padding: 52px 48px;
  max-width: 820px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  font-family: 'Cairo', sans-serif;
  box-shadow:
    0 2px 4px  rgba(90,74,56,0.06),
    0 16px 48px rgba(90,74,56,0.12),
    0 40px 80px rgba(90,74,56,0.07),
    0 1px 0    rgba(255,255,255,0.98) inset;
  animation: boxReveal 1s cubic-bezier(0.16,1,0.3,1) both;
}

/* Texture pointillés */
.ghalla-premium-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(200,168,90,0.10) 1px, transparent 1px);
  background-size: 28px 28px;
  border-radius: 28px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

/* Bande blé animée en haut */
.ghalla-premium-box .ghalla-topbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg,
    var(--flour-linen),
    var(--flour-wheat),
    var(--flour-wheat-lt),
    var(--flour-wheat),
    var(--flour-linen)
  );
  background-size: 200% 100%;
  animation: topBarFlow 5s linear infinite;
  z-index: 3;
  border-radius: 28px 28px 0 0;
}

/* Nuage bas-gauche */
.ghalla-premium-box .ghalla-orb-bottom {
  position: absolute;
  bottom: -80px; left: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(237,228,208,0.55) 0%,
    rgba(200,168,90,0.08)  40%,
    transparent 70%
  );
  animation: floatCloud 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Nuage haut-droit */
.ghalla-premium-box .ghalla-orb-top {
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(250,243,222,0.70) 0%,
    rgba(200,168,90,0.06)  45%,
    transparent 70%
  );
  animation: floatCloud 6s 1.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

/* Particules farine flottantes */
.ghalla-flour-dust {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.ghalla-flour-dust span {
  position: absolute;
  border-radius: 50%;
  background: rgba(200,168,90,0.18);
  animation: dustFloat linear infinite;
}

.ghalla-flour-dust span:nth-child(1) { width:5px; height:5px; left:10%; animation-duration:9s;  animation-delay:0s;  }
.ghalla-flour-dust span:nth-child(2) { width:3px; height:3px; left:25%; animation-duration:12s; animation-delay:2s;  }
.ghalla-flour-dust span:nth-child(3) { width:4px; height:4px; left:50%; animation-duration:8s;  animation-delay:4s;  }
.ghalla-flour-dust span:nth-child(4) { width:3px; height:3px; left:70%; animation-duration:11s; animation-delay:1s;  }
.ghalla-flour-dust span:nth-child(5) { width:5px; height:5px; left:85%; animation-duration:10s; animation-delay:3s;  }
.ghalla-flour-dust span:nth-child(6) { width:2px; height:2px; left:40%; animation-duration:14s; animation-delay:5s;  }

@keyframes dustFloat {
  0%   { transform: translateY(110%) rotate(0deg);    opacity: 0;   }
  10%  { opacity: 0.7; }
  90%  { opacity: 0.4; }
  100% { transform: translateY(-20px) rotate(360deg); opacity: 0;   }
}

.ghalla-premium-box > * {
  position: relative;
  z-index: 1;
}

@keyframes boxReveal {
  from { opacity: 0; transform: translateY(30px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0)    scale(1);    }
}

@keyframes topBarFlow {
  0%   { background-position: 0%   0%; }
  100% { background-position: 200% 0%; }
}

@keyframes floatCloud {
  0%, 100% { transform: translateY(0)     scale(1);    }
  50%       { transform: translateY(-20px) scale(1.06); }
}

/* ======== BADGE ======== */
.ghalla-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #fefaf0, #f7f0dc);
  color: var(--flour-stone-dark);
  border: 1.5px solid rgba(200,168,90,0.30);
  font-family: 'Cairo', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 28px;
  box-shadow:
    0 4px 16px rgba(200,168,90,0.15),
    0 1px 0    rgba(255,255,255,0.9) inset;
  animation: badgeSlide 0.7s 0.2s cubic-bezier(0.16,1,0.3,1) both;
}

.ghalla-badge::before {
  content: '🌾';
  font-size: 1rem;
}

@keyframes badgeSlide {
  from { opacity: 0; transform: translateX(-22px); }
  to   { opacity: 1; transform: translateX(0);     }
}

/* ======== TITRE ======== */
.ghalla-title {
  font-family: 'Cairo', sans-serif;
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--flour-text);
  line-height: 1.45;
  margin-bottom: 20px;
  text-align: right;
  direction: rtl;
  animation: fadeUp 0.7s 0.35s ease both;
}

.ghalla-title::after {
  content: '';
  display: block;
  height: 2px;
  width: 80px;
  background: linear-gradient(90deg, var(--flour-wheat), var(--flour-linen));
  margin: 14px 0 0 auto;
  border-radius: 4px;
  animation: lineGrow 1s 1s ease both;
}

@keyframes lineGrow {
  from { width: 0;    opacity: 0; }
  to   { width: 80px; opacity: 1; }
}

/* ======== INTRO ======== */
.ghalla-intro {
  font-family: 'Cairo', sans-serif;
  font-weight: 400;
  color: var(--flour-text-soft);
  font-size: 1.04rem;
  line-height: 2;
  margin-bottom: 32px;
  text-align: right;
  direction: rtl;
  animation: fadeUp 0.7s 0.5s ease both;
}

/* ======== DIVIDER ======== */
.ghalla-divider {
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    var(--flour-linen),
    var(--flour-wheat-lt),
    var(--flour-linen),
    transparent
  );
  margin: 4px 0 32px;
  animation: divGrow 1s 0.7s ease both;
}

@keyframes divGrow {
  from { opacity: 0; transform: scaleX(0.2); }
  to   { opacity: 1; transform: scaleX(1);   }
}

/* ======== SOUS-TITRE ======== */
.ghalla-subtitle {
  font-family: 'Cairo', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--flour-wheat);
  margin-bottom: 26px;
  text-align: right;
  direction: rtl;
  animation: fadeUp 0.7s 0.75s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* ======== LISTE FEATURES ======== */
.ghalla-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.ghalla-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  direction: rtl;
  background: linear-gradient(135deg,
    rgba(237,228,208,0.45) 0%,
    rgba(255,255,255,0.80) 100%
  );
  border: 1px solid rgba(200,168,90,0.20);
  border-radius: 14px;
  padding: 18px 20px;
  transition:
    transform    0.3s ease,
    box-shadow   0.3s ease,
    border-color 0.3s ease,
    background   0.3s ease;
  animation: itemSlide 0.65s ease both;
}

.ghalla-features li:nth-child(1) { animation-delay: 0.90s; }
.ghalla-features li:nth-child(2) { animation-delay: 1.05s; }
.ghalla-features li:nth-child(3) { animation-delay: 1.20s; }
.ghalla-features li:nth-child(4) { animation-delay: 1.35s; }
.ghalla-features li:nth-child(5) { animation-delay: 1.50s; }

@keyframes itemSlide {
  from { opacity: 0; transform: translateX(24px); }
  to   { opacity: 1; transform: translateX(0);    }
}

.ghalla-features li:hover {
  transform: translateX(-5px) translateY(-2px);
  background: linear-gradient(135deg,
    rgba(237,228,208,0.70) 0%,
    rgba(254,250,240,0.97) 100%
  );
  border-color: var(--flour-wheat);
  box-shadow:
    0 8px 28px rgba(200,168,90,0.14),
    0 2px 8px  rgba(200,168,90,0.08);
}

/* ======== ICÔNE ======== */
.ghalla-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--flour-stone-dark), var(--flour-wheat));
  color: var(--flour-ivory);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  box-shadow: 0 4px 14px rgba(90,74,56,0.28);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 2px;
  animation: iconPop 0.5s ease both;
}

.ghalla-features li:nth-child(1) .ghalla-icon { animation-delay: 1.10s; }
.ghalla-features li:nth-child(2) .ghalla-icon { animation-delay: 1.25s; }
.ghalla-features li:nth-child(3) .ghalla-icon { animation-delay: 1.40s; }
.ghalla-features li:nth-child(4) .ghalla-icon { animation-delay: 1.55s; }
.ghalla-features li:nth-child(5) .ghalla-icon { animation-delay: 1.70s; }

@keyframes iconPop {
  from { opacity: 0; transform: scale(0.3) rotate(-20deg); }
  to   { opacity: 1; transform: scale(1)   rotate(0deg);   }
}

.ghalla-features li:hover .ghalla-icon {
  transform: scale(1.16) rotate(10deg);
  box-shadow: 0 6px 20px rgba(200,168,90,0.45);
}

/* ======== TEXTE DES ITEMS ======== */
.ghalla-features li > div {
  font-family: 'Cairo', sans-serif;
  color: var(--flour-text-soft);
  font-size: 0.97rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}

.ghalla-features li > div strong {
  display: block;
  font-family: 'Cairo', sans-serif;
  color: var(--flour-stone-dark);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 3px;
}

/* ======== RESPONSIVE ======== */
@media (max-width: 600px) {
  .ghalla-premium-box {
    padding: 34px 22px;
    border-radius: 20px;
  }
  .ghalla-title {
    font-size: 1.5rem;
  }
  .ghalla-features li {
    padding: 14px 14px;
  }
}/* End custom CSS */