@import url("https://cdn.jsdelivr.net/npm/line-awesome@1.3.0/dist/line-awesome/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --primary-shade1: 146, 113, 219;
  --primary-shade2: 46, 34, 53;
  --dark-color: 0, 0, 0;
  --light-color: 255, 255, 255;
  --secondary-shade1: 212, 252, 136;
  --common-radius: 12px;
  --border-raduis-card: 4px;
  --button-radius: 0.6rem;
  --font-family: "PT Sans", sans-serif;
}

.nav-tabs {
  --bs-nav-tabs-border-color: #e5e5e5 !important;
  --bs-nav-tabs-border-radius: var(--border-raduis-card) !important;
}

@font-face {
  font-family: "AcwaHeadline_Light";
  src: url("../font/AcwaHeadline_Light.otf") format("truetype");
}

@font-face {
  font-family: "AcwaHeadline_Regular";
  src: url("../font/AcwaHeadline_Regular.otf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: "AcwaHeadline_Bold";
  src: url("../font/AcwaHeadline_Bold.otf") format("truetype");
}

body {
  font-family: var(--font-family);
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 400;
  color: rgb(94, 95, 97);
}

.wrapper {
  max-width: 80%;
  width: 100%;
  margin: 0px auto;
}

/* .inner-wrapper {
  max-width: 58%;
  width: 100%;
  margin: 0 auto;
} */

.section-spacer {
  padding: 5rem 0;
  margin: 0px auto;
}

.text-sm {
  font-size: 0.875rem;
}

.text-primary-shade1 {
  color: var(--primary-shade1);
}

.common-cta {
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

.common-cta .las {
  color: rgba(var(--primary-shade1), 1);
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.common-cta .las:hover,
.acwa-accordion .accordion .accordion-item .accordion-header .accordion-button:hover::before,
.sustainability .acwa-accordion .accordion .accordion-button:hover::after {
  color: rgba(var(--light-color)) !important;
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.btn {
  padding: 0.85rem 1.5rem;
  border: none;
  font-weight: 400;
  font-size: 0.875rem;
}

.btn-primary {
  transition: all 0.3s ease 0s;
  color: rgba(var(--dark-color), 1);
  background-color: rgba(var(--secondary-shade1), 1);
  border-radius: var(--common-radius);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: rgba(var(--dark-color), 1);
  background-color: rgba(var(--secondary-shade1), 0.9) !important;
}

.btn-primary .la-arrow-right {
  font-size: 1rem !important;
}

.btn:focus,
.btn:active:focus,
.btn:active {
  box-shadow: none;
  background-color: transparent;
}

.color-primary-shade2 {
  color: rgba(var(--primary-shade2), 1) !important;
}

/********* Header *********/

.head-tickker {
  background-color: rgba(var(--primary-shade2), 1);
  height: 30px;
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

header.fixed .acwa-navbar {
  background-color: rgba(var(--primary-shade2), 0.84) !important;
  backdrop-filter: blur(4px);
}

header .acwa-navbar {
  background-color: transparent !important;
  padding: 0rem 3rem;
}

header .acwa-navbar .navbar-brand {
  padding: 0;
}

header .acwa-navbar .navbar-brand img {
  max-height: 84px;
}

header .acwa-navbar .primary-nav .nav-item .nav-link {
  font-size: 1rem;
  padding: 0.5rem 0;
  color: #fff;
  margin: 2.5rem 1rem;
  border-bottom: 3px solid transparent;
  position: relative;
}

header .acwa-navbar .primary-nav .dropdown-menu {
  width: 100%;
  background: rgba(var(--primary-shade2), 0.84);
  border: 0;
  border-radius: 0;
  margin: 0;
  left: 0;
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: block;
}

header .acwa-navbar .nav-item.dropdown:hover>.dropdown-menu {
  /* display: block; */
  /*opacity: 1;*/
  /*visibility: visible;*/
}

header .acwa-navbar .primary-nav .nav-item.active-link>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item {
  color: #fff;
  text-decoration: none;
  gap: 0.8rem;
  display: flex;
  align-items: center;
  border-radius: var(--common-radius);
  padding: 1rem;
  transition: all 0.3s ease;
  margin: 0.5rem 0;
}

.acwa-navbar .dropdown-menu .col-md-4 .sub-menu li:last-child .sub-menu-item {}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item h6 {
  font-size: 0.875rem;
  margin: 0;
}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item p {
  font-size: 0.75rem;
  margin: 0;
}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item .icon {
  border: 2px solid #5d5669;
  font-size: 1rem;
  border-radius: 12px;
  padding: 0.5rem;
  transition: all 0.3s ease;
}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item:hover {
  color: #d4fd89;
  background-color: #2e2235;
}

header .acwa-navbar .primary-nav .dropdown-menu .sub-menu li .sub-menu-item:hover .icon {
  color: #2e2235;
  background-color: #d4fd89;
  border-color: #d4fd89;
}

header .acwa-navbar .primary-nav .nav-item .nav-link .la-angle-down {
  font-size: 0.75rem;
  margin-left: 0.2rem;
}

header .acwa-navbar .primary-nav .nav-item .nav-link:hover {
  border-bottom: 3px solid #d4fd89;
}

header .acwa-navbar .primary-nav .nav-item.active-link .nav-link {
  border-bottom: 3px solid #d4fd89;
}

header .acwa-navbar .primary-nav .dropdown-menu .card {
  border: 0 !important;
  box-shadow: none !important;
  background: transparent;
  max-width: 330px;
}

header .acwa-navbar .primary-nav .dropdown-menu .card img {}

header .acwa-navbar .primary-nav .dropdown-menu .card-body {
  background: rgba(var(--primary-shade2));
  color: #fff;
}

header .acwa-navbar .primary-nav .dropdown-menu .card-body h5 {
  font-size: 1rem;
}

header .acwa-navbar .primary-nav .dropdown-menu .card-body p {
  font-size: 0.85rem;
}

header .acwa-navbar .primary-nav .dropdown-menu .card-body a {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #d5fd89;
  text-decoration: none;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

header .acwa-navbar .right-nav .nav-item .nav-link {
  font-size: 1rem;
  padding: 1.5rem 0;
  color: #fff;
  margin: 0 0.5rem;
  line-height: 1;
}

header .acwa-navbar .right-nav .nav-item .nav-link .la-angle-down {
  font-size: 0.75rem;
  margin-right: 0.3rem;
}

header .acwa-navbar .right-nav .nav-item.accessibility .nav-link .las {
  font-size: 2rem;
  line-height: 1.5;
}

header .acwa-navbar .right-nav .nav-item.accessibility .nav-link .las {
  font-size: 2rem;
  line-height: 1.5;
}

header .acwa-navbar .right-nav .lang-sel:hover .dropdown-menu {
  min-width: auto;
  background-color: rgba(var(--primary-shade2));
  color: #fff;
}

header .acwa-navbar .right-nav .lang-sel .dropdown-menu li a {
  min-width: auto;
  background-color: transparent;
  color: #fff;
  font-size: 0.875rem;
}

header .acwa-navbar .right-nav .lang-sel .dropdown-menu li.active a {
  color: #d4fd89;
}

header .acwa-navbar .right-nav .lang-sel .dropdown-menu li a:hover {
  color: #d4fd89;
}

header .acwa-navbar .dropdown-toggle::after {
  display: none;
}

header .acwa-navbar .navbar-toggler:focus {
  box-shadow: none;
}

header .acwa-navbar .navbar-toggler {
  box-shadow: none;
  border: none !important;
  color: #2f2335;
  background: #d3f888;
  border-radius: var(--common-radius);
  padding: 8px;
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: none;
}

header .search {
  position: relative;
}

header .search .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}

header .search .search-wrap {
  position: relative;
}

header .search .search-input-elm {
  position: absolute;
  top: -4px;
  right: 45px;
  display: none;
  width: 300px;
  z-index: 10;
}

header .search .search-btn {
  background: transparent;
  border: 0px none;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 8px;
  line-height: 1;
  cursor: pointer;
}

header .search .search-btn i {
  display: flex;
  align-items: center;
}

header .search .search-btn span {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.75rem;
}

header .search .search-btn i {
  /* transform: rotateY(170deg); */
  font-size: 1.8rem;
  line-height: 1.5;
}

header .search .search-input {
  width: 100%;
  background: #fff;
  color: rgb(77, 77, 77);
  padding: 8px 10px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 1px;
  font-size: 14px;
  font-weight: 400;
  max-width: 300px;
}

.search-btn .la-search:before {
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjM2MTggMTUuODMwMkwyMiAyMC40Njg0TDIwLjQ2ODQgMjJMMTUuODMwMiAxNy4zNjE4QzE0LjE2MjUgMTguNjk2MSAxMi4wNDc0IDE5LjQ5NDIgOS43NDcxMiAxOS40OTQyQzQuMzY2NzEgMTkuNDk0MiAwIDE1LjEyNzUgMCA5Ljc0NzEyQzAgNC4zNjY3MSA0LjM2NjcxIDAgOS43NDcxMiAwQzE1LjEyNzUgMCAxOS40OTQyIDQuMzY2NzEgMTkuNDk0MiA5Ljc0NzEyQzE5LjQ5NDIgMTIuMDQ3NCAxOC42OTYxIDE0LjE2MjUgMTcuMzYxOCAxNS44MzAyWk0xNS4xODg5IDE1LjAyNjZDMTYuNTEzMiAxMy42NjE4IDE3LjMyODIgMTEuODAwMSAxNy4zMjgyIDkuNzQ3MTJDMTcuMzI4MiA1LjU1ODU2IDEzLjkzNTcgMi4xNjYwMyA5Ljc0NzEyIDIuMTY2MDNDNS41NTg1NiAyLjE2NjAzIDIuMTY2MDMgNS41NTg1NiAyLjE2NjAzIDkuNzQ3MTJDMi4xNjYwMyAxMy45MzU3IDUuNTU4NTYgMTcuMzI4MiA5Ljc0NzEyIDE3LjMyODJDMTEuODAwMSAxNy4zMjgyIDEzLjY2MTggMTYuNTEzMiAxNS4wMjY2IDE1LjE4ODlMMTUuMTg4OSAxNS4wMjY2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+");
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  font-size: 1.5rem;
}

header .search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  color: rgb(255, 255, 255);
  background: transparent;
  border: 0;
}

header .right-nav .nav-link {}

header .search .search-btn:focus,
header .search .search-input:focus,
header .search .search-submit:focus {
  outline: none;
}

header .search ::-webkit-input-placeholder {
  color: rgb(7, 7, 7);
}

header.mobile-fixed .acwa-navbar {
  background-color: rgba(var(--primary-shade2), 0.84) !important;
  backdrop-filter: blur(4px);
}

/****** Footer ******/

.footer {
  background-color: rgba(var(--primary-shade1));
  /*background-image: url(../images/footer_bg.png);*/
  background-position: center center;
}

footer .logo-wrap .logo {
  max-width: 222px;
}

.footer-top {
  border-bottom: solid 1px rgb(94 95 98 / 60%);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

.footer h4 {
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
  max-width: 524px;
  text-align: left;
}

.footer h6 {
  color: rgba(var(--primary-shade1), 1);
  font-weight: 600;
}

.footer .card .card-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

.footer p {
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
}

.footer .card {
  background-color: transparent;
  border: solid 1px rgb(94 95 98 / 60%);
  border-radius: var(--border-raduis-card);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .card p {
  opacity: 0;
  color: rgba(var(--primary-shade1), 1);
  transition: all 0.3s linear;
}

.footer .card:hover {
  background-color: rgba(var(--primary-shade2), 1);
  border: solid 1px;
  border-color: var(--primary-shade1);
}

.footer .card:hover p {
  color: #fff;
  opacity: 1;
}

.footer .card:hover h6 {
  color: rgba(var(--primary-shade1), 1);
}

.footer .card:hover .icon {
  background-color: #fff;
  color: #2d2134;
  border: none;
}

.footer .card .icon {
  font-size: 20px;
  align-items: end;
  color: #fff;
  border: 1px solid;
  padding: 0.5rem;
  border-radius: 50%;
}

footer .cta-links ul li a {
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #fff;
  display: inline-block;
}

footer .cta-links ul li a:hover {
  color: rgba(var(--secondary-shade1), 1);
}

footer .footer-middle {
  border-bottom: solid 1px rgb(94 95 98 / 60%);
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

footer .footer-last .privacy-links a {
  color: #fff;
  transition: all 0.3s ease;
}

footer .footer-last .privacy-links a:hover {
  color: rgba(var(--secondary-shade1), 1);
}

.footer .copyright {
  color: #fff;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.footer .copyright .la-copyright {
  font-size: 1rem;
}

.footer .copyright p {
  font-size: 0.875rem;
}

.footer .privacy-links {
  display: inline-flex;
  gap: 2rem;
}

.footer .social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  justify-content: end;
}

.footer .social ul {
  display: inline-flex;
}

.footer .social li a {
  border-radius: 50%;
  padding: 0.5rem;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 10%);
  margin-right: 0.75rem;
  text-decoration: none;
  color: #fff;
}

.footer .social li a:hover {
  background-color: rgba(var(--secondary-shade1), 1);
}

.footer .social .x-icon {
  fill: #fff;
}

.footer .social .lab {
  font-size: 1.25rem;
}

/***** Nav tabs *****/
.nav-tabs .nav-item {
  margin-right: 0.25rem;
}

.nav-tabs .nav-item .nav-link.active {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}

.nav-tabs .nav-item .nav-link {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  background-color: #f2f2f2;
  border: 1px solid #dbdbdb;
}

.nav-tabs {
  border: none;
}

/* Custom select dropdown for Earning & Reports*/
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  position: relative;
  background-image: none;
  padding-right: 2.25rem;
  cursor: pointer;
}

.custom-select-trigger::after {
  content: "";
  position: absolute;
  right: 2.25rem;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/select_arrow_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.custom-select-trigger.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.custom-options-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 140px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 999;
  display: none;
}

.custom-options-dropdown div {
  padding: 0.5rem 2.5rem;
  cursor: pointer;
  font-size: 1.125rem;
  transition: linear 0.2s;
}

.custom-options-dropdown div:hover {
  background: rgba(var(--secondary-shade1));
}

#quarter-dropdown option:hover,
#quarter-dropdown option:focus {
    background-color: rgba(var(--secondary-shade1),1) !important; /* same green */
    color: #000;
}

/* Selected option (when dropdown is open) */
#quarter-dropdown option:checked {
    background-color: rgba(var(--secondary-shade1),1) !important;
    color: #000;
}

/* Active state (mouse down / keyboard) */
#quarter-dropdown option:active {
    background-color: rgba(var(--secondary-shade1),1) !important;
    color: #000;
}

/* Remove blue focus highlight on select */
#quarter-dropdown:focus {
    outline: none;
    box-shadow: none;
}

/*----  page-banner (Landing Page) -----*/

.page-banner {
  position: relative;
  height: 80vh;
  overflow: hidden;
}

.page-banner .wrapper {
  border-bottom: 10px solid;
  border-color: rgba(var(--primary-shade1));
}

.page-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-banner .left-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 10rem;
}

.page-banner .left-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 0.875rem;
}

.page-banner .left-content .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 1);
  font-size: 0.875rem;
  font-weight: 600;
}

.page-banner .left-content .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 1);
}

.page-banner .left-content h3 {
  font-family: "AcwaHeadline_Light";
  margin-bottom: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 200;
}

.page-banner .left-content p {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
}

.page-banner .banner-overlay {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
}

.page-banner .banner-overlay-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.page-banner .overlay-number {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(var(--primary-shade1));
  padding: 1.5rem;
  justify-content: flex-end;
}

.page-banner .overlay-number h5 {
  font-family: "AcwaHeadline_Bold";
  font-size: 3rem;
  color: #fff;
}

.page-banner .overlay-number p {
  font-size: 1rem;
  color: #fff;
  margin: 0;
}

.page-banner .overlay-number.bg-transparent-1 {
  background-color: rgba(var(--primary-shade1), 0.1);
}

.page-banner .overlay-number.bg-transparent-2 {
  background-color: rgba(var(--primary-shade1), 0.2);
}

.page-banner .overlay-number.bg-transparent-3 {
  background-color: rgba(var(--primary-shade1), 0.3);
}

.page-banner .overlay-number.bg-transparent-4 {
  background-color: rgba(var(--primary-shade1), 0.4);
}

/*----  page-banner (Landing Page) -----*/

.page-banner-inner {
  position: relative;
  background-color: rgba(var(--primary-shade2));
  z-index: 1;
  padding-top: 12rem;
}

.page-banner-inner .wrapper {}

.page-banner-inner .left-content {
  padding-bottom: 3.5rem;
}

.page-banner-inner .left-content .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  font-size: 0.875rem;
}

.page-banner-inner .left-content .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 1);
  font-size: 0.875rem;
  font-weight: 600;
}

.page-banner-inner .left-content .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 1);
}

.page-banner-inner .left-content h3 {
  font-family: "AcwaHeadline_Light";
  margin-bottom: 0.5rem;
  color: rgb(255, 255, 255);
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 0;
}

.page-banner-inner .left-content p {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
}

.page-banner-inner .banner-image {
  position: relative;
  z-index: 1;
}

.page-banner-inner .banner-image img {
  max-height: 700px;
}

.page-banner-inner .banner-image:after {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/**** Page-banner for complience-line privacy-policy legal-notice ****/

.compliance .page-banner-inner,
.legal .page-banner-inner,
.policy .page-banner-inner {
  display: flex;
  align-items: end;
  height: 80vh;
}

/***** explore - links *****/
.explore {
  display: none;
}

.explore ul li {
  border-bottom: 1px solid #dadada;
  padding: 1rem 0;
}

.explore ul li:last-child {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

.explore ul li p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.explore ul li p a {
  text-decoration: underline;
  color: rgba(var(--primary-shade1));
  font-size: 1rem;
  font-weight: 600;
}

.explore ul li p a .icon {
  color: rgba(var(--primary-shade1));
  font-size: 1.2rem;
  padding-left: 0.3rem;
}

/***** Hero-2 *****/

.generic-copy h5 {
  width: 89%;
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.generic-copy p {
  width: 88%;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.hsse .generic-copy h5 {
  width: 60%;
  font-size: 1.75rem;
}

.hsse .generic-copy p {
  width: 88%;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

/*---- Guiding Principles ----*/

.principles {
  align-items: center;
}

.principles .principles-heading h5 {
  font-family: "AcwaHeadline_Light";
  font-size: 2.625rem;
  color: rgba(var(--primary-shade1));
  max-width: 80%;
}

.principles .principles-heading p {
  max-width: 90%;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.principles .principle-card {
  height: 100%;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8f5ff;
}

.principles .principle-card .card-top {
  max-width: 80%;
  width: 100%;
}

.principles .principle-card .card-top h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1), 1);
}

.principles .principle-card .card-top p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  text-decoration: none;
}

.principles .principle-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.principles .principle-card .card-bottom img {
  width: 64px;
  height: 64px;
}

.principles .principle-card .card-bottom h5 {
  color: #7a7a7a;
  font-size: 1.5rem;
  font-weight: 300;
}

.principles .principle-card .card-bottom .icon {
  color: rgba(var(--primary-shade1), 1);
  font-size: 4rem;
}

.our-principles .principles .principle-card .card-top p {
  line-height: 1.5;
}

.our-principles .principles .principle-card {
  padding: 1.75rem;
}

.our-principles .principles .principle-card .card-top {
  max-width: 85%;
}

/***** Accordion ******/
.acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.75rem;
  font-weight: 300;
  color: rgba(var(--primary-shade2));
  background: transparent;
  padding-left: 0 !important;
}

.acwa-accordion {
  background-color: #e9e3f8;
  padding: 1rem 0;
}

.hsse .acwa-accordion {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.acwa-accordion .accordion-item:last-child {
  border-bottom: 2px solid transparent;
}

.hsse .acwa-accordion p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.acwa-accordion .accordion {
  background-color: transparent;
}

.acwa-accordion .accordion .accordion-item {
  background-color: transparent;
  border-top: 1px solid #b5a5d8;
}

.acwa-accordion .accordion .accordion-item:first-of-type {
  border-top: 1px solid transparent;
}

.acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
  border-bottom-color: transparent;
  box-shadow: none;
}

.acwa-accordion .accordion .accordion-button:focus {
  box-shadow: none !important;
}

.acwa-accordion .accordion .accordion-button::before {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(var(--primary-shade2)) !important;
  border-radius: var(--common-radius);
  padding: 1.2rem !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f067";
  font-size: 22px;
  color: rgba(var(--primary-shade2)) !important;
  background-image: none;
  transition: all 0.2s linear;
  margin-right: 1.5rem;
}

.acwa-accordion .accordion .accordion-button:not(.collapsed)::before {
  background-color: rgba(var(--primary-shade1));
  border: 2px solid rgba(var(--light-color)) !important;
  content: "\f068";
  color: rgba(var(--light-color)) !important;
  transition: all 0.2s linear;
}

.acwa-accordion .accordion .accordion-button::after,
.acwa-accordion .accordion .accordion-button:not(.collapsed)::after {
  display: none;
}

.acwa-accordion .accordion .accordion-item .accordion-body {
  background: #fff;
  padding: 1.5rem;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.acwa-accordion .accordion .accordion-item .accordion-body h6 {
  font-size: 1.2rem;
}

.acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li p {
  margin-left: 1.5rem;
}

.acwa-accordion .accordion .accordion-item .accordion-body p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.acwa-accordion .accordion .accordion-item .accordion-body ul {
  margin: 0;
}

.acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li {
  display: flex;
  justify-content: space-between;
}

.acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li::before {
  content: "\f138";
  font-family: "Line Awesome Free";
  font-size: 1rem;
  font-weight: 900;
  position: absolute;
  left: 0;
}

.acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content a i {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.acwa-accordion .accordion .accordion-item .accordion-body .nav-item:first-child {
  padding: 0;
}

.acwa-accordion .accordion .accordion-item .accordion-body li {
  padding-left: 0.5rem;
  position: relative;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  flex-direction: column;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content ul li {
  flex-direction: row;
  align-items: start;
  gap: 0.5rem;
  border-bottom: 1px solid #b5a5d8;
  padding: 1.5rem 1rem;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content ul li::marker {}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content ul li:last-child {
  border: none;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content ul li p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-content ul li i {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  font-weight: 600;
}

.acwa-accordion .accordion .accordion-item .accordion-body .map-image img {
  max-width: 100%;
  height: auto;
}

/*---- Generic CTA - Above Footer ----*/

.generic-cta {
  background: #e9e3f8 url(../images/quotes_bg_overlay.png) no-repeat;
  position: relative;
  background-size: 400px;
  background-position: 85% bottom;
}

.generic-cta .generic-cta-left {
  display: flex;
  align-items: center;
}

.generic-cta .generic-cta-left img {
  width: 90px;
  height: 90px;
}

.generic-cta .generic-cta-left .cta-text {
  width: 63%;
  font-family: "AcwaHeadline_Light";
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
}

.csr .generic-cta .generic-cta-left .cta-text {
  width: 98%;
}

.generic-cta .generic-cta-left .cta-text sup {
  font-size: 0.75rem;
}

.generic-cta .generic-cta-right .width-fit {
  width: fit-content;
}

/***** site-info-content *****/

.site-info-content {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
}

.site-info-content .content-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.legal .site-info-content .inner-wrapper,
.policy .site-info-content .inner-wrappe {
  padding-bottom: 5rem;
}

.site-info-content h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  line-height: 1.5;
}

.site-info-content p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.site-info-content ul {
  color: rgba(var(--primary-shade2));
}

.site-info-content ul li::marker {
  font-size: 0.875rem;
}

.site-info-content ul li {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

/*********************** Home Page *********************/

/*--- Home - Banner ---*/

.home .banner {
  position: relative;
}

.home .banner .banner-item {
  height: 100vh;
  position: relative;
}

.home .banner .banner-item img {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.home .banner .banner-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.home .banner .banner-item img::after {
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%);
}

.home .banner .banner-item .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.home .banner .caption {
  max-width: 770px;
  padding-top: 5rem;
}

.home .banner .caption h3 {
  /*max-width: 415px;*/
  max-width: 440px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: "AcwaHeadline_Light";
}

.home .banner .caption p {
  max-width: 440px;
  color: rgba(var(--light-color));
  font-size: 1rem;
  /*margin-left: 5rem;*/
}

.home .banner .caption a {
  /*margin-left: 5rem;*/
}

.home .banner .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 5%;
  display: flex;
  flex-flow: row;
}

.home .banner .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.home .banner .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.home .banner .landing-carousel .owl-nav {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.home .banner .landing-carousel .owl-nav button.owl-next,
.home .banner .landing-carousel .owl-nav button.owl-prev {
  width: 15px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff !important;
  border-radius: var(--common-radius);
  padding: 1rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.home .banner .landing-carousel .owl-nav button.owl-next:hover,
.home .banner .landing-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.home .banner .landing-carousel .owl-nav button.owl-next:hover:before,
.home .banner .landing-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.home .banner .landing-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 1rem;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
}

.home .banner .landing-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 1rem;
  color: #fff;
  transition: all 0.2s linear;
}

/*--- Home - Who We Are ---*/

.home .who-we-are .who-we-are-content {
  max-width: 500px;
}

.home .who-we-are .who-we-are-content h6 {
  color: rgba(var(--dark-color), 1);
  font-size: 0.875rem;
  font-weight: 500;
}

.home .who-we-are .who-we-are-content h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1), 1);
  font-size: 2.625rem;
  font-weight: 400;
  width: 88%;
}

.home .who-we-are .who-we-are-content p {
  color: rgba(var(--dark-color), 1);
  font-weight: 400;
  font-size: 1rem;
}

.home .who-we-are .who-we-are-right {
  display: flex;
  align-items: center;
}

.home .who-we-are-right .box div:first-child {
  width: 44px;
  height: 44px;
}

.home .who-we-are-right .box img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.home .who-we-are-right .box:not(:last-child) {
  margin-bottom: 0rem;
}

.home .who-we-are-right .box-wrap {
  display: flex;
}

.home .who-we-are-right .box {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1rem;
}

.home .who-we-are-right .box .count {
  font-family: "AcwaHeadline_Regular";
  color: rgba(var(--primary-shade2), 1);
  margin-bottom: 0;
  font-size: 1.5rem;
  display: flex;
  align-items: end;
  gap: 6px;
  line-height: 1;
  justify-content: flex-start;
}

.home .who-we-are-right .box .type {
  font-size: 1rem;
  color: rgba(var(--primary-shade1), 1);
}

/*--- Home - What We Do ---*/

.home .what-we-do {
  background-color: #e7e7e7;
  overflow-x: hidden;
}

.home .what-we-do .what-we-do-image {
  position: relative;
}

.home .what-we-do .what-we-do-image .img-wrap {
  width: 100%;
}

.home .what-we-do .what-we-do-image .img-wrap img {
  width: 100%;
}

.home .what-we-do .overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home .what-we-do .overlay-content .overlay-card-row {
  width: 100%;
  height: 33.3%;
  display: flex;
}

.home .what-we-do .overlay-content .card-block {
  width: 33.3%;
  height: 100%;
  padding: 2rem;
}

.home .what-we-do .overlay-content .card-1 {
  background-color: rgba(var(--dark-color), 0.5);
}

.home .what-we-do .overlay-content .card-2 {
  background-color: #bdbdbd;
  display: flex;
  flex-wrap: wrap;
}

.home .what-we-do .overlay-content .card-2 h6,
.home .what-we-do .overlay-content .card-2 p {
  color: rgba(var(--dark-color));
  font-size: 0.75rem;
  margin: 0;
}

.home .what-we-do .overlay-content .card-2 h3 {
  font-family: "AcwaHeadline_Bold";
  font-size: 1.5rem;
  margin-top: 0.75rem;
  /* font-weight: 600; */
  color: rgba(var(--primary-shade2));
}

.home .what-we-do .overlay-content .card-2 h3 span {
  font-size: 2rem;
}

.home .what-we-do .overlay-content .card-3 {
  background-color: #2d2134;
  display: flex;
  flex-wrap: wrap;
}

.home .what-we-do .overlay-content .card-3 h3 {
  font-family: "AcwaHeadline_Bold";
  font-size: 1.5rem;
  margin-top: 0.75rem;
  color: #ffffff;
}

.home .what-we-do .overlay-content .card-3 .bottom,
.home .what-we-do .overlay-content .card-2 .bottom {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.home .what-we-do .overlay-content .card-3 .bottom .left-tooptip,
.home .what-we-do .overlay-content .card-2 .bottom .right-tooptip {
  font-size: 20px;
}

.home .what-we-do .overlay-content .card-3 p {
  color: rgba(var(--light-color));
  font-size: 0.75rem;
  margin: 0;
}

.home .what-we-do .what-we-do-content {
  padding: 1rem 1rem 1rem 2rem;
}

.home .what-we-do .what-we-do-content h6 {
  color: rgba(var(--dark-color), 1);
  font-size: 0.875rem;
  font-weight: 500;
}

.home .what-we-do .what-we-do-content h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1), 1);
  font-size: 2.625rem;
  font-weight: 400;
  max-width: 450px;
}

.home .what-we-do .what-we-do-content p {
  color: rgba(var(--dark-color), 1);
  font-weight: 400;
  font-size: 1rem;
}

.home .what-we-do .whatwedo-info .what-we-do-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.home .what-we-do .whatwedo-info .what-we-do-links a {
  text-decoration: none;
  color: rgba(var(--dark-color), 1);
}

.home .what-we-do .whatwedo-info .what-we-do-links .icon {
  color: rgba(var(--primary-shade1), 1);
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.home .what-we-do .whatwedo-info .what-we-do-links .icon:hover {
  background-color: rgba(var(--primary-shade1));
  border-color: rgba(var(--primary-shade1));
  color: rgba(var(--light-color));
}

/*---- Home - Sustainability ----*/

.home .sustainability {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home .sustainability .download-report .la-arrow-right {
  color: #fff;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid #fff;
  padding: 0.5rem;
  transition: all 0.2s linear;
  transform: rotate(90deg);
}

.home .sustainability .download-report .la-arrow-right:hover {
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  background: rgba(var(--primary-shade1), 1);
}

.home .sustainability .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home .sustainability .sustainability-content {
  max-width: 600px;
}

.home .sustainability .sustainability-content h6 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
}

.home .sustainability .sustainability-content h4 {
  font-family: "AcwaHeadline_Light";
  color: #fff;
  font-size: 2.625rem;
  /* font-weight: 400; */
}

.home .sustainability .sustainability-content p {
  color: #fff;
}

.home .sustainability .sustainability-content .sustainability-links {
  margin-top: 3rem;
}

.home .sustainability .sustainability-content .download-report {
  color: #fff;
  text-decoration: none;
}

.home .sustainability .sustainability-content .download-report .icon {
  color: #fff;
  background: none;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid #fff;
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.home .sustainability .sustainability-content .download-report .icon:hover {
  background-color: #ffff;
  color: rgba(var(--dark-color));
}

/*---- Home - Investors- ---*/

.home .investors {
  background-color: rgba(var(--primary-shade1));
  background: rgb(232 228 247);
}

.home .investors .investors-content-left-wrap {
  display: flex;
  justify-content: flex-start;
  /* padding-left: 5%; */
}

.home .investors .investors-content-left .investor-links .box {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.2;
}

.home .investors .investors-content-left {
  /*max-width: 525px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.home .investors .investors-content-left .sub-content {}

.home .investors .investors-content-left h6 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.home .investors .investors-content-left h5 {
  font-family: "AcwaHeadline_Regular";
  font-size: 2.625rem;
  /* font-weight: 400; */
  margin-bottom: 0.7rem;
  max-width: 90%;
  color: rgba(var(--primary-shade1));
}

.home .investors .investors-content-left p {
  font-weight: 400;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.home .investors .investors-content-left .investor-links .download-report {
  text-decoration: none;
  color: rgba(var(--primary-shade2));
}

.home .investors .investors-content-left .investor-links .download-report .icon {
  color: rgba(var(--primary-shade1));
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1));
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.home .investors .investors-content-left .investor-links .download-report .icon:hover {
  background-color: rgba(var(--secondary-shade1), 1);
  border-color: rgba(var(--secondary-shade1), 1);
  color: rgba(var(--dark-color));
}

.home .investors .investors-content-left .box {
  display: none;
  gap: 0.3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  align-items: center;
  flex-direction: row;
}

.home .investors .investors-content-left img {
  width: 54px;
  height: 64px;
  filter: invert(1) brightness(100);
}

.home .investors .investors-content-left .investor-links h6 {
  margin-bottom: 0;
}

.home .investors .investors-content-left .box .count {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.home .investors .investors-content-left .box .type {
  font-size: 1rem;
  color: rgba(var(--primary-shade1));
}

.home .investors .investors-content-right {
  /* padding-right: 2rem; */
  display: flex;
  margin: 1rem 0;
  max-width: 90%;
  align-content: center;
  align-items: center;
  width: 100%;
  /* height: 400px; */
}

.home .investors .investors-content-right iframe {
  /* width: 100%; */
  /* height: 100% !important; */
}

.home .investors .investors-content-right iframe {}

/*--- Home - Life at ACWA ---*/

.home .life-at-acwa {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.home .life-at-acwa .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.home .life-at-acwa .life-at-acwa-content {
  max-width: 700px;
}

.home .life-at-acwa .life-at-acwa-content h6 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

.home .life-at-acwa .life-at-acwa-content h4 {
  font-family: "AcwaHeadline_Light";
  color: #fff;
  font-size: 2.625rem;
  font-weight: 400;
  max-width: 400px;
}

.home .life-at-acwa .life-at-acwa-content p {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  max-width: 500px;
  margin: 0;
}

.home .life-at-acwa .life-at-acwa-content .life-at-acwa-links {
  margin-top: 3rem;
}

.home .life-at-acwa .life-at-acwa-content .learn-more {
  color: #fff;
  text-decoration: none;
}

.home .life-at-acwa .life-at-acwa-content .learn-more .icon {
  color: #fff;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid #fff;
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.home .life-at-acwa .life-at-acwa-content .learn-more .icon:hover {
  background-color: rgba(var(--primary-shade1));
  border-color: rgba(var(--primary-shade1));
  /*color: rgba(var(--dark-color));*/
  color: rgba(var(--light-color));
}

.home .life-at-acwa .life-at-acwa-content .box {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #fff;
  gap: 0.3rem;
}

.home .life-at-acwa .life-at-acwa-content .box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.home .life-at-acwa .life-at-acwa-content .life-at-acwa-links .box .count {
  margin-bottom: 0;
  font-size: 1.5rem;
}

/*--- Latest news ---*/

.acwa-news .section-heading h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1), 1);
  font-size: 2.625rem;
  /* font-weight: 400; */
  max-width: 80%;
}

.acwa-news .section-heading i {
  font-size: 20px;
  border: 2px solid;
  border-radius: var(--common-radius);
}

.acwa-news .card {
  border: none;
}

.acwa-news .news-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-raduis-card);
}

.acwa-news .news-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  transition: all 0.4s linear;
}

.acwa-news .news-carousel .news-card img {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 340px;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

.acwa-news .news-carousel .news-card i {
  font-size: 24px;
}

.acwa-news .news-carousel .news-card:hover::before {
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 100%);
  height: 55%;
}

.acwa-news .news-carousel .news-card h6 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.acwa-news .news-carousel .news-card a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}

.acwa-news .news-carousel .news-card p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}

.acwa-news .section-heading a {
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}

.acwa-news .section-heading i {
  color: rgba(var(--primary-shade1), 1);
}

.acwa-news .card-text-overlay {
  position: absolute;
  color: white;
  font-size: 0.875rem;
  bottom: 6px;
  padding: 1rem;
}

.acwa-news .news-carousel .owl-next,
.acwa-news .news-carousel .owl-prev {
  width: 32px !important;
  height: 32px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border: 2px solid rgba(var(--primary-shade1), 1) !important;
  border-radius: var(--common-radius);
  padding: 1rem !important;
  transition: all 0.2s linear;
}

.acwa-news .news-carousel .owl-next:hover,
.acwa-news .news-carousel .owl-prev:hover {
  color: #fff;
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.acwa-news .news-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 24px;
  color: rgba(var(--primary-shade1), 1);
}

.acwa-news .news-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 24px;
  color: rgba(var(--primary-shade1), 1);
}

.acwa-news .news-carousel .owl-nav.disabled,
.acwa-news .news-carousel .owl-dots.disabled {
  display: block;
}

.acwa-news .news-carousel .owl-nav.disabled {
  color: #ffffff;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.acwa-news .news-carousel .owl-next:hover::before {
  color: #fff;
}

.acwa-news .news-carousel .owl-prev:hover::before {
  color: #fff;
}

.acwa-news .news-carousel .owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 1rem;
  color: rgba(var(--primary-shade1), 1);
}

.acwa-news .news-carousel .owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 1rem;
  color: rgba(var(--primary-shade1), 1);
}

.acwa-news .news-carousel .owl-prev span {
  display: none;
}

.acwa-news .news-carousel span {
  display: none;
}

.acwa-news .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-top: 4rem;
}

.acwa-news .news-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -22px;
}

.acwa-news .news-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #c9b8ed !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.acwa-news .news-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1), 1) !important;
}

/*----- focus-areas -----*/

.csr .focus-areas {
  position: relative;
  background-image: url(../images/focus_areas_bg.png);
  width: 100%;
  background-size: cover;
  padding-bottom: 8rem;
}

.csr .focus-areas .focus-heading h5 {
  font-family: "AcwaHeadline_Light";
  font-size: 2.625rem;
  color: rgba(var(--light-color));
}

.csr .focus-areas .focus-heading p {
  max-width: 28%;
  color: rgba(var(--light-color));
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.csr .focus-areas .focus-heading {
  color: rgba(var(--light-color));
}

.csr .focus-areas .focus-carousel .focus-card {
  width: 100%;
  height: 280px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(var(--primary-shade1));
  transition: all 0.3s ease;
}

.csr .focus-areas .focus-carousel .focus-card .card-top h6 {
  font-size: 1.5rem;
  color: rgba(var(--light-color), 1);
}

.csr .focus-areas .focus-carousel .focus-card .card-top p {
  color: rgba(var(--light-color), 1);
}

.csr .focus-areas .focus-carousel .focus-card .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.csr .focus-areas .focus-carousel .focus-card .card-bottom img {
  width: 64px;
  height: 64px;
}

.csr .focus-areas .focus-carousel .focus-card .card-bottom h5 {
  color: rgba(var(--primary-shade2), 1);
  font-size: 1.5rem;
  font-weight: 300;
}

.csr .focus-areas .focus-carousel .focus-card .card-bottom .icon {
  color: rgba(var(--primary-shade2), 1);
  font-size: 4rem;
}

.csr .focus-areas .focus-carousel .focus-card:hover {
  background-color: rgba(var(--dark-color), 0.85);
}

.csr .focus-areas .focus-carousel .focus-card:hover .card-bottom h5 {
  color: rgba(var(--light-color));
}

.csr .focus-areas .focus-carousel .focus-card:hover .card-bottom .icon {
  color: rgba(var(--primary-shade1));
}

.csr .focus-areas .focus-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  height: 54px;
  align-items: center;
}

.csr .focus-areas .focus-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.csr .focus-areas .focus-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.csr .focus-areas .focus-carousel .owl-dot span {
  display: none;
}

.csr .focus-areas .focus-carousel .owl-nav {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
}

.csr .focus-areas .focus-carousel .owl-nav button.owl-next,
.csr .focus-areas .focus-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff !important;
  border-radius: var(--common-radius);
  padding: 1.3rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.csr .focus-areas .focus-carousel .owl-nav button.owl-next:hover,
.csr .focus-areas .focus-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.csr .focus-areas .focus-carousel .owl-nav button.owl-next:hover:before,
.csr .focus-areas .focus-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.csr .focus-areas .focus-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
}

.csr .focus-areas .focus-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: #fff;
  transition: all 0.2s linear;
}

.csr .focus-areas .focus-carousel .owl-nav.disabled {
  display: none;
}

/*----- CSR - sustainability -----*/

.csr-sustainablity {
  /* background-color: #f8f5ff; */
  padding-bottom: 8rem;
}

.csr-sustainablity h5 {
  font-family: "AcwaHeadline_Light";
  font-size: 2.625rem;
  color: rgba(var(--primary-shade1));
}

.csr-sustainablity .icon {
  color: rgba(var(--primary-shade1), 1);
  font-size: 1.5rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.3rem;
}

.csr-sustainablity .csr-sustainablity-carousel {
  width: 100%;
}

.csr-sustainablity .csr-sustainablity-carousel .sustainablity-card {
  width: 100%;
}

.csr-sustainablity .csr-sustainablity-carousel .sustainablity-card .card-image {
  width: 100%;
  height: 300px;
  display: block;
  object-fit: cover;
}

.csr-sustainablity .csr-sustainablity-carousel .sustainablity-card a {
  text-decoration: none;
}

.csr-sustainablity .csr-sustainablity-carousel .sustainablity-card p {
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.csr-sustainablity .csr-sustainablity-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  height: 54px;
  align-items: center;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-dot span {
  display: none;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-next,
.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--primary-shade1));
  border: 2px solid !important;
  border-color: rgba(var(--primary-shade1)) !important;
  border-radius: var(--common-radius);
  padding: 1.3rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-next:hover,
.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-next:hover:before,
.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: var(--primary-shade1);
  text-align: center;
  transition: all 0.2s linear;
}

.csr-sustainablity .csr-sustainablity-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: var(--primary-shade1);
  transition: all 0.2s linear;
}

/****** Investors ******/

.investors .row {
  --bs-gutter-x: 1.875rem;
}

.investors .financial h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.investors .financial img {
  width: 100%;
  height: auto;
}

/*---- recent-activity ----*/

.recent-activity .row {
  --bs-gutter-x: 0;
}

.recent-activity .activity .activity-heading {
  border-bottom: 1px solid #dadada;
  padding-bottom: 1.5rem;
}

.recent-activity .activity .activity-heading h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
  margin: 0;
}

.recent-activity .presentation {
  height: 100%;
  padding-left: 20%;
  padding-right: 5%;
  background-color: rgba(243, 243, 243, 1);
}

.recent-activity .financial {
  height: 100%;
  padding-right: 20%;
  padding-left: 5%;
  background-color: rgba(233, 227, 248, 1);
}

.recent-activity .activity .activity-content ul {
  margin: 0;
}

.recent-activity .activity .activity-content ul li {
  border-bottom: 1px solid #dadada;
  padding: 1.5rem 0rem;
}

.recent-activity .activity .activity-content ul li:last-child {
  border: none;
}

.recent-activity .activity .activity-content ul li .content-left h6 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.recent-activity .activity .activity-content ul li .content-left p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.recent-activity .activity .activity-content ul li .content-right a {
  text-decoration: none;
}

.recent-activity .activity .activity-content ul li .content-right a i {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.recent-activity .activity .activity-cta {
  padding-top: 0.5rem;
}

/*---- Fixed Income ----*/
.investors .fixed-income {
  padding: 3rem 0;
}

.investors .fixed-income h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.investors .fixed-income .tab-content .tab-pane p {
  color: #776a7f;
  font-size: 0.8125rem;
  margin: 0;
}

.investors .fixed-income .tab-content .tab-pane p span {
  display: block;
  /* width: 48%; */
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content .table {
  margin: 0;
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content .table thead {
  /* background-color: rgba(var(--primary-shade1)) !important; */
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content .table tbody {
  background-color: #e9e3f8;
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content .table thead tr th {
  font-size: 1rem;
  background-color: rgba(var(--primary-shade1));
  color: #ffffff;
  font-weight: 600;
}

.investors .fixed-income .tab-content .tab-pane .tab-pane-content .table tbody tr td {
  font-size: 1rem;
  background-color: #e9e3f8;
  color: rgba(var(--primary-shade2));
  font-weight: 400;
}

.bond #childTab {
  display: flex;
  border: none !important;
  justify-content: center;
}

.investors .fixed-income .tab-content .tab-pane .bond .nav-tabs .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  background-color: transparent;
  border: none;
}

.investors .fixed-income .tab-content .tab-pane .bond .nav-tabs .nav-item .nav-link.active {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(var(--primary-shade2));
  background-color: transparent;
  border: none;
  border-bottom: 0.25rem solid rgba(var(--primary-shade1));
  /* border-radius: var(--common-radius); */
  padding-left: 0;
  padding-right: 0;
}

.bond-img {
  height: auto;
  width: 100%;
}

/* .investors .fixed-income .bond .tab-content .tab-pane .row .col img {
  width: 100%;
  height: auto;
} */

/* Investor - Announcements */

.investors .announcements {
  background-color: rgba(243, 243, 243, 1);
}

.investors .announcements h5 {
  font-family: "AcwaHeadline_Light";
  border-bottom: 1px solid #dadada;
  padding-bottom: 1.5rem;
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
  margin: 0;
}

.investors .announcements .content ul {
  margin: 0;
}

.investors .announcements .content ul li {
  border-bottom: 1px solid #dadada;
  padding: 1.5rem 0rem;
}

.investors .announcements .content ul li:last-child {
  border: none;
}

.investors .announcements .content ul li .content-left h6 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
  line-height: inherit;
}

.investors .announcements .content ul li .content-left p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.investors .announcements .content ul li a {
  text-decoration: none;
}

.investors .announcements .content ul li a i {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.investors .announcements .content .content-cta {
  padding-top: 0.5rem;
}

/****** HSSE ******/
.hsse .page-banner {
  background-color: rgba(var(--primary-shade2));
  z-index: 100;
}

.hsse .page-banner .wrapper {
  border-bottom: none;
}

.hsse .banner-wrap {
  position: relative;
  height: 140vh;
}

.hsse .banner-wrap img {
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 1000;
}

.hsse .page-banner .left-content {
  width: 64%;
  justify-content: start;
  margin-top: 154px;
}

/*---- HSSE - Commitment to excellence----*/
.hsse .commitment-content {
  padding-bottom: 3rem;
}

.hsse .commitment-content .row .col-md-12:nth-child(3) .commitment-card {
  border-bottom: none;
}

.hsse .commitment-content img {
  width: 100%;
  height: auto;
}

.hsse .commitment-content .commitment-card {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #dadada;
}

/* .hsse .commitment-content .commitment-card:first-child {
  padding-top: 0;
} */

.hsse .commitment-content .commitment-card h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1), 1);
  margin-bottom: 1rem;
}

.hsse .commitment-content .commitment-card p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.hsse .commitment-content .commitment-card .content-hidden p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.hsse .commitment-content .commitment-card .content-hidden ul li {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

/* .hsse .commitment-content .row .col-md-6 .row .col-md-12:last-child .commitment-cardP {
  border: none;
  padding-bottom: none;
} */

.hsse .principles .row .col-md-12 {
  margin-bottom: 1.5rem;
}

.hsse .principles .row .col-md-12 .principle-card .card-top {
  max-width: 70%;
}

/* .hsse .principles .row .col-md-12 .principle-card .card-top h6 {
  max-width: 70%;
}

.hsse .principles .row .col-md-12 .principle-card .card-top p {
  max-width: 80%;
} */

.hsse .principles .principle-card .card-top {
  max-width: 100%;
}

.hsse .principles .principle-card .card-bottom h5 {
  margin: 0;
}

.hsse .acwa-accordion h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 0.3rem;
  margin-top: 3rem;
}

.hsse .acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li:first-child {
  padding-top: 0;
}

.hsse .acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #b5a5d8;
}

.hsse .acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul li:last-child {
  border: none;
}

.hsse .acwa-accordion .row ul li:last-child {
  border-bottom: none;
}

.hsse .acwa-accordion ul li p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
  margin: 0;
}

.hsse .acwa-accordion .accordion .accordion-item:first-of-type {
  border-top: 1px solid #b5a5d8;
}

.hsse .acwa-accordion .accordion .accordion-item .accordion-body {
  padding: 3rem 3.25rem;
}

.hsse .acwa-accordion .accordion .accordion-item .accordion-body .tab-content .tab-pane .tab-pane-content ul {
  padding-left: 0;
}

.hsse .acwa-accordion .accordion .accordion-item h2 img {
  width: 40px;
  height: 40px;
}

.hsse .acwa-accordion .accordion .accordion-button::before {}

.hsse .acwa-news .owl-nav {
  margin-top: 1.5rem;
}

/****** What-we-do *******/

/*---- Filters ----*/
.project-map {
  position: relative;
  height: 450px;
}

.project-map .wrapper {
  position: relative;
}

.project-map #gmap {
  width: 100%;
  height: 100%;
  border: 0;
}

.project-map .filter {
  background-color: rgba(var(--primary-shade2));
  padding: 1rem;
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin-bottom: -3rem;
}

.project-map .filter .search-box {
  position: relative;
}

.project-map .filter .search-box .search-input {
  padding-right: 60px;
}

.project-map .filter .search-box .search-input::placeholder {
  color: rgba(172, 177, 198, 1);
  opacity: 1;
  font-size: 0.875rem;
}

.search-box .search-project-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border: 0;
  transform: rotate(270deg);
  font-size: 1.3rem;
  color: #acb1c6;
}

.search-box.form-group .search-project-input {
  padding-right: 50px;
}

.project-map .filter .country-box,
.project-map .filter .project-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.project-map .filter .country-box #country-dropdown,
.project-map .filter .project-box #project-dropdown {
  padding: 0.75rem;
  width: 100%;
  height: 100%;
}

.project-map .filter-btn,
.project-map .filter-source,
.project-map .filter-status,
.project-map .filter-portfolio {
  width: 100%;
  height: 100%;
  appearance: none;
  cursor: pointer;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.2s;
}

.project-map .filter .row {
  --bs-gutter-x: 0.5rem;
}

.project-map .filter .filter-bottom .title {
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0;
}

.project-map .filter .filter-bottom .check-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.75rem;
  /* padding: 0.5rem 0.625rem; */
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: auto;
  height: auto;
}

.project-map .filter .filter-bottom .check-btn:hover {
  /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px); */
  background-color: #000000;
}

.project-map .filter .filter-bottom .check-btn:hover .check-content img {
  filter: invert(1);
}

.project-map .filter .filter-bottom .check-btn:hover .check-content .item-name {
  color: #f3f3f3;
}

.project-map .filter .filter-bottom .check-btn .filter-btn,
.project-map .filter .filter-bottom .check-btn .filter-source,
.project-map .filter .filter-bottom .check-btn .filter-status,
.project-map .filter .filter-bottom .check-btn .filter-portfolio {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
}

.project-map .filter .filter-bottom .check-btn .check-content {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.project-map .filter .filter-bottom .check-btn .check-content img {
  width: 1.2rem;
  height: 1.2rem;
  transition: filter 0.2s ease;
}

.project-map .filter .filter-bottom .check-btn .check-content .item-name {
  color: rgba(var(--primary-shade2), 1);
  font-size: 0.75rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.project-map .filter .filter-bottom .check-btn .filter-btn:checked,
.project-map .filter .filter-bottom .check-btn .filter-source:checked,
.project-map .filter .filter-bottom .check-btn .filter-status:checked,
.project-map .filter .filter-bottom .check-btn .filter-portfolio:checked {
  background-color: rgba(var(--secondary-shade1), 1);
}

.project-map .filter .filter-bottom .reset-icon {
  text-decoration: none;
  color: #fff;
}

.project-map .filter .filter-bottom .reset-icon i {
  color: #fff;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid #fff;
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.project-map .filter .filter-bottom .filter-icon-img {
  width: 2.5rem;
  height: 2.5rem;
}

select {
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-position: 98% center;
  background-repeat: no-repeat;
}

.form-group {
  margin-bottom: 0.5rem;
}

.form-control,
.form-control:focus {
  border-radius: 0;
  box-shadow: none !important;
  outline: 0;
  padding: 1rem;
  height: 55px;
  position: relative;
}

/*---- Projects ----*/
.what-we-do .projects {
  background-color: rgba(243, 243, 243, 1);
}

.what-we-do .projects h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
  margin: 0;
}

.what-we-do .projects .project-grid {
  /*display: grid;
  grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
  grid-template-rows: auto;
  column-gap: 3rem;
  row-gap: 2rem;*/
}

.what-we-do .projects .project-grid .project-card {
  /* width: 340px;
  height: 364px; */
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}

.what-we-do .projects .project-grid .project-card .project-image {
  width: 100%;
  position: relative;
}

.what-we-do .projects .project-grid .project-card .project-image img {
  width: 100%;
  height: 206px;
  object-fit: cover;
}

.what-we-do .projects .project-grid .project-card .project-image .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  display: flex;
  gap: 0.5rem;
}

.what-we-do .projects .project-grid .project-card .project-image .icons img {
  width: 1.5rem;
  height: 1.5rem;
}

.what-we-do .projects .project-grid .project-card .project-desc {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem;
  /*min-height: 227px;*/
  min-height: 250px;
  justify-content: space-between;
}

.what-we-do .projects .project-grid .project-card .project-desc .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.what-we-do .projects .project-grid .project-card .project-desc .desc-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.what-we-do .projects .project-grid .project-card .project-desc .desc-top img {
  width: 1.5rem;
  height: 1.5rem;
}

.what-we-do .projects .project-grid .project-card .project-desc .desc-top h6 {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1rem;
}

.what-we-do .projects .project-grid .project-card .project-desc p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
  margin: 0;
}

/*---- Related News ----*/

.what-we-do .acwa-news .owl-nav {
  margin-top: 1.5rem;
}

/***** Operations *****/
.operations .operation-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.operations .operation-cards h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1), 1);
  margin-bottom: 1rem;
}

.operations .operation-cards p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.operations .operation-cards .card-content {
  background-color: #f8f5ff;
  padding: 0 2rem;
}

.operation-cards h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/****** latest-news ******/
.news .highlighted-news {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.news .highlighted-news .news-card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-raduis-card);
}

.news .highlighted-news .news-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.4s linear;
}

.news .highlighted-news .news-card a {
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
}

.news .highlighted-news .news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .highlighted-news .col-md-8 .news-card img {
  height: 510px;
}

.news .highlighted-news .col-md-4 .col-md-12 .news-card img {
  height: 242px;
}

.news .highlighted-news .card-text {
  position: absolute;
  color: white;
  font-size: 0.875rem;
  bottom: 0;
  padding: 1.5rem;
}

.news .highlighted-news .news-card .card-text h6 {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.news .highlighted-news .news-card .card-text p {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.news .latest-news h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

.news .latest-news .news-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.news .latest-news .news-cards .card {
  border: none;
}

.news .latest-news .news-cards .card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  background: #fcf5ff;
}

.news .latest-news .news-cards .card a {
  text-decoration: none;
}

.news .latest-news .news-cards .card .card-content {
  height: 100%;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  font-weight: 400;
}

.news .latest-news .news-cards .card .card-content h5 {
  width: 90%;
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
  font-weight: 400;
}

.news .latest-news .news-cards .card .card-content h6 {
  width: 90%;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.news .latest-news .news-cards .card .card-content p {
  width: 90%;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .latest-news .pagination {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.news .latest-news .pagination .page-item {}

.news .latest-news .pagination .page-item.prev,
.news .latest-news .pagination .page-item.next {
  margin: 0 2.5rem;
}

.news .latest-news .pagination .page-item.prev .page-link,
.news .latest-news .pagination .page-item.next .page-link {
  border-color: rgba(var(--primary-shade1));
  padding: 0.5rem 0.875rem;
}

.news .latest-news .pagination .page-item.prev:hover .page-link,
.news .latest-news .pagination .page-item.next:hover .page-link {
  background-color: rgba(var(--primary-shade1));
  color: #ffffff;
}

.news .latest-news .pagination .page-item.active .page-link {
  background-color: rgba(var(--secondary-shade1), 1);
  color: rgba(var(--primary-shade1));
  border-color: rgba(var(--secondary-shade1), 1);
}

.news .latest-news .pagination .page-item.disabled .page-link {}

.news .latest-news .pagination .page-item .page-link {
  background-color: transparent;
  color: rgba(var(--primary-shade1));
  border: 2px solid rgba(218, 218, 218, 1);
  border-radius: 12px;
  padding: 0.5rem 1rem;
}

.news .latest-news .pagination .page-item .page-link i {
  font-size: 1rem;
  margin: 0;
}

.news .latest-news .pagination {
  --focus-bg: var(--primary-shade2);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/****** news-details ******/

.news-details .news-content .wrapper {
  max-width: 58%;
  margin: 0 auto;
}

.news-details .news-content {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.news-details .news-content h6 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
  font-weight: 400;
  margin: 0;
}

.news-details .news-content p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.news-details .news-content .content-card {
  background-color: #f8f5ff;
  padding: 4rem;
}

.news-details .news-content .content-card p {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
}

.news-details .news-content .content-card .content-author {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

.news-details .news-content .content-card .content-author img {
  width: 109px;
  height: 120px;
  object-fit: cover;
}

.news-details .news-content .content-card .content-author h5 {
  width: 45%;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1));
}

.news-details .news-content .row .col-md-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-details .news-content .row .col-md-6 p {
  width: 80%;
}

.modal-content {
  color: rgba(83, 88, 98, 1);
}

.modal.fade {
  backdrop-filter: blur(4px);
  background-color: rgba(var(--primary-shade2), 0.34) !important;
}

.modal-header {
  border-bottom: none;
}

.modal-header .modal-title {
  color: rgba(24, 29, 39, 1);
}

.modal.show .modal-dialog {
  /* padding: var(--bs-modal-header-padding); */
}

.modal-body .body-top {
  border-bottom: 1px solid var(--bs-modal-header-border-color);
}

.modal-footer {
  border-top: none;
}

#newsletterModal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}

#newsletterModal .modal-dialog .modal-content .modal-header {
  padding-bottom: 0rem;
}

#newsletterModal .modal-dialog .modal-content .modal-body .form .form-control {
  border: 1px solid rgba(237, 237, 237, 1);
}

#newsletterModal .modal-dialog .modal-content .modal-body .form ::placeholder {
  color: rgba(172, 177, 198, 1);
}

/* Sustainability */

.flipbook {
  position: relative;
  background: #2e2235;
  z-index: 1;
}

.flipbook:after {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/**** compliance line ****/

.compliance .explore.section-spacer {
  padding-top: 0.5rem;
  padding-bottom: 4rem;
}

/***** About US *****/

.about .about-us-cards img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-us-cards h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1), 1);
  margin-bottom: 1rem;
}

.about .about-us-cards p,
.about .about-us-cards ul li{
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.about .about-us-cards .card-content {
  background-color: #f8f5ff;
  padding: 0 2rem;
}

.about .about-us-cards h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.about .our-mantra {
  background-image: url(../images/focus_areas_bg.png);
  background-size: cover;
  padding: 14%;
}

.about .our-mantra h3 {
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  color: #ffffff;
  margin-bottom: 1rem;
}

.about .our-mantra p {
  /* font-family: "AcwaHeadline_Light"; */
  font-size: 1rem;
  color: #ffffff;
}

.about .leaders-say .content-card {
  background-color: #f8f5ff;
  padding: 4rem;
}

.about .leaders-say .content-card p {
  border-bottom: 1px solid #c7c4cc;
  padding-bottom: 1rem;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.about .leaders-say .content-card .content-author {
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
}

.about .leaders-say .content-card .content-author img {
  width: 109px;
  height: 120px;
  object-fit: cover;
}

.about .leaders-say .content-card .content-author h5 {
  width: 45%;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1));
}

.about .leaders-say h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.about .corporate-video {
  width: 100%;
  height: 100%;
}

.about .corporate-video .wrapper {
  position: relative;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 32px;
  padding-bottom: 20px;
}

.about .corporate-video .wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.about .corporate-video h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1rem;
  margin-left: 10%;
}

.about .corporate-video h6 {
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  margin-right: 1rem;
}

.about .corporate-video .video-btn .icon {
  width: 48px;
  height: 48px;
}

.about .corporate-video .video-btn .play-circle-filled {
  color: rgba(var(--secondary-shade1));
}

.about .corporate-video .video-btn .icon .path {
  fill: #000000;
}

.about .corporate-video .video-btn .play-filled {
  color: rgba(var(--secondary-shade1));
  background-color: #000000;
}

.acwa-modal .modal-dialog .modal-content {
  height: 100%;
  position: relative;
  background-color: transparent;
  border: 0;
}

.acwa-modal .btn-close {
  background: none;
  position: absolute;
  top: -1.5rem;
  right: 2rem;
  opacity: 1;
}

.acwa-modal .btn-close:focus {
  box-shadow: none;
}

.acwa-modal .btn-close:focus-within::after {
  background-color: rgba(var(--primary-shade1));
  color: #ffffff;
}

.acwa-modal .btn-close::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 1rem;
  color: rgba(var(--primary-shade1));
  background-color: transparent;
  border: 2px solid rgba(var(--primary-shade1), 1);
  border-radius: var(--common-radius);
  padding: 0.5rem;
}

.management .management-cards .management-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
  grid-template-rows: auto;
  column-gap: 3rem;
  row-gap: 2.5rem;
}

.management .management-cards .management-grid .grid-card {
  display: flex;
  flex-direction: column;
}

.management .management-cards .management-grid .grid-card img {
  width: 100%;
  height: 374px;
  object-fit: cover;
}

.management .management-cards .management-grid .grid-card .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.management .management-cards .management-grid .grid-card .card-content h3 {
  font-family: "AcwaHeadline_Regular";
  margin-top: 1rem;
  color: rgba(var(--primary-shade1));
}

.management .management-cards .management-grid .grid-card .card-content h4 {
  font-family: "AcwaHeadline_Regular";
  margin-top: 1rem;
  color: #5e5f62;
}

.management .management-cards .management-grid .grid-card .card-content a {
  font-size: 1rem;
}

.management-modal {
  --bs-modal-width: 80%;
}

.management-modal .modal-dialog .modal-content .modal-header .btn-close {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

.management-modal .modal-dialog .modal-content .modal-body {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0;
}

.management-modal .modal-dialog .modal-content .modal-body button {
  text-align: end;
}

.management-modal .modal-dialog .modal-content .modal-body button:focus {
  outline: none;
}

.management-modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
}

.management-modal .modal-dialog .modal-content .modal-body h3 {
  font-family: "AcwaHeadline_Regular";
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: rgba(var(--primary-shade1));
}

.management-modal .modal-dialog .modal-content .modal-body h4 {
  font-family: "AcwaHeadline_Regular";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #5e5f62;
}

.management-modal .modal-dialog .modal-content .modal-body p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #5e5f62;
}

.management-modal .modal-dialog .modal-content .modal-body p {
  color: rgba(var(--primary-shade2));
}

/***** Our Governance *****/
.governance .documents {
  background-color: rgba(243, 243, 243, 1);
  border-top: 1px solid #b5a5d8;
}

.governance .documents h5 {
  font-family: "AcwaHeadline_Light";
  border-bottom: 1px solid #dadada;
  padding-bottom: 1.5rem;
  color: rgba(var(--primary-shade2));
  font-size: 1.75rem;
  margin: 0;
}

.governance .documents .content ul {
  margin: 0;
}

.governance .documents .content ul li {
  border-bottom: 1px solid #dadada;
  padding: 1.5rem 0rem;
}

.governance .documents .content ul li:last-child {
  border: none;
}

.governance .documents .content ul li h6 {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
  /* line-height: inherit; */
}

.governance .documents .content ul li p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.governance .documents .content ul li a {
  text-decoration: none;
}

.governance .documents .content ul li a i {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.governance .documents .content ul li .row .col-md-9 {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.governance .documents .content .content-cta {
  padding-top: 0.5rem;
}

.governance .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1.5rem;
}

.governance .acwa-accordion .accordion .accordion-item .accordion-body {
  background: #fff;
  padding: 1.5rem;
  font-size: 1rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}


/*
.acwa-navbar .nav-item.dropdown:nth-child(2) .dropdown-menu .col-md-4:nth-child(1) .sub-menu li:first-child .sub-menu-item .menu-text p:before {content: "Our work around the world";}

.acwa-navbar .nav-item.dropdown:nth-child(2) .dropdown-menu .col-md-4:nth-child(2) .sub-menu li:first-child .sub-menu-item .menu-text p:before {content: "Keeping energy and water flowing";}

.acwa-navbar .nav-item.dropdown:nth-child(3) .dropdown-menu .col-md-4:nth-child(1) .sub-menu li:first-child .sub-menu-item .menu-text p:before {content: "Supporting people and planet";}

.acwa-navbar .nav-item.dropdown:nth-child(3) .dropdown-menu .col-md-4:nth-child(2) .sub-menu li:first-child .sub-menu-item .menu-text p:before {content: "Safety at every step";}

.acwa-navbar .nav-item.dropdown:nth-child(5) .dropdown-menu .col-md-4:nth-child(1) .sub-menu li:first-child .sub-menu-item .menu-text p:before {content: "Stories of people and progress";}
*/

/*** History ***/
.history .generic-copy p {
  width: 100%;
}

.history .history-timeline {
  position: relative;
  z-index: 1;
  background: rgb(248, 244, 255);
  overflow: hidden;
}

.history .history-timeline::before {
  content: "";
  width: 100%;
  height: 25px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.horizontal-timeline .wrapper {
  position: absolute;
}

.horizontal-timeline .timeline {
  background-color: rgba(var(--primary-shade1));
  border-radius: var(--common-radius);
  padding: 1rem 1.2rem;
  box-shadow: 0px 12px 60px 8px rgba(0, 0, 0, 0.1);
}

.horizontal-timeline .filling-line {
  background-color: transparent !important;
}

.horizontal-timeline .events-wrapper {
  height: auto !important;
  margin: 0 1.2rem !important;
}

.horizontal-timeline .timeline-navigation .fa-chevron-circle-left:before {
  display: none;
}

.horizontal-timeline .timeline-navigation .fa-chevron-circle-right:before {
  display: none;
}

.horizontal-timeline .timeline-navigation .fa-arrow-circle-left:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060" !important;
  font-size: 1rem;
  color: #ffffff;
  background-color: #48386a;
  padding: 0.7rem;
  border-radius: var(--common-radius);
}

.horizontal-timeline .timeline-navigation .fa-arrow-circle-right:before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061" !important;
  font-size: 1rem;
  color: #ffffff;
  background-color: #48386a;
  padding: 0.7rem;
  border-radius: var(--common-radius);
}

.timeline-navigation#rightNav {
  top: 50%;
  transform: translate(0%, -18%);
}

.timeline-navigation#leftNav {
  top: 50%;
  transform: translate(0%, -18%);
}

.horizontal-timeline .events {
  background: none !important;
  bottom: 6% !important;
}

.horizontal-timeline .events a {
  background-color: transparent;
}

.horizontal-timeline .events a.first {
  padding-left: auto !important;
}

.horizontal-timeline .events a.selected {
  color: rgba(var(--secondary-shade1)) !important;
}

.horizontal-timeline .events a.selected::after {
  border: none;
  background-color: #2e2235 !important;
}

.horizontal-timeline .events a.older-event::after {
  background-color: rgba(var(--primary-shade1)) !important;
}

.horizontal-timeline .events a::after {
  background-color: transparent !important;
  left: 0 !important;
  bottom: 0px !important;
  height: 100% !important;
  width: 100% !important;
  border: 1px solid #fff;
  border-radius: var(--common-radius) !important;
  z-index: -1;
}

.horizontal-timeline .events a {
  color: #ffffff !important;
  padding: 0.5rem 2.26rem !important;
  /* pointer-events: none; */
}

.horizontal-timeline .events a:hover {
  text-decoration: none !important;
}

.horizontal-timeline .events-content ol li {
  text-align: start !important;
  padding: 0 !important;
  background: transparent !important;
  font-size: 0px !important;
}

.horizontal-timeline .events-content ol li h2 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
  margin-bottom: 1.75rem;
}

.horizontal-timeline .events-content li::marker {
  display: none !important;
}

.horizontal-timeline .events-content .card {
  background-color: #ffffff;
  border: none !important;
  min-height: 440px;
  width: 100%;
}

.horizontal-timeline .events-content .card a {
  text-decoration: none;
}

.horizontal-timeline .events-content .card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.horizontal-timeline .events-content .card .card-content {
  padding: 1.5rem;
}

.horizontal-timeline .events-content .card .card-content h6 {
  width: 80%;
  font-family: "AcwaHeadline_Bold";
  font-size: 1.125rem;
  color: rgba(var(--primary-shade2));
}

.horizontal-timeline .events-content .card .card-content p {
  font-family: "AcwaHeadline_Regular";
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
  color: rgba(var(--primary-shade2));
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 3;*/
  /*overflow: hidden;*/
}

.horizontal-timeline .events-content .card .card-content p span {
  font-size: 0.75rem;
  color: rgba(var(--primary-shade2));
}

.horizontal-timeline .events-content .card .card-content .clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 1rem;
}

.horizontal-timeline .events-content .card .card-content .clamp-text.expanded {
  -webkit-line-clamp: unset;
}

/*.clamp-text:not(.expanded)~.common-cta {*/
/*  opacity: 0.3;*/
/*  pointer-events: none;*/
/*}*/

/**** Directors ****/
.directors .generic-copy p {
  width: 100%;
}

.directors .committee-members {
  padding-bottom: 9rem;
}

.directors .committee-members h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.directors .committee-members ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.directors .committee-members ul li {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 2.375rem;
  border: 1px solid rgb(205, 204, 204);
  border-radius: var(--common-radius);
}

.directors .committee-members ul li::before {
  content: "\00B7";
  position: absolute;
  left: 0.75rem;
  top: 14px;
  font-size: 5.5rem;
  line-height: 0;
}

.directors .committee-members ul li.executive::before {
  color: rgba(var(--primary-shade1));
}

.directors .committee-members ul li.audit::before {
  color: rgba(var(--secondary-shade1));
}

.directors .committee-members ul li.risk::before {
  color: rgb(93, 94, 98);
}

.directors .committee-members ul li.nomination::before {
  color: rgb(189, 189, 189);
}

.directors .committee-members .directors-carousel .card {
  width: 100%;
  height: 660px;
  border: none;
}

.directors .committee-members .directors-carousel .card-content {
  width: 100%;
  height: 100%;
}

.directors .committee-members .directors-carousel .card-content .director-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1.5rem;
  justify-content: space-between;
}

.directors .committee-members .directors-carousel .card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.directors .committee-members .directors-carousel .card .card-content h3 {
  position: relative;
  font-family: "AcwaHeadline_Regular";
  margin-bottom: 0.5rem;
  color: rgba(var(--primary-shade1));
}

.directors .committee-members .directors-carousel .card .card-content .director-badge {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 80px;
  padding-right: 1px;
}

.directors .committee-members .directors-carousel .card .card-content .director-badge .executive {
  background: rgba(var(--primary-shade1));
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* margin-left: 10px; */
}

.directors .committee-members .directors-carousel .card .card-content .director-badge .audit {
  background: rgba(var(--secondary-shade1));
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors .committee-members .directors-carousel .card .card-content .director-badge .risk {
  background: rgb(93, 94, 98);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors .committee-members .directors-carousel .card .card-content .director-badge .nomination {
  background: rgb(189, 189, 189);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors .committee-members .directors-carousel .card .card-content p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.directors .committee-members .directors-carousel .card .card-content p.text-muted {
  font-size: 1.125rem;
  margin: 0;
  width: 100%;
  line-height: 1.3;
}

.directors .committee-members .directors-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  height: 54px;
  align-items: center;
}

.directors .committee-members .directors-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(225, 216, 244) !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.directors .committee-members .directors-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.directors .committee-members .directors-carousel .owl-dot span {
  display: none;
}

.directors .committee-members .directors-carousel .owl-nav {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
}

.directors .committee-members .directors-carousel .owl-nav button.owl-next,
.directors .committee-members .directors-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--primary-shade1));
  border: 2px solid !important;
  border-color: rgba(var(--primary-shade1)) !important;
  border-radius: var(--common-radius);
  padding: 1.3rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.directors .committee-members .directors-carousel .owl-nav button.owl-next:hover,
.directors .committee-members .directors-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.directors .committee-members .directors-carousel .owl-nav button.owl-next:hover:before,
.directors .committee-members .directors-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.directors .committee-members .directors-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: var(--primary-shade1);
  text-align: center;
  transition: all 0.2s linear;
}

.directors .committee-members .directors-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: var(--primary-shade1);
  transition: all 0.2s linear;
}

/* .directors .acwa-accordion .accordion .accordion-button::after {
  content: "â€¢";
  color: #000000;
  position: absolute;
  right: 5px;
  top: -35px;
  font-size: 5rem;
} */

.directors .acwa-accordion .accordion .accordion-button::after {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 1rem !important;
  background-color: #ffffff;
  content: "\2022";
  font-size: 2.2rem;
  background-image: none;
  transform: none;
}

.directors .acwa-accordion .accordion .accordion-button.executive::after {
  color: rgba(var(--primary-shade1)) !important;
}

.directors .acwa-accordion .accordion .accordion-button.audit::after {
  color: rgba(var(--secondary-shade1)) !important;
}

.directors .acwa-accordion .accordion .accordion-button.risk::after {
  color: rgb(93, 94, 98) !important;
}

.directors .acwa-accordion .accordion .accordion-button.nomination::after {
  color: rgb(189, 189, 189) !important;
}

.directors .acwa-accordion .accordion .accordion-item .accordion-header .accordion-button {
  padding: 1rem 0;
}

.directors-modal {
  --bs-modal-width: 80%;
}

.directors-modal .modal-dialog .modal-content .modal-header .btn-close {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
}

.directors-modal .modal-dialog .modal-content .modal-body {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-top: 0;
}

.directors-modal .modal-dialog .modal-content .modal-body button {
  text-align: end;
}

.directors-modal .modal-dialog .modal-content .modal-body button:focus {
  outline: none;
}

.directors-modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  height: auto;
}

.directors-modal .modal-dialog .modal-content .modal-body h3 {
  position: relative;
  font-family: "AcwaHeadline_Regular";
  margin-bottom: 0.75rem;
  color: rgba(var(--primary-shade1));
}

.directors-modal .modal-dialog .modal-content .modal-body .director-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.directors-modal .modal-dialog .modal-content .modal-body .director-badge {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 80px;
  padding-right: 1px;
}

.directors-modal .modal-dialog .modal-content .modal-body .executive {
  background: rgba(var(--primary-shade1));
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* margin-left: 10px; */
}

.directors-modal .modal-dialog .modal-content .modal-body .audit {
  background: rgba(var(--secondary-shade1));
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors-modal .modal-dialog .modal-content .modal-body .director-title .risk {
  background: rgb(93, 94, 98);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors-modal .modal-dialog .modal-content .modal-body .director-title .nomination {
  background: rgb(189, 189, 189);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 10px;
}

.directors-modal .modal-dialog .modal-content .modal-body h4 {
  font-family: "AcwaHeadline_Regular";
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #5e5f62;
}

.directors-modal .modal-dialog .modal-content .modal-body p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: rgba(var(--primary-shade2));
}

.project-details .page-banner-inner {
  background-image: url(../images/world-map.png);
  background-repeat: no-repeat;
  background-position: bottom 75% right -42%;
}

.project-details .page-banner-inner .banner-image:after {
  bottom: -2px;
}

.project-details .page-banner-inner .banner-image:after {
  background-color: #f8f5ff;
}

.project-details .page-banner-inner .left-content .icon img {
  width: 2.25rem;
  height: 2.25rem;
}

.project-details .overview {
  background: #f8f5ff;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.project-details .overview h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.project-details .overview p,
.project-details .overview ul li,
.project-details .overview ol li {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  /*margin: 0;*/
}

.project-details .key-documents {
  background-color: #f8f5ff;
  padding: 2.5rem 0;
}

.project-details .key-documents h3 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1.5rem;
}

.project-details .key-documents .document-tab {
  padding: 3.5rem;
  background-color: #ffffff;
}

.project-details .key-documents .document-tab .tab-content ul {
  padding: 0;
}

.project-details .key-documents .document-tab .tab-content ul li {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #b5a5d8;
  align-items: center;
}

.project-details .key-documents .document-tab .tab-content .tab-pane .tab-pane-content .row .col-md-6:nth-last-child(-n + 2) ul li {
  border-bottom: none;
}

/* .project-details .key-documents .document-tab .tab-content ul li p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  position: relative;
  padding-left: 2.5rem;
  margin: 0;
} */

.project-details .key-documents .document-tab .tab-content ul li p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  display: flex;
  align-items: center;
  padding-left: 2.5rem;
  margin: 0;
}

/* .project-details .key-documents .document-tab .tab-content ul li p::before {
  content: "\f138";
  font-family: "Line Awesome Free";
  font-size: 1.5rem;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -6px;
} */

.project-details .key-documents .document-tab .tab-content ul li p::before {
  content: "\f138";
  font-family: "Line Awesome Free";
  font-size: 1.5rem;
  font-weight: 900;
  margin-right: 0.5rem;
}

.project-details .key-documents .document-tab .tab-content ul li .icon {
  color: rgba(var(--primary-shade1));
  font-size: 1.2rem;
  padding-left: 0.3rem;
}

.project-details .key-documents img {
  width: 100%;
  height: auto;
}

.project-details .key-facts {
  padding: 2.5rem 0;
}

.project-details .key-facts h3 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1.5rem;
}

.project-details .key-facts ul li {
  padding: 0.75rem 0;
  border-top: 1px solid #b5a5d8;
}

.project-details .key-facts ul li p {
  margin: 0;
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
}

.project-details .key-facts ul li strong {
  color: rgba(var(--primary-shade1));
  font-size: 1rem;
}

.project-details .related-projects {
  padding-bottom: 9rem;
  background-color: #f2f2f2;
}

.project-details .related-projects h3 {
  color: rgba(var(--primary-shade1));
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.related-projects .related-project-carousel .project-card {
  background-color: #ffffff;
}

.related-projects .related-project-carousel .project-card .project-image {
  width: 100%;
  position: relative;
}

.related-projects .related-project-carousel .project-card .project-image img {
  width: 100%;
  height: 206px;
  object-fit: cover;
}

.related-projects .related-project-carousel .project-card .project-image .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  display: flex;
  gap: 0.5rem;
}

.related-projects .related-project-carousel .project-card .project-image .icons img {
  width: 1.5rem;
  height: 1.5rem;
}

.related-projects .related-project-carousel .project-card .project-desc {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem;
}

.related-projects .related-project-carousel .project-card .project-desc .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-projects .related-project-carousel .project-card .project-desc .desc-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.related-projects .related-project-carousel .project-card .project-desc .desc-top img {
  width: 1.5rem;
  height: 1.5rem;
}

.related-projects .related-project-carousel .project-card .project-desc .desc-top h6 {
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.related-projects .related-project-carousel .project-card .project-desc p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
  margin: 0;
}

.related-projects .related-project-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  bottom: -82px;
  height: 54px;
  align-items: center;
}

.related-projects .related-project-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(225, 216, 244) !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.related-projects .related-project-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.related-projects .related-project-carousel .owl-dot span {
  display: none;
}

.related-projects .related-project-carousel .owl-nav {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
}

.related-projects .related-project-carousel .owl-nav button.owl-next,
.related-projects .related-project-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--primary-shade1));
  border: 2px solid !important;
  border-color: rgba(var(--primary-shade1)) !important;
  border-radius: var(--common-radius);
  padding: 1.2rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.related-projects .related-project-carousel .owl-nav button.owl-next:hover,
.related-projects .related-project-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.related-projects .related-project-carousel .owl-nav button.owl-next:hover:before,
.related-projects .related-project-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.related-projects .related-project-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: var(--primary-shade1);
  text-align: center;
  transition: all 0.2s linear;
}

.related-projects .related-project-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: var(--primary-shade1);
  transition: all 0.2s linear;
}

/*** life-of-acwa ***/

.acwa-life .join-to-empower .talent-network img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acwa-life .join-to-empower .talent-network h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1rem;
}

.acwa-life .join-to-empower .talent-network p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.acwa-life .join-to-empower .talent-network .row .col-md-6:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f5ff;
  padding: 2rem;
  padding-right: 3.5rem;
}

.acwa-life .join-to-empower .oppertunities {
  background-color: rgba(var(--primary-shade1));
  padding: 3rem 4rem;
}

.acwa-life .join-to-empower .oppertunities h6 {
  font-size: 1.5rem;
  color: #ffffff;
}

.acwa-life .join-to-empower .oppertunities p {
  font-size: 1rem;
  color: #ffffff;
}

.acwa-life .empowering-growth {
  position: relative;
  width: 100%;
  height: 760px;
}

.acwa-life .empowering-growth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acwa-life .empowering-growth .growth-card {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 495px;
  padding: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f8f5ff;
}

.acwa-life .empowering-growth .growth-card .card-top h6 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(var(--primary-shade1), 1);
  margin-bottom: 1rem;
}

.acwa-life .empowering-growth .growth-card .card-top p {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
}

.acwa-life .empowering-growth .growth-card .card-bottom {
  display: flex;
  justify-content: end;
}

.acwa-life .empowering-growth .growth-card .card-bottom img {
  width: 64px;
  height: 64px;
}

.acwa-life .our-culture {
  padding: 4rem 0;
  background-color: #f8f5ff;
}

.acwa-life .our-culture h3 {
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1.5rem;
}

.acwa-life .our-culture .culture-card {
  position: relative;
}

.acwa-life .our-culture .culture-card .video-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.acwa-life .our-culture .culture-card img {
  width: 100%;
  height: auto;
}

.acwa-life .develop-program .program-card .card-content .video-btn .play-circle-filled,
.acwa-life .our-culture .video-btn .play-circle-filled {
  border: 1.5px solid #bebebe;
  color: transparent;
  border-radius: 50%;
}

.acwa-life .develop-program .program-card .card-content .video-btn .icon,
.acwa-life .our-culture .video-btn .icon {
  width: 48px;
  height: 48px;
}

.acwa-life .develop-program .program-card .card-content .video-btn .icon path,
.acwa-life .our-culture .video-btn .icon path {
  fill: #ffffff;
}

.acwa-life .find-place {
  padding-top: 4rem;
  padding-bottom: 10rem;
}

.acwa-life .find-place h3 {
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1.5rem;
}

.acwa-life .find-place .team-type-carousel .team-card {
  position: relative;
  width: 100%;
  height: 410px;
}

.acwa-life .find-place .team-type-carousel .team-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.8) 80%,
      rgba(0, 0, 0, 0.8) 100%);
}

.acwa-life .find-place .team-type-carousel .team-card:hover::before {
  height: 80%;
  transition: all 0.2s linear;
}

.acwa-life .find-place .team-type-carousel .team-card .card-content {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 0 2rem;
}

.acwa-life .find-place .team-type-carousel .team-card .content-heading {
  margin-bottom: 1.25rem;
}

.acwa-life .find-place .team-type-carousel .team-card h5 {
  font-size: 1.5rem;
  color: #ffffff;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 0.5rem;
}

.acwa-life .find-place .team-type-carousel .team-card h5::after {
  content: "";
  display: block;
}

.acwa-life .find-place .team-type-carousel .team-card h5::before {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: var(--common-radius);
  padding: 1.125rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f067";
  font-size: 22px;
  color: #ffffff;
  background-image: none;
  transition: all 0.2s linear;
  margin-left: 86%;
  margin-top: -4px;
  position: absolute;
  top: 0;
}

.acwa-life .find-place .team-type-carousel .team-card.card-2 h5::before {
  top: 23px;
}

.acwa-life .find-place .team-type-carousel .team-card:hover h5::before {
  content: "\f068";
  transform: rotate(-180deg);
  transition: all 0.2s linear;
}

.acwa-life .find-place .team-type-carousel .team-card:hover h5::after {
  content: attr(data-description);
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.7;
}

.acwa-life .find-place .team-type-carousel .owl-dots {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
  position: absolute;
  left: 0;
  bottom: -82px;
  height: 54px;
  align-items: center;
}

.acwa-life .find-place .team-type-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: rgb(225, 216, 244) !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.acwa-life .find-place .team-type-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.acwa-life .find-place .team-type-carousel .owl-dot span {
  display: none;
}

.acwa-life .find-place .team-type-carousel .owl-nav {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  position: absolute;
  right: 0;
}

.acwa-life .find-place .team-type-carousel .owl-nav button.owl-next,
.acwa-life .find-place .team-type-carousel .owl-nav button.owl-prev {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--primary-shade1));
  border: 2px solid !important;
  border-color: rgba(var(--primary-shade1)) !important;
  border-radius: var(--common-radius);
  padding: 1.2rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.acwa-life .find-place .team-type-carousel .owl-nav button.owl-next:hover,
.acwa-life .find-place .team-type-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.acwa-life .find-place .team-type-carousel .owl-nav button.owl-next:hover:before,
.acwa-life .find-place .team-type-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.acwa-life .find-place .team-type-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 22px;
  color: var(--primary-shade1);
  text-align: center;
  transition: all 0.2s linear;
}

.acwa-life .find-place .team-type-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 22px;
  color: var(--primary-shade1);
  transition: all 0.2s linear;
}

.acwa-life .develop-program {
  background-color: #f8f5ff;
  padding: 4rem 0;
}

.acwa-life .develop-program .row .col-md-4:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acwa-life .develop-program .row .col-md-4:first-child h3 {
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1rem;
}

.acwa-life .develop-program .row .col-md-4:first-child p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 0;
  width: 95%;
}

.acwa-life .develop-program .program-card {
  position: relative;
  height: 100%;
}

.acwa-life .develop-program .program-card img {
  width: 100%;
  height: 100%;
}

.acwa-life .develop-program .program-card .card-content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 2rem;
}

.acwa-life .develop-program .program-card h5 {
  font-size: 1.5rem;
  color: #ffffff;
  max-width: 70%;
  margin: 0;
}

.acwa-life .benifits {
  padding: 3rem 0;
}

.acwa-life .benifits .row .col-md-6:last-child {
  background-color: #f8f5ff;
}

.acwa-life .benifits img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acwa-life .benifits .benifits-content {
  width: 100%;
  height: 100%;
  padding: 2.5rem 3.5rem 2.5rem 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.acwa-life .benifits h3 {
  font-family: "AcwaHeadline_Light";
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1.25rem;
}

.acwa-life .benifits .tab-content .tab-pane .tab-pane-content {
  width: 80%;
}

.acwa-life .benifits .tab-content .tab-pane .tab-pane-content p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.acwa-life .generic-cta .generic-cta-right a:last-child {
  background-color: #ffffff;
}

.acwa-life .generic-cta {
  background-size: 475px;
  background-position: 91% bottom;
}

.sustainability .environment {
  padding: 2.5rem 0;
}

.sustainability .environment .env-card {
  width: 100%;
  height: 100%;
  background-color: rgba(233, 227, 248, 1);
  padding: 2rem;
}

.sustainability .environment h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.sustainability .environment p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .environment .env-card h6 {
  font-size: 1.25rem;
  color: rgba(var(--primary-shade2));
  margin-top: 0.2rem;
}

.sustainability .environment .env-card strong {
  font-size: 3.5rem;
  font-weight: 700;
  color: rgba(var(--primary-shade1));
  line-height: 1.4;
}

.sustainability .environment .env-card strong.display-1 {
  font-size: 5.5rem;
}

.sustainability .environment .env-card p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1.25rem;
}

.sustainability .environment .env-card img {
  width: 74px;
  height: 45px;
}

.sustainability .social {
  background-color: rgba(243, 243, 243, 1);
}

.sustainability .social h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.sustainability .social p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .social .social-card h6 {
  font-size: 1.25rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .social .social-card h5 {
  max-width: 90%;
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 0.75rem;
}

.sustainability .social .social-card strong {
  font-size: 6rem;
  font-weight: 700;
  color: rgba(var(--primary-shade1));
}

.sustainability .social .social-card p {
  border-top: 1px solid rgba(222, 212, 244, 1);
  padding-top: 0.75rem;
  width: 90%;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1.25rem;
}

.sustainability .sustainability-hsse {
  padding-bottom: 3rem;
}

.sustainability .sustainability-hsse h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  width: 100%;
}

.sustainability .sustainability-hsse p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .sustainability-csr {
  padding: 0 0 40px 0;
}

.sustainability-csr .wrapper .row {
  align-items: center;
}

.sustainability .sustainability-csr h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  width: 100%;
  margin-bottom: 0.75rem;
}

.sustainability .csr-sustainablity ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}

.sustainability .sustainability-csr p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 2rem;
}

.sustainability .acwa-accordion h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 0.75rem;
  margin-top: 3rem;
}

.sustainability .acwa-accordion p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .acwa-accordion h6 {
  font-size: 1.25rem;
  color: rgba(var(--primary-shade2));
}

.sustainability .acwa-accordion .accordion .accordion-button {
  padding-left: 0;
  padding-right: 0;
}

.sustainability .acwa-accordion .accordion .accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(var(--primary-shade2)) !important;
  border-radius: var(--common-radius);
  padding: 1.2rem !important;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f067";
  font-size: 22px;
  color: rgba(var(--primary-shade2)) !important;
  background-image: none;
  transition: all 0.2s linear;
}

.sustainability .acwa-accordion .accordion .accordion-button:not(.collapsed)::after {
  background-color: rgba(var(--primary-shade1));
  border: 2px solid rgba(var(--light-color)) !important;
  content: "\f068";
  color: rgba(var(--light-color)) !important;
  transition: all 0.2s linear;
}

.sustainability .acwa-accordion .accordion .accordion-button::before,
.sustainability .acwa-accordion .accordion .accordion-button:not(.collapsed)::before {
  display: none;
}

.sustainability .esg-acwa {
  padding: 2.5rem 0;
}

.sustainability .esg-acwa p {
  color: rgba(var(--primary-shade2));
}

.sustainability .esg-acwa h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.sustainability .esg-acwa h6 {
  font-size: 1.25rem;
  color: rgba(var(--primary-shade2));
  border-bottom: 1px solid #000000;
  padding-bottom: 0.3rem;
  margin-top: 1.5rem;
}

.sustainability .esg-acwa .renewable-energy hr {
  color: #000000;
}

.sustainability .esg-acwa .employee-training {
  color: #000000;
  font-weight: 600;
  margin-left: 2rem;
}

.sustainability .generic-cta .generic-cta-left p span {
  font-weight: 600;
}

.sustainability .generic-cta .generic-cta-left .cta-text {
  width: 80%;
  margin-left: 0;
}

.sustainability .csr-sustainablity h5 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.sustainability .csr-sustainablity li {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  border-bottom: 1px solid #dadada;
  padding: 1rem 0;
}

.sustainability .csr-sustainablity li:last-child {
  border-bottom-color: transparent;
}

.sustainability .csr-sustainablity li a {
  text-decoration: underline;
  color: rgba(var(--primary-shade1));
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.sustainability .csr-sustainablity li a:after {
  content: "\f0c1";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: -25px;
}

.sustainability .generic-cta {
  padding: 3rem 0;
}

.lang-sel:hover .dropdown-menu {
  display: block;
}

/***** Contact US *****/

.contact .acwa-global {
  background-color: #e9e3f8;
  padding: 2.5rem 0;
  background-image: url(../images/acwa_logo_icon_shade.png);
  background-size: contain;
  background-position: left 80px center;
  background-repeat: no-repeat;
}

.contact .acwa-global h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.contact .acwa-global p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.contact .acwa-global .card {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border: none;
  border-radius: 0;
}

.contact .acwa-global .card h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.contact .acwa-global .card .card-top .map {
  width: 100%;
  height: 200px;
}

.contact .acwa-global .card .card-top .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact .acwa-global .card p {
  max-width: 46%;
}

.contact .acwa-global .card .card-bottom .common-cta {
  color: rgba(var(--primary-shade2));
}

.contact .acwa-global .card .card-bottom .common-cta i {
  padding: 0.5rem;
  font-size: 1.25rem;
}

.contact .acwa-global .global-bottom {
  margin-top: 1.75rem;
}

.contact .acwa-global .global-bottom h6 {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(var(--primary-shade1));
}

.contact .acwa-global .global-bottom h6::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f075";
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
  margin-right: 0.5rem;
}

.contact .acwa-global .global-bottom p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 0.75rem;
}

.contact .acwa-global .global-bottom a {
  text-decoration: none;
  color: rgba(var(--primary-shade1));
  font-weight: 600;
}

.contact .acwa-global .global-bottom .col-md-4:first-child a {
  color: rgba(var(--primary-shade1));
  text-decoration: underline;
}

.contact .offices {
  padding: 3rem 0;
}

.contact .offices .card {
  border: none;
  border-radius: 0;
  background-color: #f9f7ff;
  padding: 2rem 1.5rem;
  height: 400px;
  margin-bottom: 1.5rem;
}

.contact .offices .card h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
}

.contact .offices .card h6 {
  margin: 0 0 0.7rem 0 !important;
  font-size: 0.9rem;
  color: rgba(var(--primary-shade2));
  font-weight: bold;
}

.contact .offices h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 1.75rem;
}

.contact .offices .card .card-top img {
  width: 24px;
  height: 18px;
}

.contact .offices .card p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.contact .offices .card .card-bottom .common-cta {
  color: rgba(var(--primary-shade2));
}

.contact .offices .card .card-bottom .common-cta i {
  padding: 0.5rem;
  font-size: 1.25rem;
}

.contact .inquiry {
  padding: 3rem 0;
  background-color: #f9f7ff;
}

.contact .inquiry h3 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
  margin-bottom: 0.75rem;
}

.contact .inquiry p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.contact .inquiry p a {
  color: rgba(var(--primary-shade2));
}

.contact .inquiry .form-group {
  margin-bottom: 1.25rem;
}

.contact .inquiry .form-group label {
  color: #111827;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.contact .inquiry .form-group .form-control:focus {
  border-color: rgba(var(--primary-shade1)) !important;
}

.contact .inquiry .form-group textarea:focus-visible {
  outline-color: rgba(var(--primary-shade1));
}

.contact .inquiry .form-group .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid #666666;
}

.contact .inquiry .form-group .form-check-input:checked {
  background-color: rgba(var(--primary-shade1));
  border-color: transparent;
  border: transparent;
}

.contact .inquiry .form-check label {
  margin-left: 0.5rem;
  margin-bottom: 0;
  color: #666666;
  font-size: 1rem;
  max-width: 70%;
}

.contact .inquiry .form-check label:focus-visible {
  outline: none !important;
  border: none !important;
}

.contact .inquiry .form-check label a {
  text-decoration: none;
  color: #666666;
  font-weight: 600;
}

.contact .inquiry .form-group .form-control #country:focus-visible {
  outline: transparent;
}

.form-control#inquiryContent {
  height: auto;
}

.contact .generic-cta {
  padding: 3rem 0;
}

.iti {
  width: 100%;
}

.iti .iti__flag-container .iti__selected-flag {
  position: relative;
  padding: 0 20px;
}

.iti .iti__flag-container .iti__selected-flag .iti__flag {
  /* position: absolute; */
  /* left: 620px; */
}

.iti__flag-box .iti__flag {
  display: none;
}

.iti .iti__flag-container .iti__selected-flag .iti__selected-dial-code {
  color: #000000;
}

.iti .iti__flag-container .iti__selected-flag .iti__arrow {
  display: none;
}

.iti .iti__flag-container .iti__selected-flag::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
  font-size: 1rem;
  color: #111827;
  margin-left: 0.5rem;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(var(--secondary-shade1));
}

.iti__country:hover {
  background-color: rgba(var(--secondary-shade1));
}

.iti #phone {
  padding-left: 110px !important;
}

.form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}

section.fixed-income.investor-fixed-income.section-spacer .wrapper {
  /*background: rgba(243, 243, 243, 1);*/
  /*background:rgba(233,227,248,1);*/
  background: #f8f5ff;
  padding: 3rem;
}

section.fixed-income.investor-fixed-income.section-spacer .wrapper .col-md-4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.home .investors .investors-content-left .investor-links .download-report .las {
  color: rgba(var(--primary-shade1), 1);
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.home .investors .investors-content-left .investor-links .download-report .las:hover {
  background-color: rgba(var(--primary-shade1));
  border-color: rgba(var(--primary-shade1));
  color: rgba(var(--light-color));
}

.csr .focus-areas .focus-carousel .focus-card:hover .card-bottom img {
  filter: brightness(100);
}

.project-details .key-facts ul li strong {
  /*text-transform: lowercase;*/
  text-transform: capitalize;
  display: inline-block;
}

.project-details .key-facts ul li strong::first-letter {
  text-transform: uppercase;
}

.project-title img {
  width: 50px;
  height: 35px;
}

/* csr-newly-added */

.csr .csr-highlights {
  background-color: rgb(232, 226, 248);
  margin-bottom: 2rem;
}

.csr .csr-highlights h5 {
  font-size: 1.75rem;
  color: rgba(var(--primary-shade1));
}

.csr .csr-highlights p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.csr .csr-highlights .nav-tabs .nav-item {
  width: 100%;
  border-bottom: 1px solid rgba(var(--primary-shade1));
}

.csr .csr-highlights .nav-tabs .nav-item:last-child {
  border-bottom: none;
}

.csr .csr-highlights .nav-tabs .nav-item .nav-link {
  width: 100%;
  position: relative;
  border: none;
  text-align: start;
  color: rgba(var(--primary-shade1));
  font-size: 1.25rem;
  padding: 1rem 0;
  background-color: transparent;
}

.csr .csr-highlights .nav-tabs .nav-item .nav-link::after {
  position: absolute;
  right: 1rem;
  content: "\f061";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.csr .csr-highlights .nav-tabs .nav-item .nav-link.active {
  background-color: rgba(var(--primary-shade1));
  color: #ffffff;
  font-weight: 400;
  padding: 1rem 1rem;
  transition: all 0.2s ease;
}

.csr .csr-highlights .hightlights-card {
  padding: 1.5rem;
  background-color: #ffffff;
  margin-bottom: 1.5rem;
}

.csr .csr-highlights .hightlights-card:last-child {
  margin-bottom: 0;
}

.csr .csr-highlights .hightlights-card img {
  width: 20px;
  height: auto;
}

.csr .csr-highlights .hightlights-card h6 {
  font-size: 1.2rem;
  font-family: "AcwaHeadline_Bold";
  color: rgba(var(--primary-shade2));
  margin: 0;
}

.csr .csr-highlights .hightlights-card .clip-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "AcwaHeadline_Regular";
  font-size: 0.875rem;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.csr .csr-highlights .hightlights-card .clip-text.expanded {
  -webkit-line-clamp: unset;
}

.investors .financial .share-price-chart {
  height: 490px;
  width: 100%;
}

.investors .financial .share-price-chart iframe {
  width: 100%;
}

/*** Investors - presentation ***/
.presentations .presentation-frame .pdf-canvas {
  /* position: relative;
  width: 100%;
  height: 100vh; */
  border: 1px solid #ccc;
  border-bottom: none;
  height: 520px;
  /* adjust based on your header */
  /*max-height: 750px;           */
  overflow: hidden;
}


.presentations .presentation-frame .pdf-canvas canvas {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.presentations .presentation-frame .pdf-cta {
  background-color: rgba(var(--primary-shade2));
  padding: 1rem;
}

.presentations .presentation-frame .pdf-cta .las {
  color: #ffffff;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgb(255 255 255);
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.presentations .featured h3 {
  color: rgba(var(--primary-shade2));
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.presentations .featured .filter {
  background-color: rgba(var(--primary-shade2));
  padding: 1rem;
}

.presentations .featured .filter p {
  color: #ffffff;
  font-size: 0.875rem;
}

.presentations .featured .filter .filter-middle {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}

.presentations .featured .filter .form-group .form-control {
  font-size: 0.875rem;
}

.presentations .featured .filter .form-group {
  width: 60%;
}

.presentations .featured .filter .filter-middle .form-group {
  width: 40%;
}

.presentations .featured .filter .form-group .form-control:focus {
  border-color: rgba(var(--primary-shade1));
}

.presentations .featured .filter .form-group {
  margin-bottom: 0;
}

.presentations .featured .pagination {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 7rem;
}

.presentations .featured .pagination-content ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #dadada;
}

.presentations .featured .pagination-content ul li:last-child {
  border-bottom: none;
}

.presentations .featured .pagination-content .left-content {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}

.presentations .featured .pagination-content .left-content span {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
  display: inline-block;
  width: 150px;
}

.presentations .featured .pagination-content .left-content .title {
  margin-left: 3rem;
  width: auto;
}

.presentations .featured .pagination-content .right-content a i {
  color: rgba(var(--primary-shade1));
  font-size: 1.5rem;
}

.presentations .featured .pagination .page-item.prev,
.presentations .featured .pagination .page-item.next {
  margin: 0 3rem;
}

.presentations .featured .pagination .page-item.prev .page-link,
.presentations .featured .pagination .page-item.next .page-link {
  border-color: rgba(var(--primary-shade1));
  padding: 0.5rem 0.875rem;
}

.presentations .featured .pagination .page-item.prev:hover .page-link,
.presentations .featured .pagination .page-item.next:hover .page-link {
  background-color: rgba(var(--primary-shade1));
  color: #ffffff;
}

.presentations .featured .pagination .page-item.active .page-link {
  background-color: rgba(var(--secondary-shade1), 1);
  color: rgba(var(--primary-shade1));
  border-color: rgba(var(--secondary-shade1), 1);
}

.presentations .featured .pagination .page-item.disabled .page-link {}

.presentations .featured .pagination .page-item .page-link {
  background-color: transparent;
  color: rgba(var(--primary-shade1));
  border: 2px solid rgba(218, 218, 218, 1);
  border-radius: 12px;
  padding: 0.5rem 1rem;
}

.presentations .featured .pagination .page-item:first-child .page-link:hover,
.presentations .featured .pagination .page-item:last-child .page-link:hover {
  background-color: rgba(var(--primary-shade1));
  color: rgba(var(--light-color));
}

.presentations .featured .pagination .page-item .page-link i {
  font-size: 1rem;
  margin: 0;
}

/* financial */

.financial .financial-timeline {
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

.presentation-frame {
  width: 100%;
  /*height: 700px;*/
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}

.presentation-frame iframe {
  width: 100%;
}

.announcement-frame {
  width: 100%;
  /*height: 700px;*/
  margin: 2.5rem 0;
}

.announcement-frame iframe {
  width: 100%;
  /*height: 100%;*/
}

.acwa-esg-frame {
  width: 100%;
  /*height: 1385px;*/
  margin: 2.5rem 0;
}

.acwa-esg iframe {
  width: 100%;
  /*height: 100%;*/
}

.tadawul-frame {
  width: 100%;
  /*height: 1394px;*/
  margin: 2.5rem 0;
}

.Irish-stock-frame {
  width: 100%;
  /*height: 519px;*/
  margin: 2.5rem 0;
}

.hidden {
  display: none !important;
}

/* Financial timeline */
.financial-timeline .horizontal-timeline {
  overflow: hidden;
}

.financial-timeline .horizontal-timeline .timeline {
  border-radius: var(--common-radius) var(--common-radius) 0 0;
}

.financial-timeline .horizontal-timeline .events-content {
  margin-top: 0;
}

.financial-timeline .horizontal-timeline .events-content ol li {
  font-size: 1rem !important;
}

.financial .horizontal-timeline .events-content table {
  vertical-align: middle;
}

.financial .horizontal-timeline .events-content table tr td {
  border: 1px solid #dadada;
  padding: 0;
  color: rgb(var(--primary-shade2));
  text-transform: capitalize;
}

.financial .horizontal-timeline .events-content table thead td {
  background: rgba(var(--primary-shade2), 1) !important;
  color: #fff;
  border-color: transparent;
  padding: 0.6rem;
  text-align: center;
}

.financial .horizontal-timeline .events-content table thead tr td:first-child {
  border-bottom-left-radius: 12px;
}

.financial .horizontal-timeline .events-content table thead tr td:last-child {
  border-bottom-right-radius: 12px;
}

.financial .horizontal-timeline .events-content table thead tr td:first-child,
.financial .horizontal-timeline .events-content table tbody tr td:first-child {
  border-left-color: transparent;
  text-align: left;
}

.financial .horizontal-timeline .events-content table thead tr td:last-child,
.financial .horizontal-timeline .events-content table tbody tr td:last-child {
  border-right-color: transparent;
}

.financial .horizontal-timeline .events-content table tbody tr:last-child td {
  border-bottom-color: transparent;
}

.financial .horizontal-timeline .events-content table tbody tr:hover td {
  background-color: rgb(244 253 224);
}

.financial .horizontal-timeline .events-content table .qtr-btn {
  display: flex;
  justify-content: center;
  padding: 1.625rem 0rem;
  width: 100%;
  text-decoration: none;
  color: rgba(var(--primary-shade1));
  font-size: 1.5rem;
}

.financial .horizontal-timeline .events-content table .qtr-btn.disabled {
  color: #c7c4cc !important;
  cursor: not-allowed;
}

.financial .horizontal-timeline .events-content table .qtr-btn:hover {
  background-color: rgba(var(--secondary-shade1)) !important;
}

#announcements-list h3 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade1));
  font-weight: 400;
  margin-bottom: 1.5rem;
}

#announcements-list .announcement-tab {
  padding: 4rem 0;
}

#announcements-list {}

#announcements-list #myTab {
  display: flex;
  justify-content: center;
}

#announcements-list .nav-tabs .nav-item .nav-link {
  background: transparent;
  border-color: transparent;
  border-bottom: 4px solid transparent;
  border-radius: 0 !important;
  padding: 0.5rem 0;
  margin: 0 1rem;
}

#announcements-list .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #9271db !important;
  border-radius: 0 !important;
}

#announcements-list #myTabContent {
  padding-top: 0rem !important;
}

.emission-advance-chart iframe {
  width: 100% !important;
}

.announcements .announcement-tab {
  padding: 4rem 0;
}

#announcements-list {}

.announcements #myTab {
  display: flex;
  justify-content: center;
}

.announcements .nav-tabs .nav-item .nav-link {
  background: transparent;
  border-color: transparent;
  border-bottom: 4px solid transparent;
  border-radius: 0 !important;
  padding: 0.5rem 0;
  margin: 0 1rem;
}

.announcements .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #9271db !important;
  border-radius: 0 !important;
}

.announcements #myTabContent {
  padding-top: 0rem !important;
}

.benifits #myTab {}

.benifits .nav-tabs .nav-item .nav-link {
  background: transparent;
  border-color: transparent;
  border-bottom: 4px solid transparent;
  border-radius: 0 !important;
  padding: 0.5rem 0;
  margin: 0 1rem 0 0;
}

.benifits .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #9271db !important;
  border-radius: 0 !important;
}

.benifits #myTabContent .tab-pane .tab-pane-content {
  margin-top: 1rem !important;
}

.benifits .tab-pane ul {
  padding-top: 10px;
  padding-left: 0;
}

.benifits .tab-pane li {
  list-style: none;
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.benifits .tab-pane li:before {
  content: "\f005";
  font-family: "Line Awesome Free";
  font-weight: 900;
  margin-right: 10px;
  color: rgba(var(--primary-shade1));
}

.report-list-table table td .qtr-btn {
  display: inline-flex !important;
  align-items: center;
  margin-right: 8px;
  width: auto !important;
  text-decoration: none;
}

.report-list-table table td {
  white-space: nowrap;
}

.qtr-btn.disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.qtr-btn.disabled i {
  color: #999 !important;
}

/*---- Energy Types ----*/

.energy-types .sources {
  background-color: rgba(243, 243, 243, 1);
}

.energy-types .sources h5 {
  font-family: "AcwaHeadline_Light";
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
  margin: 0;
}

.energy-types .sources .card-row .card {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 0;
}

.energy-types .sources .card-row .card .energy-image {
  width: 100%;
  position: relative;
}

.energy-types .sources .card-row .card .energy-image img {
  width: 100%;
  height: 206px;
  object-fit: cover;
}

.energy-types .sources .card-row .card .energy-image .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  display: flex;
  gap: 0.5rem;
}

.energy-types .sources .card-row .card .energy-image .icons img {
  width: 1.5rem;
  height: 1.5rem;
}

.energy-types .sources .card-row .card .energy-desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  min-height: 250px;
  justify-content: space-between;
}

.energy-types .sources .card-row .card .energy-desc .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.energy-types .sources .card-row .card .energy-desc h6 {
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1rem;
}

.energy-types .sources .card-row .card .energy-desc p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
  margin: 0;
}

/* .energy-details */

.page-banner-inner .banner-image:after {
  background-color: #f8f5ff;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .carousel-image {
  position: relative;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .carousel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 3%;
  display: flex;
  flex-flow: row;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-dot.active {
  background: rgba(var(--primary-shade1)) !important;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 5%;
  right: 3%;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-next,
.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-prev {
  width: 15px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff !important;
  border-radius: var(--common-radius);
  padding: 1rem !important;
  transition: all 0.2s linear;
  font-size: 0;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-next:hover,
.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-prev:hover {
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-next:hover:before,
.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-prev:hover:before {
  color: #fff !important;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-prev::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f060";
  font-size: 1rem;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
}

.energy-details .page-banner-inner .banner-image .energy-carousel .owl-nav button.owl-next::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f061";
  font-size: 1rem;
  color: #fff;
  transition: all 0.2s linear;
}

.energy-details .energy-project {
  background-color: #f8f5ff;
}

.energy-details .energy-project h5 {
  font-size: 1.5rem;
  color: rgba(var(--primary-shade2));
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}

.energy-details .energy-project .about-energy p {
  font-size: 1rem;
  color: rgba(var(--primary-shade2));
}

.energy-details .energy-project .project-cards .card {
  background-color: #ffffff;
  margin-bottom: 1.5rem;
  border: none;
  border-radius: 0;
}

.energy-details .energy-project .project-cards .card .project-image {
  width: 100%;
  position: relative;
}

.energy-details .energy-project .project-cards .card .project-image img {
  width: 100%;
  height: 206px;
  object-fit: cover;
}

.energy-details .energy-project .project-cards .card .project-image .icons {
  position: absolute;
  top: 4%;
  right: 4%;
  display: flex;
  gap: 0.5rem;
}

.energy-details .energy-project .project-cards .card .project-image .icons img {
  width: 1.5rem;
  height: 1.5rem;
}

.energy-details .energy-project .project-cards .card .project-desc {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  min-height: 250px;
  justify-content: space-between;
}

.energy-details .energy-project .project-cards .card .project-desc .desc-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.energy-details .energy-project .project-cards .card .project-desc .desc-top h6 {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgba(var(--primary-shade2));
  margin-bottom: 1rem;
}

.energy-details .energy-project .project-cards .card .project-desc .desc-top img {
  width: 1.5rem;
  height: 1.5rem;
}

.energy-details .energy-project .project-cards .card .project-desc .clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.energy-details .energy-project .project-cards .card .project-desc p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
  margin: 0;
}

/* Error Page */
.error-page .error-content h3 {
  color: rgba(var(--primary-shade2));
  font-size: 10rem;
  line-height: 1;
}

.error-page .error-content p {
  color: rgba(var(--primary-shade2));
  font-size: 2rem;
  text-align: center;
  width: 80%;
}

.error-page .error-content a {
  text-decoration: none;
  color: rgba(var(--primary-shade2));
}

.error-page .error-content a:hover {
  color: rgba(var(--dark-color), 1);
}

.error-page .error-content a:last-child .icon {
  color: rgba(var(--primary-shade1));
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.75rem;
  transition: all 0.2s linear;
}

/*--- Earnings and reports ---*/
.earnings-report .download-report {
  background-color: #e8e2f8;
  border-bottom: 1.25px solid #b5a5d7;
}

.earnings-report .download-report .form-group label {
  color: rgba(var(--primary-shade1));
  font-size: 1.5rem;
}

.earnings-report .download-report .form-group .form-control {
  color: rgba(var(--primary-shade1));
  font-size: 1.5rem;
  height: fit-content;
  padding: 1rem 2.5rem;
}

.earnings-report .download-report .form-group .form-control:focus {
  border-color: rgba(var(--primary-shade1));
}

.earnings-report .download-report .form-group .form-control option {
  font-size: 1.25rem;
}

.earnings-report .download-report .form-group select {
  background-image: url(../images/select_arrow_down.svg);
  background-position: 95% center;
  background-size: 2rem;
}

.earnings-report .download-report .report-listing h5 {
  color: rgba(var(--primary-shade1));
  font-size: 1.5rem;
}

.earnings-report .download-report .report-listing {
  padding: 2rem 2.5rem;
  background-color: #ffffff;
}

.earnings-report .download-report .report-listing ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e2f8;
  padding: 1rem 0;
}

.earnings-report .download-report .report-listing ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.earnings-report .download-report .report-listing ul li span {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
}

.earnings-report .download-report .report-listing ul li a {
  color: rgba(var(--primary-shade1));
}

.earnings-report .download-report .report-listing ul li a .icon {
  font-size: 1.375rem;
}

.earnings-report .share-info h3,
.earnings-report .financial-highlight h3 {
  color: rgba(var(--primary-shade1));
  font-size: 1.75rem;
}

.earnings-report .share-info p,
.earnings-report .financial-highlight p {
  color: rgba(var(--primary-shade2));
  font-size: 1rem;
}

.earnings-report .share-info a,
.earnings-report .financial-highlight a {
  text-decoration: none;
  color: rgba(var(--primary-shade2));
}

.earnings-report .share-info a .icon,
.earnings-report .financial-highlight a .icon {
  color: rgba(var(--primary-shade1), 1);
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.5rem;
  transition: all 0.2s linear;
}

.earnings-report .share-info a .icon:hover,
.earnings-report .financial-highlight a .icon:hover {
  background-color: rgba(var(--primary-shade1));
  border-color: rgba(var(--primary-shade1));
  color: rgba(var(--light-color));
}

.earnings-report .financial-highlight {
  background-color: #f9f6ff;
}

.earnings-report .financial-highlight img,
.earnings-report .share-info img {
  object-fit: cover;
}

.earnings-report .financial-highlight .col-md-6:last-child {
  padding-left: 4rem;
}

/*404 Page */
.arrow::before {
  font-family: "Line Awesome Free";
  content: "\f061";
  /* las la-arrow-right */
  font-weight: 900;
  display: inline-block;
}

.arrow-box {
  font-size: 1rem;
  color: rgba(var(--primary-shade1));
  border-radius: var(--common-radius);
  border: 2px solid rgba(var(--primary-shade1), 1);
  padding: 0.75rem;
  transition: all 0.2s linear;
  line-height: 1;
}

.arrow-box:hover {
  color: rgba(var(--light-color)) !important;
  border-color: rgba(var(--primary-shade1)) !important;
  background-color: rgba(var(--primary-shade1)) !important;
}

#presentation-reports-list:focus {
  outline: none;
}

/*Sustainability Details */
.sustainability-details .featured .pdf-canvas {
  /* position: relative;
  width: 100%;
  height: 100vh; */
  border: 1px solid #ccc;
  border-bottom: none;
  /*height: 100vh;*/
  /*min-height: 520px;           */
  /* adjust based on your header */
  /*max-height: 750px;           */
  overflow: hidden;
}


.sustainability-details .featured .pdf-canvas canvas {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.sustainability-details .featured .pdf-cta {
  background-color: rgba(var(--primary-shade2));
  padding: 1rem;
}

.sustainability-details .featured .pdf-cta .las {
  color: #ffffff;
  font-size: 1rem;
  border-radius: var(--common-radius);
  border: 2px solid rgb(255 255 255);
  padding: 0.5rem;
  transition: all 0.2s linear;
}