:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cee157e *//* ===============================
   El Hedaya Contact Page Fix
   Scoped CSS
================================ */

.eh-inner-page{
  width:100%;
  overflow:hidden;
  direction:rtl;
  background:#03140f;
  color:#fff;
  font-family:inherit;
}

/* Reset داخل الصفحة فقط */
.eh-inner-page *,
.eh-inner-page *::before,
.eh-inner-page *::after{
  box-sizing:border-box;
}

.eh-inner-page a{
  text-decoration:none;
}

.eh-inner-page h1,
.eh-inner-page h2,
.eh-inner-page h3,
.eh-inner-page p{
  margin:0;
}

/* Hero */
.eh-page-hero{
  position:relative;
  min-height:280px;
  display:flex;
  align-items:center;
  background:
    linear-gradient(135deg, rgba(3,20,15,.96), rgba(7,50,35,.75)),
    radial-gradient(circle at left top, rgba(247,193,91,.22), transparent 35%),
    radial-gradient(circle at right top, rgba(18,51,138,.35), transparent 40%);
  padding:90px 20px 70px;
}

.eh-page-hero-inner{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  text-align:right;
}

.eh-page-label{
  display:inline-block;
  color:#f7c15b;
  font-size:15px;
  font-weight:700;
  margin-bottom:14px;
}

.eh-page-hero h1{
  color:#fff;
  font-size:52px;
  line-height:1.25;
  font-weight:900;
  margin-bottom:18px;
}

.eh-page-hero p{
  max-width:680px;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:2;
}

/* Content */
.eh-page-content{
  position:relative;
  padding:70px 20px 90px;
  background:
    linear-gradient(180deg, #03140f 0%, #041b14 55%, #03140f 100%);
}

.eh-page-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

/* Contact Cards */
.eh-contact-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
  align-items:stretch;
  margin:0 0 28px;
}

.eh-contact-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:190px;
  padding:32px 30px;
  border-radius:26px;
  background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(247,193,91,.20);
  box-shadow:0 22px 55px rgba(0,0,0,.18);
  text-align:right;
  overflow:hidden;
}

.eh-contact-icon{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
  margin-bottom:22px;
  background:rgba(247,193,91,.14);
  color:#f7c15b;
  font-size:24px;
  line-height:1;
}

.eh-contact-card h3{
  color:#fff;
  font-size:24px;
  font-weight:900;
  margin-bottom:12px;
}

.eh-contact-card p,
.eh-contact-card a{
  color:rgba(255,255,255,.72);
  font-size:16px;
  line-height:1.9;
  font-weight:600;
}

.eh-contact-card a{
  color:#f7c15b;
  direction:ltr;
  unicode-bidi:embed;
}

.eh-contact-card:hover{
  transform:translateY(-6px);
  border-color:rgba(247,193,91,.45);
  box-shadow:0 30px 70px rgba(0,0,0,.28);
}

/* Wholesale Card */
.eh-content-card{
  margin-top:28px;
  padding:42px 38px;
  border-radius:30px;
  background:
    linear-gradient(135deg, rgba(0,107,63,.22), rgba(255,255,255,.035));
  border:1px solid rgba(247,193,91,.18);
  text-align:right;
}

.eh-content-card h2{
  color:#fff;
  font-size:34px;
  font-weight:900;
  margin-bottom:14px;
}

.eh-content-card p{
  max-width:900px;
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:2;
}

/* Map */
.eh-map-section{
  margin-top:75px;
  text-align:center;
  direction:rtl;
}

.eh-map-header{
  max-width:760px;
  margin:0 auto 35px;
}

.eh-map-header span{
  display:inline-block;
  background:rgba(247,193,91,.13);
  color:#f7c15b;
  padding:8px 18px;
  border-radius:40px;
  font-size:14px;
  font-weight:800;
  margin-bottom:14px;
}

.eh-map-header h2{
  color:#fff;
  font-size:38px;
  line-height:1.35;
  font-weight:900;
  margin-bottom:12px;
}

.eh-map-header p{
  color:rgba(255,255,255,.66);
  font-size:16px;
  line-height:1.9;
}

.eh-map-card{
  display:block;
  width:100%;
  height:430px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(247,193,91,.22);
  box-shadow:0 28px 75px rgba(0,0,0,.32);
  position:relative;
  background:#0b1f18;
  transition:.35s ease;
}

.eh-map-card iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(100%) contrast(1.05) brightness(.82);
  transition:.45s ease;
  pointer-events:none;
}

.eh-map-card:hover iframe{
  filter:grayscale(0%) contrast(1) brightness(1);
}

.eh-map-card:hover{
  transform:translateY(-6px);
  box-shadow:0 34px 85px rgba(0,0,0,.42);
}

/* Tablet */
@media(max-width:1024px){
  .eh-page-hero h1{
    font-size:42px;
  }

  .eh-contact-grid{
    grid-template-columns:1fr;
  }

  .eh-contact-card{
    min-height:auto;
  }
}

/* Mobile */
@media(max-width:767px){
  .eh-page-hero{
    min-height:230px;
    padding:60px 18px 50px;
  }

  .eh-page-hero h1{
    font-size:36px;
  }

  .eh-page-hero p{
    font-size:15px;
  }

  .eh-page-content{
    padding:45px 16px 70px;
  }

  .eh-contact-grid{
    gap:16px;
  }

  .eh-contact-card{
    padding:26px 22px;
    border-radius:22px;
  }

  .eh-contact-card h3{
    font-size:22px;
  }

  .eh-content-card{
    padding:30px 22px;
    border-radius:24px;
  }

  .eh-content-card h2{
    font-size:27px;
  }

  .eh-map-section{
    margin-top:55px;
  }

  .eh-map-header h2{
    font-size:28px;
  }

  .eh-map-card{
    height:310px;
    border-radius:22px;
  }
}/* End custom CSS */