@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

:root {
  --clr-primary-500: #092152;
  --clr-secondary-500: #68C658;
  --clr-neutral-900: #0a0a0c;
  --clr-neutral-800: #151518;
  --clr-neutral-700: #202024;
  --clr-neutral-600: #4B5563;
  --clr-neutral-500: #404048;
  --clr-neutral-400: #BCBEC0;
  --clr-neutral-200: #f9f9fc;
  --clr-neutral-150: #F3F3F3;
  --clr-neutral-100: hsl(0 0% 100%);
  --clr-grey-100: #F4F6F8;
  --ff-primary: "Cormorant Garamond", serif;
  --ff-secondary: "Plus Jakarta Sans", sans-serif;
  --ff-heading: var(--ff-primary);
  --ff-body: var(--ff-secondary);
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semiBold: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
  --fs-100: 16px;
  --fs-200: 17px;
  --fs-300: 20px;
  --fs-400: 24px;
  --fs-500: 28px;
  --fs-600: 32px;
  --fs-700: 40px;
  --fs-800: 72px;
  --fs-900: 90px;
  --fs-body: var(--fs-300);
  --size-100: 0.25rem;
  --size-200: 0.5rem;
  --size-300: 0.75rem;
  --size-400: 1rem;
  --size-500: 1.5rem;
  --size-600: 2rem;
  --size-700: 3rem;
  --size-800: 4rem;
  --size-900: 5rem;
}

@media (max-width: 768px) {
  :root {
    --fs-800: 55px;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: initial;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: initial;
}

@media (min-width: 900px) {
  html.lenis {
    height: auto;
  }

  .lenis.lenis-smooth {
    scroll-behavior: auto;
  }

  .lenis.lenis-stopped {
    overflow: hidden;
  }
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture,
svg {
  max-width: 100%;
  display: block;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* general styling */
body {
  font-size: var(--fs-body);
  font-family: var(--ff-body);
  color: var(--clr-neutral-800);
}

p {
  position: relative;
  font-size: var(--fs-500);
  color: var(--clr-neutral-700);
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px !important;
  letter-spacing: -0.2px;
  text-align: justify !important;
  text-justify: inter-word;
}

#main {
  position: relative;
  overflow: hidden;
}

.container {
  width: 95%;
  max-width: 1430px;
}

.text-primary-500 {
  color: var(--clr-primary-500) !important;
}

.text-neutral-100 {
  color: var(--clr-neutral-100) !important;
}

.text-neutral-600 {
  color: var(--clr-neutral-600);
}

.text-neutral-800 {
  color: var(--clr-neutral-800);
}

.text-neutral-900 {
  color: var(--clr-neutral-900) !important;
}

.bg-primary-200 {
  background-color: var(--clr-primary-200);
}

.bg-primary-300 {
  background-color: var(--clr-primary-300);
}

.bg-primary-400 {
  background-color: var(--clr-primary-400);
}

.bg-primary-500 {
  background-color: var(--clr-primary-500);
}

.bg-neutral-100 {
  background-color: var(--clr-neutral-100) !important;
}

.bg-neutral-200 {
  background-color: var(--clr-neutral-200);
}

.bg-neutral-900 {
  background-color: var(--clr-neutral-900);
}

.bg-grey-100 {
  background-color: var(--clr-grey-100);
}

/* Global Section Elements */
.amjaad-badge {
  display: inline-block;
  padding: 6px 16px;
  background: #68C658;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  border-radius: 2px;
  margin-bottom: 25px !important;
}

.amjaad-readmore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #68C658;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #68C658;
  /* width: fit-content; */
}

.amjaad-readmore::after {
  content: "→";
  font-size: 1.4rem;
  font-weight: 300;
  transition: transform 0.4s ease;
}

.amjaad-readmore:hover {
  opacity: 1;
  color: #0d214a;
  border-color: #0d214a;
}

.amjaad-readmore:hover::after {
  transform: translateX(10px);
}


.text-secondary-500 {
  color: var(--clr-secondary-500) !important;
}



.bg1 {

  background-color: rgba(231, 245, 255, 0.8);
}

.bg2 {
  background-color: #3d9dde;
}

.bg3 {
  background-color: var(--clr-secondary-500);
}

.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-semiBold {
  font-weight: var(--fw-semiBold);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.fs-200 {
  font-size: var(--fs-200) !important;
}

.fs-300 {
  font-size: var(--fs-300) !important;
}

.fs-400 {
  font-size: var(--fs-400) !important;
}

.fs-500 {
  font-size: var(--fs-500) !important;
}

.fs-600 {
  font-size: var(--fs-600) !important;
}

.h-100 {
  height: 100vh !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none !important;
}

.padding-block-900 {
  padding: 70px 0;
}

.padding-block-800 {
  padding: 25px 0;
}

.padding-block-700 {
  padding: 20px 0;
}

.padding-block-600 {
  padding: 40px 0;
}

.padding-block-500 {
  padding: var(--size-500) 0;
}

.margin-top-900 {
  margin-top: var(--size-900);
}

.margin-bottom-900 {
  margin-bottom: var(--size-900);
}

.margin-top-max {
  margin-top: 120px;
}

.margin-block-max {
  margin: 120px 0;
}

.margin-bottom-max {
  margin-bottom: 120px;
}

.padding-top-800 {
  padding-top: 80px;
}

.padding-top-900 {
  padding-top: 100px;
}

.padding-bottom-900 {
  padding-bottom: 100px;
}

.padding-top-max {
  padding-top: 120px;
}

.padding-block-max {
  padding: 120px 0;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 768px) {
  .margin-top-max {
    margin-top: 70px;
  }

  .margin-block-max {
    margin: 70px 0;
  }

  .margin-bottom-max {
    margin-bottom: 70px;
  }

  .padding-block-900 {
    padding: 40px 0;
  }

  .margin-top-900 {
    margin-top: 70px;
  }

  .margin-bottom-900 {
    margin-bottom: 70px;
  }

  .padding-top-max {
    padding-top: 70px;
  }

  .padding-block-max {
    padding: 70px 0;
  }
}

.error,
.error p,
label.error {
  font-size: var(--fs-200);
  margin-top: 0;
  color: #ff0000;
}

.btn1 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  overflow: hidden;
  flex-wrap: nowrap;
}

.btn1 .icon {
  position: relative;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-neutral-100);
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.6s ease-in-out;
}

.btn1 .text {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  font-family: var(--ff-primary);
  color: var(--clr-neutral-100);
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: 1px;
}

.btn1 .icon2 {
  scale: 0;
  transition: all 0.6s ease-in-out;
}

.btn1:hover .icon {
  margin-left: -59px;
}

.btn1:hover .icon2 {
  scale: 1;
}

.btn1.dark .icon {
  background-color: var(--clr-neutral-900);
}

.btn1.dark .text {
  color: var(--clr-neutral-900);
  font-weight: 600;
}

.btn2 {
  position: relative;
  display: flex;
  z-index: 2;
  gap: 10px;
  text-decoration: none;
  padding-bottom: 10px;
}

.btn2 .text {
  position: relative;
  font-size: 16px;
  color: var(--clr-neutral-100);
  text-decoration: none;
  padding: 10px 0;
}

.btn2 .text::before {
  position: absolute;
  content: "";
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--clr-neutral-100);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.btn2 .text:hover::before {
  width: 0;
}

header {
  position: fixed;
  width: 100%;
  padding: 5px;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  /*
  * Just a quick hamburger
  */
  /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
  /*
  * But let's hide the middle one.
  */
  /*
  * Ohyeah and the last one should go the other direction
  */
  /*
  * Make this absolute positioned
  * at the top left of the screen
  */
  /*
  * And let's fade it in from the right
  */
}

header svg {
  fill: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}

header .wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

header .wrapper .logo1 {
  width: 145px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1005;
}

header .wrapper .logo1 svg {
  fill: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}

header.menu-open .wrapper .logo1 svg {
  fill: #ffffff !important;
}

header #menuToggle {
  display: block;
  position: fixed;
  top: 35px;
  right: 50px;
  z-index: 1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  header #menuToggle {
    right: 20px;
  }
}

header #menuToggle>a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

header #menuToggle a:hover {
  color: tomato;
}

header #menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 1002;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

header #menuToggle .text {
  position: absolute;
  display: block;
  z-index: 2;
}

header #menuToggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1001;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

header #menuToggle span:first-child {
  transform-origin: 0% 0%;
}

header #menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

header #menuToggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff !important;
}

header #menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

header #menuToggle input:checked~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

header #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 100px 50px;
  box-sizing: border-box;
  overflow-y: auto;
  background: rgba(0, 31, 96, 0.98);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1400px;
}

.menu-col h3 {
  color: var(--clr-secondary-500) !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  opacity: 1;
}

.menu-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-col ul li {
  margin-bottom: 12px;
}

.menu-col ul li a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu-col ul li a:hover {
  color: var(--clr-secondary-500) !important;
  padding-left: 5px;
}

.menu-col .main-link {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.menu-col .main-link:hover {
  color: var(--clr-secondary-500) !important;
  transform: translateX(10px);
}

@media (max-width: 992px) {
  .menu-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  header #menu {
    padding: 80px 30px;
    align-items: flex-start;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .menu-col .main-link {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  header #menu {
    padding-right: 120px;
  }
}

header #menuToggle input:checked~div {
  transform: none;
  opacity: 1;
}

header.scrolled {
  padding: 0px;
  background-color: var(--clr-neutral-100) !important;
  box-shadow: 0 -1px 6px 0 rgba(0, 0, 0, 0.4);
}

header.scrolled svg {
  fill: var(--clr-primary-500);
}

header.scrolled .wrapper .logo1 {
  width: 115px;
}

header.scrolled .wrapper .logo1 svg {
  fill: var(--clr-primary-500);
}

header.scrolled #menuToggle {
  top: 30px;
}

header.scrolled #menuToggle span {
  background-color: var(--clr-primary-500);
}

header #accordionMenu .link {
  position: relative;
  display: block;
}

header #accordionMenu .link,
header #accordionMenu .accordion-button {
  font-size: 16px;
  color: var(--clr-neutral-100);
  font-weight: 500;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}

header #accordionMenu .link:hover,
header #accordionMenu .accordion-button:hover {
  color: var(--clr-secondary-500);
}

header #accordionMenu .accordion-item {
  background: transparent !important;
  border: none;
}

header #accordionMenu .accordion-item:first-of-type,
header #accordionMenu .accordion-item:last-of-type {
  border-radius: 0;
}

header #accordionMenu .accordion-button {
  border: none;
  padding: 10px 0;
  background: transparent !important;
  color: var(--clr-neutral-100);
  outline: none;
  box-shadow: none;
}

header #accordionMenu .accordion-button::after {
  filter: invert(1);
}

header #accordionMenu .accordion-button:not(.collapsed) {
  box-shadow: none;
}

header #accordionMenu .accordion-body {
  padding: 0;
}

header #accordionMenu .accordion-body ul {
  position: relative;
  padding: 0;
  list-style: none;
}

header #accordionMenu .accordion-body ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--clr-neutral-100);
  padding: 5px 0;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}

header #accordionMenu .accordion-body ul li a:hover {
  color: var(--clr-secondary-500);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D8EBF8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner */
.loader {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background: url("../images/banner/video-poster.webp"); */
  background-color: #000;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  /* If the video ratio doesn't match the screen, 
   this ensures it covers the area without black bars */
}

.banner .video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.banner .video-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner .video-background.playing::before {
  opacity: 1;
}

.banner .video-foreground,
.banner .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* Prevents users from clicking the video */
}

@media (min-aspect-ratio: 16/9) {
  .banner .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .banner .video-foreground {
    width: 300%;
    left: -100%;
  }
}

.banner .content {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .content .details {
  position: relative;
  max-width: 730px;
}

.banner .content .details h1 {
  font-family: var(--ff-heading);
  font-size: 56px;
  font-weight: var(--fw-semiBold);
  color: var(--clr-neutral-100);
  margin-bottom: var(--size-300);
  line-height: 56px;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .banner .content .details h1 {
    font-size: 40px;
    line-height: 44px;
  }
}

.banner .content .details p {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--clr-neutral-100);
  margin-bottom: 30px;
}


.scroll-down {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.mouse {
  width: 26px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 15px;
  position: relative;
}

.wheel {
  width: 4px;
  height: 8px;
  background: #68C658;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 1.6s ease-out infinite;
}

.scroll-arrows span {
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  margin: -4px 0;
  animation: scroll-arrows 1.6s infinite;
}

.scroll-arrows span:nth-child(2) {
  animation-delay: 0.2s;
}

@keyframes scroll-wheel {
  0% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }

  30% {
    top: 12px;
    opacity: 1;
    height: 8px;
  }

  100% {
    top: 22px;
    opacity: 0;
    height: 4px;
  }
}

@keyframes scroll-arrows {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-5px, -5px);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(5px, 5px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  40% {
    transform: translateX(-50%) translateY(-10px);
  }

  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.inside-banner {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: flex-end;
  /* Anchor to bottom */
  justify-content: flex-end;
  /* Anchor to right */
  overflow: hidden;
}

.inside-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  /* Neutral dark overlay instead of blue */
  z-index: 1;
}

.inside-banner .wrapper {
  position: relative;
  padding-bottom: 40px;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Align to right */
  justify-content: flex-end;
  /* Align to bottom */
  height: 100%;
  text-align: left;
}

.inside-banner .wrapper h1 {
  font-size: 64px;
  font-weight: 600;
  /* Increased for visibility */
  position: relative;
  color: #fff;
  margin: 0 0 0.2em;
  line-height: 1.1;
  text-transform: capitalize;
  font-family: 'Cormorant Garamond', serif;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  /* Subtler shadow */
}

.inside-banner .wrapper ul {
  position: relative;
  display: inline-flex;
  list-style: none;
  padding: 15px 0 0 0;
  /* Only top padding */
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  gap: 30px;
  justify-content: flex-end;
}

.inside-banner .wrapper ul li {
  position: relative;
  font-size: 13px;
  color: var(--clr-neutral-100);
  font-weight: 600;
}

.inside-banner .wrapper ul li a {
  color: var(--clr-neutral-100);
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.inside-banner .wrapper ul li a:hover {
  color: var(--clr-secondary-500);
}

.inside-banner .wrapper ul li::before {
  content: "";
  background: url(../images/icons/svg/breadcrumb-icon.svg) center/contain no-repeat;
  width: 0.5em;
  height: 0.75em;
  display: block;
  position: absolute;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
}

.inside-banner .wrapper ul li:first-child::before {
  display: none;
}

.inside-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  animation: banner-zoom 10s ease-in-out infinite alternate;
  filter: brightness(1.1) saturate(1.1) contrast(1.1);
}

.inside-banner .inside-banner-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background-color: #dfe6ef;
}

.inside-banner .inside-banner-slider .bg-slide {
  opacity: 0;
  transition: opacity 1.6s ease-in-out;
  animation: banner-zoom 16s ease-in-out infinite alternate;
  transform: translateZ(0);
  will-change: opacity, transform;
}

.inside-banner .inside-banner-slider .bg-slide.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .inside-banner .inside-banner-slider .bg-slide {
    transition: none;
    animation: none;
  }
}

.inside-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(13, 33, 74, 0.7) 0%, rgba(13, 33, 74, 0.2) 100%);
  z-index: 0;
}

.inside-banner .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@keyframes banner-zoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

@media (max-width: 768px) {
  .inside-banner {
    height: 300px;
    /* More compact on mobile */
  }

  .inside-banner .wrapper {
    padding-bottom: 20px;
    align-items: center;
    /* Center on mobile for better fit */
    text-align: center;
  }

  .inside-banner .wrapper h1 {
    font-size: 32px;
    width: 100%;
  }

  .inside-banner .wrapper ul {
    display: none;
  }
}

.title1 {
  position: relative;
}

.title1 h2 {
  position: relative;
  background-color: var(--clr-secondary-500);
  color: var(--clr-neutral-100);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0em;
  text-transform: capitalize;
  padding: 0.277em 0.7em;
  display: inline-block;
  margin: 0 0 15px;
  line-height: 1.45em;
}

.title1 h1 {
  position: relative;
  color: var(--clr-neutral-100);
  font-weight: 600;
  font-size: 43px;
  letter-spacing: -0.5px;
  line-height: 1;
}

@media (max-width: 768px) {
  .title1 h2 {
    font-size: 13px;
  }

  .title1 h1 {
    font-size: 36px;
  }
}

.social {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.social li {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.social li a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social li svg {
  width: auto;
  height: 11px;
  fill: var(--clr-neutral-100);
}

.social li:hover {
  background-color: var(--clr-secondary-500);
}

.social li:hover svg {
  fill: var(--clr-neutral-900);
}

.whatwedo {
  position: relative;
}

.whatwedo .box {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
}

.whatwedo .box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 31, 96, 0.4);
  mix-blend-mode: multiply;
  z-index: 1;
}

.whatwedo .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: #58ade7;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}

.whatwedo .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all 0.5s ease-in-out;
}

.whatwedo .box .details {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  color: var(--clr-neutral-100);
  z-index: 3;
  bottom: -180px;
  transition: all 0.5s ease-in-out;
}

.whatwedo .box .details .num {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding-left: 30px;
}

.whatwedo .box .details .num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: var(--clr-neutral-100);
}

.whatwedo .box .details h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
}

.whatwedo .box .details p {
  font-size: 14px;
  font-weight: 500;
  max-width: 480px;
  opacity: 0;
  color: var(--clr-neutral-100);
  transition: all 0.5s ease-in-out;
}

.whatwedo .box:hover::after {
  top: 0;
}

.whatwedo .box:hover .bg {
  scale: 1.15;
}

.whatwedo .box:hover .details {
  bottom: 0;
}

.whatwedo .box:hover .details p {
  opacity: 1;
  transition: opacity 0.5s 0.3s ease-in-out;
}

.ourGroupHome {
  background-color: var(--clr-neutral-100);
  overflow: hidden;
  padding: 50px 0;
}

.ourGroupHome .services-vertical-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0 10%;
}

.ourGroupHome .service-item {
  transition: all 0.4s ease;
  /* border-bottom: 1px solid rgb(61, 157, 222); */
  padding-bottom: 10px;
  margin-bottom: 10px !important;
}

.ourGroupHome .service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.ourGroupHome .service-text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ourGroupHome .service-text-content .service-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.ourGroupHome .service-text-content .service-title-row img {
  width: 216px;
  max-width: 216px;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.ourGroupHome .service-text-content .service-title-row img.logo-reduced-10 {
  width: 194px;
  max-width: 194px;
}

.ourGroupHome .service-text-content .service-title-row h2 {
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-secondary-500);
  margin: 0;
  line-height: 1.2;
}



.ourGroupHome .service-text-content .service-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--clr-neutral-600);
  margin-bottom: 20px;
  max-width: 100%;
}

.ourGroupHome .service-text-content .amjaad-readmore {
  align-self: flex-end;
}







.ourGroupHome .service-image-wrapper {
  position: relative;
  width: 550px;
  max-width: 100%;
  height: 310px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.ourGroupHome .service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.ourGroupHome .service-image-wrapper:hover img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .ourGroupHome .service-text-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 40px;
    text-align: center;
    align-items: center;
  }

  .ourGroupHome .service-text-content .service-title-row {
    align-items: center;
    justify-content: center;
  }


  .ourGroupHome .service-image-wrapper {
    border-radius: 10px;
  }

  .ourGroupHome .service-image-wrapper img {
    height: 310px;
  }

  .ourGroupHome .services-vertical-list {
    gap: 40px;
    padding: 0;
  }
}

.whyAmjaad {
  position: relative;
}

.whyAmjaad .box {
  position: relative;
  padding: 0 18%;
  border-left: 1px solid var(--clr-neutral-100);
}

@media (max-width: 768px) {
  .whyAmjaad .box {
    border: none;
    padding: 20px 0 0;
    border-top: 1px solid var(--clr-neutral-100);
  }
}

.whyAmjaad .box h2 {
  position: relative;
  color: var(--clr-neutral-100);
  font-size: 40px;
  font-weight: 600;
  line-height: 0.8;
}

.whyAmjaad .box h2 span {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .whyAmjaad .box h2 {
    font-size: 32px;
  }
}

.whyAmjaad .box p {
  color: var(--clr-neutral-100);
}

.expertise {
  position: relative;
  background-color: #f8fbff;
}

.expertise .box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.expertise .box .image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 10/13;
  overflow: hidden;
}

.expertise .box .image-wrapper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.expertise .box .card-content {
  position: relative;
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  z-index: 1;
  overflow: hidden;
}

.expertise .box .card-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(61, 157, 222, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(61, 157, 222, 0.08) 1px, transparent 1px), linear-gradient(rgba(61, 157, 222, 0.04) 0.5px, transparent 0.5px), linear-gradient(90deg, rgba(61, 157, 222, 0.04) 0.5px, transparent 0.5px);
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
  z-index: -1;
  opacity: 0.5;
}

.expertise .box h2 {
  position: relative;
  z-index: 3;
  color: var(--clr-primary-500);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  text-transform: none;
  transition: all 0.4s ease;
}

.expertise .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 31, 96, 0.1);
}

.expertise .box:hover .image-wrapper .bg {
  transform: scale(1.08);
}

.expertise .box:hover h2 {
  color: var(--clr-primary-500);
}

/* ===== Process Section ===== */
.process-section {
  position: relative;
  background: linear-gradient(180deg, #deecff 0%, #ffffff 100%);
  overflow: hidden;
}

.process-subtitle {
  font-size: 14px;
  color: #6b7a90;
  line-height: 1.6;
  margin: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 15px rgba(13, 33, 74, 0.12);
  transition: all 0.4s ease;
  padding: 12px;
}

.step-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.process-step:hover .step-logo {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(61, 157, 222, 0.25);
}

.step-card {
  background: #fff;
  border-radius: 12px;
  padding: 75px 24px 30px;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(13, 33, 74, 0.06);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.process-step:hover .step-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(13, 33, 74, 0.08);
  border-color: rgba(61, 157, 222, 0.15);
}

.step-card--highlight {
  background: linear-gradient(135deg, #0d214a 0%, #1a3a6e 100%);
  border-color: transparent;
}

.step-card--highlight h3,
.step-card--highlight p {
  color: #fff !important;
}

.step-card--highlight p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.process-step:hover .step-card--highlight {
  box-shadow: 0 10px 30px rgba(13, 33, 74, 0.25);
}

.step-card h3 {
  color: #0d214a;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-card p {
  color: #6b7a90;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 991px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 576px) {
  .process-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .step-logo {
    width: 60px;
    height: 60px;
    margin-bottom: -30px;
    padding: 10px;
  }

  .step-card {
    padding: 42px 20px 24px;
  }
}

/* ===== Strategy V2 ===== */
.strategy-v2 {
  position: relative;
  background: linear-gradient(135deg, #0d214a 0%, #1a3a6e 50%, #2a7eb8 100%);
  overflow: hidden;
  padding: 60px 0 !important;
  /* Reduced from 80px/90px */
}

.strategy-v2::before,
.strategy-v2::after,
.strategy-v2-glow {
  display: none !important;
}

.strategy-v2 .container {
  position: relative;
  z-index: 2;
}

.strategy-v2__label {
  display: inline-block;
  padding: 4px 14px;
  background: rgba(104, 198, 88, 0.9) !important;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 16px !important;
}

.strategy-v2__heading {
  font-weight: 700 !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  color: #fff !important;
  line-height: 1.15 !important;
  letter-spacing: -0.5px;
}

.strategy-v2 .btn2 {
  display: inline-flex;
  border: none;
  background: transparent;
}

.strategy-v2 .btn2 .text {
  color: #fff !important;
  font-weight: 700;
}

.strategy-v2 .btn2 .text::before {
  background-color: #fff;
}

.strategy-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 8%;
}

.strategy-v2__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--clr-secondary-500);
  border-radius: 12px;
  padding: 18px 18px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.strategy-v2__item::before,
.strategy-v2__item::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0.08;
  z-index: -1;
  pointer-events: none;
}

.strategy-v2__item::before {
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background-image: repeating-linear-gradient(-45deg,
      rgba(9, 33, 82, 0.04) 0px,
      rgba(9, 33, 82, 0.04) 1px,
      transparent 1px,
      transparent 6px);
}

.strategy-v2__item::after {
  bottom: -20px;
  left: -20px;
  width: 80px;
  height: 80px;
  background-image: repeating-linear-gradient(45deg,
      rgba(104, 198, 88, 0.06) 0px,
      rgba(104, 198, 88, 0.06) 1px,
      transparent 1px,
      transparent 6px);
}


.strategy-v2__item:hover {
  background: #fff;
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(9, 33, 82, 0.08);
}

.strategy-v2__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 31, 96, 0.08);
  /* Theme-colored line */
}

.strategy-v2__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.strategy-v2__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(43%) sepia(85%) saturate(543%) hue-rotate(162deg) brightness(91%) contrast(92%);
  /* Theme blue color (#3d9dde) */
}

.strategy-v2__item:hover .strategy-v2__icon {
  transform: scale(1.1);
}

.strategy-v2__item h3 {
  color: var(--clr-primary-500);
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.strategy-v2__item p {
  color: var(--clr-neutral-600);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .strategy-v2__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .strategy-v2__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== News & Insights ===== */
.news-section {
  position: relative;
  background: #f8fafd;
  padding: 80px 0;
}

.news-section .news-section__heading {
  font-weight: 700 !important;
  font-size: clamp(28px, 4vw, 42px) !important;
  color: #0d214a !important;
  line-height: 1.2 !important;
  margin-top: 5px;
}



.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0d214a;
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  position: relative;
}

.view-all-btn::after {
  content: "→";
  font-size: 1.4rem;
  font-weight: 300;
  color: #68C658;
  transition: transform 0.4s ease;
}

.view-all-btn:hover {
  color: #68C658;
}

.view-all-btn:hover::after {
  transform: translateX(8px);
}

.newsSwiper .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.news-card {
  display: flex;
  flex-direction: column;
  height: 100% !important;
  background: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(9, 33, 74, 0.08);
  border-color: rgba(61, 157, 222, 0.2);
}

.news-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  margin-bottom: 0;
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.news-card__date-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #68C658;
  color: #fff;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
}

.news-card__content {
  padding: 24px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.news-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--clr-primary-500);
  line-height: 1.25;
  margin-bottom: 25px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
  font-family: var(--ff-heading);
  letter-spacing: 0em;
}

.amjaad-readmore--news {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  margin-left: auto;
  color: #68C658;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #68C658;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.amjaad-readmore--news::after {
  content: "→";
  font-size: 1.2rem;
}

.amjaad-readmore--news:hover {
  opacity: 0.7;
}






.newsInsights .box:hover .details p {
  margin-bottom: 0px;
  opacity: 1;
}

.join-network-v2 {
  position: relative;
  width: 100%;
  min-height: 550px;
  background: url("../images/bg/invest-bg.webp") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  display: flex;
  align-items: center;
  overflow: visible;
}

.join-network-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(9, 33, 82, 0.4) 0%, rgba(9, 33, 82, 0.1) 70%);
  z-index: 1;
}

.join-card {
  position: relative;
  max-width: 480px;
  z-index: 5;
  margin-left: auto;
  margin-right: 10%;
}

@media (max-width: 768px) {
  .join-card {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.join-card__inner {
  position: relative;
  background: rgb(9 33 82 / 23%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(20px);
  padding: 50px 45px;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 5px solid var(--clr-secondary-500);
}

.join-card__content {
  position: relative;
  z-index: 2;
}

.join-card__label {
  display: inline-block;
  padding: 4px 12px;
  background: var(--clr-secondary-500);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.join-card__heading {
  font-size: clamp(20px, 3vw, 28px);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: 0.2px;
}

.join-card .signature-bg-grid {
  display: none;
}

.join-card__footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}

.container--relative {
  position: relative;
}

.about-sec1 {
  background: #fff;
  position: relative;
  margin-top: 60px;
  /* Space after banner */
}

.creative-photo-wrapper {
  position: relative;
  padding: 15px;
  display: inline-block;
  max-width: 100%;
}

.photo-bg-accent {
  display: none;
}

.creative-photo-wrapper .photo {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s ease;
  border-radius: 4px;
}

.about-sec1 .photo {
  box-shadow: 20px 20px 0px -5px var(--clr-primary-500);
}

.about-sec1 .photo:hover {
  transform: translate(-10px, -10px);
  box-shadow: 30px 30px 0px -5px var(--clr-secondary-500);
}

.main-photo {
  border-radius: 4px;
  max-width: 100%;
  height: 320px;
  /* Reduced height as requested */
  width: auto;
  margin-inline: auto;
  /* Center horizontally */
  display: block;
}

.story-content p {
  font-size: 18px !important;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--clr-neutral-700);
}

.intro-lead-content p {
  font-size: 16px !important;
  line-height: 1.5;
  color: var(--clr-primary-500);
  font-weight: 500;
}

.creative-content-wrapper {
  position: relative;
  padding-left: 40px;
}

.brand-accent-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #5DADE2;
}

.section-tag {
  font-family: var(--ff-secondary);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5DADE2;
  margin-bottom: 20px;
  font-weight: 700;
}

.bod-section {
  background-color: #5DADE2 !important;
}


.modern-team-section .title1 .creative-headline,
.roadmap-bauhaus-section .title1 .creative-headline,
.about-sec1 .title1 .creative-headline,
.statements .title1 .creative-headline,
.bod-section .title1 .creative-headline,
.policy-hero-section .creative-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 43px;
  /* Reduced by 10% for better balance */
  line-height: 1.1;
  color: var(--clr-primary-500) !important;
  font-weight: 600;
  margin-bottom: 0px;
  text-align: left;
}

.intro-lead-content {
  padding-left: 20px;
  border-left: 2px solid var(--clr-grey-100);
}

.intro-lead-content .lead-para {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}

.text-accent {
  color: #68C658 !important;
  /* font-style: italic; */
}

.policy-hero-section .text-accent {
  color: #68C658;
}

.lead-para {
  font-size: 1.05rem;
  color: var(--clr-neutral-800);
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 25px;
}

.story-content p {
  color: var(--clr-neutral-600);
  line-height: 1.8;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .creative-content-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }

  .brand-accent-line {
    display: none;
  }

  .creative-headline {
    font-size: 38px;
  }

  .intro-lead-content {
    padding-left: 0;
    border-left: none;
  }
}

.about-sec2 .photo {
  height: 100%;
  margin-right: -4.6875em;
}

@media (max-width: 768px) {
  .about-sec2 .photo {
    margin-right: 0;
  }
}

.teamBox {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.teamBox .profilePhoto {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
}

.teamBox .profilePhoto img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.teamBox h3 {
  position: relative;
  color: var(--clr-neutral-100);
  font-weight: 600;
  margin-bottom: 0;
}

.teamBox p {
  color: var(--clr-neutral-100);
}

.teamBox2 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}

.teamBox2 .profilePhoto {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.teamBox2 .profilePhoto img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.teamBox2 h3 {
  position: relative;
  font-size: 24px;
  color: var(--clr-primary-500);
  font-weight: 600;
  margin-bottom: 0;
}

.teamBox2 p {
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-secondary-500);
}

/* --- Creative Statements Section --- */
/* --- High-Density Creative Statements --- */
.statements {
  background: #fff;
  padding-bottom: 0 !important;
}

.statements-content-vessel {
  background: #3d9dde38;
  padding: 60px;
  border-radius: 20px 0 0 20px;
  position: relative;
}

.statements-content-vessel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.principle-item {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid rgba(9, 33, 82, 0.05);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* --- Bauhaus Iconic Grid Roadmap --- */
.roadmap-bauhaus-section {
  position: relative;
}

.roadmap-bauhaus-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  padding-top: 20px;
}

.iconic-step-tile {
  background: #fff;
  padding: 20px 20px;
  border: 1px solid rgba(9, 33, 82, 0.05);
  border-radius: 20px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.iconic-step-tile:hover {
  border-color: #5DADE2;
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(9, 33, 82, 0.05);
}

.tile-icon-vessel {
  width: 80px;
  height: 80px;
  background: rgba(93, 173, 226, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #5DADE2;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.5s ease;
}

.iconic-step-tile:hover .tile-icon-vessel {
  background: #5DADE2;
  color: #fff;
  transform: scale(1.1);
}

.tile-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(93, 173, 226, 0.3);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s ease;
}

.iconic-step-tile:hover .tile-shape {
  opacity: 1;
  width: 140%;
  height: 140%;
}

.tile-number {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 700;
  color: #5DADE2;
  margin-bottom: 10px;
}

.tile-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--clr-primary-500);
  margin-bottom: 15px;
  line-height: 1.2;
}

.tile-desc {
  font-size: 17px;
  line-height: 1.6;
  color: var(--clr-neutral-600);
  margin-bottom: 0;
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .roadmap-bauhaus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .roadmap-bauhaus-grid {
    grid-template-columns: 1fr;
  }

  .iconic-step-tile {
    padding: 30px 20px;
  }
}

.principle-item::before {
  content: attr(data-letter);
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 150px;
  font-weight: 700;
  color: rgba(9, 33, 82, 0.03);
  z-index: 0;
  transition: all 0.5s ease;
}

.principle-info {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 40px;
}

.principle-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  color: var(--clr-primary-500);
  margin-bottom: 0;
  width: 150px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.principle-desc {
  color: var(--clr-neutral-600);
  font-size: 1.05rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.compact-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.compact-values li {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--clr-primary-500);
  opacity: 0.6;
}

.principle-accent {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--clr-secondary-500);
  transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Overlapping Photo Frame */
.overlapping-photo-frame {
  position: relative;
  height: 500px;
  /* Restore to 500px for better vertical presence */
  width: 100%;
  margin-left: -50px;
  /* Creative overlap */
  z-index: 10;
  /* Ensure it stays above background elements */
}

.overlapping-photo-frame .swiper {
  height: 100%;
}

.accent-backdrop {
  position: absolute;
  top: 40px;
  bottom: 40px;
  right: -20px;
  width: 100%;
  background: var(--clr-primary-500);
  border-radius: 0 20px 20px 0;
  z-index: -1;
}

.photo-vessel {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  /* Prioritize top/center to see full group/faces */
  transition: transform 1.5s ease;
}

.swiper-slide-active .hero-img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .statements-content-vessel {
    border-radius: 20px;
    padding: 30px;
  }

  .overlapping-photo-frame {
    margin-left: 0;
    margin-top: -30px;
    height: 440px;
  }

  .accent-backdrop {
    display: none;
  }

  .principle-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .principle-title {
    width: 100%;
    font-size: 28px;
  }
}

/* --- Elegant Architectural Slat Gallery --- */
.elegant-slat-gallery {
  display: flex;
  height: 600px;
  width: 100%;
  gap: 15px;
  margin-top: 30px;
}

.slat-item {
  position: relative;
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  background: var(--clr-primary-500);
}

.slat-item:hover {
  flex: 2.5;
}

.slat-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slat-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.6);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(1.1);
}

.slat-item:hover .slat-background img {
  filter: grayscale(0) brightness(0.8);
  transform: scale(1);
}

.slat-background::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(9, 33, 82, 0.9), transparent);
  z-index: 1;
}

.slat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 2;
  color: #fff;
  transition: all 0.5s ease;
}

.slat-header {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}

.slat-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--clr-secondary-500);
  opacity: 0.8;
}

.slat-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.slat-body {
  max-width: 450px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}

.slat-item:hover .slat-body {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0.3s;
}

.slat-body p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
}

.slat-values-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.slat-values-list li {
  padding: 5px 18px;
  background: rgba(104, 198, 88, 0.2);
  border: 1px solid var(--clr-secondary-500);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.slat-accent-line {
  width: 60px;
  height: 3px;
  background: var(--clr-secondary-500);
  transition: width 0.8s ease;
}

.slat-item:hover .slat-accent-line {
  width: 150px;
}

/* Specificity fix for headline italics */
.creative-headline .italic {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .slat-title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .elegant-slat-gallery {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .slat-item {
    min-height: 300px;
    flex: none !important;
  }

  .slat-body {
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    max-width: 100%;
  }

  .slat-content {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .statements-content-vessel {
    border-radius: 20px;
    padding: 30px;
  }

  .overlapping-photo-frame {
    margin-left: 0;
    margin-top: -30px;
    height: 440px;
  }

  .accent-backdrop {
    display: none;
  }

  .principle-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .principle-title {
    width: 100%;
    font-size: 28px;
  }
}

.perk {
  position: relative;
}

.perk .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.perk .box h3 {
  position: relative;
  font-size: 16px;
  color: var(--clr-primary-500);
  font-weight: 600;
  margin: 0;
}

.from {
  position: relative;
}

.from input,
.from select,
.from textarea {
  position: relative;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid var(--clr-neutral-400);
}

.contact {
  position: relative;
}

.contact .details {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .contact .details {
    flex-direction: column;
  }
}

.contact .details li {
  position: relative;
  width: 33.3%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-right: 1px solid var(--clr-neutral-400);
}

@media (max-width: 768px) {
  .contact .details li {
    width: 100%;
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--clr-neutral-400);
  }
}

.contact .details li:last-child {
  border: 0;
}

.contact .details li h2 {
  position: relative;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.contact .details li p {
  max-width: 300px;
  margin: 0;
}

.visionSec {
  position: relative;
}

.visionSec .box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.visionSec .box .icon {
  width: 75px;
}

.visionSec .box h2 {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: var(--clr-primary-500);
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--clr-neutral-400);
  width: 100%;
}

.visionSec .box p {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: var(--clr-primary-500);
}

.strategy2 {
  position: relative;
}

.strategy2 .accordion .accordion-item:first-of-type,
.strategy2 .accordion .accordion-item:last-of-type,
.strategy2 .accordion .accordion-button {
  border-radius: 0;
}

.strategy2 .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.strategy2 .accordion .accordion-body {
  border-top: 1px solid var(--clr-neutral-100);
}

.strategy2 .accordion .accordion-item {
  background-color: #d6eeff;
  margin-bottom: 15px;
  border: 0;
}

.strategy2 .accordion .accordion-button {
  background-color: #ecf7ff;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--clr-primary-500);
}

/* --- CSR Page Modern Layout --- */
.csr-page-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.csr-page-hero .title1 h1,
.csr-impact-section .title1 h1,
.csr-commitment-section .title1 h1 {
  color: var(--clr-primary-500) !important;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  max-width: 24ch;
}

.csr-lead {
  color: #37557c;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  line-height: 1.72 !important;
  margin-bottom: 18px;
}

.csr-key-points {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.csr-key-points li {
  position: relative;
  border-radius: 10px;
  padding: 11px 14px 11px 18px;
  background: #f5f9ff;
  border: 1px solid rgba(47, 141, 224, 0.18);
  color: #1f3f6f;
  font-size: 15px;
  line-height: 1.5;
}

.csr-key-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(180deg, #68c658 0%, #3d9dde 100%);
}

.csr-hero-media,
.csr-commitment-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 74, 0.08);
  box-shadow: 0 20px 40px rgba(13, 33, 74, 0.06);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}

.csr-hero-media:hover,
.csr-commitment-media:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(13, 33, 74, 0.12);
  border-color: rgba(61, 157, 222, 0.2);
}

.csr-hero-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 1.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.csr-hero-media:hover img {
  transform: scale(1.06);
}

.csr-commitment-media img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 240px;
  object-fit: cover;
}

.csr-metrics {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.csr-metric-card {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(13, 33, 74, 0.14);
  padding: 16px;
}

.csr-metric-card h3 {
  margin: 0 0 6px;
  color: #0d2b5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.csr-metric-card p {
  margin: 0;
  color: #4b6283 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.csr-impact-section {
  position: relative;
  overflow: hidden;
  background: #eef5fb;
}

.csr-impact-section::before {
  content: none;
}

.csr-impact-shell {
  position: relative;
  z-index: 1;
  padding: 0;
}

.csr-impact-shell::before {
  content: none;
}

.csr-impact-shell::after {
  content: none;
}

.csr-image-divider {
  position: relative;
  width: 100%;
  height: 320px;
  background-image: url('../images/our-group/ddd-1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.alliance-image-divider {
  position: relative;
  width: 100%;
  height: 480px;
  background-image: url('../images/partnership/04.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.csr-image-divider::before,
.alliance-image-divider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 33, 74, 0.36);
}

.ppp-image-divider {
  background-image: url('../images/partnership/01.jpeg');
}

.ppp-commitment-media img {
  object-fit: contain;
  background: #ffffff;
  min-height: 440px !important;
  max-height: none !important;
  padding: 10px;
}

.csr-impact-intro {
  margin: 0;
  max-width: 30ch;
  color: #3f5d83;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.csr-impact-grid {
  position: relative;
  margin-top: 22px;
}

.csr-impact-card {
  --impact-color: #2f8de0;
  --impact-color-soft: rgba(47, 141, 224, 0.12);
  height: 100%;
  position: relative;
  border-radius: 0;
  background: transparent;
  border: 0;
  padding: 0 12px 0 20px;
  box-shadow: none;
  transition: opacity 0.3s ease;
}

.csr-impact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 2px;
  background: var(--impact-color);
  border-radius: 2px;
}

.csr-impact-card:hover {
  opacity: 0.92;
}

.csr-impact-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.csr-impact-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: var(--impact-color);
  background: transparent;
  font-size: 16px;
  flex-shrink: 0;
}

.csr-impact-card h3 {
  margin: 0;
  color: #0d2b5b;
  font-size: clamp(17px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.24;
}

.csr-impact-card p {
  margin: 0;
  color: #4b6283 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.csr-impact-card.impact-brand {
  --impact-color: #2f8de0;
  --impact-color-soft: rgba(47, 141, 224, 0.14);
}

.csr-impact-card.impact-people {
  --impact-color: #68c658;
  --impact-color-soft: rgba(104, 198, 88, 0.14);
}

.csr-impact-card.impact-innovation {
  --impact-color: #2f8de0;
  --impact-color-soft: rgba(47, 141, 224, 0.14);
}

.csr-impact-card.impact-stakeholder {
  --impact-color: #68c658;
  --impact-color-soft: rgba(104, 198, 88, 0.14);
}

.csr-commitment-section {
  background: #ffffff;
}

.csr-commitment-cta {
  text-align: right;
}

@media (max-width: 991px) {

  .csr-page-hero .title1 h1,
  .csr-impact-section .title1 h1,
  .csr-commitment-section .title1 h1 {
    max-width: 100%;
    font-size: clamp(28px, 7vw, 40px);
  }

  .csr-hero-media img {
    min-height: 260px;
  }

  .csr-commitment-media img {
    min-height: 220px;
    max-height: 260px;
  }

  .csr-metrics {
    grid-template-columns: 1fr;
  }

  .csr-image-divider {
    height: 220px;
    background-attachment: scroll;
  }

  .csr-impact-shell {
    padding: 0;
  }

  .csr-impact-intro {
    max-width: 100%;
    margin-left: 0;
  }

  .csr-impact-card {
    padding: 0 0 0 16px;
  }
}

@media (min-width: 992px) {
  .csr-impact-card {
    min-height: 0;
  }

  .csr-impact-grid>div:nth-child(even) {
    margin-top: 0;
  }
}

footer {
  position: relative;
  background-color: var(--clr-primary-500);
}

footer .topSec {
  position: relative;
  display: flex;
}

@media (max-width: 768px) {
  footer .topSec {
    flex-direction: column;
  }
}

footer .topSec .logo {
  width: 233px;
}

footer .topSec .logo img {
  max-width: 165px;
}

footer .topSec .subscription {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (max-width: 768px) {
  footer .topSec .subscription {
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-start;
  }
}

footer .topSec .subscription h2 {
  position: relative;
  font-size: 24px;
  color: var(--clr-neutral-100);
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-left: 250px;
}

footer .topSec .subscription h2::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: rgba(127, 154, 207, 0.2);
  margin-left: -250px;
  top: 50%;
}

@media (max-width: 768px) {
  footer .topSec .subscription h2 {
    padding-left: 0;
  }

  footer .topSec .subscription h2::before {
    display: none;
  }
}

footer .topSec .subscription input {
  position: relative;
  width: 322px;
  padding: 12px;
  background: none;
  border: none;
  border-bottom: 1px solid var(--clr-neutral-100);
  outline: none;
  color: var(--clr-neutral-100);
  font-size: 14px;
}

footer .topSec .subscription input::-moz-placeholder {
  color: #95beeb;
}

footer .topSec .subscription input::placeholder {
  color: #95beeb;
}

@media (max-width: 768px) {
  footer .topSec .subscription input {
    width: 100%;
  }
}

footer .links {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(127, 154, 207, 0.2);
  padding-right: 16px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  footer .links {
    border-right: none;
  }
}

footer .links h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1em;
  color: var(--clr-secondary-500);
}

footer .links ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

footer .links ul li {
  position: relative;
}

footer .links ul li a {
  position: relative;
  font-size: 16.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgb(127, 154, 207);
  font-weight: 500;
  text-decoration: none;
}

footer .links ul li a span {
  display: inline-block;
}

footer .links ul li a i {
  color: var(--clr-secondary-500);
  font-size: 13.3px;
}

footer .links ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: var(--clr-secondary-500);
  bottom: -6px;
  transition: all 0.5s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

footer .links ul li a:hover::before {
  width: 100%;
}

footer .bottomSec {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid rgba(127, 154, 207, 0.2);
}

footer .bottomSec p {
  padding: 0;
  margin: 0;
  font-size: 12.3px;
  font-weight: 300;
  margin: 0;
  color: rgb(127, 154, 207);
}

footer .bottomSec p span {
  color: var(--clr-secondary-500);
}

.whatwedo {
  position: relative;
  overflow: hidden;
}

.whatwedo .title1 h1 {
  font-size: clamp(32px, 5vw, 35px);
  line-height: 1.1;
}

.whatwedo .swiper-nav-wrapper .swiper-button-prev,
.whatwedo .swiper-nav-wrapper .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(9, 33, 82, 0.6);
  border-radius: 50%;
  color: var(--clr-primary-500);
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.whatwedo .swiper-nav-wrapper .swiper-button-prev::after,
.whatwedo .swiper-nav-wrapper .swiper-button-next::after {
  display: none;
}

.whatwedo .swiper-nav-wrapper .swiper-button-prev i,
.whatwedo .swiper-nav-wrapper .swiper-button-next i {
  font-size: 14px;
  color: var(--clr-primary-500);
}

.whatwedo .swiper-nav-wrapper .swiper-button-prev:hover,
.whatwedo .swiper-nav-wrapper .swiper-button-next:hover {
  background: var(--clr-secondary-500);
  border-color: var(--clr-secondary-500);
  color: #fff;
}

.signature-card {
  position: relative;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 20px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.signature-image {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0 15px 45px rgba(0, 31, 96, 0.12);
}

.signature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.signature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(13, 33, 74, 0.3));
  z-index: 2;
  transition: all 0.5s ease;
}

.signature-content {
  position: relative;
  width: 94%;
  margin-left: auto;
  margin-inline: auto;
  margin-top: -80px;
  background: rgba(235, 245, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(61, 157, 222, 0.2);
  padding: 20px 25px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  color: #0d214a;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.signature-content .amjaad-readmore {
  align-self: flex-end;
  margin-top: auto;
}

.signature-number {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(13, 33, 74, 0.05);
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s ease;
  font-family: 'Montserrat', sans-serif;
}

.signature-card:hover .signature-number {
  color: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}


.signature-content--alt {
  margin-left: 0;
  margin-right: auto;
}

.signature-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(13, 33, 74, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 33, 74, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.2;
}

.signature-title {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  color: #0d214a;
}

.signature-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #68C658;
  transition: width 0.4s ease;
}

.signature-card:hover .signature-title::after {
  width: 80px;
}


.signature-text {
  font-size: 14px;
  line-height: 1.6;
  /* margin-bottom: 25px; */
  font-weight: 400;
  color: #4a5568;
  position: relative;
  z-index: 2;
  min-height: calc(1.6em * 4);
}




.signature-readmore:hover::after {
  width: 100%;
}

.signature-readmore .arrow {
  font-size: 20px;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.signature-card:hover .signature-image img {
  transform: scale(1.1);
}

.signature-card:hover .signature-overlay {
  background: rgba(13, 33, 74, 0.4);
}

.signature-card:hover .signature-content {
  transform: translateY(-15px);
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(104, 198, 88, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.signature-card:hover .signature-readmore {
  color: #0d214a;
}

.signature-card:hover .signature-readmore .arrow {
  transform: translateX(10px);
}


@media (max-width: 991px) {
  .signature-content {
    width: 95%;
    padding: 30px;
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .signature-image {
    height: 300px;
  }

  .signature-content {
    width: 100%;
    margin: 0;
    margin-top: -20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}







.whyAmjaad {

  position: relative;
  overflow: hidden;
  background: #0d214a;
  /* Dark Blue */
  padding: 40px 0;
}


.whyAmjaad::before,
.whyAmjaad::after {
  display: none !important;
}

.whyAmjaad .container {
  position: relative;
  z-index: 1;
}

.whyAmjaad .title1 h2 {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(104, 198, 88, 0.1);
  color: #68C658 !important;
  font-size: 11px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-bottom: 20px !important;
}

.whyAmjaad .title1 h1 {
  font-size: clamp(24px, 3vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #fff !important;
  /* White */
  text-transform: none;
}


.whyAmjaad .box {
  position: relative;
  padding-left: 40px;
  border-left: 3px solid #68C658;
}

@media (max-width: 768px) {
  .whyAmjaad .box {
    border-left: none;
    border-top: 3px solid #68C658;
    padding: 30px 0 0;
    margin-top: 30px;
  }
}

.whyAmjaad .box h2 {
  display: block;
  position: relative;
  color: #3d9dde;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 5px;
}


.whyAmjaad .box h2 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  /* White */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

.whyAmjaad .box p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  /* Slightly transparent white */
  font-weight: 400;
  margin-bottom: 25px;
}


.whyAmjaad .btn1 {
  background: #fff;
  /* White background to pop */
  padding: 4px 25px 4px 6px;
  border-radius: 50px;
  transition: all 0.4s ease;
}

.whyAmjaad .btn1 .icon {
  background-color: #0d214a;
  /* Navy icon circle */
  width: 40px;
  height: 40px;
}

.whyAmjaad .btn1 .text {
  font-weight: 600;
  color: #0d214a;
  /* Navy text */
}

.whyAmjaad .btn1:hover {
  background: #68C658;
  transform: translateY(-3px);
}

.whyAmjaad .btn1:hover .text {
  color: #fff;
}

.whyAmjaad .btn1:hover .icon {
  background-color: #fff;
  transform: scale(0.9);
}





.whatwedo .wwd-box:hover .image-wrapper img {
  transform: scale(1.05);
}

.whatwedo .wwd-box:hover .details-box {
  transform: translateY(-5px);
}

.roadmap-section {
  background-color: var(--clr-primary-500);
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}



.roadmap-section .container {
  position: relative;
  z-index: 1;
}




.roadmap-section .roadmap-main-title {
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 1.9rem;
}

.roadmap-section .roadmap-main-desc {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 450px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 1.5rem;
}

.roadmap-section .roadmap-left {
  position: relative;
  padding-top: 30px;
}

.roadmap-section .roadmap-list {
  display: flex;
  flex-direction: column;
}

.roadmap-section .roadmap-item {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 35px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.roadmap-section .roadmap-item:last-child {
  border-bottom: none;
}

.roadmap-section {
  background: linear-gradient(135deg, #0d214a 0%, #1c3a70 100%) !important;
  position: relative;
  overflow: hidden;
}

.roadmap-section .roadmap-item:hover {
  transform: translateX(10px);
  background: rgba(255, 255, 255, 0.05);
  padding-left: 20px;
  border-radius: 12px;
}


.roadmap-section .roadmap-icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid rgba(255, 255, 255, 0.2); */
  /* border-radius: 12px; */
  /* background: rgba(255, 255, 255, 0.1); */
  transition: all 0.4s ease;
}


.roadmap-section .roadmap-icon img {
  width: 32px;
  height: 32px;
  transition: all 0.4s ease;
}

.roadmap-section .roadmap-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3d9dde;
}

.roadmap-section .roadmap-content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .roadmap-section .roadmap-list {
    padding-left: 0 !important;
    margin-top: 40px;
  }

  .roadmap-section .roadmap-item {
    flex-direction: column;
    gap: 15px;
  }
}

.parallax-divider {
  width: 100%;
  height: 450px;
  background-image: url("../images/what-we-do/Real-Estate-Dev.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.parallax-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 33, 74, 0.2);
  /* Subtle dark overlay */
}

@media (max-width: 768px) {
  .parallax-divider {
    height: 300px;
    background-attachment: scroll;
    /* Disable fixed bg on mobile for better performance */
  }
}

/* --- Modern Team Section (Reference Inspired) --- */
.modern-team-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.modern-team-section .creative-content-wrapper {
  transform: translateY(-10%);
}

.decorative-pattern {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  background-image: radial-gradient(rgba(13, 33, 74, 0.04) 1px, transparent 1px);
  background-size: 25px 25px;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle, black 40%, transparent 100%);
  mask-image: radial-gradient(circle, black 40%, transparent 100%);
}

.decorative-pattern::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 20%;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(104, 198, 88, 0.08);
  /* Brand secondary with very low opacity */
  border-radius: 50%;
  z-index: -1;
}

.decorative-pattern::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 5%;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(13, 33, 74, 0.05);
  /* Brand primary with low opacity */
  border-radius: 50%;
  z-index: -1;
}

.btn-join-team {
  display: inline-block;
  padding: 14px 35px;
  background-color: #0d214a;
  /* Brand primary */
  color: #fff !important;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-join-team:hover {
  background-color: #68C658;
  /* Brand secondary */
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(104, 198, 88, 0.2);
}

.modern-team-card {
  background: #ffffff;
  /* Card body is white to contrast with image bg */
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.modernTeamSwiper .swiper-slide {
  height: auto;
  display: flex;
}


.modernTeamSwiper .swiper-pagination-bullet {
  background: var(--clr-secondary-500) !important;
}

.modern-team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.modern-team-card .member-photo {
  width: 100%;
  height: 350px;
  /* Increased from 280px to make images larger and consistent */
  overflow: hidden;
  background-color: #f7fbf7;
  /* Light mint background matching original BOD images */
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  /* Fixes border-radius clipping during scale */
}

.modern-team-card .member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  /* Keeps faces visible when height is reduced */
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-team-card.bod-card .member-photo img {
  transform: scale(1.3);
  transform-origin: top center;
}

.modern-team-card.parveez-card .member-photo img {
  transform: scale(1.1);
  transform-origin: top center;
}

.modern-team-card.chairman-card .member-photo img {
  transform: scale(1.2);
}

.modern-team-card:hover .member-photo img {
  transform: scale(1.03);
}

.modern-team-card.bod-card:hover .member-photo img {
  transform: scale(1.34);
}

.modern-team-card.parveez-card:hover .member-photo img {
  transform: scale(1.13);
}

.modern-team-card.chairman-card:hover .member-photo img {
  transform: scale(1.23);
}

.modern-team-card .member-body {
  padding: 20px;
  flex-grow: 1;
}

.modern-team-card .member-name {
  font-family: var(--ff-primary);
  font-size: 24px;
  color: #0d214a;
  margin-bottom: 2px;
}

.modern-team-card .member-role {
  font-size: 13px;
  color: #68C658;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.modern-team-card .social-icons {
  display: flex;
  gap: 12px;
}

.modern-team-card .social-icons a {
  color: #0d214a;
  font-size: 18px;
  transition: color 0.3s ease;
}

.modern-team-card .social-icons a:hover {
  color: #68C658;
}

.modern-team-card .member-bio {
  font-size: 14px;
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .modern-team-section {
    padding-bottom: 50px;
  }

  .modern-team-card .member-photo {
    height: 350px;
  }
}

.italic {
  font-style: italic;
  font-family: var(--ff-primary);
}

/* --- Dark Theme Overrides for Team Section --- */
.modern-team-section.bg-primary-500 .creative-headline {
  color: #fff !important;
}

.modern-team-section.bg-primary-500 .team-intro p {
  color: rgba(255, 255, 255, 0.8);
  border-left-color: rgba(255, 255, 255, 0.2);
}

.modern-team-section.bg-primary-500 .brand-accent-line {
  background-color: #5DADE2;
}

.modern-team-section.bg-primary-500 .modern-team-card {
  background-color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}


/* --- Dark Theme Overrides for Roadmap Section --- */
.roadmap-bauhaus-section.bg-primary-500 {
  background-color: var(--clr-primary-500) !important;
}

.roadmap-bauhaus-section.bg-primary-500 .creative-headline,
.roadmap-bauhaus-section.bg-primary-500 .tile-title,
.roadmap-bauhaus-section.bg-primary-500 .lead-para {
  color: #fff !important;
}

.roadmap-bauhaus-section.bg-primary-500 .text-accent {
  color: #5DADE2;
  /* Keep accent color but ensure it is bright enough */
}

.roadmap-bauhaus-section.bg-primary-500 .tile-desc {
  color: rgba(255, 255, 255, 0.8) !important;
}

.roadmap-bauhaus-section.bg-primary-500 .iconic-step-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.roadmap-bauhaus-section.bg-primary-500 .iconic-step-tile:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #5DADE2;
}

.roadmap-bauhaus-section.bg-primary-500 .tile-icon-vessel {
  background: rgba(93, 173, 226, 0.15);
}

.roadmap-bauhaus-section.bg-primary-500 .iconic-step-tile:hover .tile-icon-vessel {
  background: #5DADE2;
}


/* --- History Page Specific Styles --- */

.history-tag {
  display: inline-block;
  padding: 6px 15px;
  background-color: #68C658;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 4px;
}

.history-tag.invert {
  background-color: #68C658;
  color: #fff;
}

.history-headline {
  font-family: var(--ff-primary);
  font-size: clamp(28px, 3.5vw, 36px);
  color: var(--clr-primary-500);
  font-weight: 700;
  line-height: 1.2;
}

.history-headline-center {
  font-family: var(--ff-primary);
  font-size: clamp(28px, 3.5vw, 36px);
  color: var(--clr-primary-500);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.history-subtitle {
  font-family: var(--ff-primary);
  font-size: 24px;
  color: var(--clr-primary-500);
  font-weight: 600;
}

.history-lead {
  font-size: 18px;
  color: #68C658;
  font-weight: 600;
}

.history-text p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--clr-neutral-600);
  margin-bottom: 20px;
}

.history-image-vessel img {
  width: 100%;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.chairman-vessel {
  background: #fdfdfd;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
  padding: 0;
}

.chairman-vessel .main-photo {
  height: 500px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  box-shadow: none;
  /* No shadow on the image itself if it's a cutout */
}

.history-image-vessel img:hover {
  transform: translateY(-5px);
}

/* Sector Cards Styling */
.sector-card {
  position: relative;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sector-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 20px;
  background: linear-gradient(to top, rgba(13, 33, 74, 0.9), transparent);
  color: #fff;
  z-index: 2;
}

.sector-overlay h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}

.sector-card:hover img {
  transform: scale(1.1);
}

.sector-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(13, 33, 74, 0.2);
  /* Changed from green to subtle navy shadow */
}

/* Timeline Graphic */
.large-year-graphic {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.year-bg {
  font-size: 100px;
  font-weight: 800;
  color: rgba(93, 173, 226, 0.1);
  line-height: 1;
  font-family: var(--ff-primary);
}

.year-main {
  font-size: 140px;
  font-weight: 900;
  color: #3498DB;
  line-height: 0.8;
  z-index: 2;
  position: relative;
  font-family: var(--ff-primary);
}

.accent-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border: 4px solid #3498DB;
  border-radius: 50%;
  clip-path: polygon(50% 50%, 100% 0, 100% 100%, 0 100%, 0 0);
  /* Create an arc effect */
  opacity: 0.2;
}

.timeline-divider {
  width: 2px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #3498DB, transparent);
  margin: 0 auto;
}

/* History Timeline Neo Redesign */
.history-timeline-neo {
  position: relative;
  background: linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
  padding: 44px 0 !important;
}

.history-timeline-neo::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(52, 152, 219, 0.16) 0%, rgba(52, 152, 219, 0) 70%);
  top: 40px;
  left: -120px;
  pointer-events: none;
}

.history-timeline-neo::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 198, 88, 0.14) 0%, rgba(104, 198, 88, 0) 72%);
  bottom: -120px;
  right: -120px;
  pointer-events: none;
}

.timeline-neo-head {
  position: relative;
  z-index: 2;
  text-align: left;
}

.history-timeline-neo .timeline-neo-title {
  text-align: left;
}

.history-heading-row .bod-header-content {
  margin-bottom: 0;
}

.history-heading-row .bod-heading-label {
  font-size: 12px;
  padding: 4px 11px;
  margin-bottom: 10px;
}

.history-heading-row .bod-title {
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.12;
}

.history-heading-row .bod-description {
  max-width: 56ch;
  color: #1a3768;
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.55;
}

.history-expertise-cta .btn1 {
  background: #ffffff;
  padding: 4px 24px 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(13, 33, 74, 0.12);
  box-shadow: 0 8px 22px rgba(13, 33, 74, 0.08);
  transition: all 0.35s ease;
}

.history-expertise-cta .btn1 .icon {
  width: 42px;
  height: 42px;
  background-color: var(--clr-secondary-500);
}

.history-expertise-cta .btn1 .text {
  font-family: var(--ff-secondary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #0d214a;
}

.history-expertise-cta .btn1:hover {
  background: #68C658;
  border-color: #68C658;
  transform: translateY(-2px);
}

.history-expertise-cta .btn1:hover .text {
  color: #ffffff;
}

.history-expertise-cta .btn1:hover .icon {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .history-expertise-cta {
    justify-content: flex-start !important;
    margin-top: 18px !important;
  }
}

.timeline-neo-subtitle {
  max-width: 62ch;
  margin: 14px 0 0;
  color: #3b5a87;
  font-size: 16px !important;
  line-height: 1.7;
  text-align: left;
}

.timeline-neo-shell {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(13, 33, 74, 0.08);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 16px 40px rgba(13, 33, 74, 0.08);
  backdrop-filter: blur(3px);
}

.timeline-year-panel {
  position: relative;
  border-radius: 20px;
  padding: 22px 18px;
  background: linear-gradient(155deg, #0f2f63 0%, #1a4a90 70%, #2f78bc 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.timeline-year-panel::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  right: -80px;
  top: -70px;
}

.timeline-year-panel::after {
  content: "2006";
  position: absolute;
  bottom: -26px;
  left: 12px;
  font-family: var(--ff-primary);
  font-size: 100px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  letter-spacing: -2px;
}

.timeline-year-kicker {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.timeline-year-main {
  font-family: var(--ff-primary);
  font-size: clamp(52px, 7vw, 80px);
  font-weight: 700;
  line-height: 0.9;
  margin: 16px 0 14px;
  letter-spacing: -1.5px;
}

.timeline-year-panel p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px !important;
  line-height: 1.7;
  max-width: 26ch;
}

.milestone-rail {
  list-style: none;
  margin: 0;
  padding: 2px 0 2px 30px;
  position: relative;
}

.milestone-rail::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(180deg, rgba(52, 152, 219, 0.75) 0%, rgba(104, 198, 88, 0.75) 100%);
}

.milestone-rail-item {
  position: relative;
  margin-bottom: 12px;
}

.milestone-rail-item:last-child {
  margin-bottom: 0;
}

.milestone-dot {
  position: absolute;
  left: -29px;
  top: 26px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #3498DB;
  box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.15);
}

.milestone-content {
  border: 1px solid rgba(13, 33, 74, 0.1);
  border-radius: 16px;
  background: #ffffff;
  padding: 14px 16px;
  box-shadow: 0 8px 22px rgba(13, 33, 74, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.milestone-content:hover {
  transform: translateY(-3px);
  border-color: rgba(104, 198, 88, 0.45);
  box-shadow: 0 12px 28px rgba(13, 33, 74, 0.09);
}

.milestone-label {
  display: inline-block;
  margin-bottom: 6px;
  color: #3d6fb1;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.milestone-content p {
  margin: 0;
  color: #132d5e;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .history-heading-row {
    margin-bottom: 26px !important;
  }

  .history-timeline-neo {
    padding: 34px 0 !important;
  }

  .timeline-neo-shell {
    padding: 16px 12px;
    border-radius: 20px;
  }

  .timeline-year-panel {
    padding: 20px 16px;
  }

  .timeline-year-panel p {
    max-width: 100%;
  }

  .milestone-rail {
    padding-left: 26px;
    margin-top: 8px;
  }

  .milestone-dot {
    left: -25px;
  }

  .milestone-content p {
    font-size: 15px !important;
  }
}

/* Sleek Split-Hero Chairman Redesign */
.chairman-profile-card {
  background: #ffffff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(13, 33, 74, 0.05), 0 20px 80px rgba(0, 0, 0, 0.03);
  display: block;
  /* editorial flow */
  position: relative;
  z-index: 10;
  border: none;
  padding: 40px 60px;
}

/* removed empty ruleset */

.chairman-card-image {
  float: right;
  width: 260px;
  /* Reduced width */
  height: 350px;
  /* Reduced height (approx half of bio area) */
  background-color: #f4f7fa;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 40px;
  border-radius: 20px;
}

.chairman-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.chairman-profile-card:hover .chairman-card-image img {
  transform: scale(1.02);
}

.chairman-heading-area {
  margin-bottom: 35px;
  position: relative;
}

.chairman-badge {
  display: inline-block;
  color: #68C658;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.chairman-name {
  font-family: var(--ff-primary);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 38px);
  color: #0d214a;
  line-height: 1.1;
  margin: 0;
  letter-spacing: -1px;
}

.chairman-full-text {
  width: 100%;
}

.chairman-full-text p {
  color: #666;
  line-height: 1.8;
  font-size: 14px;
  /* Reduced from 15px */
  margin-bottom: 20px;
  font-weight: 400;
  text-align: justify;
}

.chairman-quote-v2 {
  margin: 20px 0 35px 0;
  position: relative;
  padding: 25px 30px;
  background: rgba(104, 198, 88, 0.05);
  border-left: 4px solid #68C658;
  border-radius: 0 12px 12px 0;
}

.chairman-quote-v2::before {
  content: '“';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 60px;
  font-family: serif;
  color: rgba(104, 198, 88, 0.15);
  line-height: 1;
}

.chairman-quote-v2 p {
  font-family: var(--ff-primary);
  font-size: 21px !important;
  color: #0d214a;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.btn-read-bio {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  background-color: transparent;
  color: #0d214a;
  border: 1.5px solid #e0e6ed;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-read-bio:hover {
  background-color: #0d214a;
  border-color: #0d214a;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(13, 33, 74, 0.15);
}

@media (max-width: 1200px) {
  .chairman-card-content {
    padding: 60px 50px;
  }
}

@media (max-width: 991px) {
  .chairman-profile-card {
    padding: 40px 25px;
  }

  .chairman-card-image {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    height: 400px;
  }
}

/* Chairman Section Premium Upgrade */
.chairman-showcase-premium {
  position: relative;
  background: linear-gradient(180deg, #f6f9fd 0%, #eef4fb 100%);
  padding-block: 72px !important;
}

.chairman-showcase-premium .chairman-profile-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
  border: 1px solid rgba(9, 33, 82, 0.08);
  box-shadow: 0 22px 55px rgba(9, 33, 82, 0.1), 0 6px 20px rgba(9, 33, 82, 0.05);
  padding: 28px 36px;
  border-radius: 24px;
}

.chairman-showcase-premium .chairman-card-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 10px 28px;
  align-items: start;
}

.chairman-showcase-premium .chairman-card-image {
  grid-column: 2;
  grid-row: 1 / span 4;
  float: none;
  width: 100%;
  margin: 0;
  height: 390px;
  border-radius: 22px;
  box-shadow: 0 14px 28px rgba(9, 33, 82, 0.16);
  border: 1px solid rgba(9, 33, 82, 0.08);
}

.chairman-showcase-premium .chairman-badge {
  color: #1b57a7;
  background: rgba(27, 87, 167, 0.08);
  border: 1px solid rgba(27, 87, 167, 0.18);
  border-radius: 999px;
  letter-spacing: 1.2px;
  padding: 6px 14px;
}

.chairman-showcase-premium .chairman-name {
  font-size: clamp(32px, 3.9vw, 46px);
  letter-spacing: -0.8px;
  margin-bottom: 2px;
}

.chairman-showcase-premium .chairman-heading-area,
.chairman-showcase-premium .chairman-quote-v2,
.chairman-showcase-premium .chairman-highlights,
.chairman-showcase-premium .chairman-bio-wrap {
  grid-column: 1;
  margin-right: 0;
}

.chairman-showcase-premium .chairman-bio-wrap {
  grid-column: 1 / -1;
  margin-top: 0;
}

.chairman-subline {
  margin: 8px 0 0;
  font-size: 16px;
  color: #3a5f98;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.chairman-showcase-premium .chairman-quote-v2 {
  margin: 12px 0 12px;
  padding: 18px 22px 16px;
  border-left: none;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(104, 198, 88, 0.12) 0%, rgba(93, 173, 226, 0.12) 100%);
  border: 1px solid rgba(61, 157, 222, 0.2);
}

.chairman-showcase-premium .chairman-quote-v2::before {
  content: "\201C";
  top: -2px;
  left: 10px;
  font-size: 46px;
  color: rgba(9, 33, 82, 0.16);
}

.chairman-showcase-premium .chairman-quote-v2 p {
  font-size: 20px !important;
  line-height: 1.45;
  color: #0a2b60;
  font-weight: 600;
}

.chairman-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.chairman-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef5ff;
  border: 1px solid rgba(17, 67, 140, 0.16);
  color: #14428a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.chairman-showcase-premium .chairman-full-text {
  max-width: 100%;
}

.chairman-showcase-premium .chairman-full-text p {
  color: #666;
  line-height: 1.72;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .chairman-showcase-premium .chairman-card-content {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .chairman-showcase-premium .chairman-profile-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .chairman-showcase-premium .chairman-card-image {
    grid-column: 1;
    grid-row: auto;
    height: 330px;
    margin-bottom: 10px;
  }

  .chairman-showcase-premium .chairman-full-text {
    max-width: 100%;
  }

  .chairman-showcase-premium .chairman-heading-area,
  .chairman-showcase-premium .chairman-quote-v2,
  .chairman-showcase-premium .chairman-highlights,
  .chairman-showcase-premium .chairman-bio-wrap {
    grid-column: 1;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .chairman-showcase-premium .chairman-card-image {
    height: 280px;
  }

  .chairman-subline {
    font-size: 14px;
  }

  .chairman-showcase-premium .chairman-quote-v2 p {
    font-size: 19px !important;
  }
}

.milestone-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.milestone-list li {
  font-size: 18px;
  color: var(--clr-primary-500);
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

.milestone-list li:last-child {
  border-bottom: none;
}

/* Expertise Cards */
.sector-card {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 8px;
}

.sector-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.sector-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 33, 74, 0.8), transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.sector-overlay h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.sector-card:hover img {
  transform: scale(1.1);
}

.sector-card:hover .sector-overlay {
  background: linear-gradient(to top, rgba(13, 33, 74, 0.95), transparent);
}

/* Competitive Advantages (Elegant Redesign) */
.advantages-section-elegant {
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.advantages-section-elegant .advantages-shell {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(13, 33, 74, 0.1);
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 249, 255, 0.95) 100%);
  box-shadow: 0 16px 42px rgba(13, 33, 74, 0.1);
  overflow: hidden;
}

.advantages-section-elegant .advantages-shell::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93, 173, 226, 0.16) 0%, rgba(93, 173, 226, 0) 74%);
  top: -150px;
  right: -140px;
  pointer-events: none;
}

.advantages-section-elegant .advantages-shell::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104, 198, 88, 0.14) 0%, rgba(104, 198, 88, 0) 75%);
  bottom: -130px;
  left: -120px;
  pointer-events: none;
}

.advantages-section-elegant .advantages-left {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.advantages-section-elegant .adv-copy-col,
.advantages-section-elegant .adv-grid-col {
  display: flex;
}

.advantages-section-elegant .adv-copy-col .advantages-left,
.advantages-section-elegant .adv-grid-col .advantages-grid {
  width: 100%;
}

.advantages-section-elegant .advantages-left .history-tag {
  align-self: flex-start;
}

.advantages-section-elegant .history-headline {
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.16;
  margin-bottom: 14px !important;
}

.advantages-section-elegant .advantages-lead {
  font-size: 16px !important;
  line-height: 1.66;
  color: #1b3d73;
  margin-bottom: 14px;
}

.advantages-section-elegant .history-text p {
  margin-bottom: 14px;
  font-size: 15px !important;
  line-height: 1.66;
}

.advantages-section-elegant .history-text {
  flex: 1;
}

.advantages-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.adv-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #1a4b8e;
  border: 1px solid rgba(26, 75, 142, 0.2);
  background: #eef5ff;
}

.advantages-section-elegant .advantages-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.advantages-section-elegant .advantage-box {
  position: relative;
  border-radius: 18px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(13, 33, 74, 0.12);
  background: linear-gradient(160deg, #0f2f63 0%, #173f7d 55%, #24569a 100%);
  color: #fff;
  min-height: 220px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.advantages-section-elegant .advantage-box::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 72%);
  top: -62px;
  right: -52px;
}

.advantages-section-elegant .advantage-box:hover {
  transform: translateY(-6px);
  border-color: rgba(104, 198, 88, 0.55);
  box-shadow: 0 14px 30px rgba(13, 33, 74, 0.24);
}

.advantages-section-elegant .advantage-box .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #74d06a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

.advantages-section-elegant .advantage-box h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.advantages-section-elegant .advantage-box p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 991px) {

  .advantages-section-elegant .adv-copy-col,
  .advantages-section-elegant .adv-grid-col {
    display: block;
  }

  .advantages-section-elegant .advantages-shell {
    padding: 20px 14px;
    border-radius: 22px;
  }

  .advantages-section-elegant .advantages-grid {
    grid-template-columns: 1fr;
  }

  .advantages-section-elegant .advantage-box {
    min-height: auto;
  }

  .advantages-section-elegant .history-headline {
    font-size: clamp(32px, 7vw, 44px);
  }
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-view-all:hover {
  background: var(--clr-primary-500);
  color: #fff;
  transform: translateX(5px);
}

.bg-light-soft {
  background-color: #f8faff;
}


/* --- Compliance Pillars Infographic --- */

.compliance-section {
  --compliance-blue: #2f8de0;
  --compliance-blue-dark: #1f6fb5;
  --compliance-blue-soft: #eaf4ff;
  padding: 45px 0;
  background-color: #f4f8fc;
  background-image: radial-gradient(rgba(47, 141, 224, 0.14) 1px, transparent 1px);
  background-size: 24px 24px;
  /* Subtle light shade with theme-dot pattern */
  overflow: hidden;
}

.compliance-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.compliance-title-vessel {
  flex: 0 0 35%;
}

.compliance-title-vessel h2 {
  font-size: clamp(36px, 5.5vw, 63px);
  font-weight: 900;
  color: var(--compliance-blue);
  /* The theme blue shade */
  line-height: 0.85;
  text-transform: uppercase;
  margin: 0;
}

.compliance-title-vessel h2 span {
  display: block;
  color: #25364f;
  font-size: clamp(27px, 3.5vw, 45px);
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 2px;
}

.pillar-path-container {
  flex: 1;
  position: relative;
  padding-left: 80px;
}

/* The curved connector SVG/Line */
.pillar-path-container::before {
  content: '';
  position: absolute;
  left: 40px;
  top: 5%;
  bottom: 5%;
  width: 250px;
  border-left: 2px dashed #c4dcef;
  /* Dotted line like in image */
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  z-index: 0;
}

.pillar-node {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  /* Reduced from 15px */
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.pillar-node:last-child {
  margin-bottom: 0;
}

.pillar-icon-circle {
  width: 65px;
  height: 65px;
  background: linear-gradient(145deg, var(--compliance-blue) 0%, var(--compliance-blue-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(47, 141, 224, 0.32);
  border: 4px solid #fff;
  flex-shrink: 0;
  position: relative;
}

/* Little horizontal connector to the dashed curve */
.pillar-icon-circle::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  width: 40px;
  height: 2px;
  background: var(--compliance-blue);
  opacity: 0.45;
}

.pillar-node:first-child .pillar-icon-circle::before,
.pillar-node:last-child .pillar-icon-circle::before {
  width: 52px;
}

.pillar-details {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 12px 25px;
  border-radius: 10px 34px 34px 10px;
  min-width: 280px;
  width: min(100%, 410px);
  min-height: 58px;
  transition: all 0.3s ease;
  border: 1px solid rgba(47, 141, 224, 0.28);
}

.pillar-node:hover .pillar-details {
  background: var(--compliance-blue-soft);
  box-shadow: 0 10px 24px rgba(47, 141, 224, 0.18);
  border-color: rgba(47, 141, 224, 0.5);
  transform: none;
}

.pillar-details p {
  margin: 0;
  font-size: 14px !important;
  font-weight: 500;
  color: #3f526f;
  text-transform: capitalize;
  line-height: 1.4;
}

.pillar-details p strong {
  color: #1e2f47;
  font-weight: 800;
}

/* Curve Positioning - Offsetting items to create the semi-circle look */
.pillar-node:nth-child(1),
.pillar-node:nth-child(7) {
  margin-left: 100px;
}

.pillar-node:nth-child(2),
.pillar-node:nth-child(6) {
  margin-left: 50px;
}

.pillar-node:nth-child(3),
.pillar-node:nth-child(5) {
  margin-left: 15px;
}

.pillar-node:nth-child(4) {
  margin-left: 0;
}

@media (max-width: 992px) {
  .compliance-grid {
    flex-direction: column;
    text-align: left;
  }

  .pillar-path-container {
    padding-left: 0;
    margin-top: 38px;
  }

  .pillar-path-container::before {
    display: none;
  }

  .pillar-node {
    margin-left: 0 !important;
    justify-content: flex-start;
  }

  .pillar-icon-circle::before {
    display: none;
  }
}



/* --- Policy Page Creative Styles --- */

.policy-hero-section {
  position: relative;
  padding: 50px 0 20px 0;
  /* Reduced bottom padding */
  background-color: #fff;
}

.policy-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(104, 198, 88, 0.1);
  color: #68C658;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.policy-main-headline {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: var(--clr-primary-500);
  line-height: 1.1;
  margin-bottom: 30px;
}

.policy-lead-text {
  font-size: 18px;
  color: var(--clr-neutral-800);
  line-height: 1.6;
  max-width: 800px;
  text-align: justify;
  padding-left: 50px;

}

/* Action Levels Cards */
.action-levels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
}

.action-card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-bottom: 4px solid transparent;
  height: 100%;
}

.action-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.action-card.prevention {
  border-color: #3498DB;
}

.action-card.detection {
  border-color: #68C658;
}

.action-card.response {
  border-color: #5DADE2;
}

.action-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 15px;
}

.prevention .action-icon-box {
  background: rgba(52, 152, 219, 0.1);
  color: #3498DB;
}

.detection .action-icon-box {
  background: rgba(104, 198, 88, 0.1);
  color: #68C658;
}

.response .action-icon-box {
  background: rgba(93, 173, 226, 0.1);
  color: #5DADE2;
}

.action-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--clr-primary-500);
  margin-bottom: 10px;
}

.action-card p {
  font-size: 13px;
  color: var(--clr-neutral-600);
  line-height: 1.5;
  margin-bottom: 0;
}

/* 7 Pillars Grid */
.pillars-section {
  background-color: var(--clr-primary-500);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.pillars-section::before {
  content: '07';
  position: absolute;
  top: -50px;
  right: -50px;
  font-size: 300px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  line-height: 1;
}

.pillar-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 15px;
  height: 100%;
  transition: all 0.3s ease;
}

.pillar-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.02);
}

.pillar-num {
  font-size: 40px;
  font-weight: 800;
  color: #68C658;
  opacity: 0.5;
  margin-bottom: 20px;
}

.pillar-item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.pillar-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Reporting CTA */
.reporting-cta {
  background: linear-gradient(135deg, #0d214a 0%, #1a3c7a 100%);
  border-radius: 30px;
  padding: 60px;
  color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.reporting-cta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.btn-report {
  padding: 15px 40px;
  background: #68C658;
  color: #fff;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-report:hover {
  background: #5ab34d;
  color: #fff;
  transform: scale(1.05);
}

/* --- Building Safe, Strong and Sustainable Future Section --- */

.future-vision-section {
  padding: 45px 0;
  background-color: #fcfdfe;
}

.future-vision-headline {
  color: var(--clr-primary-500);
  font-size: clamp(30px, 4.5vw, 37px);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 50px;
  /* max-width: 600px; */
}

/* Strategy Cards Grid - Optimized for Space */
.strategy-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 1200px) {
  .strategy-cards-grid {
    grid-template-columns: 1fr;
  }
}

.strategy-card-item {
  border: 1px solid #eef0f3;
  border-radius: 12px;
  background-color: #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  padding: 25px;
  /* Slightly more compact */
  height: 100%;
}

.strategy-card-item:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  border-color: #5DADE2;
  transform: translateY(-3px);
}

.strategy-card-header {
  color: var(--clr-primary-500);
  font-size: clamp(17px, 1.1vw, 20px);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.strategy-card-header .acc-num {
  background: #5DADE2;
  color: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}

.strategy-card-body {
  padding-left: 47px;
  color: #6b7280;
  font-size: 12.5px !important;
  line-height: 1.8;
}

.strategy-card-body p {
  margin: 0;
  font-size: 13.5px !important;
}

/* Image Polish */
.future-img-box {
  width: 100%;
  height: 100%;
  /* Fill the container height */
  min-height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 30px 30px 0 rgba(93, 173, 226, 0.05);
}

@media (max-width: 992px) {
  .strategy-card-body {
    padding-left: 0;
    margin-top: 10px;
  }

  .future-img-box {
    height: 450px;
    margin-top: 60px;
  }
}

.highlight-box {
  display: inline-block;
  padding: 12px 20px;
  background-color: rgba(61, 157, 222, 0.08);
  border-left: 5px solid #3d9dde;
  border-radius: 4px;
  color: #3d9dde;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.4;
}

/* Board of Directors Theme Heading */
.bod-header-content {
  border-left: 4px solid #1c3b6e;
  /* Blue accent border */
  padding-left: 20px;
  margin-bottom: 20px;
}

.bod-heading-label {
  display: inline-block;
  background-color: var(--clr-secondary-500);
  /* Amjaad Green */
  color: #fff;
  font-family: var(--ff-primary);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.bod-title-wrapper {
  margin-block: 0;
}

.bod-title {
  font-family: var(--ff-secondary);
  /* Serif font typically used for headings */
  font-size: clamp(34px, 4vw, 44px);
  color: #1c3b6e;
  /* Dark Blue */
  font-weight: 500;
  margin: 0;
}

.bod-title .text-secondary-500 {
  color: #68C658 !important;
  /* Amjaad Green */
  font-weight: 600;
}

.bod-description {
  font-family: var(--ff-secondary);
  /* Serif font for elegant readable text */
  font-size: 20px;
  /* Increased font size */
  line-height: 1.8;
  color: #000;
  /* Default Black */
  margin: 0;
  font-weight: 400;
}

@media (max-width: 991px) {
  .bod-description {
    margin-top: 20px;
  }
}

.bod-card-v2 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  transition: transform 0.4s ease;
}

.bod-card-v2:hover {
  transform: translateY(-10px);
}

.bod-card-v2:hover .bod-image-vessel {
  box-shadow: 0 20px 40px rgba(104, 198, 88, 0.15);
}

.bod-card-v2:hover .bod-name-box {
  background-color: var(--clr-primary-500) !important;
  transform: translate(-50%, -5px) !important;
}

.bod-card-v2:hover .bod-name-box h4,
.bod-card-v2:hover .bod-name-box .bod-designation {
  color: #fff !important;
}

.bod-card-v2 .bod-image-vessel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.1;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: box-shadow 0.4s ease;
  border: 1px solid rgba(104, 198, 88, 0.1);
}

.bod-card-v2 .bod-image-vessel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.05));
}

.bod-card-v2 .bod-name-box {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  background-color: var(--clr-secondary-500);
  padding: 16px 10px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  z-index: 3;
}

.bod-card-v2 .bod-name-box h4 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.bod-card-v2 .bod-name-box .bod-designation {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-top: 3px;
  letter-spacing: 1px;
}

/* Elegant v3 member typography */
.member-name {
  font-family: var(--ff-primary);
  font-size: 20px;
  font-weight: 800;
  color: #0d214a;
  /* Dark navy */
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.bod-card-v3:hover .member-name {
  color: #68C658;
  /* Green hover effect */
}

.member-role {
  font-family: var(--ff-primary);
  font-size: 11px;
  /* Reduced size */
  color: #64b5f6;
  /* Light Blue Color */
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  /* Elegant tracking */
}

/* Enhancing the overall v3 card look */
.bod-card-v3 {
  background: #ffffff;
  border: 1px solid rgba(13, 33, 74, 0.05);
  /* Very subtle navy border */
  border-radius: 12px;
  /* Slightly sharper corners */
  padding: 15px 15px 25px 15px;
  /* Reduced padding, keeping bottom slightly larger for text */
  text-align: center;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  /* Very soft default shadow */
}

.bod-card-v3 .bod-image {
  width: 100%;
  margin-bottom: 15px;
  /* Reduced space between image and text */
  background-color: #f8f9fa;
  /* Optional: Slight contrast background for image area if desired, or keep white */
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  /* Ensures cutout images sit on the bottom */
  justify-content: center;
}

.bod-card-v3 .bod-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* Cover usually fills space better than contain for these portraits */
  display: block;
}

.bod-card-v3:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(13, 33, 74, 0.06);
  /* Sophisticated hover shadow */
  border-color: rgba(104, 198, 88, 0.3);
  /* Subtle green border on hover */
}

@media (max-width: 991px) {
  .bod-description {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
  }
}

/* Background Image Divider Section */
.bg-divider-section {
  position: relative;
  width: 100%;
  height: 360px;
  /* Reduced by 10% from 400px */
  background-image: url('../images/banner/Meet-The-Team-Page-Bannar-scaled.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /* Simple parallax effect */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.bg-divider-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 59, 110, 0.4);
  /* Soft navy overlay */
  z-index: 1;
}

@media (max-width: 767px) {
  .bg-divider-section {
    height: 225px;
    /* Also reduced mobile height proportionately */
    background-attachment: scroll;
    /* Disable fixed attachment on mobile for better performance */
  }
}

/* Executive Team Swiper Enhancements */
.executiveTeamSwiper {
  padding: 10px 5px 40px 5px !important;
  /* Room for hover shadows */
}

.executiveTeamSwiper .swiper-slide {
  height: auto;
  /* Ensures all slides stretch to the tallest slide's height */
}

.executiveTeamSwiper .bod-card-v3 {
  height: 100%;
  /* Forces the card to stretch to slide height */
}

.executiveTeamSwiper .bod-image {
  height: 250px;
  /* Uniform height for all images */
  display: flex;
  align-items: flex-end;
  /* Portraits sit firmly on the bottom edge */
  justify-content: center;
  background-color: #f8f9fa;
  /* Consistent subtle background */
}

.executiveTeamSwiper .bod-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* Forces the image to fill the box, effectively zooming/cropping */
  object-position: top center;
  /* Aligns faces towards the top to avoid chopping off heads */
  display: block;
}

/* Specific adjustment for Mr. Parveez (4th slide) to crop the bottom */
.executiveTeamSwiper .swiper-slide:nth-child(4) .bod-image img {
  transform: scale(1.1);
  /* Scales up to push the bottom out of the frame */
  transform-origin: top center;
  /* Keeps the top of his head near the top */
}

/* Specific adjustment to enlarge Mr. A. Aziz Al Mamari to match the proportions of the others */
.executiveTeamSwiper .swiper-slide:nth-child(5) .bod-image img {
  transform: scale(1.1);
  /* Enlarged by 10% */
  transform-origin: top center;
}

/* Custom Navigation Arrows for Executive Swiper */
.executiveTeamSwiper .swiper-button-next,
.executiveTeamSwiper .swiper-button-prev {
  color: var(--clr-secondary-500) !important;
  /* Amjaad Green */
  background: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  top: 40%;
  z-index: 10;
}

.executiveTeamSwiper .swiper-button-next {
  right: 0px;
  /* Bring it slightly inside or flush to edge */
}

.executiveTeamSwiper .swiper-button-prev {
  left: 0px;
}

.executiveTeamSwiper .swiper-button-next::after,
.executiveTeamSwiper .swiper-button-prev::after {
  font-size: 18px !important;
  font-weight: bold;
}

.executiveTeamSwiper .swiper-button-next:hover,
.executiveTeamSwiper .swiper-button-prev:hover {
  background: var(--clr-primary-500);
  /* Dark Navy instead of green */
  color: #ffffff !important;
}

.btn-view-all {
  display: inline-block;
  padding: 12px 30px;
  background-color: var(--clr-primary-500);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--clr-primary-500);
}

.btn-view-all:hover {
  background-color: transparent;
  color: var(--clr-primary-500);
  transform: translateY(-3px);
}

/* Board Section Visual Upgrade */
.board-showcase {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #eef6ff 0%, #d9ecff 45%, #c5e4ff 100%);
}

.board-showcase::before,
.board-showcase::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.board-showcase::before {
  width: 420px;
  height: 420px;
  right: -140px;
  top: -140px;
  background: radial-gradient(circle, rgba(104, 198, 88, 0.22) 0%, rgba(104, 198, 88, 0) 72%);
}

.board-showcase::after {
  width: 460px;
  height: 460px;
  left: -170px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(9, 33, 82, 0.16) 0%, rgba(9, 33, 82, 0) 72%);
}

.board-showcase .container {
  position: relative;
  z-index: 1;
}

.board-showcase .bod-header-content {
  border-left-width: 5px;
}

.board-showcase .bod-description {
  color: #0c2348;
  max-width: 52ch;
  font-size: clamp(18px, 1.6vw, 22px);
}

.board-showcase .bod-grid {
  row-gap: 34px !important;
}

.board-showcase .board-card {
  border: 1px solid rgba(9, 33, 82, 0.08);
  border-radius: 18px;
  padding: 14px 14px 20px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(4px);
  box-shadow: 0 14px 32px rgba(7, 31, 69, 0.09);
}

.board-showcase .board-card .bod-image {
  margin-bottom: 12px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef4fa 0%, #dde8f5 100%);
  min-height: 310px;
  max-height: 310px;
}

.board-showcase .board-card .bod-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.board-showcase .board-card .bod-info {
  padding: 2px 4px 0;
}

.board-showcase .board-card .member-name {
  font-size: clamp(21px, 1.3vw, 24px);
  line-height: 1.15;
  margin-bottom: 8px;
}

.board-showcase .board-card .member-role {
  color: #1f5fae;
  letter-spacing: 1.6px;
  font-size: 11px;
  position: relative;
  display: inline-block;
  padding-top: 10px;
}

.board-showcase .board-card .member-role::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 42px;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(104, 198, 88, 0.2) 0%, #68c658 50%, rgba(104, 198, 88, 0.2) 100%);
}

.board-showcase .board-card:hover {
  transform: translateY(-10px);
  border-color: rgba(104, 198, 88, 0.45);
  box-shadow: 0 18px 38px rgba(7, 31, 69, 0.14);
}

.board-showcase .board-card:hover .bod-image img {
  transform: scale(1.04);
}

.board-showcase .bod-grid>div:nth-child(1) .board-card,
.board-showcase .bod-grid>div:nth-child(2) .board-card {
  box-shadow: 0 18px 40px rgba(13, 46, 97, 0.17);
}

@media (max-width: 1199px) {

  .board-showcase .board-card .bod-image,
  .board-showcase .board-card .bod-image img {
    min-height: 280px;
    max-height: 280px;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .board-showcase .board-card {
    padding: 12px 12px 16px;
  }

  .board-showcase .board-card .bod-image,
  .board-showcase .board-card .bod-image img {
    min-height: 255px;
    max-height: 255px;
    height: 255px;
  }

  .board-showcase .bod-description {
    font-size: 17px;
    line-height: 1.65;
  }
}

/* Executive Team Visual Upgrade */
.executive-showcase {
  position: relative;
  background: linear-gradient(180deg, #f7fbff 0%, #edf5fd 100%);
}

.executive-showcase .container {
  position: relative;
  z-index: 1;
}

.executive-showcase .bod-header-content {
  border-left-width: 5px;
}

.executive-showcase .bod-description {
  color: #1a3768;
  max-width: 50ch;
  font-size: clamp(17px, 1.45vw, 21px);
}

.executive-showcase .executiveTeamSwiper {
  margin-top: 0 !important;
  padding: 6px 56px 30px !important;
  position: relative;
  overflow: visible !important;
}

.executive-showcase .executiveTeamSwiper .swiper-slide {
  height: auto;
  padding: 6px 6px 10px;
}

.executive-showcase .executiveTeamSwiper .exec-card {
  border: 1px solid rgba(12, 40, 86, 0.08);
  border-radius: 18px;
  padding: 12px 12px 18px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 33, 82, 0.1);
}

.executive-showcase .executiveTeamSwiper .exec-card:hover {
  transform: translateY(-9px);
  border-color: rgba(104, 198, 88, 0.5);
  box-shadow: 0 18px 34px rgba(9, 33, 82, 0.14);
}

.executive-showcase .executiveTeamSwiper .bod-image {
  height: 272px;
  border-radius: 14px;
  background: linear-gradient(180deg, #f0f5fb 0%, #e2ecf8 100%);
  overflow: hidden;
}

.executive-showcase .executiveTeamSwiper .bod-image img {
  --exec-img-scale: 1;
  --exec-img-offset-y: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: translateY(var(--exec-img-offset-y)) scale(var(--exec-img-scale)) !important;
  transform-origin: top center;
}

/* Match internal portrait padding for cards that have extra transparent headroom */
.executive-showcase .executiveTeamSwiper .bod-image img[src*="Abdul-Rahim-Al-Cheik-Head-of-Finance"] {
  --exec-img-scale: 1.09;
  --exec-img-offset-y: -18px;
}

.executive-showcase .executiveTeamSwiper .bod-image img[src*="Haitham-Al-Yahmadi-Head-of-HR"] {
  --exec-img-scale: 1.06;
  --exec-img-offset-y: -10px;
}

.executive-showcase .executiveTeamSwiper .bod-info {
  padding: 8px 4px 2px;
}

.executive-showcase .exec-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 6px;
  color: #0d2b5b;
}

.executive-showcase .exec-role {
  font-size: 11px;
  color: #3f6fae;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.executive-showcase .executiveTeamSwiper .swiper-button-next,
.executive-showcase .executiveTeamSwiper .swiper-button-prev {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(10, 43, 91, 0.14);
  box-shadow: 0 8px 20px rgba(9, 33, 82, 0.16);
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
  color: #0f3a7b !important;
}

.executive-showcase .executiveTeamSwiper .swiper-button-next::after,
.executive-showcase .executiveTeamSwiper .swiper-button-prev::after {
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 800;
  line-height: 1;
}

.executive-showcase .executiveTeamSwiper .swiper-button-next::after {
    content: "›";
}

.executive-showcase .executiveTeamSwiper .swiper-button-prev::after {
    content: "‹";
}

.executive-showcase .executiveTeamSwiper .swiper-button-next {
  right: 8px;
}

.executive-showcase .executiveTeamSwiper .swiper-button-prev {
  left: 8px;
}

.executive-showcase .executiveTeamSwiper .swiper-button-next:hover,
.executive-showcase .executiveTeamSwiper .swiper-button-prev:hover {
  background: #0f3a7b;
  color: #fff !important;
  border-color: #0f3a7b;
}

@media (max-width: 991px) {
  .executive-showcase .bod-description {
    max-width: 100%;
    font-size: 16px;
  }

  .executive-showcase .executiveTeamSwiper .bod-image {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .executive-showcase .executiveTeamSwiper {
    padding: 4px 42px 24px !important;
  }

  .executive-showcase .executiveTeamSwiper .swiper-button-next {
    right: 4px;
  }

  .executive-showcase .executiveTeamSwiper .swiper-button-prev {
    left: 4px;
  }

  .executive-showcase .exec-name {
    font-size: 17px;
  }

  .executive-showcase .executiveTeamSwiper .bod-image {
    height: 230px;
  }
}

/* Expertise Page */
.expertise-page-banner .bg {
  object-position: center 35%;
}

.expertise-page-intro {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.expertise-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.expertise-metric-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 74, 0.22);
  border-radius: 16px;
  padding: 22px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f2f8ff 100%);
  box-shadow: 0 14px 30px rgba(13, 33, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.expertise-metric-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #5bbd58 0%, #2f8de0 100%);
}

.expertise-metric-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 33, 74, 0.35);
  box-shadow: 0 18px 34px rgba(13, 33, 74, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.expertise-metric-card h3 {
  font-family: var(--ff-primary);
  color: #0a2d63;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1;
  margin: 0 0 10px;
}

.expertise-metric-card p {
  margin: 0;
  color: #274c84;
  font-size: 14px !important;
  font-weight: 700;
}

.expertise-domain-section {
  background: #ffffff;
}

.expertise-story-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expertise-story-item {
  position: relative;
  border: none;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: none;
}

.expertise-story-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 64%;
  height: 1px;
  background: rgba(13, 33, 74, 0.14);
}

.expertise-story-item:last-child::after {
  display: none;
}

.expertise-story-item:hover {
  transform: none;
  box-shadow: none;
}

.expertise-story-item .row {
  min-height: 0;
  align-items: center;
  --bs-gutter-x: 5.76% !important;
}

.expertise-story-item.is-reverse .row {
  flex-direction: row-reverse;
}

.expertise-story-media {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  height: auto;
  min-height: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 14px;
}

.expertise-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.expertise-story-item:hover .expertise-story-media img {
  transform: none;
}

.expertise-story-content {
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  height: 100%;
  padding: 6px 8px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expertise-story-item.is-reverse .expertise-story-media {
  margin-left: 0;
  margin-right: auto;
}

.expertise-story-item.is-reverse .expertise-story-content {
  margin-left: auto;
  margin-right: 0;
}

.expertise-story-number {
  display: none;
  color: #5aa9ea;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.expertise-story-content h3 {
  font-size: clamp(34px, 3vw, 44px);
  color: var(--clr-primary-500);
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 1.15;
}

.expertise-story-content p {
  margin: 0;
  color: var(--clr-neutral-600);
  font-size: 15px !important;
  line-height: 1.62;
  max-width: 52ch;
}

.expertise-page-cta {
  background: #ffffff;
}

.expertise-cta-box {
  border: 1px solid rgba(13, 33, 74, 0.12);
  border-radius: 20px;
  padding: 28px 24px;
  background: #3d9dde;
  box-shadow: 0 12px 28px rgba(13, 33, 74, 0.08);
}

.expertise-cta-box h2 {
  color: #ffffff;
  font-size: clamp(32px, 3.4vw, 44px);
  margin: 0 0 10px;
}

.expertise-cta-box p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px !important;
  margin: 0 0 18px;
  max-width: 70ch;
}

.expertise-cta-box .btn1 {
  background: #ffffff;
  padding: 4px 24px 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(13, 33, 74, 0.12);
  box-shadow: 0 8px 22px rgba(13, 33, 74, 0.08);
  transition: all 0.35s ease;
  margin-left: auto;
}

.expertise-cta-box .btn1 .icon {
  width: 42px;
  height: 42px;
  background-color: var(--clr-secondary-500);
}

.expertise-cta-box .btn1 .text {
  font-family: var(--ff-secondary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #0d214a;
}

.expertise-cta-box .btn1:hover {
  background: #68C658;
  border-color: #68C658;
  transform: translateY(-2px);
}

.expertise-cta-box .btn1:hover .text {
  color: #ffffff;
}

.expertise-cta-box .btn1:hover .icon {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .expertise-metric-grid {
    grid-template-columns: 1fr;
  }

  .expertise-story-list {
    gap: 24px;
  }

  .expertise-story-item::after {
    width: 88%;
  }

  .expertise-story-item .row,
  .expertise-story-item.is-reverse .row {
    min-height: auto;
    flex-direction: column;
    --bs-gutter-x: 0 !important;
  }

  .expertise-story-media {
    width: 95%;
    margin-inline: auto;
    min-height: 0;
  }

  .expertise-story-content {
    width: 95%;
    margin-inline: auto;
    padding: 12px 4px 0;
  }

  .expertise-story-content h3 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .expertise-cta-box {
    padding: 22px 16px;
  }
}

/* Group Company Pages */
.group-company-page {
  position: relative;
  background: #ffffff;
}

.group-company-brand {
  margin-bottom: 16px;
}

.group-company-name {
  margin: 0 0 16px;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 620;
  letter-spacing: -0.8px;
  line-height: 1.02;
}

.group-company-logo {
  width: 210px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  object-fit: contain;
}

.group-company-lead {
  color: #3f5d83;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  line-height: 1.75 !important;
  margin-bottom: 18px;
}

.group-company-points {
  display: grid;
  gap: 10px;
}

.group-company-cta {
  justify-content: flex-end;
}

.group-company-point {
  border-left: 3px solid #68c658;
  border-radius: 6px;
  background: #f6faff;
  padding: 10px 14px;
  color: #1a3b6f;
  font-size: 15px;
  line-height: 1.5;
}

.group-company-hero-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 74, 0.12);
}

.group-company-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}

.group-company-capabilities {
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid rgba(13, 33, 74, 0.12);
}

.group-capability-title {
  color: #0d2b5b;
  font-family: var(--ff-primary);
  font-size: clamp(30px, 2.4vw, 40px);
  line-height: 1;
  margin-bottom: 16px;
}

.group-capability-card {
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(13, 33, 74, 0.14);
  background: #ffffff;
  padding: 18px;
}

.group-capability-card h4 {
  margin: 0 0 8px;
  color: #0d2b5b;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.group-capability-card p {
  margin: 0;
  color: #4b6283 !important;
  font-size: 15px !important;
  line-height: 1.68 !important;
}

@media (max-width: 991px) {
  .group-company-logo {
    width: 180px;
  }

  .group-company-hero-media img {
    min-height: 280px;
  }

  .group-company-capabilities {
    margin-top: 30px;
    padding-top: 22px;
  }
}

/* Our Group Page */
.our-group-page {
  background: #ffffff;
}

.our-group-page.padding-block-800 {
  padding-top: 10px;
}

.our-group-page .title1 h1 {
  max-width: 100%;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 630;
  letter-spacing: -1px;
  line-height: 1.02;
  margin-bottom: 16px;
}

.our-group-page .title1 p:not(.highlight-box) {
  color: #37557c;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.62;
  max-width: 58ch;
  margin-bottom: 0;
}

.our-group-page .title1 .highlight-box {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: clamp(15px, 1.3vw, 20px);
  line-height: 1.45;
}

.our-group-page .group-summary-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}

.our-group-page .summary-item {
  position: relative;
  border-radius: 12px;
  padding: 20px 16px 16px;
  background: #ffffff;
  border: 1px solid rgba(13, 33, 74, 0.14);
  box-shadow: 0 10px 24px rgba(13, 33, 74, 0.08);
}

.our-group-page .summary-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, #68c658 0%, #3d9dde 100%);
}

.our-group-page .summary-item h3 {
  margin: 0 0 6px;
  color: #0d2b5b;
  font-family: var(--ff-primary);
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1;
  letter-spacing: 0.6px;
}

.our-group-page .summary-item p {
  margin: 0;
  color: #3f5d83;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.45;
}

.our-group-page .services-vertical-list {
  gap: 0;
  padding: 0 15%;
}

.our-group-page .service-item {
  padding-bottom: 30px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid rgba(13, 33, 74, 0.12);
}

.our-group-page .service-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  border-bottom: none;
}

.our-group-page .service-shell {
  position: relative;
  border-radius: 0;
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  transition: none;
}

.our-group-page .service-shell::before {
  display: none;
}

.our-group-page .service-item:hover .service-shell {
  transform: none;
  box-shadow: none;
  border-color: transparent;
}

.our-group-page .service-title-row {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}

.our-group-page .service-title-row img {
  width: 216px;
  max-width: 216px;
  height: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.our-group-page .service-text-content h2 {
  margin: 0 0 12px;
  color: #0d2b5b;
  font-size: clamp(19.2px, 1.76vw, 25.6px);
  line-height: 0.95;
}

.our-group-page .service-desc {
  color: #4b6283 !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  margin-bottom: 16px !important;
}

.our-group-page .service-text-content .amjaad-readmore {
  align-self: flex-start;
}

.our-group-page .service-image-wrapper {
  width: 100%;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
}

.our-group-page .service-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .our-group-page .title1 h1 {
    max-width: 100%;
    font-size: clamp(24px, 5vw, 34px);
  }

  .our-group-page .group-summary-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .our-group-page .services-vertical-list {
    padding: 0 4%;
  }

  .our-group-page .service-shell {
    padding: 0;
  }

  .our-group-page .service-item .row,
  .our-group-page .service-item.is-reverse .row {
    flex-direction: column !important;
    --bs-gutter-x: 0 !important;
    row-gap: 16px;
  }

  .our-group-page .service-text-content {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .our-group-page .service-text-content .service-title-row {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .our-group-page .service-text-content .amjaad-readmore {
    align-self: flex-start;
  }

  .our-group-page .service-image-wrapper {
    height: 260px;
  }
}

@media (max-width: 575px) {
  .our-group-page .title1 h1 {
    font-size: 24px;
    line-height: 1.05;
  }

  .our-group-page .title1 .highlight-box {
    padding: 12px 16px;
    font-size: 15px;
  }

  .our-group-page .summary-item h3 {
    font-size: 34px;
  }

  .our-group-page .service-text-content h2 {
    font-size: 19.2px;
  }

  .our-group-page .service-desc {
    font-size: 15px !important;
  }
}

/* Our Group Page - Reimagined */
.our-group-reimagined {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 45%);
}

.our-group-reimagined.padding-block-800 {
  padding-top: 38px;
}

.our-group-reimagined .title1 h1 {
  font-size: clamp(30px, 2.5vw, 44px);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -1px;
  margin-bottom: 0;
}

.our-group-reimagined .group-intro-title {
  white-space: nowrap;
}

.our-group-reimagined .group-intro-title-accent {
  color: #68c658;
}

.our-group-reimagined .group-intro-shell {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(13, 33, 74, 0.12);
  background: #ffffff;
  padding: 28px 30px;
  box-shadow: 0 14px 32px rgba(13, 33, 74, 0.08);
  overflow: hidden;
}

.our-group-reimagined .group-intro-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #68c658 0%, #2f8de0 100%);
}

.our-group-reimagined .group-intro-text {
  margin: 4px 0 0;
  color: #395a84;
  font-size: clamp(16px, 1.2vw, 19px) !important;
  line-height: 1.75 !important;
  max-width: 72ch;
}

.our-group-reimagined .group-intro-action {
  display: flex;
  justify-content: flex-end;
}

.our-group-reimagined .group-stats-ribbon {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.our-group-reimagined .group-stat-item {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(13, 33, 74, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
  padding: 18px 16px 14px;
  min-height: 112px;
}

.our-group-reimagined .group-stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(180deg, #68c658 0%, #2f8de0 100%);
}

.our-group-reimagined .group-stat-item h3 {
  margin: 0 0 6px 10px;
  color: #0d2b5b;
  font-family: var(--ff-primary);
  font-size: clamp(30px, 2.2vw, 40px);
  line-height: 1;
}

.our-group-reimagined .group-stat-item p {
  margin: 0 0 0 10px;
  color: #456288;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.5 !important;
}

.our-group-reimagined .group-company-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.our-group-reimagined .group-company-card {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(13, 33, 74, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(13, 33, 74, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.our-group-reimagined .group-company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 36px rgba(13, 33, 74, 0.12);
  border-color: rgba(47, 141, 224, 0.34);
}

.our-group-reimagined .group-card-media {
  height: 250px;
  overflow: hidden;
}

.our-group-reimagined .group-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-group-reimagined .group-card-content {
  padding: 18px 22px 20px;
}

.our-group-reimagined .group-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.our-group-reimagined .group-brand-logo {
  width: 184px;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
}

.our-group-reimagined .group-brand-logo.logo-reduced-10 {
  width: 166px;
}

.our-group-reimagined .group-company-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(47, 141, 224, 0.26);
  background: rgba(47, 141, 224, 0.08);
  color: #1f4778;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.our-group-reimagined .group-card-content h3 {
  margin: 0 0 10px;
  color: #0d2b5b;
  font-size: clamp(24px, 1.7vw, 32px);
  line-height: 1.08;
}

.our-group-reimagined .group-card-content p {
  margin: 0;
  color: #486788 !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.our-group-reimagined .group-card-actions {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(13, 33, 74, 0.1);
  display: flex;
  justify-content: flex-end;
}

.our-group-reimagined .group-card-actions .amjaad-readmore {
  font-size: 12px;
}

.our-group-reimagined .group-company-card.is-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
}

.our-group-reimagined .group-company-card.is-wide .group-card-media {
  height: 100%;
  min-height: 320px;
  order: 2;
}

.our-group-reimagined .group-company-card.is-wide .group-card-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}

@media (max-width: 1199px) {
  .our-group-reimagined .group-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .our-group-reimagined .group-company-tag {
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .our-group-reimagined.padding-block-800 {
    padding-top: 26px;
  }

  .our-group-reimagined .group-intro-shell {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .our-group-reimagined .group-intro-action {
    justify-content: flex-start;
  }

  .our-group-reimagined .group-stats-ribbon {
    grid-template-columns: 1fr;
  }

  .our-group-reimagined .group-company-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .our-group-reimagined .group-company-card.is-wide {
    grid-column: auto;
    display: block;
  }

  .our-group-reimagined .group-company-card.is-wide .group-card-media {
    min-height: 0;
    height: 240px;
    order: initial;
  }

  .our-group-reimagined .group-company-card.is-wide .group-card-content {
    display: block;
    padding: 18px;
    order: initial;
  }

  .our-group-reimagined .group-card-media {
    height: 230px;
  }

  .our-group-reimagined .group-brand-logo {
    width: 173px;
  }

  .our-group-reimagined .group-brand-logo.logo-reduced-10 {
    width: 155px;
  }

  .our-group-reimagined .group-intro-title {
    white-space: normal;
  }
}

@media (max-width: 575px) {
  .our-group-reimagined .group-card-content h3 {
    font-size: 28px;
  }

  .our-group-reimagined .group-card-content p {
    font-size: 15px !important;
  }

  .our-group-reimagined .group-stat-item h3 {
    font-size: 34px;
  }
}

.inside-banner .inside-banner-title-wide {
  width: 700px;
  max-width: 100%;
}

.whatwedo--white {
  background: #fff;
}

.footer-logo-img {
  max-width: 180px;
}

.contact-submit-button {
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.alliance-section--compact-top {
  padding-top: 40px;
}

.alliance-content-card.alliance-content-card--flush {
  margin-top: 0;
}

/* Page-specific styles moved from inline style blocks */
/* Page styles moved from alliance.php */
.alliance-section {
    background: #f8fbff;
}

.alliance-heading-wrap {
    position: relative;
    padding-left: 36px;
}

.alliance-heading-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.alliance-heading-wrap h1 {
    margin: 0;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4.1vw, 56px);
    line-height: 1.05;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
}

.alliance-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.alliance-content-card {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 24px;
    margin-top: 20px;
}

.alliance-content-card p {
    margin-bottom: 18px;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.75;
}

.alliance-content-card p:last-child {
    margin-bottom: 0;
}

.alliance-category-grid {
    margin: 18px 0 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.alliance-category {
    background: #f8fbff;
    border: 1px solid #d7e7f8;
    border-radius: 12px;
    padding: 14px 16px 12px;
}

.alliance-category-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbe6f4;
}

.alliance-category-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0d2a63;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.alliance-category-title {
    margin: 0;
    color: #0d2a63;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}

.alliance-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alliance-category li {
    position: relative;
    padding: 8px 0 8px 20px;
    border-bottom: 1px solid #e5edf7;
}

.alliance-category li:last-child {
    border-bottom: 0;
}

.alliance-category li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.95em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #60b955;
    transform: translateY(-50%);
}

.alliance-category li p {
    margin: 0;
    color: #1f3559;
    font-size: 16px;
    line-height: 1.5;
}

.alliance-cta {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
}

.alliance-inline-image {
    margin: 20px auto 24px;
    max-width: 760px;
}

.alliance-inline-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1199px) {
    .alliance-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .alliance-heading-wrap {
        padding-left: 20px;
    }

    .alliance-heading-wrap::before {
        width: 3px;
    }

    .alliance-content-card {
        border-left: 0;
        padding-left: 0;
        margin-top: 14px;
    }

    .alliance-content-card p,
    .alliance-category li p {
        font-size: 15px;
    }

    .alliance-category-title {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .alliance-category-grid {
        grid-template-columns: 1fr;
    }
}

/* --- JV Reasons Section --- */
.jv-reasons-section {
    background: #ffffff;
    border: 1px solid rgba(47, 141, 224, 0.12);
    border-radius: 20px;
    padding: 40px 30px;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(9, 33, 82, 0.04);
    text-align: center;
}

.jv-reasons-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    color: #0d2b5b;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
}

.jv-reasons-section h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, #68c658, #5dade2);
    border-radius: 2px;
}

.jv-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.jv-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
    transition: transform 0.3s ease;
}

.jv-card:hover {
    transform: translateY(-5px);
}

.jv-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: transparent;
    border: 2px solid rgba(47, 141, 224, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #2f8de0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jv-icon-arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #ffffff;
    color: #68c658;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 2px solid #68c658;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    z-index: 2;
}

.jv-card:hover .jv-icon {
    border-color: #2f8de0;
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgba(47, 141, 224, 0.05);
}

.jv-card:hover .jv-icon-arrow {
    background: #68c658;
    color: #ffffff;
}

.jv-label {
    background: #ffffff;
    color: #1f3f6f;
    border: 1px solid rgba(13, 33, 74, 0.12);
    padding: 12px 15px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(9, 33, 82, 0.03);
}

.jv-card:hover .jv-label {
    background: #1f3f6f;
    color: #ffffff;
    border-color: #1f3f6f;
    box-shadow: 0 8px 18px rgba(13, 33, 74, 0.15);
}

@media (max-width: 991px) {
    .jv-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 575px) {
    .jv-grid {
        grid-template-columns: 1fr;
    }
    .jv-reasons-section {
        padding: 30px 20px;
    }
}

/* Page styles moved from careers.php */
.careers-hero-section {
    background: #f8fbff;
}

.careers-hero-shell {
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 14px;
    padding: 34px;
    box-shadow: 0 14px 34px rgba(9, 33, 82, 0.06);
}

.careers-hero-head {
    margin-bottom: 24px;
}

.careers-title-block {
    position: relative;
    padding-left: 34px;
}

.careers-title-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.careers-title-block h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.careers-title-block h1 {
    margin: 0;
    text-align: left;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 600;
}

.careers-hero-intro {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
}

.careers-hero-intro p {
    margin: 0;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.72;
}

.careers-hero-image {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    box-shadow: 0 10px 24px rgba(9, 33, 82, 0.08);
}

.careers-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

.careers-benefits-section {
    background: #f8fbff;
}

.careers-benefits-row > [class*="col-"] {
    display: flex;
}

.careers-benefits-image {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    box-shadow: 0 10px 24px rgba(9, 33, 82, 0.08);
}

.careers-benefits-image img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    display: block;
}

.careers-benefits-content {
    width: 100%;
    padding-left: clamp(0px, 2vw, 22px);
}

.careers-benefits-title {
    position: relative;
    padding-left: 34px;
    margin-bottom: 18px;
}

.careers-benefits-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.careers-benefits-title h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.careers-benefits-title h1 {
    margin: 0;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.06;
    font-weight: 600;
    text-align: left;
}

.careers-benefits-grid > [class*="col-"] {
    display: flex;
}

.careers-benefit-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.12);
    border-radius: 12px;
    padding: 18px 16px;
    box-shadow: 0 10px 24px rgba(9, 33, 82, 0.06);
}

.careers-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #edf5ff;
    border: 1px solid #c9def8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.careers-benefit-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.careers-benefit-card h3 {
    margin: 0 0 10px;
    color: #092152;
    font-size: clamp(26px, 2vw, 34px);
    line-height: 1.2;
    font-weight: 600;
}

.careers-benefit-card p {
    margin: 0;
    color: #2b4368;
    font-size: 16px;
    line-height: 1.68;
}

.careers-intern-section {
    background: #f8fbff;
}

.careers-intern-shell {
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 14px;
    padding: 20px 22px;
    box-shadow: 0 14px 34px rgba(9, 33, 82, 0.06);
}

.careers-intern-row {
    align-items: flex-start !important;
}

.careers-intern-copy {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
    display: flex;
    flex-direction: column;
}

.careers-intern-title {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
}

.careers-intern-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.careers-intern-title h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.careers-intern-title h1 {
    margin: 0;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3.3vw, 44px);
    line-height: 1.02;
    font-weight: 600;
    text-align: left;
}

.careers-intern-copy p {
    margin: 0;
    color: #1f3559;
    font-size: 16px;
    line-height: 1.48;
}

.careers-intern-cta {
    margin-top: 6px;
    display: flex;
    justify-content: flex-start;
}

.careers-intern-image {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    box-shadow: 0 10px 24px rgba(9, 33, 82, 0.08);
}

.careers-intern-image img {
    width: 100%;
    height: clamp(240px, 20vw, 340px) !important;
    object-fit: cover;
    display: block;
}

.careers-vacancies-section {
    background: #ffffff;
}

.careers-vacancies-shell {
    background: #eaf3ff;
    border: 1px solid #c9def8;
    border-radius: 14px;
    padding: 34px;
}

.careers-vacancies-head {
    position: relative;
    padding-left: 34px;
}

.careers-vacancies-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.careers-vacancies-head h2 {
    margin: 0;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 0;
    background: #60b955;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.careers-vacancies-head h1 {
    margin: 18px 0 0;
    max-width: none;
    text-align: left;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3vw, 54px);
    line-height: 1.08;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .careers-hero-shell {
        padding: 22px;
    }

    .careers-title-block {
        padding-left: 20px;
    }

    .careers-title-block::before {
        width: 3px;
    }

    .careers-title-block h2 {
        font-size: 16px;
    }

    .careers-hero-intro {
        border-left: 0;
        padding-left: 0;
    }

    .careers-hero-intro p {
        font-size: 15px;
    }

    .careers-benefits-row > [class*="col-"],
    .careers-benefits-grid > [class*="col-"] {
        display: block;
    }

    .careers-benefits-content {
        padding-left: 0;
    }

    .careers-benefits-title {
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .careers-benefits-title::before {
        width: 3px;
    }

    .careers-benefits-title h2 {
        font-size: 16px;
    }

    .careers-benefits-image img {
        min-height: 280px;
    }

    .careers-benefit-card h3 {
        font-size: 28px;
    }

    .careers-benefit-card p {
        font-size: 15px;
    }

    .careers-intern-shell {
        padding: 22px;
    }

    .careers-intern-copy {
        border-left: 0;
        padding-left: 0;
    }

    .careers-intern-title {
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .careers-intern-title::before {
        width: 3px;
    }

    .careers-intern-title h2 {
        font-size: 16px;
    }

    .careers-intern-copy p {
        font-size: 15px;
    }

    .careers-intern-image img {
        height: auto;
        min-height: 280px;
    }

    .careers-vacancies-shell {
        padding: 22px;
    }

    .careers-vacancies-head {
        padding-left: 20px;
    }

    .careers-vacancies-head::before {
        width: 3px;
    }

    .careers-vacancies-head h2 {
        font-size: 16px;
        padding: 8px 12px;
    }

    .careers-vacancies-head h1 {
        margin-top: 14px;
        white-space: normal;
    }
}

/* Page styles moved from contact-us.php */
.contact-quick-section {
    background: #f8fbff;
    padding-top: 38px !important;
    padding-bottom: 30px !important;
}

.contact-quick-shell {
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 14px;
    padding: 16px 8px;
    box-shadow: 0 12px 28px rgba(9, 33, 82, 0.06);
}

.contact-quick-details {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-quick-details li {
    padding: 18px 24px;
    text-align: left;
    border-right: 1px solid #d7e4f4;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-quick-details li:last-child {
    border-right: 0;
}

.contact-quick-icon {
    width: 64px;
    height: 64px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-quick-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.contact-quick-details h2 {
    margin: 0 0 4px;
    color: var(--clr-primary-500);
    font-size: 24px;
    line-height: 1.12;
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
}

.contact-quick-details p {
    margin: 0;
    color: #233a60;
    font-size: 17px;
    line-height: 1.5;
    max-width: 360px;
}

@media (max-width: 991px) {
    .contact-quick-section {
        padding-top: 28px !important;
        padding-bottom: 20px !important;
    }

    .contact-quick-shell {
        padding: 8px 0;
    }

    .contact-quick-details {
        grid-template-columns: 1fr;
    }

    .contact-quick-details li {
        border-right: 0;
        border-bottom: 1px solid #d7e4f4;
        padding: 20px 18px;
    }

    .contact-quick-details li:last-child {
        border-bottom: 0;
    }

    .contact-quick-details h2 {
        font-size: clamp(24px, 6vw, 30px);
    }

    .contact-quick-details p {
        font-size: 18px;
    }
}

/* --- Elegant Form Styling --- */
.from input, 
.from textarea, 
.from select {
    width: 100%;
    padding: 14px 20px;
    background: #ffffff;
    border: 1px solid rgba(13, 33, 74, 0.15);
    border-radius: 10px;
    font-size: 15px;
    color: #1f3f6f;
    outline: none;
    transition: all 0.3s ease;
}

.from input:focus, 
.from textarea:focus, 
.from select:focus {
    border-color: #2f8de0;
    box-shadow: 0 0 0 4px rgba(47, 141, 224, 0.05);
    background: #fcfdfe;
}

.from select {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f3f6f' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
}

.from textarea {
    resize: none;
}

.from .btn1 {
    background: transparent;
    border: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.contact-media-wrap iframe,
.contact-media-wrap img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(9, 33, 82, 0.08);
    display: block;
}

@media (max-width: 767px) {
    .contact-media-wrap {
        margin-top: 30px;
    }
}

/* Page styles moved from esg.php */
.esg-clean-title {
    color: var(--clr-primary-500) !important;
}

.esg-points-grid {
    margin-top: 0;
    gap: 16px;
}

.esg-points-grid .strategy-card-item {
    border-color: #dbe6f3;
    box-shadow: none;
    padding: 18px;
    border-radius: 10px;
    min-height: 0;
}

.esg-points-grid .strategy-card-header {
    font-size: clamp(17px, 1.1vw, 19px);
    gap: 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.esg-points-grid .strategy-card-header h3 {
    margin: 0;
    font-size: inherit;
    font-weight: 700;
    color: var(--clr-primary-500);
    line-height: 1.3;
}

.esg-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
}

.esg-points-grid .strategy-card-body {
    padding-left: 0;
    margin-top: 0;
}

.esg-points-grid .strategy-card-body p {
    font-size: 14px !important;
    line-height: 1.58;
}

.esg-focus-section {
    position: relative;
    background: #eef5fb;
    padding: 70px 0;
    overflow: hidden;
}

.esg-focus-section .brand-accent-line {
    top: 6px;
    height: calc(100% - 12px);
    background: #5dade2;
}

.esg-focus-section .strategy-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esg-focus-section .strategy-card-item {
    border: 1px solid rgba(130, 165, 206, 0.25);
}

.esg-point-card.tone-1 {
    background: #0d2b5b;
    border-color: #0a2249;
}

.esg-point-card.tone-1 .esg-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.esg-point-card.tone-2 {
    background: #2f8de0;
    border-color: #277ec8;
}

.esg-point-card.tone-2 .esg-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.esg-point-card.tone-3 {
    background: #5dade2;
    border-color: #4f9bcf;
}

.esg-point-card.tone-3 .esg-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.esg-point-card.tone-4 {
    background: #4aa34d;
    border-color: #3f8d40;
}

.esg-point-card.tone-4 .esg-card-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.esg-point-card .strategy-card-header h3,
.esg-point-card .strategy-card-body p {
    color: #ffffff !important;
}

.esg-focus-section::before {
    content: none;
}

@media (max-width: 991px) {
    .esg-points-grid {
        gap: 12px;
    }

    .esg-points-grid .strategy-card-item {
        padding: 16px;
    }

    .esg-points-grid .strategy-card-header {
        font-size: 17px;
    }

    .esg-points-grid .strategy-card-body p {
        font-size: 14px !important;
    }

    .esg-focus-section {
        padding: 56px 0;
    }

    .esg-focus-section .strategy-cards-grid {
        grid-template-columns: 1fr;
    }
}

/* Page styles moved from icv.php */
.icv-overview-section {
    background: #f8fbff;
}

.icv-overview-shell {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(9, 33, 82, 0.08);
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 18px 42px rgba(9, 33, 82, 0.07);
}

.icv-overview-media {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    margin-top: 0;
    height: 100%;
}

.icv-overview-media img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    display: block;
}

.icv-detail-list {
    list-style: disc;
    padding-left: 28px;
    margin: 0;
    display: grid;
    gap: 12px;
}

.icv-detail-list li {
    color: #1f3559;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.66;
}

.icv-detail-list li::marker {
    color: #68c658;
}

.icv-focus-list {
    list-style: disc;
    padding-left: 28px;
    margin: 0;
    display: grid;
    gap: 8px;
}

.icv-focus-list li {
    color: #0d214a;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.62;
}

.icv-focus-list li::marker {
    color: #68c658;
}

.icv-heading-wrap {
    position: relative;
    padding-left: 40px;
}

.icv-heading-wrap .brand-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #5DADE2;
}

.icv-heading-wrap .creative-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.icv-main-heading {
    margin-bottom: 0;
}

.icv-intro-row {
    margin-bottom: 24px;
}

.icv-top-intro {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 2px 0 0;
    height: auto;
}

.icv-top-intro-list {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
    display: grid;
    gap: 9px;
}

.icv-top-intro-list li {
    color: #1f3559;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.66;
}

.icv-top-intro-list li::marker {
    color: #68c658;
}

.icv-copy {
    display: grid;
    gap: 0;
    padding-top: 4px;
}

.icv-copy-section {
    padding: 0;
}

.icv-copy-section + .icv-copy-section {
    border-top: 1px solid rgba(9, 33, 82, 0.12);
    margin-top: 16px;
    padding-top: 18px;
}

.icv-copy-title {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #092152;
    font-weight: 700;
}

.icv-overview-shell strong {
    font-weight: 600;
    color: #102a5c;
}

.icv-mission-section {
    background: #f8fbff;
}

.icv-mission-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(9, 33, 82, 0.08);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 16px 38px rgba(9, 33, 82, 0.06);
}

.icv-mission-list {
    display: grid;
    gap: 0;
    margin-top: 18px;
}

.icv-mission-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.icv-mission-item + .icv-mission-item {
    border-top: 1px solid rgba(9, 33, 82, 0.12);
    margin-top: 16px;
    padding-top: 18px;
}

.icv-mission-item h3 {
    margin: 0 0 12px;
    color: #092152;
    font-size: clamp(24px, 1.55vw, 30px);
    line-height: 1.32;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.icv-mission-points {
    list-style: disc;
    padding-left: 26px;
    margin: 0;
    display: grid;
    gap: 10px;
}

.icv-mission-points li {
    margin: 0;
    color: #2b4368;
    font-size: clamp(16px, 1.02vw, 18px);
    line-height: 1.66;
}

.icv-mission-points li::marker {
    color: #68c658;
}

.icv-mission-wrap strong {
    font-weight: 600;
    color: #102a5c;
}

.icv-mission-media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    height: 100%;
}

.icv-mission-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .icv-overview-shell {
        padding: 20px;
    }

    .icv-overview-media img {
        min-height: 300px;
    }

    .icv-overview-media {
        margin-top: 0;
    }

    .icv-detail-list li,
    .icv-focus-list li,
    .icv-top-intro-list li {
        font-size: 15px;
    }

    .icv-heading-wrap {
        padding-left: 0;
    }

    .icv-heading-wrap .brand-accent-line {
        display: none;
    }

    .icv-intro-row {
        margin-bottom: 12px;
    }

    .icv-top-intro {
        padding: 0;
    }

    .icv-copy-section + .icv-copy-section {
        margin-top: 14px;
        padding-top: 14px;
    }

    .icv-copy-title {
        font-size: 14px;
    }

    .icv-mission-wrap {
        padding: 20px;
    }

    .icv-mission-item h3 {
        font-size: clamp(24px, 6.2vw, 34px);
    }

    .icv-mission-item + .icv-mission-item {
        margin-top: 14px;
        padding-top: 14px;
    }

    .icv-mission-points li {
        font-size: 15px;
    }

    .icv-mission-media img {
        min-height: 260px;
    }
}


/* Page styles moved from news-insights.php */
.news-page-section {
    background: #f8fbff;
}

.news-page-head {
    margin-bottom: 26px;
}

.news-page-heading {
    position: relative;
    padding-left: 34px;
}

.news-page-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.news-page-heading h1 {
    margin: 0;
    text-align: left;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 600;
}

.news-page-intro {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
    margin-top: 10px;
}

.news-page-intro p {
    margin: 0;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.72;
}

.news-page-grid > [class*="col-"] {
    display: flex;
}

.news-page-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(9, 33, 82, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    text-decoration: none !important;
}

.news-page-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(9, 33, 82, 0.1);
}

.news-page-card .news-card__image {
    margin-bottom: 0;
}

.news-page-card .news-card__content {
    padding: 22px;
}

.news-page-card .news-card__title {
    color: var(--clr-primary-500) !important;
    margin-bottom: 14px;
    font-size: clamp(22px, 1.6vw, 28px);
    line-height: 1.24;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    text-decoration: none !important;
}

.news-page-card .news-card__date-overlay {
    display: none !important;
}

.news-page-card .amjaad-readmore--news {
    margin-left: 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .news-page-heading {
        padding-left: 20px;
    }

    .news-page-heading::before {
        width: 3px;
    }

    .news-page-intro {
        border-left: 0;
        padding-left: 0;
        margin-top: 6px;
    }

    .news-page-intro p {
        font-size: 15px;
    }

    .news-page-card .news-card__content {
        padding: 18px;
    }

    .news-page-card .news-card__title {
        font-size: clamp(19px, 5.3vw, 24px);
    }
}

/* Page styles moved from news-liwan-mabailah.php */
.news-detail-section {
    background: #f8fbff;
}

.news-detail-shell {
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 14px 32px rgba(9, 33, 82, 0.06);
}

.news-detail-head {
    margin-bottom: 24px;
}

.news-detail-title {
    position: relative;
    padding-left: 34px;
}

.news-detail-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.news-detail-title h2 {
    margin: 0 0 8px;
    color: #ffffff;
    background: #60b955;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 6px;
}

.news-detail-title h1 {
    margin: 0;
    text-align: left;
    color: var(--clr-primary-500) !important;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.06;
    font-weight: 600;
}

.news-detail-date {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 18px;
    margin-top: 10px;
    color: #1f3559;
    font-size: 18px;
    font-weight: 600;
}

.news-detail-media {
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: stretch;
}

.liwan-gallery {
    position: relative;
    display: grid;
    gap: 12px;
}

.liwan-gallery__main {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    background: #f3f8ff;
    box-shadow: 0 16px 36px rgba(9, 33, 82, 0.12);
    aspect-ratio: 16 / 9;
}

.liwan-gallery__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.liwan-gallery__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(9, 33, 82, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.liwan-gallery__nav:hover {
    transform: translateY(-50%) scale(1.03);
    background: rgba(9, 33, 82, 0.98);
}

.liwan-gallery__nav:focus-visible {
    outline: 2px solid #60b955;
    outline-offset: 2px;
}

.liwan-gallery__nav--prev {
    left: 14px;
}

.liwan-gallery__nav--next {
    right: 14px;
}

.liwan-gallery__thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(90px, 1fr);
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: thin;
}

.liwan-gallery__thumb {
    border: 0;
    padding: 0;
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    opacity: 0.65;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.liwan-gallery__thumb:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.liwan-gallery__thumb.is-active {
    opacity: 1;
    outline: 2px solid #5dade2;
    outline-offset: 1px;
}

.liwan-gallery__thumb img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

.news-detail-content {
    border-left: 0;
    padding-left: 0;
}

.news-detail-highlights {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 8px 0 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 22px;
}

.news-detail-highlights h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.news-detail-highlights .news-detail-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 0;
    overflow: visible;
    padding-bottom: 0;
}

.news-detail-highlights .news-detail-list li {
    min-width: 0;
}

.news-detail-content p {
    margin: 0 0 18px;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.75;
}

.news-detail-content h3 {
    margin: 0 0 12px;
    color: var(--clr-primary-500);
    font-size: 36px;
    line-height: 1.15;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

.news-detail-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 16px;
}

.news-detail-list li {
    margin: 0;
    min-width: 0;
}

.news-detail-point {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 4px 0;
}

.news-detail-point-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f1f6ff;
    color: #1f4f9a;
    border: 1px solid rgba(31, 79, 154, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    box-shadow: none;
}

.news-detail-point-copy {
    min-width: 0;
    color: #1f3559;
    font-size: 14px;
    line-height: 1.3;
}

.news-detail-point-copy strong {
    color: var(--clr-primary-500);
    font-weight: 600;
}

.news-detail-actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .news-detail-shell {
        padding: 22px;
    }

    .news-detail-title {
        padding-left: 20px;
    }

    .news-detail-title::before {
        width: 3px;
    }

    .news-detail-date {
        border-left: 0;
        padding-left: 0;
        margin-top: 4px;
    }

    .news-detail-content {
        border-left: 0;
        padding-left: 0;
    }

    .news-detail-content p,
    .news-detail-point-copy {
        font-size: 15px;
    }

    .news-detail-content h3 {
        font-size: 30px;
    }

    .news-detail-highlights {
        padding: 16px 16px 4px;
        margin-top: 14px;
    }

    .news-detail-highlights h3 {
        font-size: 24px;
    }

    .news-detail-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .news-detail-highlights .news-detail-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .news-detail-actions {
        justify-content: flex-start;
    }

    .liwan-gallery__main {
        border-radius: 12px;
    }

    .liwan-gallery__nav {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 575px) {
    .news-detail-shell {
        padding: 18px;
    }

    .news-detail-title h1 {
        font-size: clamp(30px, 9vw, 42px);
    }

    .news-detail-date {
        font-size: 16px;
    }

    .liwan-gallery__thumb img {
        height: 75px;
    }

    .news-detail-highlights .news-detail-list {
        grid-template-columns: 1fr;
    }
}

/* Page styles moved from oman-vision-2040.php */
.vision-intro-section {
    background: #f8fbff;
}

.vision-intro-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.vision-intro-copy {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 24px;
    max-width: 64ch;
}

.vision-intro-row {
    --bs-gutter-x: 2.1rem;
    align-items: center;
}

.vision-intro-row > [class*="col-"] {
    display: block;
}

.vision-intro-head {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
}

.vision-intro-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.vision-intro-head h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(40px, 3.8vw, 56px);
    line-height: 1.1;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
    text-align: left;
    max-width: 22ch;
}

.vision-intro-copy p {
    margin: 0;
    color: #1f3559;
    font-size: clamp(21px, 1.35vw, 24px);
    line-height: 1.58;
}

.vision-intro-media {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    box-shadow: none;
    margin-left: auto;
}

.vision-intro-media img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.vision-pillars-head {
    margin-bottom: 32px;
}

.vision-pillars-title {
    position: relative;
    padding-left: 34px;
}

.vision-pillars-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.vision-pillars-title h1 {
    margin: 0;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
}

.vision-pillars-desc {
    margin: 0;
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.72;
}

.visionSec {
    background: #f8fbff;
}

.vision-pillars-grid {
    margin-top: 8px;
}

.vision-pillars-grid > [class*="col-"] {
    display: flex;
}

.vision-pillar-card {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(9, 33, 82, 0.1);
    border-radius: 10px;
    padding: 24px 20px 22px;
    box-shadow: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: none;
}

.vision-pillar-card:hover {
    transform: none;
    box-shadow: none;
}

.vision-pillar-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #edf5ff;
    border: 1px solid #c9def8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

.vision-pillar-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}

.vision-pillar-card h2 {
    margin: 0 0 12px;
    color: #0d2a63;
    font-size: clamp(30px, 2.3vw, 42px);
    line-height: 1.14;
    font-weight: 600;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-wrap: balance;
}

.vision-pillar-card p {
    margin: 0;
    padding-top: 12px;
    border-top: 1px solid #dbe6f4;
    color: #1f3559;
    font-size: 16px;
    line-height: 1.65;
    width: 100%;
    text-wrap: pretty;
}

.vision-journey-section {
    background: #f8fbff;
}

.vision-journey-shell {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.vision-journey-head {
    margin-bottom: 22px;
}

.vision-journey-title {
    position: relative;
    padding-left: 34px;
}

.vision-journey-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    border-radius: 2px;
    background: #5dade2;
}

.vision-journey-title h1 {
    margin: 0;
    text-align: left;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
}

.vision-journey-lead {
    margin: 0;
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.72;
}

.vision-journey-row > [class*="col-"] {
    display: flex;
}

.vision-journey-media,
.vision-journey-copy {
    flex: 1 1 auto;
}

.vision-journey-media {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
    box-shadow: none;
}

.vision-journey-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

.vision-journey-copy {
    border-left: 2px solid var(--clr-grey-100);
    padding-left: 22px;
}

.vision-journey-copy p {
    margin: 0;
    color: #1f3559;
    font-size: 17px;
    line-height: 1.72;
}

@media (max-width: 991px) {
    .vision-intro-shell {
        padding: 22px;
    }

    .vision-intro-row > [class*="col-"] {
        display: block;
    }

    .vision-intro-row {
        --bs-gutter-x: 1.1rem;
    }

    .vision-intro-copy {
        border-left: 0;
        padding-left: 0;
    }

    .vision-intro-head {
        padding-left: 20px;
        margin-bottom: 12px;
    }

    .vision-intro-head::before {
        width: 3px;
    }

    .vision-intro-copy p {
        font-size: 17px;
    }

    .vision-intro-media img {
        min-height: 280px;
    }

    .vision-pillars-title {
        padding-left: 20px;
    }

    .vision-pillars-title::before {
        width: 3px;
    }

    .vision-pillars-desc {
        border-left: 0;
        padding-left: 0;
        font-size: 15px;
    }

    .vision-pillars-grid > [class*="col-"] {
        display: block;
    }

    .vision-pillar-card {
        padding: 20px 16px 18px;
    }

    .vision-pillar-card h2 {
        min-height: 0;
        font-size: clamp(26px, 6.5vw, 34px);
    }

    .vision-pillar-card p {
        font-size: 15px;
    }

    .vision-journey-shell {
        padding: 0;
    }

    .vision-journey-title {
        padding-left: 20px;
    }

    .vision-journey-title::before {
        width: 3px;
    }

    .vision-journey-lead,
    .vision-journey-copy {
        border-left: 0;
        padding-left: 0;
    }

    .vision-journey-lead,
    .vision-journey-copy p {
        font-size: 15px;
    }

    .vision-journey-row > [class*="col-"] {
        display: block;
    }

    .vision-journey-media img {
        min-height: 280px;
    }
}

/* Page styles moved from sustainability.php */
.sust-overview-section,
.sust-pillar-section {
    background: #f8fbff;
}

.sust-overview-shell,
.sust-pillar-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    border: 1px solid rgba(9, 33, 82, 0.08);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 16px 38px rgba(9, 33, 82, 0.06);
}

.sust-heading-wrap {
    position: relative;
    padding-left: 40px;
}

.sust-heading-wrap .brand-accent-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #5DADE2;
}

.sust-heading-wrap .creative-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.1;
    color: var(--clr-primary-500) !important;
    font-weight: 600;
    margin-bottom: 0;
    text-align: left;
}

.sust-intro-row {
    margin-bottom: 22px;
}

.sust-overview-media,
.sust-pillar-media {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(9, 33, 82, 0.12);
}

.sust-overview-media {
    height: 100%;
}

.sust-overview-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.sust-overview-row .sust-overview-media,
.sust-overview-row .sust-copy {
    flex: 1 1 auto;
}

.sust-overview-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
}

.sust-pillar-media {
    height: 100%;
}

.sust-pillar-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.sust-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.sust-main-heading {
    margin-bottom: 20px;
}

.sust-main-heading .creative-headline {
    white-space: nowrap;
}

.sust-copy-section {
    padding: 0;
}

.sust-copy-section + .sust-copy-section {
    border-top: 1px solid rgba(9, 33, 82, 0.12);
    margin-top: 16px;
    padding-top: 18px;
}

.sust-section-label {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #092152;
    font-weight: 700;
}

.sust-main-points {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
    display: grid;
    gap: 9px;
}

.sust-main-points li {
    color: #1f3559;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.66;
}

.sust-main-points li::marker {
    color: #68c658;
}

.sust-takeaways-list {
    list-style: disc;
    padding-left: 24px;
    margin: 0;
    display: grid;
    gap: 9px;
}

.sust-takeaways-list li {
    color: #0d214a;
    font-size: clamp(16px, 1.05vw, 18px);
    line-height: 1.64;
}

.sust-takeaways-list li::marker {
    color: #68c658;
}

.sust-pillar-list {
    display: grid;
    gap: 0;
    margin-top: 20px;
}

.sust-pillar-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.sust-pillar-item + .sust-pillar-item {
    border-top: 1px solid rgba(9, 33, 82, 0.12);
    margin-top: 16px;
    padding-top: 18px;
}

.sust-pillar-item h3 {
    margin: 0 0 12px;
    color: #092152;
    font-size: clamp(24px, 1.55vw, 30px);
    line-height: 1.32;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.sust-pillar-points {
    list-style: disc;
    padding-left: 26px;
    margin: 0;
    display: grid;
    gap: 10px;
}

.sust-pillar-points li {
    margin: 0;
    color: #2b4368;
    font-size: clamp(16px, 1.02vw, 18px);
    line-height: 1.66;
}

.sust-pillar-points li::marker {
    color: #68c658;
}

.sust-overview-shell strong,
.sust-pillar-wrap strong {
    font-weight: 600;
    color: #102a5c;
}

@media (max-width: 991px) {
    .sust-overview-shell,
    .sust-pillar-wrap {
        padding: 20px;
    }

    .sust-overview-media img,
    .sust-pillar-media img {
        min-height: 260px;
    }

    .sust-overview-row > [class*="col-"] {
        display: block;
    }

    .sust-overview-media {
        height: auto;
    }

    .sust-main-points li,
    .sust-takeaways-list li,
    .sust-pillar-points li {
        font-size: 15px;
    }

    .sust-copy-section + .sust-copy-section {
        margin-top: 14px;
        padding-top: 14px;
    }

    .sust-pillar-item h3 {
        font-size: clamp(24px, 6.2vw, 34px);
    }

    .sust-pillar-item + .sust-pillar-item {
        margin-top: 14px;
        padding-top: 14px;
    }

    .sust-heading-wrap {
        padding-left: 0;
    }

    .sust-heading-wrap .brand-accent-line {
        display: none;
    }

    .sust-main-heading .creative-headline {
        white-space: normal;
    }

    .sust-section-label {
        font-size: 12px;
    }
}
