.elementor-342 .elementor-element.elementor-element-552992a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-20510f0{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-342 .elementor-element.elementor-element-8d147c0{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-342 .elementor-element.elementor-element-86de117{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-20510f0 */.masdar-hero-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 230px 120px 120px 120px;
  /*background: #0d8f87;*/
  box-sizing: border-box;
  background-image: url('https://masdarcityinnovationzone.com/wp-content/uploads/2026/06/bg-scaled.webp'); 
   background-repeat: no-repeat; 
    
    /* Centers the image horizontally and vertically */
    background-position: center center; 
    
    /* Scales the image to fully cover the screen without distortion */
    background-size: cover; 
    
    /* Keeps the background fixed in place while scrolling */
    background-attachment: fixed; 
}

.masdar-hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.masdar-hero-bg-video-desktop {
  display: block;
}

.masdar-hero-bg-video-mobile {
  display: none;
}

.masdar-hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(49, 73, 99, 0.18) 0%,
    rgba(26, 168, 158, 0.08) 45%,
    rgba(41, 232, 209, 0.06) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.masdar-hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-eyebrow {
  margin: 0;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.9px;
}

.masdar-hero-text-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-title {
  margin: 0;
  max-width: 734px;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  font-size: 64px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -4.48px;
}

.masdar-hero-description-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.masdar-hero-description {
  margin: 0;
  max-width: 666px;
  color: #acfff6;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.9px;
}

.masdar-hero-buttons {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.masdar-hero-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  border-radius: 38px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -1px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: nowrap;
}

.masdar-hero-btn-primary {
  color: #000000;
  background: #ffffff;
  border: 1.182px solid #ffffff;
}

.masdar-hero-btn-primary:hover {
  color: #000000;
  background: #f2fffd;
  border-color: #f2fffd;
}

.masdar-hero-btn-secondary {
  color: #ffffff;
  background: transparent;
  border: 1.182px solid #ffffff;
  margin-left: 0;
}

.masdar-hero-btn-secondary:hover {
  color: #000000;
  background: #ffffff;
  border-color: #ffffff;
}

/* Old image layer hidden because video is now the hero background */
.masdar-hero-image-wrap {
  display: none;
}

.masdar-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: plus-darker;
}


/* Large laptops */
@media (max-width: 1440px) {
  .masdar-hero-section {
    min-height: 760px;
    padding: 170px 80px 90px 80px;
  }

  .masdar-hero-content {
    max-width: 650px;
    gap: 32px;
  }

  .masdar-hero-text-wrap {
    gap: 32px;
  }

  .masdar-hero-title {
    font-size: 52px !important;
    line-height: 64px;
    letter-spacing: -3.4px;
    max-width: 620px;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 24px;
    max-width: 570px;
  }

  .masdar-hero-eyebrow {
    font-size: 15px !important;
    line-height: 20px;
  }

  .masdar-hero-btn {
    font-size: 15px !important;
    line-height: 22px;
    padding: 15px 24px;
  }
}


/* Tablets */
@media (max-width: 1024px) {
  .masdar-hero-section {
    min-height: 720px;
    padding: 140px 60px 80px 60px;
  }

  .masdar-hero-content {
    max-width: 560px;
    gap: 28px;
  }

  .masdar-hero-title {
    font-size: 44px !important;
    line-height: 54px;
    letter-spacing: -2.6px;
    max-width: 540px;
  }

  .masdar-hero-description {
    font-size: 15px !important;
    line-height: 23px;
    max-width: 500px;
  }

  .masdar-hero-description-wrap {
    gap: 32px;
  }
}


/* Mobile and small tablets */
@media (max-width: 767px) {
  .masdar-hero-section {
    min-height: 560px !important;
    padding: 95px 30px 45px 30px !important;
    align-items: flex-start !important;
  }

  .masdar-hero-bg-video-desktop {
    display: none;
  }

  .masdar-hero-bg-video-mobile {
    display: block;
    object-position: center;
  }

  .masdar-hero-section::after {
    background: linear-gradient(
      105deg,
      rgba(0, 78, 82, 0.12) 0%,
      rgba(0, 158, 139, 0.06) 50%,
      rgba(41, 232, 209, 0.04) 100%
    );
  }

  .masdar-hero-content {
    max-width: 100% !important;
    gap: 18px !important;
  }

  .masdar-hero-text-wrap {
    gap: 20px !important;
  }

  .masdar-hero-eyebrow {
    font-size: 13px !important;
    line-height: 18px !important;
    letter-spacing: -0.4px !important;
  }

  .masdar-hero-title {
    font-size: 34px !important;
    line-height: 40px !important;
    letter-spacing: -1.8px !important;
    max-width: 100% !important;
  }

  .masdar-hero-description-wrap {
    gap: 24px !important;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: -0.4px !important;
    max-width: 100% !important;
  }

  .masdar-hero-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .masdar-hero-btn {
    width: auto !important;
    min-width: 0 !important;
    flex: 0 1 auto !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 12px 14px !important;
    letter-spacing: -0.5px !important;
    white-space: nowrap !important;
  }

  .masdar-hero-btn-secondary {
    margin-left: 0 !important;
  }
}


/* Small mobile */
@media (max-width: 480px) {
  .masdar-hero-section {
    min-height: 540px !important;
    padding: 120px 24px 40px 24px !important;
  }

  .masdar-hero-content {
    gap: 16px !important;
  }

  .masdar-hero-text-wrap {
    gap: 18px !important;
  }

  .masdar-hero-title {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: -1.0px !important;
  }

  .masdar-hero-description-wrap {
    gap: 22px !important;
  }

  .masdar-hero-description {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .masdar-hero-buttons {
    width: 100% !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  .masdar-hero-btn {
    width: auto !important;
    flex: 0 1 auto !important;
    font-size: 13px !important;
    line-height: 16px !important;
    padding: 11px 11px !important;
    letter-spacing: -0.4px !important;
  }
}


/* Extra small mobile */
@media (max-width: 360px) {
  .masdar-hero-section {
    min-height: 515px !important;
    padding: 132px 20px 36px 20px !important;
  }

  .masdar-hero-title {
    font-size: 27px !important;
    line-height: 33px !important;
  }

  .masdar-hero-buttons {
    gap: 6px !important;
  }

  .masdar-hero-btn {
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 10px 9px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86de117 *//* =========================================================
   MCFZ REFUND POLICY
   ========================================================= */

.mcfz-refund-policy,
.mcfz-refund-policy * {
    box-sizing: border-box;
}

.mcfz-refund-policy {
    width: 100%;
    padding: 80px 30px;
    background: #f3f3f3;
    color: #000000;
    font-family: "Inter", sans-serif;
}

.mcfz-refund-policy__container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.mcfz-refund-policy__header {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.mcfz-refund-policy__title {
    margin: 0;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -2.4px;
}

.mcfz-refund-policy__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Individual policy section */

.mcfz-policy-section {
    width: 100%;
    padding: 38px 40px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #ffffff;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.mcfz-policy-section:hover {
    border-color: rgba(0, 158, 139, 0.35);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.mcfz-policy-section__title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 24px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -1.1px;
}

.mcfz-policy-section__title span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    padding: 9px 12px;
    border-radius: 8px;
    background: linear-gradient(
        241deg,
        #ffffff -52.59%,
        #2edcc9 307.63%
    );
    color: #009e8b;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.mcfz-policy-section p {
    margin: 0 0 18px;
    color: #222222;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: -0.35px;
}

.mcfz-policy-section p:last-child {
    margin-bottom: 0;
}

/* Lists */

.mcfz-policy-list {
    margin: 4px 0 22px;
    padding-left: 26px;
}

.mcfz-policy-list li {
    margin-bottom: 12px;
    padding-left: 7px;
    color: #222222;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.35px;
}

.mcfz-policy-list li:last-child {
    margin-bottom: 0;
}

.mcfz-policy-list:not(.mcfz-policy-list--numbered) li::marker {
    color: #009e8b;
    font-size: 1.05em;
}

.mcfz-policy-list--numbered {
    padding-left: 30px;
}

.mcfz-policy-list--numbered li::marker {
    color: #009e8b;
    font-weight: 600;
}

/* Refund table */

.mcfz-policy-table-wrapper {
    width: 100%;
    margin-top: 28px;
    overflow-x: auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.mcfz-policy-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    table-layout: fixed;
}

.mcfz-policy-table th,
.mcfz-policy-table td {
    padding: 17px 20px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    vertical-align: top;
    color: #222222;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: -0.3px;
}

.mcfz-policy-table th {
    background: #f3f3f3;
    color: #000000;
    font-weight: 600;
}

.mcfz-policy-table td {
    font-weight: 400;
}

.mcfz-policy-table th:first-child,
.mcfz-policy-table td:first-child {
    width: 48%;
}

.mcfz-policy-table th:last-child,
.mcfz-policy-table td:last-child {
    border-right: 0;
}

.mcfz-policy-table tbody tr:last-child td {
    border-bottom: 0;
}

/* Light entry effect */

.refund-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease;
}

.refund-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Prevent hidden content if JavaScript is unavailable */

.no-js .refund-reveal {
    opacity: 1;
    transform: none;
}

/* Tablet */

@media (max-width: 1024px) {
    .mcfz-refund-policy {
        padding: 65px 28px;
    }

    .mcfz-refund-policy__header {
        margin-bottom: 35px;
    }

    .mcfz-refund-policy__title {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .mcfz-policy-section {
        padding: 34px;
    }

    .mcfz-policy-section__title {
        font-size: 24px;
    }
}

/* Mobile landscape and smaller tablets */

@media (max-width: 767px) {
    .mcfz-refund-policy {
        padding: 50px 20px;
    }

    .mcfz-refund-policy__header {
        margin-bottom: 28px;
        padding-bottom: 20px;
    }

    .mcfz-refund-policy__title {
        font-size: 36px;
        line-height: 1.2;
        letter-spacing: -1.6px;
    }

    .mcfz-refund-policy__content {
        gap: 18px;
    }

    .mcfz-policy-section {
        padding: 28px 24px;
    }

    .mcfz-policy-section:hover {
        box-shadow: none;
    }

    .mcfz-policy-section__title {
        align-items: flex-start;
        gap: 11px;
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: -0.8px;
    }

    .mcfz-policy-section__title span {
        min-width: 52px;
        padding: 7px 10px;
        font-size: 14px;
    }

    .mcfz-policy-section p,
    .mcfz-policy-list li {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: -0.2px;
    }

    .mcfz-policy-list {
        padding-left: 22px;
    }

    .mcfz-policy-list--numbered {
        padding-left: 27px;
    }

    .mcfz-policy-table th,
    .mcfz-policy-table td {
        padding: 15px 16px;
        font-size: 15px;
    }
}

/* Small mobile */

@media (max-width: 480px) {
    .mcfz-refund-policy {
        padding: 40px 15px;
    }

    .mcfz-refund-policy__title {
        font-size: 31px;
        letter-spacing: -1.2px;
    }

    .mcfz-policy-section {
        padding: 24px 18px;
        border-radius: 8px;
    }

    .mcfz-policy-section__title {
        display: block;
        font-size: 20px;
        line-height: 1.4;
    }

    .mcfz-policy-section__title span {
        width: max-content;
        margin-bottom: 10px;
    }

    .mcfz-policy-section p,
    .mcfz-policy-list li {
        font-size: 15px;
        line-height: 1.65;
    }

    .mcfz-policy-list {
        margin-bottom: 20px;
    }
}

/* Reduced-motion accessibility */

@media (prefers-reduced-motion: reduce) {
    .refund-reveal,
    .mcfz-policy-section {
        opacity: 1;
        transform: none;
        transition: none;
    }
}/* End custom CSS */