.elementor-56 .elementor-element.elementor-element-d79aee2{--display:flex;}.elementor-56 .elementor-element.elementor-element-915cef3{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-56 .elementor-element.elementor-element-915cef3{left:0px;}body.rtl .elementor-56 .elementor-element.elementor-element-915cef3{right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-915cef3 *//* ==========================================================
   UAE OFFICIAL FOOTER (PRO VERSION) - FULL COPY PASTE
   ========================================================== */

/* Fonts (same as header) */
@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Cinzel:wght@500;700&family=Inter:wght@400;600;700;800&display=swap');

.uae-official-footer{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1200px 400px at 50% 0%, rgba(176,141,87,.08), transparent 60%),
    #fbf7ee;
  border-top: 1px solid rgba(176,141,87,.45);
}

/* Skyline watermark */
.uae-official-footer:before{
  content:"";
  position:absolute;
  inset:0;
  background-image: url("https://sheikhsuhailoffice.com/wp-content/uploads/2026/01/uae-skyline.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 1200px auto;
  opacity: .07;
  pointer-events:none;
}

/* Container */
.uae-foot-wrap{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 54px 24px 18px;
}

/* =======================
   TOP BRAND ROW
   ======================= */
.uae-foot-top{
  display: grid;
  grid-template-columns: 160px 1fr 160px;
  align-items: center;
  gap: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.uae-foot-top-emblem{
  width: 96px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.08));
}

.uae-foot-top-center{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.uae-foot-ar{
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #6f4f22;
  margin: 0;
}

.uae-foot-en1{
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: .8px;
  color: #6f4f22;
  margin: 0;
}

.uae-foot-en2{
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.8px;
  color: rgba(111,79,34,.95);
  margin: 0;
}

/* Divider line */
.uae-foot-divider{
  height: 1px;
  background: rgba(176,141,87,.18);
  margin: 18px 0 22px;
}

/* =======================
   3 MAIN SERVICE CARDS
   ======================= */
.uae-foot-mid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 22px;
}

.uae-foot-item{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(176,141,87,.25);
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  backdrop-filter: blur(8px);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.uae-foot-item:hover{
  transform: translateY(-2px);
  border-color: rgba(176,141,87,.45);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.uae-foot-mini{
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(176,141,87,.10);
  border: 1px solid rgba(176,141,87,.20);
  object-fit: contain;
}

.uae-foot-item-text{
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #2a2115;
  line-height: 1.25;
}

/* =======================
   CONTACT BLOCK
   ======================= */
.uae-foot-contact{
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(176,141,87,.18);
}

.uae-foot-contact-title{
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f4f22;
  margin-bottom: 14px;
}

.uae-foot-contact-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.uae-foot-contact-box{
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(176,141,87,.25);
  box-shadow: 0 14px 30px rgba(0,0,0,.05);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.uae-foot-contact-box:hover{
  transform: translateY(-2px);
  border-color: rgba(176,141,87,.45);
  box-shadow: 0 18px 40px rgba(0,0,0,.07);
}

.uae-foot-label{
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(111,79,34,.72);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.uae-foot-value{
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: #2a2115;
  text-decoration: none;
}

.uae-foot-value:hover{
  color: #6f4f22;
}

/* =======================
   COPYRIGHT
   ======================= */
.uae-foot-bottom{
  margin-top: 18px;
  text-align: center;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  color: rgba(111,79,34,.88);
  font-weight: 800;
  padding-top: 14px;
  border-top: 1px solid rgba(176,141,87,.18);
}

/* =======================
   RESPONSIVE
   ======================= */
@media (max-width: 1024px){
  .uae-foot-wrap{ padding: 44px 18px 16px; }

  .uae-foot-top{
    grid-template-columns: 130px 1fr 130px;
  }
  .uae-foot-top-emblem{ width: 84px; }
  .uae-foot-ar{ font-size: 21px; }

  .uae-foot-mid{ grid-template-columns: 1fr; }

  .uae-foot-contact-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px){
  .uae-foot-top{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .uae-foot-top-emblem{ width: 74px; }

  .uae-foot-ar{ font-size: 18px; }

  .uae-foot-mid{ gap: 12px; }
  .uae-foot-item{
    padding: 14px 14px;
  }

  .uae-foot-contact-grid{
    grid-template-columns: 1fr;
  }
}
/* ✅ FIX: Center the 3 service cards (mid) */
.uae-foot-mid{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
}

/* ✅ Give each box same professional width */
.uae-foot-item{
  flex: 0 0 360px !important;   /* box width */
  max-width: 360px !important;
}
/* ✅ FIX: Contact row 3 boxes properly */
.uae-foot-contact-grid{
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===============================
   MOBILE LIST FIX (FINAL OVERRIDE)
   Paste at VERY END of your CSS
================================= */

/* Desktop: keep centered rows */
.uae-foot-mid{
  display: flex !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
}

.uae-foot-item{
  flex: 0 0 360px !important;
  max-width: 360px !important;
}

/* Contact: desktop 3 columns centered */
.uae-foot-contact-grid{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  gap: 14px !important;
}

/* ✅ Mobile: make ALL boxes list (1 column) */
@media (max-width: 640px){

  /* service cards -> list */
  .uae-foot-mid{
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }
  .uae-foot-item{
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  /* contact boxes -> list */
  .uae-foot-contact-grid{
    grid-template-columns: 1fr !important;
    max-width: 520px !important;   /* nice centered width */
  }
}/* End custom CSS */