@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Graphik Compact";
  src:
    url("../fonts/GraphikCompact-Bold.woff2") format("woff2"),
    url("../fonts/GraphikCompact-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Compact";
  src:
    url("../fonts/GraphikCompact-Medium.woff2") format("woff2"),
    url("../fonts/GraphikCompact-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*
Theme Name: ACC-BPO
Theme URI: https://wordpress.org/themes/acc-bpo/
Author: the WordPress team
Author URI: https://wordpress.org
Description: ACC-BPO emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acc-bpo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (min-width: 1640px) {
  /* Trigger slightly above 1592 to allow for gutters */
  .container,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1592px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-base);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
:root {
  --font-base: "Inter", sans-serif;
  --fs-base: 16px;
  --lh-base: 26px;
  --fs-second: 18px;
  --color-text: #ffffff;
  --color-bg: #007476;
  --color-subtext: #0e0d0d;
  --size-h1: 56px;
  --size-h2: 48px;
  --size-h3: 24px;
  --size-h4: 18px;
  --size-h5: 14px;
  --size-h6: 12px;
}

p {
  font-family: var(--font-base);
  font-size: var(--fs-base);
  line-height: var(--lh-base);
  color: var(--color-text);
}
h1 {
  font-family: "Graphik Compact";
  font-weight: bold;
  color: var(--color-bg);
  font-size: var(--size-h1);
}
h2 {
  font-family: "Graphik Compact";
  font-size: var(--size-h2);
  font-weight: bold;
}
#smooth-wrapper {
  overflow: hidden;
}
.mainBtn {
  color: var(--color-text);
  background: #ffffff url("../images/icons/arrow_right_corner_black.svg")
    no-repeat 84px 11px;
  font-size: 12px;
  border-radius: 50px;
  padding: 6px 15px;
  width: 109px;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.mainBtn:hover {
  text-decoration: none;
  background: #43bbc7 url("../images/icons/arrow_right_corner_black.svg")
    no-repeat 84px 11px;
}
input {
  border: 1px solid #d3d6de;
  border-radius: 3px;
  color: #6b7280;
  padding: 4px 14px;
  height: 47px;
  font-size: 14px;
}
textarea {
  border: 1px solid #d3d6de;
  border-radius: 3px;
  color: #6b7280;
  padding: 13px 14px;
  height: 77px;
  font-size: 14px;
  resize: none;
  width: 100%;
}
/* ------------------------------
   Links & Inline Elements
--------------------------------*/
a {
  color: var(--color-primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}
/* ------------------------------
   Lists
--------------------------------*/
ul,
ol {
  list-style-position: outside;
  margin: 0 0 var(--space-md) var(--space-lg);
  padding: 0 0 0 20px;
}

li {
  margin-bottom: var(--space-xs);
}
/* ------------------------------
   Media
--------------------------------*/
img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Gutenberg image alignment fix */
.wp-block-image img {
  height: auto;
}
.title-bar {
  float: left;
  width: 100%;
  background: #bea654;
  color: #ffffff;
  padding: 8px 0;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.title-content {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
}
.title-content a {
  text-decoration: underline;
  margin-left: 5px;
}
.title-content a:hover {
  color: #2d2926;
}
.header-container {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}
.header-container.is-sticky {
  background-color: #007476;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.header-container.is-sticky .logo img {
  transform: scale(0.5);
}
.header-container.is-sticky .header-inner {
  height: 60px;
}
.header-container.is-sticky .title-bar {
  padding: 4px 0;
  font-size: 12px;
}
.header-container.is-sticky .menu ul li a {
  color: #656464;
}
.header-container.is-sticky .main-menu ul li a {
  font-size: 13px;
}
.header-container.is-sticky .desktop-menu ul {
  gap: 0 20px;
}
.logo {
  float: left;
  width: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo a {
  float: left;
}
.logo img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-right {
  display: flex;
  justify-content: space-between;
}
.main-menu {
  float: right;
  width: auto;
}
.main-menu ul {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 30px;
}
.main-menu ul li {
  float: left;
  list-style: none;
}
.main-menu ul li a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
.main-menu ul li a:hover {
  text-decoration: none;
  color: #bea654;
}
/* Desktop default */
.mobile-menu-btn,
.mobile-offcanvas {
  display: none;
}
/* Desktop menu */
.desktop-menu ul {
  display: flex;
  gap: 28px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-container {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	overflow: hidden;
  height: 100vh;
}
.banner-container::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner-container img {
  height: 100vh;
  width: 100%;
  float: left;
  object-fit: cover;
}
.banner-wrap {
  width: 100%;
  margin: 0 auto;
  position: absolute;
	z-index:1;
}
.banner-content {
  /* position: absolute;
  left: 0;
  width: 53%;
  margin: 0 auto;
  text-align: left; */

  float: left;
  left: 0;
  margin: auto;
  position: absolute;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 53%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-content h1 {
  padding-bottom: 20px;
  color: var(--color-text);
}
.banner-content p {
  color: var(--color-text);
  font-weight: 400;
  font-size: var(--fs-second);
}
/* VIDEO */
.banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* OVERLAY (your figma gradient) */
.banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(0deg, rgba(20,33,56,0.72), rgba(20,33,56,0.72)),
    linear-gradient(
      100.24deg,
      rgba(15, 23, 42, 0.736) 0%,
      rgba(15, 23, 42, 0.48) 35.1%,
      rgba(14, 158, 158, 0.12) 70%,
      rgba(255, 255, 255, 0) 100%
    );
}

.header-inner {
  float: left;
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
}
.header-contents {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#upClick {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  width: 58px;
  height: 80px;
  animation: scrollBounce 2s infinite;
  transition: transform 0.3s ease;
	z-index:1;
}
.welcome-section {
  float: left;
  width: 100%;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)),
    url(../images/content/welcome_img.jpg) no-repeat center center;
  height: 825px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcome-content {
  float: left;
  width: 100%;
}
.welcome-content span {
  float: left;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
}
.welcome-content h2 {
  padding-bottom: 25px;
}
.welcome-content p {
  font-size: 18px;
}
.video-section {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 805px;
  background: rgba(0, 0, 0, 0.5);
  padding: 48px 0;
  margin-bottom: 50px;
}
.video-wrapper {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  aspect-ratio: 16/9;
  background: #000;
  margin: 0 auto;
}
.video-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.video-cover .video-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
  display: none;
}
.video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 3;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.97;
  transition: transform 0.19s;
}
.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.07);
}

.video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*   display: none; */
}
.about-section {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.about-left {
  float: left;
  width: 100%;
}
.about-left p {
  font-size: 20px;
  font-weight: 700;
}
.about-left h2 {
  padding-bottom: 25px;
}
.about-content {
  float: left;
  width: 100%;
  padding: 30px 0 80px;
}
.card-grid {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  height: 458px;
}
.card-single {
  float: left;
  width: 20%;
  position: relative;
}
.card-single:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.card-grid img {
  float: left;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-textFirst {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  font-family: "Graphik Compact";
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}
.card-textSecond {
  float: left;
  font-weight: 400;
  font-size: 16px;
  width: 130px;
  text-align: center;
}
.legacy-section {
  float: left;
  width: 100%;
  background: #2d2926;
  padding: 80px 0;
  text-align: center;
}
.legacy-section h2 {
  padding-bottom: 25px;
}
.timeline-single:nth-child(even) {
  margin-top: 150px;
}
.timeline-single:nth-child(odd) {
  margin-top: -33px;
}
.timeline-slider {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.timeline-single {
  position: relative;
  text-align: left;
  margin-left: 50px;
}
.dot {
  width: 25px;
  height: 25px;
  background: #2d2926;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.timeline-single:nth-child(even)::before {
  position: absolute;
  left: 0;
  top: 28px;
  content: "";
  width: 35px;
  height: 35px;
  background: #bea654;
  border-radius: 100%;
  border: 10px solid #2d2926;
}
.timeline-single:nth-child(odd)::before {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  width: 35px;
  height: 35px;
  background: #bea654;
  border-radius: 100%;
  border: 10px solid #2d2926;
}
.timeline-single:first-child {
}
.timeline-date {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-family: "Graphik Compact";
  font-size: 24px;
  color: #bea654;
  font-weight: bold;
  margin-top: 65px;
}
.timeline-description {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  height: 135px;
  overflow: hidden;
}
.timeline-slider{
    position:relative;
}
.timeline-slider:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 95%;
  right: 0;
  height: 3px;
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
}
.timeline-slider .slick-list {
  /* padding: 0 50px; */
}
.timeline-slider .slick-prev {
  background: #ffffff url(../images/icons/arrow_back.svg) no-repeat center
    center;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  border: 1px solid #bea654;
}
.timeline-slider .slick-prev:before,
.timeline-slider .slick-next:before {
  display: none;
}
.timeline-slider .slick-next {
  background: #ffffff url(../images/icons/arrow_forward.svg) no-repeat center
    center;
  width: 49px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #bea654;
}
.timeline-slider .slick-next:hover,
.timeline-slider .slick-prev:hover {
  background-color: #2d2926;
}

.landscape-top {
  float: left;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 40px;
}
.landscape-grid {
  float: left;
  width: 100%;
  padding-top: 5px;
}
.grid-item {
  width: 32%;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.grid-item img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.img-wrap {
  width: 100%;
  overflow: hidden;
  
}
.grid-item.small .img-wrap {
 height: 300px;  /* Small height */
}
.grid-item.medium .img-wrap {
  height: 450px; /* Medium height */
}

.grid-item.tall .img-wrap {
  height: 650px; /* Large height */
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This makes different sized images fill the box */
  display: block;
}
.grid-item:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
  color: #fff;
  padding: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
   left:0;  
  top: 200%;
  transition:all 350ms cubic-bezier(0, 0, 0.2, 1);
  height: 100%;
  width: 100%;
}
.grid-item:hover .overlay {
   top: 0;
}
.overlay h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.overlay p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.overlay-btn {
  padding: 8px 16px;
  width: fit-content;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0;
  background: #ffffff;
  color: #2d2926;
}
.overlay-btn:hover {
  background: #bea654;
  color: #ffffff;
  text-decoration: none;
}
.message-section {
  float: left;
  width: 100%;
  background: #007476;
  padding: 50px 0;
}
.message-row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.messenger-image {
  float: left;
  width: 35%;
  background: url(../images/content/chairman.jpg) no-repeat left top;
  background-size: 100%;
  height: 600px;
}
.message-row.row-reverse .messenger-image {
  background: url(../images/content/CEO.jpg) no-repeat right top;
  background-size: 100%;
}
.messenger-image img {
  float: left;
  width: 600px;
  height: 600px;
  object-fit: cover;
}
.messenger-info {
  float: right;
  width: 58%;
}
.messenger-info h2 {
  padding-bottom: 30px;
}
.message-row.row-reverse {
  flex-direction: row-reverse;
}
.messenger-name {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 8px;
}
.designation {
  float: left;
  width: 100%;
  font-size: 16px;
}
.number-section {
  float: left;
  width: 100%;
  background: #2d2926;
  padding: 80px 0;
}
.number-section h2 {
  text-align: center;
  margin-bottom: 50px;
}
.number-details {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 20px;
}
.detail-card {
  float: left;
  width: 25%;
  background: rgba(246, 246, 246, 0.08);
  padding: 25px 22px 15px;
}
.detail-card img {
  margin-bottom: 40px;
}
.detail-card h5 {
  font-size: 32px;
  padding-bottom: 6px;
  font-weight: bold;
}
.counter-block {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 20px;
  margin-top: 40px;
}
.counter-single {
  float: left;
  width: 20%;
  background: rgba(246, 246, 246, 0.08);
  padding: 25px 18px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.counter-single .counter {
  font-size: 48px;
  font-weight: bold;
  color: #bea654;
  float: left;
  line-height: 45px;
}
.counter-single span {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 40px;
}
.disclaimer {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-top: 70px;
}
.investment-section {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.investment-left {
  float: left;
  width: 100%;
  padding-right: 50px;
}
.investment-left h2 {
  margin-bottom: 30px;
}
.investment-left p {
  margin-bottom: 20px;
}
.strategy-section {
  float: left;
  width: 100%;
  background: #2d2926;
  padding: 80px 0;
}
.strategy-left {
  float: left;
  width: 100%;
  padding-right: 30px;
}
.strategy-left > h2 {
  margin-bottom: 30px;
}
.strategy-right {
  float: left;
  width: 100%;
  height: 100%;
}
.strategy-right img {
  float: left;
  width: 100%;
}
#highlightContent {
  background: transparent;
}
#highlightContent .accordion-item,
#strategyContent .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0;
}
#highlightContent .accordion-item .accordion-header,
#strategyContent .accordion-item .accordion-header {
  background: transparent;
  border: 0;
}
#highlightContent .accordion-item .accordion-header button,
#strategyContent .accordion-item .accordion-header button {
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 16px 0;
  font-weight: bold;
  font-size: 18px;
}
#highlightContent .accordion-item .accordion-body,
#strategyContent .accordion-item .accordion-body {
  color: #ffffff;
  font-size: 16px;
  padding: 0 0 20px 0;
}
#highlightContent .accordion-item .accordion-body ul li,
#strategyContent .accordion-item .accordion-body ul li {
  color: #ffffff;
  font-size: 16px;
}
#highlightContent .accordion-item .accordion-header button:focus,
#strategyContent .accordion-item .accordion-header button:focus {
  box-shadow: none;
  outline: none;
  border: none;
  box-shadow: none;
}
#highlightContent .accordion-button::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
	transform: none;
}
#highlightContent .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#highlightContent .accordion-button:not(.collapsed)::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
#highlightContent .accordion-button::after,
#strategyContent .accordion-button::after {
  transition: all 0.5s;
}
#strategyContent .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23BEA654' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  background-size: 25px;
	transform: none;
}
#strategyContent .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#strategyContent .accordion-button:not(.collapsed)::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23BEA654' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
#strategyContent .accordion-item .accordion-body {
  padding: 5px 0 23px;
}
.leadership-section {
  float: left;
  width: 100%;
  background: #007476;
  padding: 80px 0 185px;
}
.leadership-section h2 {
  margin-bottom: 40px;
  text-align: center;
}
.people-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.tabs-wrapper {
  background: #008c91;
  display: inline-block;
  width: fit-content;
}
#peopleTabContent {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.people-tabs ul {
  text-align: center;
  justify-content: center;
  background: #008c91;
  padding: 6px;
  border: none;
}
.people-tabs ul li {
  text-align: center;
}
.people-tabs ul li button.nav-link {
  font-size: 16px;
  color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 8px 20px;
}
.people-tabs ul li button.nav-link:hover {
  border: none;
  box-shadow: none;
}
.people-tabs ul li button.nav-link.active {
  background: #2d2926;
  color: #ffffff;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.leader-single {
  float: left;
  margin: 0 15px 50px;
}
.leaders-carousel .slick-list {
  padding-left: 0 !important;
  padding-right: 120px !important; /* Adjust value as needed */
}
.leader-image {
  float: left;
  height: 394px;
  width: 100%;
}
.leader-image img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.leader-info {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.info-left {
  float: left;
  width: 80%;
  position: relative;
}
.leader-name {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4px;
}
.leader-role {
  font-size: 18px;
  transition: all 0.4s ease;
  opacity: 1;
  max-height: 50px;
}
.toggle-content {
  border: none;
  box-shadow: none;
  background: #bea654;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.directors-carousel .slick-prev,
.management-carousel .slick-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  background: #007476 url(../images/icons/arrow_white_left.svg) no-repeat center
    center;
  transition: all 0.3s ease-in-out;
}
.directors-carousel .slick-prev:hover,
.management-carousel .slick-prev:hover,
.directors-carousel .slick-next:hover,
.management-carousel .slick-next:hover {
  background-color: #008c91;
}
.directors-carousel .slick-prev:before,
.management-carousel .slick-prev:before {
  display: none;
}
.directors-carousel .slick-next,
.management-carousel .slick-next {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  background: #007476 url(../images/icons/arrow_white_right.svg) no-repeat
    center center;
  transition: all 0.3s ease-in-out;
}
.directors-carousel .slick-prev,
.management-carousel .slick-prev{
    left: -45px;
}
.directors-carousel .slick-next,
.management-carousel .slick-next{
    right: -45px;
}
.directors-carousel .slick-next:before,
.management-carousel .slick-next:before {
  display: none;
}
.full-description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  position: absolute;
  left: 0;
  top: 23px;
}
.leader-single.active .leader-role {
  opacity: 0;
  max-height: 0;
  margin: 0;
}
.leader-single.active .full-description {
  max-height: 200px;
  opacity: 1;
  margin-top: 6px;
}
.toggle-content img {
  transition: transform 0.3s ease;
}
.leader-single.active .toggle-content img {
  transform: rotate(45deg);
}
.timeline-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
}
.timeline-section h2 {
  color: #0e0d0d;
  text-align: center;
  margin-bottom: 30px;
}
.timeline-section p {
  color: #0e0d0d;
  text-align: center;
  max-width: 540px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 60px;
}
.date-single {
  text-align: center;
  padding-top: 50px;
  margin: 0 15px;
}
.date-single .line-block {
  width: 100%;
  height: 3px;
  background: #666666;
  position: relative;
}
.date-single .line-block:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -16px;
  content: "";
  width: 35px;
  height: 35px;
  background: #007476;
  border-radius: 100%;
  border: 10px solid #ffffff;
}
.date-entry {
  float: left;
  width: 100%;
  color: #007476;
  font-size: 24px;
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 15px;
}
.date-description {
  float: left;
  width: 100%;
  color: #666666;
  font-size: 16px;
}
.timeline-carousel .slick-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #bea654;
  background: #ffffff url(../images/icons/arrow_back.svg) no-repeat center
    center;
}
.timeline-carousel {
  padding: 0 35px;
}

.timeline-carousel .slick-prev:before,
.timeline-carousel .slick-next:before {
  display: none;
}
.timeline-carousel .slick-next {
  width: 48px;
  height: 48px;
  border: 1px solid #bea654;
  background: #ffffff url(../images/icons/arrow_forward.svg) no-repeat center
    center;
}
.timeline-carousel .slick-next,
.timeline-carousel .slick-prev {
  top: 38%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.timeline-carousel .slick-next:hover,
.timeline-carousel .slick-prev:hover {
  background-color: #2d2926;
}
.timeline-carousel .slick-next:active,
.timeline-carousel .slick-next:focus {
  background-color: #2d2926;
}
.timeline-carousel .slick-prev:active,
.timeline-carousel .slick-prev:focus {
  background-color: #2d2926;
}
.documents-section {
  float: left;
  width: 100%;
  background: #2d2926;
  padding: 80px 0 95px;
}
.documents-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.documents-section p {
  text-align: center;
}
.download-grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 50px;
}
.document-link {
  background: rgba(255, 255, 255, 0.15);
  padding: 22px 23px 22px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  transition: transform .4s, box-shadow .4s;
}
.document-link:hover {
    background: #007476;
    transform: translateY(-.375rem) scale(1.02);
    box-shadow: 0 1px .375rem #00000026;
}
.document-details {
  float: left;
  text-align: left;
}
.document-details span {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  font-family: "Graphik Compact";
  font-weight: bold;
  padding-bottom: 17px;
}
.document-details p {
  text-align: left;
  margin: 0;
}
.subscribe-section {
  float: left;
  width: 100%;
  background: #007476;
}
.subscribe-image {
  float: left;
  width: 100%;
  height: 511px;
  /*background: url(../images/content/subscribe_img.jpg) no-repeat center center;*/
}
.subscribe-image img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subscribe-block {
  float: left;
  width: 100%;
  padding: 60px 0 75px;
}
.subscribe-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.subscribe-section p {
  text-align: center;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 30px;
}
.subscribe-steps {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 10px;
  padding-bottom: 30px;
}
.step-single {
  background: #004244;
  float: left;
  width: 16%;
  text-align: left;
  padding: 25px 17px 20px;
  border-bottom: 4px solid #008c91;
}
.step-single img {
  margin-bottom: 20px;
}
.step-single span {
  float: left;
  width: 100%;
  margin: 5px 0 15px;
  font-weight: bold;
  font-size: 24px;
}
.step-single p {
  text-align: left;
  margin: 0;
}
.more-text {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.faq-section {
  float: left;
  width: 100%;
  background: #2d2926;
  padding: 80px 0 90px;
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 65px;
}
#faqContent .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  align-self: start;
  border-radius: 0;
}
#faqContent .accordion-item .accordion-header {
  background: transparent;
  border: 0;
  margin-bottom: 0;
}
#faqContent .accordion-item .accordion-header button {
  background: transparent;
  border: 0;
  color: #ffffff;
  padding: 14px 0 20px;
  font-weight: bold;
  font-size: 18px;
}
#faqContent .accordion-item .accordion-body {
  color: #ffffff;
  font-size: 16px;
}
#faqContent .accordion-item .accordion-body ul li {
  color: #ffffff;
  font-size: 16px;
}
#faqContent .accordion-item .accordion-header button:focus {
  box-shadow: none;
  outline: none;
  border: none;
  box-shadow: none;
}
#faqContent .accordion-button::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
	transform: none;
}
#faqContent .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#faqContent .accordion-button:not(.collapsed)::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
#faqContent .accordion-button::after {
  transition: all 0.5s;
}
#faqContent .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23BEA654' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  background-size: 25px;
}
#faqContent .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#faqContent .accordion-button:not(.collapsed)::after {
  background-size: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='%23BEA654' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
#faqContent .accordion-item .accordion-body {
  padding: 5px 35px 23px 0;
}
.download-full {
}
.download-full a {
  background: #007476;
  font-size: 16px;
  color: #ffffff;
  padding: 14px 20px;
  float: left;
  margin-top: 50px;
}
.download-full a:hover {
  background: #bea654;
  color: #ffffff;
  text-decoration: none;
}
.banks-section {
  float: left;
  width: 100%;
  background: #00292b;
  padding: 80px 0;
}
.banks-section h2 {
  text-align: center;
  margin-bottom: 30px;
}
.banks-section p {
  text-align: center;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 60px;
}
.info-grid {
  float: left;
  width: 100%;
  display: flex;
  gap: 0 10px;
}
.bank-single {
  width: 20%;
  background: #ffffff;
  padding: 25px 20px 22px;
  flex-direction: column;
  gap: 20px 0;
  align-items: flex-start;
  display: flex;
}
.bank-single img {
}
.bank-single span {
  float: left;
  width: 100%;
  font-size: 24px;
  color: #0e0d0d;
  font-weight: bold;
  font-family: "Graphik Compact";
}
.bank-single a.bank-contact {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #666666;
}
.visit-website {
  float: left;
  border: 1px solid #2d2926;
  font-size: 16px;
  color: #2d2926;
  padding: 8px 17px;
  text-decoration: none;
}
.visit-website:hover {
  background: #bea654;
  color: #ffffff;
  text-decoration: none;
}
.contact-section {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 80px 0;
}
.contact-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #0e0d0d;
}
.contact-section p {
  text-align: center;
  max-width: 540px;
  width: 100%;
  margin: 0 auto 70px;
  color: #666666;
}
.contact-grid {
  display: flex;
}
.contact-info {
  text-align: left;
}
.contact-info p {
  text-align: left;
}
.contact-info span {
  float: left;
  font-family: "Graphik Compact";
  width: 100%;
  color: #666666;
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  margin-bottom: 18px;
}
.contact-info a {
  color: #666666;
  text-decoration: underline;
}
.contact-info a:hover {
  color: #bea654;
}
.contact-info p {
  margin: 0 0 20px 0;
}
.contact-info ul {
  padding: 0;
  display: flex;
  gap: 0 18px;
}
.contact-info ul li {
  list-style: none;
}
.footer-container {
  float: left;
  width: 100%;
  background: #007476;
  padding: 80px 0 40px;
}
.footer-top {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
  padding-bottom: 40px;
}
.footer-menu {
  float: left;
  width: 100%;
}
.footer-menu ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.footer-menu ul li {
  list-style: none;
}
.footer-menu ul li a {
  font-size: 16px;
}
.footer-menu ul li a:hover {
  text-decoration: none;
  color: #bea654;
}
.footer-bottom {
  float: left;
  width: 100%;
  padding: 30px 0 0;
}
.bottom-row {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.quick-links ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.quick-links ul li {
  list-style: none;
}
.quick-links ul li a {
  font-size: 16px;
  text-decoration: underline;
}
.quick-links ul li a:hover {
  color: #bea654;
}
.about-company {
  float: left;
  width: 100%;
  padding: 40px 0 0;
}
.about-company p {
  font-size: 12px;
  line-height: 20px;
}
/* Bounce Keyframes */
@keyframes scrollBounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  30% {
    transform: translateY(12px);
    opacity: 0.8;
  }

  60% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
  }
}

.ipo-popup{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.75);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
}

.ipo-box{
  background:#fff;
  padding:25px;
  width:440px;
  max-width:90%;
  border-radius:8px;
  text-align:center;
}

.ipo-box select{
  width:100%;
  padding:12px;
  margin:20px 0;
}

.ipo-box button{
  padding:12px 22px;
  border:none;
  background:#000;
  color:#fff;
  cursor:pointer;
}

.ipo-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:20px;
}
.ipo-box h3{
    color:#0E0D0D;
    font-weight: 600;
}
#ipo-country-go,
#ipo-agree{
    background: #007476;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px;
    float: left;
    width:100%;
}
#ipo-notagree{
    background: #0e0d0d;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px;
    float: left;
    width:100%;
}
.ipo-box p{
    font-size:18px;
    color:#666666;
    font-weight:400;
}
#ipo-disclaimer-popup p{
    font-size:16px;
    color:#666666;
    font-weight:400;
    margin: 15px 0;
	height: 300px;
	overflow-y: auto;
	 overscroll-behavior: contain;
}
/* Container to handle the custom arrow positioning */
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px; /* Adjust as needed */
}

.custom-select {
  /* Resets the default browser look */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* Layout & Sizing */
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
  /* Colors from your image */
  color: #1a2b4b; /* Dark navy text */
  background-color: #ffffff;
  
  /* Border & Shape */
  border: 1px solid #ccc;
  border-radius: 8px; /* Rounded corners */
  
  /* Interaction */
  cursor: pointer;
  outline: none;
  transition: border-color 0.2s ease;
}

/* Hover/Focus states */
.custom-select:hover {
  border-color: #999;
}

.custom-select:focus {
  border-color: #1a2b4b;
  box-shadow: 0 0 0 2px rgba(26, 43, 75, 0.1);
}

/* The Custom Arrow (Chevron) */
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  
  /* Creating a chevron using borders */
  width: 8px;
  height: 8px;
  border-right: 2px solid #1a2b4b;
  border-bottom: 2px solid #1a2b4b;
  transform: translateY(-70%) rotate(45deg);
  
  pointer-events: none; /* Allows clicking "through" the arrow to open the menu */
}


/*
RTL Styles
================================================*/
.lang-switch-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #f1f1f1; /* Light grey background like reference */
    padding: 4px;
    border-radius: 30px;
    width: fit-content;
    border: 1px solid #e0e0e0;
}

.lang-toggle-btn {
    position: relative;
    z-index: 2;
    padding: 0px 8px;
    font-size: 11px;
    text-decoration: none;
    color: #666666;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.lang-toggle-btn:hover,
.lang-toggle-btn:active,
.lang-toggle-btn:focus{
    text-decoration:none;
}
.lang-toggle-btn.active {
    color: #fff; /* Text color when active */
}

/* The sliding background pill */
.lang-toggle-btn.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #007476; /* Use your brand blue/accent color */
    border-radius: 25px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

/* Move the pill if Arabic is active */
body.lang-ar .lang-switch-container::before {
    transform: translateX(100%);
}
.info-grid .slick-prev, 
.info-grid .slick-next{
	top: auto;
	bottom: -90px;
	width: 40px;
  	height: 40px;
}
.info-grid .slick-prev{
	left: 37%;
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff;
	background: #007476 url(../images/icons/arrow_white_left.svg) no-repeat center
		center;
	transition: all 0.3s ease-in-out;
}
.info-grid .slick-next{
	right: 37%;
	width: 48px;
	height: 48px;
	border: 1px solid #ffffff;
	background: #007476 url(../images/icons/arrow_white_right.svg) no-repeat
		center center;
	transition: all 0.3s ease-in-out;
}
.info-grid .slick-prev::before, 
.info-grid .slick-next::before{
	display:none;
}
#backToTop {
    display: none; /* Hidden by default */
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none; 
    outline: none; 
    background-color: #bea654; /* Using your blue color */
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 50%; /* Makes it circular */
    width: 50px;
    height: 50px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s, opacity 0.3s;
}

#backToTop:hover {
    background-color: #000; /* Turns black on hover */
}

/* Ensure the icon inside is centered */
#backToTop .icon {
    font-size: 20px;
    line-height: 1;
    display: block;
}










/* Adjust for the direction of the container itself in RTL */
[dir="rtl"] .lang-switch-container::before {
    left: auto;
    right: 4px;
}
[dir="rtl"] body.lang-ar .lang-switch-container::before {
    transform: translateX(-100%);
}
.top-bar {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
/*
html[lang="ar"] .header-contents{
    flex-direction: row-reverse;
}
*/
html[lang="ar"] .timeline-date{
    text-align: right;
    padding-top: 35px;
}
html[lang="ar"] .timeline-description{
    text-align: right;
    margin-bottom: 20px;
}
html[lang="ar"] .timeline-single:nth-child(2n+1)::before{
    bottom: -9px;
    right: 0;
}
html[lang="ar"] .timeline-single:nth-child(2n)::before{
    right: 0;
    top: 55px;
}
html[lang="ar"] .timeline-single:nth-child(2n+1){
    margin-top: -60px;
}
html[lang="ar"] .timeline-slider{
    padding: 0 50px;
}
html[lang="ar"] .banner-content{
    right: 0;
    text-align: right;
    left: auto;
}
html[lang="ar"] .overlay p,
html[lang="ar"] .counter-single span,
html[lang="ar"] #highlightContent .accordion-item .accordion-header button, 
html[lang="ar"] #strategyContent .accordion-item .accordion-header button,
html[lang="ar"] .document-details span,
html[lang="ar"] .step-single p,
html[lang="ar"] .step-single span,
html[lang="ar"] .contact-info p,
html[lang="ar"] .contact-info{
     text-align: right;
}
html[lang="ar"] .accordion-button::after{
    margin-right: auto;
}
html[lang="ar"] .contact-grid{
    flex-direction: row-reverse;
    gap: 0 40px;
}
html[lang="ar"] .quick-links ul{
    flex-direction: row-reverse;
}
html[lang="ar"] .banner-content{
    width: 45%;
}
html[lang="ar"] .welcome-section{
    background:
    linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0.73%, rgba(0, 0, 0, 0) 100%),
    url(../images/content/welcome_img.jpg) no-repeat center center;
}
html[lang="ar"] .leagcy-top p {
  text-align: center;
}
html[lang="ar"] .overlay h4{
    text-align: right;
}
html[lang="ar"] #highlightContent .accordion-button::after{
    margin-right: 25px;
}
html[lang="ar"] ul{
    list-style-position: inside;
}
html[lang="ar"] #faqContent .accordion-button::after,
html[lang="ar"] #strategyContent .accordion-button::after,
html[lang="ar"] #highlightContent .accordion-button::after{
    position: absolute;
  	right: 0;
}
html[lang="ar"] #highlightContent .accordion-item .accordion-header button{
	padding: 16px 55px 16px 0;
} 
html[lang="ar"] #strategyContent .accordion-item .accordion-header button,
html[lang="ar"] #faqContent .accordion-item .accordion-header button{
	padding: 16px 30px 16px 0;
}
html[lang="ar"] .contact-info span{
	text-align: right;
}












