.elementor-43 .elementor-element.elementor-element-a68feb6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-82ddf76{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-d64eec4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-fa21554{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-42fd5f4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-43 .elementor-element.elementor-element-2d87b07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-17ec266 *//* =========================
   Page 4, Section 1:
   Projects Hero
========================= */

.projects-hero,
.projects-hero * {
  box-sizing: border-box;
}

.projects-hero {
  position: relative;
  overflow: hidden;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(79, 188, 220, 0.12),
      transparent 28%
    ),
    #f3f8fa;
}

.projects-hero::after {
  position: absolute;
  right: -170px;
  bottom: -190px;
  width: 470px;
  height: 470px;
  pointer-events: none;
  background: rgba(11, 120, 167, 0.055);
  border-radius: 50%;
  content: "";
}

.projects-hero__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(550px, 1.12fr);
  align-items: center;
  gap: 80px;
  width: min(100% - 80px, 1320px);
  min-height: 760px;
  margin-inline: auto;
  padding: 48px 0;
}


/* Breadcrumb */

.projects-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 48px;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.projects-hero__breadcrumb a {
  color: #7c8e97 !important;
  text-decoration: none !important;
}

.projects-hero__breadcrumb a:hover {
  color: #075a88 !important;
}

.projects-hero__breadcrumb span {
  color: #a3b2b9 !important;
}

.projects-hero__breadcrumb strong {
  color: #075a88 !important;
  font-weight: 700;
}


/* Content */

.projects-hero__content {
  max-width: 600px;
}

.projects-hero__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 23px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.projects-hero__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.projects-hero h1 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(53px, 5.5vw, 82px) !important;
  font-weight: 800 !important;
  letter-spacing: -4px !important;
  line-height: 1.02 !important;
}

.projects-hero h1 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.projects-hero__description {
  max-width: 560px;
  margin: 27px 0 0 !important;
  color: #617680 !important;
  font-size: 16px !important;
  line-height: 1.78 !important;
}


/* Rounded button */

.projects-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 33px;
  padding: 0 28px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.55px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.projects-hero__button svg {
  width: 18px;
  margin-left: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.projects-hero__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Categories */

.projects-hero__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid #d5e2e7;
}

.project-category {
  display: flex;
  align-items: center;
  gap: 9px;
}

.project-category span {
  color: #0b78a7 !important;
  font-size: 9px !important;
  font-weight: 800;
}

.project-category strong {
  color: #536a75 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
}


/* Gallery */

.projects-hero__gallery {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  height: 640px;
}

.projects-hero__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
  border-radius: 24px;
}

.projects-hero__image--main {
  grid-row: 1 / 3;
}

.projects-hero__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.75),
    transparent 49%
  );
  content: "";
}

.projects-hero__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.7s ease,
    transform 0.7s ease;
}

.projects-hero__image:hover img {
  filter: brightness(1.04);
  transform: scale(1.03);
}

.projects-hero__image figcaption {
  position: absolute;
  right: 24px;
  bottom: 23px;
  left: 24px;
  z-index: 2;
}

.projects-hero__image figcaption span,
.projects-hero__image figcaption strong,
.projects-hero__image figcaption small {
  display: block;
}

.projects-hero__image figcaption span {
  margin-bottom: 6px;
  color: #83d9ed !important;
  font-size: 8px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.projects-hero__image figcaption strong {
  color: #ffffff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.projects-hero__image--main figcaption strong {
  font-size: 23px !important;
}

.projects-hero__image figcaption small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: 9px !important;
}


/* Tablet */

@media (max-width: 1050px) {
  .projects-hero__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 820px);
    gap: 60px;
    padding: 75px 0;
  }

  .projects-hero__content {
    max-width: 700px;
  }

  .projects-hero__gallery {
    height: 620px;
  }
}


/* Mobile */

@media (max-width: 600px) {
  .projects-hero__container {
    width: min(100% - 28px, 820px);
    gap: 48px;
    padding: 55px 0;
  }

  .projects-hero__breadcrumb {
    margin-bottom: 38px;
  }

  .projects-hero h1 {
    font-size: 48px !important;
    letter-spacing: -2.7px !important;
  }

  .projects-hero__description {
    font-size: 15px !important;
  }

  .projects-hero__button {
    width: 100%;
  }

  .projects-hero__categories {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .projects-hero__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 380px 190px;
    height: auto;
    gap: 10px;
  }

  .projects-hero__image {
    border-radius: 18px;
  }

  .projects-hero__image--main {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdfa261 *//* =========================
   Page 4, Section 2:
   The Jalil Project
========================= */

.jalil-project,
.jalil-project * {
  box-sizing: border-box;
}

.jalil-project {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #ffffff;
}

.jalil-project__container {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(570px, 1.13fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Content */

.jalil-project__content {
  max-width: 610px;
}

.jalil-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}

.jalil-project__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.jalil-project__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.jalil-project__number {
  color: #c4d1d7 !important;
  font-size: 28px !important;
  font-weight: 800;
}

.jalil-project__category {
  display: inline-flex;
  margin: 0 0 18px !important;
  padding: 8px 14px;
  color: #075a88 !important;
  background: #e6f3f7;
  border-radius: 999px;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.jalil-project h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(44px, 4.7vw, 67px) !important;
  font-weight: 800 !important;
  letter-spacing: -3.5px !important;
  line-height: 1.04 !important;
}

.jalil-project h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.jalil-project__description {
  max-width: 550px;
  margin: 25px 0 0 !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


/* Project meta */

.jalil-project__meta {
  display: grid;
  gap: 17px;
  margin-top: 29px;
  padding: 26px 0;
  border-top: 1px solid #dce4e8;
  border-bottom: 1px solid #dce4e8;
}

.jalil-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.jalil-meta__icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #0b78a7;
  background: #e8f4f7;
  border-radius: 50%;
  place-items: center;
}

.jalil-meta__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.jalil-meta small,
.jalil-meta strong {
  display: block;
}

.jalil-meta small {
  color: #82939b !important;
  font-size: 8px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.jalil-meta strong {
  margin-top: 3px;
  color: #062f49 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}


/* Scope */

.jalil-project__scope {
  margin-top: 26px;
}

.jalil-project__scope h3 {
  margin: 0 0 15px !important;
  color: #062f49 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.jalil-project__scope ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 23px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.jalil-project__scope li {
  position: relative;
  padding-left: 18px;
  color: #5f747e !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.jalil-project__scope li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0b78a7;
  border-radius: 50%;
  content: "";
}


/* Button */

.jalil-project__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 25px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.jalil-project__button svg {
  width: 17px;
  margin-left: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.jalil-project__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Gallery */

.jalil-project__gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(3, 200px);
  gap: 13px;
}

.jalil-project__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
  border-radius: 20px;
}

.jalil-project__image--main {
  grid-row: 1 / 4;
}

.jalil-project__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.64),
    transparent 42%
  );
  content: "";
}

.jalil-project__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.65s ease,
    transform 0.65s ease;
}

.jalil-project__image:hover img {
  filter: brightness(1.04);
  transform: scale(1.035);
}

.jalil-project__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: #ffffff !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}


/* Tablet */

@media (max-width: 1050px) {
  .jalil-project {
    padding: 90px 0;
  }

  .jalil-project__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 820px);
    gap: 65px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .jalil-project {
    padding: 72px 0;
  }

  .jalil-project__container {
    width: min(100% - 28px, 820px);
    gap: 48px;
  }

  .jalil-project h2 {
    font-size: 44px !important;
    letter-spacing: -2.4px !important;
  }

  .jalil-project__scope ul {
    grid-template-columns: 1fr;
  }

  .jalil-project__button {
    width: 100%;
  }

  .jalil-project__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 170px 170px;
    gap: 10px;
  }

  .jalil-project__image {
    border-radius: 17px;
  }

  .jalil-project__image--main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .jalil-project__image:last-child {
    grid-column: 1 / 3;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b04c2a *//* =========================
   Page 4, Section 3:
   Meter Migration Project
========================= */

.migration-project,
.migration-project * {
  box-sizing: border-box;
}

.migration-project {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #eef5f7;
}

.migration-project::after {
  position: absolute;
  right: -170px;
  bottom: -180px;
  width: 450px;
  height: 450px;
  pointer-events: none;
  background: rgba(11, 120, 167, 0.055);
  border-radius: 50%;
  content: "";
}

.migration-project__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(570px, 1.13fr) minmax(0, 0.87fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Gallery */

.migration-project__gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(3, 200px);
  gap: 13px;
}

.migration-project__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #d7e3e8;
  border-radius: 20px;
}

.migration-project__image--main {
  grid-row: 1 / 4;
}

.migration-project__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.64),
    transparent 42%
  );
  content: "";
}

.migration-project__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.65s ease,
    transform 0.65s ease;
}

.migration-project__image:hover img {
  filter: brightness(1.04);
  transform: scale(1.035);
}

.migration-project__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: #ffffff !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}


/* Content */

.migration-project__content {
  max-width: 610px;
}

.migration-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}

.migration-project__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.migration-project__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.migration-project__number {
  color: #b6c7ce !important;
  font-size: 28px !important;
  font-weight: 800;
}

.migration-project__category {
  display: inline-flex;
  margin: 0 0 18px !important;
  padding: 8px 14px;
  color: #075a88 !important;
  background: #dcecf1;
  border-radius: 999px;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.migration-project h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(44px, 4.7vw, 67px) !important;
  font-weight: 800 !important;
  letter-spacing: -3.5px !important;
  line-height: 1.04 !important;
}

.migration-project h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.migration-project__description {
  max-width: 550px;
  margin: 25px 0 0 !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


/* Project meta */

.migration-project__meta {
  display: grid;
  gap: 17px;
  margin-top: 29px;
  padding: 26px 0;
  border-top: 1px solid #cfdee4;
  border-bottom: 1px solid #cfdee4;
}

.migration-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.migration-meta__icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #0b78a7;
  background: #dcecf1;
  border-radius: 50%;
  place-items: center;
}

.migration-meta__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.migration-meta small,
.migration-meta strong {
  display: block;
}

.migration-meta small {
  color: #82939b !important;
  font-size: 8px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.migration-meta strong {
  margin-top: 3px;
  color: #062f49 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}


/* Scope */

.migration-project__scope {
  margin-top: 26px;
}

.migration-project__scope h3 {
  margin: 0 0 15px !important;
  color: #062f49 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.migration-project__scope ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 23px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.migration-project__scope li {
  position: relative;
  padding-left: 18px;
  color: #5f747e !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.migration-project__scope li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0b78a7;
  border-radius: 50%;
  content: "";
}


/* Button */

.migration-project__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 25px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.migration-project__button svg {
  width: 17px;
  margin-left: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.migration-project__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Tablet */

@media (max-width: 1050px) {
  .migration-project {
    padding: 90px 0;
  }

  .migration-project__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 820px);
    gap: 65px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .migration-project {
    padding: 72px 0;
  }

  .migration-project__container {
    width: min(100% - 28px, 820px);
    gap: 48px;
  }

  .migration-project__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 170px 170px;
    gap: 10px;
  }

  .migration-project__image {
    border-radius: 17px;
  }

  .migration-project__image--main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .migration-project__image:last-child {
    grid-column: 1 / 3;
  }

  .migration-project h2 {
    font-size: 44px !important;
    letter-spacing: -2.4px !important;
  }

  .migration-project__scope ul {
    grid-template-columns: 1fr;
  }

  .migration-project__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d67448d *//* =========================
   Page 4, Section 4:
   10 Boulevard Project
========================= */

.boulevard-project,
.boulevard-project * {
  box-sizing: border-box;
}

.boulevard-project {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #ffffff;
}

.boulevard-project__container {
  display: grid;
  grid-template-columns: minmax(0, 0.87fr) minmax(570px, 1.13fr);
  align-items: center;
  gap: 90px;
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Content */

.boulevard-project__content {
  max-width: 610px;
}

.boulevard-project__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 20px;
}

.boulevard-project__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.boulevard-project__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.boulevard-project__number {
  color: #c4d1d7 !important;
  font-size: 28px !important;
  font-weight: 800;
}

.boulevard-project__category {
  display: inline-flex;
  margin: 0 0 18px !important;
  padding: 8px 14px;
  color: #075a88 !important;
  background: #e6f3f7;
  border-radius: 999px;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.boulevard-project h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(44px, 4.7vw, 67px) !important;
  font-weight: 800 !important;
  letter-spacing: -3.5px !important;
  line-height: 1.04 !important;
}

.boulevard-project h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.boulevard-project__description {
  max-width: 550px;
  margin: 25px 0 0 !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


/* Project information */

.boulevard-project__meta {
  display: grid;
  gap: 17px;
  margin-top: 29px;
  padding: 26px 0;
  border-top: 1px solid #dce4e8;
  border-bottom: 1px solid #dce4e8;
}

.boulevard-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.boulevard-meta__icon {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #0b78a7;
  background: #e8f4f7;
  border-radius: 50%;
  place-items: center;
}

.boulevard-meta__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.boulevard-meta small,
.boulevard-meta strong {
  display: block;
}

.boulevard-meta small {
  color: #82939b !important;
  font-size: 8px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.boulevard-meta strong {
  margin-top: 3px;
  color: #062f49 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}


/* Scope */

.boulevard-project__scope {
  margin-top: 26px;
}

.boulevard-project__scope h3 {
  margin: 0 0 15px !important;
  color: #062f49 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.boulevard-project__scope ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 23px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.boulevard-project__scope li {
  position: relative;
  padding-left: 18px;
  color: #5f747e !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.boulevard-project__scope li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #0b78a7;
  border-radius: 50%;
  content: "";
}


/* Button */

.boulevard-project__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin-top: 32px;
  padding: 0 25px;
  color: #ffffff !important;
  background: #062f49;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.boulevard-project__button svg {
  width: 17px;
  margin-left: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.boulevard-project__button:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}


/* Gallery */

.boulevard-project__gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(3, 200px);
  gap: 13px;
}

.boulevard-project__image {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
  border-radius: 20px;
}

.boulevard-project__image--main {
  grid-row: 1 / 4;
}

.boulevard-project__image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.64),
    transparent 42%
  );
  content: "";
}

.boulevard-project__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.65s ease,
    transform 0.65s ease;
}

.boulevard-project__image:hover img {
  filter: brightness(1.04);
  transform: scale(1.035);
}

.boulevard-project__image figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  color: #ffffff !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}


/* Tablet */

@media (max-width: 1050px) {
  .boulevard-project {
    padding: 90px 0;
  }

  .boulevard-project__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 820px);
    gap: 65px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .boulevard-project {
    padding: 72px 0;
  }

  .boulevard-project__container {
    width: min(100% - 28px, 820px);
    gap: 48px;
  }

  .boulevard-project h2 {
    font-size: 44px !important;
    letter-spacing: -2.4px !important;
  }

  .boulevard-project__scope ul {
    grid-template-columns: 1fr;
  }

  .boulevard-project__button {
    width: 100%;
  }

  .boulevard-project__gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 170px 170px;
    gap: 10px;
  }

  .boulevard-project__image {
    border-radius: 17px;
  }

  .boulevard-project__image--main {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .boulevard-project__image:last-child {
    grid-column: 1 / 3;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b37632 *//* =========================
   Page 4, Section 5:
   Project Gallery
========================= */

.project-gallery,
.project-gallery * {
  box-sizing: border-box;
}

.project-gallery {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #eef5f7;
}

.project-gallery__container {
  width: min(100% - 80px, 1320px);
  margin-inline: auto;
}


/* Heading */

.project-gallery__heading {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: end;
  gap: 80px;
  margin-bottom: 52px;
}

.project-gallery__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 21px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.project-gallery__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.project-gallery h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(42px, 4.5vw, 63px) !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  line-height: 1.06 !important;
}

.project-gallery h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.project-gallery__heading > p {
  margin: 0 0 5px !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}


/* Gallery grid */

.project-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0 !important;
  background: #d6e2e7;
  border-radius: 21px;
}

.gallery-item--wide {
  grid-column: span 2;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.76),
    transparent 48%
  );
  content: "";
}

.gallery-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.7s ease,
    transform 0.7s ease;
}

.gallery-item:hover img {
  filter: brightness(1.05);
  transform: scale(1.04);
}

.gallery-item figcaption {
  position: absolute;
  right: 23px;
  bottom: 21px;
  left: 23px;
  z-index: 2;
}

.gallery-item figcaption span,
.gallery-item figcaption strong {
  display: block;
}

.gallery-item figcaption span {
  margin-bottom: 5px;
  color: #83d9ed !important;
  font-size: 8px !important;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gallery-item figcaption strong {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}


/* Tablet */

@media (max-width: 950px) {
  .project-gallery {
    padding: 90px 0;
  }

  .project-gallery__container {
    width: min(100% - 48px, 820px);
  }

  .project-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* Mobile */

@media (max-width: 600px) {
  .project-gallery {
    padding: 72px 0;
  }

  .project-gallery__container {
    width: min(100% - 28px, 820px);
  }

  .project-gallery__heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .project-gallery h2 {
    font-size: 42px !important;
    letter-spacing: -2px !important;
  }

  .project-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
    gap: 10px;
  }

  .gallery-item,
  .gallery-item--wide {
    grid-column: auto;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46ef984 *//* =========================
   Page 4, Section 6:
   Project Enquiry CTA
========================= */

.project-cta,
.project-cta * {
  box-sizing: border-box;
}

.project-cta {
  padding: 110px 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  background: #ffffff;
}

.project-cta__container {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  width: min(100% - 80px, 1320px);
  min-height: 580px;
  margin-inline: auto;
  overflow: hidden;
  background: #eef5f7;
  border: 1px solid #d8e5e9;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(5, 47, 73, 0.08);
}


/* Content */

.project-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px;
}

.project-cta__label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 22px !important;
  color: #075a88 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 1.8px;
}

.project-cta__label > span {
  width: 40px;
  height: 2px;
  background: #f2b936;
}

.project-cta h2 {
  margin: 0 !important;
  color: #062f49 !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: clamp(40px, 4.2vw, 59px) !important;
  font-weight: 800 !important;
  letter-spacing: -3px !important;
  line-height: 1.08 !important;
}

.project-cta h2 em {
  display: block;
  color: #0b78a7 !important;
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.project-cta__description {
  max-width: 530px;
  margin: 25px 0 0 !important;
  color: #657983 !important;
  font-size: 14px !important;
  line-height: 1.85 !important;
}


/* Buttons */

.project-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 35px;
}

.project-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: inherit !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.project-cta__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.project-cta__button--primary {
  color: #ffffff !important;
  background: #062f49;
}

.project-cta__button--primary svg {
  margin-left: 13px;
}

.project-cta__button--primary:hover {
  color: #ffffff !important;
  background: #0b78a7;
  transform: translateY(-3px);
}

.project-cta__button--secondary {
  color: #062f49 !important;
  background: #ffffff;
  border-color: #b9ccd4;
}

.project-cta__phone {
  margin-right: 11px;
}

.project-cta__button--secondary:hover {
  color: #075a88 !important;
  border-color: #0b78a7;
  transform: translateY(-3px);
}


/* Email */

.project-cta__email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 31px;
  padding-top: 26px;
  border-top: 1px solid #cfdee4;
}

.project-cta__email-icon {
  display: grid;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  color: #0b78a7;
  background: #dcecf1;
  border-radius: 50%;
  place-items: center;
}

.project-cta__email-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.project-cta__email small,
.project-cta__email a {
  display: block;
}

.project-cta__email small {
  color: #81939b !important;
  font-size: 8px !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.project-cta__email a {
  margin-top: 3px;
  color: #062f49 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.project-cta__email a:hover {
  color: #0b78a7 !important;
}


/* Image */

.project-cta__visual {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  margin: 0 !important;
  background: #dce6ea;
}

.project-cta__visual::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(3, 43, 65, 0.7),
    transparent 48%
  );
  content: "";
}

.project-cta__visual img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition:
    filter 0.7s ease,
    transform 0.7s ease;
}

.project-cta__visual:hover img {
  filter: brightness(1.04);
  transform: scale(1.025);
}

.project-cta__visual figcaption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 2;
}

.project-cta__visual figcaption span,
.project-cta__visual figcaption strong {
  display: block;
}

.project-cta__visual figcaption span {
  margin-bottom: 6px;
  color: #83d9ed !important;
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.project-cta__visual figcaption strong {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}


/* Tablet */

@media (max-width: 1000px) {
  .project-cta {
    padding: 90px 0;
  }

  .project-cta__container {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 780px);
  }

  .project-cta__visual {
    min-height: 500px;
  }
}


/* Mobile */

@media (max-width: 650px) {
  .project-cta {
    padding: 72px 0;
  }

  .project-cta__container {
    width: min(100% - 28px, 780px);
    border-radius: 20px;
  }

  .project-cta__content {
    padding: 45px 24px;
  }

  .project-cta h2 {
    font-size: 40px !important;
    letter-spacing: -2px !important;
  }

  .project-cta__actions {
    flex-direction: column;
  }

  .project-cta__button {
    width: 100%;
  }

  .project-cta__visual {
    min-height: 390px;
  }
}/* End custom CSS */