/* Bold Family */
@font-face {
  font-family: "tt-commons-bold";
  src: url("../fonts/TTCommonsBold.otf");
}
@font-face {
  font-family: "tt-commons-arabic-bold";
  src: url("../fonts/TTCommonsArabicBold.otf");
}
/* DemiBold Family */
@font-face {
  font-family: "tt-commons-demibold";
  src: url("../fonts/TTCommonsDemiBold.otf");
}
@font-face {
  font-family: "tt-commons-arabic-demibold";
  src: url("../fonts/TTCommonsArabicDemiBold.otf");
}
/* Medium Family */
@font-face {
  font-family: "tt-commons-medium";
  src: url("../fonts/TTCommonsMedium.otf");
}
@font-face {
  font-family: "tt-commons-arabic-medium";
  src: url("../fonts/TTCommonsArabicMedium.otf");
}
/* Regular Family */
@font-face {
  font-family: "tt-commons-regular";
  src: url("../fonts/TTCommonsRegular.otf");
}
@font-face {
  font-family: "tt-commons-arabic-regular";
  src: url("../fonts/TTCommonsArabicRegular.otf");
}
/* Light Family */
@font-face {
  font-family: "tt-commons-light";
  src: url("../fonts/TTCommonsLight.otf");
}
@font-face {
  font-family: "tt-commons-arabic-light";
  src: url("../fonts/TTCommonsArabicLight.otf");
}
/* fallback */
@font-face {
  font-family: "Material-Symbols-Outlined";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}

html.scroll-lock {
  scroll-behavior: auto; /* disable smooth for built-in jump */
  overflow: hidden; /* optional: block scroll briefly */
}

body {
  overflow-x: hidden;
}
body:has(.form-control.error) .iti {
  margin-bottom: 24px;
}
body:has(.form-control.error) .iti label.error {
  position: absolute;
}
body:has(.form-control.error) .iti + .error.form-item--error-message {
  margin-top: -24px;
  font-weight: normal;
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background-color: transparent;
  display: none;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0;
  height: 0px;
  background-color: transparent;
  display: none;
}

.material-symbols-outlined {
  font-family: "Material-Symbols-Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.content-wrapper {
  overflow: hidden !important;
}

/* Common Class */
.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0px;
}
@media (max-width: 1300px) {
  .container {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-left {
  margin-left: calc((100vw - 1258px) / 2);
}
@media (max-width: 1300px) {
  .container-left {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .container-left {
    margin-left: 20px;
  }
}
.container-left:lang(ar) {
  margin-left: auto;
  margin-right: calc((100vw - 1258px) / 2);
}
@media (max-width: 1300px) {
  .container-left:lang(ar) {
    margin-left: auto;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container-left:lang(ar) {
    margin-left: auto;
    margin-right: 20px;
  }
}

/* Primary CTA Link */
.primary-cta-link a {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.primary-cta-link a .material-symbols-outlined {
  font-size: 18px;
  line-height: 18px;
  padding-top: 4px;
  transition: transform 0.5s ease;
}
.primary-cta-link a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.primary-cta-link a:lang(ar) .material-symbols-outlined {
  transform: rotate(180deg);
  margin-bottom: -6px;
}
.primary-cta-link a:hover .material-symbols-outlined {
  transform: translateX(10px);
}
.primary-cta-link a:hover:lang(ar) .material-symbols-outlined {
  transform: translateX(-10px) rotate(180deg);
}

.secondary-cta-link a {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.secondary-cta-link a .material-symbols-outlined {
  font-size: 18px;
  line-height: 18px;
  padding-top: 4px;
  transition: transform 0.5s ease;
}
.secondary-cta-link a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}

/* Gradient Text */
.gradient-text {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  white-space: nowrap;
  gap: 12px;
}
.gradient-text * {
  background: inherit;
}
.gradient-text:lang(ar) {
  white-space: normal;
}
@media (max-width: 1024px) {
  .gradient-text {
    white-space: normal;
    gap: 9px;
  }
}

.region-content {
  padding: 0px !important;
}

.zoom-anim img {
  opacity: 0;
  transform: scale(0.5) rotate(360deg);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: transform, opacity;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  padding: 30px 0;
  max-width: 100vw;
}
.header:before {
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: 0.8s all ease;
  transform: scaleX(0);
}
.header .navbar-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar-outer .logo-outer img {
  max-width: 195px;
}
.header .navbar-outer .logo-outer .logo-white {
  display: none;
}
.header .navbar-outer .btn-outer {
  display: flex;
  align-items: center;
}
.header .navbar-outer .btn-outer a {
  text-decoration: none;
  color: #0ab9ff;
}
.header .navbar-outer .btn-outer a.language-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header .navbar-outer .btn-outer a.language-btn svg {
  fill: #0ab9ff;
}
.header .navbar-outer .btn-outer a.language-btn span {
  font-family: "tt-commons-regular";
  font-size: 16px;
  line-height: 20px;
}
.header .navbar-outer .btn-outer a.language-btn span:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.header .navbar-outer .btn-outer a.language-btn:lang(ar) {
  gap: 10px;
  padding-right: auto;
  margin-right: auto;
  padding-left: 20px;
  margin-left: 20px;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header .navbar-outer .btn-outer a.search-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 30px;
}
.header .navbar-outer .btn-outer a.search-btn svg {
  fill: #0ab9ff;
}
.header .navbar-outer .btn-outer a.search-btn span {
  font-size: 16px;
  line-height: 20px;
}
.header .navbar-outer .btn-outer a.search-btn:lang(ar) {
  margin-right: auto;
  margin-left: 30px;
}
.header .navbar-outer .btn-outer .menu-btn {
  height: 60px;
  width: 60px;
  background: white;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0;
}
.header .navbar-outer .btn-outer .menu-btn .menu-bar {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #0ab9ff;
  transition-property: transform;
  transition: all 250ms ease-out;
}
.header .navbar-outer .btn-outer .menu-btn .menu-bar:first-child {
  transform: translateY(-2px);
}
.header .navbar-outer .btn-outer .menu-btn .menu-bar:last-child {
  transform: translateY(4px);
}
.header .navbar-outer .btn-outer .menu-btn.active .menu-bar {
  transition: all 250ms ease-out;
  transform: translateY(0) rotate(45deg) scaleX(1.05);
}
.header .navbar-outer .btn-outer .menu-btn.active .menu-bar:last-child {
  transform: translateY(0) rotate(-45deg) scaleX(1.05);
}
.header .menu-outer {
  position: fixed;
  height: 100vh;
  background: url("../images/menu-bg.svg");
  width: 100%;
  background-size: cover;
  left: 0;
  top: 0;
  display: none;
  z-index: -1;
}
.header .menu-outer .container {
  height: 100%;
}
.header .menu-outer .container .row {
  height: 100%;
}
.header .menu-outer .container .row .col-sm-12 {
  height: 100%;
}
.header .menu-outer .menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .menu-outer .menu-wrapper .top-layer {
  padding: 30px 0;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li:not(:last-child) {
  padding-bottom: 12px;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a {
  text-decoration: none;
  color: #004a98;
  font-size: 64px;
  line-height: 68px;
  font-family: "tt-commons-light";
  display: flex;
  align-items: flex-end;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a:lang(ar) {
  font-family: "tt-commons-arabic-light";
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a span {
  font-size: 30px;
  line-height: 54px;
}
@media (min-width: 1024px) {
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a:hover {
    background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li .submenu {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 120px;
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.header
  .menu-outer
  .menu-wrapper
  .mid-layer
  .main-menu
  ul
  li
  .submenu
  ul
  li:not(:last-child) {
  padding-bottom: 20px;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul li .submenu ul li a {
  font-size: 24px;
  line-height: 28px;
  font-family: "tt-commons-regular";
  color: #004a98;
}
.header
  .menu-outer
  .menu-wrapper
  .mid-layer
  .main-menu
  ul
  li
  .submenu
  ul
  li
  a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.header
  .menu-outer
  .menu-wrapper
  .mid-layer
  .main-menu
  ul
  li
  .submenu:lang(ar) {
  left: 0;
  right: 100%;
}
.header .menu-outer .menu-wrapper .mid-layer .main-menu ul:lang(ar) {
  width: 60%;
}
@media (max-width: 1024px) {
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul:lang(ar) {
    width: 100%;
  }
}
.header .menu-outer .menu-wrapper .bottom-layer {
  padding-bottom: 70px;
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu {
  display: flex;
  justify-content: space-between;
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul a {
  text-decoration: none;
  color: #2a2d42;
  font-size: 24px;
  line-height: 28px;
  font-family: "tt-commons-regular";
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul.menu {
  gap: 40px;
}
.header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul.social-media {
  gap: 30px;
}
.header .search-outer {
  position: fixed;
  top: 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  background: white;
  width: 100%;
  transition: all 0.8s ease;
  transform: scaleX(0);
}
.header .search-outer.show {
  transform: scaleX(1);
}
.header .search-outer .input-block {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.header .search-outer .input-block form {
  width: 100%;
}
.header .search-outer .input-block span {
  color: #004a98;
}
.header .search-outer .input-block .form-control {
  border: none;
  color: #004a98;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 0;
  border-radius: 0;
}
.header .search-outer .input-block .form-control::-moz-placeholder {
  color: #004a98;
}
.header .search-outer .input-block .form-control::placeholder {
  color: #004a98;
}
.header .search-outer .input-block .form-control:hover,
.header .search-outer .input-block .form-control:focus {
  background: white;
}
.header.active:after {
  display: none;
}
.header.active .search-outer {
  display: none;
}
.header.active .navbar-outer .btn-outer a.language-btn,
.header.active .navbar-outer .btn-outer a.search-btn {
  display: none;
}
.header.active .menu-outer {
  display: block;
}
.header.secondary .navbar-outer .logo-outer .logo-white {
  display: block;
}
.header.secondary .navbar-outer .logo-outer .logo-blue {
  display: none;
}
.header.secondary .navbar-outer .btn-outer a {
  color: #fff;
}
.header.secondary .navbar-outer .btn-outer a.language-btn {
  border-right: 1px solid white;
}
.header.secondary .navbar-outer .btn-outer a.language-btn svg {
  fill: #fff;
}
.header.secondary .navbar-outer .btn-outer a.language-btn:lang(ar) {
  border-right: none;
  border-left: 1px solid white;
}
.header.secondary .navbar-outer .btn-outer a.search-btn svg {
  fill: #fff;
}
.header.secondary.active .navbar-outer .logo-outer .logo-white {
  display: none;
}
.header.secondary.active .navbar-outer .logo-outer .logo-blue {
  display: block;
}
.header.homepage-header .navbar-outer .logo-outer .logo-white {
  display: block;
}
.header.homepage-header .navbar-outer .logo-outer .logo-blue {
  display: none;
}
.header.homepage-header.sticky-header .navbar-outer .logo-outer .logo-white,
.header.homepage-header.search-active .navbar-outer .logo-outer .logo-white {
  display: none;
}
.header.homepage-header.sticky-header .navbar-outer .logo-outer .logo-blue,
.header.homepage-header.search-active .navbar-outer .logo-outer .logo-blue {
  display: block;
}
.header.sticky-header:after,
.header.search-active:after {
  transform: scaleX(1);
}
.header.sticky-header .navbar-outer .btn-outer a.menu-btn,
.header.search-active .navbar-outer .btn-outer a.menu-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky-header .navbar-outer .btn-outer a.menu-btn.active,
.header.search-active .navbar-outer .btn-outer a.menu-btn.active {
  border: none;
}
.header.sticky-header.secondary .navbar-outer .logo-outer .logo-white,
.header.search-active.secondary .navbar-outer .logo-outer .logo-white {
  display: none;
}
.header.sticky-header.secondary .navbar-outer .logo-outer .logo-blue,
.header.search-active.secondary .navbar-outer .logo-outer .logo-blue {
  display: block;
}
.header.sticky-header.secondary .navbar-outer .btn-outer a,
.header.search-active.secondary .navbar-outer .btn-outer a {
  color: #0ab9ff;
}
.header.sticky-header.secondary .navbar-outer .btn-outer a.language-btn,
.header.search-active.secondary .navbar-outer .btn-outer a.language-btn {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky-header.secondary .navbar-outer .btn-outer a.language-btn svg,
.header.search-active.secondary .navbar-outer .btn-outer a.language-btn svg {
  fill: #0ab9ff;
}
.header.sticky-header.secondary
  .navbar-outer
  .btn-outer
  a.language-btn:lang(ar),
.header.search-active.secondary
  .navbar-outer
  .btn-outer
  a.language-btn:lang(ar) {
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky-header.secondary .navbar-outer .btn-outer a.search-btn svg,
.header.search-active.secondary .navbar-outer .btn-outer a.search-btn svg {
  fill: #0ab9ff;
}
.header.sticky-header.secondary .navbar-outer .btn-outer a.menu-btn,
.header.search-active.secondary .navbar-outer .btn-outer a.menu-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.header.sticky-header.secondary .navbar-outer .btn-outer a.menu-btn.active,
.header.search-active.secondary .navbar-outer .btn-outer a.menu-btn.active {
  border: none;
}
@media (max-width: 1024px) {
  .header .navbar-outer .logo-outer img {
    max-width: 130px;
  }
  .header .navbar-outer .btn-outer a.language-btn span {
    display: none;
  }
  .header .navbar-outer .btn-outer a.search-btn {
    margin-right: 20px;
  }
  .header .navbar-outer .btn-outer a.search-btn span {
    display: none;
  }
  .header .navbar-outer .btn-outer a.menu-btn {
    height: 50px;
    width: 50px;
  }
  .header .menu-outer {
    background-position: top;
  }
  .header .menu-outer .menu-wrapper {
    justify-content: flex-end;
    gap: 40px;
  }
  .header .menu-outer .menu-wrapper .top-layer {
    padding: 0;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li .submenu {
    padding-top: 60px;
    position: static;
    padding-left: 0;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li.hide-menu {
    height: 0;
    overflow: none;
    visibility: hidden;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li.show-menu {
    height: auto;
    visibility: visible;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li.show-menu > a {
    display: flex;
    flex-direction: row-reverse;
  }
  .header
    .menu-outer
    .menu-wrapper
    .mid-layer
    .main-menu
    ul
    li.show-menu
    > a
    span {
    transform: rotate(180deg);
  }
  .header
    .menu-outer
    .menu-wrapper
    .mid-layer
    .main-menu
    ul
    li.show-menu
    .submenu {
    display: block;
  }
  .header
    .menu-outer
    .menu-wrapper
    .mid-layer
    .main-menu
    ul
    li.show-menu
    .submenu
    ul
    li {
    height: auto;
    visibility: visible;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a {
    font-size: 48px;
    line-height: 52px;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a span {
    font-size: 24px;
    line-height: 40px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer {
    padding-bottom: 46px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu {
    flex-direction: column;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul a {
    font-size: 24px;
    line-height: 28px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul.menu {
    gap: 20px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul.social-media {
    margin-top: 40px;
    flex-direction: row;
    justify-content: center;
  }
  .header .search-outer {
    top: 110px;
  }
  .header .search-outer .input-block .form-control {
    padding: 20px 0;
  }
}
@media (max-width: 567px) {
  .header .menu-outer .menu-wrapper {
    gap: 20px;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li .submenu {
    padding-top: 40px;
  }
  .header
    .menu-outer
    .menu-wrapper
    .mid-layer
    .main-menu
    ul
    li
    .submenu
    ul
    li:not(:last-child) {
    padding-bottom: 10px;
  }
  .header
    .menu-outer
    .menu-wrapper
    .mid-layer
    .main-menu
    ul
    li
    .submenu
    ul
    li
    a {
    font-size: 20px;
    line-height: 24px;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a {
    font-size: 32px;
    line-height: 36px;
  }
  .header .menu-outer .menu-wrapper .mid-layer .main-menu ul li a span {
    font-size: 20px;
    line-height: 30px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer {
    padding-bottom: 30px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul a {
    font-size: 20px;
    line-height: 24px;
  }
  .header .menu-outer .menu-wrapper .bottom-layer .sub-menu ul.menu {
    gap: 10px;
  }
}

.investor-scroll-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 120px;
  width: 100%;
  background: white;
  z-index: 999;
  padding: 20px 0 30px 0;
  transition: all 0.8s ease;
  transform: scaleX(0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.investor-scroll-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  overflow: auto;
}
.investor-scroll-menu ul li a {
  color: rgba(0, 73, 152, 0.5);
  font-size: 16px;
  line-height: 20px;
  font-family: "tt-commons-regular";
  text-decoration: none;
  white-space: nowrap;
}
.investor-scroll-menu ul li a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.investor-scroll-menu ul li a.active {
  color: #004a98;
}
.investor-scroll-menu ul li:not(:last-child) {
  margin-right: 12px;
  padding-right: 18px;
  position: relative;
}
.investor-scroll-menu ul li:not(:last-child) a::after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #004a98;
  position: absolute;
  right: 0;
  top: 10px;
}
.investor-scroll-menu ul li:not(:last-child):lang(ar) {
  margin-right: 0px;
  padding-right: 0px;
  margin-left: 12px;
  padding-left: 18px;
}
.investor-scroll-menu ul li:not(:last-child):lang(ar) a::after {
  right: auto;
  left: 0;
}
.investor-scroll-menu.active {
  transform: scaleX(1);
}
.investor-scroll-menu.search-top {
  top: 205px;
}
@media (max-width: 1024px) {
  .investor-scroll-menu {
    top: 110px;
  }
  .investor-scroll-menu.search-top {
    top: 174px;
  }
}

.page-node-32 .investor-scroll-menu {
  display: block;
}

.footer {
  padding: 80px 0 120px 0;
  background: url("../images/footer-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.footer .top-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top-layer .logo-outer a {
  max-width: 200px;
}
.footer .top-layer .social-media-outer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .top-layer .social-media-outer ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.footer .mid-layer {
  padding: 40px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
.footer .mid-layer .menu-list .title {
  font-family: "tt-commons-light";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.footer .mid-layer .menu-list .title a {
  text-decoration: none;
}
.footer .mid-layer .menu-list .title a.footer-desktop-link {
  display: block;
}
.footer .mid-layer .menu-list .title .footer-mobile-link {
  font-family: "tt-commons-light";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  display: none;
  padding: 0;
}
.footer .mid-layer .menu-list .title .footer-mobile-link:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.footer .mid-layer .menu-list .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.footer .mid-layer .menu-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .mid-layer .menu-list ul li a {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-decoration: none;
}
.footer .mid-layer .menu-list ul li a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.footer .bottom-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer .bottom-layer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .bottom-layer ul li {
  display: flex;
  align-items: center;
}
.footer .bottom-layer ul li * {
  text-decoration: none;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "tt-commons-regular";
  margin: 0;
}
.footer .bottom-layer ul li *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.footer .bottom-layer .terms-outer {
  display: flex;
  gap: 24px;
  color: white;
  font-size: 16px;
  line-height: 20px;
}
.footer .bottom-layer .terms-outer p {
  font-family: "tt-commons-regular";
  margin: 0;
}
.footer .bottom-layer .terms-outer p:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .footer {
    padding: 60px 0;
  }
  .footer .top-layer {
    position: relative;
  }
  .footer .top-layer .social-media-outer {
    position: absolute;
    right: 0;
    top: 0;
  }
  .footer .top-layer .social-media-outer:lang(ar) {
    right: auto;
    left: 0;
  }
  .footer .top-layer .social-media-outer ul {
    flex-direction: column;
    gap: 24px;
  }
  .footer .mid-layer {
    flex-direction: column;
    padding: 40px 0px 20px;
  }
  .footer .mid-layer .menu-list .title a.footer-desktop-link {
    display: none;
  }
  .footer .mid-layer .menu-list .title .footer-mobile-link {
    display: block;
    border: 0;
  }
  .footer .mid-layer .menu-list .title.active {
    margin-bottom: 8px;
  }
  .footer .mid-layer .menu-list ul {
    display: none;
    margin-bottom: 20px;
  }
  .footer .mid-layer .menu-list ul li {
    margin-bottom: 8px;
  }
  .footer .mid-layer .menu-list ul li .title {
    margin: 0;
  }
  .footer .mid-layer .menu-list ul li .title.active + .sub-links {
    display: block;
  }
  .footer .mid-layer .menu-list ul li .sub-links {
    padding-top: 8px;
    display: none;
  }
  .footer .bottom-layer {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .footer .bottom-layer .quicklinks-outer {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 40px;
    width: 100%;
  }
  .footer .bottom-layer ul {
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer .bottom-layer ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .footer .bottom-layer .terms-outer {
    gap: 12px;
    flex-direction: column;
  }
}

/* Home Page Banner */
.home-page-banner-section {
  position: relative;
}
.home-page-banner-section .video-layer .desktop-video {
  display: block;
}
.home-page-banner-section .video-layer .desktop-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.home-page-banner-section .video-layer .desktop-video video.hidden {
  opacity: 0;
}
.home-page-banner-section .video-layer .mobile-video {
  display: none;
}
.home-page-banner-section .video-layer .mobile-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.home-page-banner-section .video-layer .mobile-video video.hidden {
  opacity: 0;
}
.home-page-banner-section .banner-content {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
}
.home-page-banner-section .banner-content .split-section {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}
.home-page-banner-section .banner-content .split-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -1.28px;
  color: #fff;
  max-width: 285px;
}
.home-page-banner-section .banner-content .split-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.home-page-banner-section .banner-content .split-section .heading .text {
  display: flex;
  gap: 12px;
}
.home-page-banner-section .banner-content .split-section .description {
  max-width: 500px;
  color: #004a98;
  text-align: right;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.home-page-banner-section .banner-content .split-section .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
  text-align: left;
}
.home-page-banner-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 120px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-page-banner-section .banner-content .split-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .home-page-banner-section .banner-content .split-section .description {
    text-align: left;
  }
  .home-page-banner-section .banner-content .split-section .heading {
    font-size: 48px;
    line-height: 52px;
    max-width: 100%;
  }
  .home-page-banner-section .banner-content .split-section .heading .text {
    gap: 9px;
  }
}
@media (max-width: 768px) {
  .home-page-banner-section .video-layer .desktop-video {
    display: none;
  }
  .home-page-banner-section .video-layer .mobile-video {
    display: block;
  }
}

/* Who We are Section */
.who-we-are-section {
  padding: 120px 0px;
}
.who-we-are-section .split-section {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.who-we-are-section .split-section .image-layer img {
  width: 100%;
}
.who-we-are-section .split-section .content-layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.who-we-are-section .split-section .content-layer .heading {
  display: flex;
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  gap: 10px;
}
.who-we-are-section .split-section .content-layer .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0;
}
.who-we-are-section .split-section .content-layer .description * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 500px;
}
.who-we-are-section .split-section .content-layer .description *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .who-we-are-section {
    padding: 60px 0px;
  }
  .who-we-are-section .split-section {
    flex-direction: column;
  }
  .who-we-are-section .split-section .image-layer img {
    height: 440px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .who-we-are-section .split-section .content-layer .description * {
    max-width: 100%;
  }
  .who-we-are-section .split-section .content-layer .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .who-we-are-section {
    padding: 30px 0;
  }
  .who-we-are-section .split-section {
    gap: 20px;
  }
}

/* Static Image and content scroll Section*/
.philosophie {
  position: relative;
}
.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}
.philosophie .image-layer img {
  width: 100%;
}
.philosophie .point {
  height: 100vh;
  width: 100%;
}
.philosophie .point .content-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 60px;
  display: flex;
  align-items: center;
}
.philosophie .point .content-layer .single-content {
  display: flex;
  flex-direction: column;
}
.philosophie .point .content-layer .single-content .sub-title {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.philosophie .point .content-layer .single-content .sub-title:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.philosophie .point .content-layer .single-content .title {
  font-family: "tt-commons-light";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.96px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.philosophie .point .content-layer .single-content .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.philosophie .point .content-layer .single-content .description {
  margin-top: 15px;
}
.philosophie .point .content-layer .single-content .description * {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  max-width: 500px;
}
.philosophie .point .content-layer .single-content .description *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0;
}
.philosophie .point .content-layer .multiple-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.philosophie .point .content-layer .multiple-content .content-item {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
.philosophie .point .content-layer .multiple-content .content-item .sub-title {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
}
.philosophie
  .point
  .content-layer
  .multiple-content
  .content-item
  .sub-title:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.philosophie .point .content-layer .multiple-content .content-item .title {
  font-family: "tt-commons-light";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.96px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.philosophie
  .point
  .content-layer
  .multiple-content
  .content-item
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.philosophie
  .point
  .content-layer
  .multiple-content
  .content-item
  .description {
  margin-top: 15px;
}
.philosophie
  .point
  .content-layer
  .multiple-content
  .content-item
  .description
  * {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  max-width: 500px;
}
.philosophie
  .point
  .content-layer
  .multiple-content
  .content-item
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0;
}

/* Clients Landmark Project Section*/
.clients-landmark-project-section {
  margin-top: -60px;
  padding-bottom: 60px;
}
.clients-landmark-project-section .content-area .split-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients-landmark-project-section .content-area .split-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -1.28px;
}
.clients-landmark-project-section
  .content-area
  .split-section
  .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.clients-landmark-project-section .content-area .split-section .description * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  max-width: 500px;
  margin-bottom: 0px;
}
.clients-landmark-project-section
  .content-area
  .split-section
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-section .slider-area {
  margin-top: 60px;
}
.clients-landmark-project-section .slider-area .slider-bottom-wrapper {
  display: flex;
  gap: 23px;
  margin-bottom: 30px;
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation {
  display: flex;
  gap: 23px;
  justify-content: flex-end;
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  margin-top: 0px;
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.clients-landmark-project-section
  .slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  color: #fff;
}
.clients-landmark-project-section .slider-area .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item {
  width: 800px;
  height: 500px;
  position: relative;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .image-layer
  img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 60px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section
  .content
  .location-name {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.16px;
  display: flex;
  gap: 8px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section
  .content
  .location-name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section
  .content
  .project-name {
  color: #fff;
  font-family: "tt-commons-light";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section
  .content
  .project-name:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide
  .project-item
  .content-layer
  .split-section
  .model-open-icon {
  cursor: pointer;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide:first-child {
  margin-left: calc((100vw - 1248px) / 2);
}
@media (max-width: 1300px) {
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide:first-child {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide:first-child {
    margin-left: 20px;
  }
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide:lang(ar) {
  margin-right: 0px;
  margin-left: 40px;
}
.clients-landmark-project-section
  .slider-area
  .swiper-wrapper
  .swiper-slide:lang(ar):first-child {
  margin-left: 40px;
  margin-right: calc((100vw - 1248px) / 2);
}
@media (max-width: 1300px) {
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide:lang(ar):first-child {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide:lang(ar):first-child {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .clients-landmark-project-section {
    margin-top: -30px;
    padding-bottom: 0px;
  }
  .clients-landmark-project-section .slider-area .slider-bottom-wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  .clients-landmark-project-section .slider-area .swiper-wrapper .swiper-slide {
    margin-right: 20px;
  }
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide
    .project-item {
    width: 100%;
  }
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide
    .project-item
    .content-layer {
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide
    .project-item
    .content-layer
    .split-section
    .content
    .project-name {
    font-size: 28px;
    line-height: 32px;
  }
  .clients-landmark-project-section
    .slider-area
    .swiper-wrapper
    .swiper-slide
    .project-item
    .content-layer
    .split-section
    .model-open-icon
    svg {
    height: 32px;
  }
}

/* Clients Landmark Project Modal Section*/
.clients-landmark-project-modal-section .project-modal {
  max-width: 80vw;
}
.clients-landmark-project-modal-section .project-modal .modal-content {
  position: relative;
  border-radius: 0px;
  border: 0px;
  height: 90vh;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .close-modal:lang(ar) {
  right: auto;
  left: 20px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section {
  display: flex;
  height: 100%;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details {
  padding: 0px 60px;
  height: 50%;
  max-height: calc(50% - 20px);
  background: #fff;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area {
  overflow: hidden;
  max-height: 100%;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .project-name {
  display: flex;
  gap: 8px;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  margin-bottom: 20px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .project-name:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .description
  * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 15px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area {
  margin-top: 40px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area
  .swiper-wrapper
  .swiper-slide
  .project-amenities {
  display: flex;
  gap: 16px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area
  .swiper-wrapper
  .swiper-slide
  .project-amenities
  .count {
  color: #0ab9ff;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area
  .swiper-wrapper
  .swiper-slide
  .project-amenities
  .count:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area
  .swiper-wrapper
  .swiper-slide
  .project-amenities
  .details {
  color: #000;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-area-details
  .content-area
  .vertical-slider-area
  .swiper-wrapper
  .swiper-slide
  .project-amenities
  .details:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights {
  height: 50%;
  position: relative;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .image-layer {
  height: 100%;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .image-layer
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0px 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  .sub-title {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  .sub-title:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  .title {
  color: #fff;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  ul
  li {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
  padding: 12px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  ul
  li:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  ul
  li:first-child {
  padding-top: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .left-content
  .project-key-highlights
  .content-area
  ul
  li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content {
  width: 50%;
  position: relative;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .image-container {
  position: relative;
  height: 100%;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .image-container
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 74, 152, 0) 0%,
    rgba(0, 74, 152, 0.8) 100%
  );
}
@media (max-width: 567px) {
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .image-container::after {
    background: rgba(0, 74, 152, 0.5);
  }
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 60px;
  display: flex;
  flex-direction: column;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list:lang(ar) {
  left: auto;
  right: 60px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list
  li {
  color: rgba(255, 255, 255, 0.7);
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  padding-bottom: 20px;
  transition: background-color 0.3s ease;
  cursor: context-menu;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list
  li:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list
  li:last-child {
  padding-bottom: 0px;
}
.clients-landmark-project-modal-section
  .project-modal
  .modal-content
  .split-section
  .right-content
  .project-map-list
  li:hover {
  color: #fff;
}
@media (max-width: 1400px) {
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details {
    padding: 0px 40px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .project-name {
    font-size: 64px;
    line-height: 72px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .description
    * {
    font-size: 20px;
    line-height: 24px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .vertical-slider-area {
    margin-top: 30px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area {
    padding: 0px 40px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    .sub-title {
    font-size: 20px;
    line-height: 24px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list {
    left: 40px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list:lang(ar) {
    left: auto;
    right: 40px;
  }
}
@media (max-width: 1024px) {
  .clients-landmark-project-modal-section .project-modal {
    max-width: 98vw;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .close-modal
    svg {
    height: 48px;
    width: 48px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details {
    padding: 0px 20px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .project-name {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 16px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area {
    padding: 0px 20px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    .title {
    font-size: 28px;
    line-height: 32px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    ul
    li {
    font-size: 18px;
    line-height: 22px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list {
    bottom: 20px;
    left: 20px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list:lang(ar) {
    left: auto;
    right: 20px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list
    li {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .clients-landmark-project-modal-section .project-modal {
    max-width: 100vw;
    margin: 0;
  }
  .clients-landmark-project-modal-section .project-modal .modal-content {
    height: 100vh;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .close-modal {
    position: static;
    margin-left: auto;
    padding-right: 10px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section {
    flex-direction: column;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content {
    width: 100%;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details {
    align-items: flex-start;
    padding-top: 0;
    margin-top: 0;
    height: auto;
    max-height: 100%;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area {
    padding: 0;
    position: static;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .project-name {
    font-size: 32px;
    line-height: 36px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .description
    * {
    font-size: 18px;
    line-height: 22px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .vertical-slider-area {
    margin-top: 20px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-area-details
    .content-area
    .vertical-slider-area
    .swiper-slide {
    height: auto !important;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights {
    height: auto;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    .sub-title {
    font-size: 18px;
    line-height: 22px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    .title {
    font-size: 24px;
    line-height: 28px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .left-content
    .project-key-highlights
    .content-area
    ul
    li {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0px;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content {
    width: 100%;
    height: 100%;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list {
    top: 30px;
    bottom: auto;
  }
  .clients-landmark-project-modal-section
    .project-modal
    .modal-content
    .split-section
    .right-content
    .project-map-list
    li {
    font-size: 24px;
    line-height: 28px;
  }
}

.clients-landmark-project-modal-section-content {
  display: none;
}

/* Share Price Section */
.share-price-section {
  padding: 60px 0px 60px;
  background-image: url("../images/share-price-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.share-price-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
}
.share-price-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.share-price-section .profit-details {
  padding: 32px 48px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 180px;
  min-height: 180px;
}
.share-price-section .profit-details ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
}
.share-price-section .profit-details ul li {
  padding: 0px 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.share-price-section .profit-details ul li:first-child {
  padding-left: 0px;
}
.share-price-section .profit-details ul li:last-child {
  border-right: 0px;
}
.share-price-section .profit-details ul li .profit-card {
  min-height: 80px;
}
.share-price-section .profit-details ul li .profit-card .split-section {
  display: flex;
  align-items: center;
  gap: 12px;
}
.share-price-section .profit-details ul li .profit-card .split-section .number {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  height: 78px;
  min-height: 78px;
  width: 126px;
  min-width: 126px;
}
.share-price-section
  .profit-details
  ul
  li
  .profit-card
  .split-section
  .number:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  width: 156px;
  min-width: 156px;
}
.share-price-section
  .profit-details
  ul
  li
  .profit-card
  .split-section
  .currency
  div {
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.share-price-section
  .profit-details
  ul
  li
  .profit-card
  .split-section
  .currency
  div:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.share-price-section .profit-details ul li .profit-card .description {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14px;
  text-align: left;
}
.share-price-section .profit-details ul li .profit-card .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
  text-align: right;
}
.share-price-section
  .profit-details
  ul
  li:last-child
  .profit-card
  .split-section
  .number {
  width: 92px;
  min-width: 92px;
}
.share-price-section
  .profit-details
  ul
  li:last-child
  .profit-card
  .split-section
  .number:lang(ar) {
  width: 100px;
  min-width: 100px;
}
.share-price-section .profit-details:lang(ar) ul li {
  border-right: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 40px;
}
.share-price-section .profit-details:lang(ar) ul li:first-child {
  padding-left: 40px;
  padding-right: 0px;
}
.share-price-section .profit-details:lang(ar) ul li:last-child {
  border-right: 40px;
  border-left: 0px;
}
@media (max-width: 1240px) {
  .share-price-section .profit-details {
    height: auto;
  }
  .share-price-section .profit-details ul li {
    padding: 0px 60px;
  }
  .share-price-section .profit-details:lang(ar) ul li {
    padding: 0px 25px;
  }
  .share-price-section .profit-details:lang(ar) ul li:first-child {
    padding-left: 25px;
  }
  .share-price-section .profit-details:lang(ar) ul li:last-child {
    border-right: 25px;
  }
}
@media (max-width: 1100px) {
  .share-price-section .profit-details ul li {
    padding: 0px 40px;
  }
  .share-price-section .profit-details:lang(ar) ul li {
    padding: 0px 25px;
  }
  .share-price-section .profit-details:lang(ar) ul li:first-child {
    padding-left: 25px;
  }
  .share-price-section .profit-details:lang(ar) ul li:last-child {
    border-right: 25px;
  }
}
@media (max-width: 1024px) {
  .share-price-section {
    padding: 60px 0px 30px;
    padding-bottom: 0px;
  }
  .share-price-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .share-price-section .heading:lang(ar) {
    font-family: "tt-commons-arabic-light";
    letter-spacing: 0px;
    flex-wrap: wrap;
  }
  .share-price-section .profit-details {
    flex-direction: column;
    box-shadow: 16px 48px 96px 0px rgba(1, 10, 12, 0.04);
    align-items: flex-start;
  }
  .share-price-section .profit-details ul {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .share-price-section .profit-details ul li {
    width: 100%;
    padding: 20px 0px;
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .share-price-section .profit-details ul li .profit-card {
    text-align: left;
  }
  .share-price-section .profit-details ul li .profit-card .split-section {
    justify-content: flex-start;
  }
  .share-price-section .profit-details ul li:lang(ar) {
    border-left: 0;
  }
  .share-price-section .profit-details .primary-cta-link {
    margin-top: 20px;
  }
}
@media (max-width: 567px) {
  .share-price-section .profit-details {
    padding: 30px 20px;
    padding-top: 0;
  }
}

/* Sustainability Section */
.sustainability-section {
  padding-top: 60px;
  max-width: 100vw;
  overflow-x: hidden;
}
.sustainability-section .container {
  position: relative;
}
.sustainability-section .container .image-layer img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustainability-section .container .split-section {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}
.sustainability-section .container .split-section .left-content {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}
.sustainability-section .container .split-section .left-content img {
  width: 100%;
  height: 100%;
}
.sustainability-section .container .split-section .right-content {
  width: 50%;
  height: 100%;
  display: flex;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.sustainability-section .container .split-section .right-content .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
}
.sustainability-section
  .container
  .split-section
  .right-content
  .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.sustainability-section
  .container
  .split-section
  .right-content
  .description
  * {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sustainability-section
  .container
  .split-section
  .right-content
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .sustainability-section .container .image-layer img {
    height: 760px;
  }
  .sustainability-section .container .split-section {
    flex-direction: column;
    left: 40px;
    right: 40px;
  }
  .sustainability-section .container .split-section .left-content {
    width: 100%;
    justify-content: center;
  }
  .sustainability-section .container .split-section .left-content img {
    width: 440px;
  }
  .sustainability-section .container .split-section .right-content {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .sustainability-section .container .split-section .right-content .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 567px) {
  .sustainability-section .container {
    padding: 0;
  }
}

/* News Section Home */
.latest-news-section-home {
  padding: 120px 0px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.latest-news-section-home .heading-layer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-news-section-home .heading-layer .heading {
  display: flex;
  color: #004a98;
  gap: 12px;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
}
.latest-news-section-home .heading-layer .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.latest-news-section-home .heading-layer .split-section {
  display: flex;
  gap: 30px;
}
.latest-news-section-home .heading-layer .slider-bottom-wrapper {
  display: flex;
  gap: 23px;
  align-items: center;
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation {
  display: flex;
  gap: 23px;
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  margin-top: 0px;
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.latest-news-section-home
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  color: #fff;
}
.latest-news-section-home .swiper-area {
  margin-top: 60px;
}
.latest-news-section-home .swiper-area .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 48px;
}
.latest-news-section-home .swiper-area .swiper-slide .news-card .split-section {
  width: 800px;
  display: flex;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .image-layer
  img {
  width: 400px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 40px;
  background-image: url("../images/news-bg-home.png");
  background-size: cover;
  height: 500px;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .date:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .title {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .description {
  margin: 20px 0px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card
  .split-section
  .content-layer
  .content
  .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card.no-img
  .split-section {
  width: 600px;
}
.latest-news-section-home
  .swiper-area
  .swiper-slide
  .news-card.no-img
  .split-section
  .image-layer {
  display: none;
}
.latest-news-section-home .swiper-area .swiper-slide:first-child {
  margin-left: calc((100vw - 1248px) / 2);
}
@media (max-width: 1300px) {
  .latest-news-section-home .swiper-area .swiper-slide:first-child {
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .latest-news-section-home .swiper-area .swiper-slide:first-child {
    margin-left: 20px;
  }
}
.latest-news-section-home .swiper-area .swiper-slide:lang(ar) {
  margin-right: 0px;
  margin-left: 40px;
}
.latest-news-section-home .swiper-area .swiper-slide:lang(ar):first-child {
  margin-left: 40px;
  margin-right: calc((100vw - 1248px) / 2);
}
@media (max-width: 1300px) {
  .latest-news-section-home .swiper-area .swiper-slide:lang(ar):first-child {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .latest-news-section-home .swiper-area .swiper-slide:lang(ar):first-child {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.latest-news-section-home .read-all-news {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .latest-news-section-home {
    padding: 60px 0px;
  }
  .latest-news-section-home .heading-layer .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .latest-news-section-home .heading-layer .slider-bottom-wrapper {
    display: none;
  }
  .latest-news-section-home .swiper-area {
    margin-top: 40px;
  }
  .latest-news-section-home .swiper-area .swiper-slide {
    margin-right: 24px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section {
    width: 400px;
    flex-direction: column;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section
    .image-layer
    img {
    height: 253px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section
    .content-layer {
    height: auto;
    padding: 24px 20px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card.no-img
    .split-section {
    width: 400px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card.no-img
    .split-section
    .content-layer
    .content
    .description {
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 567px) {
  .latest-news-section-home {
    padding: 60px 0px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section {
    width: 360px;
    flex-direction: column;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section
    .image-layer
    img {
    height: 253px;
    width: 360px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card
    .split-section
    .content-layer {
    height: auto;
    padding: 24px 20px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card.no-img
    .split-section {
    width: 360px;
    max-width: 360px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card.no-img
    .split-section
    .content-layer
    .content
    .title {
    font-size: 26px;
    line-height: 30px;
  }
  .latest-news-section-home
    .swiper-area
    .swiper-slide
    .news-card.no-img
    .split-section
    .content-layer
    .content
    .description {
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Common Banner Section */
.common-banner-section {
  position: relative;
}
.common-banner-section .image-layer {
  position: relative;
}
.common-banner-section .image-layer::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 67.23%, #fff 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 67.23%, #fff 100%) no-repeat;
  top: 0;
  bottom: -2px;
  left: 0;
  right: 0;
}
.common-banner-section .image-layer img {
  width: 100%;
  height: 720px;
  -o-object-fit: cover;
  object-fit: cover;
}
.common-banner-section .bg-layer {
  height: 720px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  opacity: 0.8;
}
.common-banner-section .back-btn {
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  z-index: 1;
}
.common-banner-section .back-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
  color: #fff;
}
.common-banner-section .back-btn a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.common-banner-section .back-btn a span {
  padding-top: 3px;
}
@media (max-width: 768px) {
  .common-banner-section .image-layer img {
    height: auto;
  }
  .common-banner-section .bg-layer {
    height: 600px;
  }
}

/* Page Main Content section */
.page-main-content {
  margin-top: 60px;
}
.page-main-content.bottom-space {
  margin-bottom: 120px;
}
.page-main-content .split-section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.page-main-content .split-section .left-content {
  width: 50%;
}
.page-main-content .split-section .left-content .heading {
  display: flex;
  gap: 12px;
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -1.28px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.page-main-content .split-section .left-content .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  line-height: 90px;
}
.page-main-content .split-section .left-content .heading.break-heading {
  flex-direction: column;
  gap: 0;
}
.page-main-content
  .split-section
  .left-content
  .heading
  .gradient-text
  div
  + div {
  margin-left: 12px;
}
.page-main-content .split-section .right-content {
  width: 50%;
}
.page-main-content .split-section .right-content .slider-area {
  position: relative;
  overflow: hidden;
}
.page-main-content .split-section .right-content .slider-area .swiper-wrapper {
  width: 100%;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-wrapper
  .swiper-slide
  * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-wrapper
  .swiper-slide
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-wrapper
  .swiper-slide
  a {
  text-decoration: none;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-wrapper
  .swiper-slide
  a
  * {
  text-decoration: none;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-pagination {
  position: unset;
  text-align: left;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 32px;
  height: 12px;
  border-radius: 100px;
  background: rgba(0, 74, 152, 0.2);
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-pagination
  .swiper-pagination-bullet-active {
  width: 12px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transition: 0.5s all ease-in-out;
}
.page-main-content
  .split-section
  .right-content
  .slider-area
  .swiper-pagination:lang(ar) {
  text-align: right;
}
@media (max-width: 1024px) {
  .page-main-content {
    margin-top: 30px;
  }
  .page-main-content.bottom-space {
    margin-bottom: 60px;
  }
  .page-main-content .split-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .page-main-content .split-section .left-content {
    width: 100%;
  }
  .page-main-content .split-section .left-content .heading {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .page-main-content .split-section .right-content {
    width: 100%;
  }
}

.analyst-list-iframe + .page-main-content .heading {
  flex-direction: column;
  gap: 0px !important;
}

/* Time Line Slider */
.timeline-section {
  padding-bottom: 60px;
  padding-top: 60px;
  background-image: url("../images/share-price-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.timeline-section .heading {
  display: flex;
  color: #004a98;
  gap: 12px;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
}
.timeline-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.timeline-section .timeline-slider {
  overflow: hidden;
}
.timeline-section .timeline-slider .swiper-container {
  position: relative;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  width: 900px !important;
  align-items: center;
  margin-right: 100px;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .timeline-card
  .split-section {
  height: 280px !important;
  display: flex;
  gap: 40px;
  align-items: center;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .timeline-card
  .split-section
  .year {
  font-family: "tt-commons-bold";
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4.8px;
  opacity: 0.5;
  transition: 2s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .timeline-card
  .split-section
  .year:lang(ar) {
  font-family: "tt-commons-arabic-bold";
  letter-spacing: 0px;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .timeline-card
  .split-section
  .description
  p {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  width: 300px;
  margin-bottom: 0px;
  transition: 2s ease-in-out;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .timeline-card
  .split-section
  .description
  p:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .timeline-card
  .split-section {
  display: flex;
  gap: 40px;
  align-items: center;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .timeline-card
  .split-section
  .year {
  font-size: 240px;
  opacity: 1;
  transition: 2s ease-in-out;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.swiper-slide-active
  .timeline-card
  .split-section
  .description
  p {
  opacity: 1;
  transition: 2s ease-in-out;
}
.timeline-section
  .timeline-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide:lang(ar) {
  margin-right: 0px !important;
  margin-left: 100px;
}
.timeline-section .swiper-navigation-new {
  display: flex;
  position: relative;
  padding: 0px 24px;
  align-items: center;
  height: 72px;
  background: #fff;
  gap: 10px;
  z-index: 0;
}
.timeline-section .swiper-navigation-new .swiper-button-prev,
.timeline-section .swiper-navigation-new .swiper-button-next {
  width: 48px;
  height: 40px;
  border-radius: 100vh;
  background: #fff;
  position: unset;
  margin-top: 0px;
}
.timeline-section .swiper-navigation-new .swiper-button-prev span,
.timeline-section .swiper-navigation-new .swiper-button-next span {
  font-size: 20px;
}
.timeline-section .swiper-navigation-new .swiper-button-prev span:lang(ar),
.timeline-section .swiper-navigation-new .swiper-button-next span:lang(ar) {
  transform: rotate(180deg);
}
.timeline-section .swiper-navigation-new .swiper-button-prev::after,
.timeline-section .swiper-navigation-new .swiper-button-next::after {
  content: "";
}
.timeline-section
  .swiper-navigation-new
  .swiper-button-prev.swiper-button-disabled,
.timeline-section
  .swiper-navigation-new
  .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: rgba(255, 255, 255, 0.3882352941);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.timeline-section
  .swiper-navigation-new
  .swiper-button-prev.swiper-button-disabled
  span,
.timeline-section
  .swiper-navigation-new
  .swiper-button-next.swiper-button-disabled
  span {
  color: #004a98;
}
.timeline-section .swiper-navigation-new .swiper-button-prev {
  border: 2px solid #0ab9ff;
}
.timeline-section .swiper-navigation-new .swiper-button-prev span {
  color: #0ab9ff;
}
.timeline-section .swiper-navigation-new .swiper-button-prev:lang(ar) {
  right: 0;
  left: unset;
}
.timeline-section .swiper-navigation-new .swiper-button-next {
  border: 2px solid #69f0a0;
}
.timeline-section .swiper-navigation-new .swiper-button-next span {
  color: #69f0a0;
}
.timeline-section .swiper-navigation-new .swiper-button-next:lang(ar) {
  left: 0;
  right: unset;
}
.timeline-section .swiper-navigation-new .year {
  color: #fff;
  text-align: right;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.2px;
  margin: 0px 8px;
}
.timeline-section .swiper-navigation-new .year:lang(ar) {
  letter-spacing: 0px;
  font-family: "tt-commons-arabic-regular";
}
.timeline-section .swiper-navigation-new .year.first {
  color: #0ab9ff;
}
.timeline-section .swiper-navigation-new .year.last {
  color: #69f0a0;
}
.timeline-section .swiper-navigation-new .swiper-progress {
  position: relative;
  display: flex;
  width: 100%;
}
.timeline-section .swiper-navigation-new .swiper-progress .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  height: 4px;
  position: unset;
  margin: 0px 20px;
}
.timeline-section
  .swiper-navigation-new
  .swiper-progress
  .swiper-scrollbar
  .swiper-scrollbar-drag {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
}
@media (max-width: 1024px) {
  .timeline-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .timeline-section .swiper-navigation-new {
    padding: 0px 24px;
    height: 72px;
    gap: 10px;
  }
  .timeline-section .swiper-navigation-new .swiper-button-prev,
  .timeline-section .swiper-navigation-new .swiper-button-next {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 768px) {
  .timeline-section {
    padding: 30px 0px;
  }
  .timeline-section
    .timeline-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    width: auto !important;
  }
  .timeline-section
    .timeline-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .timeline-card
    .split-section {
    flex-direction: column;
    height: auto !important;
    gap: 0px;
    align-items: flex-start;
  }
  .timeline-section
    .timeline-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .timeline-card
    .split-section
    .year {
    font-size: 120px;
  }
  .timeline-section
    .timeline-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .timeline-card
    .split-section {
    gap: 0px;
    align-items: flex-start;
  }
  .timeline-section
    .timeline-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide.swiper-slide-active
    .timeline-card
    .split-section
    .year {
    font-size: 120px;
  }
  .timeline-section .swiper-navigation-new {
    margin-top: 20px;
  }
  .timeline-section .swiper-navigation-new .year {
    top: -6px;
  }
  .timeline-section .swiper-navigation-new .swiper-progress .swiper-scrollbar {
    top: -7px;
  }
}

/* BOD and Management Section */
.bod-management-section {
  position: relative;
  padding: 60px 0px 0 0;
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bod-management-section nav {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.bod-management-section nav .nav-tabs {
  display: flex;
  gap: 25px;
  border: 0;
  align-items: center;
}
.bod-management-section nav .nav-tabs .nav-link {
  padding: 0;
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  margin-bottom: 0;
  border: 0;
}
.bod-management-section nav .nav-tabs .nav-link:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.bod-management-section nav .nav-tabs .nav-link.active {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bod-management-section nav .nav-tabs .nav-link:hover {
  border: 0;
}
.bod-management-section nav .nav-tabs .dot {
  margin-top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
}
.bod-management-section .tab-content .bod-members-slider-area,
.bod-management-section .tab-content .management-members-slider-area {
  position: relative;
}
.bod-management-section .tab-content .bod-members-slider-area .swiper-container,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container {
  overflow: hidden;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-wrapper,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-wrapper {
  transition-timing-function: linear;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 40px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 270px;
  position: relative;
  cursor: pointer;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer {
  width: 270px;
  height: 270px;
  background: #fff;
  position: relative;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  img,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  .bio-expand,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  .bio-expand {
  position: absolute;
  right: 10px;
  bottom: 0px;
  cursor: pointer;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  .bio-expand
  span,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .image-layer
  .bio-expand
  span {
  font-size: 64px;
  color: #000;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  max-width: 270px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .name,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .name {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .name:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .designation,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .designation {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .designation:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .designation:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .description,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .content-layer
  .description {
  display: none;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .modal-markup,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide
  .members-card
  .modal-markup {
  display: none;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide:lang(ar) {
  margin-right: 0px;
  margin-left: 40px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .swiper-container
  .swiper-slide:lang(ar):last-child,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .swiper-container
  .swiper-slide:lang(ar):last-child {
  margin-left: 0px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper {
  position: absolute;
  display: flex;
  gap: 23px;
  top: -95px;
  right: 96px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper:lang(ar) {
  right: auto;
  left: 96px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation {
  display: flex;
  gap: 23px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border-radius: 100px;
  background: #fff;
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.bod-management-section
  .tab-content
  .bod-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.bod-management-section
  .tab-content
  .management-members-slider-area
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper {
    right: 64px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper:lang(ar),
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 64px;
  }
}
@media (max-width: 1024px) {
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper {
    right: 32px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper:lang(ar),
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 32px;
  }
}
@media (max-width: 768px) {
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper {
    right: 20px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper:lang(ar),
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .bod-management-section {
    padding: 60px 0px 0 0;
  }
  .bod-management-section nav {
    margin-bottom: 80px;
  }
  .bod-management-section nav .nav-tabs {
    gap: 15px;
  }
  .bod-management-section nav .nav-tabs .nav-link {
    font-size: 48px;
    line-height: 54px;
  }
  .bod-management-section nav .nav-tabs .dot {
    margin-top: 8px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper {
    display: none;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper
    .swiper-navigation,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper
    .swiper-navigation {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .bod-management-section {
    padding: 30px 0px;
  }
  .bod-management-section nav {
    margin-bottom: 40px;
  }
  .bod-management-section nav .nav-tabs {
    gap: 10px;
  }
  .bod-management-section nav .nav-tabs .nav-link {
    font-size: 28px;
    line-height: 34px;
  }
  .bod-management-section nav .nav-tabs .dot {
    width: 5px;
    height: 5px;
    margin-top: 1px;
  }
  .bod-management-section .tab-content {
    margin-left: -20px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .slider-bottom-wrapper,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .slider-bottom-wrapper {
    display: none;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide {
    margin-left: 20px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card {
    gap: 8px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .image-layer,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .image-layer {
    width: 270px;
    height: 270px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer {
    max-width: 260px;
    gap: 0px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer
    .name,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer
    .name {
    font-size: 18px;
    line-height: 28px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer
    .designation,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide
    .members-card
    .content-layer
    .designation {
    font-size: 14px;
    line-height: 20px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide:lang(ar),
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide:lang(ar) {
    margin-right: 0px;
    margin-left: 20px;
  }
  .bod-management-section
    .tab-content
    .bod-members-slider-area
    .swiper-container
    .swiper-slide:lang(ar):last-child,
  .bod-management-section
    .tab-content
    .management-members-slider-area
    .swiper-container
    .swiper-slide:lang(ar):last-child {
    margin-left: 0px;
  }
}

.bio-modal .modal-content {
  border-radius: 0px;
  border: 0px;
  padding: 20px;
  background-image: url("../images/share-price-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bio-modal .modal-content .modal-header {
  border: 0;
}
.bio-modal .modal-content .modal-header button {
  box-shadow: none;
}
.bio-modal .modal-content .modal-body {
  padding: 0px 20px;
}
.bio-modal .modal-content .modal-body .content-layer .name {
  font-size: 32px;
  line-height: 32px;
  font-family: "tt-commons-medium";
  margin-bottom: 4px;
  color: #2a2d42;
}
.bio-modal .modal-content .modal-body .content-layer .name:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.bio-modal .modal-content .modal-body .content-layer .designation {
  font-size: 24px;
  line-height: 24px;
  font-family: "tt-commons-regular";
  margin-bottom: 24px;
  color: #004a98;
}
.bio-modal .modal-content .modal-body .content-layer .designation:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.bio-modal .modal-content .modal-body .content-layer .description * {
  font-size: 20px;
  line-height: 28px;
  font-family: "tt-commons-light";
  margin-bottom: 10px;
  color: #2a2d42;
}
.bio-modal .modal-content .modal-body .content-layer .description *:lang(ar) {
  font-family: "tt-commons-arabic-light";
}

/* Single Image Layer */
.single-image-layer {
  padding-top: 120px;
}
.single-image-layer .image-layer img {
  width: 100%;
}
@media (max-width: 1024px) {
  .single-image-layer {
    padding-top: 60px;
  }
  .single-image-layer .image-layer {
    margin: 0px -20px;
  }
}

/* Efficient Section */
.efficiency-section {
  padding-top: 120px;
}
.efficiency-section .split-section {
  display: flex;
  padding: 20px 52px;
  background-image: url("../images/share-price-bg.png");
}
.efficiency-section .split-section .content-area {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 40px;
}
.efficiency-section .split-section .content-area .main-text {
  font-family: "tt-commons-bold";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.efficiency-section .split-section .content-area .main-text:lang(ar) {
  font-family: "tt-commons-arabic-bold";
  letter-spacing: 0px;
}
.efficiency-section .split-section .content-area .main-text sub {
  font-family: "tt-commons-bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.efficiency-section .split-section .content-area .main-text sub:lang(ar) {
  font-family: "tt-commons-arabic-bold";
  letter-spacing: 0px;
}
.efficiency-section .split-section .content-area .description {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 160px;
}
.efficiency-section .split-section .content-area .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
  width: 240px;
}
@media (max-width: 1024px) {
  .efficiency-section {
    padding-top: 60px;
  }
  .efficiency-section .split-section {
    flex-direction: column;
    padding: 20px;
    background-size: cover;
  }
  .efficiency-section .split-section .content-area {
    width: 100%;
  }
  .efficiency-section .split-section .content-area .main-text {
    font-size: 80px;
    line-height: 86px;
  }
  .efficiency-section .split-section .content-area .main-text sub {
    font-size: 36px;
    line-height: 42px;
  }
  .efficiency-section .split-section .content-area .description {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .efficiency-section .split-section {
    margin: 0px -20px;
  }
}

/* Image Tab Section */
.image-tab-section {
  padding: 120px 0px;
}
.image-tab-section .split-section {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.image-tab-section .split-section .left-content {
  width: 50%;
}
.image-tab-section .split-section .left-content .image-layer img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-tab-section .split-section .right-content {
  width: 50%;
  padding-top: 40px;
}
.image-tab-section .split-section .right-content .content-area .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -1.28px;
  color: #004a98;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  line-height: 90px;
}
.image-tab-section .split-section .right-content .content-area .tab-area ul {
  padding: 40px 0px;
  margin: 0;
  list-style: none;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  ul
  li
  button {
  padding: 0;
  border: 0;
  outline: 0;
  color: rgba(42, 45, 66, 0.5);
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  ul
  li
  button:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  ul
  li
  button.active {
  color: #2a2d42;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  .tab-content
  .tab-pane
  p {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  .tab-content
  .tab-pane
  p:last-child {
  margin-bottom: 0px;
}
.image-tab-section
  .split-section
  .right-content
  .content-area
  .tab-area
  .tab-content
  .tab-pane
  p:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .image-tab-section {
    padding: 80px 0;
  }
  .image-tab-section .split-section {
    gap: 30px;
  }
  .image-tab-section .split-section .right-content {
    padding-top: 0;
  }
  .image-tab-section .split-section .right-content .content-area .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .image-tab-section .split-section .right-content .content-area .tab-area ul {
    padding: 30px 0px;
    gap: 12px;
  }
  .image-tab-section
    .split-section
    .right-content
    .content-area
    .tab-area
    ul
    li
    button {
    font-size: 20px;
    line-height: 24px;
  }
  .image-tab-section
    .split-section
    .right-content
    .content-area
    .tab-area
    .tab-content
    .tab-pane
    p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .image-tab-section {
    padding: 60px 0;
  }
  .image-tab-section .split-section {
    flex-direction: column;
    gap: 40px;
    margin: 0px -20px;
  }
  .image-tab-section .split-section .left-content {
    width: 100%;
  }
  .image-tab-section .split-section .left-content .image-layer img {
    height: 480px;
  }
  .image-tab-section .split-section .right-content {
    width: 100%;
    padding: 0px 20px;
  }
}

/* Innovation Section */
.innovation-section {
  padding-bottom: 120px;
}
.innovation-section .split-section {
  display: flex;
  gap: 60px;
  align-items: center;
}
.innovation-section .split-section .left-content {
  width: 50%;
}
.innovation-section .split-section .left-content .content-area .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -1.28px;
  color: #004a98;
}
.innovation-section
  .split-section
  .left-content
  .content-area
  .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.innovation-section .split-section .left-content .content-area .description {
  margin-top: 20px;
}
.innovation-section .split-section .left-content .content-area .description * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.innovation-section
  .split-section
  .left-content
  .content-area
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.innovation-section .split-section .right-content {
  width: 50%;
}
.innovation-section .split-section .right-content .bg-layer {
  background-image: url("../images/innovation-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
}
.innovation-section .split-section .right-content .bg-layer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.innovation-section .split-section .right-content .bg-layer ul li {
  display: flex;
  align-items: center;
  gap: 40px;
}
.innovation-section .split-section .right-content .bg-layer ul li .icon {
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innovation-section .split-section .right-content .bg-layer ul li .icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}
.innovation-section .split-section .right-content .bg-layer ul li .title {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 250px;
}
.innovation-section
  .split-section
  .right-content
  .bg-layer
  ul
  li
  .title:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .innovation-section {
    padding-bottom: 60px;
  }
  .innovation-section .split-section {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: flex-start;
  }
  .innovation-section .split-section .left-content {
    width: 100%;
  }
  .innovation-section .split-section .left-content .content-area .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .innovation-section .split-section .right-content {
    width: 100%;
  }
  .innovation-section .split-section .right-content .bg-layer {
    padding: 40px;
  }
  .innovation-section .split-section .right-content .bg-layer ul {
    gap: 30px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li {
    gap: 30px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .icon {
    width: 80px;
    height: 80px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .icon img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 567px) {
  .innovation-section .split-section {
    gap: 30px;
    margin: 0px -20px;
  }
  .innovation-section .split-section .right-content .bg-layer {
    padding: 40px 20px;
  }
  .innovation-section .split-section .right-content .bg-layer ul {
    gap: 30px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li {
    gap: 20px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .icon img {
    width: 36px;
    height: 36px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .title {
    font-size: 20px;
    list-style: 24px;
  }
  .innovation-section .split-section .right-content .bg-layer ul li .title * {
    margin: 0;
  }
  .innovation-section .split-section .left-content {
    padding: 0px 20px;
  }
}

/* Download Section */
.download-section {
  padding-top: 60px;
}
.download-section .content-area {
  background: rgba(25, 92, 162, 0.05);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.download-section .content-area .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: none;
}
.download-section .content-area .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.download-section .content-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.download-section .content-area ul li {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download-section .content-area ul li a {
  color: #004a98;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
}
.download-section .content-area ul li a:lang(ar) {
  font-family: "tt-commons-arabic-medium";
  letter-spacing: 0px;
}
.download-section .content-area ul li:last-child {
  border-bottom: 0px;
}
@media (max-width: 1024px) {
  .download-section {
    padding-top: 40px;
  }
  .download-section .content-area {
    padding: 20px;
  }
  .download-section .content-area .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 567px) {
  .download-section {
    padding-top: 20px;
  }
}

/* Supplier Registration Section */
.supplier-registration-section {
  padding: 120px 0px;
}
.supplier-registration-section .split-section {
  display: flex;
  gap: 60px;
  align-items: center;
}
.supplier-registration-section .split-section .left-content {
  width: 50%;
}
.supplier-registration-section .split-section .left-content .image-layer img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.supplier-registration-section .split-section .right-content {
  width: 50%;
}
.supplier-registration-section .split-section .right-content .content-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.supplier-registration-section
  .split-section
  .right-content
  .content-area
  .title {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
  letter-spacing: -1.28px;
  color: #004a98;
}
.supplier-registration-section
  .split-section
  .right-content
  .content-area
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.supplier-registration-section
  .split-section
  .right-content
  .content-area
  .description
  * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
.supplier-registration-section
  .split-section
  .right-content
  .content-area
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .supplier-registration-section {
    padding: 60px 0px;
  }
  .supplier-registration-section .split-section {
    flex-direction: column;
    gap: 30px;
    margin: 0px -20px;
  }
  .supplier-registration-section .split-section .left-content {
    width: 100%;
  }
  .supplier-registration-section .split-section .right-content {
    width: 100%;
    padding: 0px 20px;
  }
  .supplier-registration-section .split-section .right-content .content-area {
    gap: 20px;
  }
  .supplier-registration-section
    .split-section
    .right-content
    .content-area
    .title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 768px) {
  .supplier-registration-section .split-section .left-content .image-layer img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
  }
}

/* Guides and Downloads Section */
.guides-downloads-section {
  padding-bottom: 100px;
}
.guides-downloads-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}
.guides-downloads-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.guides-downloads-section .heading:nth-of-type(2) {
  display: none;
}
.guides-downloads-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.guides-downloads-section ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: inline-flex;
  padding: 12px 40px 12px 20px;
  color: #004a98;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.guides-downloads-section ul li a:lang(ar) {
  padding: 12px 20px 12px 40px;
}
.guides-downloads-section ul li a .material-symbols-outlined {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.guides-downloads-section ul li a .material-symbols-outlined:lang(ar) {
  transform: rotate(-90deg);
}
.guides-downloads-section ul li a:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.guides-downloads-section ul li a:hover {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  color: #fff;
  border-bottom: 0px;
}
.guides-downloads-section ul li a:hover .material-symbols-outlined {
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
  color: #fff !important;
}
@media (max-width: 1024px) {
  .guides-downloads-section {
    padding-bottom: 20px;
  }
  .guides-downloads-section .heading {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .guides-downloads-section ul li a {
    line-height: 24px;
  }
}
@media (max-width: 567px) {
  .guides-downloads-section {
    padding-bottom: 0px;
  }
}

.share-price-section + .guides-downloads-section {
  padding-top: 60px;
}

/* Available Job Section */
.available-job-section {
  padding-bottom: 120px;
}
.available-job-section .content-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("../images/share-price-bg.png");
  background-size: cover;
  padding: 80px 40px;
}
.available-job-section .content-area .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  color: #004a98;
}
.available-job-section .content-area .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.available-job-section .content-area .description * {
  color: #004a98;
  text-align: center;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 24px;
}
.available-job-section .content-area .description *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .available-job-section {
    padding-bottom: 60px;
  }
  .available-job-section .content-area {
    padding: 40px 20px;
  }
  .available-job-section .content-area .heading {
    font-size: 48px;
    line-height: 52px;
  }
}

/* Media Center Section */
.media-center-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.media-center-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  color: #004a98;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.media-center-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.media-center-section .year-filter {
  margin-bottom: 40px;
  position: relative;
}
.media-center-section .year-filter .swiper-container {
  overflow: hidden;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  align-items: center;
  gap: 30px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-right: 30px;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a {
  text-decoration: none;
  color: rgba(42, 45, 66, 0.5);
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(42, 45, 66, 0.5);
  display: inline-block;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide:last-child::after {
  display: none;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide.active
  a {
  color: #2a2d42;
}
.media-center-section
  .year-filter
  .swiper-container
  .swiper-wrapper
  .swiper-slide.active::after {
  background: #2a2d42;
}
.media-center-section .year-filter .slider-bottom-wrapper {
  position: absolute;
  display: flex;
  gap: 23px;
  top: -75px;
  right: 0px;
}
.media-center-section .year-filter .slider-bottom-wrapper:lang(ar) {
  right: auto;
  left: 96px;
}
.media-center-section .year-filter .slider-bottom-wrapper .swiper-navigation {
  display: flex;
  gap: 23px;
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.media-center-section
  .year-filter
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  color: #fff;
}
@media (max-width: 1200px) {
  .media-center-section .year-filter .slider-bottom-wrapper {
    right: 64px;
  }
  .media-center-section .year-filter .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 64px;
  }
}
@media (max-width: 1024px) {
  .media-center-section .year-filter .slider-bottom-wrapper {
    right: 32px;
  }
  .media-center-section .year-filter .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 32px;
  }
}
@media (max-width: 768px) {
  .media-center-section .year-filter .slider-bottom-wrapper {
    right: 20px;
  }
  .media-center-section .year-filter .slider-bottom-wrapper:lang(ar) {
    right: auto;
    left: 20px;
  }
}
.media-center-section .news-listing {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.media-center-section .news-listing > li {
  display: flex;
  align-items: center;
}
.media-center-section .news-listing > li .image-layer img {
  width: 240px;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.media-center-section .news-listing > li .content-layer {
  padding: 60px 40px;
  max-height: 300px;
  background-image: url("../images/news-listing-bg.png");
  background-size: cover;
  width: 100%;
}
.media-center-section .news-listing > li .content-layer .date {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.media-center-section .news-listing > li .content-layer .date:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.media-center-section .news-listing > li .content-layer .title {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin: 20px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-center-section .news-listing > li .content-layer .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.media-center-section .news-listing > li .content-layer .description {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-center-section .news-listing > li .content-layer .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.media-center-section .read-all-news {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .media-center-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .media-center-section .heading {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .media-center-section .year-filter .slider-bottom-wrapper {
    display: none;
  }
  .media-center-section .news-listing {
    gap: 20px;
  }
  .media-center-section .news-listing li {
    flex-direction: column;
  }
  .media-center-section .news-listing li .image-layer {
    width: 100%;
  }
  .media-center-section .news-listing li .image-layer img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .media-center-section .news-listing li .content-layer {
    padding: 30px 20px;
    max-height: 100%;
  }
  .media-center-section .news-listing li .content-layer .title {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media-center-section .news-listing li .content-layer .description {
    letter-spacing: 0.16px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .media-center-section .read-all-news {
    margin-top: 30px;
  }
}

.youtube-section {
  padding: 60px 0px 120px;
}
.youtube-section .heading-layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.youtube-section .heading-layer .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  color: #004a98;
  display: flex;
  gap: 12px;
}
.youtube-section .heading-layer .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.youtube-section .heading-layer .slider-bottom-wrapper {
  display: flex;
  gap: 23px;
  align-items: center;
}
.youtube-section .heading-layer .slider-bottom-wrapper .swiper-navigation {
  display: flex;
  gap: 23px;
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  margin-top: 0px;
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.youtube-section
  .heading-layer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  color: #fff;
}
.youtube-section .video-area {
  overflow: hidden;
}
.youtube-section .video-area .swiper-slide {
  width: 800px;
  height: 500px;
  margin-right: 40px;
}
.youtube-section .video-area .swiper-slide .youtube-card {
  position: relative;
  cursor: pointer;
  height: 100%;
  background: rgba(171, 158, 158, 0.431372549);
}
.youtube-section .video-area .swiper-slide .youtube-card .thumbnail {
  width: 800px;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.youtube-section .video-area .swiper-slide .youtube-card .play-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 190px;
  left: 340px;
}
@media (max-width: 1024px) {
  .youtube-section {
    padding: 30px 0px 60px;
  }
  .youtube-section .heading-layer {
    margin-bottom: 30px;
  }
  .youtube-section .heading-layer .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .youtube-section .heading-layer .slider-bottom-wrapper {
    display: none;
  }
  .youtube-section .video-area {
    overflow: hidden;
  }
  .youtube-section .video-area .swiper-slide {
    width: 100%;
    margin-right: 20px;
  }
  .youtube-section .video-area .swiper-slide .youtube-card .play-btn {
    height: 60px;
    width: 60px;
    left: calc(50% - 30px);
  }
}

/* Contact us Section */
.contactus-section {
  padding-bottom: 120px;
}
.contactus-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.contactus-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.contactus-section .tab-item-area {
  margin-bottom: 40px;
}
.contactus-section .tab-item-area .nav-tabs {
  border: 0;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 5px;
}
.contactus-section .tab-item-area .nav-tabs:lang(ar) {
  padding-right: 0;
}
.contactus-section .tab-item-area .nav-tabs .nav-item .nav-link {
  color: rgba(42, 45, 66, 0.5);
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0px;
  gap: 30px;
}
.contactus-section .tab-item-area .nav-tabs .nav-item .nav-link:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.contactus-section .tab-item-area .nav-tabs .nav-item .nav-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(42, 45, 66, 0.5);
  display: inline-block;
}
.contactus-section .tab-item-area .nav-tabs .nav-item .nav-link.active {
  color: #2a2d42;
}
.contactus-section .tab-item-area .nav-tabs .nav-item .nav-link.active::after {
  background: #2a2d42;
}
.contactus-section
  .tab-item-area
  .nav-tabs
  .nav-item:last-child
  .nav-link::after {
  display: none;
}
.contactus-section .split-section {
  display: flex;
  gap: 50px;
}
.contactus-section .split-section .tab-content {
  width: 50%;
}
.contactus-section .split-section .tab-content .tab-pane {
  background: url("../images/tabbg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 40px;
}
.contactus-section .split-section .tab-content .tab-pane p {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.contactus-section .split-section .tab-content .tab-pane p strong {
  font-family: "tt-commons-demibold";
}
.contactus-section .split-section .tab-content .tab-pane p strong:lang(ar) {
  font-family: "tt-commons-arabic-demibold";
}
.contactus-section .split-section .tab-content .tab-pane p:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.contactus-section .split-section .tab-content .tab-pane h5,
.contactus-section .split-section .tab-content .tab-pane h6 {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
}
.contactus-section .split-section .tab-content .tab-pane h5:lang(ar),
.contactus-section .split-section .tab-content .tab-pane h6:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.contactus-section .split-section .tab-content .tab-pane a {
  color: #004a98;
  text-decoration: none;
}
.contactus-section .split-section .form-area form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contactus-section .split-section .form-area form .form-item {
  margin: 0px;
}
.contactus-section .split-section .form-area form .form-item .form-control {
  box-shadow: none;
  outline: 0;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  .form-control::-moz-placeholder {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  .form-control::placeholder {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  .form-control::-ms-input-placeholder {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item:lang(ar)
  .form-control {
  font-family: "tt-commons-arabic-regular";
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item:lang(ar)
  .form-control::placeholder,
.contactus-section
  .split-section
  .form-area
  form
  .form-item:lang(ar)
  .form-control::-ms-input-placeholder {
  font-family: "tt-commons-arabic-regular";
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  [lang="ar"]
  .form-control {
  font-family: "tt-commons-arabic-regular";
  direction: rtl;
  text-align: right;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  [lang="ar"]
  .form-control::placeholder,
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  [lang="ar"]
  .form-control::-ms-input-placeholder {
  font-family: "tt-commons-arabic-regular";
  text-align: right;
}
.contactus-section
  .split-section
  .form-area
  form
  .form-item
  .form-textarea-wrapper
  .form-control {
  resize: none;
  height: 200px;
}
.contactus-section .split-section .form-area form .iti--allow-dropdown {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.contactus-section
  .split-section
  .form-area
  form
  .iti--allow-dropdown
  .iti__flag-container {
  padding-left: 20px;
}
.contactus-section
  .split-section
  .form-area
  form
  .iti--allow-dropdown
  .iti__flag-container:lang(ar) {
  padding-left: 0px;
  padding-right: 20px;
  right: 0;
  left: auto;
}
.contactus-section
  .split-section
  .form-area
  form
  .iti--allow-dropdown
  .iti__flag-container
  .iti__selected-flag {
  padding: 0;
  background: none;
}
.contactus-section
  .split-section
  .form-area
  form
  .iti--allow-dropdown
  .form-control {
  padding-left: 60px;
  border: 0px;
}
.contactus-section
  .split-section
  .form-area
  form
  .iti--allow-dropdown
  .form-control:lang(ar) {
  padding-left: 0px;
  padding-right: 60px;
  text-align: right;
}
.contactus-section .split-section .form-area form .submit-btn {
  margin-top: 14px;
}
.contactus-section .split-section .form-area form .submit-btn .form-submit {
  padding: 12px 24px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0px;
}
.contactus-section
  .split-section
  .form-area
  form
  .submit-btn
  .form-submit:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .contactus-section {
    padding-bottom: 60px;
  }
  .contactus-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .contactus-section .tab-item-area .nav-tabs {
    gap: 20px;
  }
  .contactus-section .tab-item-area .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
    gap: 20px;
  }
  .contactus-section .split-section {
    flex-direction: column;
    gap: 20px;
  }
  .contactus-section .split-section .tab-content {
    width: 100%;
  }
  .contactus-section .split-section .tab-content .tab-pane {
    padding: 40px 20px;
  }
  .contactus-section .split-section .tab-content .tab-pane p {
    font-size: 20px;
    line-height: 30px;
  }
  .contactus-section .split-section .tab-content .tab-pane h5,
  .contactus-section .split-section .tab-content .tab-pane h6 {
    font-size: 28px;
    line-height: 36px;
  }
  .contactus-section .split-section .form-area form {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .contactus-section .split-section .form-area form .form-item {
    margin: 0px;
  }
  .contactus-section .split-section .form-area form .form-item .form-control {
    box-shadow: none;
    outline: 0;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: #2a2d42;
    font-family: "tt-commons-regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::-moz-placeholder {
    color: #2a2d42;
    font-family: "tt-commons-regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::placeholder {
    color: #2a2d42;
    font-family: "tt-commons-regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::-moz-placeholder:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::placeholder:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::-ms-input-placeholder {
    color: #2a2d42;
    font-family: "tt-commons-regular";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-control::-ms-input-placeholder:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .contactus-section
    .split-section
    .form-area
    form
    .form-item
    .form-textarea-wrapper
    .form-control {
    resize: none;
    height: 200px;
  }
  .contactus-section .split-section .form-area form .iti--allow-dropdown {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .contactus-section
    .split-section
    .form-area
    form
    .iti--allow-dropdown
    .iti__flag-container {
    padding-left: 20px;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .iti--allow-dropdown
    .iti__flag-container
    .iti__selected-flag {
    padding: 0;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .iti--allow-dropdown
    .form-control {
    padding-left: 60px;
    border: 0px;
  }
  .contactus-section .split-section .form-area form .submit-btn {
    margin-top: 14px;
  }
  .contactus-section .split-section .form-area form .submit-btn .form-submit {
    padding: 12px 24px;
    border-radius: 100px;
    background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
    color: #fff;
    font-family: "tt-commons-regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0px;
  }
  .contactus-section
    .split-section
    .form-area
    form
    .submit-btn
    .form-submit:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
}

/* Privacy and Terms & Condition section */
.two-column-layout-text {
  padding: 200px 0px 120px;
}
.two-column-layout-text .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  margin-bottom: 60px;
}
.two-column-layout-text .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.two-column-layout-text .description .sub-heading {
  font-family: "tt-commons-regular";
}
.two-column-layout-text .description .sub-heading:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.two-column-layout-text .description * {
  color: #2a2d42;
  font-family: "tt-commons-light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}
.two-column-layout-text .description *:lang(ar) {
  font-family: "tt-commons-arabic-light";
}
.two-column-layout-text .description * a {
  color: #004a98;
  text-decoration-line: underline;
}
@media (max-width: 1024px) {
  .two-column-layout-text {
    padding: 130px 0px 60px;
  }
  .two-column-layout-text .heading {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .two-column-layout-text .description * {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 567px) {
  .two-column-layout-text .heading {
    flex-wrap: wrap;
  }
}

/* News Detail Section */
.news-details-section {
  margin-top: -400px;
  background: #fff;
  z-index: 1;
  position: relative;
  padding: 40px;
}
.news-details-section .date {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}
.news-details-section .date:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.news-details-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin: 30px 0px;
}
.news-details-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.news-details-section .description * {
  color: #2a2d42;
  font-family: "tt-commons-light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.16px;
}
.news-details-section .description *:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.news-details-section .description strong {
  font-family: "tt-commons-regular";
}
.news-details-section .description strong:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .news-details-section {
    padding: 20px;
  }
  .news-details-section .heading {
    font-size: 28px;
    line-height: 32px;
    margin: 20px 0px;
  }
  .news-details-section .description * {
    font-size: 20px;
    line-height: 24px;
  }
}

/* Investor page Vertical Slider */
.iframe-slider-section {
  position: relative;
  padding-top: 46px;
  padding-bottom: 60px;
}
.iframe-slider-section .iframe-area {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
}
.iframe-slider-section .vertical-slider-area {
  padding: 60px 0px 40px;
  background-image: url("../images/investor-vertical-slider-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.iframe-slider-section .vertical-slider-area .swiper-area {
  overflow: hidden;
  max-height: 160px;
}
.iframe-slider-section .vertical-slider-area .swiper-area:lang(ar) {
  max-height: 190px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide {
  opacity: 0 !important;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .title {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  width: 300px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  line-height: 40px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: 280px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .icon {
  margin-bottom: 10px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .icon
  img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .numbers-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .numbers-area
  .number {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  white-space: nowrap;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .numbers-area
  .number:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  font-size: 42px;
  line-height: 40px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .numbers-area
  .number-title {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .numbers-area
  .number-title:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .description {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 250px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section
  .content-area
  .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section:lang(ar) {
  padding: 0px 35px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section:lang(ar)
  .title {
  width: 320px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide
  .split-section:lang(ar)
  .content-area {
  width: 300px;
}
.iframe-slider-section
  .vertical-slider-area
  .swiper-area
  .swiper-container
  .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 1200px) {
  .iframe-slider-section .vertical-slider-area {
    padding-top: 40px;
  }
  .iframe-slider-section .vertical-slider-area .swiper-area {
    max-height: 130px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon {
    margin-bottom: 5px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon
    img {
    width: 36px;
    height: 36px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .numbers-area
    .number {
    font-size: 46px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .iframe-slider-section .vertical-slider-area {
    padding-top: 40px;
  }
  .iframe-slider-section .vertical-slider-area .swiper-area {
    max-height: 110px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section {
    gap: 20px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .title {
    font-size: 24px;
    line-height: 30px;
    width: 200px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area {
    width: 200px;
    gap: 5px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon {
    margin-bottom: 5px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon
    img {
    width: 28px;
    height: 28px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .numbers-area
    .number {
    font-size: 24px;
    line-height: 30px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .description {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .iframe-slider-section .vertical-slider-area {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .iframe-slider-section .vertical-slider-area .swiper-area {
    max-height: 380px;
  }
  .iframe-slider-section .vertical-slider-area .swiper-area:lang(ar) {
    min-height: 360px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide {
    height: 360px !important;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section {
    gap: 20px;
    flex-direction: column;
    text-align: left;
    align-items: center;
    padding: 0px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .title {
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area {
    width: 100%;
    gap: 5px;
    text-align: left;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon {
    margin-bottom: 5px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .icon
    img {
    width: 36px;
    height: 36px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .numbers-area {
    justify-content: flex-start;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .numbers-area
    .number {
    font-size: 32px;
    line-height: 32px;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area
    .description {
    width: 100%;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section
    .content-area:lang(ar) {
    text-align: right;
  }
  .iframe-slider-section
    .vertical-slider-area
    .swiper-area
    .swiper-container
    .swiper-slide
    .split-section:lang(ar) {
    text-align: right;
  }
}

/* Why invest in tabreed section */
.why-invest-section {
  padding: 60px 0px 60px;
}
.why-invest-section .element-outer {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  justify-content: space-between;
}
.why-invest-section .element-outer .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1.28px;
  display: flex;
  flex-direction: column;
}
.why-invest-section .element-outer .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.why-invest-section .element-outer .tab-outer {
  width: 470px;
  margin-top: 22px;
}
.why-invest-section .element-outer .tab-outer .nav {
  gap: 20px;
  border: none;
}
.why-invest-section .element-outer .tab-outer .nav .nav-item {
  border: none;
}
.why-invest-section .element-outer .tab-outer .nav .nav-item .nav-link {
  border: none;
  color: rgba(0, 73, 152, 0.5);
  font-size: 20px;
  line-height: 24px;
  font-family: "tt-commons-demibold";
  margin: 0;
  padding: 0;
}
.why-invest-section
  .element-outer
  .tab-outer
  .nav
  .nav-item
  .nav-link:lang(ar) {
  font-family: "tt-commons-arabic-demibold";
}
.why-invest-section .element-outer .tab-outer .nav .nav-item .nav-link.active {
  color: #004a98;
}
.why-invest-section .element-outer .tab-outer .nav:lang(ar) {
  padding: 0;
}
.why-invest-section .element-outer .tab-outer .tab-content {
  margin-top: 20px;
}
.why-invest-section .element-outer .tab-outer .tab-content .tab-pane {
  color: #004a98;
  font-size: 20px;
  line-height: 24px;
  font-family: "tt-commons-regular";
}
.why-invest-section .element-outer .tab-outer .tab-content .tab-pane:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  line-height: 32px;
}
.why-invest-section .invest-amenities {
  margin-top: 60px;
}
.why-invest-section .invest-amenities ul {
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
}
.why-invest-section .invest-amenities ul li {
  flex-grow: 1;
  flex-basis: 0;
  background: rgba(25, 91, 162, 0.05);
  min-width: 150px;
}
.why-invest-section .invest-amenities ul li .card {
  height: 100%;
  border: none;
  border-radius: 0;
  padding: 40px 28px;
  background: transparent;
}
.why-invest-section .invest-amenities ul li .card .icon {
  text-align: center;
  margin-bottom: 20px;
}
.why-invest-section .invest-amenities ul li .card .icon img {
  height: 48px;
}
.why-invest-section .invest-amenities ul li .card .title {
  font-size: 20px;
  line-height: 24px;
  color: #004a98;
  font-family: "tt-commons-medium";
  text-align: center;
}
.why-invest-section .invest-amenities ul li .card .title:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.why-invest-section .invest-amenities ul::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background-color: transparent;
  display: none;
}
.why-invest-section .invest-amenities ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  height: 0px;
  background-color: transparent;
  display: none;
}
@media (max-width: 1024px) {
  .why-invest-section {
    padding: 80px 0px 60px;
  }
  .why-invest-section .element-outer {
    flex-direction: column;
    gap: 20px;
  }
  .why-invest-section .element-outer .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .why-invest-section .element-outer .tab-outer {
    max-width: 470px;
    width: 100%;
    margin-top: 0;
  }
  .why-invest-section .invest-amenities {
    margin-top: 32px;
  }
  .why-invest-section .invest-amenities ul {
    gap: 12px;
  }
  .why-invest-section .invest-amenities ul li {
    min-width: 190px;
  }
}
@media (max-width: 567px) {
  .why-invest-section {
    padding: 60px 0;
  }
}

/* Investor Tab Structure */
.custom-tab-outer .nav {
  border: none;
  margin-bottom: 40px;
  overflow: hidden;
  overflow-x: auto;
  flex-wrap: nowrap;
  /* Scrollbar thumb (draggable part) */
  /* Scrollbar track (background) */
}
.custom-tab-outer .nav .nav-item:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
.custom-tab-outer .nav .nav-item:not(:last-child)::before {
  content: "";
  height: 8px;
  width: 8px;
  background: #2a2d42;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 10px;
}
.custom-tab-outer .nav .nav-item:not(:last-child)::before:lang(ar) {
  right: auto;
  left: 0;
}
.custom-tab-outer .nav .nav-item:not(:last-child):lang(ar) {
  padding-right: 0;
  margin-right: 0;
  padding-left: 30px;
  margin-left: 30px;
}
.custom-tab-outer .nav .nav-item:not(:last-child):lang(ar)::before {
  right: auto;
  left: 0;
}
.custom-tab-outer .nav .nav-item .nav-link {
  border: none;
  color: rgba(42, 45, 66, 0.5);
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  font-family: "tt-commons-regular";
  padding: 0;
  white-space: nowrap;
}
.custom-tab-outer .nav .nav-item .nav-link:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.custom-tab-outer .nav .nav-item .nav-link.active {
  color: #2a2d42;
}
.custom-tab-outer .nav::-webkit-scrollbar {
  height: 8px;
}
.custom-tab-outer .nav::-webkit-scrollbar-thumb {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  border-radius: 10px;
}
.custom-tab-outer .nav::-webkit-scrollbar-track {
  background: rgba(25, 92, 162, 0.05);
}
@media (max-width: 567px) {
  .custom-tab-outer .nav {
    margin-bottom: 30px;
  }
  .custom-tab-outer .nav .nav-item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
  .custom-tab-outer .nav .nav-item:not(:last-child):lang(ar) {
    padding-right: 0;
    margin-right: 0;
    padding-left: 20px;
    margin-left: 20px;
  }
  .custom-tab-outer .nav .nav-item:not(:last-child)::before {
    content: "";
    height: 6px;
    width: 6px;
    top: 11px;
  }
  .custom-tab-outer .nav .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
  }
  .custom-tab-outer .nav:lang(ar) {
    padding-right: 0;
  }
}

.quarter-card {
  border: none;
  border-radius: 0;
  background: url("../images/quartercard-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 12px;
}
.quarter-card .card-body {
  padding: 40px;
}
.quarter-card .card-body .top-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quarter-card .card-body .top-section .name {
  font-size: 20px;
  line-height: 24px;
  color: #004a98;
  font-family: "tt-commons-regular";
}
.quarter-card .card-body .top-section .name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  line-height: 32px;
}
.quarter-card .card-body .top-section .year-name {
  font-size: 120px;
  line-height: 120px;
  font-family: "tt-commons-light";
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.quarter-card .card-body .top-section .year-name:lang(ar) {
  font-family: "tt-commons-arabic-light";
}
.quarter-card .card-body .download-btn-section {
  margin-top: 40px;
  background: white;
  padding: 28px 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 equal columns */
  gap: 20px; /* Adds spacing between grid items */
  row-gap: 20px;
}
.quarter-card .card-body .download-btn-section > *:not(:last-child) {
  margin-right: 60px;
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.quarter-card .card-body .download-btn-section > *:not(:last-child):lang(ar) {
  margin-right: 0;
  padding-right: 0;
  margin-left: 60px;
  padding-left: 60px;
  border-right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.quarter-card .card-body .download-btn-section > *:nth-child(3n) {
  border-right: 0;
}
.quarter-card .card-body .download-btn-section > *:nth-child(3n):lang(ar) {
  border-left: 0;
}
.quarter-card .card-body .download-btn-section .btn-download {
  display: flex;
  padding: 12px 24px;
  gap: 10px;
  border-radius: 100px;
  width: 250px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  white-space: break-spaces;
  align-items: center;
}
.quarter-card .card-body .download-btn-section .btn-download span.file-name {
  font-family: "tt-commons-regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #004a98;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: unset;
}
.quarter-card
  .card-body
  .download-btn-section
  .btn-download
  span.file-name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.quarter-card .card-body .download-btn-section .btn-download span {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1300px) {
  .quarter-card .card-body .download-btn-section {
    padding: 28px 42px;
  }
  .quarter-card .card-body .download-btn-section > *:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
  }
  .quarter-card .card-body .download-btn-section > *:not(:last-child):lang(ar) {
    margin-right: 0;
    padding-right: 0;
    margin-left: 30px;
    padding-left: 30px;
  }
  .quarter-card .card-body .download-btn-section .btn-download {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .quarter-card .card-body .top-section {
    flex-direction: column;
    gap: 20px;
  }
  .quarter-card .card-body .top-section .name {
    font-size: 20px;
    line-height: 24px;
    color: #004a98;
    font-family: "tt-commons-regular";
  }
  .quarter-card .card-body .top-section .name:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .quarter-card .card-body .top-section .year-name {
    font-size: 80px;
    line-height: 86px;
  }
  .quarter-card .card-body .top-section .year-name:lang(ar) {
    font-family: "tt-commons-arabic-regular";
  }
  .quarter-card .card-body .download-btn-section {
    margin-top: 20px;
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .quarter-card .card-body .download-btn-section > * {
    width: 100%;
  }
  .quarter-card .card-body .download-btn-section > *:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .quarter-card .card-body .download-btn-section > *:not(:last-child):lang(ar) {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .quarter-card .card-body .download-btn-section .btn-download {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 567px) {
  .quarter-card .card-body {
    padding: 30px 20px;
  }
  .quarter-card .card-body .top-section {
    gap: 16px;
  }
  .quarter-card .card-body .top-section .year-name {
    font-size: 60px;
    line-height: 70px;
  }
  .quarter-card .card-body .download-btn-section {
    margin-top: 20px;
    padding: 24px 32px;
    flex-direction: column;
    gap: 10px;
  }
  .quarter-card .card-body .download-btn-section > * {
    width: 100%;
  }
  .quarter-card .card-body .download-btn-section > *:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .quarter-card .card-body .download-btn-section .btn-download {
    width: 100%;
  }
}

.governerence-section {
  padding: 0px 0px 120px;
}
.governerence-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  letter-spacing: -1.28px;
  display: flex;
}
.governerence-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.governerence-section .custom-tab-outer {
  margin-top: 24px;
}
.governerence-section .custom-tab-outer .nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .governerence-section {
    padding-bottom: 80px;
  }
  .governerence-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 567px) {
  .governerence-section {
    padding-bottom: 60px;
  }
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-list li {
  padding: 16px 60px 16px 20px;
  position: relative;
}
.link-list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.link-list li::after {
  content: "";
  height: 32px;
  width: 32px;
  background: url("../images/linklistarrow.svg");
  position: absolute;
  right: 20px;
}
.link-list li:lang(ar) {
  padding: 16px 20px 16px 60px;
}
.link-list li:lang(ar)::after {
  right: auto;
  left: 20px;
  transform: rotate(270deg);
}
.link-list li a {
  color: #004a98;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 200% */
  text-decoration: none;
}
.link-list li a:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}

/* Map Section */
.map-section {
  padding: 120px 0px 60px 0;
}
.map-section .heading {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  margin-bottom: 20px;
  display: flex;
  gap: 12px;
}
.map-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.map-section .map-area .nav-tabs {
  display: flex;
  border: 0;
  gap: 30px;
}
.map-section .map-area .nav-tabs .nav-item .nav-link {
  border: 0;
  border-radius: 0px;
  padding: 0px;
  color: rgba(42, 45, 66, 0.5);
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-section .map-area .nav-tabs .nav-item .nav-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: rgba(42, 45, 66, 0.5);
  display: inline-block;
}
.map-section .map-area .nav-tabs .nav-item .nav-link:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.map-section .map-area .nav-tabs .nav-item .nav-link.active {
  color: #2a2d42;
}
.map-section .map-area .nav-tabs .nav-item .nav-link.active::after {
  background: #2a2d42;
}
.map-section .map-area .nav-tabs .nav-item:last-child .nav-link::after {
  display: none;
}
.map-section .map-area .tab-content {
  margin-top: 30px;
}
.map-section .map-area .tab-content .map-content {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.map-section .map-area .tab-content .map-content .image-layer img {
  width: 1248px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}
.map-section .map-area .tab-content .map-content .map-tooltip {
  position: absolute;
  z-index: 1;
}
.map-section .map-area .tab-content .map-content .map-tooltip .content {
  width: 390px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 16px 48px 96px 0px rgba(1, 10, 12, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .loaction {
  display: flex;
  align-items: center;
  gap: 8px;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .loaction
  .flag {
  display: flex;
  align-items: center;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .loaction
  .flag
  img {
  width: 24px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .loaction
  .country-name {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .loaction
  .country-name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .description
  * {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  margin: 0px;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .map-tooltip
  .content
  .description
  *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.map-section .map-area .tab-content .map-content .map-tooltip .content::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 16px 48px 96px 0px rgba(1, 10, 12, 0.1);
  transform: rotate(45deg);
  position: absolute;
  bottom: -10px;
  left: 195px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.uae {
  top: 210px;
  left: 558px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.saudi {
  top: 210px;
  left: 518px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.egypt {
  top: 200px;
  left: 472px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.oman {
  top: 240px;
  left: 545px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.bahrain {
  top: 195px;
  left: 528px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.bahrain:lang(ar) {
  top: 209px;
  left: 528px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.india {
  top: 186px;
  left: 615px;
}
.map-section .map-area .tab-content .map-content .map-tooltip.india:lang(ar) {
  top: 181px;
}
.map-section .map-area .tab-content .map-content .amenities-list {
  display: none;
  position: absolute;
  padding: 10px 12px;
  background: #0ab9ff;
  z-index: 1;
  right: 40px;
  bottom: 40px;
}
.map-section .map-area .tab-content .map-content .amenities-list .amenities {
  display: flex;
  gap: 20px;
  align-items: center;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .amenities-list
  .amenities
  .big-text {
  color: #fff;
  font-family: "tt-commons-demibold";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .amenities-list
  .amenities
  .big-text:lang(ar) {
  font-family: "tt-commons-arabic-demibold";
}
.map-section
  .map-area
  .tab-content
  .map-content
  .amenities-list
  .amenities
  .small-text {
  color: #fff;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.map-section
  .map-area
  .tab-content
  .map-content
  .amenities-list
  .amenities
  .small-text:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1200px) {
  .map-section .map-area .tab-content .map-content .image-layer img {
    width: 1024px;
    transform: scale(1.5);
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.uae {
    left: 482px;
    top: 230px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.saudi {
    top: 234px;
    left: 431px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.egypt {
    top: 220px;
    left: 373px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.oman {
    top: 267px;
    left: 463px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.bahrain {
    top: 215px;
    left: 444px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.india {
    top: 203px;
    left: 552px;
  }
}
@media (max-width: 1024px) {
  .map-section .map-area .tab-content .map-content .image-layer img {
    width: 800px;
    transform: scale(1.3);
  }
  .map-section .map-area .tab-content .map-content .map-tooltip .content {
    width: 300px;
    padding: 8px;
    border-radius: 8px;
  }
  .map-section
    .map-area
    .tab-content
    .map-content
    .map-tooltip
    .content::after {
    left: 150px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.uae {
    left: 391px;
    top: 197px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.saudi {
    top: 196px;
    left: 348px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.egypt {
    top: 206px;
    left: 297px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.oman {
    top: 247px;
    left: 376px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.bahrain {
    top: 219px;
    left: 358px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.india {
    top: 187px;
    left: 452px;
  }
}
@media (max-width: 768px) {
  .map-section .map-area .tab-content .map-content .image-layer img {
    width: 600px;
    transform: scale(2.3);
  }
  .map-section .map-area .tab-content .map-content .map-tooltip .content {
    width: 200px;
    padding: 8px;
    border-radius: 8px;
  }
  .map-section
    .map-area
    .tab-content
    .map-content
    .map-tooltip
    .content::after {
    left: 100px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.uae {
    left: 70px;
    top: 211px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.saudi {
    top: 189px;
    left: 62px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.egypt {
    top: 190px;
    left: 62px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.oman {
    top: 266px;
    left: 59px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.bahrain {
    top: 199px;
    left: 63px;
  }
  .map-section .map-area .tab-content .map-content .map-tooltip.india {
    top: 180px;
    left: 71px;
  }
}
@media (max-width: 768px) {
  .map-section .map-area .tab-content .uae .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .uae .map-content .image-layer img {
    margin-left: -110%;
  }
  .map-section .map-area .tab-content .saudi .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .saudi .map-content .image-layer img {
    margin-left: -90%;
  }
  .map-section .map-area .tab-content .egypt .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .egypt .map-content .image-layer img {
    margin-left: -65%;
  }
  .map-section .map-area .tab-content .oman .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .oman .map-content .image-layer img {
    margin-left: -105%;
  }
  .map-section .map-area .tab-content .bahrain .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .bahrain .map-content .image-layer img {
    margin-left: -95%;
  }
  .map-section .map-area .tab-content .india .map-content {
    overflow: hidden;
  }
  .map-section .map-area .tab-content .india .map-content .image-layer img {
    margin-left: -140%;
  }
}
@media (max-width: 1024px) {
  .map-section {
    padding: 30px 0px 60px 0;
  }
  .map-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .map-section .map-area .nav-tabs {
    gap: 20px;
    overflow: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  .map-section .map-area .nav-tabs .nav-item .nav-link {
    font-size: 20px;
    line-height: 24px;
    gap: 20px;
  }
}

/* Search Result */
.search-result-section .heading {
  display: flex;
  gap: 12px;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  margin-bottom: 60px;
  color: #004a98;
}
.search-result-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.search-result-section .search-result-list .result-item {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.search-result-section .search-result-list .result-item .image-layer img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.search-result-section .search-result-list .result-item .content {
  padding: 8px 32px;
}
.search-result-section .search-result-list .result-item .content .title {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.64px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.search-result-section
  .search-result-list
  .result-item
  .content
  .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.search-result-section .search-result-list .result-item .content .description {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 8px;
}
.search-result-section
  .search-result-list
  .result-item
  .content
  .description:lang(ar) {
  font-family: "tt-commons-arabic-regular";
  letter-spacing: 0px;
}
.search-result-section .search-result-list .result-item:first-child {
  padding-top: 0px;
}
@media (max-width: 1024px) {
  .search-result-section .heading {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .search-result-section .search-result-list .result-item {
    padding: 20px 0px;
  }
  .search-result-section .search-result-list .result-item .content {
    padding: 0 16px;
  }
  .search-result-section .search-result-list .result-item .content .title {
    font-size: 26px;
    line-height: 30px;
  }
  .search-result-section .search-result-list .result-item:first-child {
    padding-top: 0px;
  }
}

.search-results .common-banner-section .image-layer img {
  height: 320px;
}

.no-result-found-section {
  padding-bottom: 120px;
}
.no-result-found-section .title {
  color: #004a98;
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
.no-result-found-section .title:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0;
}
.no-result-found-section .title .keyword {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.no-result-found-section .sub-title {
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.no-result-found-section .sub-title:lang(ar) {
  font-family: "tt-commons-regular";
}
.no-result-found-section ul {
  padding-left: 26px;
  margin: 0;
}
.no-result-found-section ul li:not(:last-child) {
  padding-bottom: 12px;
}
.no-result-found-section ul li a {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 3px;
}
.no-result-found-section ul li a span {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 20px;
}
.no-result-found-section ul li a:lang(ar) {
  font-family: "tt-commons-regular";
}
.no-result-found-section ul li a:lang(ar) span {
  transform: rotate(180deg);
  margin-left: auto;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .no-result-found-section {
    padding-bottom: 60px;
  }
  .no-result-found-section .title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .no-result-found-section .sub-title {
    font-size: 26px;
    line-height: 30px;
  }
  .no-result-found-section ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  .no-result-found-section ul li a span {
    font-size: 20px;
  }
}

/* Our Business Model Section */
.business-model-section {
  background: url("../images/businessmodelbg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}
.business-model-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  color: #004a98;
}
.business-model-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.business-model-section .custom-tab-outer {
  margin-top: 40px;
}
.business-model-section .custom-tab-outer .nav-tabs .nav-item .nav-link {
  background: transparent;
}
.business-model-section .custom-tab-outer .title-section {
  margin-bottom: 40px;
  overflow: hidden;
}
.business-model-section .custom-tab-outer .title-section .title {
  font-size: 120px;
  line-height: 120px;
  font-family: "tt-commons-bold";
  display: flex;
  gap: 27px;
}
.business-model-section .custom-tab-outer .title-section .title:lang(ar) {
  gap: 16px;
  font-family: "tt-commons-arabic-bold";
  font-size: 64px;
  line-height: 100px;
}
.business-model-section .custom-tab-outer .title-section .note * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.business-model-section .custom-tab-outer .title-section .note *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.business-model-section .custom-tab-outer .details-card {
  display: flex;
  align-items: center;
  gap: 5%;
  background: white;
  padding: 80px;
}
.business-model-section .custom-tab-outer .details-card .left-content {
  font-size: 32px;
  line-height: 36px;
  color: #004a98;
  font-family: "tt-commons-medium";
  width: 40%;
}
.business-model-section .custom-tab-outer .details-card .left-content:lang(ar) {
  font-family: "tt-commons-arabic-medium";
  line-height: 50px;
}
.business-model-section .custom-tab-outer .details-card .right-content {
  width: 55%;
}
.business-model-section .custom-tab-outer .details-card .right-content ul {
  padding: 0;
  margin: 0;
}
.business-model-section .custom-tab-outer .details-card .right-content ul li {
  font-size: 20px;
  line-height: 24px;
  color: #004a98;
  font-family: "tt-commons-medium";
}
.business-model-section
  .custom-tab-outer
  .details-card
  .right-content
  ul
  li:not(:last-child) {
  margin-bottom: 12px;
}
.business-model-section
  .custom-tab-outer
  .details-card
  .right-content
  ul
  li:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
@media (max-width: 1300px) {
  .business-model-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .business-model-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .business-model-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .business-model-section .custom-tab-outer {
    margin-top: 20px;
  }
  .business-model-section .custom-tab-outer .title-section {
    margin-bottom: 10px;
    overflow: unset;
  }
  .business-model-section .custom-tab-outer .title-section .title {
    font-size: 70px;
    line-height: 70px;
    flex-wrap: wrap;
  }
  .business-model-section .custom-tab-outer .title-section .title:lang(ar) {
    font-size: 32px;
    line-height: 46px;
    gap: 8px;
  }
  .business-model-section .custom-tab-outer .details-card {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }
  .business-model-section .custom-tab-outer .details-card .left-content {
    width: 100%;
  }
  .business-model-section .custom-tab-outer .details-card .right-content {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .business-model-section .heading {
    flex-wrap: wrap;
  }
  .business-model-section .custom-tab-outer .title-section {
    margin-bottom: 20px;
  }
  .business-model-section .custom-tab-outer .title-section .title {
    font-size: 48px;
    line-height: 52px;
    gap: 11px;
  }
  .business-model-section .custom-tab-outer .details-card {
    gap: 20px;
    padding: 30px 20px;
  }
  .business-model-section .custom-tab-outer .details-card .left-content {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }
  .business-model-section
    .custom-tab-outer
    .details-card
    .right-content
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.ownership-structure-section {
  background: url("../images/ownership-bg.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px;
}
.ownership-structure-section .date {
  color: #004a98;
  font-size: 14px;
  line-height: 18px;
  font-family: "tt-commons-regular";
  text-align: center;
}
.ownership-structure-section .date:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.ownership-structure-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #004a98;
}
.ownership-structure-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.ownership-structure-section .content-block {
  display: flex;
  align-items: center;
  height: 780px;
  width: 100%;
}
.ownership-structure-section .content-block .swiper {
  width: 100%;
  background: white;
  padding: 44px 0;
}
.ownership-structure-section .content-block .swiper .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
.ownership-structure-section
  .content-block
  .swiper
  .swiper-wrapper
  .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 90px;
  margin-right: 90px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ownership-structure-section .content-block .value {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  font-size: 64px;
  line-height: 68px;
  font-family: "tt-commons-light";
}
.ownership-structure-section .content-block .value:lang(ar) {
  font-family: "tt-commons-arabic-light";
}
.ownership-structure-section .content-block .name {
  color: #004a98;
  font-size: 20px;
  line-height: 24px;
  font-family: "tt-commons-regular";
}
.ownership-structure-section .content-block .name:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
@media (max-width: 1024px) {
  .ownership-structure-section {
    padding: 60px 0;
    background-position: 0px center;
  }
  .ownership-structure-section .heading {
    align-items: center;
    gap: 0px;
    flex-direction: column;
    font-size: 48px;
    line-height: 52px;
  }
  .ownership-structure-section .content-block .swiper {
    padding: 30px 0;
  }
  .ownership-structure-section .content-block .swiper .swiper-wrapper {
    width: 100%;
    transition-timing-function: linear;
  }
  .ownership-structure-section
    .content-block
    .swiper
    .swiper-wrapper
    .swiper-slide {
    padding-right: 40px;
    margin-right: 40px;
  }
  .ownership-structure-section .content-block .value {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 567px) {
  .ownership-structure-section {
    background-size: cover;
    background-position-y: 70px;
    background-position: top center;
  }
  .ownership-structure-section .container {
    padding: 0;
  }
  .ownership-structure-section .container .row {
    margin: 0;
  }
  .ownership-structure-section .container .row .col-sm-12 {
    padding: 0;
  }
  .ownership-structure-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
  .ownership-structure-section .heading .text:lang(ar) {
    text-align: center;
  }
  .ownership-structure-section .content-block {
    height: 480px;
  }
  .ownership-structure-section .content-block .swiper {
    margin-bottom: 80px;
    padding: 20px 0;
  }
  .ownership-structure-section
    .content-block
    .swiper
    .swiper-wrapper
    .swiper-slide {
    padding-right: 60px;
    margin-right: 60px;
  }
  .ownership-structure-section .content-block .value {
    font-size: 48px;
    line-height: 52px;
  }
}

/* Finanical News Section */
.financial-news-section {
  padding-top: 60px;
  padding-bottom: 120px;
}
.financial-news-section .split-section {
  display: flex;
  align-items: center;
  gap: 60px;
}
.financial-news-section .split-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  color: #004a98;
}
.financial-news-section .split-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.financial-news-section .split-section .all-news {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000;
  font-family: "tt-commons-demibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  padding-top: 3px;
}
.financial-news-section .split-section .all-news:lang(ar) {
  letter-spacing: 0px;
  font-family: "tt-commons-arabic-demibold";
}
.financial-news-section .news-list-section {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.financial-news-section .news-list-section li .news-card {
  width: 280px;
  display: flex;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: rgba(0, 74, 152, 0.05);
}
.financial-news-section .news-list-section li .news-card .date {
  color: #000;
  font-family: "tt-commons-regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.financial-news-section .news-list-section li .news-card .date:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.financial-news-section .news-list-section li .news-card .title {
  color: #004a98;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.financial-news-section .news-list-section li .news-card .title:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.financial-news-section .news-list-section li .news-card .cta-link a {
  color: #000;
  font-family: "tt-commons-demibold";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.financial-news-section .news-list-section li .news-card .cta-link a:lang(ar) {
  letter-spacing: 0px;
  font-family: "tt-commons-arabic-demibold";
}
.financial-news-section
  .news-list-section
  li
  .news-card
  .cta-link
  a:lang(ar)
  .material-symbols-outlined {
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .financial-news-section {
    padding-top: 40px;
  }
  .financial-news-section .split-section {
    justify-content: space-between;
  }
  .financial-news-section .news-list-section {
    gap: 20px;
  }
  .financial-news-section .news-list-section li .news-card {
    width: 260px;
  }
}
@media (max-width: 1024px) {
  .financial-news-section {
    padding-top: 30px;
  }
  .financial-news-section .split-section {
    justify-content: space-between;
    gap: 20px;
  }
  .financial-news-section .split-section .heading {
    font-size: 48px;
    line-height: 54px;
  }
  .financial-news-section .news-list-section {
    gap: 20px;
    margin-top: 20px;
  }
  .financial-news-section .news-list-section li {
    width: 48%;
  }
  .financial-news-section .news-list-section li .news-card {
    width: 100%;
    padding: 20px;
  }
  .financial-news-section .news-list-section li .news-card .title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .financial-news-section {
    padding-top: 20px;
  }
  .financial-news-section .split-section {
    justify-content: space-between;
    gap: 0px;
  }
  .financial-news-section .split-section .heading {
    font-size: 48px;
    line-height: 56px;
    flex-direction: column;
    gap: 0;
  }
  .financial-news-section .split-section .all-news {
    white-space: nowrap;
  }
  .financial-news-section .news-list-section {
    gap: 10px;
    margin: 0px -20px;
    margin-top: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .financial-news-section .news-list-section li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .financial-news-section .news-list-section li .news-card {
    width: 280px;
    padding: 20px;
  }
  .financial-news-section .news-list-section li:first-child {
    margin-left: 20px;
  }
  .financial-news-section .news-list-section li:last-child {
    margin-right: 20px;
  }
  .financial-news-section .news-list-section::-webkit-scrollbar {
    width: 0px;
    height: 0;
    background-color: transparent;
    display: none;
  }
  .financial-news-section .news-list-section::-webkit-scrollbar-thumb {
    border-radius: 0;
    height: 0px;
    background-color: transparent;
    display: none;
  }
}

/* Financial perfomance section starts here */
.financial-perfomance-section {
  background: url("../images/perfomancecard-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}
.financial-perfomance-section .heading-outer {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.financial-perfomance-section .heading-outer .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  color: #004a98;
}
.financial-perfomance-section .heading-outer .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.financial-perfomance-section .heading-outer .slider-bottom-wrapper {
  display: flex;
  gap: 23px;
  align-items: center;
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation {
  display: flex;
  gap: 23px;
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev,
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next {
  position: unset;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  margin-top: 0px;
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span,
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span {
  color: #fff;
  font-size: 20px;
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev
  span:lang(ar),
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next
  span:lang(ar) {
  transform: rotate(180deg);
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev::after,
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next::after {
  content: "";
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled,
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  border-radius: 100px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  transform: none;
  cursor: not-allowed;
  pointer-events: unset;
}
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-prev.swiper-button-disabled
  span,
.financial-perfomance-section
  .heading-outer
  .slider-bottom-wrapper
  .swiper-navigation
  .swiper-button-next.swiper-button-disabled
  span {
  color: #fff;
}
.financial-perfomance-section .card-perfomance {
  border-radius: 0;
  border: none;
  background: none;
}
.financial-perfomance-section .card-perfomance .card-body {
  padding: 0px 52px;
  display: flex;
  gap: 60px;
}
.financial-perfomance-section .card-perfomance .card-body .left-part {
  max-width: 50%;
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .left-part
  .perfomance-progress
  * {
  color: #004a98;
  font-size: 48px;
  line-height: 52px;
  font-family: "tt-commons-bold";
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .left-part
  .perfomance-progress
  *:lang(ar) {
  font-family: "tt-commons-arabic-bold";
  line-height: 70px;
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .left-part
  .perfomance-amount {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  line-height: 100px;
  font-family: "tt-commons-bold";
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .left-part
  .perfomance-amount:lang(ar) {
  font-family: "tt-commons-arabic-bold";
  white-space: normal;
  font-size: 64px;
  line-height: 100px;
}
.financial-perfomance-section .card-perfomance .card-body .right-part .title {
  color: #004a98;
  font-size: 26px;
  line-height: 30px;
  font-family: "tt-commons-bold";
  margin-bottom: 12px;
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .right-part
  .title:lang(ar) {
  font-family: "tt-commons-arabic-bold";
}
.financial-perfomance-section .card-perfomance .card-body .right-part ul {
  margin: 0;
}
.financial-perfomance-section .card-perfomance .card-body .right-part ul li {
  color: #004a98;
  font-size: 20px;
  line-height: 24px;
  font-family: "tt-commons-medium";
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .right-part
  ul
  li:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.financial-perfomance-section
  .card-perfomance
  .card-body
  .right-part
  ul
  li:not(:last-child) {
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .financial-perfomance-section {
    margin-bottom: 80px;
  }
  .financial-perfomance-section .heading-outer {
    margin-bottom: 40px;
  }
  .financial-perfomance-section .heading-outer .heading {
    display: flex;
    gap: 12px;
    font-size: 48px;
    line-height: 52px;
  }
  .financial-perfomance-section .heading-outer .slider-bottom-wrapper {
    display: none;
  }
  .financial-perfomance-section .card-perfomance {
    height: auto;
  }
  .financial-perfomance-section .card-perfomance .card-body {
    padding: 40px 20px;
    flex-direction: column;
    gap: 30px;
  }
  .financial-perfomance-section .card-perfomance .card-body .left-part {
    max-width: 100%;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .left-part
    .perfomance-progress
    * {
    font-size: 32px;
    line-height: 36px;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .left-part
    .perfomance-amount {
    font-size: 64px;
    line-height: 72px;
  }
  .financial-perfomance-section .card-perfomance .card-body .right-part .title {
    font-size: 24px;
    line-height: 30px;
  }
  .financial-perfomance-section .card-perfomance .card-body .right-part ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 567px) {
  .financial-perfomance-section {
    margin-bottom: 60px;
  }
  .financial-perfomance-section .heading-outer .heading {
    flex-wrap: wrap;
    gap: 0px;
  }
  .financial-perfomance-section .card-perfomance .card-body {
    gap: 30px;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .left-part
    .perfomance-progress
    * {
    font-size: 32px;
    line-height: 36px;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .left-part
    .perfomance-amount {
    font-size: 48px;
    line-height: 52px;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .left-part
    .perfomance-amount:lang(ar) {
    font-size: 32px;
    line-height: 40px;
  }
  .financial-perfomance-section .card-perfomance .card-body .right-part .title {
    font-size: 24px;
    line-height: 28px;
  }
  .financial-perfomance-section
    .card-perfomance
    .card-body
    .right-part
    ul
    li:not(:last-child) {
    padding-bottom: 8px;
  }
}

/* Fixed Income Tabe Structure Section */
.fixed-income-section {
  padding-bottom: 120px;
}
.fixed-income-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  color: #004a98;
}
.fixed-income-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.fixed-income-section .custom-tab-outer {
  margin-top: 24px;
}
.fixed-income-section .custom-tab-outer .tab-content .description * {
  color: #004a98;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fixed-income-section .custom-tab-outer .tab-content .description *:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.fixed-income-section .custom-tab-outer .tab-content .table-layer {
  overflow-x: auto;
}
.fixed-income-section .custom-tab-outer .tab-content .table-layer table {
  table-layout: fixed;
  border-collapse: separate;
  background: #fff;
}
.fixed-income-section .custom-tab-outer .tab-content .table-layer table tr {
  background: #fff;
}
.fixed-income-section .custom-tab-outer .tab-content .table-layer table tr th {
  padding: 12px 0px;
  color: #fff;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  th:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  th:first-child {
  padding-left: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  th:last-child {
  padding-right: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  th:lang(ar):first-child {
  padding-left: 0px;
  padding-right: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  th:lang(ar):last-child {
  padding-right: 0px;
  padding-left: 40px;
}
.fixed-income-section .custom-tab-outer .tab-content .table-layer table tr td {
  border-bottom: 2px solid rgba(0, 74, 152, 0.1);
  background: #fff;
  padding: 12px 0px;
  color: #004a98;
  font-family: "tt-commons-medium";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td
  a {
  color: #004a98;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td:lang(ar) {
  font-family: "tt-commons-arabic-medium";
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td.spacing {
  padding: 0;
  border-bottom: 2px solid rgba(0, 74, 152, 0.1);
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td:first-child {
  padding-left: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td:last-child {
  padding-right: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td:lang(ar):first-child {
  padding-left: 0px;
  padding-right: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr
  td:lang(ar):last-child {
  padding-right: 0px;
  padding-left: 40px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table
  tr:first-child {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table[class^="two-column-"] {
  border-spacing: 0px 4px;
}
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table[class^="two-column-"]
  tr
  th:last-child,
.fixed-income-section
  .custom-tab-outer
  .tab-content
  .table-layer
  table[class^="two-column-"]
  tr
  td:last-child {
  text-align: right;
}
@media (max-width: 1024px) {
  .fixed-income-section {
    padding-bottom: 60px;
  }
  .fixed-income-section .heading {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 567px) {
  .fixed-income-section .custom-tab-outer {
    margin-top: 24px;
  }
  .fixed-income-section .custom-tab-outer .tab-content .description * {
    font-size: 18px;
    line-height: 22px;
  }
  .fixed-income-section .custom-tab-outer .tab-content .table-layer table {
    width: auto;
  }
  .fixed-income-section
    .custom-tab-outer
    .tab-content
    .table-layer
    table
    tr
    th {
    padding: 12px;
    white-space: nowrap;
  }
  .fixed-income-section
    .custom-tab-outer
    .tab-content
    .table-layer
    table
    tr
    th:first-child {
    padding-left: 20px;
  }
  .fixed-income-section
    .custom-tab-outer
    .tab-content
    .table-layer
    table
    tr
    td {
    padding: 12px;
    white-space: nowrap;
  }
  .fixed-income-section
    .custom-tab-outer
    .tab-content
    .table-layer
    table
    tr
    td:first-child {
    padding-left: 20px;
  }
}

/* Investor Iframe section */
.investor-iframe-section {
  padding: 0 0 120px 0px;
}
.investor-iframe-section .heading {
  font-family: "tt-commons-light";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.28px;
  display: flex;
  gap: 12px;
  color: #004a98;
}
.investor-iframe-section .heading:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.investor-iframe-section .iframe-layer {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .investor-iframe-section .heading {
    font-size: 48px;
    line-height: 52px;
    flex-wrap: wrap;
  }
}

/* Quarters File Section */
.quarter-list-section {
  padding: 0px 0px 120px;
}

/* Mission, Vision and Values Section */
.banner-with-overlay-content-box-section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .banner-with-overlay-content-box-section {
    overflow: hidden;
  }
  .banner-with-overlay-content-box-section .banner-box img {
    height: 100vh;
  }
}
.banner-with-overlay-content-box-section .vector-shape-wrapper {
  position: absolute;
  top: 0;
  right: -1.6rem;
  z-index: 1;
  height: 40rem;
}

@media (min-width: 768px) {
  .banner-with-overlay-content-box-section .vector-shape-wrapper {
    height: 100vh;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-with-overlay-content-box-section .vector-shape-wrapper {
    max-width: 100%;
  }
}
.banner-with-overlay-content-box-section .vector-shape-wrapper img {
  height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.banner-with-overlay-content-box-section .bg-pin {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.banner-with-overlay-content-box-section .banner-box {
  overflow: hidden;
  height: calc(100vh - 5rem);
  top: 3rem;
  position: relative;
}
.banner-with-overlay-content-box-section .banner-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Firefox only */
@-moz-document url-prefix() {
  .banner-with-overlay-content-box-section .banner-box img {
    transform: none !important;
  }
}
/* Safari only */
@supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
  .banner-with-overlay-content-box-section .banner-box img {
    transform: none !important;
  }
}
@media (min-width: 768px) {
  .banner-with-overlay-content-box-section .banner-box {
    height: calc(100vh - 5rem);
    top: 7.5rem;
    width: 100%;
  }
}
.banner-with-overlay-content-box-section .content-box {
  height: 80vh;
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
}
.banner-with-overlay-content-box-section .content-box .label {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-family: "tt-commons-regular";
}
.banner-with-overlay-content-box-section .content-box .label:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.banner-with-overlay-content-box-section .content-box .title {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 16px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "tt-commons-light";
  width: -moz-fit-content;
  width: fit-content;
}
.banner-with-overlay-content-box-section .content-box .title:lang(ar) {
  text-align: right;
  font-family: "tt-commons-arabic-light";
}
.banner-with-overlay-content-box-section .content-box .title-values {
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 16px;
  color: white;
  font-family: "tt-commons-light";
  width: -moz-fit-content;
  width: fit-content;
}
.banner-with-overlay-content-box-section .content-box .title-values:lang(ar) {
  text-align: right;
  font-family: "tt-commons-arabic-light";
}
.banner-with-overlay-content-box-section .content-box .description {
  font-family: "tt-commons-regular";
  color: white;
  font-size: 20px;
  line-height: 24px;
  max-width: 500px;
}
.banner-with-overlay-content-box-section .content-box .description:lang(ar) {
  text-align: right;
  font-family: "tt-commons-arabic-regular";
}
.banner-with-overlay-content-box-section .content-box .multiple {
  display: flex;
  gap: 30px;
  font-family: "tt-commons-regular";
  color: white;
  font-size: 20px;
  line-height: 24px;
}
.banner-with-overlay-content-box-section .content-box .multiple:lang(ar) {
  text-align: right;
}
.banner-with-overlay-content-box-section .content-box .multiple strong {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "tt-commons-light";
  display: block;
  font-weight: normal;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-with-overlay-content-box-section
  .content-box
  .multiple
  strong:lang(ar) {
  font-family: "tt-commons-arabic-light";
}
.banner-with-overlay-content-box-section .content-box .multiple:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.banner-with-overlay-content-box-section .content-box:last-child {
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .banner-with-overlay-content-box-section .content-box .title {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-with-overlay-content-box-section .content-box .title-values {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-with-overlay-content-box-section .content-box .description {
    font-size: 18px;
    line-height: 24px;
    max-width: 500px;
    text-align: left;
  }
  .banner-with-overlay-content-box-section .content-box .multiple {
    gap: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .banner-with-overlay-content-box-section .content-box .multiple:lang(ar) {
    text-align: right;
  }
  .banner-with-overlay-content-box-section .content-box .multiple strong {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .banner-with-overlay-content-box-section
    .content-box
    .multiple
    strong:lang(ar) {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .banner-with-overlay-content-box-section .content-box .multiple {
    flex-direction: column;
  }
  .banner-with-overlay-content-box-section .content-box .multiple p {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .banner-with-overlay-content-box-section .content-box {
    padding-bottom: 0;
    text-align: left;
  }
}
.banner-with-overlay-content-box-section .content-box p {
  margin-bottom: 30px;
}

.banner-with-overlay-content-box-section .content-box.active {
  opacity: 1 !important;
}

@media (max-width: 767.98px) {
  .banner-with-overlay-content-box-section .content-box.last .row {
    align-items: flex-end !important;
  }
  .banner-with-overlay-content-box-section
    .content-box:nth-child(3)
    .row.align-items-end {
    align-items: center !important;
  }
}
.page-404 {
  height: 100vh;
  background: url(../images/share-price-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  text-align: center;
}
.page-404 h1 {
  font-size: 64px;
  line-height: 72px;
  font-family: "tt-commons-light";
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
.page-404 p {
  font-family: "tt-commons-regular";
}
.page-404 p:lang(ar) {
  font-family: "tt-commons-arabic-regular";
}
.page-404 a {
  color: #004a98;
}
@media (max-width: 1024px) {
  .page-404 h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

.pager .pagination {
  display: flex;
  gap: 12px;
}
.pager .pagination .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 46px;
  width: 46px;
  border-radius: 100px !important;
  font-family: "tt-commons-light";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.36px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.pager .pagination .page-item a:lang(ar) {
  font-family: "tt-commons-arabic-light";
  letter-spacing: 0px;
}
.pager .pagination .page-item.pager__item--last,
.pager .pagination .page-item.pager__item--first {
  display: none !important;
}
.pager .pagination .page-item.disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 46px;
  width: 46px;
  border-radius: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.pager .pagination .page-item.disabled span {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  padding: 0;
  border: 0;
}
.pager .pagination .page-item.pager__item--next a,
.pager .pagination .page-item.pager__item--previous a {
  padding: 10px 24px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.pager .pagination .page-item.is-active.active a {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  -webkit-text-fill-color: #fff;
  border: 0px;
}

.iti__country-list:lang(ar) {
  left: 0;
}

.iti__selected-flag:lang(ar) {
  flex-direction: row-reverse;
}

.error {
  color: red;
}

.modal-backdrop.show {
  display: none;
}

.modal.show {
  background: rgba(0, 0, 0, 0.8);
}

.text-descp p,
.text-descp {
  opacity: 0;
}

/* Login Page Styling*/
.log-in .header,
.log-in .footer {
  display: none;
}
.log-in .main {
  display: flex;
  height: 100vh;
  align-items: center;
}
.log-in .main .region-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px !important;
  border-radius: 10px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  box-shadow: 20px 34px 36px #ccc;
}
.log-in .main .region-content .block-local-tasks-block {
  width: 100%;
}
.log-in .main .region-content .block-local-tasks-block .tabs-primary ul {
  justify-content: space-between;
  align-items: center;
  border: 0;
}
.log-in
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul
  .nav-item.active
  a.nav-link {
  display: block;
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background: none;
  font-size: 64px;
  line-height: 70px;
  font-family: "tt-commons-regular";
  color: #fff;
  text-decoration: none;
}
.log-in
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul
  .nav-item
  a {
  display: none;
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background: none;
  font-size: 18px;
  line-height: 24px;
  font-family: "tt-commons-regular";
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.log-in .main .region-content .block-local-tasks-block .tabs-primary ul::after {
  display: none;
}
.log-in .main .region-content .user-login-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.log-in .main .region-content .user-login-form .js-form-item {
  position: relative;
}
.log-in .main .region-content .user-login-form .js-form-item label {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.log-in .main .region-content .user-login-form .js-form-item .form-control {
  box-shadow: none;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.log-in .main .region-content .user-login-form .js-form-submit {
  width: 150px;
  border: 0;
  border-radius: 0px;
  margin: 0 auto;
  font-family: 18px;
  line-height: 22px;
  font-family: "tt-commons-regular";
  background-color: #fff;
  color: #004a98;
}

/* Forgot Password Page Styling*/
.reset-your-password .header,
.reset-your-password .footer {
  display: none;
}
.reset-your-password .main {
  display: flex;
  height: 100vh;
  align-items: center;
}
.reset-your-password .main .region-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px !important;
  border-radius: 10px;
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  box-shadow: 20px 34px 36px #ccc;
}
.reset-your-password .main .region-content .block-local-tasks-block {
  width: 100%;
}
.reset-your-password
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul {
  justify-content: space-between;
  flex-direction: row-reverse !important;
  align-items: center;
  border: 0;
}
.reset-your-password
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul
  .nav-item.active
  a {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background: none;
  font-size: 36px;
  line-height: 42px;
  font-family: "tt-commons-regular";
  color: #fff;
  text-decoration: none;
}
.reset-your-password
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul
  .nav-item
  a {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background: none;
  font-size: 18px;
  line-height: 24px;
  font-family: "tt-commons-regular";
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.reset-your-password
  .main
  .region-content
  .block-local-tasks-block
  .tabs-primary
  ul::after {
  display: none;
}
.reset-your-password .main .region-content .user-pass {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.reset-your-password .main .region-content .user-pass .js-form-item {
  position: relative;
}
.reset-your-password .main .region-content .user-pass .js-form-item label {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reset-your-password
  .main
  .region-content
  .user-pass
  .js-form-item
  .form-control {
  box-shadow: none;
  outline: 0;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  color: #2a2d42;
  font-family: "tt-commons-regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reset-your-password .main .region-content .user-pass p {
  font-family: "tt-commons-regular";
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.reset-your-password .main .region-content .user-pass .js-form-submit {
  width: 150px;
  border: 0;
  border-radius: 0px;
  margin: 0 auto;
  font-family: 18px;
  line-height: 22px;
  font-family: "tt-commons-regular";
  background-color: #fff;
  color: #004a98;
}

/* After Login Page Styling*/
.user-logged-in.page-node-type-article form.node-preview-form-select,
.user-logged-in.page-node-type-landing-page form.node-preview-form-select {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  top: 20px;
  left: 20px;
  align-items: center;
}
.user-logged-in.page-node-type-article
  form.node-preview-form-select
  .node-preview-backlink,
.user-logged-in.page-node-type-landing-page
  form.node-preview-form-select
  .node-preview-backlink {
  color: #fff;
}
.user-logged-in.page-node-type-article
  form.node-preview-form-select
  .form-item-view-mode,
.user-logged-in.page-node-type-landing-page
  form.node-preview-form-select
  .form-item-view-mode {
  display: none;
  gap: 10px;
  align-items: center;
}
.user-logged-in.page-node-type-article
  form.node-preview-form-select
  .form-item-view-mode
  label,
.user-logged-in.page-node-type-landing-page
  form.node-preview-form-select
  .form-item-view-mode
  label {
  white-space: nowrap;
}
.user-logged-in.page-node-type-article
  form.node-preview-form-select
  .form-submit,
.user-logged-in.page-node-type-landing-page
  form.node-preview-form-select
  .form-submit {
  display: none;
  width: 150px;
} /*# sourceMappingURL=tabreed-styles.css.map */

#newstabsanalytic .left-content {
  display: none;
}
#newstabsanalytic .right-content {
  width: 100%;
}

#newstabsanalytic .heading {
  display: flex;
  gap: 12px;
}

#newstabsanalytic .nav-tabs {
  flex-direction: unset;
  padding: 15px 0 0 0;
}

#newstabsanalytic .SubHeading {
  background: #004a98;
  color: white;
}
#newstabsanalytic .MainHeading {
  background: linear-gradient(246deg, #69f0a0 0%, #0ab9ff 100%);
  color: white;
}
#newstabsanalytic table,
#newstabsanalytic thead,
#newstabsanalytic tbody,
#newstabsanalytic tfoot,
#newstabsanalytic tr,
#newstabsanalytic td,
#newstabsanalytic th {
  border: 1px solid #e5e5e5;
  height: 50px;
  padding: 10px;
}
#newstabsanalytic #tab-nav-content-2 {
  margin-top: 40px;
}
#newstabsanalytic .bottomnote {
  font-size: 16px;
  margin: 8px 0;
  color: #585858;
}
#CustomerFocusSpace {
  margin-bottom: 60px;
}
#CustomerDownloadSpace {
  padding-bottom: 60px;
  padding-top: 0;
}
