.elementor-29149 .elementor-element.elementor-element-d0258eb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:-2px;}.elementor-29149 .elementor-element.elementor-element-613247f2{margin:0px 00px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:start;font-family:"Cairo", Sans-serif;}/* Start custom CSS for text-editor, class: .elementor-element-613247f2 *//* GHALLA PREMIUM DESIGN – Elementor Text Editor */

.ghalla-premium-box{
  direction: rtl;
  text-align: right;
  position: relative;
  padding: 40px 36px;
  border-radius: 24px;
  background: linear-gradient(135deg,#fff8f1 0%, #f5e2cf 100%);
  border: 1px solid rgba(112,63,5,.25);
  box-shadow: 
      0 20px 60px rgba(0,0,0,.08),
      inset 0 0 0 1px rgba(255,255,255,.4);
  font-family: "Cairo","Tajawal","Noto Kufi Arabic",sans-serif;
  overflow: hidden;
}

/* Decorative glow */
.ghalla-premium-box::before{
  content:"";
  position:absolute;
  top:-80px;
  left:-80px;
  width:220px;
  height:220px;
  background: radial-gradient(circle, rgba(112,63,5,.15) 0%, transparent 70%);
  z-index:0;
}

/* Badge */
.ghalla-badge{
  display:inline-block;
  background:#703f05;
  color:#fff;
  padding:6px 16px;
  font-size:13px;
  border-radius:50px;
  font-weight:700;
  margin-bottom:16px;
  letter-spacing:.5px;
}

/* Title */
.ghalla-title{
  font-size:24px;
  font-weight:900;
  margin:0 0 14px;
  color:#4a2a05;
  line-height:1.4;
}

/* Intro */
.ghalla-intro{
  font-size:16px;
  line-height:2;
  color:#2b2b2b;
  margin-bottom:22px;
}

/* Divider */
.ghalla-divider{
  width:70px;
  height:4px;
  background:#703f05;
  border-radius:4px;
  margin:18px 0 26px;
}

/* Subtitle */
.ghalla-subtitle{
  font-size:18px;
  font-weight:800;
  margin-bottom:20px;
  color:#703f05;
}

/* Features list */
.ghalla-features{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:18px;
}

.ghalla-features li{
  display:flex;
  align-items:flex-start;
  gap:16px;
  background:#ffffffcc;
  padding:18px 20px;
  border-radius:18px;
  border:1px solid rgba(112,63,5,.15);
  transition:.3s ease;
}

.ghalla-features li:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(112,63,5,.15);
}

/* Icon */
.ghalla-icon{
  font-size:18px;
  color:#703f05;
  margin-top:4px;
}

/* Strong text */
.ghalla-features strong{
  display:block;
  font-size:15.5px;
  color:#5a3308;
  margin-bottom:4px;
}

.ghalla-features p{
  margin:0;
  font-size:14.5px;
  line-height:1.8;
  color:#444;
}

/* Responsive */
@media (max-width:768px){
  .ghalla-premium-box{
    padding:26px 18px;
    border-radius:18px;
  }
  .ghalla-title{ font-size:20px; }
  .ghalla-features li{
    padding:14px 16px;
  }
}/* End custom CSS */