@charset "UTF-8";
html {
  font-size: 24px;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "GE SS Two Light";
  src: url("../fonts/GE-SS-Two-light.eot");
  src: url("../fonts/GE-SS-Two-light.eot?#iefix") format("embedded-opentype"), url("../fonts/GE-SS-Two-light.woff") format("woff"), url("../fonts/GE-SS-Two-light.woff2") format("woff2"), url("../fonts/GE-SS-Two-light.ttf") format("truetype"), url("../fonts/GE-SS-Two-light.svg#GE SS Two Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GE SS Two Medium";
  src: url("../fonts/GE-SS-Two-Medium.eot");
  src: url("../fonts/GE-SS-Two-Medium?#iefix") format("embedded-opentype"), url("../fonts/GE-SS-Two-Medium.woff") format("woff"), url("../fonts/GE-SS-Two-Medium.woff2") format("woff2"), url("../fonts/GE-SS-Two-Medium.ttf") format("truetype"), url("../fonts/GE-SS-Two-Medium.svg#GE SS Two Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GE SS Two Bold";
  src: url("../fonts/GE-SS-Two-Bold.eot");
  src: url("../fonts/GE-SS-Two-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GE-SS-Two-Bold.woff") format("woff"), url("../fonts/GE-SS-Two-Bold.woff2") format("woff2"), url("../fonts/GE-SS-Two-Bold.ttf") format("truetype"), url("../fonts/GE-SS-Two-Bold.svg#GE SS Two Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Gotham – one family, multiple weights (Light 300, Book 400, Medium 500) */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-book-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  overflow-x: hidden;
}

body {
  font-family: "Gotham", "Inter", sans-serif;
  background: linear-gradient(180deg, rgba(180, 155, 87, 0.07) 67.84%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.bg-decorations {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bg-pattern-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-pattern {
  position: absolute;
  opacity: 0.5;
  width: auto;
  height: auto;
  max-width: none;
}

.bg-pattern-1 {
  top: -100px;
  left: -200px;
  width: 120%;
  min-width: 1800px;
}

.bg-pattern-2 {
  top: -150px;
  right: -300px;
  width: 130%;
  min-width: 2000px;
}

.bg-pattern-3 {
  top: 30%;
  left: -250px;
  width: 110%;
  min-width: 1900px;
}

.bg-pattern-4 {
  top: 40%;
  right: -200px;
  width: 115%;
  min-width: 1850px;
}

.bg-pattern-5 {
  bottom: -200px;
  left: -150px;
  width: 125%;
  min-width: 1950px;
}

.bg-pattern-6 {
  bottom: -100px;
  right: -250px;
  width: 120%;
  min-width: 2000px;
}

.main-content,
.position-relative {
  position: relative;
  z-index: 1;
}

nav.navbar {
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  transition: top 0.3s ease-in-out;
}

nav.navbar.hide-navbar {
  top: -200px !important; /* Enough to hide full navbar height */
}

@media only screen and (max-width: 768px) {
  .bg-pattern {
    opacity: 0.3;
    min-width: 1000px !important;
    width: 150% !important;
  }
  .bg-pattern-1,
  .bg-pattern-2 {
    top: -50px;
    left: -100px;
    right: auto;
  }
  .bg-pattern-3,
  .bg-pattern-4 {
    top: 40%;
    left: -100px;
    right: auto;
  }
  .bg-pattern-5,
  .bg-pattern-6 {
    bottom: -100px;
    left: -100px;
    right: auto;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}
:root {
  --theme-primary: #1a3f70;
}

/* Desktop bar: offcanvas inline from 1400px (Bootstrap xxl) */
@media only screen and (min-width: 1400px) {
  .offcanvas-body {
    padding: 0 clamp(0.5rem, 2vw, 60px) !important;
  }
  nav.navbar .offcanvas.offcanvas-end {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    border: none !important;
    background: transparent !important;
  }
}
/* Navbar Typography */
nav.navbar .main-logo,
nav.navbar .navbar-nav,
nav.navbar .nav-link,
nav.navbar .lang-switch,
nav.navbar .lang-switch a {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

/* English only - margin bottom for language switch only */
body.lang-english nav.navbar .lang-switch,
body.lang-english nav.navbar .lang-switch a {
  margin-bottom: 5px;
}

.main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-logo img {
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  .main-logo img {
    width: 130px;
    max-width: 130px;
    height: auto;
  }
}

/* Full Screen Home Banner */
.home-banner-fullscreen {
  position: relative;
  min-height: 100vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}

.home-banner-fullscreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .home-banner-fullscreen::before {
    /* Computer: gradient bottom to top, only in bottom 2/5 of banner */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, transparent 40%);
  }
}
@media only screen and (max-width: 768px) {
  .home-banner-fullscreen::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.85) 100%);
  }
}

.home-banner-fullscreen .banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .home-banner-fullscreen .banner-content {
    padding-top: 130px;
  }
}

.home-banner-fullscreen .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .home-banner-fullscreen .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.home-banner-fullscreen .row {
  align-items: flex-end;
}

.home-banner-fullscreen .col-lg-5 {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .home-banner-fullscreen .col-lg-5 {
    justify-content: center;
  }
}

.home-banner-fullscreen .banner-heading-fullscreen {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 1rem;
  position: relative;
  text-align: left;
}

.home-banner-fullscreen .banner-heading-fullscreen::after {
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  margin-top: 1.5rem;
}

.home-banner-fullscreen .banner-subtitle {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.6;
}

.home-banner-fullscreen .ticker-box {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
  box-shadow: none;
  font-family: "Garamond", serif;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 340px;
}

.home-banner-fullscreen .ticker-box iframe {
  width: 100%;
  min-height: 400px;
  max-width: 100%;
  border: 0;
  background: transparent;
}

/* Navbar on home page (over banner) – also sticky so it stays on scroll */
body.home-page nav.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: top 0.3s ease-in-out;
}

/* Navbar container alignment – responsive for high zoom / resolution */
nav.navbar .container-fluid {
  max-width: 100%;
  width: 100%;
  min-width: 0;
  overflow: visible;
  padding-left: clamp(1rem, 4vw, 60px);
  padding-right: clamp(1rem, 4vw, 60px);
}
@media only screen and (max-width: 1399px) {
  nav.navbar .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Navbar items stretch to fill space; overflow visible so dropdown is not clipped */
nav.navbar .offcanvas-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  padding: 0 !important;
}

/* Navbar spacing: equal edge padding on logo and language sides */
/* Navbar logo wrapper - equal gap left of logo (screen→logo) and right of logo (logo→first menu) */
.navbar-logo-wrapper {
  flex-shrink: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.navbar-logo-wrapper .main-logo {
  margin: 0;
}
.navbar-logo-wrapper .main-logo img {
  max-width: 140px;
  width: auto;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  margin: 5px 0;
}

/* Navbar lang wrapper - equal gap before and after language (same as logo side) */
.navbar-lang-wrapper {
  flex-shrink: 0;
  padding-left: 60px;
  padding-right: 60px;
}
.navbar-lang-wrapper .lang-switch {
  margin: 0;
  font-size: clamp(10px, 1.1vw, 14px);
}

nav.navbar .offcanvas {
  overflow: visible;
}

nav.navbar .navbar-nav {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

nav.navbar .nav-item {
  flex: 0 1 auto;
  min-width: 0;
  overflow: visible;
}

nav.navbar .nav-link {
  white-space: nowrap;
  padding-left: clamp(0.25rem, 0.5vw, 0.5rem);
  padding-right: clamp(0.25rem, 0.5vw, 0.5rem);
  font-size: clamp(11px, 1.1vw, 14px);
}

/* No extra space at start/end of menu so logo↔menu gap equals screen↔logo gap */
nav.navbar .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

nav.navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

/* Logo inside offcanvas (desktop bar): prevent cut-off, never shrink */
nav.navbar .offcanvas-body .main-logo {
  flex-shrink: 0;
}
nav.navbar .offcanvas-body .main-logo img {
  max-width: 160px;
  width: auto;
  height: auto;
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  margin: 5px 0;
}

/* Language switcher always visible, never squeezed off */
nav.navbar .offcanvas-body .lang-switch {
  flex-shrink: 0;
  font-size: clamp(11px, 1.1vw, 14px);
}

/* Small desktop (e.g. MacBook): 11px font and smaller dropdown arrow so menu doesn't break */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  nav.navbar .nav-link {
    font-size: 11px;
  }
  nav.navbar .offcanvas-body .lang-switch,
  nav.navbar .offcanvas-body .lang-switch a {
    font-size: 11px;
  }
  nav.navbar .navbar-nav .dropdown .nav-link .dropdown-arrow {
    width: 4px;
    height: 4px;
  }
}
/* At high zoom: show mobile layout earlier so logo and lang don’t clip */
/* Ticker scroll behavior */
.ticker-box.scroll-fixed {
  top: 100px;
  right: 2rem;
  max-width: 400px;
  z-index: 9;
  animation: slideInRight 0.3s ease-out;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.ticker-box.scroll-hidden {
  display: none;
}

@media only screen and (max-width: 991px) {
  .home-banner-fullscreen {
    padding-bottom: 40px;
    min-height: 90vh;
    max-height: 90vh;
    align-items: center;
  }
  .home-banner-fullscreen .banner-heading-fullscreen {
    text-align: center;
    font-size: 37px;
    margin-bottom: 0.5rem;
  }
  .home-banner-fullscreen .banner-heading-fullscreen::after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    width: 80px;
    height: 4px;
  }
  .home-banner-fullscreen .banner-subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner-fullscreen .ticker-box {
    margin-top: 1rem;
  }
  .home-banner-fullscreen .ticker-box iframe {
    min-height: 280px;
  }
  .ticker-box.scroll-fixed {
    position: static;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .home-banner-fullscreen {
    padding-bottom: 30px;
    min-height: 90vh;
    max-height: 90vh;
  }
  .home-banner-fullscreen .banner-heading-fullscreen {
    font-size: 33px;
    margin-bottom: 0.5rem;
  }
  .home-banner-fullscreen .banner-heading-fullscreen::after {
    margin-top: 0.5rem;
    width: 70px;
    height: 3px;
  }
  .home-banner-fullscreen .ticker-box {
    margin-top: 0.75rem;
  }
  .home-banner-fullscreen .ticker-box iframe {
    min-height: 240px;
  }
}
@media only screen and (max-width: 576px) {
  .home-banner-fullscreen {
    padding-bottom: 20px;
    min-height: 90vh;
    max-height: 90vh;
  }
  .home-banner-fullscreen .banner-heading-fullscreen {
    font-size: 29px;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  .home-banner-fullscreen .banner-heading-fullscreen::after {
    margin-top: 0.5rem;
    width: 60px;
    height: 3px;
  }
  .home-banner-fullscreen .ticker-box {
    margin-top: 0.5rem;
  }
  .home-banner-fullscreen .ticker-box iframe {
    min-height: 200px;
  }
}
.home-header {
  position: relative;
  min-height: calc(100vh - 180px);
  background-position: center !important;
  background-size: cover !important;
  color: #fff;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.home-header .page-banner-img {
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 100vh;
  -o-object-position: top;
     object-position: top;
}
@media only screen and (max-width: 1300px) {
  .home-header .page-banner-img {
    display: none;
  }
}
.home-header .text-overlay {
  bottom: 0;
  left: 50%;
  width: 100%;
  padding-top: 230px;
  padding-bottom: 50px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.831372549), transparent);
}
.home-header h1 {
  font-size: 2.5em;
  margin-bottom: 60px;
  font-weight: 600;
}
.home-header p {
  font-weight: 300;
}
@media only screen and (max-width: 1300px) {
  .home-header {
    display: flex;
    min-height: calc(100vh - 80px);
    align-items: end;
  }
}
@media only screen and (max-width: 768px) {
  .home-header .text-overlay {
    position: initial;
    transform: none;
    padding-bottom: 50px;
    padding-top: 150px;
  }
}
.home-header .banner-heading {
  position: relative;
  text-transform: uppercase;
}
.home-header .banner-heading::before {
  height: 7px;
  max-width: 196px;
  width: 100%;
  content: "";
  position: absolute;
  background: #d8c254;
  bottom: -20px;
}
.home-header .banner-heading.text-lg-start:before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-header .banner-heading-middle {
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.home-header .banner-heading-middle::before {
  height: 7px;
  max-width: 196px;
  width: 100%;
  content: "";
  position: absolute;
  background: #d8c254;
  bottom: -20px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.main-header {
  position: relative;
}
.main-header .lang-switch {
  position: absolute;
  right: 0;
  display: flex !important;
  align-items: center;
  height: 100%;
}
.main-header .lang-switch a {
  color: var(--theme-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 200;
}
.main-header .lang-switch a:hover {
  color: #d8c255;
}
.main-header .offcanvas-menu-btn {
  background: none;
  box-shadow: none;
  border: 0;
}
.main-header .offcanvas-menu-btn img {
  width: 40px;
}

/* Mobile navbar header */
nav.navbar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.navbar .offcanvas-menu-btn {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav.navbar .offcanvas-menu-btn img {
  width: 30px;
  height: auto;
}

@media only screen and (max-width: 1399px) {
  nav.navbar {
    padding: 1rem 0;
    min-height: 70px;
  }
  nav.navbar .container-fluid {
    padding: 0 1rem;
    min-height: 70px;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  nav.navbar {
    padding: 1.25rem 0;
    min-height: 80px;
  }
  nav.navbar .container-fluid {
    min-height: 80px;
  }
}
@media only screen and (max-width: 1400px) {
  .main-header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.offcanvas .btn-close {
  width: 25px;
  height: 25px;
}
.offcanvas .btn-close img {
  width: 100%;
}
.offcanvas {
  /* Mobile: header shows centered logo instead of "Menu" title */
}
.offcanvas .offcanvas-header-with-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.offcanvas .offcanvas-header-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.offcanvas .offcanvas-header-logo a {
  display: flex;
  align-items: center;
}
.offcanvas .offcanvas-header-logo img {
  max-height: 40px;
  width: auto;
  height: auto;
  max-width: 140px;
}
.offcanvas .offcanvas-header-spacer {
  width: 25px;
  flex-shrink: 0;
}
.offcanvas .offcanvas-header-with-logo .btn-close {
  flex-shrink: 0;
  width: 25px;
}
.offcanvas .lang-switch {
  padding: 14px 0;
  display: flex !important;
  align-items: center;
  gap: 10px;
}
.offcanvas .lang-switch a {
  color: var(--theme-primary);
  text-decoration: none;
}

.navbar-nav .nav-item {
  position: relative;
}
.navbar-nav .nav-item:hover ::before {
  content: "";
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #1a3f70;
}
@media only screen and (max-width: 768px) {
  .navbar-nav .nav-item:hover ::before {
    height: 3px;
  }
}
.navbar-nav .nav-link {
  color: #5B5B5B;
  font-size: 14px;
}
.navbar-nav .nav-link.active {
  font-weight: 500;
  color: #09446c;
  margin-bottom: 0;
  position: relative;
}
.navbar-nav .nav-link.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
}
@media only screen and (min-width: 1400px) {
  .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav .nav-link.active::before {
    height: 3px;
  }
}

/* Navbar Dropdown Styles - font-size inherited from nav.navbar .nav-link for uniformity */
.navbar-nav .dropdown .nav-link {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: -0.04em;
  color: #5B5B5B;
  position: relative;
}

.navbar-nav .dropdown .nav-link .dropdown-arrow {
  display: inline-block;
  margin-left: 0.3em;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  margin-bottom: 1px;
}

.lang-arabic .navbar-nav .dropdown .nav-link .dropdown-arrow {
  margin-left: 0;
  margin-right: 0.3em;
}

.navbar-nav .dropdown .nav-link.active {
  color: #1a3f70;
  font-weight: 500;
}

.navbar-nav .dropdown-menu {
  border: 1px solid #d1d3d4;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 1050;
}

.navbar-nav .dropdown {
  position: relative;
  overflow: visible;
}

.navbar-nav .dropdown-item {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 175%;
  letter-spacing: -0.04em;
  color: #5B5B5B;
  padding: 0.75rem 1.5rem;
  transition: all 0.2s;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background-color: #f1f1f2;
  color: #1a3f70;
}

.navbar-nav .dropdown-item.active {
  background-color: transparent;
  color: #1a3f70;
  font-weight: 600;
}

@media only screen and (min-width: 1400px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 1399px) {
  .navbar-nav .dropdown .nav-link {
    pointer-events: auto;
  }
  .navbar-nav .dropdown .dropdown-arrow {
    pointer-events: auto;
    cursor: pointer;
    margin-left: 0.35em;
    vertical-align: middle;
  }
  .navbar-nav .dropdown .nav-link .dropdown-arrow {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
  }
}
/* Mobile offcanvas: vertical menu and same size for all items */
@media only screen and (max-width: 1399px) {
  #offcanvasNavbar2.offcanvas .offcanvas-body {
    display: block !important;
    overflow-y: auto;
    min-height: 50vh;
    flex: 1;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .nav-item {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .nav-link,
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown .nav-link {
    font-size: 14px !important;
    font-weight: 300 !important;
    display: block !important;
    width: 100% !important;
    padding: 14px 16px !important;
    color: #1a3f70 !important;
    visibility: visible !important;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown .nav-link:hover,
  #offcanvasNavbar2.offcanvas .navbar-nav .nav-link:hover {
    color: #09446C !important;
  }
  /* Highlight selected/active menu item on mobile */
  #offcanvasNavbar2.offcanvas .navbar-nav .nav-link.active,
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown .nav-link.active {
    color: #09446C !important;
    font-weight: 600 !important;
    background-color: rgba(9, 68, 108, 0.08);
    border-left: 4px solid #09446C;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown .nav-link {
    position: relative;
  }
  /* Accordion-style dropdown menu on mobile */
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #f8f9fa;
    padding: 0;
    display: none; /* Hidden by default, shown via JS */
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-item {
    padding: 12px 16px 12px 32px !important;
    font-size: 13px !important;
    color: #5B5B5B !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #f8f9fa;
    transition: all 0.2s;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-item:hover {
    background-color: #e9ecef !important;
    color: #1a3f70 !important;
    padding-left: 36px !important;
  }
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-item:last-child {
    border-bottom: none;
  }
  /* Rotate arrow when dropdown is open */
  #offcanvasNavbar2.offcanvas .navbar-nav .dropdown.open .dropdown-arrow {
    transform: rotate(-135deg);
    margin-bottom: 4px;
  }
}
.nav-fixed {
  position: fixed;
  top: 0px;
  z-index: 5;
  background: #fff;
  width: 100%;
  transition: all 0.5s;
}
.nav-fixed .offcanvas-body {
  border: 0;
}

.nav-visibility {
  top: 0;
}

@media only screen and (min-width: 1400px) {
  .m-fix {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1400px) {
  .msg-title-underline {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar-nav .nav-link {
    min-height: clamp(97px, 10vh, 100px);
    padding-bottom: clamp(10px, 1.5vh, 20px);
    padding-top: clamp(10px, 1.5vh, 20px);
    padding-left: clamp(0.25rem, 0.5vw, 1em) !important;
    padding-right: clamp(0.25rem, 0.5vw, 1em) !important;
  }
  .offcanvas-body {
    border-bottom: 1px solid #d1d3d4 !important;
  }
}
/* About Us Section with Animation */
.about-us-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.about-us-section .about-us-content {
  opacity: 0;
  transform: translateY(100px);
  will-change: transform, opacity;
}

.about-us-section .section-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #B49B57;
  position: relative;
  display: inline-block;
}

.about-us-section .section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #B49B57;
}

@media only screen and (max-width: 768px) {
  .about-us-section {
    padding: 60px 0;
  }
  .about-us-section .section-heading {
    font-size: 35px;
  }
}
.about-us-section .section-description {
  font-family: "Gotham", "Book", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 185%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #424242;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .about-us-section .section-description {
    max-width: 100%;
    font-size: 18px;
  }
}
.about-us-section p:last-child {
  margin-bottom: 0;
}

.section-padding .section-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #B49B57;
  position: relative;
  display: inline-block;
}
.section-padding .section-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #B49B57;
}
@media only screen and (max-width: 768px) {
  .section-padding .section-heading::after {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-padding .section-heading {
    font-size: 35px;
    padding-bottom: 30px;
  }
}
.section-padding .section-description {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 185%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #424242;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .section-padding .section-description {
    max-width: 100%;
    font-size: 18px;
  }
}
.section-padding p:last-child {
  margin-bottom: 0;
}

#key-figures {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #key-figures {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
#key-figures .section-heading {
  display: block;
  width: 100%;
  text-align: center;
}
#key-figures .container {
  border-radius: 20px;
}

#earnings-pack {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #earnings-pack {
    padding-bottom: 30px;
  }
}

#annual-report {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #annual-report {
    padding-bottom: 30px;
  }
}

#ipo-documents {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #ipo-documents {
    padding-bottom: 30px;
  }
}

#annual-general-meeting {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #annual-general-meeting {
    padding-bottom: 30px;
  }
}

.section-custom-style {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section-custom-style {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-custom-style .section-custom-style-row {
  background-color: #ffffff !important;
  background-image: none !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .section-custom-style .section-custom-style-row {
    border-radius: 20px;
    padding: 20px;
  }
}
.section-custom-style .section-description {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #424242;
  margin-bottom: 40px;
  text-align: justify;
}
.section-custom-style .section-description h1, .section-custom-style .section-description h2, .section-custom-style .section-description h3, .section-custom-style .section-description h4, .section-custom-style .section-description h5, .section-custom-style .section-description h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: var(--theme-primary);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.section-custom-style .section-description h1:first-child, .section-custom-style .section-description h2:first-child, .section-custom-style .section-description h3:first-child, .section-custom-style .section-description h4:first-child, .section-custom-style .section-description h5:first-child, .section-custom-style .section-description h6:first-child {
  margin-top: 0;
}
.section-custom-style .section-description h1 {
  font-size: 28px;
}
.section-custom-style .section-description h2 {
  font-size: 26px;
}
.section-custom-style .section-description h3 {
  font-size: 22px;
}
.section-custom-style .section-description h4 {
  font-size: 20px;
}
.section-custom-style .section-description h5 {
  font-size: 18px;
}
.section-custom-style .section-description h6 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .section-custom-style .section-description h1 {
    font-size: 24px;
  }
  .section-custom-style .section-description h2 {
    font-size: 22px;
  }
  .section-custom-style .section-description h3 {
    font-size: 20px;
  }
  .section-custom-style .section-description h4 {
    font-size: 18px;
  }
  .section-custom-style .section-description h5 {
    font-size: 17px;
  }
  .section-custom-style .section-description h6 {
    font-size: 16px;
  }
}

.msg-from-ceo {
  background: rgb(255, 255, 255);
  padding: 40px 57px 40px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1400px) {
  .msg-from-ceo {
    margin: 100px 100px 50px 100px;
    border-radius: 20px;
  }
}
.msg-from-ceo h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 175%;
  letter-spacing: 0%;
  color: #B49B57;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1399px) {
  .msg-from-ceo h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) {
  .msg-from-ceo h2 {
    text-align: start;
  }
}
.msg-from-ceo .msg-title-underline {
  position: relative;
}
.msg-from-ceo .msg-title-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #B49B57;
}
.msg-from-ceo p {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #424242;
  margin-bottom: 40px;
  text-align: justify;
}
.msg-from-ceo img {
  margin-bottom: 16px;
  max-width: 240px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .msg-from-ceo {
    text-align: center;
    padding: 2em 1em;
  }
  .msg-from-ceo h2 {
    font-size: 32px;
  }
  .msg-from-ceo p {
    font-size: 18px;
  }
  .msg-from-ceo .msg-title-underline::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  .msg-from-ceo {
    padding: 40px 40px 40px 0;
  }
  .lang-arabic .msg-from-ceo {
    padding: 40px 0 40px 40px;
  }
}
.photo-round-frame {
  background: #8d9fb7;
  border-radius: 300px;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  max-width: 230px;
}
.photo-round-frame img {
  position: absolute;
  width: 100%;
}

.ceo-info .ceo-name {
  font-size: 24px;
  font-weight: 500;
  color: #424242;
  text-align: center;
  font-family: "Gotham", "Inter", sans-serif;
  margin-bottom: 0;
}
.ceo-info .ceo-title {
  font-size: 18px;
  margin-bottom: 0;
  color: #424242;
  text-align: center;
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
}

.bg-grey {
  background: #f1f1f2;
}

.business-section {
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.business-section .container-fluid {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  overflow: hidden;
  position: relative;
}

.business-slider-carousel {
  position: relative;
  width: 100%;
}
.business-slider-carousel.owl-carousel {
  height: 100vh;
}
.business-slider-carousel .owl-stage-outer,
.business-slider-carousel .owl-stage,
.business-slider-carousel .owl-item {
  height: 100%;
}
.business-slider-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0 28px;
  z-index: 3;
  pointer-events: none;
}
.business-slider-carousel .owl-dots * {
  pointer-events: auto;
}
.business-slider-carousel .owl-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border-radius: 50%;
  background: rgba(188, 188, 188, 0.65) !important;
  border: none;
  padding: 0;
  margin: 0;
  transition: background 0.25s ease, transform 0.2s ease;
  box-sizing: content-box;
  opacity: 1;
  flex-shrink: 0;
}
.business-slider-carousel .owl-dot span {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.business-slider-carousel .owl-dot:hover {
  background: rgba(255, 255, 255, 0.85);
}
.business-slider-carousel .owl-dot.active {
  background: #ffffff !important;
  transform: scale(1.2);
}

.business-slide-item {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 0 !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: flex-end;
}

.business-slide-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
  z-index: 1;
}

.business-content-card {
  width: 100%;
  min-height: 20vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.business-slide-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 175%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-top: 20px;
}

.business-slide-description {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 185%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (min-width: 1400px) {
  .business-slide-description {
    width: 80%;
  }
}

.business-slide-description p {
  margin-bottom: 0;
  display: inline;
}

@media only screen and (max-width: 991px) {
  .business-slide-item {
    min-height: 100vh;
    height: 100vh;
  }
  .business-content-card {
    padding: 30px 20px 30px 20px;
    min-height: 30vh;
  }
  .business-slide-title {
    font-size: 28px;
  }
  .business-slide-description {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .business-slide-item {
    min-height: 80vh;
    height: 80vh;
  }
  .business-slider-carousel.owl-carousel {
    height: 80vh;
  }
  .business-content-card {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .business-content-card-inner {
    margin: 60px;
  }
}
.business-content-card-inner {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .business-slide-description {
    font-size: 18px;
  }
}
.bg-theme-primary {
  background: var(--theme-primary);
}

.text-theme-primary {
  color: var(--theme-primary);
}

.features-slider .owl-stage-outer {
  border-right: 1px solid #f4ead0;
  border-left: 1px solid #f4ead0;
}

.slider-theme-light {
  position: relative;
}
.slider-theme-light .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.slider-theme-light .owl-nav button {
  width: 66px;
  height: 66px;
  border: 1px solid #fff !important;
  border-radius: 100px !important;
  background-repeat: no-repeat !important;
  background-size: 40px !important;
  background-position: center !important;
}
.slider-theme-light .owl-nav button span {
  display: none;
}
.slider-theme-light .owl-nav button:hover {
  background-color: #fff !important;
}
.slider-theme-light .owl-nav button.owl-prev {
  margin-left: -80px;
  background-image: url(../images/owl-prev.svg) !important;
}
.slider-theme-light .owl-nav button.owl-next {
  margin-right: -80px;
  background-image: url(../images/owl-next.svg) !important;
}
.slider-theme-light .owl-stage-outer {
  z-index: 3;
}
.slider-theme-light .owl-dots {
  display: none;
}
@media only screen and (max-width: 1730px) {
  .slider-theme-light .owl-nav {
    position: initial;
    display: block;
    margin-top: 1em !important;
    text-align: center;
    transform: translateY(0%) !important;
  }
  .slider-theme-light .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: 60% !important;
  }
  .slider-theme-light .owl-nav .owl-prev {
    margin-left: 0px !important;
    margin-right: 10px;
  }
  .slider-theme-light .owl-nav .owl-next {
    margin-right: 0px !important;
    margin-left: 10px;
  }
}

.slider-theme-dark {
  position: relative;
}
.slider-theme-dark .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.slider-theme-dark .owl-nav button {
  width: 66px;
  height: 66px;
  border: 1px solid #1a3f70 !important;
  border-radius: 100px !important;
  background-repeat: no-repeat !important;
  background-size: 40px !important;
  background-position: center !important;
}
.slider-theme-dark .owl-nav button span {
  display: none;
}
.slider-theme-dark .owl-nav button:hover {
  background-color: #d5ae4a !important;
  border: 1px solid #d5ae4a !important;
}
.slider-theme-dark .owl-nav button.owl-prev {
  margin-left: -80px;
  background-image: url(../images/owl-prev.svg) !important;
}
.slider-theme-dark .owl-nav button.owl-next {
  margin-right: -80px;
  background-image: url(../images/owl-next.svg) !important;
}
.slider-theme-dark .owl-stage-outer {
  z-index: 2;
}
.slider-theme-dark .owl-dots {
  display: none;
}
@media only screen and (max-width: 1730px) {
  .slider-theme-dark .owl-nav {
    position: initial;
    display: block;
    margin-top: 3em !important;
    transform: none !important;
  }
  .slider-theme-dark .owl-nav button {
    width: 50px;
    height: 50px;
    background-size: 60% !important;
  }
  .slider-theme-dark .owl-nav .owl-prev {
    margin-left: 0px !important;
    margin-right: 10px;
  }
  .slider-theme-dark .owl-nav .owl-next {
    margin-right: 0px !important;
    margin-left: 10px;
  }
}

.features-slider .item {
  color: var(--theme-primary);
  text-align: center;
  min-height: 333px;
  padding: 0 1rem;
  border-right: 1px solid #fff;
}
.features-slider .item img {
  max-height: 85px;
  margin-bottom: 2rem;
}
.features-slider .item h3 {
  font-weight: 800;
  font-size: 2rem;
}
.features-slider .item p {
  font-size: 24px;
}
@media only screen and (max-width: 1300px) {
  .features-slider .item {
    min-height: auto;
  }
}

.accordion-custom .accordion-button {
  background-color: initial;
  font-size: 1rem !important;
  color: var(--theme-primary);
  font-weight: 500;
  box-shadow: none;
  gap: 10px;
  align-items: top;
  line-height: 1.4em;
}
.accordion-custom .accordion-button span:first-child {
  margin-bottom: auto;
}
.accordion-custom .accordion-button::after {
  background-image: url(../images/icons/plus.svg);
  background-size: 25px;
  background-position: center;
}
.accordion-custom .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
}
.accordion-custom .accordion-body {
  padding-top: 0;
}
.accordion-custom .accordion-body p {
  text-align: initial;
  font-size: 18px;
  font-weight: 400;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.accordion-custom .accordion-body ul,
.accordion-custom .accordion-body ol {
  text-align: initial;
  font-size: 18px;
  margin-bottom: 1em;
}
.accordion-custom .accordion-body ul li,
.accordion-custom .accordion-body ol li {
  margin-bottom: 19px;
}
.accordion-custom .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
}

@media only screen and (min-width: 1400px) {
  /* Same outer margin as CEO (100px); width = 85% of CEO content area for consistent width ratio on all laptop sizes */
  .investment-highlights-section {
    padding: 0;
    box-sizing: border-box;
  }
}
/* 125% zoom and above: smaller effective viewport (e.g. 1920→1536px) — add horizontal padding */
@media only screen and (min-width: 1400px) and (max-width: 1536px) {
  .investment-highlights-section {
    padding: 0 60px;
  }
}
/* Normal zoom (viewport > 1536px): cap section width */
@media only screen and (min-width: 1537px) {
  .investment-highlights-section {
    max-width: 1520px !important;
  }
}
.investment-highlights-section {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1399px) {
  .investment-highlights-section {
    padding-top: 60px;
  }
}
.accordion-investment-highlights {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0;
  padding: 20px;
  max-width: 100%;
  margin: 0 auto;
}
.accordion-investment-highlights .accordion-item {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0;
  background: transparent;
}
.accordion-investment-highlights .accordion-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.accordion-investment-highlights .accordion-button {
  background-color: #FFFFFF;
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 25px !important;
  letter-spacing: -0.01em;
  color: #1a3f70;
  box-shadow: none;
  padding: 24px 30px;
  padding-right: 60px;
  text-align: left;
  border: 0;
  position: relative;
}
.accordion-investment-highlights .accordion-button::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14M5 12h14' stroke='%2344718F' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-investment-highlights .accordion-button:hover {
  background-color: #FAFAFA;
}
.accordion-investment-highlights .accordion-button:not(.collapsed) {
  background-color: #FFFFFF;
  box-shadow: none;
}
.accordion-investment-highlights .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12h14' stroke='%23B49B57' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.accordion-investment-highlights .accordion-body {
  padding: 0 30px;
}
.accordion-investment-highlights .accordion-body p {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-bottom: 0;
}
.accordion-investment-highlights .accordion-body ul,
.accordion-investment-highlights .accordion-body ol {
  text-align: left;
  font-size: 18px;
  font-weight: 4 0;
  color: rgba(0, 0, 0, 0.6);
  line-height: 150%;
  margin-bottom: 0;
}
.accordion-investment-highlights .accordion-body ul li,
.accordion-investment-highlights .accordion-body ol li {
  margin-bottom: 12px;
}
.accordion-investment-highlights .download-earnining-pack a svg,
.accordion-investment-highlights .accordion-body .download-earnining-pack a svg {
  width: 24px;
  height: 24px;
}
.accordion-investment-highlights .accordion-body .play-icon {
  font-size: 24px !important;
}
@media only screen and (max-width: 768px) {
  .accordion-investment-highlights .accordion-button {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 40px 20px 0;
    display: flex;
    align-items: flex-start;
    text-align: left;
    /* Keep + icon at right edge and prevent text overlap */
  }
  .accordion-investment-highlights .accordion-button::after {
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
  }
  .accordion-investment-highlights .accordion-button {
    /* Limit to 2 lines with ellipsis on small screens when collapsed */
  }
  .accordion-investment-highlights .accordion-button span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    padding-right: 0;
    max-width: 100%;
  }
  .accordion-investment-highlights .accordion-button {
    /* When open, show full heading text */
  }
  .accordion-investment-highlights .accordion-button:not(.collapsed) span {
    -webkit-line-clamp: unset;
    overflow: visible;
    display: block;
  }
  .accordion-investment-highlights .accordion-body {
    padding: 0 20px 20px 20px;
  }
  .accordion-investment-highlights .accordion-body p {
    font-size: 16px;
  }
}

#earnings-pack-accordion {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #earnings-pack-accordion .accordion-button {
    padding: 20px 40px 20px 10px !important;
  }
}

/* English only - Keep + icon at right edge */
@media only screen and (max-width: 768px) {
  body.lang-english #earnings-pack-accordion .accordion-button {
    /* Keep + icon at right edge and prevent text overlap */
  }
  body.lang-english #earnings-pack-accordion .accordion-button::after {
    right: 7px !important;
  }
}

.board-of-directors {
  background: #1A3F70;
}
.board-of-directors .owl-item img {
  cursor: pointer !important;
}

.leadership-slider img {
  max-width: 231px;
  margin: auto;
  margin-bottom: 1em;
  transition: all 0.2s ease-in;
  transform: scale(0.95);
}
.leadership-slider img:hover {
  transform: scale(1);
}
.leadership-slider .item {
  text-align: center;
}
.leadership-slider .item h3 {
  color: #d8c255;
  font-size: 24px;
  margin-bottom: 0.2em;
}
.leadership-slider .item p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
}
.leadership-slider .owl-nav {
  margin-top: -1em;
  z-index: 2;
}

.executive-management {
  background: #31527E;
}
.executive-management .owl-item img {
  cursor: pointer !important;
}

.ipo-timetable .item {
  background: #F7F3DD;
  border-radius: 20px;
  padding: 2.5rem 1rem;
  text-align: center;
  color: var(--theme-primary);
  min-height: 300px;
}
.ipo-timetable .item .title {
  font-size: 0.75em;
  font-weight: 800;
}
.ipo-timetable .item .date {
  margin-bottom: 1.5em;
  font-weight: 600;
}
.ipo-timetable .owl-nav {
  transform: translateY(-50px);
}
@media only screen and (max-width: 991px) {
  .ipo-timetable .title {
    font-size: 18px !important;
  }
}

.docs-download-section {
  background: #f1f1f2;
}
.docs-download-section .item-download {
  background: #d8c255;
  padding: 1rem;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  gap: 25px;
  color: var(--theme-primary);
  align-items: center;
}
.docs-download-section .item-download::before {
  content: "";
  position: absolute;
  top: 0;
  right: -83px;
  width: 83px;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease-in;
}
.docs-download-section .item-download h3 {
  margin-bottom: 0;
  font-size: 1rem;
  z-index: 2;
  font-weight: 600;
}
.docs-download-section .item-download img {
  z-index: 2;
}
.docs-download-section .item-download:hover {
  color: #fff;
  background: var(--theme-primary);
}
.docs-download-section .item-download:hover svg path {
  fill: #fff;
}
.docs-download-section .item-download svg {
  min-width: 35px;
}

.subscribe-step {
  display: flex;
}
.subscribe-step .step-counter {
  display: inline-block;
  height: 73px;
  width: 73px;
  min-width: 73px;
  background: #d8c255;
  color: var(--theme-primary);
  font-weight: 900;
  border-radius: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.subscribe-step .step-counter a {
  text-decoration: none;
  color: var(--theme-primary);
  pointer-events: none;
}

.subscribe-section .sub-heading {
  font-size: 1.25em;
  font-weight: 400;
}

.all-faq-btn {
  border-radius: 20px;
  background: #d8c255;
  min-width: 289px;
  margin: auto;
  display: inline-flex;
  justify-content: space-between;
  padding: 1rem;
  font-weight: 600;
  color: var(--theme-primary);
  text-decoration: none;
  font-size: 1em;
  gap: 1em;
}
.all-faq-btn:hover {
  color: #fff;
  background: var(--theme-primary);
}
.all-faq-btn:hover svg path {
  fill: #fff;
}

.reciving-banks-slider .bank-card {
  background: #f3eccc;
  border-radius: 20px;
  padding: 1.5rem;
  color: var(--theme-primary);
}
.reciving-banks-slider .bank-card h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
  font-weight: 600;
  min-height: 84px;
}
.reciving-banks-slider .bank-card .bank-num {
  font-size: 16px;
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: var(--theme-primary);
}
.reciving-banks-slider .bank-card .visit-website {
  font-size: 16px;
  margin-bottom: 2em;
  font-weight: 700;
  display: block;
  color: #d8c254;
  text-decoration: none;
  text-decoration: none;
}
.reciving-banks-slider .bank-card .visit-website:hover {
  color: var(--theme-primary);
}
.reciving-banks-slider .bank-card .bank-logo {
  margin-bottom: 1em;
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.reciving-banks-slider .bank-card .bank-logo img {
  max-height: 70px;
  max-width: calc(100% - 30px);
  width: auto;
}
.reciving-banks-slider .owl-nav {
  transform: translateY(-50px);
}

.contact-information .sub-heading {
  font-weight: 700;
  font-size: 1.5em;
}
.contact-information .call-center-card h3 {
  font-size: 1em;
  margin-bottom: 1.5em;
  font-weight: 600;
  color: var(--theme-primary);
  min-height: 58px;
}
.contact-information .call-center-card .bank-num {
  font-size: 16px;
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
  font-weight: 600;
  color: var(--theme-primary);
}
.contact-information .call-center-card .visit-website {
  font-size: 16px;
  margin-bottom: 2em;
  font-weight: 700;
  display: block;
  color: #d8c254;
  text-decoration: none;
  text-decoration: none;
}
.contact-information .call-center-card .visit-website:hover {
  color: var(--theme-primary);
}
.contact-information .call-center-card img {
  width: 100%;
  max-height: 54px;
  max-width: calc(100% - 20px);
}
.contact-information .call-center-card .call-center-logo {
  border: 1px solid #eee;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px;
  min-height: 94px;
  margin-bottom: 1em;
}

.contact-section {
  background: var(--theme-primary);
  padding: 2em 0 5em 0;
}
.contact-section .contact-card {
  text-align: center;
  padding: 0 1em;
  height: 100%;
}
.contact-section .contact-card h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #9299b0;
  margin-bottom: 1em;
}
.contact-section .contact-card p {
  font-weight: 400;
  color: #fff;
}
.contact-section .contact-card a {
  text-decoration: none;
  color: #fff;
}
.contact-section .contact-card a:hover {
  color: #d8c254;
}
.contact-section p {
  margin-bottom: 0;
}
.contact-section .border-end {
  border-right: 1px solid #d2d9e3 !important;
}
.contact-section .footer-logo {
  max-width: 300px;
  margin: auto;
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .lang-english .contact-section .row .col-lg-3:nth-child(2),
  .lang-english .contact-section .row .col-lg-3:nth-child(3),
  .lang-english .contact-section .row .col-lg-3:nth-child(4) {
    border-left: 1px solid #d2d9e3 !important;
  }
  .lang-arabic .contact-section .row .col-lg-3:nth-child(1),
  .lang-arabic .contact-section .row .col-lg-3:nth-child(2),
  .lang-arabic .contact-section .row .col-lg-3:nth-child(3) {
    border-left: 1px solid #d2d9e3 !important;
  }
}
.lang-arabic {
  direction: rtl;
}

.lang-en {
  font-family: "Poppins", sans-serif;
}

button.owl-next.disabled,
button.owl-prev.disabled {
  opacity: 0.2;
}
button.owl-next.disabled:hover,
button.owl-prev.disabled:hover {
  background-color: transparent !important;
}

.achivements-legend {
  font-size: 12px;
  color: #d5ae4a;
  font-style: italic;
  margin-top: 19px;
  text-align: right;
}

.lang-arabic {
  font-family: "GE SS Two Light";
}
.lang-arabic .offcanvas-header {
  justify-content: space-between;
}
.lang-arabic .offcanvas-header button {
  margin: 0;
}
.lang-arabic .accordion-custom .accordion-header {
  font-family: "Gotham Book", sans-serif;
}
.lang-arabic .accordion-custom .accordion-header span:last-child {
  text-align: right;
  flex: 1;
}
.lang-arabic .ceo-name {
  font-family: "Gotham Book", sans-serif;
}
.lang-arabic .section-heading {
  font-family: "GE SS Two Bold";
}
.lang-arabic .section-description {
  font-family: "Gotham", "Inter", sans-serif;
}
.lang-arabic .features-slider .item h3 {
  direction: rtl;
}
.lang-arabic .features-slider .item h3 span {
  font-family: "Gotham Book", sans-serif;
}
.lang-arabic a[href^="tel:"],
.lang-arabic a[href^="mailto:"] {
  font-family: "Gotham", "Inter", sans-serif;
  font-size: 18px;
}
.lang-arabic a[href^="tel:"]:hover,
.lang-arabic a[href^="mailto:"]:hover {
  color: #d8c254;
}
.lang-arabic a[href^="tel:"] {
  direction: ltr;
}
.lang-arabic .lang-switch {
  font-family: "Gotham Book", sans-serif;
  font-weight: 200;
}
.lang-arabic .ipo-timetable .title {
  font-family: "GE SS Two Bold";
}
.lang-arabic #profile-details-modal h2 {
  font-family: "Gotham", "Inter", sans-serif;
}
.lang-arabic .docs-download-section h4 {
  font-family: "Gotham Book", sans-serif;
}
.lang-arabic .main-header .offcanvas-menu-btn img {
  transform: rotateY(180deg);
}
.lang-arabic .subscribe-section .sub-heading {
  font-weight: 600;
}
.lang-arabic .subscribe-section .sub-heading p {
  margin: 0;
}
.lang-arabic .country-selection-page .country-selection-body .country-item svg {
  position: absolute;
  left: 23px;
  transition: all 0.2s;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: initial;
}
.lang-arabic .country-selection-page .country-selection-body .country-item:hover svg {
  left: 20px;
  right: initial;
}
.lang-arabic .owl-carousel .owl-nav button.owl-prev {
  margin-right: -80px;
  background-image: url(../images/owl-next.svg) !important;
  transform: translateX(10px);
}
.lang-arabic .owl-carousel .owl-nav button.owl-next {
  margin-left: -80px;
  background-image: url(../images/owl-prev.svg) !important;
  transform: translateX(-10px);
}
.lang-arabic .features-slider .item {
  border-right: 0px;
  border-left: 1px solid #fff;
}
.lang-arabic .achivements-legend {
  text-align: left;
}
.lang-arabic ol li::marker {
  font-family: "Gotham", "Inter", sans-serif;
}
.lang-arabic .msg-title-underline::after {
  left: auto;
  right: 0;
}
.lang-arabic .accordion-investment-highlights .accordion-button {
  text-align: right;
  padding-left: 60px;
  padding-right: 30px;
}
.lang-arabic .accordion-investment-highlights .accordion-button::after {
  position: absolute;
  left: 30px;
  right: auto;
}
.lang-arabic .accordion-investment-highlights .accordion-body p,
.lang-arabic .accordion-investment-highlights .accordion-body ul,
.lang-arabic .accordion-investment-highlights .accordion-body ol {
  text-align: right;
}

.lang-ar {
  font-family: "Gotham Book", sans-serif;
}

.country-selection-page {
  background: var(--theme-primary);
  min-height: 100vh;
  padding: 2em 0;
  font-size: 16px;
}
.country-selection-page .country-selection-card {
  max-width: 1200px;
  margin: auto;
  padding: 100px;
  background: #fff;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 20px 40px rgb(17, 56, 108);
}
.country-selection-page .country-selection-card .disclaimer-text p {
  margin-bottom: 20px;
}
.country-selection-page .country-selection-card .disclaimer-text h3 {
  font-size: 46px;
  font-weight: bold;
}
.country-selection-page .disclaimer-text a {
  text-decoration: none;
  color: var(--theme-primary);
}
.country-selection-page .country-selection-body h3 {
  font-size: 16px;
}
.country-selection-page .country-selection-body .country-item {
  padding: 16px;
  background: #F1F1F1;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  position: relative;
}
.country-selection-page .country-selection-body .country-item svg {
  position: absolute;
  right: 23px;
  transition: all 0.2s;
  top: 50%;
  transform: translateY(-50%);
}
.country-selection-page .country-selection-body .country-item svg path {
  fill: #b4b4b4;
}
.country-selection-page .country-selection-body .country-item:hover {
  background: #d8c255;
  color: #fff;
}
.country-selection-page .country-selection-body .country-item:hover svg {
  right: 20px;
}
.country-selection-page .country-selection-body .country-item:hover svg path {
  fill: #fff;
}
.country-selection-page .lang-select {
  font-weight: 600;
  color: var(--theme-primary);
  text-decoration: none;
}
.country-selection-page .lang-select:hover {
  color: #d8c255;
}
.country-selection-page .disclaimer-card {
  background: #FFF;
  border-radius: 30px;
  max-width: 1200px;
  margin: auto;
  padding: 40px 80px 20px 80px;
}
.country-selection-page .disclaimer-card h2 {
  font-weight: 700;
}
.country-selection-page .disclaimer-card .disclaimer-card-body {
  max-height: 60vh;
  overflow-y: scroll;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
}
.country-selection-page .disclaimer-card .disclaimer-card-footer {
  padding-top: 1em;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.country-selection-page .disclaimer-card .disclaimer-card-footer a {
  border-radius: 10px;
  background: #ebebeb;
  margin: auto;
  padding: 16px 28px;
  font-weight: 600;
  color: var(--theme-primary) !important;
  text-decoration: none;
  font-size: 16px;
  margin: 0 5px;
  display: inline-block;
}
.country-selection-page .disclaimer-card .disclaimer-card-footer a:hover {
  background: #d8c255;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.23);
  transition: all 0.2s ease;
}
.country-selection-page .disclaimer-card:hover ::-webkit-scrollbar-track,
.country-selection-page .disclaimer-card:hover ::-webkit-scrollbar,
.country-selection-page .disclaimer-card:hover ::-webkit-scrollbar-thumb {
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.country-selection-page ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 10px;
  visibility: hidden;
}
.country-selection-page ::-webkit-scrollbar {
  width: 5px;
  background-color: #f8f8f8;
  visibility: hidden;
}
.country-selection-page ::-webkit-scrollbar-thumb {
  visibility: hidden;
  border-radius: 10px;
  background: rgb(180, 180, 180);
}
@media only screen and (max-width: 991px) {
  .country-selection-page .country-selection-card {
    padding: 50px 30px;
  }
  .country-selection-page .disclaimer-card {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .country-selection-page .country-selection-card .disclaimer-text h3 {
    font-size: 26px;
  }
  .country-selection-page .disclaimer-card-body h2 {
    font-size: 26px;
  }
}

.restricted-modal {
  text-align: center;
  font-size: 18px;
}
.restricted-modal P {
  margin: 0;
}
.restricted-modal h2 {
  font-weight: 700;
  font-size: 24px;
}
.restricted-modal .btn-primary {
  border-radius: 20px;
  background: #ebebeb;
  margin: auto;
  padding: 1rem 2em;
  font-weight: 600;
  background: #d8c255;
  border: 0;
  font-size: 18px;
}
.restricted-modal .btn-primary:hover {
  background: var(--theme-primary);
}

.adnh-modal .modal-header {
  font-size: 18px;
}
.adnh-modal .modal-content {
  border-radius: 20px;
  font-size: 0.8em;
}

.leadership-modal img {
  max-width: 150px;
}
.leadership-modal h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: var(--theme-primary);
}

:target {
  scroll-margin-top: 2rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .contact-section .contact-card h2 {
    font-size: 1.1em;
  }
}
#scrollToTopBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  /* Ensures the button is on top */
  background-color: #285186;
  color: white;
  border: none;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
#scrollToTopBtn svg {
  width: 60%;
}

#scrollToTopBtn:hover {
  background-color: #d8c254;
  opacity: 1;
}

.bg-theme-light {
  background: #31537f;
}

.lang-arabic b {
  font-family: "Gotham Book", sans-serif;
}

.lang-english b {
  font-weight: 600;
}

.sidebar .sidebar-content {
  position: sticky;
  top: 0;
  flex: 1;
  transition: all 0.2s;
}
.sidebar {
  background: #f2f2f2;
}
.sidebar ul {
  list-style: none;
}
.sidebar ul li {
  display: block;
  margin-bottom: 15px;
}
.sidebar ul li a {
  text-decoration: none;
  color: var(--theme-primary);
  font-weight: 600;
  font-size: 0.667em;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .sidebar {
    top: 79px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .sidebar {
    min-width: 336px;
    position: absolute;
    z-index: 2;
    height: 100%;
    top: 0;
  }
  .sidebar a {
    display: block;
    transition: all 0.2s ease;
  }
  .sidebar a:hover {
    transform: translateX(10px);
  }
  .lang-english .sidebar {
    left: 0;
  }
  .lang-arabic .sidebar {
    right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .sidebar {
    min-width: 100%;
    background: #f2f2f2;
    position: fixed;
    top: 110px;
    z-index: 2;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100vw;
  }
  .sidebar ul li {
    display: inline-block;
    margin: 0 25px;
  }
}
.page-scroll-active .sidebar-content {
  top: 80px !important;
}

.facts-section {
  background: #f4ead0;
}

.adnh-ticker {
  background: #ffffff;
  height: 100px;
  overflow: hidden;
}
.adnh-ticker iframe {
  width: 100%;
  max-width: 100%;
}

.lang-arabic .adnh-info {
  text-align: left;
}

.lang-arabic .banner-heading {
  text-align: right;
}

.lang-english .banner-heading {
  text-align: left;
}

.contact-us-section {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background-color: #ffffff !important;
  background-image: none !important;
  z-index: 1;
}

.contact-us-container {
  padding: 45px 40px;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .contact-us-container {
    padding: 24px 20px;
  }
}

/* Contact-us form: same underline style as footer form, for light (white) card background */
.contact-us-section .contact-form-new .row.g-4 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.contact-us-section .contact-form-new .form-control-new {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  padding: 18px 0 0 0;
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #333333;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.contact-us-section .contact-form-new .form-control-new::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6980392157);
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.contact-us-section .contact-form-new .form-control-new::placeholder {
  color: rgba(0, 0, 0, 0.6980392157);
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.contact-us-section .contact-form-new .form-control-new:focus {
  background: transparent;
  border-bottom-color: #B49B57;
  box-shadow: none;
  outline: none;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .contact-us-section .contact-form-new .form-control-new {
    font-size: 18px;
    padding: 14px 0;
  }
  .contact-us-section .contact-form-new .form-control-new::-moz-placeholder {
    font-size: 18px;
  }
  .contact-us-section .contact-form-new .form-control-new::placeholder {
    font-size: 18px;
  }
}
.contact-us-section .contact-form-new textarea.form-control-new {
  min-height: 120px;
  resize: vertical;
}
.contact-us-section .contact-form-new {
  /* Fixed slot for validation message – prevents underline/layout shift */
}
.contact-us-section .contact-form-new .form-field-wrap .form-field-error {
  display: block;
  min-height: 32px;
}
.contact-us-section .contact-form-new {
  /* Inline validation errors – same as footer */
}
.contact-us-section .contact-form-new .form-field-error .error {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #ff6b6b;
  margin-top: 5px;
  display: block;
}
.contact-us-section .contact-form-new .submit-btn {
  margin-top: 20px;
  background: #d8c254;
  color: #09446C;
  max-height: 73px;
  max-width: 240px;
  padding: 15px 30px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gotham", "Inter", sans-serif;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-align: center;
}
.contact-us-section .contact-form-new .submit-btn:hover {
  background: #09446C;
  color: #ffffff;
}
.contact-us-section .contact-form-new .submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}
.contact-us-section .contact-form-new .submit-btn-loader {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: contact-btn-spin 0.8s linear infinite;
  vertical-align: middle;
}

.contact-us-form {
  padding: 50px 100px;
}
@media only screen and (max-width: 768px) {
  .contact-us-form {
    padding: 10px;
  }
}

.contact-information-subscription {
  padding: 50px 100px;
}
@media only screen and (max-width: 768px) {
  .contact-information-subscription {
    padding: 10px;
  }
}

@keyframes contact-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-ir-container {
  padding: 0 100px 100px 100px;
}
@media only screen and (max-width: 768px) {
  .contact-ir-container {
    padding: 10px;
  }
}

/* Contact form card headings (IR Contact Details / Subscribe to Email Alerts) */
.contact-form-card-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 50%;
  letter-spacing: 0%;
  text-align: left;
  color: #B49B57;
  padding: 25px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .contact-form-card-heading {
    font-size: 24px;
    padding: 10px 0 0 0;
  }
}

.lang-arabic .contact-form-card-heading {
  text-align: right;
}

/* Contact IR page: two equal card-style sections side by side */
.contact-ir-page .contact-ir-form-row {
  margin-top: 2rem;
}
.contact-ir-page .contact-ir-form-row .contact-us-section,
.contact-ir-page .contact-ir-form-row .contact-information {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  height: 100%;
}
.contact-ir-page .contact-ir-form-row .contact-us-section .container,
.contact-ir-page .contact-ir-form-row .contact-information .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.email-alert input,
.email-alert textarea,
.contact-form input,
.contact-form textarea {
  border: 1px solid var(--theme-primary);
  box-shadow: none !important;
  border-radius: 10px;
}
.email-alert input:focus,
.email-alert textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border: 1px solid var(--theme-primary);
}
.email-alert .submit-btn,
.contact-form .submit-btn {
  background: #09446C;
  color: #fff;
  max-height: 73px;
  max-width: 240px;
  padding: 15px 30px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Gotham", "Inter", sans-serif;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-align: center;
}
.email-alert .submit-btn:hover,
.contact-form .submit-btn:hover {
  background: #d8c254;
  color: #fff;
}
.email-alert ::-moz-placeholder, .contact-form ::-moz-placeholder {
  color: #939598;
}
.email-alert ::placeholder,
.contact-form ::placeholder {
  color: #939598;
}
.email-alert .form-control,
.contact-form .form-control {
  padding: 0.75rem 0.75rem;
}
.email-alert .error,
.contact-form .error {
  font-size: 16px;
  color: #dc3545;
}

.email-alert input {
  min-height: 73px;
}

.downloads-accordian img {
  opacity: 0.7;
}
.downloads-accordian img:hover {
  opacity: 1;
}
.downloads-accordian {
  font-size: 0.9rem;
  margin-top: 15px;
}
.downloads-accordian .downloads-accordian .accordion-item {
  border: 0;
}
.downloads-accordian .downloads-accordian .accordion-item {
  background: #f2f2f2;
  border-radius: 20px;
  overflow: hidden;
}
.downloads-accordian .downloads-accordian .accordion-header {
  border-bottom: 1px solid #e0e0e0;
}
.downloads-accordian .downloads-accordian .accordion-header .accordion-button {
  background: #e7e7e7;
}
.downloads-accordian .downloads-accordian .accordion-header h2 {
  font-size: 24px;
  font-weight: 500;
  color: #424242;
  text-align: center;
  font-family: "Gotham", "Inter", sans-serif;
  margin-bottom: 0;
}
.downloads-accordian .downloads-accordian .accordion-body {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #424242;
}
.downloads-accordian .downloads-accordian .accordion-body span {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #424242;
}
.downloads-accordian .downloads-accordian .earnining-pack-list .download-earnining-pack:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}

.header-divider {
  height: 4px;
  background: #d1d3d4;
}

.item-download {
  background: #d8c255;
  padding: 1rem;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  gap: 25px;
  color: var(--theme-primary);
  align-items: center;
}
.item-download::before {
  content: "";
  position: absolute;
  top: 0;
  right: -83px;
  width: 83px;
  height: 100%;
  background: #fff;
  transition: all 0.2s ease-in;
}
.item-download h3 {
  margin-bottom: 0;
  font-size: 1rem;
  z-index: 2;
  font-weight: 600;
}
.item-download img {
  z-index: 2;
}
.item-download:hover {
  color: #fff;
  background: var(--theme-primary);
}
.item-download:hover svg path {
  fill: #fff;
}
.item-download svg {
  min-width: 35px;
}

.ipo-documents-section .doc-download h3 {
  color: var(--theme-primary);
}
.ipo-documents-section .accordion-investment-highlights.doc-list-card .doc-list {
  padding: 0;
}
.ipo-documents-section .accordion-investment-highlights.doc-list-card .doc-download {
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ipo-documents-section .accordion-investment-highlights.doc-list-card .doc-download {
    padding: 0 30px;
  }
}
.ipo-documents-section .accordion-investment-highlights.doc-list-card .doc-download:last-child {
  border-bottom: 0;
}
.ipo-documents-section .accordion-investment-highlights.doc-list-card .doc-download h3 {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.01em;
  margin: 0;
}
.ipo-documents-section .play-icon {
  font-size: 24px !important;
}
.ipo-documents-section .doc-list a svg {
  width: 24px;
  height: 24px;
}

.doc-list a {
  text-decoration: none;
  color: var(--theme-primary);
  padding: 15px 15px 15px 15px;
}
.doc-list a:hover svg path {
  fill: var(--theme-primary) !important;
}
.doc-list h3 {
  font-size: 1rem;
  margin: 0;
}

.doc-download {
  padding: 15px 0;
}

.doc-list .doc-download:not(:last-child) {
  border-bottom: 0.5px solid #000;
}

.earnining-pack-list .download-earnining-pack:not(:last-child) {
  border-bottom: 1px solid #999;
}
.earnining-pack-list .download-earnining-pack a svg path {
  fill: #d5ae4a;
}
.earnining-pack-list .download-earnining-pack a:hover svg path {
  fill: var(--theme-primary);
}

/* Mobile: reduce gap between title and icon in earnings pack list */
@media only screen and (max-width: 767px) {
  .earnining-pack-list .download-earnining-pack {
    justify-content: flex-start;
    gap: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.analytics-custom-style {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .analytics-custom-style {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.analytics-custom-style .analytics-custom-style-row {
  background-color: #ffffff !important;
  background-image: none !important;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 2px;
}

.analyst-table-wrapper {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  background: #FFFFFF !important;
  background-image: none !important;
}

.analyst-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: #FFFFFF !important;
  background-image: none !important;
}
.analyst-table thead tr {
  background: #F1F1F2 !important;
  background-image: none !important;
}
.analyst-table thead th {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: -0.0052em;
  text-align: center;
  color: #09446C;
  border: 1px solid #D9D9D9;
  padding: 15px 20px;
  white-space: nowrap;
  background: #F1F1F2 !important;
  background-image: none !important;
}
.analyst-table tbody tr {
  background: #FFFFFF !important;
  background-image: none !important;
}
.analyst-table tbody td {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: -0.0052em;
  text-align: center;
  color: #000000;
  border: 1px solid #D9D9D9;
  padding: 15px 20px;
  background: #FFFFFF !important;
  background-image: none !important;
}
.analyst-table .analyst-email-link {
  color: #09446C;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.analyst-table .analyst-email-link:hover {
  color: #0a5a8a;
}

/* Horizontal scroll for analysts table on small screens */
@media only screen and (max-width: 770px) {
  .section-custom-style-row .col-lg-12 {
    min-width: 0; /* Allow column to shrink so wrapper can overflow */
  }
  .analyst-table-wrapper {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    /* Force scrollbar to be visible */
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 #F1F1F2;
  }
  .analyst-table-wrapper::-webkit-scrollbar {
    height: 10px;
  }
  .analyst-table-wrapper::-webkit-scrollbar-track {
    background: #F1F1F2;
    border-radius: 4px;
  }
  .analyst-table-wrapper::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 4px;
  }
  .analyst-table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
  }
  .analyst-table {
    min-width: 560px;
  }
}
.page-banner {
  min-height: 100vh;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 80px;
  position: relative;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (min-width: 769px) {
  .page-banner::before {
    /* Computer: gradient bottom to top, only in bottom 2/5 of banner */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.89) 0%, transparent 40%);
  }
}
@media only screen and (max-width: 768px) {
  .page-banner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.85) 100%);
  }
}
.page-banner .banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 1399px) {
  .page-banner .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.page-banner .banner-heading {
  position: relative;
  color: #fff;
}
.page-banner .banner-heading-middle {
  position: relative;
  text-align: left;
  color: #fff;
}
@media only screen and (max-width: 1400px) {
  .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: auto;
    min-height: 50vh;
    padding-bottom: 40px;
  }
  .page-banner .banner-heading-middle {
    text-align: center;
  }
}

.header-divider {
  height: 4px;
  background: #d1d3d4;
}

@media only screen and (max-width: 991px) {
  .banner-heading::before {
    transform: translate(-50%);
    left: 50%;
  }
}
.quick-links-section a {
  color: var(--theme-primary);
  text-decoration: underline;
}
.quick-links-section a:hover {
  color: #d8c255;
}

.banner-heading-middle {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 175%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

/* Mobile responsive banner headings */
@media only screen and (max-width: 991px) {
  .banner-heading-middle {
    font-size: 37px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-heading-middle {
    font-size: 33px;
  }
}
@media only screen and (max-width: 576px) {
  .banner-heading-middle {
    font-size: 29px;
    line-height: 1.3;
  }
}
#contact-us input::-moz-placeholder, #contact-us textarea::-moz-placeholder {
  font-family: "Gotham Book", sans-serif;
}
#contact-us input::placeholder,
#contact-us textarea::placeholder {
  font-family: "Gotham Book", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sidebar-activated {
    margin-top: 120px;
  }
  .sidebar-deactivated {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-activated {
    margin-top: 163px;
  }
  .sidebar-deactivated {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .sidebar-activated {
    margin-top: 213px;
  }
  .sidebar-deactivated {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1400px) {
  .sidebar-activated {
    margin-top: 0;
  }
}
.lang-arabic .banner-heading-middle,
.lang-arabic .banner-heading {
  font-family: "GE SS Two Bold";
}
.lang-arabic .fw-bold {
  font-family: "GE SS Two Bold";
}
.lang-arabic .contact-form .error {
  font-family: "Gotham Book", sans-serif;
}

.play-icon {
  font-size: 35px;
  color: #d8c255 !important;
  vertical-align: middle;
}

.play-icon:hover {
  color: #1a3f70 !important;
}

/* IR Contact Details section heading */
.contact-details-heading {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #B49B57;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* IR Contact Details subheading (e.g. Investor Relations Enquiries, Company) */
.contact-details-subheading {
  font-family: "Gotham Book", "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}

/* IR Contact Details content (description + email with icon) */
.contact-details-section .contact-info-content p {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  margin-bottom: 10px;
}
.contact-details-section .contact-info-content a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.contact-details-section .contact-info-content a:hover {
  color: #C5AA61;
}
.contact-details-section .contact-info-content a[href^="mailto:"] {
  position: relative;
  padding-left: 32px;
}
.contact-details-section .contact-info-content a[href^="mailto:"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/mail.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contact-details-section .contact-info-content .contact-email {
  display: inline-flex;
  align-items: center;
}
.contact-details-section .contact-info-content .email-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}

body.lang-arabic .contact-details-section .contact-info-content a[href^="mailto:"] {
  padding-left: 0;
  padding-right: 32px;
}
body.lang-arabic .contact-details-section .contact-info-content a[href^="mailto:"]::before {
  left: auto;
  right: 0;
}

.contact-details-container {
  padding: 80px;
}
@media only screen and (max-width: 768px) {
  .contact-details-container {
    padding: 40px;
  }
}

/* Contact Details Row with Separator */
.contact-details-row {
  position: relative;
}

.contact-details-col {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .contact-details-col {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-details-col.contact-details-first::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #BFBFBF;
  }
}

/* English Layout - First column right, Second column left */
body.lang-english .contact-details-first .contact-details-subheading,
body.lang-english .contact-details-first .contact-info-content p,
body.lang-english .contact-details-first .contact-info-content a {
  text-align: right;
}
body.lang-english .contact-details-first .contact-info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body.lang-english .contact-details-second .contact-details-subheading,
body.lang-english .contact-details-second .contact-info-content p,
body.lang-english .contact-details-second .contact-info-content a {
  text-align: left;
}
body.lang-english .contact-details-second .contact-info-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Arabic Layout - First column left, Second column right */
body.lang-arabic .contact-details-first .contact-details-subheading,
body.lang-arabic .contact-details-first .contact-info-content p,
body.lang-arabic .contact-details-first .contact-info-content a {
  text-align: left;
}
body.lang-arabic .contact-details-first .contact-info-content {
  display: flex;
  flex-direction: column;
}
body.lang-arabic .contact-details-second .contact-details-subheading,
body.lang-arabic .contact-details-second .contact-info-content p,
body.lang-arabic .contact-details-second .contact-info-content a {
  text-align: right;
}
body.lang-arabic .contact-details-second .contact-info-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  body.lang-arabic .contact-details-col.contact-details-first::after {
    right: auto;
    left: 0;
  }
}

/* Mobile - Keep center alignment for both */
@media only screen and (max-width: 991px) {
  body.lang-english .contact-details-first .contact-details-subheading,
  body.lang-english .contact-details-first .contact-info-content p,
  body.lang-english .contact-details-first .contact-info-content a,
  body.lang-english .contact-details-second .contact-details-subheading,
  body.lang-english .contact-details-second .contact-info-content p,
  body.lang-english .contact-details-second .contact-info-content a,
  body.lang-arabic .contact-details-first .contact-details-subheading,
  body.lang-arabic .contact-details-first .contact-info-content p,
  body.lang-arabic .contact-details-first .contact-info-content a,
  body.lang-arabic .contact-details-second .contact-details-subheading,
  body.lang-arabic .contact-details-second .contact-info-content p,
  body.lang-arabic .contact-details-second .contact-info-content a {
    text-align: center;
  }
  body.lang-english .contact-details-first .contact-info-content,
  body.lang-english .contact-details-second .contact-info-content,
  body.lang-arabic .contact-details-first .contact-info-content,
  body.lang-arabic .contact-details-second .contact-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* New Contact Section Styles */
.contact-section-new {
  position: relative;
  background-color: #09446C;
  padding: 0;
  overflow: hidden;
  /* Faded white SVG background – original size, no zoom or crop */
}
.contact-section-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url("/investor-relation-bottom-white.svg");
  background-size: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}
.contact-section-new .contact-section-inner,
.contact-section-new .footer-navigation,
.contact-section-new .copyright-bar {
  position: relative;
  z-index: 1;
}
.contact-section-new .contact-section-inner {
  padding: 80px 60px 5px 60px;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .contact-section-inner {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-section-inner {
    padding: 40px 20px;
  }
}
.contact-section-new .contact-left-col {
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .contact-left-col {
    padding-right: 15px;
    margin-bottom: 40px;
    text-align: center;
  }
}
.contact-section-new .contact-right-col {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .contact-right-col {
    padding-left: 15px;
  }
}
.contact-section-new {
  /* Main Heading Styles */
}
.contact-section-new .contact-heading-wrapper {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-heading-wrapper {
    margin-bottom: 40px;
  }
}
.contact-section-new .contact-main-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.contact-section-new .contact-main-heading .heading-want {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  font-size: 75px;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contact-section-new .contact-main-heading .heading-want {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-main-heading .heading-want {
    font-size: 45px;
  }
}
.contact-section-new .contact-main-heading .heading-reach {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 90px;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #C5AA61;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contact-section-new .contact-main-heading .heading-reach {
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-main-heading .heading-reach {
    font-size: 50px;
  }
}
.contact-section-new {
  /* Contact Info Blocks */
}
.contact-section-new .contact-info-blocks {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-blocks {
    margin-bottom: 40px;
  }
}
.contact-section-new .contact-info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.contact-section-new .contact-info-title {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.contact-section-new .contact-info-title.abu-dhabi {
  background-image: url("/abu-dhabi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  min-height: 30px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-title.abu-dhabi {
    background-size: auto 25px;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-title {
    font-size: 18px;
  }
}
.contact-section-new .contact-info-content p {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-content p {
    font-size: 16px;
  }
}
.contact-section-new .contact-info-content a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}
.contact-section-new .contact-info-content a:hover {
  color: #C5AA61;
}
.contact-section-new .contact-info-content .contact-phone,
.contact-section-new .contact-info-content .contact-email {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-content .contact-phone,
  .contact-section-new .contact-info-content .contact-email {
    font-size: 16px;
  }
}
.contact-section-new .contact-info-content .email-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-info-content .email-icon {
    width: 20px;
    height: 20px;
  }
}
.contact-section-new {
  /* Social Media Icons */
}
.contact-section-new .contact-social-icons {
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .contact-section-new .contact-social-icons {
    display: flex;
  }
}
.contact-section-new .contact-social-icons .social-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 5px;
}
.contact-section-new .contact-social-icons .social-icon-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-section-new .contact-social-icons .social-icon-link:hover {
  border-color: #ffffff;
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-social-icons .social-icon-link {
    width: 75px;
    height: 75px;
    padding: 12px;
    text-align: center;
  }
}
.contact-section-new {
  /* Contact Form */
}
.contact-section-new .contact-form-wrapper {
  background: transparent;
  padding: 0;
}
.contact-section-new .form-heading {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 175%;
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .form-heading {
    font-size: 28px;
  }
}
.contact-section-new .form-subheading {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 175%;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .form-subheading {
    font-size: 20px;
  }
}
.contact-section-new .contact-form-new .row.g-4 {
  width: 100%;
}
.contact-section-new .contact-form-new .form-control-new {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  padding: 18px 0;
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  display: block;
}
.contact-section-new .contact-form-new .form-control-new::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.02em;
}
.contact-section-new .contact-form-new .form-control-new::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 175%;
  letter-spacing: 0.02em;
}
.contact-section-new .contact-form-new .form-control-new:focus {
  background: transparent;
  border-bottom-color: #C5AA61;
  box-shadow: none;
  outline: none;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-form-new .form-control-new {
    font-size: 18px;
    padding: 14px 0;
  }
  .contact-section-new .contact-form-new .form-control-new::-moz-placeholder {
    font-size: 18px;
  }
  .contact-section-new .contact-form-new .form-control-new::placeholder {
    font-size: 18px;
  }
}
.contact-section-new .contact-form-new textarea.form-control-new {
  min-height: 120px;
  resize: vertical;
}
.contact-section-new .submit-btn-new {
  background-color: #FFFFFF;
  color: #C5AA61;
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 175%;
  padding: 15px 60px;
  border: none;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
  min-width: 240px;
  position: relative;
}
.contact-section-new .submit-btn-new:hover {
  background-color: #C5AA61;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(197, 170, 97, 0.3);
}
@media only screen and (max-width: 768px) {
  .contact-section-new .submit-btn-new {
    font-size: 20px;
    padding: 12px 40px;
    width: 100%;
  }
}
.contact-section-new .submit-btn-new:disabled {
  cursor: not-allowed;
  opacity: 0.9;
}
.contact-section-new .submit-btn-new:disabled:hover {
  transform: none;
  background-color: #FFFFFF;
  color: #C5AA61;
}
.contact-section-new .submit-btn-loader {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(197, 170, 97, 0.3);
  border-top-color: #C5AA61;
  border-radius: 50%;
  animation: contact-btn-spin 0.8s linear infinite;
  vertical-align: middle;
}
@keyframes contact-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.contact-section-new {
  /* Fixed slot for validation message – prevents underline/layout shift */
}
.contact-section-new .contact-form-new .form-field-wrap .form-field-error {
  display: block;
  min-height: 32px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-form-new .form-field-wrap .form-field-error {
    min-height: 28px;
  }
}
.contact-section-new {
  /* Form Validation Error Styles */
}
.contact-section-new .contact-form-new .form-field-error .error {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 175%;
  letter-spacing: 0.02em;
  color: #ff6b6b;
  margin-top: 5px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .contact-form-new .form-field-error .error {
    font-size: 12px;
  }
}
.contact-section-new {
  /* Footer Navigation */
}
.contact-section-new .footer-navigation {
  background-color: #09446C;
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .footer-navigation {
    padding: 30px 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .footer-navigation {
    padding: 30px 20px;
  }
}
.contact-section-new .footer-navigation .footer-logo-white {
  max-width: 144px;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .footer-navigation .footer-logo-white {
    max-width: 150px;
  }
}
.contact-section-new .footer-navigation .footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .footer-navigation .footer-nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    justify-items: start;
  }
}
.contact-section-new .footer-navigation .footer-nav-menu li {
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .footer-navigation .footer-nav-menu li {
    padding-left: 20px;
  }
  .contact-section-new .footer-navigation .footer-nav-menu li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-right: 2px solid #C5AA61;
    border-bottom: 2px solid #C5AA61;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.contact-section-new .footer-navigation .footer-nav-menu li a {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
  letter-spacing: -4;
}
.contact-section-new .footer-navigation .footer-nav-menu li a:hover {
  color: #C5AA61;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .footer-navigation .footer-nav-menu li a {
    font-size: 13px;
  }
}
.contact-section-new {
  /* Copyright Bar */
}
.contact-section-new .copyright-bar {
  background-color: #063452;
  padding: 15px 60px;
  letter-spacing: -4;
}
@media only screen and (max-width: 991px) {
  .contact-section-new .copyright-bar {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-section-new .copyright-bar {
    padding: 20px 20px;
    text-align: center;
  }
}
.contact-section-new .copyright-bar .copyright-text {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  margin: 0;
}
.contact-section-new .copyright-bar .copyright-text a {
  color: #FFFFFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-section-new .copyright-bar .copyright-text a:hover {
  color: #C5AA61;
}
@media only screen and (max-width: 768px) {
  .contact-section-new .copyright-bar .copyright-text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-section-new .copyright-bar .footer-copyright {
    text-align: start;
  }
}
@media only screen and (min-width: 768px) {
  .contact-section-new .copyright-bar .footer-handcrafted {
    text-align: end;
  }
}

/* RTL Support for Arabic */
.lang-arabic {
  /* Mobile offcanvas: active indicator on right side for RTL */
}
@media only screen and (max-width: 1399px) {
  .lang-arabic #offcanvasNavbar2.offcanvas .navbar-nav .nav-link.active,
  .lang-arabic #offcanvasNavbar2.offcanvas .navbar-nav .dropdown .nav-link.active {
    border-left: none;
    border-right: 4px solid #09446C;
  }
  .lang-arabic nav.navbar .main-logo {
    margin-right: 10px;
  }
  .lang-arabic {
    /* RTL dropdown items indentation */
  }
  .lang-arabic #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-item {
    padding: 12px 32px 12px 16px !important;
    text-align: right;
  }
  .lang-arabic #offcanvasNavbar2.offcanvas .navbar-nav .dropdown-item:hover {
    padding-right: 36px !important;
    padding-left: 16px !important;
  }
}
.lang-arabic .contact-section-new .contact-left-col {
  padding-right: 15px;
  padding-left: 60px;
}
@media only screen and (max-width: 991px) {
  .lang-arabic .contact-section-new .contact-left-col {
    padding-left: 15px;
    text-align: center;
  }
}
.lang-arabic .contact-section-new .contact-right-col {
  padding-left: 15px;
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .lang-arabic .contact-section-new .contact-right-col {
    padding-right: 15px;
  }
}
.lang-arabic .contact-section-new .contact-info-title.abu-dhabi {
  background-position: right center;
  padding-left: 0;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .lang-arabic .contact-section-new .contact-info-title.abu-dhabi {
    padding-right: 35px;
  }
}
.lang-arabic .contact-section-new .contact-main-heading {
  align-items: flex-start;
}
.lang-arabic .contact-section-new .contact-main-heading .heading-want,
.lang-arabic .contact-section-new .contact-main-heading .heading-reach {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .lang-arabic .contact-section-new .contact-main-heading {
    align-items: center;
  }
  .lang-arabic .contact-section-new .contact-main-heading .heading-want,
  .lang-arabic .contact-section-new .contact-main-heading .heading-reach {
    text-align: center;
  }
}
.lang-arabic .contact-section-new .form-heading,
.lang-arabic .contact-section-new .form-subheading {
  text-align: right;
}
.lang-arabic .contact-section-new .footer-nav-menu {
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .lang-arabic .contact-section-new .footer-nav-menu li {
    padding-left: 0;
    padding-right: 20px;
    text-align: right;
  }
  .lang-arabic .contact-section-new .footer-nav-menu li::before {
    left: auto;
    right: 0;
    border-right: 2px solid #C5AA61;
    border-bottom: 2px solid #C5AA61;
    transform: translateY(-50%) rotate(135deg);
  }
}
.lang-arabic .contact-section-new .copyright-text.text-md-start {
  text-align: right !important;
}
.lang-arabic .contact-section-new .copyright-text.text-md-end {
  text-align: left !important;
}
.lang-arabic .contact-section-new .email-icon {
  margin-left: 8px;
  margin-right: 0;
}

/* Custom theme popup – small, theme colors */
.theme-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(6, 52, 82, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.theme-popup-overlay.is-visible {
  display: flex;
  opacity: 1;
}

.theme-popup-box {
  background: #FFFFFF;
  border: 1px solid #C5AA61;
  border-radius: 16px;
  padding: 48px;
  max-width: 640px;
  width: 100%;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

@keyframes popup-icon-appear {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.theme-popup-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
}
.theme-popup-icon.success {
  background: rgba(197, 170, 97, 0.2);
  color: #C5AA61;
  animation: popup-icon-appear 0.45s ease-out forwards;
}
.theme-popup-icon.success::after {
  content: "✓";
  font-weight: bold;
}
.theme-popup-icon.error {
  background: rgba(220, 53, 69, 0.15);
  color: #ff6b6b;
  animation: popup-icon-appear 0.45s ease-out forwards;
}
.theme-popup-icon.error::after {
  content: "✕";
  font-weight: bold;
}

.theme-popup-title {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 27px;
  line-height: 1.3;
  color: #09446C;
  margin: 0 0 12px;
}

.theme-popup-message {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5;
  color: #09446C;
  margin: 0 0 28px;
}

.theme-popup-btn {
  font-family: "Gotham", "Inter", sans-serif;
  font-weight: 500;
  font-size: 21px;
  padding: 15px 42px;
  background: #09446C;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.theme-popup-btn:hover {
  background: #063452;
  color: #FFFFFF;
}/*# sourceMappingURL=styles.css.map */