.elementor-11086 .elementor-element.elementor-element-f7e0fa7:not(.elementor-motion-effects-element-type-background), .elementor-11086 .elementor-element.elementor-element-f7e0fa7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:radial-gradient(at center center, #FFFFFF 100%, #00000000 100%);}.elementor-11086 .elementor-element.elementor-element-f7e0fa7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;z-index:2;}.elementor-11086 .elementor-element.elementor-element-f7e0fa7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-11086 .elementor-element.elementor-element-fdddaa7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-11086 .elementor-element.elementor-element-cde8e8d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-11086 .elementor-element.elementor-element-9c009af > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-11086 .elementor-element.elementor-element-5d4de28 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-11086 .elementor-element.elementor-element-f7e0fa7{margin-top:0px;margin-bottom:-83px;}}@media(max-width:767px){.elementor-11086 .elementor-element.elementor-element-f7e0fa7{margin-top:0em;margin-bottom:0em;z-index:1;}.elementor-11086 .elementor-element.elementor-element-fdddaa7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-11086 .elementor-element.elementor-element-cde8e8d > .elementor-widget-container{padding:15px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-f7e0fa7 *//* ================================
   DINA GLOBAL HEADER - ONE VERSION
   Works for EN / AR / RU
   Scoped. No Elementor / Theme conflict.
================================ */

.dgh-header{
  --dgh-dark:#333a4d;
  --dgh-dark-2:#41495f;
  --dgh-gold:#c18f59;
  --dgh-gold-2:#d6a66f;
  --dgh-text:#626a7a;
  --dgh-bg:#f7f4ef;
  --dgh-white:#fff;
  --dgh-line:rgba(51,58,77,.10);
  --dgh-line-strong:rgba(51,58,77,.16);
  --dgh-shadow:0 30px 80px rgba(16,22,35,.14);
  --dgh-shadow-soft:0 14px 32px rgba(16,22,35,.08);
  --dgh-radius:18px;
  --dgh-wrap:1280px;

  --dgh-dir:ltr;
  --dgh-align:left;
  --dgh-inline-start:left;
  --dgh-inline-end:right;

  position:sticky;
  top:0;
  z-index:99999 !important;
  width:100%;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-bottom:1px solid transparent;
  transition:background .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow:visible !important;
}

.dgh-header[dir="rtl"]{
  --dgh-dir:rtl;
  --dgh-align:right;
  --dgh-inline-start:right;
  --dgh-inline-end:left;
}

.dgh-header.is-scrolled{
  background:rgba(255,255,255,.95);
  border-bottom-color:rgba(51,58,77,.08);
  box-shadow:0 10px 26px rgba(16,22,35,.05);
}

.dgh-header,
.dgh-header *,
.dgh-header *::before,
.dgh-header *::after{
  box-sizing:border-box;
}

.dgh-header ul,
.dgh-header ol,
.dgh-header li{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.dgh-header li::before,
.dgh-header li::after,
.dgh-header ul::before,
.dgh-header ul::after,
.dgh-header ol::before,
.dgh-header ol::after{
  content:none !important;
  display:none !important;
}

.dgh-header a,
.dgh-header button{
  font-family:inherit !important;
  text-decoration:none !important;
  text-transform:none !important;
  letter-spacing:normal !important;
}

.dgh-header img{
  display:block;
  max-width:100%;
  height:auto;
  border:0 !important;
  box-shadow:none !important;
}

.dgh-header .dgh-wrap{
  width:min(var(--dgh-wrap), calc(100% - 40px));
  margin-inline:auto;
}

/* Top bar */
.dgh-header__top{
  border-bottom:1px solid rgba(51,58,77,.06);
}

.dgh-topbar{
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  direction:ltr;
}

.dgh-topbar__left,
.dgh-topbar__right{
  display:flex;
  align-items:center;
  gap:12px;
}

.dgh-mini-link{
  color:var(--dgh-dark) !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  opacity:.88;
  transition:.2s ease;
  white-space:nowrap;
}

.dgh-mini-link:hover{
  color:var(--dgh-gold) !important;
  opacity:1;
}

.dgh-lang,
.dgh-mobile__langs{
  display:flex;
  align-items:center;
  gap:6px;
  direction:ltr;
}

.dgh-lang a,
.dgh-mobile__langs a{
  min-width:36px;
  height:28px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:var(--dgh-dark) !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(51,58,77,.08);
  transition:.2s ease;
}

.dgh-lang a:hover,
.dgh-lang a.is-active,
.dgh-mobile__langs a:hover,
.dgh-mobile__langs a.is-active{
  background:rgba(193,143,89,.12);
  color:var(--dgh-gold) !important;
  border-color:rgba(193,143,89,.22);
}

/* Main shell */
.dgh-header__main,
.dgh-main,
.dgh-nav,
.dgh-menu,
.dgh-item{
  overflow:visible !important;
}

.dgh-main{
  min-height:88px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  direction:ltr;
}

.dgh-logo{
  grid-column:1;
  display:flex !important;
  align-items:center;
  justify-content:flex-start;
  min-width:160px;
  margin:0 !important;
}

.dgh-logo img{
  width:210px !important;
  max-width:210px !important;
  height:auto !important;
  object-fit:contain;
}

.dgh-nav{
  grid-column:2;
  display:flex;
  justify-content:center;
  min-width:0;
  direction:var(--dgh-dir);
}

.dgh-menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:100%;
  direction:var(--dgh-dir);
}

.dgh-item{
  position:relative;
  direction:var(--dgh-dir);
}

.dgh-item > a{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:12px 15px !important;
  border-radius:14px;
  color:var(--dgh-dark) !important;
  font-size:15px !important;
  font-weight:780 !important;
  line-height:1.2 !important;
  white-space:nowrap;
  text-align:center;
  transition:background .22s ease, color .22s ease, transform .22s ease;
}

.dgh-item > a:hover{
  background:rgba(193,143,89,.08);
  color:var(--dgh-dark) !important;
}

.dgh-item--projects > a{
  background:linear-gradient(180deg, rgba(193,143,89,.14), rgba(193,143,89,.05));
  box-shadow:inset 0 0 0 1px rgba(193,143,89,.10);
}

.dgh-menu-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:22px;
  padding:3px 9px;
  border-radius:999px;
  background:rgba(193,143,89,.18);
  color:var(--dgh-gold) !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:1 !important;
  white-space:nowrap;
}

/* Desktop dropdown / mega */
.dgh-item--dropdown > .dgh-dropdown,
.dgh-item--mega > .dgh-mega{
  position:absolute;
  top:100%;
  left:50%;
  right:auto;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,8px);
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease;
  z-index:100;
}

.dgh-item:hover > .dgh-dropdown,
.dgh-item:hover > .dgh-mega,
.dgh-item:focus-within > .dgh-dropdown,
.dgh-item:focus-within > .dgh-mega{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0);
}

.dgh-dropdown,
.dgh-mega{
  direction:var(--dgh-dir);
  text-align:var(--dgh-align);
}

.dgh-dropdown{
  width:280px;
  padding-top:8px;
}

.dgh-dropdown::before,
.dgh-mega::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-14px;
  height:16px;
}

.dgh-dropdown__panel{
  padding:10px;
  border-radius:22px;
  background:linear-gradient(180deg,#fff 0%,#fbfbfa 100%);
  border:1px solid rgba(51,58,77,.08);
  box-shadow:var(--dgh-shadow);
}

.dgh-dropdown a{
  display:block !important;
  padding:12px 14px !important;
  border-radius:12px;
  color:var(--dgh-dark) !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.5 !important;
  text-align:var(--dgh-align);
  transition:.2s ease;
}

.dgh-dropdown a:hover{
  background:#fff8f1;
}

.dgh-mega{
  width:min(1060px, calc(100vw - 40px));
  margin-top:-2px;
}

.dgh-mega__panel{
  position:relative;
  padding:20px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(193,143,89,.10), transparent 28%),
    linear-gradient(180deg, #fff 0%, #faf9f6 100%);
  border:1px solid rgba(51,58,77,.08);
  box-shadow:var(--dgh-shadow);
}

.dgh-mega__intro{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);
  gap:18px;
  align-items:end;
  padding:2px 4px 16px;
  margin-bottom:16px;
  border-bottom:1px solid rgba(51,58,77,.07);
  direction:var(--dgh-dir);
  text-align:var(--dgh-align);
}

.dgh-mega__eyebrow,
.dgh-feature__eyebrow,
.dgh-col__title{
  display:block;
  color:var(--dgh-gold);
  font-size:12px;
  font-weight:800;
  line-height:1.3;
}

.dgh-mega__eyebrow{
  margin-bottom:8px;
}

.dgh-mega__intro h3,
.dgh-mega__title{
  display:block;
  margin:0;
  color:var(--dgh-dark);
  font-size:24px;
  font-weight:850;
  line-height:1.18;
  text-align:var(--dgh-align);
}

.dgh-mega__intro p{
  margin:0;
  color:var(--dgh-text);
  font-size:13px;
  line-height:1.8;
  text-align:var(--dgh-align);
}

.dgh-mega__grid{
  display:grid;
  gap:16px;
  direction:var(--dgh-dir);
}

.dgh-mega__grid--services{
  grid-template-columns:repeat(3, minmax(0,1fr));
}

.dgh-mega__grid--products{
  grid-template-columns:repeat(auto-fit, minmax(210px,1fr));
}

.dgh-col{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.dgh-col__title{
  margin:4px 0 8px;
  padding:0 8px;
  font-size:13px;
  text-align:var(--dgh-align);
}

.dgh-col a{
  position:relative;
  display:flex !important;
  align-items:center;
  gap:10px;
  padding:12px 14px !important;
  border-radius:14px;
  color:var(--dgh-dark) !important;
  font-size:14px !important;
  font-weight:660 !important;
  line-height:1.5 !important;
  text-align:var(--dgh-align);
  direction:var(--dgh-dir);
  transition:background .2s ease, transform .2s ease;
}

.dgh-col a:hover{
  background:rgba(193,143,89,.08);
}

.dgh-icon{
  width:32px;
  height:22px;
  min-width:32px;
  object-fit:contain;
  border-radius:8px;
  padding:2px;
  border:1px solid rgba(193,143,89,.22);
  box-shadow:0 4px 10px rgba(193,143,89,.10);
  transition:.2s ease;
}

.dgh-col a:hover .dgh-icon{
  transform:scale(1.08);
}

/* Feature card */
.dgh-feature,
.dgh-project-card{
  min-width:0;
}

.dgh-feature{
  position:relative;
  overflow:hidden;
  min-height:300px;
  height:100%;
  padding:22px;
  border-radius:24px;
  color:#fff;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:var(--dgh-shadow-soft);
  direction:var(--dgh-dir);
  text-align:var(--dgh-align);
}

.dgh-feature__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(19,24,38,.25) 0%, rgba(19,24,38,.60) 48%, rgba(19,24,38,.88) 100%);
}

.dgh-feature__body{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.dgh-header[dir="rtl"] .dgh-feature__body{
  align-items:flex-end;
}

.dgh-feature__eyebrow{
  margin-bottom:12px;
  color:#efd5b7;
}

.dgh-feature h3,
.dgh-feature__title,
.dgh-project-card__content h3,
.dgh-project-card__title{
  display:block;
  margin:0 0 10px;
  color:#fff;
  font-size:25px;
  font-weight:850;
  line-height:1.12;
  text-align:var(--dgh-align);
}

.dgh-feature p{
  margin:0 0 18px;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.8;
  text-align:var(--dgh-align);
}

.dgh-feature__stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  width:100%;
  margin:0 0 18px;
}

.dgh-feature__stat{
  padding:12px 12px 10px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.dgh-feature__stat strong{
  display:block;
  margin-bottom:4px;
  font-size:19px;
  font-weight:850;
  line-height:1;
  color:#fff;
}

.dgh-feature__stat span{
  display:block;
  color:rgba(255,255,255,.82);
  font-size:12px;
  line-height:1.4;
}

.dgh-feature__link{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-top:auto;
  padding:0 16px !important;
  border-radius:12px;
  background:var(--dgh-gold);
  color:#fff !important;
  font-size:14px !important;
  font-weight:800 !important;
  transition:.22s ease;
}

.dgh-feature__link:hover{
  background:var(--dgh-gold-2);
  transform:translateY(-1px);
}

/* Product / project card in mega */
.dgh-project-card__inner{
  position:relative;
  display:block !important;
  height:100%;
  min-height:300px;
  border-radius:24px;
  overflow:hidden !important;
  box-shadow:0 22px 50px rgba(16,22,35,.16);
  isolation:isolate;
}

.dgh-project-card__media{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
  transition:transform .5s ease;
}

.dgh-project-card__inner:hover .dgh-project-card__media{
  transform:scale(1.08);
}

.dgh-project-card__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(16,20,31,.08) 0%, rgba(16,20,31,.30) 42%, rgba(16,20,31,.88) 100%);
}

.dgh-project-card__content{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
  direction:var(--dgh-dir);
  text-align:var(--dgh-align);
}

.dgh-project-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(193,143,89,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff;
  font-size:11px;
  font-weight:800;
  margin-bottom:12px;
}

.dgh-project-card__content p{
  margin:0 0 14px;
  color:rgba(255,255,255,.90);
  font-size:14px;
  line-height:1.75;
}

.dgh-project-card__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#f3d9bb;
  font-size:14px;
  font-weight:800;
}

/* Actions */
.dgh-actions{
  grid-column:3;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-shrink:0;
  direction:var(--dgh-dir);
}

.dgh-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px !important;
  border-radius:14px;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  white-space:nowrap;
  transition:background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.dgh-btn--ghost{
  background:#fff;
  color:var(--dgh-dark) !important;
  border:1px solid var(--dgh-line-strong);
}

.dgh-btn--ghost:hover{
  background:var(--dgh-bg);
  transform:translateY(-1px);
}

.dgh-btn--primary{
  background:var(--dgh-gold);
  color:#fff !important;
  box-shadow:0 10px 25px rgba(193,143,89,.24);
}

.dgh-btn--primary:hover{
  background:var(--dgh-gold-2);
  color:#fff !important;
  transform:translateY(-1px);
}

/* Mobile toggle */
.dgh-toggle{
  display:none;
  width:50px;
  height:50px;
  border:0;
  border-radius:15px;
  background:#fff;
  box-shadow:var(--dgh-shadow-soft);
  padding:0;
  cursor:pointer;
  flex-shrink:0;
}

.dgh-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:4px auto;
  border-radius:2px;
  background:var(--dgh-dark);
  transition:.22s ease;
}

.dgh-header.is-menu-open .dgh-toggle span:nth-child(1){
  transform:translateY(6px) rotate(45deg);
}

.dgh-header.is-menu-open .dgh-toggle span:nth-child(2){
  opacity:0;
}

.dgh-header.is-menu-open .dgh-toggle span:nth-child(3){
  transform:translateY(-6px) rotate(-45deg);
}

/* Mobile panel */
.dgh-mobile{
  position:absolute;
  left:0;
  right:0;
  top:100%;
  z-index:99998;
  background:rgba(255,255,255,.98);
  border-top:1px solid var(--dgh-line);
  box-shadow:0 24px 60px rgba(16,22,35,.12);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  max-height:0;
  overflow:hidden;
  transition:opacity .22s ease, visibility .22s ease, max-height .28s ease;
  direction:var(--dgh-dir);
  text-align:var(--dgh-align);
}

.dgh-header.is-menu-open .dgh-mobile{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  max-height:calc(100vh - 72px);
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}

.dgh-mobile__inner{
  padding:12px 0 18px;
}

.dgh-mobile__link,
.dgh-mbtn{
  width:100%;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:52px;
  padding:14px 0 !important;
  border:0;
  border-bottom:1px solid rgba(51,58,77,.08);
  background:transparent;
  color:var(--dgh-dark) !important;
  font-size:15px !important;
  font-weight:780 !important;
  line-height:1.3 !important;
  text-align:var(--dgh-align);
  cursor:pointer;
  direction:var(--dgh-dir);
}

.dgh-mbtn__icon,
.dgh-mbtn::after{
  content:"";
  width:9px;
  height:9px;
  border-right:2px solid var(--dgh-gold);
  border-bottom:2px solid var(--dgh-gold);
  transform:rotate(45deg);
  transition:.22s ease;
  flex-shrink:0;
}

.dgh-mbtn__icon{
  display:none;
}

.dgh-mgroup.is-open .dgh-mbtn::after{
  transform:rotate(-135deg);
}

.dgh-msub{
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .25s ease, opacity .22s ease;
  border-bottom:1px solid rgba(51,58,77,.08);
}

.dgh-mgroup.is-open .dgh-msub{
  max-height:900px;
  opacity:1;
}

.dgh-msub a{
  display:block !important;
  padding:11px 16px !important;
  color:var(--dgh-text) !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.5 !important;
  text-align:var(--dgh-align);
  border-radius:12px;
  transition:.2s ease;
}

.dgh-msub a:hover{
  background:rgba(193,143,89,.08);
  color:var(--dgh-dark) !important;
}

.dgh-mobile__langs{
  justify-content:center;
  padding-top:16px;
}

/* Body lock */
body.dgh-menu-lock{
  overflow:hidden;
}

/* Tablet */
@media (max-width:1199px){
  .dgh-header .dgh-wrap{
    width:min(100% - 32px, var(--dgh-wrap));
  }

  .dgh-main{
    gap:16px;
  }

  .dgh-logo img{
    width:185px !important;
    max-width:185px !important;
  }

  .dgh-item > a{
    padding-inline:11px !important;
    font-size:14px !important;
  }

  .dgh-btn{
    padding-inline:14px !important;
  }
}

/* Mobile / small tablet */
@media (max-width:1100px){
  .dgh-header{
    position:sticky !important;
    top:0;
  }

  .dgh-header__top{
    display:none;
  }

  .dgh-main{
    min-height:72px;
    grid-template-columns:auto auto;
    justify-content:space-between;
  }

  .dgh-logo{
    min-width:0;
  }

  .dgh-logo img{
    width:170px !important;
    max-width:170px !important;
  }

  .dgh-nav,
  .dgh-actions .dgh-btn{
    display:none !important;
  }

  .dgh-actions{
    grid-column:2;
  }

  .dgh-toggle{
    display:block !important;
  }

  .dgh-mobile{
    display:block;
  }
}

/* Small mobile */
@media (max-width:480px){
  .dgh-header .dgh-wrap{
    width:calc(100% - 24px);
  }

  .dgh-main{
    min-height:66px;
  }

  .dgh-logo img{
    width:148px !important;
    max-width:148px !important;
  }

  .dgh-toggle{
    width:46px;
    height:46px;
    border-radius:14px;
  }

  .dgh-mobile__link,
  .dgh-mbtn{
    min-height:50px;
    font-size:14px !important;
  }

  .dgh-msub a{
    font-size:13.5px !important;
  }
}/* End custom CSS */