/*
Theme Name: Hello Elementor — demo.skyline-as.ae
Template: hello-elementor
Version: 1.0.0
Description: websitex child theme for demo.skyline-as.ae. House standards only; no
visual design. The site's own HTML supplies the styling.
*/

/* House standard: 120px horizontal padding on desktop, 30px on mobile, applied
   as the section default rather than set per section in the editor. */
:root {
  --wxdemo3211da-pad-desktop: 120px;
  --wxdemo3211da-pad-mobile: 30px;
}

.wxdemo3211da-section,
.elementor-section > .elementor-container,
.e-con > .e-con-inner {
  padding-left: var(--wxdemo3211da-pad-desktop);
  padding-right: var(--wxdemo3211da-pad-desktop);
}

/* Full width, no centering container. Sections span the viewport and the
   padding above is what keeps content off the edge. */
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con.e-con-boxed > .e-con-inner {
  max-width: 100%;
}

@media (max-width: 767px) {
  .wxdemo3211da-section,
  .elementor-section > .elementor-container,
  .e-con > .e-con-inner {
    padding-left: var(--wxdemo3211da-pad-mobile);
    padding-right: var(--wxdemo3211da-pad-mobile);
  }
}
