.elementor-16850 .elementor-element.elementor-element-d8711d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for chw_custom_html, class: .elementor-element-7abc9a0 *//* =========================================
   DUBAI LEGAL ARTICLE
   WORDPRESS CSS
========================================= */

.dubai-legal-page {
  --navy: #071735;
  --text: #27364d;
  --muted: #687386;
  --gold: #c98b67;
  --gold-dark: #b67552;
  --light: #f7f4f0;
  --border: #e5e1dc;
  --white: #ffffff;

  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 60px;

  color: var(--text);
  background: #ffffff;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.7;
}


/* GLOBAL */

.dubai-legal-page *,
.dubai-legal-page *::before,
.dubai-legal-page *::after {
  box-sizing: border-box;
}

.dubai-legal-page h1,
.dubai-legal-page h2,
.dubai-legal-page h3 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy);
  font-weight: 600;
}

.dubai-legal-page a {
  color: #15549a;
  text-decoration: underline;
}

.dubai-legal-page p {
  margin: 0 0 18px;
}


/* =========================================
   HERO
========================================= */

.dl-hero {
  position: relative;

  min-height: 500px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(5, 15, 34, 0.94),
      rgba(5, 15, 34, 0.76),
      rgba(5, 15, 34, 0.35)
    ),
    url("https://ayshamslaw.com/wp-content/uploads/2026/02/image_1_1772266519563-800x470.png");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.dl-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1100px;

  margin: 0 auto;

  padding: 70px 50px;
}


.dl-eyebrow {
  display: block;

  margin-bottom: 15px;

  color: #e2a77f !important;

  font-size: 14px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}


/* IMPORTANT:
   White heading prevents the visibility problem
   shown in your screenshot.
*/

.dl-hero h1 {
  max-width: 850px;

  margin: 0 0 22px;

  color: #ffffff !important;

  font-family: Georgia, "Times New Roman", serif;

  font-size: clamp(38px, 5vw, 64px);

  line-height: 1.08;

  letter-spacing: -1px;

  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}


.dl-hero-description {
  max-width: 720px;

  margin-bottom: 28px;

  color: #ffffff !important;

  font-size: 19px;

  line-height: 1.6;

  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
}


/* =========================================
   BUTTONS
========================================= */

.dl-buttons,
.dl-hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;
}


.dl-button {
  display: inline-flex;

  min-height: 52px;

  align-items: center;
  justify-content: center;

  padding: 13px 26px;

  border: 1px solid transparent;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 0.5px;

  text-transform: uppercase;

  text-decoration: none !important;

  transition: all 0.2s ease;
}


.dl-button-primary {
  color: #ffffff !important;

  background: var(--gold);

  border-color: var(--gold);
}


.dl-button-primary:hover {
  color: #ffffff !important;

  background: var(--gold-dark);

  border-color: var(--gold-dark);
}


.dl-button-secondary {
  color: #ffffff !important;

  background: transparent;

  border-color: #ffffff;
}


.dl-button-secondary:hover {
  color: var(--navy) !important;

  background: #ffffff;
}


/* =========================================
   MAIN CONTENT GRID
========================================= */

.dl-page-container {
  max-width: 1180px;

  margin: 0 auto;

  padding-top: 40px;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    330px;

  gap: 50px;

  align-items: start;
}


.dl-content {
  min-width: 0;
}


/* =========================================
   FEATURED IMAGE
========================================= */

.dl-featured-image {
  margin: 0 0 28px;
}


.dl-featured-image img {
  display: block;

  width: 100%;

  height: auto;
}


.dl-featured-image figcaption {
  margin-top: 8px;

  color: var(--muted);

  font-size: 14px;
}


/* =========================================
   AUTHOR
========================================= */

.dl-author {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 30px;

  padding: 20px 0;

  margin-bottom: 25px;

  border-top: 1px solid var(--border);

  border-bottom: 1px solid var(--border);
}


.dl-author > div {
  display: flex;

  flex-direction: column;
}


.dl-label {
  color: var(--muted);

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: 1px;
}


.dl-author strong {
  color: var(--navy);

  font-size: 18px;
}


/* =========================================
   ARTICLE
========================================= */

.dl-content h2 {
  margin-top: 45px;

  margin-bottom: 15px;

  font-size: 32px;

  line-height: 1.2;
}


.dl-content h3 {
  margin-top: 28px;

  margin-bottom: 10px;

  font-size: 23px;
}


.dl-content ul,
.dl-content ol {
  padding-left: 25px;
}


.dl-content li {
  margin-bottom: 8px;
}


.dl-introduction {
  color: #1f3048;

  font-size: 20px;

  line-height: 1.7;
}


/* =========================================
   TABLE OF CONTENTS
========================================= */

.dl-toc {
  margin: 35px 0;

  padding: 25px 28px;

  background: var(--light);

  border-left: 4px solid var(--gold);
}


.dl-toc h2 {
  margin: 0 0 12px;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 20px;
}


.dl-toc ol {
  margin: 0;
}


/* =========================================
   INLINE CTA
========================================= */

.dl-inline-cta {
  margin: 45px 0;

  padding: 30px;

  background: var(--light);

  border: 1px solid var(--border);

  text-align: center;
}


.dl-inline-cta h2 {
  margin: 0 0 8px;

  font-size: 30px;
}


.dl-inline-cta p {
  margin-bottom: 20px;
}


.dl-button-phone {
  color: var(--navy) !important;

  background: #ffffff;

  border-color: var(--navy);
}


/* =========================================
   SIDEBAR
========================================= */

.dl-sidebar {
  position: sticky;

  top: 25px;
}


.dl-sidebar-card {
  margin-bottom: 22px;

  padding: 28px;

  background: #ffffff;

  border: 1px solid var(--border);

  box-shadow: 0 8px 30px rgba(7, 23, 53, 0.06);
}


.dl-sidebar-card h2 {
  margin: 10px 0 12px;

  font-size: 25px;

  line-height: 1.25;
}


.dl-sidebar-label {
  color: var(--gold);

  font-size: 12px;

  font-weight: 700;

  letter-spacing: 2px;
}


.dl-sidebar-card .dl-button {
  width: 100%;

  margin-top: 10px;
}


.dl-phone {
  display: block;

  margin-top: 12px;

  padding: 12px;

  color: var(--navy) !important;

  border: 1px solid var(--border);

  text-align: center;

  font-weight: 700;

  text-decoration: none !important;
}


.dl-sidebar-links {
  margin: 10px 0 0;

  padding: 0;

  list-style: none;
}


.dl-sidebar-links li {
  padding: 10px 0;

  border-bottom: 1px solid var(--border);
}


/* =========================================
   RELATED RESOURCES
========================================= */

.dl-related {
  margin-top: 45px;
}


.dl-related ul {
  padding-left: 0;

  list-style: none;
}


.dl-related li {
  padding: 11px 0;

  border-bottom: 1px solid var(--border);
}


/* =========================================
   DISCLAIMER
========================================= */

.dl-disclaimer {
  margin-top: 45px;

  padding: 18px;

  color: #596579;

  background: #f8f8f8;

  font-size: 14px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .dl-page-container {
    grid-template-columns: 1fr;

    gap: 30px;
  }

  .dl-sidebar {
    position: static;
  }

  .dl-hero-content {
    padding: 60px 35px;
  }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .dubai-legal-page {
    padding: 0 12px 40px;

    font-size: 16px;
  }


  .dl-hero {
    min-height: 560px;
  }


  .dl-hero-content {
    padding: 45px 22px;
  }


  .dl-eyebrow {
    font-size: 11px;

    letter-spacing: 2px;
  }


  .dl-hero h1 {
    font-size: 38px;

    line-height: 1.1;
  }


  .dl-hero-description {
    font-size: 17px;
  }


  .dl-buttons,
  .dl-hero-buttons {
    flex-direction: column;

    align-items: stretch;
  }


  .dl-button {
    width: 100%;
  }


  .dl-page-container {
    padding-top: 25px;
  }


  .dl-author {
    align-items: flex-start;

    gap: 18px;
  }


  .dl-content h2 {
    font-size: 28px;
  }


  .dl-content h3 {
    font-size: 21px;
  }


  .dl-introduction {
    font-size: 18px;
  }


  .dl-sidebar-card {
    padding: 22px;
  }

}/* End custom CSS */