@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 93px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
}

video {
  display: block;
  width: 100%;
}

@font-face {
  font-family: "WTT";
  font-style: normal;
  font-weight: 400;
  src: local("WTT"), local("WTT-Regular"), url("../fonts/Wtt-Regular.woff") format("truetype");
}
@font-face {
  font-family: "WTT";
  font-style: normal;
  font-weight: 200;
  src: local("WTT"), local("WTT-Light"), url("../fonts/Wtt-Light.woff") format("truetype");
}
@font-face {
  font-family: "WTT";
  font-style: Bold;
  font-weight: 700;
  src: local("WTT"), local("WTT-Bold"), url("../fonts/Wtt-Bold.woff") format("truetype");
}
html {
  box-sizing: border-box;
  font-family: "DIN", sans-serif;
}

body {
  font-family: "DIN", sans-serif;
}

html {
  --mask-pattern: url("../img/mask-pattern.svg");
  --footer-pattern: url("../img/footer.webp");
}

.invisible {
  opacity: 0 !important;
}

.block {
  display: block !important;
}

.hidden {
  display: none !important;
}

.arrow-icon:lang(ar) {
  transform: rotate(180deg);
}

.header {
  display: none;
  transition: all ease 0.5s;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 992px) {
  .header {
    display: block;
  }
}
.header.header-dark {
  background: #ffffff;
  border-bottom: var(--Spacing-0-1, 1px) solid var(--color-gray-Gray---9, #eae9e9);
}
.header.header-dark .header__menu-item {
  color: #003057;
}
.header.header-dark .header__menu-item:hover .menu__item svg {
  stroke: #ffffff !important;
}
.header.header-dark .header__invest {
  border: var(--Spacing-0, 1px) solid #00a3e0;
  color: #00a3e0;
}
.header.header-dark .menu__item svg {
  stroke: #003057 !important;
}
.header.header-dark .header__submenu {
  background: #ffffff;
  transform: translateY(20px);
  border: var(--Spacing-0, 1px) solid var(--color-gray-Gray---5, #b6b7b8) !important;
  background: #fff !important;
}
.header.header-dark .border-svg svg {
  fill: #dcdbdc;
  stroke: #dcdbdc;
  stroke-width: 1px;
}
.header__lang {
  cursor: pointer;
}
.header__lang:hover {
  background: none !important;
  color: initial !important;
}
.header__lang:hover a img {
  transform: rotate(180deg);
}
.header__lang a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.header__lang a img {
  transition: all ease 0.5s;
}
.header__invest {
  padding: 16px;
  align-items: center;
  border-radius: 48px !important;
  border: var(--Spacing-0, 1px) solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-family: WTT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-inline-end: 16px;
  margin-inline-start: auto;
  transition: all ease 0.5s;
}
.header__invest:hover {
  color: #ffffff !important;
  border: 1px solid #00A3E0 !important;
  background: #00A3E0 !important;
}
.header .header__menu {
  color: #ffffff;
  margin: 0 auto;
  position: relative;
}
.header .header__menu-items {
  margin: 0 calc(23.77632px - 1.924vw);
  display: flex;
  position: relative;
  align-items: center;
}
.header .header__menu-item {
  padding: 0 calc(-10.76096px + 1.922vw);
  height: fit-content;
  padding: 16px;
  transition: all ease 0.3s;
  border-radius: var(--Spacing-2, 8px);
  position: relative;
}
.header .header__menu-item--space {
  margin-inline-start: auto;
}
.header .header__menu-item--active .header__submenu {
  background: #ffffff;
  border-radius: 6px;
  border: var(--Spacing-0, 1px) solid var(--color-gray-Gray---5, #b6b7b8);
  width: max-content;
  padding-block: 8px;
  padding-inline: 8px;
  display: block;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.header .header__menu-item--active .menu-icon {
  transform: rotate(180deg);
  padding-block-start: unset;
  padding-block-end: 8px;
}
.header .header__menu-item:hover {
  background: #00a3e0;
  color: #ffffff;
}
.header .header__menu-item:hover .menu__item svg {
  stroke: #ffffff;
  transform: rotate(180deg);
}
.header .not-hover,
.header .home-notHover {
  background: none !important;
  border: none !important;
}
.header .not-hover:hover,
.header .home-notHover:hover {
  background: none !important;
  border: none !important;
}
.header .border-svg svg {
  stroke: #fff;
}
.header__submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  display: none;
  transform: translateY(10px);
  transition: all ease 0.9s;
}
.header__secondsubmenu {
  margin-top: 8px;
  inset-inline-start: 0;
  transition: all 0.3s;
}
.header__secondsubmenu--active {
  display: flex;
}
.header__secondsubmenu .header__submenu-item {
  padding-bottom: 0;
  font-size: 16px;
  background: none !important;
  transition: all 0.3s;
}
.header__secondsubmenu .header__submenu-item svg {
  stroke: #003057;
  opacity: 0;
}
.header__secondsubmenu .header__submenu-item:hover {
  color: #00a3e0 !important;
}
.header__secondsubmenu .header__submenu-item:hover svg {
  opacity: 1;
  stroke: #00a3e0;
}
.header .service-item {
  background: none !important;
  border: none !important;
  color: #003057 !important;
}
.header .menu__item {
  align-items: center;
  display: flex;
  height: 100%;
  transition: opacity 0.2s, color 0.2s;
  visibility: visible;
  gap: 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "WTT";
}
.header .menu__item svg {
  transition: all ease 0.5s;
  stroke: #fff;
}
.header__submenu-item {
  color: var(--color-bue-dark-Blue-dark, #003057);
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  transition: all ease 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  transition: all ease 0.5s;
}
.header__submenu-item a {
  padding: 12px;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__submenu-item svg {
  opacity: 0;
  transition: all ease 0.5s;
  transform: rotate(180deg);
}
.header__submenu-item:hover {
  background: var(--color-blue-light-Blue-light, #00a3e0);
  color: var(--color-base-White, #fff);
}
.header__submenu-item:hover svg {
  opacity: 1;
}

.hide-navbar {
  transform: translateY(-100%); /* Hides the navbar */
  transition: transform 0.3s ease-in-out;
}

.header-top {
  display: none;
  position: fixed;
  width: 100%;
  top: -100px;
  z-index: 999;
  background-color: #ffffff;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .header-top {
    display: block;
  }
}
.header-top--show {
  top: 0;
}
.header-top__logo {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
.header-top__utils {
  display: flex;
  padding-bottom: 0;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.header-top__wrapper {
  margin: 0 calc(-141.32992px + 17.708vw);
  font-size: calc(8.3136px + 0.48vw);
  height: 100px;
  color: #294060;
}
.header-top__submenu-item {
  cursor: pointer;
}
.header-top__menu {
  height: 100%;
}
.header-top__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-top__menu-items {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .header-top__menu-items {
    gap: 0.5rem;
  }
}
.header-top__menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-top__menu-item--active .header-top__submenu {
  display: flex;
  transform: translateY(0);
  transition: all 0.3s;
  z-index: -1;
}
.header-top__menu-item--active {
  border-bottom: 2px solid #ffad36;
}
.header-top__menu-item--active .menu-icon {
  transition: all 0.3s ease-in-out;
  transform: rotate(180deg);
  padding-block-start: unset;
  padding-block-end: 8px;
}
.header-top .menu__item {
  cursor: pointer;
  text-transform: capitalize;
}
.header-top__submenu {
  position: absolute;
  width: 100%;
  background-color: #294060;
  padding-block: 48px;
  padding-inline-start: 276px;
  padding-inline-end: 48px;
  display: none;
  align-items: flex-start;
  inset-inline-start: 0;
  transform: translateY(-20px);
  transition: all 0.3s;
  z-index: -999;
  top: 100%;
}
.header-top__submenu-titles {
  padding-inline-end: 48px;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.2);
}
.header-top__submenu-title {
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 18px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.header-top__submenu-title--active {
  color: #ffffff;
}
.header-top__submenu-content {
  color: #ffffff;
  padding-inline-start: 48px;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
.header-top__submenu-content--variant-1 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.header-top__submenu-content--variant-1 a {
  margin-inline-end: auto;
}

.menu-icon,
.menu-icon-r {
  transition: all 0.3s ease-in-out;
  font-size: 10px;
  padding-block-start: 8px;
}

.header-mobile {
  border-bottom: var(--Spacing-0-1, 1px) solid var(--color-bue-dark-Blue-dark-08, #bdbdca);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(2.5px);
  position: fixed;
  width: 100%;
  top: 0;
  inset-inline-start: 0;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__wrapper {
  font-size: calc(8.3136px + 0.48vw);
  height: calc(27.32128px + 3.604vw);
  margin: 0 calc(8.39664px + 3.086vw);
  padding-block: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile__logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.mobile-menu-icon {
  font-size: 1.5rem;
  color: #003057;
  cursor: pointer;
}

.drawer {
  height: 100vh;
  opacity: 0;
  display: none;
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  inset-block-start: 100px;
  inset-inline-end: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.drawer--active {
  transform: translateX(0);
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-start: 28px;
  padding-block-end: 1rem;
  background-color: #003057;
  font-size: 18px;
  padding-inline: 1rem;
}
.drawer__body {
  background-color: #ffffff;
  padding: 1rem;
}
.drawer__title {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.drawer__title-icon {
  font-size: 24px;
}
.drawer__close {
  cursor: pointer;
}
.drawer__item {
  padding: 0.5rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  color: #102745;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.drawer__submenu {
  display: none;
  width: 100%;
  padding-top: 16px;
}
.drawer__submenu-item {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  cursor: pointer;
}
.drawer__submenu-item a {
  color: #636a85 !important;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.drawer__submenu-item .header__secondsubmenu {
  padding-inline-start: 24px;
  display: block;
}
.drawer__submenu-item .header__secondsubmenu li {
  padding: 0;
  margin: 0;
  margin-block: 16px;
}

.drawer-icon-r {
  font-size: 12px;
}
.drawer-icon-r:lang(ar) {
  transform: rotate(180deg);
}

.header__lang,
.header-top__lang {
  cursor: pointer;
}

.logo:hover {
  background: none !important;
}

.footer {
  background: var(--color-bue-dark-Blue-dark, #003057);
  color: #ffffff;
  border-top: 3px solid #1d4f91;
}
.footer__wrapper {
  padding-block: 48px;
}
.footer .wttc-info-bg {
  background-color: #102745;
}
.footer__bottom {
  padding-block: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__bottom-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  row-gap: 8px;
}
.footer__bottom-items > *:not(:last-child) {
  padding-inline-end: 12px;
}
.footer__bottom-items > *:not(:first-child) {
  border-inline-start: 0.75px solid rgba(137, 141, 143, 0.75);
  padding-inline-start: 12px;
}
.footer__bottom-item {
  color: var(--White, #fff);
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.footer__bottom-rights {
  font-size: 14px;
}

.sitemap {
  padding-bottom: 24px;
}
.sitemap__row {
  row-gap: 24px;
}
.sitemap__title {
  color: var(--White, #fff);
  font-family: "WTT";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.sitemap__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sitemap__item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}
.sitemap__item:hover {
  color: #ffad36;
  transform: translateX(2px);
}
.sitemap__item:hover:lang(ar) {
  transform: translateX(-2px);
}
.sitemap__link {
  color: var(--White, #fff);
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.wttco-info {
  border-bottom: 1px solid #003057;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 12px;
  padding-block: 24px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wttco-info {
    flex-direction: row;
    justify-content: space-between;
  }
}
.wttco-info__vision {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .wttco-info__vision {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: 24px;
  }
}
.wttco-info__vision p {
  color: var(--color-base-White, #fff);
  font-family: "WTT";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 126.316% */
  opacity: 0.6;
}
.wttco-info__logo {
  padding-inline-end: 24px;
}
.wttco-info__logo img {
  aspect-ratio: 1/1 !important;
  object-fit: scale-down;
  width: fit-content;
}
.wttco-info__social {
  width: 100%;
}
.wttco-info__contact {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .wttco-info__contact {
    display: flex;
    flex-direction: row;
  }
}
.wttco-info__contact span {
  color: var(--White, #fff);
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.wttco-info__contact p {
  text-align: left !important;
  color: var(--White, #fff);
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.wttco-info__social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.wttco-info__social-icons a {
  height: 40px;
  width: 40px;
  border-radius: var(--Spacing-2, 8px);
  background: var(--primary-color, #1a3f6f);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wttco-info__social-icon {
  font-size: 20px;
  transition: all ease 0.5s;
}

.sitemap-icon {
  font-size: 9px;
}
.sitemap-icon:lang(ar) {
  transform: rotate(180deg);
}

body {
  background: #FAFCFF;
  font-family: "WTT" !important;
}

@media screen and (max-width: 992px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

article,
p {
  text-align: justify !important;
}

.pt-52 {
  padding-top: 52px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-48 {
  padding-top: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.carousel-indicator {
  background-color: #e6e6e6 !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  cursor: pointer;
  border: none !important;
}
.carousel-indicator.active {
  background-color: #ffad36 !important;
}

.carousel-indicators {
  margin: 0 !important;
  position: static !important;
}

#carouselNewsIndicators {
  display: flex !important;
  flex-direction: column-reverse;
  row-gap: 1rem;
}

.owl-prev, .owl-next {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 992px) {
  .owl-prev, .owl-next {
    width: 60px;
    height: 60px;
    top: 30%;
  }
}
.owl-prev:hover, .owl-next:hover {
  background: none !important;
}
.owl-prev img, .owl-next img {
  transition: all ease 0.5s;
}

.owl-prev {
  right: -100px;
}
@media screen and (min-width: 992px) {
  .owl-prev {
    right: -80px;
  }
}

.owl-next {
  left: -100px;
}
@media screen and (min-width: 992px) {
  .owl-next {
    left: -80px;
  }
}

.hero {
  height: 100vh;
  overflow: hidden;
  background: #003057;
}
.hero__media {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  aspect-ratio: 16/9 !important;
}
.hero__media .carousel {
  width: 100%;
}
.hero__media .carousel-indicators {
  margin: 0 !important;
  position: absolute !important;
  bottom: 48px;
}
.hero__media .carousel-indicators [data-bs-target] {
  width: 16px;
  height: 16px;
  background: #eae9e9;
  border: 1px solid #EAE9E9 !important;
  border-radius: 50%;
  opacity: 1;
}
.hero__media .carousel-indicators .active {
  opacity: 1;
  width: 16px;
  height: 16px;
  background: #00a3e0;
  border-radius: 50%;
  border: 1px solid #fff !important;
}
.hero__media .carousel-control-prev-icon {
  background: url("../img/owl-icons/left-icon.svg") no-repeat center center;
  width: 70px;
  height: 50px;
  transition: all ease 0.5s;
}
.hero__media .carousel-control-prev-icon:hover {
  background: url("../img/owl-icons/left-long-icon.svg") no-repeat center center;
}
.hero__media .carousel-control-next-icon {
  background: url("../img/owl-icons/right-icon.svg") no-repeat center center; /* Use a custom icon for next arrow */
  width: 70px;
  height: 50px;
  transition: all ease 0.5s;
}
.hero__media .carousel-control-next-icon:hover {
  background: url("../img/owl-icons/right-long-icon.svg") no-repeat center center;
}
.hero__media video {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  .hero__media video {
    height: 100vh;
  }
}
.hero__media img {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero__media img {
    height: 100vh;
    object-fit: cover;
  }
}

.our-partener {
  background-size: cover;
  overflow: hidden;
  padding-block: 24px;
  position: relative;
}
.our-partener .video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%); /* Center video */
  z-index: -1;
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100vh;
}
.our-partener .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.our-partener .overview h3 {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.our-partener .overview article {
  color: #ffffff;
  text-align: center !important;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.our-partener .img-card {
  display: flex;
  min-height: 200px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  height: auto;
  aspect-ratio: 16/9 !important;
  padding: 16px;
  border-radius: var(--Spacing-6, 24px);
  border: 0.5px solid #00a3e0;
  box-shadow: 0px 4px 32px 0px rgba(137, 141, 141, 0.12);
}
@media screen and (max-width: 992px) {
  .our-partener .img-card {
    min-height: auto;
  }
}
.our-partener .img-card img {
  aspect-ratio: 16/9 !important;
  object-fit: contain;
  transform: translatey(15%);
  transition: all ease 0.5s;
  width: 70%;
}
.our-partener .img-card article {
  opacity: 0;
  transition: all ease 0.5s;
  color: var(--typo-color-heading-gray-30, var(--typography-color-heading-gray-30, #344054));
  text-align: center;
  font-family: "WTT";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 136.842% */
  transform: translateY(50px);
}
.our-partener .img-card:hover {
  border: 2px solid #00a3e0;
}
.our-partener .img-card:hover img {
  transform: scale(0.85);
}
.our-partener .img-card:hover article {
  margin-top: 16px;
  transform: translateY(-10px);
  opacity: 1;
}

.news {
  background: url("../img/home/news-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-block: 48px;
}
.news__heading {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__title {
  color: #102745;
  text-align: start;
  font-family: "WTT";
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
}
.news__link-all {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  transition: ease all 0.5s;
  color: #00a3e0;
}
.news__link-all .main,
.news__link-all .hover {
  display: flex;
}
.news__link-all .main svg,
.news__link-all .hover svg {
  transform: rotate(180deg);
  transition: ease all 0.5s;
}
.news__link-all .hover {
  display: none;
}
.news__link-all .hover svg {
  opacity: 0;
}
.news__link-all:hover .main {
  display: none;
}
.news__link-all:hover .main svg {
  opacity: 0;
}
.news__link-all:hover .hover {
  display: flex;
}
.news__link-all:hover .hover svg {
  opacity: 1;
}
.news__text {
  gap: 8px !important;
}
.news__content-row {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .news__content-row {
    display: block;
  }
}

.mainActivity-section {
  background: #08266e;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 100vh;
  overflow: auto;
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center;
  transition: background 0.5s ease;
  overflow: hidden !important;
}
.mainActivity-section .section-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.mainActivity-section .media {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all ease 0.5s;
}
.mainActivity-section .media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.mainActivity-section .overview {
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 10%;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .overview {
    position: inherit;
    top: 0;
    margin-bottom: 48px;
  }
}
.mainActivity-section .overview h3 {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .overview h3 {
    font-size: 32px;
    text-align: center;
  }
}
.mainActivity-section ul {
  padding: 0;
  margin: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 992px) {
  .mainActivity-section ul {
    margin-bottom: 48px;
  }
}
.mainActivity-section ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-bottom: 2px solid #ffffff;
  cursor: pointer;
}
.mainActivity-section ul li .icon {
  opacity: 0;
  transition: all ease 0.5s;
}
.mainActivity-section ul li .icon svg {
  transform: rotate(180deg);
}
.mainActivity-section ul li h4 {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
.mainActivity-section ul li:hover .icon {
  opacity: 1;
}
.mainActivity-section ul li.active {
  border-bottom: 3px solid #5aaee0;
}
.mainActivity-section ul li.active h4 {
  color: #5aaee0;
}
.mainActivity-section .maps-bg {
  margin-bottom: 24px;
}
.mainActivity-section .maps-bg .green-map {
  display: none;
}
.mainActivity-section .maps-bg .hawksbill-map {
  display: none;
}
@media screen and (max-width: 992px) {
  .mainActivity-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.mainActivity-section .projectDevelopment-content,
.mainActivity-section .design-content,
.mainActivity-section .operationAndMaintenanceService-content,
.mainActivity-section .waterSupplyService-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .projectDevelopment-content,
  .mainActivity-section .design-content,
  .mainActivity-section .operationAndMaintenanceService-content,
  .mainActivity-section .waterSupplyService-content {
    gap: 48px;
  }
}
.mainActivity-section .projectDevelopment-content .project-info,
.mainActivity-section .design-content .project-info,
.mainActivity-section .operationAndMaintenanceService-content .project-info,
.mainActivity-section .waterSupplyService-content .project-info {
  position: relative;
  z-index: 1;
  border-top: 3px solid #5aaee0;
  padding-top: 24px;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .projectDevelopment-content .project-info,
  .mainActivity-section .design-content .project-info,
  .mainActivity-section .operationAndMaintenanceService-content .project-info,
  .mainActivity-section .waterSupplyService-content .project-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.mainActivity-section .projectDevelopment-content .project-info .info-card,
.mainActivity-section .design-content .project-info .info-card,
.mainActivity-section .operationAndMaintenanceService-content .project-info .info-card,
.mainActivity-section .waterSupplyService-content .project-info .info-card {
  display: flex;
  align-items: center;
}
.mainActivity-section .projectDevelopment-content .project-info .info-card .price,
.mainActivity-section .design-content .project-info .info-card .price,
.mainActivity-section .operationAndMaintenanceService-content .project-info .info-card .price,
.mainActivity-section .waterSupplyService-content .project-info .info-card .price {
  color: #ffffff;
  font-family: "WTT";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.mainActivity-section .projectDevelopment-content .project-info .info-card .desc,
.mainActivity-section .design-content .project-info .info-card .desc,
.mainActivity-section .operationAndMaintenanceService-content .project-info .info-card .desc,
.mainActivity-section .waterSupplyService-content .project-info .info-card .desc {
  width: min-content;
  color: #ffffff;
  font-family: "WTT";
  font-size: 29.388px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
}
.mainActivity-section .projectDevelopment-content .project-info article,
.mainActivity-section .design-content .project-info article,
.mainActivity-section .operationAndMaintenanceService-content .project-info article,
.mainActivity-section .waterSupplyService-content .project-info article {
  color: #5aaee0;
  text-align: justify;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px; /* 140% */
  margin-block: 24px;
}
.mainActivity-section .projectDevelopment-content .project-info article span,
.mainActivity-section .design-content .project-info article span,
.mainActivity-section .operationAndMaintenanceService-content .project-info article span,
.mainActivity-section .waterSupplyService-content .project-info article span {
  font-weight: 700;
}
.mainActivity-section .projectDevelopment-content .project-info a,
.mainActivity-section .design-content .project-info a,
.mainActivity-section .operationAndMaintenanceService-content .project-info a,
.mainActivity-section .waterSupplyService-content .project-info a {
  width: fit-content;
}
.mainActivity-section .projectDevelopment-content .project-info a svg,
.mainActivity-section .design-content .project-info a svg,
.mainActivity-section .operationAndMaintenanceService-content .project-info a svg,
.mainActivity-section .waterSupplyService-content .project-info a svg {
  transform: rotate(180deg);
}
.mainActivity-section .projectDevelopment-content .project-info a:hover,
.mainActivity-section .design-content .project-info a:hover,
.mainActivity-section .operationAndMaintenanceService-content .project-info a:hover,
.mainActivity-section .waterSupplyService-content .project-info a:hover {
  color: #ffffff !important;
  background: #5aaee0 !important;
}
.mainActivity-section .projectDevelopment-content .project-info .info-desc,
.mainActivity-section .design-content .project-info .info-desc,
.mainActivity-section .operationAndMaintenanceService-content .project-info .info-desc,
.mainActivity-section .waterSupplyService-content .project-info .info-desc {
  color: #ffffff;
  text-align: center !important;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 192.857% */
}
.mainActivity-section .projectDevelopment-content .project-info .project-card,
.mainActivity-section .design-content .project-info .project-card,
.mainActivity-section .operationAndMaintenanceService-content .project-info .project-card,
.mainActivity-section .waterSupplyService-content .project-info .project-card {
  margin-bottom: 24px;
}
.mainActivity-section .projectDevelopment-content .project-info .project-card h5,
.mainActivity-section .design-content .project-info .project-card h5,
.mainActivity-section .operationAndMaintenanceService-content .project-info .project-card h5,
.mainActivity-section .waterSupplyService-content .project-info .project-card h5 {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.8px; /* 140% */
}
.mainActivity-section .projectDevelopment-content .project-info .project-card article,
.mainActivity-section .design-content .project-info .project-card article,
.mainActivity-section .operationAndMaintenanceService-content .project-info .project-card article,
.mainActivity-section .waterSupplyService-content .project-info .project-card article {
  margin-top: 12px;
  margin-bottom: 0;
}
.mainActivity-section .projectDevelopment-content .project-info .porject-title,
.mainActivity-section .design-content .project-info .porject-title,
.mainActivity-section .operationAndMaintenanceService-content .project-info .porject-title,
.mainActivity-section .waterSupplyService-content .project-info .porject-title {
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: start;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mainActivity-section .projectDevelopment-content .projectDevelopment-des {
  gap: 16px;
}
.mainActivity-section .projectDevelopment-content .projectDevelopment-des .title {
  margin-bottom: 32px;
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 192.857% */
}
.mainActivity-section .projectDevelopment-content .projectDevelopment-des .price {
  color: #00a3e0;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 67.5% */
}
.mainActivity-section .projectDevelopment-content .projectDevelopment-des .desc {
  text-align: start;
  color: #ffffff;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.mainActivity-section .design-content .design-des {
  position: relative;
  gap: 16px;
}
.mainActivity-section .design-content .design-des .design-first,
.mainActivity-section .design-content .design-des .design-second {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: all ease 0.5s;
  cursor: pointer;
}
.mainActivity-section .design-content .design-des .design-first:hover,
.mainActivity-section .design-content .design-des .design-second:hover {
  background: rgba(255, 255, 255, 0.3);
}
.mainActivity-section .design-content .design-des .design-second {
  position: absolute;
  left: 60%;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .design-content .design-des .design-second {
    position: inherit;
    left: 0;
  }
}
@media screen and (max-width: 992px) {
  .mainActivity-section .design-content .design-des {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mainActivity-section .design-content .project-info {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .design-content .project-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.mainActivity-section .design-content .project-info .info-card .desc {
  right: 55%;
}
@media screen and (max-width: 992px) {
  .mainActivity-section .design-content .project-info .info-card .desc {
    right: 93%;
  }
}
.mainActivity-section .operationAndMaintenanceService-content .map {
  position: relative;
}
.mainActivity-section .operationAndMaintenanceService-content .map img {
  transform: scale(2.4);
  z-index: -1;
  position: relative;
}
.mainActivity-section .operationAndMaintenanceService-content .map .hover-shape {
  display: none;
  width: fit-content;
  position: absolute;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0 4px 4px 0;
  background: #00a3e0;
}
.mainActivity-section .operationAndMaintenanceService-content .map .hover-shape::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 29px solid #5aaee0;
  border-right: 20px solid transparent;
  border-bottom: 25px solid transparent;
  bottom: -54px;
  left: 0;
}
.mainActivity-section .operationAndMaintenanceService-content .map .hover-shape article {
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mainActivity-section .operationAndMaintenanceService-content .map .circles {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mainActivity-section .operationAndMaintenanceService-content .map .circles .circle-1 {
  position: absolute;
  z-index: 3;
  animation: circle-operationAndMaintenanceService-1-animation 3s ease-in-out infinite;
}
.mainActivity-section .operationAndMaintenanceService-content .map .circles .circle-2 {
  z-index: 2;
  position: absolute;
  animation: circle-operationAndMaintenanceService-2-animation 3s ease-in-out infinite;
}
.mainActivity-section .operationAndMaintenanceService-content .map .first {
  position: absolute;
  top: 64%;
  left: 34%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .second {
  position: absolute;
  top: 79%;
  left: 38%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .third {
  position: absolute;
  top: 94%;
  left: 42%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .fourth {
  position: absolute;
  bottom: -13%;
  left: 50%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .fifth {
  position: absolute;
  top: 40%;
  right: 30%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .six {
  position: absolute;
  top: 67%;
  right: 22%;
}
.mainActivity-section .operationAndMaintenanceService-content .map .seven {
  position: absolute;
  top: 80%;
  right: 15%;
}
.mainActivity-section .operationAndMaintenanceService-content .ras-operation,
.mainActivity-section .operationAndMaintenanceService-content .jubil-operation,
.mainActivity-section .operationAndMaintenanceService-content .sharkia-operation,
.mainActivity-section .operationAndMaintenanceService-content .yanbu-operation,
.mainActivity-section .operationAndMaintenanceService-content .rabigh-operation,
.mainActivity-section .operationAndMaintenanceService-content .shuaibah-operation,
.mainActivity-section .operationAndMaintenanceService-content .shuqaiq-operation {
  display: none;
}
.mainActivity-section .operationAndMaintenanceService-content .ras-shape {
  bottom: 69%;
  left: 70%;
}
.mainActivity-section .operationAndMaintenanceService-content .jubile-shape {
  bottom: 41%;
  left: 78%;
}
.mainActivity-section .operationAndMaintenanceService-content .sharkia-shape {
  bottom: 29%;
  left: 85%;
}
@media (min-width: 360px) and (max-width: 456px) {
  .mainActivity-section .operationAndMaintenanceService-content .sharkia-shape {
    left: 47%;
  }
  .mainActivity-section .operationAndMaintenanceService-content .sharkia-shape::before {
    right: 0;
    left: inherit !important;
    border-right: none !important;
    border-left: 20px solid transparent;
  }
}
.mainActivity-section .operationAndMaintenanceService-content .yanbu-shape {
  bottom: 45%;
  right: 66%;
}
.mainActivity-section .operationAndMaintenanceService-content .rabigh-shape {
  bottom: 29%;
  right: 62%;
}
@media (min-width: 360px) and (max-width: 456px) {
  .mainActivity-section .operationAndMaintenanceService-content .rabigh-shape {
    bottom: 59%;
    right: 82%;
  }
}
.mainActivity-section .operationAndMaintenanceService-content .shuaibah-shape {
  bottom: 15%;
  right: 58%;
}
.mainActivity-section .operationAndMaintenanceService-content .shuqaiq-shape {
  bottom: -20%;
  right: 50%;
}
.mainActivity-section .operationAndMaintenanceService-content .yanbu-shape,
.mainActivity-section .operationAndMaintenanceService-content .rabigh-shape,
.mainActivity-section .operationAndMaintenanceService-content .shuaibah-shape,
.mainActivity-section .operationAndMaintenanceService-content .shuqaiq-shape {
  border-radius: 4px 0 0 4px !important;
}
.mainActivity-section .operationAndMaintenanceService-content .yanbu-shape::before,
.mainActivity-section .operationAndMaintenanceService-content .rabigh-shape::before,
.mainActivity-section .operationAndMaintenanceService-content .shuaibah-shape::before,
.mainActivity-section .operationAndMaintenanceService-content .shuqaiq-shape::before {
  border-top: 29px solid #5aaee0 !important;
  border-left: 20px solid transparent !important;
  border-right: inherit !important;
  border-bottom: 25px solid transparent !important;
  bottom: -54px !important;
  left: inherit !important;
  right: 0 !important;
}
.mainActivity-section .waterSupplyService-content .map {
  position: relative;
  transform: translate(74px, 56px);
}
@media (max-width: 992px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(0, 0) !important;
  }
}
@media (min-width: 993px) and (max-width: 999px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(55px, 41px) scale(1.1) !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(69px, 55px) scale(1.45) !important;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(65px, 55px) scale(1.2) !important;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(64px, 52px) scale(1.04) !important;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(72px, 57px) scale(1.05) !important;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .mainActivity-section .waterSupplyService-content .map {
    transform: translate(68px, 55px) scale(1.04) !important;
  }
}
.mainActivity-section .waterSupplyService-content .map .circles {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainActivity-section .waterSupplyService-content .map .circles .line {
  width: 10px;
  z-index: 4;
  border: 1px solid #003057;
  left: -1px;
  position: absolute;
}
.mainActivity-section .waterSupplyService-content .map .circles .circle-1 {
  position: absolute;
  z-index: 3;
  animation: circle-1-animation 3s ease-in-out infinite;
}
.mainActivity-section .waterSupplyService-content .map .circles .circle-2 {
  z-index: 2;
  position: absolute;
  animation: circle-2-animation 3s ease-in-out infinite;
}
.mainActivity-section .waterSupplyService-content .map .circles .circle-3 {
  z-index: 1;
  position: absolute;
  animation: circle-3-animation 3s ease-in-out infinite;
}
.mainActivity-section .waterSupplyService-content .map .first {
  position: absolute;
  bottom: 44%;
  left: 19%;
}
.mainActivity-section .waterSupplyService-content .map .second {
  position: absolute;
  bottom: 28%;
  left: 23%;
}
.mainActivity-section .waterSupplyService-content .map .third {
  position: absolute;
  bottom: 20%;
  left: 30%;
}
.mainActivity-section .waterSupplyService-content .map .fourth {
  position: absolute;
  bottom: 10%;
  left: 36%;
}
.mainActivity-section .waterSupplyService-content .map .fifth {
  position: absolute;
  bottom: 72%;
  right: 34%;
}
.mainActivity-section .waterSupplyService-content .map .six {
  position: absolute;
  bottom: 67%;
  right: 29%;
}
.mainActivity-section .waterSupplyService-content .map .seven {
  position: absolute;
  bottom: 60%;
  right: 26%;
}
.mainActivity-section .waterSupplyService-content .map .eight {
  position: absolute;
  bottom: 52%;
  right: 25%;
}
.mainActivity-section .design-content,
.mainActivity-section .operationAndMaintenanceService-content,
.mainActivity-section .waterSupplyService-content {
  display: none;
}

.project-dev-section {
  background: url("../img/home/mainActivity-bg.jpg") no-repeat center center;
}
.project-dev-section .projectDevelopment-content .projectDevelopment-des .section-title {
  color: #ffffff;
  text-align: center;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 40px;
}
.project-dev-section .projectDevelopment-content .projectDevelopment-des .title {
  text-align: center;
}
.project-dev-section .projectDevelopment-content .projectDevelopment-des .price-list {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 48px;
}
.project-dev-section .projectDevelopment-content .projectDevelopment-des .price-list .price {
  display: flex;
  border-radius: 88px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #00a3e0;
  leading-trim: both;
  text-edge: cap;
  font-family: WTT;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.project-dev-section .projectDevelopment-content .projectDevelopment-des .price-list .price span {
  display: flex;
  align-items: center;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: WTT;
  font-size: 21.39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  bottom: -15%;
}
.project-dev-section .projectDevelopment-content .project-info article {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 25.6px; /* 160% */
}
.project-dev-section .projectDevelopment-content .project-info a {
  width: 100% !important;
}

.operationAndMaintenanceService-section {
  background: linear-gradient(0deg, #003057 0%, #003057 100%), #eae9e9;
}
.operationAndMaintenanceService-section .operationAndMaintenanceService-content {
  display: flex;
}
.operationAndMaintenanceService-section .section-title {
  color: #ffffff;
  text-align: center !important;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 48px;
}
.operationAndMaintenanceService-section .project-info .info-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
.operationAndMaintenanceService-section .project-info a {
  width: 100% !important;
}

.water-supply-section {
  background: url("../img/home/water-supply-bg.jpg") center center no-repeat;
}
.water-supply-section .waterSupplyService-content {
  display: flex;
}
.water-supply-section .section-title {
  color: #ffffff;
  text-align: center;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 48px;
}
.water-supply-section .project-info .info-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}
.water-supply-section .project-info a {
  width: 100% !important;
}

.design-eng-section {
  background: url("../img/home/design-bg.jpg") no-repeat center center;
}
.design-eng-section .design-content {
  display: flex;
}
.design-eng-section .section-title {
  color: #ffffff;
  text-align: center;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 48px;
}
.design-eng-section .project-info {
  border-top: none !important;
}
.design-eng-section .project-info article {
  text-align: center;
  font-size: 24px !important;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}
.design-eng-section .project-info .info-desc {
  font-size: 20px !important;
  margin-top: 0 !important;
}

.projects-eng-section {
  background: url("../img/home/design-bg-engProject.jpg") no-repeat center center;
}
.projects-eng-section .design-content {
  display: flex;
}
.projects-eng-section .section-title {
  color: #ffffff;
  text-align: center;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 48px;
}
.projects-eng-section .project-info {
  border-top: none !important;
}
.projects-eng-section .project-info .project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px !important;
}
.projects-eng-section .project-info .project-card h5 {
  font-size: 22px !important;
}
.projects-eng-section .project-info .project-card article {
  font-size: 14px !important;
  margin-top: 4px !important;
}
.projects-eng-section .project-info article {
  text-align: center;
  font-size: 24px !important;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}
.projects-eng-section .project-info .info-desc {
  font-size: 17px !important;
  margin-top: 0 !important;
}
.projects-eng-section .project-info .b-bottom {
  border-bottom: 1px solid #5aaee0;
}
.projects-eng-section .project-info .b-right {
  border-inline-end: 1px solid #5aaee0;
}
.projects-eng-section .project-info .p-24 {
  padding-top: 24px;
}
.projects-eng-section .project-info a {
  margin-top: 48px;
  width: 100% !important;
}

.projects-planning-section {
  background: url("../img/home/design-bg-planProject.jpg") no-repeat center center;
}
.projects-planning-section .design-content {
  display: flex;
}
.projects-planning-section .section-title {
  color: #ffffff;
  text-align: center !important;
  font-family: WTT;
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 162.162% */
  margin-bottom: 48px;
}
.projects-planning-section .project-info {
  border-top: none !important;
}
.projects-planning-section .project-info .project-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px !important;
}
.projects-planning-section .project-info .project-card h5 {
  font-size: 22px !important;
}
.projects-planning-section .project-info .project-card article {
  font-size: 14px !important;
  margin-top: 4px !important;
}
.projects-planning-section .project-info article {
  text-align: center;
  font-size: 24px !important;
  margin-top: 24px !important;
  margin-bottom: 16px !important;
}
.projects-planning-section .project-info .info-desc {
  font-size: 17px !important;
  margin-top: 0 !important;
}
.projects-planning-section .project-info .b-bottom {
  border-bottom: 1px solid #5aaee0;
}
.projects-planning-section .project-info .b-right {
  border-inline-end: 1px solid #5aaee0;
}
.projects-planning-section .project-info .p-24 {
  padding-top: 24px;
}
.projects-planning-section .project-info a {
  margin-top: 48px;
  width: 100% !important;
}

@keyframes circle-3-animation {
  0% {
    width: 27px;
    height: 27px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  50% {
    width: 37px;
    height: 37px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
  100% {
    width: 21px;
    height: 21px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
  }
}
@keyframes circle-2-animation {
  0% {
    width: 23px;
    height: 23px;
    background-color: rgba(0, 163, 224, 0.5);
    border-radius: 50%;
  }
  50% {
    width: 37px;
    height: 37px;
    background-color: rgba(0, 163, 224, 0.5);
    border-radius: 50%;
  }
  100% {
    width: 31px;
    height: 31px;
    background-color: rgba(0, 163, 224, 0.5);
    border-radius: 50%;
  }
}
@keyframes circle-1-animation {
  0% {
    width: 19.19px;
    height: 19.19px;
    background-color: #00a3e0;
    border: 1px solid #34629e;
    border-radius: 50%;
  }
  50% {
    width: 19.19px;
    height: 19.19px;
    background-color: #00a3e0;
    border: 1px solid #34629e;
    border-radius: 50%;
  }
  100% {
    width: 31px;
    height: 31px;
    background-color: #00a3e0;
    border: 1px solid #34629e;
    border-radius: 50%;
  }
}
@keyframes circle-operationAndMaintenanceService-1-animation {
  0% {
    width: 3px;
    height: 3px;
    background-color: rgba(151, 215, 0, 0.1);
    border: 0.5px solid #97d700;
    border-radius: 50%;
  }
  50% {
    width: 15px;
    height: 15px;
    background-color: rgba(151, 215, 0, 0.5);
    border: 0.5px solid #b9da8a;
    border-radius: 50%;
  }
  100% {
    width: 42px;
    height: 42px;
    background-color: rgba(151, 215, 0, 0.1);
    border: 0.5px solid #97d700;
    border-radius: 50%;
  }
}
@keyframes circle-operationAndMaintenanceService-2-animation {
  0% {
    width: 7px;
    height: 7px;
    background-color: #b9da8a;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  50% {
    width: 7px;
    height: 7px;
    background-color: #b9da8a;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  100% {
    width: 7px;
    height: 7px;
    background-color: #b9da8a;
    border: 1px solid #fff;
    border-radius: 50%;
  }
}
.project-development-page {
  padding-bottom: 100px;
  padding-top: 100px;
}
.project-development-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.project-development-page .overview h3 {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .project-development-page .overview h3 {
    font-size: 32px;
  }
}
.project-development-page .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
@media screen and (max-width: 992px) {
  .project-development-page .overview article {
    font-size: 18px;
  }
}
.project-development-page .services {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  margin-bottom: 24px;
  width: 100%;
  border: 1px solid rgba(186, 186, 186, 0.1);
  position: relative;
}
.project-development-page .services .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #07385b; /* Adjust to your desired wave color */
  clip-path: polygon(100% 100%, 0% 100%, 0% 86.93%, 1.54% 83.49%, 3.08% 79.62%, 4.62% 75.54%, 6.15% 71.49%, 7.69% 67.7%, 9.23% 64.39%, 10.77% 61.76%, 12.31% 59.95%, 13.85% 59.08%, 15.38% 59.19%, 16.92% 60.27%, 18.46% 62.27%, 20% 65.07%, 21.54% 68.51%, 23.08% 72.38%, 24.62% 76.46%, 26.15% 80.51%, 27.69% 84.3%, 29.23% 87.61%, 30.77% 90.24%, 32.31% 92.05%, 33.85% 92.92%, 35.38% 92.81%, 36.92% 91.73%, 38.46% 89.73%, 40% 86.93%, 41.54% 83.49%, 43.08% 79.62%, 44.62% 75.54%, 46.15% 71.49%, 47.69% 67.7%, 49.23% 64.39%, 50.77% 61.76%, 52.31% 59.95%, 53.85% 59.08%, 55.38% 59.19%, 56.92% 60.27%, 58.46% 62.27%, 60% 65.07%, 61.54% 68.51%, 63.08% 72.38%, 64.62% 76.46%, 66.15% 80.51%, 67.69% 84.3%, 69.23% 87.61%, 70.77% 90.24%, 72.31% 92.05%, 73.85% 92.92%, 75.38% 92.81%, 76.92% 91.73%, 78.46% 89.73%, 80% 86.93%, 81.54% 83.49%, 83.08% 79.62%, 84.62% 75.54%, 86.15% 71.49%, 87.69% 67.7%, 89.23% 64.39%, 90.77% 61.76%, 92.31% 59.95%, 93.85% 59.08%, 95.38% 59.19%, 96.92% 60.27%, 98.46% 62.27%, 100% 65.07%);
  transition: all ease 0.7s;
}
.project-development-page .services:hover .overlay {
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 1.54% 0%, 3.08% 0%, 4.62% 0%, 6.15% 0%, 7.69% 0%, 9.23% 0%, 10.77% 0%, 12.31% 0%, 13.85% 0%, 15.38% 0%, 16.92% 0%, 18.46% 0%, 20% 0%, 21.54% 0%, 23.08% 0%, 24.62% 0%, 26.15% 0%, 27.69% 0%, 29.23% 0%, 30.77% 0%, 32.31% 0%, 33.85% 0%, 35.38% 0%, 36.92% 0%, 38.46% 0%, 40% 0%, 41.54% 0%, 43.08% 0%, 44.62% 0%, 46.15% 0%, 47.69% 0%, 49.23% 0%, 50.77% 0%, 52.31% 0%, 53.85% 0%, 55.38% 0%, 56.92% 0%, 58.46% 0%, 60% 0%, 61.54% 0%, 63.08% 0%, 64.62% 0%, 66.15% 0%, 67.69% 0%, 69.23% 0%, 70.77% 0%, 72.31% 0%, 73.85% 0%, 75.38% 0%, 76.92% 0%, 78.46% 0%, 80% 0%, 81.54% 0%, 83.08% 0%, 84.62% 0%, 86.15% 0%, 87.69% 0%, 89.23% 0%, 90.77% 0%, 92.31% 0%, 93.85% 0%, 95.38% 0%, 96.92% 0%, 98.46% 0%, 100% 0%);
  top: 0;
}
.project-development-page .services:hover .info h4, .project-development-page .services:hover .info article {
  color: #ffffff;
}
.project-development-page .services .info {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  z-index: 1;
}
.project-development-page .services .info h4 {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
}
.project-development-page .services .info article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}

.project-planning-page {
  padding-bottom: 100px;
  padding-top: 100px;
}
.project-planning-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.project-planning-page .overview h3 {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.project-planning-page .services-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}
.project-planning-page .services-card .number {
  z-index: 2;
  position: absolute;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  flex-shrink: 0;
  border-radius: var(--Spacing-2, 8px);
  background: var(--color-blue-light-Blue-light, #00a3e0);
  color: var(--color-base-White, #fff);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "WTT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 93.582px; /* 187.164% */
}
.project-planning-page .services-card .services {
  margin-block-start: 30px;
  margin-inline-start: 50px;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  background: #ffffff;
  margin-bottom: 48px;
  width: 100%;
  border: 1px solid rgba(186, 186, 186, 0.1);
  position: relative;
}
.project-planning-page .services-card .services .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #07385b; /* Adjust to your desired wave color */
  clip-path: polygon(100% 100%, 0% 100%, 0% 86.93%, 1.54% 83.49%, 3.08% 79.62%, 4.62% 75.54%, 6.15% 71.49%, 7.69% 67.7%, 9.23% 64.39%, 10.77% 61.76%, 12.31% 59.95%, 13.85% 59.08%, 15.38% 59.19%, 16.92% 60.27%, 18.46% 62.27%, 20% 65.07%, 21.54% 68.51%, 23.08% 72.38%, 24.62% 76.46%, 26.15% 80.51%, 27.69% 84.3%, 29.23% 87.61%, 30.77% 90.24%, 32.31% 92.05%, 33.85% 92.92%, 35.38% 92.81%, 36.92% 91.73%, 38.46% 89.73%, 40% 86.93%, 41.54% 83.49%, 43.08% 79.62%, 44.62% 75.54%, 46.15% 71.49%, 47.69% 67.7%, 49.23% 64.39%, 50.77% 61.76%, 52.31% 59.95%, 53.85% 59.08%, 55.38% 59.19%, 56.92% 60.27%, 58.46% 62.27%, 60% 65.07%, 61.54% 68.51%, 63.08% 72.38%, 64.62% 76.46%, 66.15% 80.51%, 67.69% 84.3%, 69.23% 87.61%, 70.77% 90.24%, 72.31% 92.05%, 73.85% 92.92%, 75.38% 92.81%, 76.92% 91.73%, 78.46% 89.73%, 80% 86.93%, 81.54% 83.49%, 83.08% 79.62%, 84.62% 75.54%, 86.15% 71.49%, 87.69% 67.7%, 89.23% 64.39%, 90.77% 61.76%, 92.31% 59.95%, 93.85% 59.08%, 95.38% 59.19%, 96.92% 60.27%, 98.46% 62.27%, 100% 65.07%);
  transition: all ease 0.7s;
}
.project-planning-page .services-card .services:hover .overlay {
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 1.54% 0%, 3.08% 0%, 4.62% 0%, 6.15% 0%, 7.69% 0%, 9.23% 0%, 10.77% 0%, 12.31% 0%, 13.85% 0%, 15.38% 0%, 16.92% 0%, 18.46% 0%, 20% 0%, 21.54% 0%, 23.08% 0%, 24.62% 0%, 26.15% 0%, 27.69% 0%, 29.23% 0%, 30.77% 0%, 32.31% 0%, 33.85% 0%, 35.38% 0%, 36.92% 0%, 38.46% 0%, 40% 0%, 41.54% 0%, 43.08% 0%, 44.62% 0%, 46.15% 0%, 47.69% 0%, 49.23% 0%, 50.77% 0%, 52.31% 0%, 53.85% 0%, 55.38% 0%, 56.92% 0%, 58.46% 0%, 60% 0%, 61.54% 0%, 63.08% 0%, 64.62% 0%, 66.15% 0%, 67.69% 0%, 69.23% 0%, 70.77% 0%, 72.31% 0%, 73.85% 0%, 75.38% 0%, 76.92% 0%, 78.46% 0%, 80% 0%, 81.54% 0%, 83.08% 0%, 84.62% 0%, 86.15% 0%, 87.69% 0%, 89.23% 0%, 90.77% 0%, 92.31% 0%, 93.85% 0%, 95.38% 0%, 96.92% 0%, 98.46% 0%, 100% 0%);
  top: 0;
}
.project-planning-page .services-card .services:hover .info h4,
.project-planning-page .services-card .services:hover .info article {
  color: #ffffff;
}
.project-planning-page .services-card .services .info {
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  z-index: 1;
}
.project-planning-page .services-card .services .info h4 {
  color: #003057;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
}
.project-planning-page .services-card .services .info article {
  color: #003057;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}

.engineeringDesignOfProjects-page {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page {
    padding-top: 0;
  }
}
.engineeringDesignOfProjects-page .shape {
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background: #00a3e0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .shape {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .overview {
    padding-block: 100px;
    padding-inline: 0;
    position: relative;
    margin-bottom: 24px;
  }
  .engineeringDesignOfProjects-page .overview::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    right: -100%;
    bottom: 0;
    z-index: -1;
    background: #00a3e0;
  }
}
.engineeringDesignOfProjects-page .overview article {
  color: var(--color-base-White, #fff);
  font-family: "WTT";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 80.6px; /* 130% */
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page .overview article {
    color: var(--color-base-White, #FFF);
    text-align: center;
    font-family: "WTT";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 150% */
  }
}
.engineeringDesignOfProjects-page ul {
  padding: 0;
  padding-inline-start: 24px;
  margin: 0;
  list-style: none;
}
.engineeringDesignOfProjects-page ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.engineeringDesignOfProjects-page ul li img {
  width: 50px;
  height: 50px;
}
.engineeringDesignOfProjects-page ul li article {
  margin-inline-start: 16px;
  color: #003057;
  font-family: "WTT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px; /* 140% */
}
@media screen and (max-width: 992px) {
  .engineeringDesignOfProjects-page ul li article {
    color: #003057;
    text-align: start;
    font-family: "WTT";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px; /* 140% */
  }
}

.operationAndMaintenanceService-page {
  padding-top: 100px;
}
.operationAndMaintenanceService-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.operationAndMaintenanceService-page .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}
.operationAndMaintenanceService-page .operations {
  background: #e9f0fa;
  padding-block: 70px;
}
.operationAndMaintenanceService-page .operations .operation-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 24px;
  margin-bottom: 24px;
  transition: all ease 0.6s;
  border-radius: 50%;
  background: #e9f0fa;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .operationAndMaintenanceService-page .operations .operation-card {
    width: 250px;
    height: 250px;
    margin: auto;
    margin-bottom: 24px;
  }
}
.operationAndMaintenanceService-page .operations .operation-card:hover {
  background: #ffffff;
}
.operationAndMaintenanceService-page .operations .operation-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 18px;
}
.operationAndMaintenanceService-page .operations .operation-card article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
}

.our-partners {
  background: url("../img/our-partners-bg.jpg") no-repeat center center;
  background-size: cover;
}
.our-partners__desc {
  padding-top: 52px;
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}
.our-partners__desc span {
  font-weight: 700;
}
.our-partners .breadcrumb ul li.active {
  color: #ffffff;
}

.partners-logo .logo {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 48px;
  cursor: pointer;
  transition: ease all 0.5s;
  justify-content: space-between;
}
.partners-logo .logo .card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
  filter: grayscale(100%);
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  transition: filter 0.3s ease;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .partners-logo .logo .card-img {
    filter: none;
  }
}
.partners-logo .logo .card-img img {
  aspect-ratio: 1/1 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.partners-logo .logo .title {
  margin-bottom: 45px;
}
.partners-logo .logo .title p {
  color: #898d8f;
  font-family: "WTT";
  font-size: 18px;
  font-weight: 400;
}
.partners-logo .logo .fa-arrow-right-long {
  color: #00a3e0;
}
.partners-logo .logo.dimmed {
  opacity: 0.5;
}
.partners-logo .logo.highlight {
  border: none !important;
}
.partners-logo .logo.highlight .card-img {
  filter: grayscale(0%);
}
.partners-logo .logo.highlight .fa-arrow-right-long {
  color: #ffad36;
}

.board-of-directors {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.board-of-directors .cutsom-btn {
  background: none;
  padding: none;
  margin: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.board-of-directors .board {
  padding: 16px;
  margin-bottom: 24px;
  cursor: pointer;
  transition: ease all 0.5s;
}
.board-of-directors .board .card-img {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
  width: 100%;
  height: auto;
}
.board-of-directors .board .card-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.board-of-directors .board .title h3 {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: bold;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.board-of-directors .board .title p {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.board-of-directors .board .fa-arrow-right-long {
  color: #00a3e0;
}
.board-of-directors .board.dimmed {
  opacity: 0.5;
}
.board-of-directors .board.highlight {
  border: none !important;
}
.board-of-directors .board.highlight .fa-arrow-right-long {
  color: #ffad36;
}

.modal {
  --bs-modal-width: 700px;
  background: rgba(0, 0, 0, 0.25) !important;
}
@media screen and (max-width: 1200px) {
  .modal {
    --bs-modal-width: 500px;
  }
}
.modal .modal-dialog {
  margin-block: unset;
  margin-inline: unset;
}
@media screen and (max-width: 1200px) {
  .modal .modal-dialog {
    margin: 1.5rem;
  }
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 0);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
@media screen and (max-width: 1200px) {
  .modal.show .modal-dialog {
    transform: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.modal .modal-dialog-scrollable {
  height: 100vh;
}
@media screen and (max-width: 1200px) {
  .modal .modal-dialog-scrollable {
    height: calc(100% - 2rem);
  }
}
.modal .modal-content {
  height: 100vh;
  border-radius: 0;
  padding: 24px;
}
@media screen and (max-width: 1200px) {
  .modal .modal-content {
    height: auto;
    border-radius: 24px;
    padding: 16px;
  }
}
.modal .modal-content .modal-header {
  border: none;
}
.modal .modal-content .modal-header .btn-close {
  background: none;
  outline: none;
  box-shadow: none;
}
.modal .modal-content .modal-body {
  padding: 0;
}
.modal .modal-content .modal-body .board {
  gap: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: inherit;
}
.modal .modal-content .modal-body .board img {
  width: 280px;
}
.modal .modal-content .modal-body .board .title h3 {
  font-size: 32px;
  text-align: start;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .modal .modal-content .modal-body .board .title h3 {
    font-size: 16px;
  }
}
.modal .modal-content .modal-body .board .title p {
  color: #00a3e0;
  text-align: start;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .modal .modal-content .modal-body .board .title p {
    font-size: 14px;
  }
}
.modal .modal-content .modal-body .board article {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px; /* 140% */
}
@media screen and (max-width: 992px) {
  .modal .modal-content .modal-body .board article {
    font-size: 18px;
  }
}

.suppliersRelationship-page {
  padding-top: 100px;
}
.suppliersRelationship-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.suppliersRelationship-page .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.suppliersRelationship-page .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}
@media screen and (max-width: 992px) {
  .suppliersRelationship-page .overview .d-flex {
    flex-direction: column !important;
    width: 100%;
  }
  .suppliersRelationship-page .overview .d-flex a {
    width: 100% !important;
    text-align: center;
  }
}
.suppliersRelationship-page .qualification-section {
  background: url("../img/bg/qualification.jpg") center center no-repeat;
  background-size: cover;
  padding-block: 100px;
}
.suppliersRelationship-page .qualification-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.suppliersRelationship-page .qualification-section .overview h3 {
  color: #ffffff;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.suppliersRelationship-page .qualification-section .overview article {
  color: #ffffff;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.suppliersRelationship-page .qualification-section .qualification-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  margin-bottom: 24px;
  transition: all ease 0.6s;
  width: 100%;
  gap: 24px;
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.2);
  background: rgba(0, 48, 87, 0.4);
}
.suppliersRelationship-page .qualification-section .qualification-card svg {
  fill: #ffffff;
}
.suppliersRelationship-page .qualification-section .qualification-card article {
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}
.suppliersRelationship-page .faq-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.suppliersRelationship-page .faq-section .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item {
  border: 1px solid #C9CEE1;
  border-radius: 0;
  margin-bottom: 24px;
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  padding: 16px;
  gap: 14px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px; /* 180% */
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/icons/chevron-down.svg");
}
.suppliersRelationship-page .faq-section .accordion .accordion-item .accordion-body {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}
.suppliersRelationship-page .fields {
  padding-top: 50px;
  padding-bottom: 100px;
}
.suppliersRelationship-page .fields .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.suppliersRelationship-page .fields .fields-card {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.2);
}
.suppliersRelationship-page .fields .fields-card article {
  padding-inline: 8px;
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 168% */
}
.suppliersRelationship-page .fields .fields-card a {
  width: fit-content;
  margin-bottom: 16px;
}

.news-page {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-page .news {
  background: #FAFCFF !important;
}
.news-page .news__firstCard {
  margin-bottom: 100px;
  position: relative;
}
.news-page .news__firstCard .news__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3 !important;
}
.news-page .news__firstCard .news__media img {
  aspect-ratio: 4/3 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}
.news-page .news__firstCard .news__newCard {
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 10%;
  top: 10%;
  display: flex;
  padding: 48px;
  flex-direction: column;
  gap: 15px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: var(--Spacing-2, 8px);
  background: var(--color-base-White, #fff);
}
@media screen and (max-width: 992px) {
  .news-page .news__firstCard {
    margin-bottom: 0;
  }
  .news-page .news__firstCard .news__newCard {
    position: inherit;
    display: flex;
    padding: 0;
    flex-direction: column;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--Spacing-2, 8px);
    background: none;
  }
}
.news-page .news__card-desc img {
  display: none !important;
}

.newsItem-page {
  position: relative;
  padding-top: 0;
}
@media screen and (max-width: 992px) {
  .newsItem-page {
    background: #ffffff;
  }
}
.newsItem-page .news {
  background: none;
  padding-top: 0;
}
.newsItem-page .news__card {
  z-index: 3;
  position: relative;
  top: -10%;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news__card {
    padding: 24px;
  }
}
.newsItem-page .news__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .newsItem-page .news .btns {
    flex-direction: column;
  }
  .newsItem-page .news .btns a {
    display: block;
  }
}
.newsItem-page .news .btn-yellow {
  width: fit-content;
}
.newsItem-page .news__card-title {
  font-size: 32px;
  line-height: 42px; /* 131.25% */
  margin-bottom: 24px;
}
.newsItem-page .news__card-link {
  margin-top: 24px;
}
.newsItem-page .news__card-title, .newsItem-page .news__card-desc {
  height: auto !important;
  display: block !important;
  overflow: visible !important;
  line-clamp: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
}
.newsItem-page .news__card-title, .newsItem-page .news__card-desc, .newsItem-page .news__card-date p {
  margin-block: 0;
}
.newsItem-page .news__media {
  position: relative;
  height: calc(100vh - 120px) !important;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9 !important;
}
.newsItem-page .news__media img {
  aspect-ratio: 16/9 !important;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.newsItem-page .news__media::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 79, 145, 0) 0%, #003057 100%);
}

.companyStrategy-page {
  padding-top: 100px;
}
.companyStrategy-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.companyStrategy-page .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.companyStrategy-page .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}
.companyStrategy-page .goals-section {
  background: #f0f2f8;
  background-size: cover;
  padding-block: 100px;
}
.companyStrategy-page .goals-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.companyStrategy-page .goals-section .overview h3 {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .goals-section .overview h3 {
    text-align: center;
  }
}
.companyStrategy-page .goals-section .goals-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: all ease 0.6s;
  min-width: 33.3333333333%;
  transition: all ease 0.5s;
  gap: 24px;
  position: relative;
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.1);
  background: var(--color-base-White, #fff);
}
.companyStrategy-page .goals-section .goals-card .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #07385b; /* Adjust to your desired wave color */
  clip-path: polygon(100% 100%, 0% 100%, 0% 86.93%, 1.54% 83.49%, 3.08% 79.62%, 4.62% 75.54%, 6.15% 71.49%, 7.69% 67.7%, 9.23% 64.39%, 10.77% 61.76%, 12.31% 59.95%, 13.85% 59.08%, 15.38% 59.19%, 16.92% 60.27%, 18.46% 62.27%, 20% 65.07%, 21.54% 68.51%, 23.08% 72.38%, 24.62% 76.46%, 26.15% 80.51%, 27.69% 84.3%, 29.23% 87.61%, 30.77% 90.24%, 32.31% 92.05%, 33.85% 92.92%, 35.38% 92.81%, 36.92% 91.73%, 38.46% 89.73%, 40% 86.93%, 41.54% 83.49%, 43.08% 79.62%, 44.62% 75.54%, 46.15% 71.49%, 47.69% 67.7%, 49.23% 64.39%, 50.77% 61.76%, 52.31% 59.95%, 53.85% 59.08%, 55.38% 59.19%, 56.92% 60.27%, 58.46% 62.27%, 60% 65.07%, 61.54% 68.51%, 63.08% 72.38%, 64.62% 76.46%, 66.15% 80.51%, 67.69% 84.3%, 69.23% 87.61%, 70.77% 90.24%, 72.31% 92.05%, 73.85% 92.92%, 75.38% 92.81%, 76.92% 91.73%, 78.46% 89.73%, 80% 86.93%, 81.54% 83.49%, 83.08% 79.62%, 84.62% 75.54%, 86.15% 71.49%, 87.69% 67.7%, 89.23% 64.39%, 90.77% 61.76%, 92.31% 59.95%, 93.85% 59.08%, 95.38% 59.19%, 96.92% 60.27%, 98.46% 62.27%, 100% 65.07%);
  transition: all ease 0.7s;
}
.companyStrategy-page .goals-section .goals-card svg {
  z-index: 1;
  fill: #00a3e0;
}
.companyStrategy-page .goals-section .goals-card svg path {
  fill: #00a3e0;
}
.companyStrategy-page .goals-section .goals-card article {
  z-index: 1;
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
}
.companyStrategy-page .goals-section .goals-card:hover .overlay {
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 1.54% 0%, 3.08% 0%, 4.62% 0%, 6.15% 0%, 7.69% 0%, 9.23% 0%, 10.77% 0%, 12.31% 0%, 13.85% 0%, 15.38% 0%, 16.92% 0%, 18.46% 0%, 20% 0%, 21.54% 0%, 23.08% 0%, 24.62% 0%, 26.15% 0%, 27.69% 0%, 29.23% 0%, 30.77% 0%, 32.31% 0%, 33.85% 0%, 35.38% 0%, 36.92% 0%, 38.46% 0%, 40% 0%, 41.54% 0%, 43.08% 0%, 44.62% 0%, 46.15% 0%, 47.69% 0%, 49.23% 0%, 50.77% 0%, 52.31% 0%, 53.85% 0%, 55.38% 0%, 56.92% 0%, 58.46% 0%, 60% 0%, 61.54% 0%, 63.08% 0%, 64.62% 0%, 66.15% 0%, 67.69% 0%, 69.23% 0%, 70.77% 0%, 72.31% 0%, 73.85% 0%, 75.38% 0%, 76.92% 0%, 78.46% 0%, 80% 0%, 81.54% 0%, 83.08% 0%, 84.62% 0%, 86.15% 0%, 87.69% 0%, 89.23% 0%, 90.77% 0%, 92.31% 0%, 93.85% 0%, 95.38% 0%, 96.92% 0%, 98.46% 0%, 100% 0%);
  top: 0;
}
.companyStrategy-page .goals-section .goals-card:hover article {
  color: #ffffff;
}
.companyStrategy-page .goals-section .goals-card:hover svg path {
  fill: #ffffff;
}
.companyStrategy-page .vission-section {
  height: 100vh; /* استخدام الطول التلقائي */
  overflow: hidden; /* إخفاء العناصر الزائدة */
  background: #1D4F91;
  padding-block: 100px;
}
.companyStrategy-page .vission-section ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section ul {
    flex-direction: row;
    gap: 48px;
  }
}
.companyStrategy-page .vission-section ul li {
  cursor: pointer;
  color: #ffffff;
  opacity: 0.5;
  text-align: start;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section ul li {
    writing-mode: unset;
  }
}
.companyStrategy-page .vission-section ul li span {
  transform: rotate(180deg);
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section ul li span {
    transform: none;
  }
}
.companyStrategy-page .vission-section ul li.li-active {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section ul li svg {
    transform: rotate(180deg);
  }
}
.companyStrategy-page .vission-section .caption {
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  display: none;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .caption {
    flex-direction: column;
    margin-top: 100px;
  }
}
.companyStrategy-page .vission-section .caption.active {
  display: flex;
}
.companyStrategy-page .vission-section .caption img {
  width: 450px;
  aspect-ratio: 1/1 !important;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .caption img {
    width: 100%;
  }
}
.companyStrategy-page .vission-section .caption .caption-info {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .caption .caption-info {
    margin-top: 24px;
  }
}
.companyStrategy-page .vission-section .caption .caption-info h5 {
  position: absolute;
  color: #ffffff;
  font-family: "WTT";
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px; /* 108.974% */
  left: 35%;
  top: 20%;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .caption .caption-info h5 {
    position: inherit;
    font-size: 40px;
    line-height: normal;
  }
}
.companyStrategy-page .vission-section .caption .caption-info article {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.6px; /* 140% */
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .vission-section .caption .caption-info article {
    font-size: 18px;
  }
}
.companyStrategy-page .vission-section .caption.active {
  opacity: 1;
}
.companyStrategy-page .faq-section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.companyStrategy-page .faq-section .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.companyStrategy-page .faq-section .accordion .accordion-item {
  border: 1px solid #c9cee1;
  border-radius: 0;
  margin-bottom: 24px;
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-header .accordion-button {
  display: flex;
  padding: 16px;
  gap: 14px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  background: #ffffff;
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px; /* 180% */
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("../img/icons/chevron-down.svg");
}
.companyStrategy-page .faq-section .accordion .accordion-item .accordion-body {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}
.companyStrategy-page .values-section {
  background: #f0f2f8;
  background-size: cover;
  padding-block: 100px;
}
.companyStrategy-page .values-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.companyStrategy-page .values-section .overview h3 {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.companyStrategy-page .values-section .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.companyStrategy-page .values-section .values-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  min-width: 33.3333333333%;
  transition: all ease 0.5s;
  gap: 24px;
  position: relative;
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.1);
  background: var(--color-base-White, #fff);
}
.companyStrategy-page .values-section .values-card .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #07385b; /* Adjust to your desired wave color */
  clip-path: polygon(100% 100%, 0% 100%, 0% 86.93%, 1.54% 83.49%, 3.08% 79.62%, 4.62% 75.54%, 6.15% 71.49%, 7.69% 67.7%, 9.23% 64.39%, 10.77% 61.76%, 12.31% 59.95%, 13.85% 59.08%, 15.38% 59.19%, 16.92% 60.27%, 18.46% 62.27%, 20% 65.07%, 21.54% 68.51%, 23.08% 72.38%, 24.62% 76.46%, 26.15% 80.51%, 27.69% 84.3%, 29.23% 87.61%, 30.77% 90.24%, 32.31% 92.05%, 33.85% 92.92%, 35.38% 92.81%, 36.92% 91.73%, 38.46% 89.73%, 40% 86.93%, 41.54% 83.49%, 43.08% 79.62%, 44.62% 75.54%, 46.15% 71.49%, 47.69% 67.7%, 49.23% 64.39%, 50.77% 61.76%, 52.31% 59.95%, 53.85% 59.08%, 55.38% 59.19%, 56.92% 60.27%, 58.46% 62.27%, 60% 65.07%, 61.54% 68.51%, 63.08% 72.38%, 64.62% 76.46%, 66.15% 80.51%, 67.69% 84.3%, 69.23% 87.61%, 70.77% 90.24%, 72.31% 92.05%, 73.85% 92.92%, 75.38% 92.81%, 76.92% 91.73%, 78.46% 89.73%, 80% 86.93%, 81.54% 83.49%, 83.08% 79.62%, 84.62% 75.54%, 86.15% 71.49%, 87.69% 67.7%, 89.23% 64.39%, 90.77% 61.76%, 92.31% 59.95%, 93.85% 59.08%, 95.38% 59.19%, 96.92% 60.27%, 98.46% 62.27%, 100% 65.07%);
  transition: all ease 0.7s;
}
.companyStrategy-page .values-section .values-card svg {
  z-index: 1;
  fill: #00a3e0;
}
.companyStrategy-page .values-section .values-card svg path {
  fill: #00a3e0;
}
.companyStrategy-page .values-section .values-card article {
  z-index: 1;
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 127.273% */
}
.companyStrategy-page .values-section .values-card:hover .overlay {
  clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 1.54% 0%, 3.08% 0%, 4.62% 0%, 6.15% 0%, 7.69% 0%, 9.23% 0%, 10.77% 0%, 12.31% 0%, 13.85% 0%, 15.38% 0%, 16.92% 0%, 18.46% 0%, 20% 0%, 21.54% 0%, 23.08% 0%, 24.62% 0%, 26.15% 0%, 27.69% 0%, 29.23% 0%, 30.77% 0%, 32.31% 0%, 33.85% 0%, 35.38% 0%, 36.92% 0%, 38.46% 0%, 40% 0%, 41.54% 0%, 43.08% 0%, 44.62% 0%, 46.15% 0%, 47.69% 0%, 49.23% 0%, 50.77% 0%, 52.31% 0%, 53.85% 0%, 55.38% 0%, 56.92% 0%, 58.46% 0%, 60% 0%, 61.54% 0%, 63.08% 0%, 64.62% 0%, 66.15% 0%, 67.69% 0%, 69.23% 0%, 70.77% 0%, 72.31% 0%, 73.85% 0%, 75.38% 0%, 76.92% 0%, 78.46% 0%, 80% 0%, 81.54% 0%, 83.08% 0%, 84.62% 0%, 86.15% 0%, 87.69% 0%, 89.23% 0%, 90.77% 0%, 92.31% 0%, 93.85% 0%, 95.38% 0%, 96.92% 0%, 98.46% 0%, 100% 0%);
  top: 0;
}
.companyStrategy-page .values-section .values-card:hover article {
  color: #ffffff;
}
.companyStrategy-page .values-section .values-card:hover svg path {
  fill: #ffffff;
}
.companyStrategy-page .strategy-section {
  padding-block: 100px;
}
.companyStrategy-page .strategy-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
.companyStrategy-page .strategy-section .overview h3 {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .strategy-section .overview h3 {
    text-align: center;
  }
}
.companyStrategy-page .strategy-section .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.companyStrategy-page .mission-section {
  background: #ffffff;
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
.companyStrategy-page .mission-section .mission-div {
  background: #f0f2f8;
  width: 100%;
}
.companyStrategy-page .mission-section .mission-div .img {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .img {
    position: inherit;
    width: 100%;
  }
}
.companyStrategy-page .mission-section .mission-div .img img {
  height: 100%;
}
.companyStrategy-page .mission-section .mission-div .shape {
  position: absolute;
  /* top: 0; */
  bottom: 12%;
  z-index: 0;
  width: fit-content;
  left: 40%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .shape {
    display: none;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-title {
  z-index: 1 !important;
  position: relative;
  display: inline-flex;
  height: 100%;
  padding: var(--Spacing-4, 16px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #003057;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .mission-section .mission-div .mission-title {
    width: 100%;
  }
}
.companyStrategy-page .mission-section .mission-div .mission-title article {
  color: var(--color-base-White, #fff);
  text-align: center;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
}
.companyStrategy-page .mission-section .mission-div .mission-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-block: 48px;
}
.companyStrategy-page .mission-section .mission-div .mission-list li {
  color: #003057;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  text-align: start;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.companyStrategy-page .mission-section .mission-div .mission-list li .number {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  border-radius: 104px;
  border: 1px solid #003057;
}
.companyStrategy-page .mission-section .mission-div .mission-list li:first-child {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 140% */
  margin-bottom: 16px;
}
.companyStrategy-page .services-section {
  background: url("../img/bg/objectives.jpg") center center no-repeat;
  background-size: cover;
  padding-block: 100px;
}
.companyStrategy-page .services-section .services-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 128px 24px;
  transition: all ease 0.5s;
  gap: 24px;
  width: 20%;
  position: relative;
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.2);
  background: rgba(0, 48, 87, 0.3);
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .services-section .services-card {
    width: 100%;
  }
}
.companyStrategy-page .services-section .services-card svg {
  z-index: 1;
  fill: #ffffff;
}
.companyStrategy-page .services-section .services-card svg path {
  fill: #ffffff;
}
.companyStrategy-page .services-section .services-card article {
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 157.5% */
}
.companyStrategy-page .services-section .services-card:hover {
  background: #ffffff;
}
.companyStrategy-page .services-section .services-card:hover article {
  color: #003057;
}
.companyStrategy-page .services-section .services-card:hover svg path {
  fill: #97d700;
}
.companyStrategy-page .programs-section {
  padding-block: 100px;
}
.companyStrategy-page .programs-section .overview {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.companyStrategy-page .programs-section .overview h3 {
  color: #003057;
  text-align: start;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.companyStrategy-page .programs-section .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.companyStrategy-page .programs-list-section {
  background: linear-gradient(90deg, #003057 0%, rgba(0, 48, 87, 0.79) 58.42%, rgba(0, 48, 87, 0.2) 100%), url("../img/strategy/programs-1.jpg") lightgray 50%;
  overflow: hidden !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-block: 162px;
}
.companyStrategy-page .programs-list-section .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .list {
    flex-direction: row;
    margin-bottom: 24px;
  }
}
.companyStrategy-page .programs-list-section .list .start, .companyStrategy-page .programs-list-section .list .end {
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .list .start svg {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .list .end svg {
    transform: rotate(-90deg);
  }
}
.companyStrategy-page .programs-list-section .list ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .list ul {
    flex-direction: row;
  }
}
.companyStrategy-page .programs-list-section .list ul li {
  cursor: pointer;
  color: #ffffff;
  opacity: 0.2;
  text-align: start;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .list ul li {
    flex-direction: row;
  }
}
.companyStrategy-page .programs-list-section .list ul li.active {
  opacity: 1;
}
.companyStrategy-page .programs-list-section .caption {
  display: none;
  align-items: start;
  justify-content: start;
  gap: 16px;
  flex-direction: column;
  opacity: 0;
}
.companyStrategy-page .programs-list-section .caption .caption-info h5 {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 93.75% */
  border-left: 3px solid #ffffff;
  margin-bottom: 24px;
  padding-inline-start: 16px;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .caption .caption-info h5 {
    font-size: 20px;
  }
}
.companyStrategy-page .programs-list-section .caption .caption-info article {
  color: rgba(255, 255, 255, 0.9);
  padding-inline-start: 16px;
  text-align: start;
  font-family: "WTT";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px; /* 140% */
  border-left: 3px solid #ffffff;
}
@media screen and (max-width: 992px) {
  .companyStrategy-page .programs-list-section .caption .caption-info article {
    font-size: 18px;
  }
}
.companyStrategy-page .programs-list-section .caption.active {
  display: flex;
  opacity: 1;
}
.companyStrategy-page .programs-list-section .caption.active .caption-info h5 {
  border-left: 3px solid #00a3e0;
}

.tenders-page {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.tenders-page .tenders-card {
  margin-bottom: 24px;
  border-radius: var(--Spacing-2, 8px);
  border: var(--Spacing-0-1, 1px) solid rgba(186, 186, 186, 0.2);
  background: var(--color-base-White, #fff);
  transition: all ease 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.tenders-page .tenders-card .top,
.tenders-page .tenders-card .bottom {
  padding: 16px;
}
.tenders-page .tenders-card .top {
  border-bottom: 1px solid rgba(186, 186, 186, 0.2);
}
.tenders-page .tenders-card .top .tenders-info {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 24px;
  background: rgba(225, 227, 238, 0.2);
  transition: all ease 0.5s;
}
.tenders-page .tenders-card .top .tenders-info .id span {
  color: #08266e;
  text-align: center;
  font-family: "WTT";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 186.667% */
}
.tenders-page .tenders-card .top .tenders-info .id p {
  color: #08266e;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 140% */
  margin-bottom: 0;
}
.tenders-page .tenders-card .top .tenders-info .label {
  border-radius: 24px;
  background: #c9cee1;
  color: #34629e;
  text-align: center;
  font-family: "WTT";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: fit-content;
  font-size: 16px;
  padding: 8px 16px;
}
.tenders-page .tenders-card .top .tenders-info .label p {
  margin-bottom: 0;
}
.tenders-page .tenders-card .top .tenders-info .tender-title {
  color: #08266e;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tenders-page .tenders-card .top .tenders-info .tender-desc {
  color: #08266e;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.tenders-page .tenders-card .top .tenders-info .tender-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(254, 235, 225, 0.4);
}
.tenders-page .tenders-card .top .tenders-info .tender-timer p {
  color: #fa4616;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tenders-page .tenders-card .top .tenders-info .tender-timer p span {
  color: #fa4616;
  font-weight: 400;
}
.tenders-page .tenders-card .top .tenders-dates {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .tenders-page .tenders-card .top .tenders-dates {
    display: block;
  }
}
.tenders-page .tenders-card .top .tenders-dates .date-li {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info {
  display: block;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info span {
  color: var(--color-bue-dark-Blue-dark-05, #777b93);
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tenders-page .tenders-card .top .tenders-dates .date-li .date-info p {
  color: var(--color-bue-dark-Blue-dark, #003057);
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tenders-page .tenders-card .bottom h4 {
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .tenders-page .tenders-card .bottom h4 {
    margin-bottom: 24px;
  }
}
.tenders-page .tenders-card .bottom h4 p {
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
.tenders-page .tenders-card:hover {
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
}
.tenders-page .tenders-card:hover .top .tenders-info {
  background: rgba(225, 227, 238, 0.4);
}
.tenders-page .tenders-card:hover .btn-gray {
  background-color: #00a3e0;
  color: #ffffff;
  border-color: transparent;
}
.tenders-page .btn-gray {
  margin: 0;
}
.tenders-page .filter-div {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .tenders-page .filter-div {
    justify-content: center;
  }
}
.tenders-page .filter-div p {
  color: #003057;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tenders-page .filter-div__radio {
  display: flex;
  border-radius: 48px;
  border: 1px solid #b2bad5;
  overflow: hidden;
  width: fit-content;
}
.tenders-page .filter-div__radio .form-check {
  position: relative;
  cursor: pointer;
  font-family: "WTT";
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  height: fit-content;
  margin: 0;
  padding: 0;
  color: #003057;
  transition: background-color 0.3s, color 0.3s;
}
.tenders-page .filter-div__radio .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  right: 0;
}
.tenders-page .filter-div__radio .form-check-label {
  cursor: pointer;
  padding: 12px 24px;
  position: relative;
  z-index: 1;
}
.tenders-page .filter-div__radio .form-check:first-of-type {
  border-radius: 48px 0 0 48px;
}
.tenders-page .filter-div__radio .form-check:last-of-type {
  border-radius: 0 48px 48px 0;
}
.tenders-page .filter-div__radio .form-check-input:checked + .form-check-label {
  background-color: #00a3e0;
  color: #fff;
  color: var(--color-blue-light-Blue-light---09, #E9F0FA);
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tenders-page .filter-div__radio .form-check-input:not(:checked) + .form-check-label {
  background-color: #fff;
  color: var(--color-blue-Blue-07, #B2BAD5);
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contactUs-page {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .contactUs-page {
    padding-top: 100px;
  }
}
.contactUs-page .form-card {
  top: -10%;
  position: relative;
  display: flex;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .contactUs-page .form-card {
    top: 0;
  }
}
.contactUs-page .form-card form {
  width: 100%;
}
.contactUs-page .form-card form .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contactUs-page .form-card form .input-group span {
  background: #F9FAFB;
  border: 1px solid #F2F4F7;
  border-right: none;
}
.contactUs-page .form-card form .input-group .form-control {
  border-left: none;
}
.contactUs-page .form-card form .form-control {
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #F2F4F7;
  background: #F9FAFB;
}
.contactUs-page .form-card .contact-card {
  width: 100%;
}
.contactUs-page .form-card .contact-card .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  gap: 18px;
  padding: 24px;
  transition: all ease 0.5s;
  border: 1px solid rgba(186, 186, 186, 0.1);
}
.contactUs-page .form-card .contact-card .info svg {
  transition: all ease 0.5s;
  padding: 16px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.contactUs-page .form-card .contact-card .info div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.contactUs-page .form-card .contact-card .info div span {
  color: #3d4d6c;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.contactUs-page .form-card .contact-card .info div article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contactUs-page .form-card .contact-card .info:hover {
  background: rgba(236, 246, 255, 0.7);
}
.contactUs-page .form-card .contact-card .info:hover svg {
  background: #ffffff;
}

.error-message {
  font-size: 0.9em;
  color: red;
  margin-top: 5px;
  display: block;
  width: 100%;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: #000;
}
button:disabled:hover {
  color: initial;
  background-color: #ccc;
}

.ceo-page {
  position: relative;
  padding-top: 30%;
  margin-bottom: 100px;
}
.ceo-page::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 48, 87, 0.5) 2.63%, rgba(0, 48, 87, 0) 41.81%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.ceo-page .ceo__card .ceo__card__info {
  margin-top: -60%;
  position: relative;
  padding: 8px;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info {
    margin-top: 5%;
  }
}
.ceo-page .ceo__card .ceo__card__info .blue-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 29px;
  height: 29px;
  background: #00a3e0;
}
.ceo-page .ceo__card .ceo__card__info .ceo__card-title {
  position: absolute;
  bottom: 0;
  display: inline-flex;
  padding: 12px;
  justify-content: flex-start;
  align-items: center;
  background: var(--color-blue-light-Blue-light, #00a3e0);
  color: var(--color-base-White, #fff);
  text-align: start;
  font-family: "WTT";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 150% */
  width: 40%;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info .ceo__card-title {
    width: 100%;
    position: inherit;
  }
}
.ceo-page .ceo__card .ceo__card__info .ceo__card-name {
  width: 100%;
  display: inline-flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--color-base-White, #fff);
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 36.04px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__card__info .ceo__card-name {
    font-size: 32px;
  }
}
.ceo-page .ceo__card .ceo__text {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-shrink: 0;
  background: var(--color-base-White, #fff);
}
.ceo-page .ceo__card .ceo__text article {
  color: var(--footer-bg, #102745);
  text-align: start;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 150% */
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo__card .ceo__text article {
    font-size: 20px;
  }
}
.ceo-page .ceo-bg {
  background: rgba(0, 48, 87, 0.08);
  backdrop-filter: blur(17.9500007629px);
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: -5%;
  left: 10%;
  width: 91%;
  bottom: -5%;
}
@media screen and (max-width: 992px) {
  .ceo-page .ceo-bg {
    display: none;
  }
}

.about-us-page {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
}
.about-us-page h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .about-us-page h3 {
    text-align: center;
  }
}
.about-us-page article {
  color: #003057;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-img {
    margin-bottom: 24px;
  }
}
.about-us-page .about-us-img img {
  border-radius: 8px;
  border-top-right-radius: 48px;
}
.about-us-page .about-us-img-absolute {
  position: absolute;
  right: 0;
  margin-top: 48px;
  width: 900px;
}
@media screen and (max-width: 992px) {
  .about-us-page .about-us-img-absolute {
    display: none;
  }
}
.about-us-page .about-us-img-absolute img {
  border-radius: 0px;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 6px;
}

.privacy-page {
  padding-top: 14%;
}
@media screen and (max-width: 992px) {
  .privacy-page {
    padding-top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page {
    padding-top: 20%;
  }
}
@media screen and (max-width: 576px) {
  .privacy-page {
    padding-top: 30%;
  }
}
.privacy-page::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-block: 100px;
  background: linear-gradient(180deg, rgba(0, 48, 87, 0.5) 2.63%, rgba(0, 48, 87, 0) 41.81%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media screen and (max-width: 992px) {
  .privacy-page::before {
    height: 50vh;
  }
}
.privacy-page .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}
.privacy-page .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.privacy-page .overview article {
  color: #003057;
  text-align: justify;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}

.invest-with-us .overview {
  margin-bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.invest-with-us .overview h3 {
  color: #003057;
  font-family: "WTT";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.invest-with-us .overview article {
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 211.111% */
}
@media screen and (max-width: 992px) {
  .invest-with-us .overview .d-flex {
    flex-direction: column !important;
    width: 100%;
  }
  .invest-with-us .overview .d-flex a {
    width: 100% !important;
    text-align: center;
  }
}

.btn-primary {
  background-color: #294060;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 9999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.btn-primary:hover {
  border: 1px solid #294060;
  color: #294060;
  background-color: #ffffff;
}

.btn-outline {
  background-color: transparent;
  color: #294060;
  border: 1px solid #294060;
  padding: 10px 20px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover {
  background-color: #ffad36;
  border-color: #ffad36;
  color: #ffffff;
}

.btn-blue {
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  color: #ffffff;
  background: #00a3e0;
  border: 1px solid transparent;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  transition: all 0.3s ease-in-out;
}
.btn-blue:hover {
  border: 1px solid #00a3e0;
  color: #00a3e0;
  background-color: #ffffff;
}

.btn-secondary {
  background-color: #ffffff;
  color: #294060;
  padding: 10px 20px;
  border: none;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-secondary:hover {
  border: 1px solid #294060;
  color: #294060;
  background-color: #ffffff;
}

.btn-gray {
  background: #e9f0fa;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  color: #00a3e0;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-gray:hover {
  background-color: #00a3e0;
  color: #ffffff;
}

.btn-gray-outline {
  background: transparent;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  color: #b2bad5;
  border: 1px solid #b2bad5;
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-gray-outline:hover {
  background-color: #00a3e0;
  color: #ffffff;
  border-color: transparent;
}

.btn-white {
  background: #ffffff;
  display: flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 100px;
  color: #003057;
  text-align: center;
  font-family: "WTT";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.btn-white:hover {
  background-color: #5aaee0;
  color: #ffffff;
}

.scroll-top-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(41, 64, 96, 0.2);
  position: fixed;
  bottom: 48px;
  z-index: 99999999;
  inset-inline-end: 48px;
  display: none;
  padding: unset !important;
}
.scroll-top-btn.show {
  display: block;
}

@keyframes growProgressBar {
  0%, 33% {
    --pgPercentage: 0;
  }
  100% {
    --pgPercentage: var(--value);
  }
}
@property --pgPercentage {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
div[role=progressbar] {
  --size: 100px;
  --fg: #00C4E5;
  --bg:rgba(137, 141, 141, 0.10);
  --pgPercentage: var(--value);
  animation: growProgressBar 1s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(closest-side, white 88%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
  font-size: calc(var(--size) / 5);
  color: var(--fg);
}

.custom-pageTitle {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #ffffff;
  gap: 10px;
  position: absolute;
  inset-inline: 48px;
  inset-block-end: 100px;
  z-index: 98;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle {
    align-items: center;
    inset-inline: 16px;
  }
}
.custom-pageTitle__title {
  color: #ffffff;
  text-align: start;
  font-family: "WTT";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle__title {
    font-size: 26px;
  }
}
.custom-pageTitle__subTitle {
  color: #ffffff;
  text-align: center;
  font-family: "WTT";
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  .custom-pageTitle__subTitle {
    font-size: 32px;
  }
}
.custom-pageTitle__playIcon {
  background: #ffffff;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.5s;
}
.custom-pageTitle__playIcon svg {
  transition: all ease 0.5s;
}
.custom-pageTitle__playIcon:hover {
  background: #5aaee0;
}
.custom-pageTitle__playIcon:hover svg path {
  fill: #ffffff;
}
.custom-pageTitle__playIcon:hover svg circle {
  stroke: #ffffff;
}

.modal {
  background-color: rgba(8, 39, 110, 0.8);
}

.aboutUsVideoModal .modal-content {
  background: none;
  border: none;
}
.aboutUsVideoModal .modal-dialog {
  width: 77% !important;
  max-width: 85% !important;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.aboutUsVideoModal .modal-dialog .modal-header {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: auto;
}
.aboutUsVideoModal .modal-dialog .modal-header .btn-close {
  background: url(../img/close.png) center center no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .aboutUsVideoModal .modal-dialog {
    width: auto !important;
    max-width: inherit !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 4px;
  align-items: center;
}
.breadcrumb ul li {
  color: #ffad36;
  text-transform: capitalize;
}
.breadcrumb ul li.active {
  color: #003057;
}
.breadcrumb ul li i {
  font-size: 24px;
}

.news__card {
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .news__card {
    margin-bottom: 24px;
  }
}
.news__card:hover .news__media img {
  transform: scale(1.1);
}
.news__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.news__card-date article {
  color: var(--color-blue-Blue-07, #b2bad5);
  leading-trim: both;
  text-edge: cap;
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.news__card-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  color: var(--color-bue-dark-Blue-dark, #003057);
  leading-trim: both;
  text-edge: cap;
  font-family: "WTT";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 140% */
}
.news__card-desc {
  color: var(--color-bue-dark-Blue-dark, #003057);
  leading-trim: both;
  text-edge: cap;
  font-family: "WTT";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px; /* 140% */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.news__card-desc img {
  margin-block: 16px;
  width: auto !important;
}
.news__card-link {
  display: flex;
  height: 40px;
  padding: var(--Spacing-4, 16px) var(--Spacing-0, 0px);
  justify-content: flex-end;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  color: var(--color-blue-light-Blue-light, #00a3e0);
  text-align: center;
  font-family: "WTT";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: ease all 0.5s;
  padding: 10px 0;
  width: fit-content;
}
.news__card-link svg {
  position: absolute;
  left: 50%;
  z-index: -1;
  opacity: 0;
  transition: ease all 0.5s;
}
.news__card-link:hover svg {
  left: 100%;
  margin-inline-start: 18px;
  opacity: 1;
}
.news__media {
  overflow: hidden;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1 !important;
}
@media screen and (max-width: 992px) {
  .news__media {
    height: auto !important;
  }
}
.news__media > img {
  aspect-ratio: 1/1 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  .news__slide {
    display: none;
  }
}
.news__content-row {
  display: none;
}
@media screen and (min-width: 992px) {
  .news__content-row {
    display: block;
  }
}
.news .btn-gray {
  margin-top: 100px;
}

.cards {
  padding-top: 100px;
  margin-bottom: 48px;
  height: 100vh;
}
.cards .desc {
  display: flex;
  padding: 24px;
  flex-direction: column;
  position: absolute;
  left: 30%;
  border-radius: 12px;
  background: #f7f7f7;
}
@media screen and (max-width: 992px) {
  .cards .desc {
    padding: 0;
  }
}
.cards .desc p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
.cards .number h3 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(13, 102, 176, 0.8);
  font-family: "WTT";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  color: #f2f2f3;
  line-height: 90px; /* 100% */
}
.cards h2 {
  color: #ffad36;
  font-family: "WTT";
  font-size: 32px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 400;
}
.cards p {
  color: #003057;
  font-family: "WTT";
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 24px;
}
.cards a {
  display: inline-block;
  width: fit-content;
}
.cards .img-card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2 !important;
}
@media screen and (max-width: 992px) {
  .cards .img-card {
    height: auto !important;
    width: auto !important;
  }
}
.cards .img-card img {
  aspect-ratio: 3/2 !important;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .cards .img-card img {
    position: inherit;
    height: auto !important;
    width: 100% !important;
  }
}
.cards.first::before, .cards:nth-child(odd)::before {
  content: url("../img/bg-gold.svg");
  position: absolute;
  left: 0;
  bottom: 0;
}
.cards.first .img-card, .cards:nth-child(odd) .img-card {
  right: -45%;
}
@media screen and (max-width: 1600px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -23%;
  }
}
@media screen and (max-width: 1500px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -16%;
  }
}
@media screen and (max-width: 1400px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -24%;
  }
}
@media screen and (max-width: 1350px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -21%;
  }
}
@media screen and (max-width: 1300px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -17%;
  }
}
@media screen and (max-width: 1250px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -27%;
  }
}
@media screen and (max-width: 1150px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -21%;
  }
}
@media screen and (max-width: 1100px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -18%;
  }
}
@media screen and (max-width: 1050px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -12%;
  }
}
@media screen and (max-width: 1000px) {
  .cards.first .img-card, .cards:nth-child(odd) .img-card {
    right: -10%;
  }
}
.cards.first .img-card img, .cards:nth-child(odd) .img-card img {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.cards.second::before, .cards:nth-child(even)::before {
  content: url("../img/bg-blue.svg");
  position: absolute;
  right: 0;
  bottom: 0;
}
.cards.second .col-lg-6:first-child, .cards:nth-child(even) .col-lg-6:first-child {
  order: 2;
}
.cards.second .img-card, .cards:nth-child(even) .img-card {
  left: -45%;
}
@media screen and (max-width: 1600px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -23%;
  }
}
@media screen and (max-width: 1500px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -16%;
  }
}
@media screen and (max-width: 1400px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -24%;
  }
}
@media screen and (max-width: 1350px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -21%;
  }
}
@media screen and (max-width: 1300px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -17%;
  }
}
@media screen and (max-width: 1250px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -15%;
  }
}
@media screen and (max-width: 1200px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -27%;
  }
}
@media screen and (max-width: 1150px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -21%;
  }
}
@media screen and (max-width: 1100px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -18%;
  }
}
@media screen and (max-width: 1050px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -12%;
  }
}
@media screen and (max-width: 1000px) {
  .cards.second .img-card, .cards:nth-child(even) .img-card {
    left: -10%;
  }
}
.cards.second .img-card img, .cards:nth-child(even) .img-card img {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 992px) {
  .cards {
    transform: none;
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
    width: auto;
    margin-top: 100px;
  }
  .cards::before {
    content: none !important;
  }
  .cards .img-card {
    position: inherit !important;
    right: inherit;
    left: inherit !important;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .cards .img-card img {
    margin-top: 24px;
    border-radius: 8px;
  }
  .cards:nth-child(odd) .img-card {
    right: -44%;
  }
  .cards:nth-child(odd) .img-card img {
    position: inherit;
    border-radius: 8px;
  }
  .cards:nth-child(even) .img-card {
    left: inherit;
  }
  .cards:nth-child(even) .img-card img {
    position: inherit;
    border-radius: 8px;
  }
}

.section-scroll {
  height: 100%;
  position: relative;
}
.section-scroll .section-scroll-item {
  opacity: 0;
  transform: translateY(100%);
  position: absolute;
  width: 100%;
  transition: transform 0.3s, opacity 0.3s;
}
.section-scroll .section-scroll-item.isActive {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .section-scroll {
    height: auto;
    overflow: auto;
    opacity: 1;
  }
  .section-scroll .section-scroll-item {
    opacity: 1;
    transform: translateY(0);
    position: inherit;
  }
  .section-scroll .section-scroll-item.isActive {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-scroll::-webkit-scrollbar {
  display: none;
}

.pagination {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination .number {
  display: flex;
  width: 32px;
  height: 32px;
  padding: var(--Spacing-1, 4px) 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  border-radius: 51px;
  background: #eaecf0;
}
.pagination .number p {
  color: #1D2939;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
.pagination .prev, .pagination .next {
  display: flex;
  width: 32px;
  height: 32px;
  padding: var(--Spacing-1, 4px) 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-2, 8px);
  border-radius: 51px;
  background: #eaecf0;
}
.pagination .active {
  border-radius: 51px;
  background: #00a3e0;
}
.pagination .active p {
  color: #EAECF0;
}

.wrapper-box {
  display: flex;
}
.wrapper-box .box {
  width: 33.3333333333%;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.wrapper-box .box h4 {
  color: #294060;
  text-align: center;
  font-family: "WTT";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 48px;
}
.wrapper-box .box p {
  color: #294060;
  text-align: center;
  font-family: "WTT";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .wrapper-box {
    display: block;
  }
  .wrapper-box .box {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*# sourceMappingURL=main.css.map */
