@font-face {
  font-family: "Graphik";
  src:
    url("../fonts/Graphik-Light.woff2") format("woff2"),
    url("../fonts/Graphik-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src:
    url("../fonts/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src:
    url("../fonts/Graphik-Medium.woff2") format("woff2"),
    url("../fonts/Graphik-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src:
    url("../fonts/Graphik-Semibold.woff2") format("woff2"),
    url("../fonts/Graphik-Semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src:
    url("../fonts/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saudi Currency Font";
  src:
    url("../fonts/SaudiCurrencyFont-Regular.woff2") format("woff2"),
    url("../fonts/SaudiCurrencyFont-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Graphik Arabic';
    src: url('../fonts/GraphikArabic-Light.woff2') format('woff2'),
        url('../fonts/GraphikArabic-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik Arabic';
    src: url('../fonts/GraphikArabic-Regular.woff2') format('woff2'),
        url('../fonts/GraphikArabic-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik Arabic';
    src: url('../fonts/GraphikArabic-Medium.woff2') format('woff2'),
        url('../fonts/GraphikArabic-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik Arabic';
    src: url('../fonts/GraphikArabic-Semibold.woff2') format('woff2'),
        url('../fonts/GraphikArabic-Semibold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik Arabic';
    src: url('../fonts/GraphikArabic-Bold.woff2') format('woff2'),
        url('../fonts/GraphikArabic-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


:root {
  --hot-red: #ea0029;
  --salt-white: #f3f3f3;
  --pure-white: #FFFFFF;
  --graphite-black: #333333;
  --iron-gray: #999999;
  --red-plum: #660033;
  --black: #000000;
  --gray2: #9c9c9c;
  --gray3: #6c6c6c;
  --light-pink: #fff0f2;
  --border-color: #e0e0e0;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 0.9375rem;
  --text-md: 1.15rem;
  --text-lg: 1.3rem;
  --text-xl: 1.5rem;
  --text-2xl: 1.7rem;
  --text-4xl: 2.1rem;
  --text-6xl: 2.5rem;
}

@media (min-width: 1440px) {
  :root {
    --text-xs: 0.9rem;
    --text-sm: 1rem;
    --text-base: 1.2rem;
    --text-md: 1.4rem;
    --text-lg: 1.6rem;
    --text-xl: 1.8rem;
    --text-2xl: 2rem;
    --text-4xl: 2.6rem;
    --text-6xl: 3rem;
  }
}

@media (max-width: 768px) {
  :root {
    --text-xs: 0.7rem;
    --text-sm: 0.8rem;
    --text-base: 0.9rem;
    --text-md: 1.1rem;
    --text-lg: 1.2rem;
    --text-xl: 1.4rem;
    --text-2xl: 1.6rem;
    --text-4xl: 2rem;
    --text-6xl: 2.4rem;
  }
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgb(225, 225, 225) transparent;
}

html {
  overflow-x: hidden;
  scroll-behavior: auto !important;

  --dir: 1;
}

html[lang="ar"] {
  --dir: -1;

  direction: rtl;
}


body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Graphik', sans-serif;
}
html[lang="ar"] body {
  font-family: 'Graphik Arabic', sans-serif;
}

#preloader {
  position: fixed;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: var(--hot-red);
  z-index: 999;
  overflow: hidden;
  transform-origin: bottom;
}

#preloader img {
    position: absolute;
    top: 0;
    inset-inline-start: 60px;
    height: 75px;
    width: auto;
}

#preloader .loader {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    padding-top: 0;
    padding-inline-end: 50px;
    padding-bottom: 50px;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

#preloader .loader .progress-bar {
    width: 100%;
    position: relative;
}

#preloader .loader .progress-bar .total-line,
#preloader .loader .progress-bar .load-line {
    display: block;
    height: 3px;
}

#preloader .loader .progress-bar .total-line {
    background-color: rgba(var(--salt-white), 0.2);
    width: 100%;
}

#preloader .loader .progress-bar .load-line {
    background-color: var(--salt-white);
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 0%;
    transition: width 0.2s ease-out;
}

#preloader .loader .number-container {
    min-width: 100px;
    text-align: end;
}

#preloader .loader .number-container .progress-number {
    font-size: 2rem;
    color: var(--salt-white);
}

@media (min-width: 1540px) {
    #preloader img {
        height: 110px;
        inset-inline-start: 50px;
    }

    #preloader .loader .number-container {
        min-width: 110px;
    }

    #preloader .loader .number-container .progress-number {
        font-size: 4rem;
    }
}

@media (max-width: 768px) {
    #preloader .loader {
        padding-block: 0 50px;
        padding-inline: 0 50px;
    }

    #preloader .loader .number-container {
        min-width: 80px;
    }

    #preloader .loader .number-container .progress-number {
        font-size: 2.8rem;
    }
}

@media (max-width: 540px) {
    #preloader img {
        inset-inline-start: 30px;
        height: 60px;
    }
}

#smooth-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  backface-visibility: hidden
}

body.no-scroll {
  overflow: hidden;
}

/* .split-title-anim .word-wrapper {

} */

header {
  position: relative;
}

header .top-bar {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 75px;
  padding: 0 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 201;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
}

.home header .top-bar {
  background-color: transparent;
  backdrop-filter: none;
}
header.scrolled .top-bar {
  background-color: rgba(255, 255, 255, 0.92);
}

header.menu-open .top-bar {
  background-color: white;
  box-shadow: none !important;
}

@media (max-width: 1024px) {
  header .top-bar {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  header .top-bar {
    height: 60px;
  }
}

header .top-bar .logo {
  height: 100%;
  display: block;
  text-decoration: none;
}
header .top-bar .logo img {
  height: 100%;
  width: auto;
}

header .top-bar .right-side {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}

header .top-bar .lang-changer {
  height: 50px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--iron-gray);
}
header .top-bar .lang-changer a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 50%;
  width: 100%;
  padding: 5px 10px;
  font-size: var(--text-xs);
  text-decoration: none;
  background-color: white;
  color: black;
  transition: all 0.3s ease;
  font-weight: 300;
}
header .top-bar .lang-changer a:first-child {
  border-bottom: 1px solid var(--iron-gray);
  background-color: var(--hot-red);
  color: white;
}
header .top-bar .lang-changer a:last-child {
  font-family: "Graphik Arabic", sans-serif;
}
html[lang="ar"] header .top-bar .lang-changer a:first-child {
  background-color: white;
  color: black;
}
html[lang="ar"] header .top-bar .lang-changer a:last-child {
  background-color: var(--hot-red);
  color: white;
}

header .top-bar .dispatch {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline-start: 10px;
  border: 1px solid var(--hot-red);
  text-decoration: none;
  background-color: white;
  transition: background-color 0.2s;
}
header .top-bar .dispatch p {
  font-size: var(--text-sm);
  line-height: 1.2;
  margin: 0;
  color: black;
  white-space: nowrap;
}
header .top-bar .dispatch p span {
  color: var(--hot-red);
  font-weight: 400;
}
header .top-bar .dispatch img {
  height: 50px;
  width: auto;
}
@media (max-width: 768px) {
  header .top-bar .dispatch {
    display: none;
  }
}

header .menu_wrapper {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--graphite-black);
  padding: 12px;
  cursor: pointer;
  flex-shrink: 0;
}
header .menu_wrapper .hamburger {
  width: 100%;
  height: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .menu_wrapper .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background: white;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.35s;
}
header .menu_wrapper .top {
  top: 0;
}
header .menu_wrapper .middle {
  top: 50%;
}
header .menu_wrapper .bottom {
  top: 100%;
}

header .menu_wrapper.is-active .top {
  transform: rotate(45deg);
  top: 48%;
}
header .menu_wrapper.is-active .middle {
  width: 100%;
  transform: rotate(-45deg);
  top: 48%;
}
header .menu_wrapper.is-active .bottom {
  width: 100%;
  transform: rotate(-45deg);
  top: 48%;
}

header .main-menu {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background-color: white;
  padding: 100px 50px 50px 50px;
  display: none;
  overflow: hidden;
}

header .main-menu.is-open {
  display: block;
}

@media(min-width: 1700px){
  header .top-bar {
    height: 90px;
  }
  header .menu_wrapper {
    height: 65px;
    width: 65px;
  }
  header .top-bar .dispatch {
    height: 65px;
  }
  header .top-bar .dispatch img {
    height: 65px;
  }
  header .top-bar .lang-changer {
    height: 65px;
  }
}

@media (max-width: 1024px) {
  header .main-menu {
    padding: 90px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  header .main-menu {
    padding: 75px 15px 15px 15px;
  }
}

header .main-menu-wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  padding-top: 40px;
  padding-inline-end: 0;
  padding-bottom: 40px;
  padding-inline-start: 40px;
}
@media (max-width: 992px) {
  header .main-menu-wrapper {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  header .main-menu-wrapper {
    padding: 0;
  }
}

header .main-menu .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  header .main-menu .inner {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 30px;
  }
}
@media (min-width: 1700px) {
  header .main-menu .inner {
    margin-inline-start: auto;
    grid-template-columns: 2.5fr 1fr;
  }
}

header .menu-left {
  display: flex;
  align-items: flex-start;
  height: 100%;
  overflow-y: auto;
  padding-inline-end: 15px;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1024px) {
  header .menu-left {
    overflow-y: visible;
    height: auto;
    padding-inline-end: 0;
  }
}

header .menu-left .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

header .accordion-ite {
  border-bottom: 1px solid var(--hot-red);
}

header .accordion-ite.nav-current .menu-title{
  color: var(--hot-red);
}

header .accordion-ite .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none !important;
  cursor: pointer;
  padding: 15px 0;
  color: var(--gray3);
  outline: none;
  gap: 15px;
}
@media (max-width: 768px) {
  header .accordion-ite .accordion-header {
    padding: 10px 0;
  }
}

header .accordion-ite .accordion-header .title-group {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

header .red-square {
  width: 10px;
  height: 10px;
  min-width: 10px;
  background-color: var(--hot-red);
  display: block;
  transform: translateY(-5px);
}
@media (max-width: 768px) {
  header .red-square {
    min-width: 10px;
    min-height: 10px;
    margin-top: 5px;
  }
}

header .menu-title {
  font-size: var(--text-xl);
  font-weight: 300;
  transition: color 0.3s;
  text-align: start;
  color: var(--gray3);
}

header .arrow-icon {
  min-width: 35px;
  width: 35px;
  height: auto;
  color: var(--gray3);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 540px) {
  header .arrow-icon {
    width: 20px;
    min-width: 20px;
  }
}

@media(min-width: 1490px){
  header .menu-title {
    font-size: var(--text-2xl);
  }
  header .red-square {
    width: 13px;
    height: 13px;
    min-width: 13px;
  }
}

@media(min-width: 1700px){
  header .menu-title {
    font-size: var(--text-4xl);
  }
}

header .accordion-header:hover .menu-title {
  color: var(--hot-red);
}

header .accordion-ite.is-active .menu-title {
  color: var(--hot-red);
}
header .accordion-ite.is-active .arrow-icon {
  color: var(--hot-red);
  transform: rotate(180deg);
}
html[lang="ar"] header .accordion-ite .arrow-icon {
  transform: rotate(0deg) scaleX(-1);
}
html[lang="ar"] header .accordion-ite.is-active .arrow-icon {
  transform: rotate(180deg) scaleX(-1);
}


header .accordion-ite.is-active .accordion-header {
  padding: 10px 0;
}

header .accordion-ite .accordion-content {
  display: none;
  overflow: hidden;
}

header .content-inner {
  padding: 20px;
}
@media (max-width: 768px) {
  header .content-inner {
    padding: 15px;
  }
}

header .sub-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 30px;
}
@media (max-width: 600px) {
  header .sub-links {
    column-count: 1;
    /* padding-inline-start: 15px; */
  }
}

header .sub-links li {
  margin-bottom: 0;
  color: var(--graphite-black);
  break-inside: avoid;
  text-wrap: balance;
  line-height: 1;
}
header .sub-links li::marker {
  color: var(--graphite-black);
  font-size: var(--text-md);
}
header .sub-links li a {
  font-size: var(--text-sm);
  color: var(--graphite-black);
  font-weight: 300;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
  margin-bottom: 8px;
}
header .sub-links li.nav-current > a {
  color: var(--hot-red);
}  

@media (max-width: 768px) {
  header .sub-links li a {
    font-size: var(--text-base);
    margin-bottom: 12px;
  }
}
header .sub-links li a:hover {
  color: var(--hot-red);
}

header .sub-links .lvl3 {
  list-style: none;
  padding-inline-start: 1em;
}
header .sub-links .lvl3 li a {
  font-size: var(--text-xs);

}

header .menu-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  position: sticky;
  top: 0;
}
@media (max-width: 1024px) {
  header .menu-right {
    position: static;
    height: auto;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  header .menu-right {
    flex-direction: column;
    align-items: stretch;
  }
}

header .featured-img-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 80%);
  overflow: hidden;
}
@media (max-width: 992px) {
  header .featured-img-box {
    display: none;
  }
}
header .featured-img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

header .download-widget {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: var(--salt-white);
}




header .tablet-mockup {
  width: 70%;
  height: auto;
}
header .tablet-mockup img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}

header .download-widget:hover .tablet-mockup img {
  transform: translateY(-5px);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

header .download-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

header .text-icon-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

header .text-icon-row p {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 300;
  text-align: start;
  line-height: 1.4;
  color: var(--graphite-black);
}


header .icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--hot-red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hot-red);
  flex-shrink: 0;
}

header .icon-circle img {
  height: 23px;
  width: auto;
}



main {
  margin-top: 75px;
  padding: 0 0 50px 0;
  flex: 1;
}
.home main {
  margin-top: 0;
  padding: 0;
}

@media(min-width: 1490px){
  header .sub-links li a {
    font-size: var(--text-base);
  }
}

@media(min-width: 1700px){
  header .sub-links li a {
    font-size: var(--text-md);
  }

  main {
    margin-top: 90px;
  }
}

@media(max-width: 1200px){
  header .main-menu .inner {
    grid-template-columns: 1fr;
  }
  header .menu-right {
    display: none;
  }
}

@media (max-width: 1024px) {
  header .download-widget {
    width: 50%;
    align-items: flex-start;
  }
  header .tablet-mockup {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  header .download-widget {
    width: 100%;
    align-items: center;
  }
  header .download-info {
    align-items: center;
  }
  header .text-icon-row {
    flex-direction: column;
    text-align: center;
  }
  header .text-icon-row p {
    text-align: center;
  }
  main {
    margin-top: 60px;
  }
}


footer {
  margin-top: auto;
}

.footer {
  background-color: var(--hot-red);
  padding: 0 50px 30px 50px;
  gap: 75px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .logo img {
  height: 75px;
  width: auto;
}

.footer .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer .icons {
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer .icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--salt-white);
  border-radius: 50%;
  text-decoration: none;
  transition: background-color 0.2s;
  color: white;
}
.footer .icons a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.footer .gsarn {
  text-decoration: none;
}
.footer .gsarn img {
  height: 50px;
  width: auto;
}

@media (max-width: 540px) {
  .footer {
    padding: 0 15px 30px 15px;
  }
  .footer .gsarn img {
    height: 40px;
  }
  .footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}


.page-actions {
  position: fixed;
  top: 50%;
  inset-inline-end: 5px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  z-index: 20;
}
.page-actions a,
.page-actions button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hot-red);
  border: 1px solid var(--hot-red);
  background-color: white;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.page-actions a:hover,
.page-actions button:hover {
  background-color: var(--hot-red);
  color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.page-actions a svg,
.page-actions button svg {
  width: 20px;
  height: auto;
}
.page-actions a#nextlink,
.page-actions a#prevlink {
  background-color: var(--hot-red);
  color: white;
}
.page-actions a#back-to-top {
  transition: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
  fill: white;
  background-color: var(--hot-red);
}
.page-actions a#nextlink svg,
.page-actions a#prevlink svg {
  width: 25px;
  height: auto;
}

html[lang="ar"] .page-actions a#nextlink svg,
html[lang="ar"] .page-actions a#prevlink svg {
  transform: scaleX(-1);
}

/* ======================================
   TWO-COLUMN TEMPLATE (Messages)
   Converted from messages.astro + html.scss
====================================== */

.two-column-container {
  display: flex;
  gap: 50px;
  padding: 50px 50px 0 50px;
  position: relative;
}

@media (max-width: 1024px) {
  .two-column-container {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
    padding: 0 20px;
  }
}

.two-column-container .side-column {
  width: 35%;
}

@media (max-width: 1024px) {
  .two-column-container .side-column {
    width: 100%;
  }
}

.two-column-container .side-column .fixed-side {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}

@media (max-width: 1024px) {
  .two-column-container .side-column .fixed-side {
    padding-bottom: 0;
  }
}

.two-column-container .content-column {
  width: 65%;
  padding-inline-end: 30px;
}

@media (max-width: 1024px) {
  .two-column-container .content-column {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .two-column-container .content-column {
    padding: 0;
  }
}

/* Title Graphic (TitleWithPrefix component) */
.two-column-container .title-graphic {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.two-column-container .title-graphic .prefix-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

.two-column-container .title-graphic .title-graphic-text {
  font-size: var(--text-sm);
  color: var(--hot-red);
  margin: 0;
}

/* Side column h1 */
.two-column-container .side-column h1 {
  margin: 5px 0 15px 0;
}

/* Tagline */
.two-column-container .tagline {
  font-size: var(--text-lg);
  color: var(--hot-red);
  /* white-space: pre-wrap; */
	  width: 70%;
}

/* Image container */
.msg-image-container {
  position: relative;
  margin: 50px 0 80px 0;
}

/* Member image */
.msg-image-container .member {
  position: absolute;
  height: calc(100% + 75px);
  width: auto;
  inset-inline-start: 50%;
  transform: translateX(calc(var(--dir) * -50%));
  bottom: 0;
}

/* Background image */
.msg-image-container .bg {
  width: calc(100% + 80px);
  height: auto;
  margin-inline-end: -80px;
}

.msg-image-container.no-edge .bg {
  margin-inline-end: 0;
  width: 100%;
}

/* Lifter box */
.msg-image-container .lifter-box {
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: var(--hot-red);
  position: absolute;
  bottom: -30px;
  inset-inline-start: -25px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  padding: 25px 20px 20px 30px;
  color: var(--salt-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%, 0 84%);
}

@media (max-width: 1024px) {
  .msg-image-container .lifter-box {
    bottom: -75px;
    inset-inline-start: 0;
    width: 130px;
    padding: 15px;
  }
  .msg-image-container .lifter-box .small-text {
    font-size: var(--text-sm) !important;
  }
  .msg-image-container {
    margin: 50px 0 120px 0;
  }
}

.msg-image-container .lifter-box p {
  margin-bottom: 0;
  color: white;
}

.msg-image-container .lifter-box .large-text {
  font-size: var(--text-lg);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.msg-image-container .lifter-box .small-text {
  font-weight: 400;
	font-size: var(--text-md);
  line-height: 1.1;
}

.text-hot-red {
  color: var(--hot-red);
}
.bg-red {
  background-color: var(--hot-red);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border-radius: 2px;
}

.page-header {
  padding: 100px 0 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.page-header .header-box {
  width: fit-content;
  max-width: 60%;
  padding: 0 50px;
  background-color: white;
  z-index: 2;
  position: relative;
}
.page-header .bg-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 0;
  height: 50px;
  width: auto;
  z-index: 1;
}
.section-title {
  font-size: var(--text-md);
  color: var(--hot-red);
  font-weight: 600;
}
.section-title::before {
  content: "";
  display: block;
  background-image: url(../images/text_prefix.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}

.page-header .text-container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 60%;
  position: relative;
  z-index: 2;
}
.page-header .text-container h1 {
  font-weight: 300;
}
.page-header .pattern-container {
  position: absolute;
  top: calc(50% + 25px);
  inset-inline-start: 60%;
  transform: translateY(-50%) translateX(calc(var(--dir) * -50%));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 1;
}
.page-header .pattern-container .pattern-left,
.page-header .pattern-container .pattern-right {
  height: 50px;
  width: auto;
}
.page-header .pattern-container .header-img-container {
  height: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page-header .pattern-container .header-img-container img {
  width: 100%;
  height: 100%;
  transform: scale(2) rotate(15deg);
  object-fit: contain;
}

.page-header .image-anim-header {
  background-color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 100px 0 30px 0;
}
.page-header .image-anim-header .bg-image-wrapper {
  width: 50%;
  aspect-ratio: 5/3;
  position: relative;
  z-index: 3;
  overflow: hidden;
  transform: rotate(-0.00001deg) translateY(-1px);
}
html[lang="ar"] .page-header .image-anim-header .bg-image-wrapper {
  transform: rotate(0.00001deg) translateY(-1px);
}
.page-header .image-anim-header .bg-image-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transform: scale(1.1);
}
.page-header .image-anim-header .bg-image-wrapper .top-image-cover,
.page-header .image-anim-header .bg-image-wrapper .bottom-image-cover {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
}
.page-header .image-anim-header .bg-image-wrapper .top-image-cover {
  top: 0;
  inset-inline-start: 0;
}
.page-header .image-anim-header .bg-image-wrapper .bottom-image-cover {
  bottom: 0;
  inset-inline-start: 0;
}

html[lang="ar"] .page-header .image-anim-header .bg-image-wrapper .top-image-cover,
html[lang="ar"] .page-header .image-anim-header .bg-image-wrapper .bottom-image-cover {
  transform: scaleX(-1);
}

.page-header .image-anim-header .image-anim-header-text {
  width: 50%;
  padding-block: 0 50px;
  padding-inline: 100px 50px;
  margin-top: -35px;
  z-index: 3;
}
.page-header  .image-anim-header .image-anim-header-text .section-title{
  background-color: white;
  width: fit-content;
  padding-inline-start: 30px;
  margin-inline-start: -30px;
}
.page-header  .image-anim-header .red-line {
  display: block;
  position: absolute;
  height: 1px;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  background-color: var(--hot-red);
  z-index: 2;
}
.page-header  .image-anim-header .red-pattern-img {
  position: absolute;
  bottom: 0;
  inset-inline-end: calc(50% - 50px);
  height: 50px;
  width: auto;
}
.page-content {
  position: relative;
  z-index: 6;
}
@media (max-width: 992px) {
  .page-header .pattern-container {
    display: none;
  }
  .page-header .text-container {
    gap: 0;
  }
  .page-actions {
    top: 100px;
    transform: translateY(0);
  }
  .page-actions #add-to-report,
  .page-actions #download-pdf,
  .page-actions #openMyReport,
  .page-actions #download-center,
  .page-actions #openAccessibility {
    display: none;
  }
  .page-header  .image-anim-header .red-line,
  .page-header  .image-anim-header .red-pattern-img {
    display: none;
  }
  .page-header .image-anim-header .image-anim-header-text {
    width: 40%;
    padding: 0;
    margin: 0;
  }
  .page-header .image-anim-header {
    margin: 0;
    padding-inline-start: 30px;
  }
}

@media(max-width: 768px){
  .image-anim-header {
    flex-direction: column;
    gap: 15px;
  }
  .page-header .image-anim-header .image-anim-header-text {
    width: 100%;
  }
  .page-header .image-anim-header .bg-image-wrapper {
    width: calc(70% + 40px) ;
    margin-inline-start: auto;
    margin-inline-end: -40px;
  }
  .page-header .image-anim-header .bg-image-wrapper img {
    object-fit: cover;
    transform: scale(1.4);
  }
  .page-header .image-anim-header .bg-image-wrapper .bottom-image-cover,
  .page-header .image-anim-header .bg-image-wrapper .top-image-cover {
    display: none;
  }
}

@media (max-width: 540px) {
  .page-header {
    padding: 50px 40px 50px 15px;
  }
  .page-header .header-box {
    width: 100%;
    padding: 0;
  }
  .page-header .bg-pattern {
    display: none;
  }
  .page-content {
    padding: 0 15px;
  }
  .page-header .text-container {
    width: 100%;
  }
  .page-header .image-anim-header {
    padding-inline-start: 10px;
  }
}

/* Tooltip Start */
[tooltip] {
  position: relative;
  z-index: 10;
}
[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  width: max-content;
  max-width: 250px;
  text-align: center;
  top: 50%;
  inset-inline-end: calc(100% + 10px);
  transform: scale(0.95) translateY(-50%);
  pointer-events: none;
  font-size: 11px;
  text-transform: capitalize;
  background-color: var(--hot-red);
  color: white;
  padding: 4px 15px;
  z-index: 9;
  letter-spacing: 1px;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  visibility: hidden;
  opacity: 0;
  transform-origin: calc(50% + calc(var(--dir, 1) * 50%)) 50%;
  transition: 250ms ease-out;
}

[tooltip]:hover::after {
  visibility: visible;
  transform: scale(1) translateY(-50%);
  opacity: 1;
}
/* Tooltip End */

/* Shamith Styles Start */
.download-table {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.download-table .exportToExcel {
    font-size: var(--text-xs);
    text-decoration: none;
    color: var(--hot-red);
    margin: 10px 0;
    font-weight: 400;
    border: 1px solid var(--hot-red);
    padding: 5px 10px;
    transition: all 0.2s ease;
}
.download-table .exportToExcel:hover {
    background-color: var(--hot-red);
    color: white;
}
.download-table .exportToExcel i {
  margin-inline-end: 2.5px;
  color: var(--hot-red);
}
.download-table .exportToExcel:hover i {
  color: white;
}

/* Market overview block start */
.market-overview-head {
  position: relative;
}
.market-overview-head .mo-image-wrapper {
  width: calc(100% - 175px);
  aspect-ratio: 5/3;
  height: auto;
  overflow: hidden;
  position: relative;
}
.market-overview-head .mo-image-wrapper .curtain {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  display: block;
  background-color: var(--graphite-black);
  z-index: 4;
}
.market-overview-head .mo-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  height: 75%;
  width: 75%;
  z-index: 2;
  background: #ffffff;
  background: linear-gradient(
    215deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.market-overview-head .mo-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.market-overview-head .mo-image-wrapper img:not(.active) {
  display: none;
}
.market-overview-head .mo-tab-selector {
  position: absolute;
  bottom: 50px;
  inset-inline-end: 0;
  display: flex;
  gap: 7.5px;
  z-index: 5;
}
.market-overview-head .mo-tab-selector a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  aspect-ratio: 1/1;
  background-color: var(--salt-white);
  padding: 15px;
  text-decoration: none;
  color: var(--gray3);
  transition: all 0.3s ease;
}
.market-overview-head .mo-tab-selector a span {
  font-weight: 500;
  line-height: 1.2;
}
.market-overview-head .mo-tab-selector a.active {
  background-color: var(--hot-red);
  color: white;
}
.market-overview-head .mo-tab-selector a:hover {
  transform: translateY(-5px);
}
.market-overview-head .mo-tab-selector i {
  height: 50px;
  margin-inline-start: auto;
}
.market-overview-head .mo-tab-selector i svg {
  height: 100% !important;
  width: auto !important;
  fill: var(--gray3) !important;
}
.market-overview-head .mo-tab-selector i svg path,
.market-overview-head .mo-tab-selector i svg rect {
  fill: inherit !important;
}
.market-overview-head .mo-tab-selector a.active i svg {
  fill: white !important;
}

.market-overview-head .tab-lifter-text {
  position: absolute;
  bottom: 50px;
  inset-inline-start: 30px;
  width: 30%;
  z-index: 3;
}
.market-overview-head .tab-lifter-text p {
  font-size: var(--text-md);
  font-weight: 400;
  color: white;
  margin: 0;
}
.market-overview-head .tab-lifter-text p:not(.active) {
  display: none;
}

.market-overview-content {
  margin-top: 15px;
  padding-inline-end: 175px;
}
.market-overview-content .mo-content-block:not(.active) {
  display: none;
}

@media (min-width: 1490px) {
  .market-overview-head .mo-image-wrapper {
    width: calc(100% - 200px);
  }
  .market-overview-content {
    padding-inline-end: 200px;
  }
  .market-overview-head .mo-tab-selector a {
    width: 175px;
  }
}

@media (max-width: 1200px) {
  .market-overview-head {
    margin-bottom: 150px;
  }
  .market-overview-head .mo-image-wrapper {
    width: 100%;
  }
  
  .market-overview-content {
    padding-inline-end: 0;
  }
  .market-overview-head .mo-tab-selector {
    bottom: initial;
    top: 100%;
    width: 100%;
  }
  .market-overview-head .mo-tab-selector a {
    width: 100%;
    aspect-ratio: initial;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .market-overview-head .mo-tab-selector i {
    height: 30px;
    margin-inline-start: initial;
  }
}

@media (max-width: 768px) {
  .market-overview-head .tab-lifter-text {
    width: 100%;
    inset-inline-start: 0;
    bottom: 0;
    padding-inline-start: 15px;
    padding-bottom: 15px;
    padding-inline-end: 50px;
    text-wrap: balance;
  }
  .market-overview-head .mo-tab-selector a {
    font-size: var(--text-xs);
    padding: 10px;
  }
}
/* Market overview block end */

/* red header box start */
.red-header-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.red-header-box .header {
  padding: 25px 25px 60px 25px;
  background-color: var(--hot-red);
  color: white;
  position: relative;
  overflow: hidden;
}
.red-header-box .header::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: white;
  position: absolute;
  top: 7px;
  inset-inline-start: 7px;
  transition: all 0.7s ease;
}
.red-header-box:hover .header::before {
  transform: rotate(360deg);
}
.red-header-box .header > * {
  margin: 0;
}
.red-header-box .header .right-pattern {
  position: absolute;
  height: 25px;
  width: auto;
  bottom: 15px;
  inset-inline-end: 0;
  transition: all 0.5s ease;
}
.red-header-box:hover .header .right-pattern {
  transform: translateX(calc(var(--dir) * 60px));
}

.red-header-box .box {
  background-color: var(--salt-white);
  padding: 25px;
  transition: all 0.3s ease;
}
.red-header-box .box:hover {
  transform: translateX(calc(var(--dir) * 10px));
}
.red-header-box .box p:last-child {
  margin: 0;
}
/* red header box end */

/* two pattern header start */
.two-pattern-header {
  text-align: center;
  background-color: var(--hot-red);
  padding: 10px;
  color: white;
  position: relative;
  overflow: hidden;
}
.two-pattern-header h2,
.two-pattern-header h3,
.two-pattern-header h4,
.two-pattern-header h5,
.two-pattern-header h6 {
  color: white;
  line-height: 1;
  padding: 2px 10px;
  background-color: var(--hot-red);
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto;
}
.two-pattern-header * {
  margin: 0;
}
.two-pattern-header .left-pattern,
.two-pattern-header .right-pattern {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: auto;
  transition: all 0.5s ease;
  z-index: 1;
}
.two-pattern-header .left-pattern {
  inset-inline-start: 0;
}
.two-pattern-header .right-pattern {
  inset-inline-end: 0;
}
.two-pattern-header:hover .left-pattern {
  transform: translateX(calc(var(--dir) * -30px)) translateY(-50%);
}
.two-pattern-header:hover .right-pattern {
  transform: translateX(calc(var(--dir) * 30px)) translateY(-50%);
}

.grey-header {
  text-align: center;
  background-color: var(--iron-gray);
  padding: 10px;
  color: white;
  position: relative;
}
.grey-header  * {
  margin: 0;
}

@media(max-width: 768px){
  .two-pattern-header .left-pattern,
  .two-pattern-header .right-pattern {
    display: none;
  }
}
/* two pattern header end */

/* corner cut shape start */

/* corner cut shape end */
[corner-cut] {
  --cut: 20px;
  --b: 1px;
  --color: var(--hot-red);
  --bg: white;

  height: 100%;
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background: var(--color);
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut))
  );
}
[corner-cut]::before {
  content: "";
  position: absolute;
  inset: var(--b);
  background: var(--bg);
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    calc(var(--cut) - var(--b) * 0.5) 100%,
    0% calc(100% - var(--cut) + var(--b) * 0.5)
  );
}
.right-cut[corner-cut] {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0% 100%
  );
}

.right-cut[corner-cut]::before {
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% calc(100% - var(--cut) + var(--b) * 0.5),
    calc(100% - var(--cut) + var(--b) * 0.5) 100%,
    0% 100%
  );
}

[corner-cut] .box-inner {
  z-index: 2;
}
/* corner cut shape end */

/* three-box-image start */
.three-box-image .box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.three-box-image .box-grid .box {
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}
.three-box-image .box-grid .box .box-inner {
  width: 100%;
}
.three-box-image .box-grid .box .box-header {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  padding: 15px 45px 15px 15px;
  color: white;
  overflow: hidden;
  border: 1px solid var(--hot-red);
  border-bottom: 0;
}
.three-box-image.no-img-variant .box-grid .box .box-header {
  aspect-ratio: initial;
  text-align: center;
  background-color: var(--hot-red);
  padding: 10px 15px;
}
.three-box-image.no-img-variant .box-grid .box .box-header.bg-red-plum {
  background-color: var(--red-plum);
}
.three-box-image.no-img-variant .box-grid .box .box-header.bg-graphite-black {
  background-color: var(--graphite-black);
}
.three-box-image.no-img-variant .box-grid .box .box-header.bg-gray3 {
  background-color: var(--gray3);
}
.three-box-image.no-img-variant .box-grid .box .box-header h4 {
  margin: 0;
  color: white;
}
.three-box-image.no-img-variant .box-grid .box .box-header::after {
  display: none;
}
.three-box-image .box-grid .box .box-header::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(
    265deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 2;
}
.three-box-image .box-grid .box .box-header .bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 1;
  transition: transform 0.5s ease;
  object-fit: cover;
}
.three-box-image .box-grid .box:hover .box-header .bg-img {
  transform: scale(1.2);
}
.three-box-image .box-grid .box:hover {
  transform: translateY(-5px);
}

.three-box-image .box-grid .box .box-header .icon-box {
  z-index: 3;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: var(--hot-red);
  display: flex;
  align-items: center;
  justify-content: center;
}
.three-box-image .box-grid .box .box-header .icon-box img {
  height: 35px;
  max-width: 35px;
  object-fit: contain;
  width: auto;
}
.three-box-image .box-grid .box .box-header .icon-box.top {
  bottom: initial;
  top: 0;
}
.three-box-image .box-grid .box .box-header .text-container {
  position: relative;
  z-index: 3;
}
.three-box-image .box-grid .box .box-content {
  padding: 25px 15px 15px 25px;
  position: relative;
}
.three-box-image .box-grid .box .box-content p:last-of-type {
  margin-bottom: 0;
}
.three-box-image .box-grid .box .box-content:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--hot-red);
  display: block;
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
}
.three-box-image .box-grid .box .box-content .corner-arrow {
  width: 15px;
  height: auto;
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
}
@media (max-width: 992px) {
  .three-box-image .box-grid {
    grid-template-columns: 1fr;
  }
}

.three-box-image.read-more-blocks .box-grid .box .box-content:before {
  display: none;
}
.three-box-image .box-grid .box .box-header .icon-box.top-start {
  inset-inline-end: initial;
  inset-inline-start: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  bottom: initial;
}
.three-box-image.read-more-blocks .box-grid .box .box-header {
  aspect-ratio: 5/3;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}
.three-box-image.read-more-blocks .box-grid .box .box-header::after {
  display: none;
}
.three-box-image.read-more-blocks .box-grid .box .box-content {
  padding: 30px;
}
.three-box-image.read-more-blocks .box-grid .box .box-content > div {
  padding-inline-end: 30px;
}
.three-box-image.read-more-blocks .box-grid .box .box-content h4 {
  color: var(--hot-red);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 500;
}
.three-box-image.read-more-blocks .box-grid .box .box-content p {
  color: var(--graphite-black);
  font-weight: 400;
}
.three-box-image.read-more-blocks .box-grid .box .box-content .box-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 15px 0;
}
.three-box-image.read-more-blocks .box-grid .box .box-content .read-more {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  color: var(--hot-red);
  font-weight: 500;
  font-size: var(--text-sm);
  text-decoration: none;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid var(--hot-red);
}
.three-box-image.read-more-blocks .box-grid .box .box-content .read-more img {
  height: 12px;
  width: auto;
}

@media(max-width: 768px){
  .three-box-image.read-more-blocks .box-grid .box .box-content {
    padding: 30px;
  }
}

/* three box image end */

/* accordion start */
.accordion-container {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.accordion-container:hover {
  transform: translateX(calc(var(--dir) * 5px));
}
.accordion-container .accordion-header {
  text-decoration: none;
  display: block;
  color: var(--graphite-black);
  padding: 30px;
  border-bottom: 1px solid white;
  background-color: var(--salt-white);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.accordion-container.bg-none-accordion {
  border-bottom: 1px solid var(--hot-red);
  border-top: 1px solid var(--hot-red);
  clip-path: none;
  margin-bottom: 30px;
}
.accordion-container.bg-none-accordion h3 {
  font-weight: 300;
}
.accordion-container.bg-none-accordion .accordion-header {
  background-color: white;
  border-bottom: none;
}
.accordion-container .accordion-header > * {
  margin: 0;
}
.accordion-container .accordion-header h2 {
  font-weight: 300;
}
.accordion-container .accordion-header i {
  display: block;
  width: 25px;
  min-width: 25px;
  transition: all 0.5s ease;
}
.accordion-container .accordion-header i img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
html[lang="ar"] .accordion-container .accordion-header i img {
  transform: scaleX(-1);
}
.accordion-container.is-active .accordion-header i {
  transform: rotate(calc(var(--dir) * 90deg));
}
.accordion-container .accordion-content {
  display: none;
  padding: 30px;
  border-bottom: 1px solid var(--salt-white);
}

.note-slider-content .accordion-container:hover {
  transform: initial;
}
.note-slider-content .accordion-container .accordion-header {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}
.note-slider-content .accordion-container .accordion-header i {
  display: none;
}
.note-slider-content .accordion-container .accordion-content {
  display: block;
  padding: 0;
}
/* accordion end */

/* three operating platforms start */
.three-operating-platforms {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.three-operating-platforms .top-block {
  border: 1px solid var(--hot-red);
  border-bottom: none;
  padding: 30px 15px 0 15px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 0 calc(100% - 25px));
  height: 100%;
  display: flex;
  flex-direction: column;
}
.three-operating-platforms .top-block .top-header > div:first-child {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.three-operating-platforms .top-block .top-header img {
  height: 30px;
  width: auto;
}
.three-operating-platforms .top-block .top-header h4 {
  margin: 0;
  font-weight: 500;
  color: var(--hot-red);
}
.three-operating-platforms .top-block .top-header h5 {
  margin: 0;
}
.three-operating-platforms .top-block .top-header > div:last-child {
  border-top: 1px solid var(--graphite-black);
  border-bottom: 1px solid var(--graphite-black);
  padding: 5px 0;
  margin: 10px 0 0 0;
}
.three-operating-platforms .top-block .top-content {
  padding: 15px;
}
.three-operating-platforms .top-block .top-footer {
  margin-top: auto;
  width: calc(100% + 32px);
  margin-inline-start: -16px;
  position: relative;
  overflow: hidden;
}
.three-operating-platforms .top-block .top-footer img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}
.three-operating-platforms .top-block:hover .top-footer img {
  transform: scale(1.2);
}
.three-operating-platforms .top-block .top-footer .icon-box {
  position: absolute;
  top: 10px;
  inset-inline-start: 10px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 2;
  background-color: var(--hot-red);
}

@media (max-width: 1200px) {
  .three-operating-platforms {
    width: 60%;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .three-operating-platforms {
    width: 100%;
  }
}
/* three operating platforms end */

/* tab selector start */
.tab-selector {
  margin-top: 30px;
  display: flex;
  border: 1px solid var(--hot-red);
}
.tab-selector a {
  flex: 1;
  display: block;
  padding: 10px;
  line-height: 1;
  width: fit-content;
  text-decoration: none;
  color: var(--hot-red);
  font-size: var(--text-sm);
  font-weight: 500;
  transition: all 0.3s ease;
}
.tab-selector a:first-child {
  flex: 1.8;
}
.tab-selector a:not(:last-child) {
  border-inline-end: 1px solid var(--hot-red);
}
.tab-selector a.active {
  background-color: var(--hot-red);
  color: white;
}
.tab-content-container {
  margin-top: 15px;
}
.tab-content-container .tab-content:not(.active) {
  display: none;
}
@media (max-width: 768px) {
  .tab-selector {
    flex-direction: column;
  }

  .tab-selector a:first-child,
  .tab-selector a {
    width: 100%;
    flex: 1;
  }

  .tab-selector a:not(:last-child) {
    border-inline-end: none;
    border-bottom: 1px solid var(--hot-red);
  }
}
/* tab selector end */


/* business model start */
.business-model-container {
  margin-top: 50px;
}

.business-model-container .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: start;
  gap: 15px;
}
.business-model-container .bm-box > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.business-model-container .bm-box {
  padding: 15px;
  border: 1px solid var(--hot-red);
  position: relative;
  transition: all 0.3s ease;
  background-color: white;
}
.business-model-container .bm-box:hover {
  transform: translateY(-5px);
}
.business-model-container .bm-box.hovering {
  opacity: 0.5;
}
/* .business-model-container .bm-box::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  inset-inline-start: 5px;
  background-color: var(--hot-red);
} */
.business-model-container .bm-box .bm-box-inner h4 {
  margin: 0;
  font-size: var(--text-md);
  font-weight: 500;
}
.business-model-container .bm-box .bm-box-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}
.business-model-container .bm-box i {
  font-size: 1rem;
  color: var(--hot-red);
  transition: all 0.5s ease;
}
.business-model-container .bm-box.is-active  i {
  transform: rotate(180deg);
}
.business-model-container .bm-box .bm-box-inner p:last-of-type {
  margin: 0;
}
.business-model-container .bm-box .bm-box-inner .bm-box-content {
  display: none;
  padding-top: 15px;
}

.business-model-container .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.business-model-container .grid-3 > div {
  display: flex;
  flex-direction: column;
}
.business-model-container .grid-3 .grid-head {
  background-color: var(--red-plum);
  color: white;
  padding: 15px;
  text-align: center;
}
.business-model-container .grid-3 > div:nth-child(2) .grid-head {
  background-color: var(--hot-red);
}
.business-model-container .grid-3 .grid-head * {
  margin: 0;
  color: white;
}
.business-model-container .grid-3 .grid-head p {
  text-wrap: balance;
}
.business-model-container .grid-3 .grid-head h2 {
  font-size: var(--text-md);
}
.business-model-container .grid-3 .grid-content {
  background-color: var(--salt-white);
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  padding-block: 15px 15px;
  padding-inline: 15px 7.5px;
}
.business-model-container .grid-3 > div:nth-child(1) .grid-content{
  padding-block: 15px 15px;
  padding-inline: 15px 7.5px;
}
.business-model-container .grid-3 > div:nth-child(2) .grid-content{
  padding-block: 15px 15px;
  padding-inline: 7.5px 7.5px;
}
.business-model-container .grid-3 > div:nth-child(3) .grid-content{
  padding-block: 15px 15px;
  padding-inline: 7.5px 15px;
}

.business-model-container .grid-3 .grid-content .bm-box {
  height: 100%;
}
.business-model-container .grid-3 .three-box-image .box-grid {
  grid-template-columns: 1fr;
  height: 100%;
}
.business-model-container .grid-3 .three-box-image .box-grid .box:hover {
  transform: none;
}
.business-model-container .grid-3 .three-box-image .box-grid .box-content {
  display: none;
  background-color: white;
  border: 1px solid var(--hot-red);
}
.business-model-container .grid-3 .three-box-image .box-grid .box-header {
  cursor: pointer;
}
.business-model-container .grid-3 .three-box-image .box-grid .box-header i {
  position: absolute;
  bottom: 15px;
  inset-inline-end: 15px;
  color: white;
  z-index: 4;
  transition: all 0.3s ease;
}
.business-model-container .grid-3 .three-box-image .box-grid .box.is-active .box-header i {
  transform: rotate(180deg);
}


@media(max-width: 992px) {
  .business-model-container .grid-5 {
    grid-template-columns: 1fr;
  }
  .business-model-container .grid-3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .business-model-container .grid-3 > div:nth-child(1) .grid-content,
  .business-model-container .grid-3 > div:nth-child(2) .grid-content,
  .business-model-container .grid-3 > div:nth-child(3) .grid-content{
    padding: 15px;
  }
}
/* business model end */

/* bod start */
.bod-block {
  background: #000000;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(243, 243, 243, 0.55) 100%
  );
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  margin-bottom: 45px;
}
.bod-block .bod-header {
  padding: 15px 30px 60px 30px;
  position: relative;
  cursor: pointer;
}
.bod-block .bod-header .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--hot-red);
}
.bod-block .bod-header .title h4 {
  margin: 0;
  font-weight: 500;
  width: calc(50% - 60px);
}
.bod-block .bod-header .title p {
  font-size: 0.8rem;
  margin-top: 7px;
  font-weight: 300;
}
.bod-block .bod-header .title h4::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--hot-red);
  transform: translateX(calc(var(--dir) * -15px));
  transition: all 1s ease;
}
.bod-block:hover .bod-header .title h4::before {
  transform: translateX(calc(var(--dir) * -15px)) rotate(360deg);
}
.bod-block .bod-header .summary {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bod-block .bod-header .summary p {
  margin: 0;
}
.bod-block .bod-header .summary > div p:first-of-type {
  font-weight: 500;
  color: var(--hot-red);
}
.bod-block .bod-header .member-img {
  position: absolute;
  inset-inline-end: 60px;
  bottom: 0;
  height: auto;
  width: 50%;
  max-height: calc(100% + 30px);
  object-fit: contain;
  transition: all 0.5s ease;
  transform-origin: bottom center;
}
.bod-block.blurred .bod-header .member-img {
  filter: grayscale(1);
}
.bod-block:hover .bod-header .member-img,
.bod-block.is-active .bod-header .member-img {
  transform: scale(0.95);
}
.bod-block .bod-header i {
  position: absolute;
  bottom: 15px;
  inset-inline-end: 15px;
  width: 25px;
  height: 25px;
  display: block;
  transition: all 0.5s ease;
}
.bod-block.is-active .bod-header i {
  transform: rotate(90deg);
}
.bod-block .bod-header i img {
  width: 100%;
  height: auto;
  transform: scaleX(calc(var(--dir) * 1));
}

.bod-block .bod-content {
  border-top: 1px solid var(--hot-red);
  padding: 30px;
  display: none;
}

@media (max-width: 992px) {
  .bod-block .bod-header {
    padding: 15px 30px 0 30px;
    display: flex;
    flex-direction: column;
  }
  .bod-block .bod-header .member-img {
    position: relative;
    bottom: initial;
    inset-inline-end: initial;
    width: 75%;
    margin: 0 auto;
  }
  .bod-block .bod-header .title h4,
  .bod-block .bod-header .summary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bod-block .bod-header .member-img {
    width: 90%;
  }
  .bod-block .bod-content .tab-selector {
    flex-direction: column;
  }
  .bod-block .bod-content .tab-selector a:first-child,
  .bod-block .bod-content .tab-selector a {
    width: 100%;
    flex: 1;
  }
  .bod-block .bod-content .tab-selector a:not(:last-child) {
    border-inline-end: none;
    border-bottom: 1px solid var(--hot-red);
  }
}
/* bod end */

/* management start */
.management-block {
  padding: 30px 15px;
  border-bottom: 1px solid var(--hot-red);
}
.management-container .management-block:nth-of-type(1) {
  border-top: 1px solid var(--hot-red);
}
.management-block .block-header {
  display: flex;
  cursor: pointer;
  position: relative;
}
.management-block .block-header i {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 25px;
  height: 25px;
  display: block;
  transition: all 0.5s ease;
}
.management-block.is-active .block-header i {
  transform: rotate(90deg);
}
.management-block .block-header i img {
  width: 100%;
  height: auto;
  transform: scaleX(calc(var(--dir) * 1));
}
.management-block .block-header .left {
  flex: 6;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding-inline-end: 30px;
}
.management-block .block-header .left > div {
  flex: 1;
}
.management-block .block-header .left .img-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
}
.management-block .block-header .left .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management-block .block-header .left h4 {
  margin: 0;
  font-weight: 500;
  transition: all 0.3s ease;
}
.management-block .block-header:hover .left h4,
.management-block.is-active .block-header .left h4 {
  color: var(--hot-red);
}
.management-block .block-header .left h4::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--hot-red);
  transform: translateX(calc(var(--dir) * -15px));
  transition: all 1s ease;
}
.management-block .block-header:hover .left h4::before {
  transform: translateX(calc(var(--dir) * -15px)) rotate(360deg);
}
.management-block .block-header .right {
  flex: 4;
  padding: 0 30px;
  position: relative;
}
.management-block .block-header .right .separator-line {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  height: 100%;
  width: auto;
}
.management-block .block-header .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.management-block .block-header .right p {
  margin: 0;
}
.management-block .block-header .right > div p:first-of-type {
  font-weight: 500;
  color: var(--hot-red);
}
.management-block .block-content {
  padding-top: 30px;
  display: none;
}

@media (max-width: 992px) {
  .management-block .block-header {
    flex-direction: column;
    gap: 15px;
  }
  .management-block .block-header .left {
    flex: initial;
    padding: 0;
  }
  .management-block .block-header .right {
    flex: initial;
    padding: 0;
    padding-inline-end: 30px;
  }
  .management-block .block-header .right .separator-line {
    display: none;
  }
}
/* management end */

/* year timeline start */
.year-timeline-container {
  position: relative;
}
.year-timeline-container .absolute-lifter {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
}
.year-timeline-container .yt-grid {
  display: flex;
  justify-content: center;
  position: relative;
}
.year-timeline-container .yt-grid .middle-line {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.year-timeline-container .yt-grid .middle-line .dotted-line {
  width: 0;
  min-height: 300px;
  height: 100%;
  border-inline-start: 3px dashed var(--hot-red);
  z-index: 1;
}
.year-timeline-container .yt-grid .middle-line .truck {
  width: 80px;
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  inset-inline-start: calc(50% - calc(var(--dir) * 6px));
  transform: translateX(calc(var(--dir) * -50%));
}
.year-timeline-container .yt-grid .left-items {
  flex: 1;
}
.year-timeline-container .yt-grid .right-items {
  text-align: start;
  flex: 1;
}
.year-timeline-container .month-box {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.year-timeline-container .month-box.left-item {
  transform: translateX(calc(var(--dir) * (-100% - 100px)));
  align-items: flex-end;
}
.year-timeline-container .month-box .month-title {
  position: relative;
  padding: 10px 30px;
}
.year-timeline-container .month-box .month-title h4 {
  margin: 0;
  font-size: var(--text-md);
  color: var(--hot-red);
  line-height: 1;
}
.year-timeline-container .month-box .month-content {
  padding: 15px 0 0 0;
}
.year-timeline-container .month-box::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--hot-red);
  position: absolute;
  top: 7.5px;
}
.year-timeline-container .month-box::before {
  inset-inline-start: -57.5px;
  inset-inline-end: initial;
}
.year-timeline-container .month-box.left-item::before {
  inset-inline-end: -57.5px;
  inset-inline-start: initial;
}

.year-timeline-container .month-box .month-content .img-container {
  width: 80%;
  height: auto;
}
.year-timeline-container .month-box .month-content .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.year-timeline-container .month-box[data-order="1"] {
  margin-top: 330px;
}
.year-timeline-container .month-box[data-order="2"] {
  margin-top: -100px;
}
.year-timeline-container .month-box[data-order="3"] {
  margin-top: -200px;
}
.year-timeline-container .month-box[data-order="4"] {
  margin-top: -175px;
}
.year-timeline-container .month-box[data-order="6"] {
  margin-top: -175px;
}
.year-timeline-container .month-box[data-order="7"] {
  margin-top: -175px;
}
.year-timeline-container .month-box[data-order="8"] {
  margin-top: -175px;
}
.year-timeline-container .month-box[data-order="11"] {
  margin-top: -250px;
}
.year-timeline-container .month-box[data-order="12"] {
  margin-top: -115px;
}

@media (max-width: 992px) {
  .year-timeline-container .absolute-lifter {
    position: relative;
    margin-bottom: 50px;
  }
  .year-timeline-container .yt-grid .left-items {
    display: none;
  }
  .year-timeline-container .month-box.left-item {
    transform: translateX(0);
    align-items: flex-start;
  }
  .year-timeline-container .month-box.left-item::before {
    inset-inline-start: -57.5px;
    inset-inline-end: initial;
  }
  .year-timeline-container .month-box {
    margin-top: 0 !important;
  }
}

@media (max-width: 540px) {
  .year-timeline-container .yt-grid .middle-line {
    width: 75px;
  }
  .year-timeline-container .yt-grid .middle-line .truck {
    width: 60px;
  }
  .year-timeline-container .month-box::before {
    width: 12px;
    height: 12px;
    inset-inline-start: -43.5px !important;
  }
}
/* year timeline end */

/* sal journey start */
.sal-journey {
  position: relative;
}
.sal-journey .top-line {
  width: 100%;
  height: 1px;
  background-color: var(--hot-red);
  transform: translateY(15px);
}
.sal-journey .journey-swiper {
  width: 100%;
  overflow-x: hidden;
}

.sal-journey .next-previous-icons button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(calc(var(--dir) * 1));
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--hot-red);
  font-size: 2rem;
}
.sal-journey .next-previous-icons button.swiper-button-disabled {
  opacity: 0.5;
}
.sal-journey .next-previous-icons button#previous-journey {
  inset-inline-start: 75px;
}
.sal-journey .next-previous-icons button#next-journey {
  inset-inline-end: 75px;
}
.sal-journey .journey-swiper .swiper-wrapper {
  align-items: stretch;
  margin-top: 75px;
}
.sal-journey .journey-swiper .journey-card {
  background-color: var(--salt-white);
  padding: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  position: relative;
  border: 1px solid var(--salt-white);
  transition: all 0.3s ease;
}
.sal-journey .journey-swiper .journey-card:hover {
  border: 1px solid var(--iron-gray);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sal-journey .journey-swiper .journey-card::before {
  content: "";
  width: 1px;
  height: 75px;
  position: absolute;
  bottom: 100%;
  inset-inline-start: 50%;
  transform: translateX(calc(var(--dir, 1) * -50%));
  background-color: var(--hot-red);
}
.sal-journey .journey-swiper .journey-card::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 100%;
  inset-inline-start: 50%;
  transform: translateX(calc(var(--dir, 1) * -50%)) translateY(-45px);
  background-color: white;
  border: 1px solid var(--hot-red);
  border-radius: 50%;
}
.sal-journey .journey-swiper .journey-card img {
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-top: auto;
}
.sal-journey .journey-swiper .journey-card p {
  margin: 0;
}
.sal-journey .journey-swiper .journey-card p:nth-child(1) {
  font-size: var(--text-lg);
  font-weight: 200;
}
.sal-journey .journey-swiper .journey-card p:nth-child(2) {
  font-size: var(--text-lg);
  font-weight: 500;
  color: var(--hot-red);
}
.sal-journey .journey-swiper .journey-card p:nth-child(3) {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media(min-width: 1490px){
  .sal-journey .next-previous-icons button#previous-journey {
    inset-inline-start: 150px;
  }
  .sal-journey .next-previous-icons button#next-journey {
    inset-inline-end: 150px;
  }
}

@media(min-width: 1700px){
  .sal-journey .next-previous-icons button#previous-journey {
    inset-inline-start: 250px;
  }
  .sal-journey .next-previous-icons button#next-journey {
    inset-inline-end: 250px;
  }
}

@media(max-width: 992px){
  .next-previous-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
  }
  .sal-journey .next-previous-icons button {
    position: relative;
    top: initial;
    transform: scaleX(calc(var(--dir) * 1));
    inset-inline-start: initial !important;
    inset-inline-end: initial !important;
  }
}
/* sal journey end */

.anim-image-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.anim-image-container img {
  width: 100%;
  height: auto;
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}
.anim-image-container .curtain1,
.anim-image-container .curtain2,
.anim-image-container .curtain3 {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;

}
.anim-image-container .curtain1 {
  background-color: var(--hot-red);
  z-index: 4;
}
.anim-image-container .curtain2 {
  background-color: var(--graphite-black);
  z-index: 3;
}
.anim-image-container .curtain3 {
  background-color: var(--iron-gray);
  z-index: 2;
}

/* read more button */
.read-more-btn {
  display: inline-block;
  padding-block: 10px 10px;
  padding-inline: 20px 35px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: var(--text-sm);
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
  width: fit-content;
}
.read-more-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url('../images/icons/white-corner-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  inset-inline-end: 5px;
  transform: scaleX(calc(var(--dir) * 1));
}
.read-more-btn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  background-color: white;
  transition: all 0.3s ease;
  z-index: -1;
}
.read-more-btn:hover::before {
  width: 100%;
}
.read-more-btn:hover {
  transform: translate(3px, -3px);
  color: var(--hot-red);
}
.read-more-btn:hover::after {
  background-image: url('../images/icons/red-corner-arrow.svg');
}

.read-more-btn.red-btn {
  border: 1px solid var(--hot-red);
  color: var(--hot-red);
  background-color: white;
}
.read-more-btn.red-btn::after {
  background-image: url('../images/icons/red-corner-arrow.svg');
}
.read-more-btn.red-btn::before {
  background-color: var(--hot-red);
}
.read-more-btn.red-btn:hover {
  color: white;
}
.read-more-btn.red-btn:hover::after {
  background-image: url('../images/icons/white-corner-arrow.svg');
}

/* home landing section */
.landing-section {
  width: 100%;
  height: 92vh;
  --plyr-color-main: var(--hot-red);
}

.landing-section .plyr,
.landing-section .plyr__video-wrapper,
.landing-section .plyr video {
  width: 100%;
  height: 100%;
}
.landing-section .plyr video {
  object-fit: cover;
}

.landing-section .plyr__poster {
  background-size: cover;
  background-position: center;
}

/* title prefix */
.title-prefix::before {
  content: "";
  display: block;
  background-image: url(../images/text_prefix.svg);
  background-size: contain;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
}
.title-prefix.title-prefix-white::before {
  background-image: url(../images/patterns/white_text_prefix.svg);
}

.split-word {
  vertical-align: text-top;
}

/* theme of the year section */
.theme-of-year {
  width: 100%;
  height: calc(100vh - 75px);
  background-color: var(--hot-red);
  padding: 100px;
  gap: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.theme-of-year h2 {
  font-size: var(--text-6xl);
  font-weight: 600;
  color: white;
  line-height: 1;
}
.theme-of-year p {
  color: white;
  font-size: var(--text-2xl);
  font-weight: 300;
  line-height: 1.1;
}
.theme-of-year > div:nth-child(1) {
  flex: 2;
  position: relative;
  z-index: 2;
}
.theme-of-year > div:nth-child(2) {
  margin-top: auto;
  flex: 3;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.theme-of-year .bg-img {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  opacity: 0.8;
}
.theme-of-year .read-more-btn {
  margin-inline-start: auto;
}

/* msgs section */
.msgs-section {
  width: 100vw;
  height: calc(100vh - 75px);
  display: flex;
  position: relative;
}
.msgs-section .top-pattern {
  position: absolute;
  top: 50px;
  inset-inline-start: 0;
  height: 60px;
  width: auto;
  z-index: 4;
}
.msgs-section .msgs-inner {
  display: flex;
  width: 100%;
  height: 100%;
}
.msgs-section .msgs-container {
  width: 100vw;
  height: 100%;
  min-width: 100vw;
  background: #ffffff;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 215px 100px 50px 100px;
}
.msgs-section .msgs-container .member-img {
  height: 70%;
  width: auto;
  position: absolute;
  bottom: 0;
  inset-inline-start: 50%;
  transform: translateX(calc(var(--dir) * -50%));
  z-index: 3;
}
.msgs-section .chairman-block.msgs-container .member-img {
  inset-inline-start: 60%;
}
.msgs-section .msgs-container .bg-pattern {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.msgs-section .msgs-container > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.msgs-section .msgs-container > div:last-of-type {
  align-items: flex-end;
  text-align: end;
  margin-top: 100px;
}
.msgs-section .msgs-container > div:first-of-type h2 {
  font-size: var(--text-6xl);
  font-weight: 600;
  line-height: 1;
  color: var(--graphite-black);
}
html[lang="ar"] .msgs-section .msgs-container > div:first-of-type h2 {
  line-height: 1.1;
}
.msgs-section .msgs-container > div:first-of-type p {
  font-size: var(--text-lg);
  color: var(--hot-red);
  font-weight: 300;
  margin-bottom: 30px;
}
.msgs-section .msgs-container > div:last-of-type p {
  margin-bottom: 0;
  color: var(--hot-red);
}

html[lang="ar"] .msgs-section .msgs-container > div:last-of-type p.text-4xl {
  line-height: 1.1;
  margin-bottom: 10px;
}

/* home sal at a glance */
.sal-at-glance {
  padding: 50px 0;
}
.sal-at-glance h2 {
  font-size: var(--text-6xl);
  color: var(--graphite-black);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.sal-at-glance .at-a-glance-grid {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 30px;
  align-items: end;
}
.sal-at-glance .at-a-glance-grid > div {
  min-width: 0;
}
.sal-at-glance .at-a-glance-grid:last-of-type {
  align-items: start;
  margin-top: 100px;
}
.sal-at-glance .red-dots-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 15px 30px;
  border-top: 1px solid var(--hot-red);
  border-bottom: 1px solid var(--hot-red);
}
.sal-at-glance .red-dots-container p {
  font-weight: 400;
  color: var(--hot-red);
  margin: 0;
}
.sal-at-glance .red-dots-container p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--hot-red);
  margin-inline-end: 10px;
  transform: translate(calc(var(--dir, 1) * -10px), -2px);
}
.sal-at-glance .box-grid {
  overflow: hidden;
  width: 100%;
}
.sal-at-glance .box-grid .swiper-wrapper  {
  align-items: stretch;
}

.sal-at-glance .box-grid .box .box-inner {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--salt-white);
  padding: 15px;
  padding-inline-start: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: end;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 0 calc(100% - 25px));
}
.sal-at-glance .box-grid .box .box-inner img {
  width: 40px;
  height: auto;
  position: absolute;
  inset-inline-start: 15px;
  top: 15px;
}
.sal-at-glance .box-grid .box .pattern svg {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.sal-at-glance .box-grid .box .pattern svg path {
  transition: all 0.3s ease;
}
.sal-at-glance .box-grid .box:hover .pattern svg path {
  fill: var(--hot-red);
}
.sal-at-glance .box-grid .box p {
  font-size: var(--text-4xl);
  color: var(--hot-red);
  line-height: 1;
  font-weight: 300;
}
.sal-at-glance .text-and-icons-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sal-at-glance .text-and-icons-wrapper p {
  font-size: var(--text-xl);
  color: var(--hot-red);
  font-weight: 300;
  line-height: 1.2;
}
.sal-at-glance .icons-wrapper {
  margin-inline-start: auto;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.sal-at-glance .icons-wrapper button {
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--hot-red);
}
.sal-at-glance .icons-wrapper button.swiper-button-disabled {
  opacity: 0.5;
}
.sal-at-glance .icons-wrapper i {
  font-size: 1.5rem;
  transform: scaleX(calc(var(--dir) * 1));
}

.market-overview-home {
  padding: 50px 0;
}
.market-overview-home h2 {
  font-size: var(--text-6xl);
  color: var(--graphite-black);
  font-weight: 600;
  line-height: 1;
}
.market-overview-home .market-overview-head {
  margin-top: 100px;
}
.market-overview-home .tab-lifter-text {
  bottom: initial;
  top: -50px;
}
.market-overview-home .tab-lifter-text p {
  background-color: var(--hot-red);
  padding: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 0 calc(100% - 25px));
}
.market-overview-home .bottom-content {
  position: absolute;
  bottom: 0;
  inset-inline-start: 30px;
  width: 40%;
  z-index: 2;
}
.market-overview-home .read-more-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 15px 15px 30px;
  background-color: var(--salt-white);
  font-weight: 400;
  z-index: 5;
}
.market-overview-home .read-more-link img {
  height: 12px;
  width: auto;
  transform: scaleX(calc(var(--dir) * 1));
}
.market-overview-home .tag-highlights-text .highlight-block {
  background-color: rgb(0, 0, 0, 0.7);
  padding-block: 30px 30px;
  padding-inline: 45px 30px;
}
.market-overview-home .tag-highlights-text .highlight-block p {
  color: white;
  margin: 0;
}
.market-overview-home .tag-highlights-text .highlight-block p::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--hot-red);
  transform: translate(calc(var(--dir) * -25px), 5px);
}
.market-overview-home .tag-highlights-text .highlight-block p:first-of-type {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid white;
}
.market-overview-home .tag-highlights-text > div:not(.active) {
  display: none;
}

/* 2030 targets section */
.targets-section {
  padding-top: 50px;
}
.targets-section h2 {
  font-size: var(--text-6xl);
  color: var(--graphite-black);
  font-weight: 600;
  line-height: 1.3;
}
.targets-section .targets-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 7.5px;
  gap: 7.5px;
  z-index: 2;
  margin-bottom: -250px;
  position: relative;
}
.targets-section .two-pattern-header {
  z-index: 2;
}
.targets-section .targets-boxes .box {
  position: relative;
  transition: transform 0.3s ease;
}
.targets-section .targets-boxes .box:hover {
  transform: translateY(5px);
}
.targets-section .targets-boxes .box .box-header {
  position: relative;
  background-color: white;
  padding: 30px 55px 60px 30px;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 0 calc(100% - 25px));
  z-index: 2;
}
.targets-section .targets-boxes .box .box-header h4 {
  margin: 0;
  font-weight: 500;
  color: var(--hot-red);
}
.targets-section .targets-boxes .box .box-header i {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: 1px solid var(--hot-red);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.targets-section .targets-boxes .box .box-header i img {
  width: 12px;
  height: auto;
}
.targets-section .targets-boxes .box.is-active .box-header i {
  transform: rotate(90deg);
}

.targets-section .targets-boxes .box .box-content {
  padding: 55px 30px 30px 30px;
  z-index: 1;
  background-color: white;
  /* min-height: 280px; */
  position: absolute;
  top: calc(100% - 25px);
  display: none;
}
.targets-section .targets-boxes .box .box-content > div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--hot-red);
}
.targets-section .targets-boxes .box .box-content > div:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.targets-section .targets-boxes .box .box-content > div p {
  margin: 0;
  font-weight: 300;
}
.targets-section .targets-boxes .box .box-content > div p strong {
  color: var(--hot-red);
  font-weight: 600;
  font-size: var(--text-md);
}

.targets-section .video-canvas-wrapper,
.targets-section .image-wrapper {
  width: 100%;
  overflow: hidden;
  z-index: -1;
  position: relative;
  line-height: 0;
}
#targets-canvas {
  width: 100%;
  height: auto;
  display: block;
}
.targets-section .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media(min-width: 1490px){
  .theme-of-year h2 {
    font-size: 3.5rem;
  }
  .theme-of-year p {
    font-size: var(--text-4xl);
  }
  
  /* .targets-section .targets-boxes .box .box-content {
    min-height: 345px;
  } */
}

@media(min-width: 1700px){
  .theme-of-year h2 {
    font-size: 4.5rem;
  }
  .theme-of-year p {
    font-size: var(--text-6xl);
  }

  .msgs-section .msgs-container {
    padding: 250px 225px 50px 200px;
  }
  .msgs-section .msgs-container .member-img,
  .msgs-section .chairman-block.msgs-container .member-img {
    inset-inline-start: 50%;
  }
  .sal-at-glance .text-and-icons-wrapper .icons-wrapper i {
    font-size: 2rem;
  }
  .sal-at-glance .box-grid .box .box-inner img {
    width: 50px;
  }
}

@media(orientation: portrait){
  .landing-section {
    height: fit-content;
  }
  .landing-section video {
    height: auto;
  }
  .theme-of-year {
    height: fit-content;
    padding: 50px;
  }
  .theme-of-year > div:nth-child(2) {
    margin-top: 250px;
  }

  .msgs-section .top-pattern {
    display: none;
  }
  .msgs-section {
    height: fit-content;
  }
  .msgs-section .msgs-inner {
    flex-direction: column;
  }
  .msgs-section .msgs-container .member-img,
  .msgs-section .chairman-block.msgs-container .member-img {
    inset-inline-start: 50%;
  }

  .targets-section .targets-boxes {
    margin-bottom: -180px;
  }

  .targets-section .targets-boxes .box .box-content {
    min-height: auto;
  }

  .targets-section {
    padding-top: 0;
  }

  .targets-section .image-wrapper img {
    transform: scale(1.2);
  }
}


@media(max-width: 992px){
  .theme-of-year > div:nth-child(2) {
    margin-top: 0;
  }
  .theme-of-year {
    flex-direction: column;
    justify-content: flex-start;
  }
  .theme-of-year p {
    text-wrap: balance;
  }
  .theme-of-year .read-more-btn {
    margin-inline-start: 0;
    width: fit-content;
  }
  .msgs-section .msgs-container {
    padding: 150px 30px 50px 30px;
  }
  .msgs-section .msgs-container .member-img {
    height: 55%;
  }

  .sal-at-glance .at-a-glance-grid {
    grid-template-columns: 1fr;
  }
  .sal-at-glance .at-a-glance-grid:last-of-type {
    margin-top: 30px;
  }
  .sal-at-glance .text-and-icons-wrapper .icons-wrapper {
    margin-inline-start: initial;
    margin-top: 15px;
  }

  .market-overview-home .market-overview-head .mo-tab-selector {
    top: initial;
    bottom: 100%;
  }
  
  .market-overview-home {
    padding: 0;
  }
  .market-overview-home .market-overview-head {
    margin-bottom: 0;
    margin-top: 150px;
  }
  .market-overview-home .tab-lifter-text {
    top: 0;
    inset-inline-start: 0;
  }
  .market-overview-home .tab-lifter-text p {
    background-color: transparent;
    width: 100%;
    padding: 15px;
  }

  .market-overview-home .tag-highlights-text .highlight-block {
    background-color: var(--graphite-black);
  }

  .market-overview-home .bottom-content {
    position: relative;
    width: 100%;
    inset-inline-start: initial;
    display: flex;
    flex-direction: column-reverse;
  }

  .market-overview-home .market-overview-head .mo-image-wrapper::after {
    height: 100%;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 20%, rgba(5, 0, 0, 0.9) 100%);
  }
}

@media(max-width: 768px){
  .msgs-section .msgs-container  {
    flex-direction: column;
    padding: 50px 30px 0 30px;
    gap: 15px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
  }
  .msgs-section .msgs-container .member-img,
  .msgs-section .chairman-block.msgs-container .member-img {
    position: relative;
    width: 80%;
    height: auto;
    object-fit: contain;
    transform: initial;
    inset-inline-start: initial;
    margin-inline-start: auto;
  }
  .msgs-section .msgs-container > div {
    width: 100%;
  }
  .msgs-section .msgs-container > div:last-of-type {
    display: none;
  }
  .msgs-section .msgs-container .bg-pattern {
    height: 20%;
    object-fit: cover;
  }

  .sal-at-glance {
    padding: 50px 15px;
  }
  .market-overview-home {
    padding: 0 15px;
  }

  .targets-section {
    padding: 50px 15px 0 15px;
  }
  .targets-section .targets-boxes  {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 0;
  }
  .targets-section .targets-boxes .box .box-header {
    background-color: var(--salt-white);
  }
  .targets-section .targets-boxes .box .box-content {
    position: relative;
    top: initial;
    padding: 30px;
  }
  .targets-section .video-canvas-wrapper{
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .targets-section .targets-image-block {
    margin-top: 15px;
  }
  .targets-section .image-wrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .targets-section .image-wrapper img {
    transform: scale(1.1);
  }
}

@media(max-width: 540px){
  .landing-section {
    margin-top: 75px;
  }
  .theme-of-year {
    padding: 30px;
  }
  .theme-of-year h2 {
    font-size: var(--text-4xl);
  }
  .theme-of-year p {
    font-size: var(--text-lg);
  }
  .sal-at-glance .box-grid .box p {
    font-size: var(--text-6xl);
  }
  .sal-at-glance .box-grid .box h4 {
    font-size: var(--text-2xl);
  }
  .sal-at-glance .red-dots-container {
    grid-template-columns: 1fr;
  }
  .sal-at-glance .box-grid .box .box-inner img {
    width: 60px;
  } 
}


.fin-statements {
  padding: 100px 0;
  background-color: var(--graphite-black);
}
.fin-statements .fin-statements-inner {
  display: flex;
  width: 100%;
  gap: 30px;
}
.fin-statements h2 {
  color: white;
  font-size: var(--text-6xl);
  font-weight: 600;
  line-height: 1;
  margin-top: 0;
}
.fin-statements .left-column {
  width: 25%;
}
.fin-statements .right-column {
  width: 75%;
}
.fin-statements .box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 30px;
}
.fin-statements .box-grid .box {
  text-decoration: none;
  display: block;
}
.fin-statements .box-grid .box .pattern {
  overflow: hidden;
}
.fin-statements .box-grid .box .pattern svg {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  color: #555;
  transition: color 0.3s ease;
}
.fin-statements .box-grid .box:hover .pattern svg {
  color: var(--hot-red);
}
.fin-statements .box-grid .box .box-inner {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #444;
  margin-top: 7px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25px 100%, 0 calc(100% - 25px));
  transition: background-color 0.3s ease;
}
.fin-statements .box-grid .box:hover .box-inner {
  background-color: #4a4a4a;
}
.fin-statements .box-grid .box .box-inner h4 {
  color: white;
  font-size: var(--text-base);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.fin-statements .box-grid .box .box-inner .box-link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  color: white;
  font-size: var(--text-xs);
  font-weight: 400;
  align-self: flex-end;
  transition: color 0.3s ease;
  line-height: 1;
  border-top: 1px solid var(--hot-red);
  padding-top: 10px;
  width: 100%;
}
.fin-statements .box-grid .box .box-inner .box-link img {
  width: 12px;
  height: 12px;
  transform: scaleX(calc(var(--dir) * 1));
}

@media(max-width: 1200px){
  .fin-statements .fin-statements-inner {
    flex-direction: column;
  }

  .fin-statements .left-column,
  .fin-statements .right-column {
    width: 100%;
  }
}

@media(max-width: 768px){
  .fin-statements {
    padding: 50px 15px;
  }
  .fin-statements .box-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fin-statements .box-grid .box .box-inner h4 {
    font-size: var(--text-sm);
  }
}

.stakeholder-engagement-block {
  margin-bottom: 30px;
}
.stakeholder-engagement-block .seb-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  border-bottom: 2px solid var(--hot-red);
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.stakeholder-engagement-block .seb-head > div {
  padding: 0 15px;
}
.stakeholder-engagement-block .seb-head p {
  font-size: 0.9rem;
  font-weight: 400;
  margin: 0;
}
.stakeholder-engagement-block .seb-content-container {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  align-items: start;
}
.stakeholder-engagement-block .seb-content-container .seb-selectors .seb-selector {
  padding: 15px;
  cursor: pointer;
  background-color: var(--salt-white);
  border-bottom: 5px solid var(--pure-white);
  transition: all 0.3s ease;
}
.stakeholder-engagement-block .seb-content-container .seb-selectors .seb-selector:hover {
  transform: translateX(3px);
}
.stakeholder-engagement-block .seb-content-container .seb-selectors .seb-selector.active {
  background-color: white;
}
.stakeholder-engagement-block .seb-content-container .seb-selectors .seb-selector h4 {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--hot-red);
  margin: 0 0 5px 0;
}
.stakeholder-engagement-block .seb-content-container .seb-selectors .seb-selector p {
  margin: 0;
  font-size: 0.8rem;
}
.stakeholder-engagement-block .seb-content-container .seb-content .seb-content-block > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.stakeholder-engagement-block .seb-content-container .seb-content .seb-content-block > div > div {
  padding: 0 15px;
}
.stakeholder-engagement-block .seb-content-container .seb-content .seb-content-block:not(.active) {
  display: none;
}

.overflow-scroller {
  overflow-x: auto;
}

@media(max-width: 992px){
  .stakeholder-engagement-block {
    width: 200%;
  }
}

@media(max-width: 768px){
  .stakeholder-engagement-block {
    width: 250%;
  }
}

/* Shamith Styles End */

/* Kanishka Styles Start  */
/* operational performance start  */
.op-clip-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%, 0 calc(100% - 25%));
}

.op-three-box-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 44px;
  margin-top: -50px;
}

.op-three-box-grid .box {
  background-color: var(--salt-white);
  padding: 25px;
  padding-top: 30px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    25px 100%,
    0 calc(100% - 25px)
  );
  height: 100%;
  position: relative;
}

.op-three-box-grid .box:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 11px;
    inset-inline-start: 11px;
}

@media (max-width: 991px) {
  .op-three-box-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .op-three-box-grid .box {
    height: auto;
  }

  .op-three-box-grid .box-wrap {
    margin-top: 10px;
  }
}

.op-title-img-wrap {
  aspect-ratio: 3;
  overflow: hidden;
  position: relative;
}
.op-title-img-wrap img {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-title-img-wrap h3 {
  position: absolute;
  color: white;
  bottom: 15%;
  inset-inline-start: 15px;
}

@media (max-width: 991px) {
  .op-title-img-wrap {
    aspect-ratio: 2.5;
  }
}
@media (max-width: 567px) {
  .op-title-img-wrap {
    aspect-ratio: 2;
  }
}


.op-eight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-bottom: 10px;
}

.op-eight-grid .box {
  border: 1px solid var(--hot-red);
  border-radius: 12px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.op-eight-grid .box img {
  position: absolute;
  width: 55px;
  background-color: white;
  padding: 5px;
  inset-inline-end: -27px;
}

.op-eight-grid .box p {
  font-size: var(--text-sm);
}

@media (max-width:1199px) { 
  .op-eight-grid {
    gap: 40px;
  }
}
@media (max-width:991px) { 
  .op-eight-grid {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width:567px) { 
  .op-eight-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 30px;
    margin-bottom: 10px;
    margin: 0 10px;
    margin-bottom: 20px;
  }
}

.op-kf-img-wrap {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.op-kf-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-kf-bottom {
  background-color: var(--hot-red);
  color: white;
    padding: 15px 60px 50px 30px;
    clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    30px 100%,
    0 calc(100% - 30px)
  );
  position: relative;
}

.op-key-arrow {
  position: absolute;
  width: 30px;
  bottom: 10px;
  right: 10px;
}

.grid-gray-wrap {
  display: grid;
  grid-template-columns: repeat(4, 5fr);
  gap: 15px;
}

.grid-gray-wrap .box {
  background-color: var(--salt-white);
  height: 100%;
  padding: 10px;
}

.grid-gray-wrap .box p {
  line-height: 1;
}

@media (max-width: 991px) {
  .op-key-logo {
    width: 250px;
  }
}


@media (max-width: 767px ) {
  .grid-gray-wrap {
    grid-template-columns: repeat(3, 6fr);
  }
}
@media (max-width: 567px ) {
  .grid-gray-wrap {
    grid-template-columns: repeat(2, 9fr);
  }
}

.op-four-grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 15px;
}

.op-four-grid-wrap .box {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--cut) 100%, 0% calc(100% - var(--cut)));
  padding-top: 10px;
}

.op-four-grid-wrap .box .op-inner:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 5px;
    inset-inline-start: 5px;
}

.op-four-grid-wrap .box .corner-arrow{
 width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    inset-inline-end: 5px;
}

.inv-img-wrap {
  aspect-ratio: 2.5;
  overflow: hidden;
}

.inv-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-five-grid-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.op-five-grid-wrap.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.op-five-grid-wrap .box {
  padding-top: 30px;
}

.op-five-grid-wrap .box .op-inner:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 5px;
    inset-inline-start: 5px;
}

.op-five-grid-wrap .box .corner-arrow{
 width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    inset-inline-end: 5px;
}

@media (max-width:1199px) {
  .op-five-grid-wrap {
    grid-template-columns: repeat(4, 2fr);
  }
}

@media (max-width:991px) {
  .op-five-grid-wrap,
  .op-five-grid-wrap.grid-4 {
    grid-template-columns: repeat(3, 2fr);
  }
}
@media (max-width:567px) {
  .op-five-grid-wrap,
  .op-five-grid-wrap.grid-4 {
    grid-template-columns: repeat(2, 3fr);
  }
}

.three-box-image .box-grid .box .box-content1 {
  padding-top: 25px;
  padding-inline-end: 15px;
  padding-bottom: 15px;
  padding-inline-start: 25px;
    position: relative;
}


.op-three2-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

}

.op-three2-grid-wrap .box {
  padding-top: 30px;
}

.op-three2-grid-wrap .box .op-inner:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 5px;
    inset-inline-start: 5px;
}

.op-four-grid-wrap .op-inner {
  padding: 15px;
}


.op-three2-grid-wrap .box .corner-arrow{
 width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    inset-inline-end: 5px;
}

@media (max-width:567px) {
  .op-three2-grid-wrap {
    grid-template-columns: repeat(1, 3fr);
  }
}

.by-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.by-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.op-del-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.op-del-title {
  text-align: center;
  color: white;
  width: 100%;
  padding: 10px;
}

.op-del-wrap .op-inner-content p:not(:last-child) {
  border-bottom: 1px solid var(--hot-red);
  padding-bottom: 10px ;
}

.op-del-wrap .op-inner-content .corner-arrow{
 width: 15px;
    height: auto;
    position: absolute;
    top: 50px;
    inset-inline-end: 5px;
}

.op-del-wrap .op-inner-content:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 50px;
    inset-inline-start: 5px;
}

.op-table-wrap {
  background-color: var(--salt-white);
  padding: 15px;
  border: 2px solid var(--hot-red);
}
.op-table-wrap table {
  background-color: var(--salt-white);
}

.op-table-wrap table tbody tr:first-child td {
    border-top: none;
    background-color: var(--salt-white);
}
.op-table-wrap table tbody tr:first-child td:not(:first-child) p{
    background-color: var(--hot-red);
    color: white;
    padding: 10px;
    clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    15px 100%,
    0 calc(100% - 15px)
  );
}

.op-table-wrap table tbody tr td {
  border-bottom: 1px solid var(--hot-red);
}
.op-table-wrap table tbody tr:nth-child(2) td {
  border-bottom: none;
}
.op-table-wrap table tbody tr:nth-child(1) td {
  border-bottom: none;
}
.op-table-wrap table tbody tr:last-child td {
  border-bottom: none;
}

.op-table-wrap table tbody tr td {
  background-color: var(--salt-white);
}


.op-table-wrap table tbody tr:nth-child(3) td:nth-child(3) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(3) td:nth-child(5) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(3) td:nth-child(7) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(4) td:nth-child(3) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(4) td:nth-child(5) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(4) td:nth-child(7) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(5) td:nth-child(3) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(5) td:nth-child(5) {
  background-color: white;
}
.op-table-wrap table tbody tr:nth-child(5) td:nth-child(7) {
  background-color: white;
}
/* operational performance end */
/* customer and partner start  */
.two-box-image .box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.two-box-image .box-grid .box {
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}

.two-box-image .box-grid .box .box-inner {
  width: 100%;
}

.two-box-image .box-grid .box .box-content {
    padding-top: 25px;
    padding-inline-end: 15px;
    padding-bottom: 15px;
    padding-inline-start: 25px;
    position: relative;
}
.cp-six-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 15px;
}
.cp-six-grid-wrap .box .cp-inner:before {
  content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 5px;
    inset-inline-start: 5px;
}

.cp-six-grid-wrap .box .cp-inner p {
  text-align: center;
}

.cp-six-grid-wrap .box .corner-arrow {
    width: 15px;
    height: auto;
    position: absolute;
    top: 5px;
    inset-inline-end: 5px;
}
/* customer and partner end  */
/* partnership styles start   */
.par-img-wrap {
  aspect-ratio: 2;
  overflow: hidden;
}
.par-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* partnership styles end  */

/* team_sal_and_culture start  */
.tc-table-wrap {
  background-color: var(--salt-white);
  padding: 20px;
  border: 2px solid var(--hot-red);
}
.tc-table-wrap table {
  background-color: var(--salt-white);
  table-layout: fixed; /* Forces equal width distribution */
  width: 100%;         /* Ensures the table fills the container */
}
/* Makes the content columns equal width */
.tc-table-wrap table col:nth-child(odd) {
  width: 23.6%; 
}

/* Makes the empty spacer columns thin */
.tc-table-wrap table col:nth-child(even) {
  width: 1%; 
}

.tc-table-wrap table tbody tr:first-child td {
    border-top: none;
}

.tc-table-wrap table tbody tr td {
  background-color: var(--salt-white);
}

.tc-table-wrap table tbody tr:first-child td p{
    background-color: var(--hot-red);
    color: white;
    padding: 10px;
    clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    15px 100%,
    0 calc(100% - 15px)
  );
}

.tc-table-wrap table tbody tr td {
  border-bottom: none;
}
.tc-table-wrap table tbody tr:nth-child(2) td {
  border-bottom: none;
}
.tc-table-wrap table tbody tr:nth-child(1) td {
  border-bottom: none;
}
.tc-table-wrap table tbody tr:last-child td {
  border-bottom: none;
}

.tc-table-wrap table tbody tr:last-child td {
   border-top: 1px solid var(--hot-red);
   border-bottom: 1px solid var(--hot-red);
}

.tc-table-wrap table tbody tr:nth-child(3) td:nth-child(1) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(3) td:nth-child(3) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(3) td:nth-child(5) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(3) td:nth-child(7) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(4) td:nth-child(1) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(4) td:nth-child(3) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(4) td:nth-child(5) {
  background-color: white;
}
.tc-table-wrap table tbody tr:nth-child(4) td:nth-child(7) {
  background-color: white;
}

.tc-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
}
.tc-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width: 1200px) {
  .tc-table-wrap table {
    width: 200%;
  }
}

@media(max-width: 540px) {
  .tc-table-wrap table {
    width: 400%;
  }
}

/* team_sal_and_culture end  */
/* overview start  */
.ty-main-wrapper {
  position: relative;
  margin-inline-start: 5%;
  margin-bottom: 100px;
}
.ty-white-box {
  position: relative;
  background-color: white;
  z-index: 10;
  width: 450px;
  margin-top: -400px;
  margin-inline-start: auto;
  margin-inline-end: -100px;
}

.ty-title {
  font-size: var(--text-4xl);
  font-weight: 500;
  color: var(--gray3);
}

.ty-content-wrap {
  position: relative;
  padding: 40px 60px;
}
.ty-top-lines {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  transform: scaleX(calc(var(--dir) * 1));
}

.ty-bottom-r-lines {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 450px;
}

@media (max-width:1439px) {
  .ty-white-box {
    width: 400px;
  }
  .ty-bottom-r-lines {
    width: 400px;
  }
}

@media (max-width:991px) {
  .ty-wrap {
    margin: 0 auto;
  }

  .ty-main-wrapper {
  position: relative;
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-bottom: 50px;
}

  .ty-white-box {
    position: relative;
    background-color: white;
    z-index: 10;
    width: 100%;
    margin-top: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }

  .ty-bottom-r-lines {
    width: 100%;
  }
}

@media (max-width:567px) {
  .ty-content-wrap {
    padding: 20px 30px;
  }
}

/* -------------  */

.process-wrapper {
    position: relative;
}

.ve-img {
  position: absolute;
  overflow: hidden;
  width: 100%;
  z-index: -1;
  height: 170px;
}

.ve-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ve-red-overlay {
    position: absolute; 
    top: 0;
    inset-inline-start: 0;
    background-color: var(--hot-red); 
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 1; 
}

.chevron-box {
    background-image: url("../images/strategic_review/ve_svg1.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 1rem 0 1.8rem;
    margin-bottom: 0;
    line-height: 1.2;
}
.chevron-box1 {
    background-image: url("../images/strategic_review/ve_svg2.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: white;
    font-weight: 700;
    font-size: 0.95rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 1rem 0 1.8rem;
    margin-bottom: 0;
    line-height: 1.2;
}

html[lang="ar"] .chevron-box {
  background-image: url("../images/arabic/strategic_review/ve_svg1.svg");
}
html[lang="ar"] .chevron-box1 {
  background-image: url("../images/arabic/strategic_review/ve_svg2.svg");
}

.connector-wrapper {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.connector-line {
    position: absolute;
    top: 0;
    inset-inline-start: 50%;
    transform: translateX(calc(var(--dir, 1) * -50%));
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, white 50%, var(--hot-red) 50%);
    z-index: 1;
}

.connector-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--hot-red);
    z-index: 2;
}

.text-box-parent {
    background-color: var(--hot-red);
    padding: 1px; 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

.text-box {
    background-color: white;
    padding: 1.25rem 1rem;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 19px 100%, 0 calc(100% - 19px));
    font-size: 0.85rem;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .process-wrapper {
        background-image: none; 
        background-color: #ffffff; 
    }
    
    .chevron-box,.chevron-box1 {
        background-image: url("../images/strategic_review/ve_3.svg");
    }
    html[lang="ar"] .chevron-box, html[lang="ar"] .chevron-box1 {
        background-image: url("../images/arabic/strategic_review/ve_3.svg");
    }

    .connector-line {
        background: var(--hot-red); 
    }
    .connector-wrapper {
      height: 40px;
    }
}

/* ----------------------  */

.ld-process-scroll-container {
  padding-bottom: 2rem;
}

.ld-diagram-item {
  width: 175px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.ld-diagram-item + .ld-diagram-item {
  /* calc(-1 * 15px + 2px) */
  margin-inline-start: -13px;
}
.ld-group-container + .ld-group-container {
  /* calc(-1 * 15px + 2px) */
  margin-inline-start: -13px;
}

.ld-icon-wrapper {
  text-align: center;
  margin-bottom: 1rem;
  color: var(--hot-red);
}
.ld-icon-wrapper svg,.ld-icon-wrapper img {
  width: 45px;
  height: 45px;
}

.ld-header-box {
  background-color: var(--hot-red);
  color: white;
  padding: 1rem 0.5rem;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
}

.ld-body-box {
  position: relative;
  padding: 1rem 0.5rem 2rem 0.5rem;
  flex-grow: 1;
}

.ld-vertical-line {
  position: absolute;
  inset-inline-start: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: var(--hot-red);
}

.ld-vertical-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: -2px;
  width: 5px;
  height: 5px;
  background-color: var(--hot-red);
}

.ld-body-text {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
  /* calc(15px + 5px) */
  padding-inline-start: 20px;
}

.ld-bracket-wrapper {
  margin-top: auto;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}

.ld-bracket {
  height: 12px;
  border: 1px solid var(--hot-red);
  border-top: none;
  position: relative;
  margin-bottom: 0.5rem;
}

.ld-bracket::after {
  content: "";
  position: absolute;
  bottom: -5px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 5px;
  background-color: var(--hot-red);
}

.ld-status-text {
  text-align: center;
  color: var(--hot-red);
  font-size: 0.8rem;
  font-weight: 500;
  min-height: 61px;
  padding-top: 2px;
}

.ld-status-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: #333;
  position: absolute;
  inset-inline-start: 15px;
  bottom: 39px;
}

.ld-group-container {
  position: relative;
}

@media (max-width:1399px) {
  .ld-diagram-item {
    width: 148px;
  }

}
@media (max-width:1199px) {
  .ld-diagram-item {
    width: 126px;
  }
  .ld-header-box {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .ld-process-scroll-container {
    flex-direction: column !important;
    overflow: hidden;
  }

  .ld-group-container {
    padding-inline-start: 0 !important;
    margin-inline-start: 0 !important;
    margin-bottom: 2.5rem;
    width: 100%;
  }
  .ld-group-container + .ld-group-container {
    margin-inline-start: 0 !important;
  }
  .ld-group-container > .d-flex {
    flex-direction: column !important;
  }

  .ld-diagram-item,
  .ld-diagram-item + .ld-diagram-item {
    width: 100%;
    margin-inline-start: 0 !important;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 1px solid var(--hot-red);
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  }

  .ld-icon-wrapper {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }

  .ld-header-box {
    clip-path: none !important;
    height: auto;
    padding: 0.75rem;
    margin: 0;
  }

  .ld-body-box {
    padding: 1rem;
    text-align: center;
  }

  .ld-vertical-line {
    display: none;
  }

  .ld-body-text {
    padding-inline-start: 0;
  }

  .ld-status-label {
    position: static;
    display: inline-block;
    margin-bottom: 15px;
    background-color: #333;
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
  }

  .ld-bracket-wrapper {
    padding: 0.8rem;
    background-color: #fff5f6;
    border: 1px solid var(--hot-red);
    border-radius: 8px;
    margin-top: 0.5rem;
  }

  .ld-bracket {
    display: none;
  }

  .ld-status-text {
    font-weight: 700;
    white-space: normal;
  }
}

/* Kanishka Styles End  */

/* Avishka css start */

/* queries-box css start */
.queries-box .box-inner::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--hot-red);
  display: block;
  position: absolute;
  top: 8px;
  inset-inline-start: 8px;
}

.queries-box .box-inner {
  padding: 22px 0px;
  padding-inline: 22px !important;
}

.queries-box .box-inner h3 {
  margin-top: 0px;
}

.queries-box .box-inner p {
  margin-bottom: 0.5rem;
}

.sal-patternbox {
  width: 65%;
  margin-inline-start: auto;
  margin-top: 1.5rem;
}

@media (max-width: 480px) {
  .sal-patternbox {
    width: 80%;
  }
}
/* queries-box css end */

/* SAL at a Glance css start */

.at-glancebox {
  display: flex;
  flex-direction: row;
}

.at-glancebox-leftbox {
  width: 60%;
  height: auto;
}

.atg-leftbox-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img.atg-left-image {
  position: absolute;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.atg-left-cont {
  position: relative;
  padding: 50px 35px 40px;
  margin-inline-start: auto;
  width: 59%;
  height: 100%;
}

.atg-left-conticon {
  max-width: 40px;
  margin-bottom: 15px;
}

.atg-left-cont-absolutebox {
  position: absolute;
  width: 87%;
  height: 100%;
  inset-inline-start: 0;
  top: 0;
  z-index: 1;
  border-inline-start: 0;
  background: #eb0029;
  mix-blend-mode: multiply;
}

.atg-left-conticon {
  position: relative;
  z-index: 2;
}

.atg-left-contwrap {
  display: flex;
  justify-content: center;
  width: 86%;
  z-index: 1;
}

.atg-left-contleft {
  position: relative;
  width: 40%;
  max-width: 180px;
  z-index: 2;
}

.atg-left-contright {
  position: relative;
  width: 73%;
  max-width: 390px;
  mix-blend-mode: unset;
  z-index: 2;
}

.atg-left-contright p {
  line-height: 1.2;
}

.atg-left-contright-colwrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.atg-left-contright-col {
  background: #ffffff;
  display: flex;
  padding: 15px;
  justify-content: space-between;
  overflow: hidden;
}

.atg-left-contright-col::before {
  content: "";
  display: block;
  width: 8px !important;
  height: 8px !important;
  background: #ff0000;
  position: relative;
}

.atg-left-contright-col p {
  width: calc(100% - 18px);
  margin-bottom: 0px;
  margin-top: -8px;
  color: var(--hot-red);
}

.at-glancebox-rightbox {
    width: 30%;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-inline-start: 20px;
	padding-inline-end: 70px;
}

.atg-rightbox-wrap {
	display: flex;
	flex-wrap: wrap;
}

.atg-rightbox-item {
    width: 100%;
    display: flex;
    gap: 15px;
    padding: 15px 10px 7px;
    border-bottom: 1px solid var(--hot-red);
}

.atg-rightbox-item:last-child {
	border-bottom: 0;
}

.atg-rightbox-itemimg, .atg-rightbox-itemimg img {
    width: 40px;
	max-height: 40px;
}

@media (max-width:1399px) {
  .atg-left-contright {
    width: 81%;
    max-width: 404px;
  }

}

@media(max-width:991px){
  .atg-left-cont-absolutebox {
    width: 100%;
  }
  .atg-left-contwrap {
    justify-content: space-between;
    width: auto;
  }
	.at-glancebox {
		flex-wrap: wrap;
	}
	
	.at-glancebox-leftbox, .at-glancebox-rightbox {
		width: 100%;
	}
	
	.at-glancebox-rightbox {
		padding-inline-start: 10%;
		padding-inline-end: 10%;
	}
	
	.atg-rightbox-wrap {
		justify-content: space-between;
	}
	
	.atg-rightbox-item {
		width: calc(50% - 10px);
	}
	
	.atg-rightbox-item:nth-child(5) {
		border-bottom: 0;
	}
}

@media(max-width:768px){
	.atg-left-contwrap {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.atg-left-contleft {
		width: 100%;
	}
	
	.atg-left-contright {
		width: 100%;
		max-width: 100%;
	}
	
	.at-glancebox-rightbox {
		padding-inline-start: 5%;
		padding-inline-end: 5%;
	}
}

@media(max-width:540px){
  .atg-left-cont {
    margin-inline-start: 0;
    width: 100%;
  }
	.at-glancebox-rightbox {
		padding-inline-start: 0;
		padding-inline-end: 0;
	}
	
	.atg-rightbox-item {
		width: calc(100%);
	}
	
	.atg-rightbox-item:nth-child(5) {
		border-bottom: 2px solid var(--hot-red);
	}
}

/* SAL at a Glance css end */

/* vm box css start */
.vm-box-icon {
    max-width: 70px;
	max-width: 70px;
	margin-bottom: 10px;
}
.vm-flexitem-icon {
    max-width: 60px;
	max-width: 60px;
	margin-bottom: 7px;
}
/* vm box css end */

/* coverage-block css start */

.coverage-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.coverage-flex-item {
    width: calc(50% - 7px);
}

.cf-item-title {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}

.cf-item-title p {
	margin-bottom: 0;
	line-height: 1;
}

.cf-item-title-img img {
    max-width: 70px;
}

.coverage-map {
    margin-top: -50px;
}

@media(max-width:540px){
	.cf-item-title {
		display: flex;
		gap: 5px;
	}
	.coverage-flex-item:nth-child(1){
		width: 100%
	}
	.coverage-flex-item:nth-child(2){
		width: 100%
	}
	.coverage-flex-item:nth-child(3){
		width: 30%
	}
	.coverage-flex-item:nth-child(4){
		width: calc(70% - 14px)
	}
	.coverage-map {
    	margin-top: 0px;
	}
}

@media(max-width:440px){
	.coverage-flex-item{
		width: 100% !important;
	}
}

/* oh box css start */
.oh-box {
    display: flex;
	margin-top: 20px;
}

.oh-imagebox {
	position: relative;
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut))
  );
	padding: 25px;
    overflow: hidden;
	background: none;
    width: 35%;
	justify-content: flex-start;
	height: auto;
}

.oh-imagebox::before {
    content: "";
    position: absolute;
    inset: var(--b);
    background: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(var(--cut) - var(--b) * 0.5) 100%, 0% calc(100% - var(--cut) + var(--b) * 0.5));
}

.oh-imagebox h3 {
	color: #fff;
	margin-top: 0;
}

.oh-imagebox img{
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	object-fit: cover;
	width: 110%;
	height: 110%;
	object-position: center;
	z-index: -1;
}

.oh-textbox {
	width: 65%;
	padding: 0 20px;
}

.oh-textflexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.oh-flexbox-item {
	display: flex;
    gap: 7px;
    border-bottom: 1px solid var(--hot-red);
    width: calc(50% - 7px);
}

.oh-flexbox-item:nth-child(7), .oh-flexbox-item:nth-child(8){
	border-bottom: 0;
}

.oh-flexbox-itemimage {
    width: 60px;
}

.oh-flexbox-itemimage img {
    width: 75%;
	margin-top: 30px;
}

.oh-flexbox-itemtext {
    width: calc(100% - 67px);
}

.oh-flexbox-itemtext h3 {
	line-height: 0.7 !important;
	margin-bottom: 10px !important;
}

@media(max-width:991px){
	.oh-box {
		margin-top: 20px;
		flex-direction: column;
	}
	.oh-imagebox {
		width: 100%;
		justify-content: flex-start;
		height: 420px;
	}
	.oh-textbox {
		width: 100%;
		padding: 0 0px;
	}
}

@media(max-width:767px){
	.oh-flexbox-itemimage {
		width: 55px;
	}
}

@media(max-width:580px){
	.oh-flexbox-item {
		width: 100%;
	}
	.oh-flexbox-item:nth-child(7) {
		border-bottom: 2px solid var(--hot-red);
	}
}
/* oh box css end */

/* coverage-block css end */

.box.custom-box::before {
	background: none;
}

/* award-blockwrap css start */

.award-blockwrap {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--cut) 100%, 0% calc(100% - var(--cut)));
    width: 100%;
    padding: 25px;
	margin-bottom: 15px;
    overflow: hidden;
    justify-content: flex-start;
    height: auto;
}

.oh-imagebox::before {
    content: "";
    position: absolute;
    inset: var(--b);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(var(--cut) - var(--b) * 0.5) 100%, 0% calc(100% - var(--cut) + var(--b) * 0.5));
}

.award-block {
    width: 100%;
}

.award-blockwrap .award-block::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: var(--hot-red);
    display: block;
    position: absolute;
    top: 8px;
    inset-inline-start: 8px;
}

.award-block-flex {
    display: flex;
}

.ab-flex-left {
    width: 35%;
}

.ab-flex-left h4 {
    margin-top: 0;
	color: var(--hot-red);
}

.ab-flex-right {
    width: 65%;
    padding-inline-start: 15px;
}

.award-block-line {	
    width: 100%;
	margin-top: -10px;
    overflow-x: hidden;
}

.award-block-line img {
    min-width: 800px;
}

.award-block-imagebox {
	margin-top: 10px;
}

.award-block-imageflexbox {
	width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
	margin-inline-start:auto;
    align-items: center;
}

.award-block-imageflexbox.full-width {
	width: 100%;
	margin-inline-start:none;
}

.award-block-imageflexbox img {
    width: auto;
    height: 100%;
    max-width: 120px;
    max-height: 80px;
}

.award-block-imageflexbox.full-width img {
    width: auto;
    height: 100%;
    max-width: 110px;
    max-height: 60px;
}

@media(max-width:767px){
	.award-block-imageflexbox.full-width img {
		max-width: 80px;
		max-height: 60px;
	}
	.award-block-imageflexbox img {
		max-width: 85px;
		max-height: 80px;
	}
}

@media(max-width:480px){
	.award-block-flex {
		display: flex;
		flex-direction: column;
	}
	.ab-flex-left {
		width: 100%;
	}
	.ab-flex-right {
		width: 100%;
		padding-inline-start: 0px;
	}
	.award-block-imageflexbox {
		width: 100%;
	}

}

/* award-blockwrap css end */


.sal-academy {
	position: relative;
    clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
    var(--cut) 100%,
    0% calc(100% - var(--cut))
  );
    overflow: hidden;
	background: none;
    max-width: 450px;
	flex-direction: column;
	justify-content: flex-start;
	height: auto;
}

.sal-academy::before {
    content: "";
    position: absolute;
    inset: var(--b);
    background: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(var(--cut) - var(--b) * 0.5) 100%, 0% calc(100% - var(--cut) + var(--b) * 0.5));
}

img.award-block-img {
    width: auto;
    height: 100%;
}

.sal-academy-textbolck {
	background: var(--hot-red);
	padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sal-academy-imgbolck {
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.sal-academy-imgbolck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    40px 100%,
    0 calc(100% - 40px)
  );
}
html[lang="ar"] .sal-academy-imgbolck img {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%
  );
}

.sal-acedemy-k-block {
  padding: 0 10px;
}
.sal-acedemy-k-block .col-lg-6 {
  padding: 0;
}

.sal-academy-textbolck h2 {
	margin-top: 0;
}

.sal-academy-textbolck h2, .sal-academy-textbolck p {
	color: #fff;
}

@media (max-width:991px) {
.sal-academy-imgbolck img,
html[lang="ar"] .sal-academy-imgbolck img {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0px 100%,
    0 calc(100% - 0px)
  );
}

.sal-academy-textbolck {
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    40px 100%,
    0 calc(100% - 40px)
  );
}

}

/* oi-diabox css start */

.oi-diaflexbox {
    display: flex;
    gap: 10px;
}

.oi-diaflexbox-item {
	width: calc(100% / 3 - 5px );
}

.oiflex-item-box {
    margin-top: 30px;
    border: 1px solid var(--hot-red);
    position: relative;
    height: 80%;
}

.oiflex-item-iconbox {
    background: #fff;
    margin-top: -12px;
    margin-inline-start: -0.7px;
    width: fit-content;
    padding-inline-start: 15px;
    border-top: 1px solid var(--hot-red);
    border-inline-start: 1px solid var(--hot-red);
}

.oiflex-item-iconbox-flex {
    padding: 10px 5px;
    padding-inline-end: 20px;
    background: #fff;
    display: flex;
    gap: 10px;
    margin-top: -10px;
}

.oiflex-item-iconbox-flex img {
    width: 28px;
}

.oiflex-item-iconbox-flex img.large-icon {
    width: 34px;
}

.oiflex-item-textbox {
    padding-inline-start: 15px;
    padding-inline-end: 10px;
}

.oiflex-item-box-cont {
    padding-inline-start: 15px;
    border-top: 1px solid var(--hot-red);
    width: 92%;
}

.oi-diaflexbox-item:first-child ul.list.list-disc {
	position: relative;
    padding-inline-end: 70px;
}

.oi-diaflexbox-item:first-child .absolute-map {
    position: absolute;
    inset-inline-end: 7px;
    bottom: 5px;
    width: 110px;
}

.oiflex-item-aftericon {
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: -6px;
    inset-inline-start: 50%;
    margin: 0 auto;
    background: var(--hot-red);
    transform: translateX(calc(var(--dir) * -50%));
}

.oiflex-item-aftericon-line {
    position: absolute;
    height: 19px;
    inset-inline-start: 47%;
    bottom: 0;
    border-inline-start: 1px solid var(--hot-red);
    transform: translateY(100%);
}

/* oi-diabox css end */

.oi-diabottom-box {
    position: relative;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--cut) 100%, 0% calc(100% - var(--cut)));
    width: 100%;
    margin-top: 10px;
    padding: 15px;
    overflow: hidden;
    background: var(--hot-red);
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}

.oi-diabottom-box::before {
    content: "";
    position: absolute;
    inset: var(--b);
    background: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(var(--cut) - var(--b) * 0.5) 100%, 0% calc(100% - var(--cut) + var(--b) * 0.5));
}

.oi-diabottom-title-box {
    width: 100%;
    background: #fff;
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

.oi-diabottom-title-box img {
    width: 140px;
}

.oi-diabottom-title-box p {
    margin-bottom: 0;
}

.oi-diabottom-textflex-box {
    width: 100%;
    display: flex;
    /* gap: 10px; */
    margin-top: 10px;
    justify-content: center;
}

.oi-diabottom-text {
    font-size: 1rem;
    padding: 0px 7px;
    color: #fff;
    border-inline-end: 2px solid #fff;
}

.oi-diabottom-text:last-child {
	border-inline-end: 0;
}

@media(max-width:991px){
	.oiflex-item-box {
		min-height: 380px;
	}
	.oi-diaflexbox-item:first-child .absolute-map {
		position: relative;
		inset-inline-end: 0px;
		bottom: 0px;
		margin-inline-end: 10px;
		margin-bottom: 8px;
		width: 110px;
		margin-inline-start: auto;
	}
	
	.oi-diaflexbox-item:first-child ul.list.list-disc {
		position: relative;
		padding-inline-end: 0px;
	}
}

@media(max-width:580px){
	.oiflex-item-box {
		min-height: auto;
	}
	.oi-diaflexbox {
		display: flex;
		gap: 10px;
		padding-inline-start: 30px;
		flex-direction: column;
		border-inline-start: 1px solid var(--hot-red);
		margin-top: 50px;
		padding-bottom: 20px;
	}
	
	.oi-diaflexbox-item {
		width: calc(100% / 1 - 5px);		
	}
	
	.oi-diaflexbox-item:first-child {
		margin-top: -44px;
	}
	
	.oi-diaflexbox-item:first-child .absolute-map {
        position: relative;
        inset-inline-end: 0px;
        bottom: 0px;
        margin-inline-end: 10px;
        margin-bottom: 8px;
		width: auto;
        max-width: 160px;
        margin-inline-start: auto;
    }
	
	.oiflex-item-aftericon {
		position: absolute;
		width: 12px;
		height: 12px;
		bottom: unset;
		top: 50%;
		inset-inline-start: -6px;
		margin: 0 auto;
		background: var(--hot-red);
		transform: translateY(-50%);
	}
	
	.oiflex-item-aftericon-line {
		position: absolute;
		height: 1px;
		width: 30px;		
		top: 50%;
		inset-inline-start: 47%;
		bottom: unset;
		border-top: 1px solid var(--hot-red);
		transform: translateX(calc(var(--dir) * -100%)) translateY(-50%);
	}
	
	.oi-diabottom-box {
		position: relative;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, var(--cut) 100%, 0% calc(100% - var(--cut)));
		width: 100%;
		margin-top: -3px;
		padding: 15px;
		overflow: hidden;
		background: var(--hot-red);
		flex-direction: column;
		justify-content: flex-start;
		height: auto;
	}
	
	.oi-diabottom-title-box p {
		margin-bottom: 0;
		text-align: center;
	}
	
	.oi-diabottom-title-box img {
		width: 100%;
		max-width: 95px;
	}
	
	.oi-diabottom-textflex-box {
		width: 100%;
		display: flex;
		/* gap: 10px; */
		margin-top: 10px;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.oi-diabottom-text {
		font-size: 1rem;
		line-height: 1.2;
		padding: 0px 7px;
		color: #fff;
		border-inline-end: 2px solid #fff;
	}
}


.inline-image-title {
    display: flex;
    gap: 7px;
    align-items: flex-end;
	margin-top: 1rem;
	margin-bottom: 0.7rem;
}

.inline-image-title img {
    height: 30px;
}

.inline-image-title h3 {
    margin-bottom: -4px;
}

@media(max-width:991px){
	.inline-image-title img {
		height: 27px;
	}
}

/* glossary-box css start */
.glossary-letters-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px;
  margin-bottom: 30px;
}
.glossary-letters-grid button {
  background-color: white;
  border: 1px solid var(--hot-red);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: 1.5rem;
  color: var(--hot-red);
  transition: all 0.3s ease;
}
.glossary-letters-grid button:hover,
.glossary-letters-grid button.active {
  background-color: var(--hot-red);
  color: white;
}
.glossary-box {
	padding: 15px;
/*
  background-color: var(--salt-white);
*/
	  background-color:rgba(234,0,41,0.03);
  display: none;
	border: 1px solid #ea0029;
	
	
	
}
.glossary-box.active {
  display: block;
}
.glossary-box .glossary-flexitem > p:first-child,
.glossary-box > p:first-child {
  margin-bottom: 5px;
	color: #ea0029;
}

@media(max-width: 992px){
  .glossary-letters-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .glossary-letters-grid button {
    font-size: 1.2rem;
  }
}

@media(max-width: 768px){
  .glossary-letters-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .glossary-letters-grid button {
    font-size: 1rem;
  }
}

/* glossary-box css end */

/* .video-reffbox css start */

.video-reffbox {
    display: flex;
    gap: 30px;
    margin: 20px 0px;
}

a.video-reffbox-item {
    display: flex;
    gap: 10px;
    padding: 5px;
}

.video-reffbox-item-img {
    max-width: 70px;
}

.video-reffbox-item-text {
    font-weight: 400;
}

/* .video-reffbox css end */


.disclaimer-box {
    display: flex;
    height: 22px;
    margin-inline-start: 14px;
    padding-inline-start: 14px;
    border-inline-start: 1px solid #fff;
    align-content: center;
    align-items: center;
}

.disclaimer-box a {
    font-weight: 200;
    width: max-content !important;
    border: 0 !important;
	opacity: 1;
}

.disclaimer-box a:hover {
   background: none !important;
   opacity: 0.8;
}


/* Avishka css end */


/* Nevindu css start */

.sh-title{
  color: var(--hot-red);
  font-size: var(--text-sm);
  font-weight: 600;
}

.stakeholderimage{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.t_blog p{
  font-weight: 600;
}

/*--------------------------*/
 .sal-infographic-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sal-side-services {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.service-row {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
}

.dummy-icon {
  width: 50px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-row h3 {
  color: var(--hot-red);
  margin: 0 0 5px 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.service-row p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.sal-middle-graphic {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.central-image {
  width: 380px;
  height: auto;
  display: block;
}

.sal-side-hsse {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-inline-start: 10px;
  position: relative;
}

.hsse-block {
  font-size: 12px;
  line-height: 1.5;
}

.hsse-bold {
  color: var(--hot-red);
  font-weight: 800;
}

@media (max-width: 950px) {
  .sal-infographic-wrapper {
      flex-direction: column;
      text-align: center;
  }
  .sal-side-hsse {
      border-inline-start: none;
      padding-inline-start: 0;
      margin-top: 20px;
  }
  .sal-side-hsse::before, .sal-side-hsse::after { display: none; }
  .service-row { grid-template-columns: 1fr; justify-items: center; }
  .central-image { width: 100%; max-width: 350px; }
}

.red-color{
  color: var(--hot-red);
}

/* --------------------------*/
.awards-grid-outer {
    border: 1px solid var(--hot-red);
    background-color: #f2f2f2;
    padding: 15px;
}

.awards-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    background-color: #f2f2f2;
}

.award-cell {
    background-color: white;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
}

.award-logo {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-bottom: 2px solid #ddd;
}

.award-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.award-title {
    padding: 15px 10px;
    text-align: center;
    color: var(--hot-red);
    font-weight: 500;
    font-size: 14px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ddd;
}

.award-body {
    padding: 15px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .awards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .awards-container {
        grid-template-columns: 1fr;
    }
}
/* --------------------------*/

.mou-table-container {
  border: 2px solid var(--hot-red);
  background-color: #f2f2f2;
  padding: 20px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
}

.mou-headers-row {
  grid-column: 2;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
}

.mou-tab {
  flex: 1;
  background-color: var(--hot-red);
  color: white;
  padding: 12px 15px 12px 25px; 
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  
  clip-path: polygon(
    0 0, 
    100% 0, 
    100% 100%, 
    25px 100%, 
    0 calc(100% - 20px)
  );
}

.mou-event-summary {
  grid-column: 2;
  background-color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}

.mou-label-side {
  grid-column: 1;
  border-top: 2px solid var(--hot-red);
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #1a1a1a;
  align-self: start;
}

.mou-content-grid {
  grid-column: 2;
  display: flex;
  gap: 15px;
}

.mou-objective-box {
  flex: 1;
  background-color: white;
  padding: 20px;
}

@media (max-width:991px) {
  .mou-table-container {
    grid-template-columns: 102px 1fr;
  }

}

@media (max-width: 768px) {
  .mou-table-container { grid-template-columns: 1fr; }
  .mou-headers-row, .mou-content-grid { flex-direction: column; }
  .mou-label-side, .mou-headers-row, .mou-event-summary, .mou-content-grid {
      grid-column: 1;
  }
}


/* Nevindu styles end */

/* ---strategy_and_kpis Start------ */

.three-box-image .box-grid .box .box-header .icon-box-middle {
  z-index: 3;
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: var(--hot-red);
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-box-image .box-grid.two-columns {
  grid-template-columns: 1fr 1fr;
}

.srk-title-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: flex-end;   
    height: 40px;           
    margin-bottom: 10px;    
}

.srk-title-img-wrap img {
    width: 120px;             
    height: auto;           
    object-fit: contain;   
    display: block;
}

.srk-title-img-wrap-down {
    width: 100%;
    display: flex;
    justify-content: center; 
    align-items: flex-end;   
    height: 40px;            
    margin-bottom: 10px;   
}

.srk-title-img-wrap-down img {
    width: 99px;            
    height: auto;            
    object-fit: contain;     
    display: block;
}

.op-title-img-wrap-skp {
  aspect-ratio: 2;
  overflow: hidden;
  position: relative;
}
.op-title-img-wrap-skp img {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ----strategy_and_kpis End------ */

