*{
    padding:0px;
    margin:0px;
}

html {
  scroll-behavior: smooth;
}

body.site-loader-active {
  overflow: hidden;
}

:root {
    --thm-black: #191f37;
	--thm-black-rgb: 25, 31, 55;
	--thm-base: #2d59fb;
	--thm-base-rgb: 45, 89, 251;
}

.motion-section {
  position: relative;
}

.motion-item {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    opacity 0.9s ease,
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-variant-1 .motion-item {
  transform: translateY(46px) scale(0.98);
}

.motion-variant-2 .motion-item {
  transform: translateX(-52px) translateY(18px);
}

.motion-variant-3 .motion-item {
  transform: translateX(52px) translateY(18px);
}

.motion-variant-4 .motion-item {
  transform: translateY(30px) scale(0.94) rotate(0.6deg);
}

.motion-section.is-visible .motion-item {
  opacity: 1;
  transform: none;
}

.no-motion .motion-item {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.home-dynamic-motion .home-motion-item {
  opacity: 1;
  transform: none;
  will-change: transform, opacity;
}

.home-dynamic-motion.is-active .home-motion-item.motion-from-up {
  animation: homeDynamicRise 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--motion-delay, 0ms);
}

.home-dynamic-motion.is-active .home-motion-item.motion-from-left {
  animation: homeDynamicFromLeft 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--motion-delay, 0ms);
}

.home-dynamic-motion.is-active .home-motion-item.motion-from-right {
  animation: homeDynamicFromRight 0.82s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--motion-delay, 0ms);
}

.home-dynamic-motion.is-active .home-motion-item.motion-scale-in {
  animation: homeDynamicScaleIn 0.76s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--motion-delay, 0ms);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-dynamic-motion .home-motion-item {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none !important;
  }

  .site-loader,
  .site-loader * {
    animation: none !important;
    transition: opacity 0.28s ease, visibility 0.28s ease !important;
  }
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.55s ease,
    visibility 0s linear 0.55s;
}

.site-loader.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 0.55s ease,
    visibility 0s linear 0s;
}

.site-loader__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(234, 32, 38, 0.18), transparent 34%),
    radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.07), transparent 28%),
    radial-gradient(circle at 72% 82%, rgba(0, 37, 97, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(6, 19, 46, 0.96) 0%, rgba(10, 27, 47, 0.94) 55%, rgba(19, 34, 70, 0.96) 100%);
}

.site-loader__ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(22px);
  opacity: 0.72;
  animation: siteLoaderFloat 6.4s ease-in-out infinite;
}

.site-loader__ambient--one {
  width: min(32vw, 360px);
  height: min(32vw, 360px);
  top: 14%;
  left: 11%;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.22), transparent 68%);
}

.site-loader__ambient--two {
  width: min(28vw, 300px);
  height: min(28vw, 300px);
  right: 12%;
  bottom: 14%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
  animation-delay: -2.8s;
}

.site-loader__inner {
  position: relative;
  width: min(400px, 84vw);
  min-height: min(400px, 84vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-loader__ring {
  position: absolute;
  border-radius: 50%;
  inset: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.site-loader__ring--outer {
  width: min(320px, 76vw);
  height: min(320px, 76vw);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 1px rgba(234, 32, 38, 0.06) inset;
  animation: siteLoaderSpin 14s linear infinite;
}

.site-loader__ring--middle {
  width: min(268px, 64vw);
  height: min(268px, 64vw);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  animation: siteLoaderSpinReverse 11.5s linear infinite;
}

.site-loader__ring--inner {
  width: min(226px, 54vw);
  height: min(226px, 54vw);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 42px rgba(234, 32, 38, 0.16);
  animation: siteLoaderPulseRing 3.2s ease-in-out infinite;
}

.site-loader__particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0.12) 75%);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.18);
}

.site-loader__particle--one {
  top: 15%;
  right: 20%;
  animation: siteLoaderDrift 5.8s ease-in-out infinite;
}

.site-loader__particle--two {
  bottom: 18%;
  left: 18%;
  width: 8px;
  height: 8px;
  animation: siteLoaderDrift 6.6s ease-in-out infinite;
  animation-delay: -2.2s;
}

.site-loader__particle--three {
  top: 24%;
  left: 16%;
  width: 6px;
  height: 6px;
  animation: siteLoaderDrift 5.2s ease-in-out infinite;
  animation-delay: -1.3s;
}

.site-loader__logo-shell {
  position: relative;
  z-index: 2;
  width: min(176px, 42vw);
  height: min(176px, 42vw);
  border-radius: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 28px 68px rgba(3, 10, 28, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: siteLoaderPulseCard 3.6s ease-in-out infinite;
}

.site-loader__logo-glow {
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.18), transparent 72%);
  filter: blur(18px);
  opacity: 0.72;
}

.site-loader__logo {
  position: relative;
  z-index: 1;
  width: 78%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.14));
}

.site-loader__status {
  position: absolute;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
  width: min(240px, 64vw);
  text-align: center;
}

.site-loader__status-text {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.site-loader__status-line {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.82), rgba(234, 32, 38, 0.9), rgba(255, 255, 255, 0.06));
  background-size: 220% 100%;
  animation: siteLoaderSweep 2.4s linear infinite;
}

@keyframes siteLoaderSpin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes siteLoaderSpinReverse {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes siteLoaderPulseRing {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.04);
    opacity: 1;
  }
}

@keyframes siteLoaderPulseCard {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 28px 68px rgba(3, 10, 28, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
  }
  50% {
    transform: translateY(-4px);
    box-shadow:
      0 34px 80px rgba(3, 10, 28, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}

@keyframes siteLoaderFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(14px, -18px, 0);
  }
}

@keyframes siteLoaderDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate3d(8px, -12px, 0) scale(1.14);
    opacity: 1;
  }
}

@keyframes siteLoaderSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@media (max-width: 767.98px) {
  .site-loader__inner {
    width: min(340px, 88vw);
    min-height: min(340px, 88vw);
  }

  .site-loader__logo-shell {
    border-radius: 30px;
  }

  .site-loader__status {
    bottom: 2%;
    width: min(220px, 72vw);
  }

  .site-loader__status-text {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }
}

@keyframes homeDynamicRise {
  0% {
    opacity: 0;
    transform: translateY(42px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeDynamicFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-46px) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes homeDynamicFromRight {
  0% {
    opacity: 0;
    transform: translateX(46px) translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes homeDynamicScaleIn {
  0% {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


.nav-logo{
    height: 70px;
    width: 70px;
    object-fit: contain;
}

.nav {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 12px 18px 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: padding .32s ease, background-color .32s ease, box-shadow .32s ease, border-color .32s ease, transform .32s ease;
}



.nav .navbar {
  min-height: 88px;
  padding: 14px 22px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 32px rgba(0, 12, 38, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: padding .32s ease, border-radius .32s ease, background-color .32s ease, box-shadow .32s ease, border-color .32s ease;
}

.nav .navbar:hover {
  box-shadow: 0 12px 32px rgba(0, 12, 38, 0.12);
}

.nav .navbar-brand {
  position: relative;
  margin-inline-end: 64px !important;
}

.nav .navbar-brand::after {
  content: "";
  position: absolute;
  inset-inline-end: -26px;
  top: 50%;
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateY(-50%);
}

.nav .nav-logo {
  width: 160px !important;
  height: 72px !important;
  object-fit: contain;
  opacity: 1;
  transition: opacity .18s ease;
}

.nav .nav-logo.is-switching {
  opacity: 0;
}

.nav .navbar-brand:hover .nav-logo {
  transform: none;
}

.nav .navbar-nav {
  gap: 8px;
}

@media (min-width: 992px) {
  .nav .navbar > .container {
    position: relative;
    align-items: center;
    justify-content: space-between;
  }

  .nav .navbar-collapse {
    position: relative;
    flex: 1 1 auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }

  .nav .navbar-nav {
    position: static;
    left: auto;
    transform: none;
    margin: 0 !important;
    width: auto;
    justify-content: flex-start;
  }

  body:not([dir="rtl"]) .nav .navbar-nav {
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  body:not([dir="rtl"]) .nav .btn333 {
    margin-left: auto;
    margin-right: 0;
    flex: 0 0 auto;
  }

  body[dir="rtl"] .nav .navbar-nav {
    text-align: right;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body[dir="rtl"] .nav .nav-item,
  body[dir="rtl"] .nav .nav-link {
    text-align: right;
  }

  body[dir="rtl"] .nav .navbar-brand {
    order: 2;
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-right: 0 !important;
    margin-left: 48px !important;
    flex: 0 0 auto;
  }

  body[dir="rtl"] .nav .navbar > .container {
    flex-direction: row;
  }

  body[dir="rtl"] .nav .navbar-collapse {
    direction: rtl;
    flex-direction: row;
    justify-content: flex-start;
    order: 1;
  }

  body[dir="rtl"] .nav .btn333 {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 auto;
  }
}

.nav .nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px !important;
  border-radius: 999px;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  transition: color .28s ease, background-color .28s ease;
}

.nav .nav-link::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea2026, rgba(255, 255, 255, 0.95));
  transform: scaleX(0);
  transform-origin: center;
  transition: none;
}

.nav .nav-item:hover > .nav-link,
.nav .dropdown1:hover > .nav-link,
.nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  transform: none;
}

.nav .nav-item:hover > .nav-link::after,
.nav .dropdown1:hover > .nav-link::after,
.nav .nav-link:hover::after {
  transform: scaleX(1);
}

.nav .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 8px 10px;
  box-shadow: 0 8px 20px rgba(0, 12, 38, 0.1);
  transition: border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.nav .navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(255, 255, 255, 0.12);
}

.dropdown-content {
  border-radius: 24px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 60px rgba(0, 37, 97, 0.16) !important;
  backdrop-filter: blur(14px);
  overflow: hidden;
  transform: none;
  transform-origin: top center;
  transition: none;
}

.dropdown1:hover .dropdown-content {
  transform: none;
}

.dropdown-content .bottom-dropdown {
  background: linear-gradient(90deg, #002561 0%, #123b86 100%) !important;
}

.dropdown-content li a {
  transition: none;
}

.dropdown-content li:hover a {
  color: #ea2026 !important;
  transform: none;
}

body.nav-scrolled .nav {
  padding: 0;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.nav-scrolled .nav .navbar {
  min-height: 88px;
  padding: 14px 22px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(0, 37, 97, 0.96) 0%, rgba(18, 59, 134, 0.96) 100%) !important;
  border: 0;
  box-shadow: 0 10px 28px rgba(0, 12, 38, 0.18);
}

body.nav-scrolled .nav .navbar-brand::after {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
}

body.nav-scrolled .nav .nav-link {
  color: #ffffff !important;
}

body.nav-scrolled .nav .nav-item:hover > .nav-link,
body.nav-scrolled .nav .dropdown1:hover > .nav-link,
body.nav-scrolled .nav .nav-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
}

body.nav-scrolled .nav .nav-link::after {
  background: linear-gradient(90deg, #ea2026, rgba(255, 255, 255, 0.95));
}

body.nav-scrolled .nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body.nav-scrolled .nav .nav-logo {
  height: 72px !important;
  width: 160px !important;
}

  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  
  .mySwiper2 {
    height: calc(100%);
    width: 100%;
  }

  .mySwiper {
   height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border-top: 2px solid #fff;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .color-blue{
    color:#002561 ;
  }
  .padding-top{
    padding-top: 100px;
  }
  .padding-bottom{
    padding-bottom: 10px;
  }
  .button-primary{
    padding: 14px 20px;
    background-color: #002561;
    border-radius: 32px;
    text-decoration: none;
    color: #fff;
  }
  .circle{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    padding: 2px;
    background-color:#EA2026 ;
    border-radius: 50%;
  }


 .swiper-button-next:after, .swiper-button-prev:after{
  font-size: 20px !important;
 }

 .swiper-button-next{
  background-color: #002561;  
  }
  .swiper-button-prev{
    background-color: #002561;
  }

  .line{
    height: 4px;
    width: 0%;
    position: absolute;
    top: 0px;
    background-color:#EA2026 ;
    opacity: 0;
    z-index: 2;
    transition: .6s ease-in;
  }

  .sec2 .shape{
    opacity: 0;
  }

  .sec2 .card:hover .line{ 
    opacity: 1;
    width: 100%;
    left: 0;
  }

  .sec2 .card:hover a{ 
    transition: .4s ease-in;
    transform: scale(1.2);
  }

  .sec2 .card:hover .shape{ 
    opacity: 1;
    transition: .4s ease-in;
  }

  .home-sector-card{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .35s ease, box-shadow .35s ease;
  }

  .home-sector-card .imgbox{
    margin-bottom: 0 !important;
  }

  .home-sector-card .imgbox img{
    transition: transform .45s ease;
  }

  .home-sector-card .text{
    display: flex;
    flex-direction: column;
    flex: 1;
    transition: background-color .35s ease, color .35s ease;
  }

  .home-sector-card .text h5,
  .home-sector-card .text p{
    transition: color .35s ease;
  }

  .home-sector-card .shape img{
    filter: brightness(0) saturate(100%) invert(18%) sepia(97%) saturate(4478%) hue-rotate(345deg) brightness(96%) contrast(95%);
  }

  .home-sector-card .shape{
    opacity: 1 !important;
  }

  .home-sector-card .text .circle{
    margin-top: auto;
    margin-left: auto !important;
    margin-right: 0 !important;
  }

  .home-sector-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 44px rgba(19, 34, 70, 0.16);
  }

  .home-sector-card:hover .imgbox img{
    transform: scale(1.06);
  }

  .home-sector-card:hover .text{
    background: rgba(234, 32, 38, 0.82);
  }

  .home-sector-card:hover .text h5,
  .home-sector-card:hover .text p{
    color: #fff !important;
  }

  .home-sector-card:hover .shape img{
    filter: brightness(0) invert(1);
  }

  .home-sector-card:hover .text .circle{
    background-color: #fff;
  }

  .home-sector-card:hover .text .circle,
  .home-sector-card:hover .text .circle i,
  .home-sector-card:hover .text .circle svg{
    color: #EA2026 !important;
  }

  .sec3 .exp-card{
    border: 1px solid #ddd;
  }

  .sec3 .hovered{
    width: 50% !important;
    height: 450px !important;
    position: absolute;
    bottom: 0;
    transition: .4s ease-in;
  }

  .sec3 .hovered .imgbox{
    height: 450px !important;
    transition: .4s ease-in;
  }

.sec3 .hovered .title img{
  display: flex !important;
}
  .sec3 .hovered .text{
    position: absolute;
    height: 100% !important;
    width: 100%;
    color: #fff;
    padding: 48px !important ;
  }

  .sec3 .hovered .text .btn-container{
    display: block !important;
  }

  .sec4.stratigies{
    position: relative;
    overflow: hidden;
  }

  .sec4.stratigies::before,
  .sec4.stratigies::after{
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 0;
    opacity: .8;
  }

  .sec4.stratigies::before{
    width: 280px;
    height: 280px;
    inset-inline-start: -110px;
    top: 36px;
    background: radial-gradient(circle, rgba(234, 32, 38, 0.08), rgba(234, 32, 38, 0));
  }

  .sec4.stratigies::after{
    width: 320px;
    height: 320px;
    inset-inline-end: -130px;
    bottom: 18px;
    background: radial-gradient(circle, rgba(0, 37, 97, 0.08), rgba(0, 37, 97, 0));
  }

  .sec4.stratigies > *{
    position: relative;
    z-index: 1;
  }

  .sec4.stratigies .stratigies-heading h3{
    position: relative;
    display: inline-block;
  }

  .sec4.stratigies .stratigies-heading h3::after{
    content: "";
    position: absolute;
    inset-inline-end: 0;
    bottom: -16px;
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ea2026, #002561);
    transition: width .72s ease;
  }

  .sec4.stratigies.is-visible .stratigies-heading h3::after{
    width: 180px;
  }

  .sec4.stratigies .stratigies-row{
    align-items: stretch;
    transition: transform .38s ease;
  }

  .sec4.stratigies .stratigies-copy,
  .sec4.stratigies .stratigies-visual{
    position: relative;
    transition:
      transform .42s ease,
      box-shadow .42s ease,
      filter .42s ease,
      border-color .42s ease;
  }

  .sec4.stratigies .stratigies-copy{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(19, 34, 70, 0.08);
  }

  .sec4.stratigies .stratigies-copy::before{
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 3px;
    height: 70px;
    background: linear-gradient(180deg, #ea2026, rgba(234, 32, 38, 0));
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .34s ease, transform .34s ease;
  }

  .sec4.stratigies .stratigies-visual{
    overflow: hidden;
    filter: saturate(.96);
  }

  .sec4.stratigies .stratigies-visual::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0) 20%, rgba(255,255,255,0.08) 50%, rgba(255,255,255,0) 80%);
    opacity: 0;
    transform: translateX(-28%);
    transition: opacity .42s ease, transform .62s ease;
  }

  .sec4.stratigies .stratigies-copy__title,
  .sec4.stratigies .stratigies-copy__text{
    transition: transform .3s ease, color .3s ease, opacity .3s ease;
  }

  .sec4.stratigies .stratigies-copy__text{
    overflow: hidden;
  }

  .sec4.stratigies .stratigies-copy__text-inner{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.9;
    max-height: calc(1.9em * 7);
  }

  .sec4.stratigies .stratigies-copy__text-inner > *{
    display: inline;
    margin: 0;
  }

  .sec4.stratigies .stratigies-copy__text-inner br{
    display: none;
  }

  .sec4.stratigies .stratigies-copy__arrow{
    margin-top: auto;
    transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy{
    transform: none;
    box-shadow: none;
    background-color: rgba(234, 32, 38, 0.5) !important;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy::before{
    opacity: 1;
    transform: translateY(0);
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy__title{
    transform: none;
    color: #fff;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text{
    opacity: .95;
    color: #fff;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text p,
  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text li,
  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text strong,
  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text b,
  .sec4.stratigies .stratigies-row:hover .stratigies-copy__text em{
    color: #fff !important;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-visual{
    transform: scale(1.012);
    filter: saturate(1.05) contrast(1.02);
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-visual::after{
    opacity: 1;
    transform: translateX(18%);
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy__arrow{
    transform: translateX(-6px);
    box-shadow: 0 12px 24px rgba(234, 32, 38, 0.18);
    background-color: #fff;
    color: #ea2026;
  }

  .sec4.stratigies .stratigies-row:hover .stratigies-copy__arrow i,
  .sec4.stratigies .stratigies-row:hover .stratigies-copy__arrow svg{
    color: #ea2026 !important;
  }

  body[dir="rtl"] .sec4.stratigies .stratigies-row:hover .stratigies-copy__arrow{
    transform: translateX(6px);
  }

  @media (max-width: 991.98px){
    .sec4.stratigies .stratigies-copy,
    .sec4.stratigies .stratigies-visual{
      min-height: 320px;
    }

    .sec4.stratigies .stratigies-row:hover .stratigies-copy,
    .sec4.stratigies .stratigies-row:hover .stratigies-visual{
      transform: none;
    }
  }

  .footer .links a{
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
  }

  .footer{
    position: relative;
    background-color: #002561;
  }

  .footer-dynamic-main{
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer-dynamic-grid{
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .footer-dynamic-logo img{
    width: 170px;
    height: 86px;
    object-fit: contain;
  }

  .footer-dynamic-brand h4,
  .footer-dynamic-links h5,
  .footer-dynamic-contact h5{
    color: #fff;
    margin: 0 0 18px;
    font-weight: 700;
  }

  .footer-dynamic-brand p,
  .footer-dynamic-contact p{
    color: rgba(255,255,255,0.82);
    line-height: 1.9;
    margin: 0;
  }

  .footer-dynamic-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.9rem;
  }

  .footer-dynamic-links a,
  .footer-dynamic-contact a{
    color: rgba(255,255,255,0.86);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .footer-dynamic-links a:hover,
  .footer-dynamic-contact a:hover{
    color: #fff;
    transform: translateX(-4px);
  }

  .footer-dynamic-contact{
    display: grid;
    gap: 0.95rem;
  }

  .bottom-Footer p{
    font-size: 15px;
    letter-spacing: 0.01em;
  }
  .dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 0;
  width: 90%;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  z-index: 1;
  transition: none;
}

.dropdown-content li {
  padding: 10px;
  color: #333 !important;
}

.dropdown-content li a {
  color: #fff;
}

.dropdown1:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}

.dropdown1 {
  transition: none;
  color: #333 !important;
  position: relative;
  }

.nav .dropdown1 {
  position: static;
}

.nav .dropdown-content {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  width: min(90%, 1180px);
  transform: translateX(-50%) translateY(14px) scale(0.98);
  z-index: 1200;
}

.nav .dropdown1:hover .dropdown-content,
.nav .dropdown1:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(1);
}


.rtl .dropdown1 .fa-angles-right{
  transform: rotate(180deg);
}

.about-intro-row{
  filter: drop-shadow(0 20px 50px rgba(7, 22, 48, 0.14));
}

.about-intro-content.motion-item,
.motion-section.is-visible .about-intro-content.motion-item{
  opacity: 1 !important;
  transform: none !important;
}

.about-intro-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 42px 30px;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(250,252,255,0.98) 100%);
  border: 1px solid rgba(19, 34, 70, 0.06);
}

.about-intro-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(234, 32, 38, 0.04), transparent 20%, transparent 80%, rgba(19, 34, 70, 0.04));
  pointer-events: none;
}

.about-intro-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #132246;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-intro-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: #ea2026;
}

.about-intro-quote {
  position: absolute;
  top: 18px;
  right: 30px;
  z-index: 0;
  color: rgba(234, 32, 38, 0.08);
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  animation: aboutQuoteFloat 5s ease-in-out infinite;
}

.about-intro-text{
  position: relative;
  z-index: 1;
  width: 100%;
  color: #132246;
  text-align: center;
  line-height: 2;
  font-size: clamp(1.12rem, 1.5vw, 1.55rem);
  max-width: 1080px;
  margin: 0 auto;
  text-wrap: balance;
}

.about-intro-text p,
.about-intro-text div{
  color: #132246;
}

.about-intro-line {
  position: relative;
  z-index: 1;
  width: 180px;
  max-width: 60%;
  height: 3px;
  margin: 26px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(234, 32, 38, 0.08), #ea2026, rgba(240, 200, 73, 0.9));
  animation: aboutLinePulse 4s ease-in-out infinite;
}

.about-intro-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.about-intro-orb--one {
  width: 140px;
  height: 140px;
  top: -44px;
  left: -34px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.12), transparent 70%);
  animation: aboutOrbDrift 7s ease-in-out infinite;
}

.about-intro-orb--two {
  width: 190px;
  height: 190px;
  right: -50px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(19, 34, 70, 0.1), transparent 72%);
  animation: aboutOrbDrift 9s ease-in-out infinite reverse;
}

.sec-home-about {
  position: relative;
  overflow: hidden;
}

.home-about-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  background: #ffffff;
  box-shadow: none;
  padding: 42px 38px;
  transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease;
}

.home-about-shell::before,
.home-about-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0;
}

.home-about-shell::before {
  inset-inline-start: -80px;
  top: 42px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.12), rgba(234, 32, 38, 0));
}

.home-about-shell::after {
  inset-inline-end: -90px;
  bottom: 28px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 37, 97, 0.12), rgba(0, 37, 97, 0));
}

.sec-home-about.is-active .home-about-shell {
  animation: homeAboutShellFloat 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 18px 42px rgba(0, 37, 97, 0.06);
}

.sec-home-about.is-active .home-about-shell::before,
.sec-home-about.is-active .home-about-shell::after {
  opacity: 1;
  animation: homeAboutGlowDrift 8s ease-in-out infinite;
}

.home-about-glow {
  display: none;
}

.home-about-glow--one {
  width: 190px;
  height: 190px;
  top: -60px;
  left: -40px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.18), rgba(234, 32, 38, 0));
  animation: homeAboutGlowDrift 8s ease-in-out infinite;
}

.home-about-glow--two {
  width: 230px;
  height: 230px;
  bottom: -80px;
  right: -60px;
  background: radial-gradient(circle, rgba(0, 37, 97, 0.18), rgba(0, 37, 97, 0));
  animation: homeAboutGlowDrift 10s ease-in-out infinite reverse;
}

.home-about-copy,
.home-about-visual {
  position: relative;
  z-index: 1;
}

.home-about-copy {
  text-align: start;
}

.home-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ea2026;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-about-kicker::before {
  content: "";
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea2026, rgba(234, 32, 38, 0.1));
}

.sec-home-about.is-active .home-about-kicker::before {
  animation: homeAboutLineReveal 0.75s ease both;
}

.home-about-title {
  margin: 16px 0;
  color: #132246;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}

.home-about-text {
  color: #41506d;
  font-size: 17px;
  line-height: 1.9;
}

.home-about-text p:last-child,
.home-about-text div:last-child {
  margin-bottom: 0;
}

.home-about-actions {
  margin-top: 26px;
}

.home-about-cta {
  min-height: 42px !important;
  padding: 9px 14px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  width: fit-content;
  border-radius: 999px;
}

.home-about-cta .circle {
  width: 28px;
  height: 28px;
  min-width: 28px;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.home-about-pillars {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-about-pillar {
  min-height: 170px;
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  background: #ffffff;
  box-shadow: none;
  transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease;
  position: relative;
  overflow: hidden;
}

.home-about-pillar::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(234, 32, 38, 0.9), rgba(0, 37, 97, 0.3));
  transform: scaleX(0.2);
  transform-origin: center;
  opacity: 0.45;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sec-home-about.is-active .home-about-copy {
  animation: homeAboutCopyReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sec-home-about.is-active .home-about-visual {
  animation: homeAboutCopyReveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.sec-home-about.is-active .home-about-pillar:nth-child(1) {
  animation: homeAboutPillarReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.18s both;
}

.sec-home-about.is-active .home-about-pillar:nth-child(2) {
  animation: homeAboutPillarReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

.sec-home-about.is-active .home-about-pillar:nth-child(3) {
  animation: homeAboutPillarReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) 0.42s both;
}

.home-about-pillar:hover {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(0, 37, 97, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(248, 250, 255, 1));
  box-shadow: 0 18px 38px rgba(0, 37, 97, 0.08);
}

.home-about-pillar:hover::before {
  transform: scaleX(1);
  opacity: 1;
}

.home-about-pillar__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 37, 97, 0.08);
  color: #002561;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 16px;
}

.home-about-pillar__title {
  margin: 0 0 12px;
  color: #132246;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.home-about-pillar__body {
  color: #53617d;
  font-size: 14px;
  line-height: 1.75;
}

.home-about-pillar__body p:last-child,
.home-about-pillar__body div:last-child {
  margin-bottom: 0;
}

.home-about-visual {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-about-image-frame {
  position: relative;
  width: min(100%, 520px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(0, 37, 97, 0.08);
  box-shadow: none;
  transition: transform 0.36s ease;
}

.home-about-image-frame::after {
  display: none;
}

.home-about-image-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.sec-home-about.is-active .home-about-image-frame {
  animation: homeAboutVisualFloat 4.8s ease-in-out infinite;
}

.home-about-badge {
  display: none;
}

.sec-home-about.is-active .home-about-badge--top {
  animation: none;
}

.sec-home-about.is-active .home-about-badge--bottom {
  animation: none;
}

.home-about-badge strong {
  display: block;
  margin-bottom: 6px;
  color: #132246;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.home-about-badge span,
.home-about-badge p {
  margin: 0;
  color: #53617d;
  font-size: 14px;
  line-height: 1.7;
}

.home-about-badge--top {
  top: 22px;
  inset-inline-start: -18px;
}

.home-about-badge--bottom {
  bottom: 22px;
  inset-inline-end: -18px;
}

.home-about-badge__line {
  display: block;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea2026, rgba(255, 255, 255, 0.95));
  margin-bottom: 12px;
}

@keyframes homeAboutShellFloat {
  0% {
    transform: translateY(32px) scale(0.98);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes homeAboutCopyReveal {
  0% {
    opacity: 0;
    transform: translateY(22px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeAboutPillarReveal {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeAboutLineReveal {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes homeAboutGlowDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -10px, 0);
  }
}

@keyframes homeAboutVisualFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes homeAboutBadgeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes aboutQuoteFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

@keyframes aboutLinePulse {
  0%, 100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 0.86;
  }
}

@keyframes aboutOrbDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -10px, 0);
  }
}

@media (max-width: 767.98px) {
  .about-intro-panel {
    padding: 24px 18px 22px;
  }

  .about-intro-quote {
    top: 12px;
    right: 14px;
    font-size: 88px;
  }

  .about-intro-text {
    font-size: 1rem;
    line-height: 1.9;
  }

  .about-intro-line {
    width: 120px;
    margin-top: 18px;
  }

  .home-about-shell {
    padding: 34px 24px;
    border-radius: 28px;
  }

  .home-about-pillars {
    grid-template-columns: 1fr;
  }

  .home-about-image-frame img {
    height: 420px;
  }

  .home-about-badge {
    max-width: 220px;
    padding: 16px 16px 14px;
  }

  .home-about-badge--top {
    top: 14px;
    inset-inline-start: 12px;
  }

  .home-about-badge--bottom {
    bottom: 14px;
    inset-inline-end: 12px;
  }
}

.sec-ceo-word {
  position: relative;
  overflow: hidden;
}

.sec-ceo-word,
.sec-ceo-word * {
  opacity: 1 !important;
  visibility: visible !important;
}

.ceo-word-shell {
  position: relative;
  padding: 46px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(234, 32, 38, 0.08), transparent 34%),
    linear-gradient(135deg, #0c1c3a 0%, #132246 62%, #19325f 100%);
  box-shadow: 0 30px 80px rgba(12, 28, 58, 0.22);
  overflow: hidden;
}

.ceo-word-shell::before,
.ceo-word-shell::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ceo-word-shell::before {
  width: 260px;
  height: 260px;
  top: -120px;
  right: -90px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 68%);
}

.ceo-word-shell::after {
  width: 220px;
  height: 220px;
  bottom: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.12), transparent 70%);
}

.ceo-word-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ceo-word-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #ea2026;
}

.ceo-word-title {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 1.05;
  font-weight: 800;
}

.ceo-word-text {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 2;
}

.ceo-word-text p,
.ceo-word-text div,
.ceo-word-text li {
  color: rgba(255, 255, 255, 0.84);
}

.ceo-word-signoff {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ceo-word-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ceo-word-meta strong {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.ceo-word-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.ceo-word-signature {
  color: #f0c849;
  font-size: clamp(2rem, 3vw, 3rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  transform: rotate(-6deg);
  text-shadow: 0 10px 30px rgba(240, 200, 73, 0.14);
}

.ceo-word-portrait {
  position: relative;
  z-index: 1;
}

.ceo-word-portrait-frame {
  position: relative;
  height: 100%;
  min-height: 430px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ceo-word-portrait-frame::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.ceo-word-portrait-frame img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform 0.65s ease;
}

.ceo-word-shell:hover .ceo-word-portrait-frame img {
  transform: scale(1.08);
}

.ceo-word-portrait--placeholder .ceo-word-portrait-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceo-word-portrait--placeholder .ceo-word-portrait-frame span {
  color: rgba(255, 255, 255, 0.32);
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-style: italic;
  transform: rotate(-8deg);
}

@keyframes ceoSignatureFloat {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-4px) rotate(-4deg);
  }
}

.ceo-word-signature {
  animation: ceoSignatureFloat 4.2s ease-in-out infinite;
}

@media (max-width: 991.98px) {
  .ceo-word-shell {
    padding: 34px 24px;
  }

  .ceo-word-signoff {
    flex-direction: column;
    align-items: flex-start;
  }

  .ceo-word-portrait-frame,
  .ceo-word-portrait-frame img {
    min-height: 320px;
  }
}

@media (max-width: 767.98px) {
  .ceo-word-shell {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .ceo-word-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .ceo-word-portrait-frame,
  .ceo-word-portrait-frame img {
    min-height: 260px;
    border-radius: 22px;
  }
}

.sec4 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(234, 32, 38, 0.05), transparent 28%),
    linear-gradient(180deg, #f5f8ff 0%, #edf3fb 100%);
}

.mission-shell {
  position: relative;
  padding: 78px 42px;
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.97)),
    linear-gradient(135deg, rgba(0, 37, 97, 0.05), rgba(234, 32, 38, 0.04));
  border: 1px solid rgba(0, 37, 97, 0.08);
  box-shadow:
    0 28px 80px rgba(12, 28, 58, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.mission-shell::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 28px;
  border: 1px solid rgba(19, 34, 70, 0.05);
  pointer-events: none;
}

.mission-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(6px);
}

.mission-glow--one {
  width: 260px;
  height: 260px;
  top: -100px;
  right: -90px;
  background: radial-gradient(circle, rgba(234, 32, 38, 0.16), transparent 70%);
  animation: missionFloat 9s ease-in-out infinite;
}

.mission-glow--two {
  width: 220px;
  height: 220px;
  bottom: -120px;
  left: -60px;
  background: radial-gradient(circle, rgba(0, 37, 97, 0.16), transparent 72%);
  animation: missionFloat 12s ease-in-out infinite reverse;
}

.mission-heading {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 46px;
}

.mission-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #4f6289;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mission-kicker::before,
.mission-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea2026, rgba(0, 37, 97, 0.15));
}

.mission-title {
  margin: 0;
  color: #132246;
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.mission-title-line {
  width: 220px;
  max-width: 60vw;
  height: 4px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(234, 32, 38, 0), #ea2026 22%, #002561 78%, rgba(0, 37, 97, 0));
  animation: missionLinePulse 4.4s ease-in-out infinite;
}

.mission-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.mission-panel {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 28px 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 40px rgba(19, 34, 70, 0.08);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.mission-panel:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 28px 58px rgba(19, 34, 70, 0.14);
  border-color: rgba(234, 32, 38, 0.28);
}

.mission-panel-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 28%, rgba(255, 255, 255, 0.42) 50%, transparent 72%);
  transform: translateX(-130%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.mission-panel:hover .mission-panel-sheen {
  transform: translateX(130%);
}

.mission-panel--mission {
  background:
    radial-gradient(circle at top right, rgba(234, 32, 38, 0.14), transparent 40%),
    rgba(255, 255, 255, 0.78);
}

.mission-panel--vision {
  background:
    radial-gradient(circle at top right, rgba(0, 37, 97, 0.15), transparent 42%),
    rgba(255, 255, 255, 0.78);
}

.mission-panel--goals {
  background:
    radial-gradient(circle at top right, rgba(234, 32, 38, 0.08), transparent 38%),
    radial-gradient(circle at bottom left, rgba(0, 37, 97, 0.12), transparent 44%),
    rgba(255, 255, 255, 0.78);
}

.mission-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}

.mission-panel-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: linear-gradient(135deg, #002561 0%, #123b86 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(19, 34, 70, 0.2);
}

.mission-panel-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(234, 32, 38, 0.8), rgba(0, 37, 97, 0.12));
}

.mission-panel-title {
  margin: 0 0 18px;
  color: #132246;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.mission-panel-body {
  color: #364767;
  font-size: 16px;
  line-height: 1.95;
}

.mission-panel-body p,
.mission-panel-body div,
.mission-panel-body li {
  color: #364767;
}

.mission-panel-body p:last-child,
.mission-panel-body div:last-child {
  margin-bottom: 0;
}

@keyframes missionFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(12px, -16px, 0);
  }
}

@keyframes missionLinePulse {
  0%, 100% {
    transform: scaleX(1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1.08);
    opacity: 0.88;
  }
}

@media (max-width: 991.98px) {
  .mission-shell {
    padding: 58px 24px;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .mission-panel {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .mission-shell {
    padding: 42px 16px;
    border-radius: 24px;
  }

  .mission-heading {
    margin-bottom: 30px;
  }

  .mission-title-line {
    width: 140px;
    margin-top: 16px;
  }

  .mission-panel {
    padding: 22px 18px 20px;
    border-radius: 22px;
  }

  .mission-panel-title {
    font-size: 24px;
  }

  .mission-panel-body {
    font-size: 15px;
    line-height: 1.85;
  }
}

.our-history .history-shell{
  padding: 12px 0 0;
  min-height: 180px;
  transition: min-height .32s ease, padding-bottom .32s ease;
}

.our-history .history-shell.is-expanded{
  min-height: 380px;
  padding-bottom: 140px;
}

.our-history .history-heading{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 24px;
}

.our-history .history-title{
  margin: 0;
  color: #132246;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 700;
}

.our-history .history-title-line{
  width: 300px;
  max-width: 70vw;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(234, 32, 38, 0.15), #f0c849, rgba(234, 32, 38, 0.15));
}

.our-history .history-stage{
  position: relative;
}

.our-history .history-stage.rtl{
  direction: rtl;
}

.our-history .history-years{
  min-height: 130px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 52px 180px;
  padding: 18px 0 10px;
}

.our-history .history-year-btn{
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: transform .25s ease, opacity .25s ease;
  color: #111;
}

.our-history .history-year-btn:hover,
.our-history .history-year-btn.is-active{
  transform: translateY(-4px);
}

.our-history .history-year-line{
  width: 44px;
  height: 2px;
  background: #111;
  transition: background .25s ease, width .25s ease;
}

.our-history .history-year-value{
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1;
  transition: color .25s ease, transform .25s ease;
}

.our-history .history-year-btn:hover .history-year-line,
.our-history .history-year-btn.is-active .history-year-line{
  width: 54px;
  background: #EA2026;
}

.our-history .history-year-btn:hover .history-year-value,
.our-history .history-year-btn.is-active .history-year-value{
  color: #ea2026;
}

.our-history .history-hover-card{
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  width: 240px;
  max-width: min(240px, 70vw);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px) scale(0.92);
  transition: opacity .28s ease, transform .28s ease, visibility .28s ease, width .28s ease;
  pointer-events: none;
  z-index: 5;
}

.our-history .history-year-btn:hover .history-hover-card,
.our-history .history-year-btn.is-active .history-hover-card,
.our-history .history-year-btn:focus-visible .history-hover-card{
  opacity: 1;
  visibility: visible;
  width: 300px;
  max-width: min(300px, 78vw);
  transform: translateX(-50%) translateY(0) scale(1);
}

.our-history .history-hover-card-inner{
  background: #fff;
  padding: 18px 16px 16px;
  min-height: 0;
  box-shadow: 0 18px 40px rgba(0, 37, 97, 0.14);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.our-history .history-hover-logo{
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.our-history .history-hover-logo img{
  max-width: 128px;
  max-height: 92px;
  object-fit: contain;
}

.our-history .history-hover-logo span{
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.our-history .history-hover-title{
  display: block;
  margin-bottom: 8px;
  color: #132246;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.our-history .history-hover-description{
  display: block;
  color: #41506f;
  font-size: .86rem;
  line-height: 1.6;
}

.our-history .history-hover-description p:last-child{
  margin-bottom: 0;
}

@media (max-width: 991.98px){
  .our-history .history-shell.is-expanded{
    min-height: 340px;
    padding-bottom: 120px;
  }

  .our-history .history-shell{
    min-height: 340px;
    padding-bottom: 120px;
  }

  .our-history .history-years{
    min-height: auto;
    padding: 10px 0 0;
    gap: 28px 34px;
  }

  .our-history .history-hover-card{
    width: 220px;
  }
}

@media (max-width: 767.98px){
  .our-history .history-shell.is-expanded{
    min-height: 320px;
    padding-bottom: 110px;
  }

  .our-history .history-shell{
    min-height: 320px;
    padding-bottom: 110px;
  }

  .our-history .history-hover-card{
    position: absolute;
    top: calc(100% + 16px);
    max-width: min(260px, 82vw);
  }
}

.job-card .card:hover{
  transition: .4s ease-in;
  box-shadow: -8px 8px 0 #002561;
}
.sector-levels-list {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.sector-levels-shell {
  position: relative;
}

.sector-levels-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.sector-levels-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(234, 32, 38, 0.1);
  color: #ea2026;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sector-levels-heading h1 {
  margin: 14px 0 10px;
  font-size: 42px;
  line-height: 1.08;
  color: #132246;
}

.sector-levels-heading p {
  margin: 0;
  color: #5b6783;
  font-size: 16px;
  line-height: 1.7;
}

.sector-level-item {
  border: 1px solid rgba(19, 34, 70, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 18px 40px rgba(19, 34, 70, 0.07);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sector-level-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(19, 34, 70, 0.1);
}

.sector-level-item[open] {
  border-color: rgba(234, 32, 38, 0.22);
  box-shadow: 0 24px 48px rgba(19, 34, 70, 0.12);
}

.sector-level-item summary {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.sector-level-item:hover summary {
  background: rgba(19, 34, 70, 0.02);
}

.sector-level-item summary::-webkit-details-marker {
  display: none;
}

.sector-level-title {
  font-size: 24px;
  color: #132246;
  text-align: center;
  font-weight: 700;
}

.sector-level-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ea2026, #ff6c5c);
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(234, 32, 38, 0.22);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  position: relative;
  flex: 0 0 44px;
}

.sector-level-icon::before {
  content: "+";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  transform: translateY(-1px);
  transition: transform 0.25s ease;
}

.sector-level-item[open] .sector-level-icon {
  box-shadow: 0 18px 32px rgba(234, 32, 38, 0.28);
  filter: saturate(1.08);
}

.sector-level-item[open] .sector-level-icon::before {
  transform: rotate(45deg) translateY(-1px);
}

.sector-level-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px 22px;
  text-align: center;
}

.sector-level-item[open] .sector-level-content {
  animation: sectorLevelReveal 0.38s ease;
}

.sector-level-content img {
  width: 100%;
  max-width: 760px;
  height: 280px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}

.sector-level-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.sector-gallery-block {
  margin-top: 54px;
}

.sector-gallery-shell {
  position: relative;
  padding: 0;
}

.sector-gallery-image {
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  background: #f3f5f9;
}

.sector-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sector-gallery-prev,
.sector-gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(19, 34, 70, 0.88);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sector-gallery-prev {
  left: -10px;
}

.sector-gallery-next {
  right: -10px;
}

.sector-gallery-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px !important;
  display: flex;
  justify-content: center;
  z-index: 3;
}

.sector-gallery-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #97a4be;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(19, 34, 70, 0.18);
}

.sector-gallery-pagination .swiper-pagination-bullet-active {
  background: #ea2026;
  width: 28px;
  border-radius: 999px;
}

.sector-related-card {
  min-height: 580px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38px 38px 34px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sector-related-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 49, 0.12), rgba(8, 22, 49, 0.78));
  opacity: 0.72;
  transition: opacity 0.25s ease, background 0.25s ease;
  z-index: 0;
}

.sector-related-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(8, 22, 49, 0.24);
}

.sector-related-card:hover::before {
  opacity: 1;
  background: linear-gradient(180deg, rgba(8, 22, 49, 0.24), rgba(8, 22, 49, 0.94));
}

.sector-related-card__meta {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.sector-related-card__body {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  max-width: 360px;
}

.sector-related-card__title {
  margin: 0 0 22px;
  color: #fff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.sector-related-card__summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

.sector-related-card__footer {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.sector-related-card__link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1;
}

.sector-related-card__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(234, 32, 38, 0.16);
  color: #ea2026;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.level-subservice-card {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(10, 27, 47, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.level-subservice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(10, 27, 47, 0.18);
}

.level-subservice-card__image {
  height: 220px;
  overflow: hidden;
}

.level-subservice-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.level-subservice-card__body p {
  line-height: 1.7;
}

.level-linked-card {
  min-height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 26px 24px;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 16px 36px rgba(8, 22, 49, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: sectorCardReveal 0.45s ease both;
}

.level-linked-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 49, 0.2), rgba(8, 22, 49, 0.9));
  z-index: 0;
}

.level-linked-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(8, 22, 49, 0.24);
}

.level-linked-card__top-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.level-linked-card__body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  text-align: left;
}

.level-linked-card__title {
  margin: 0 0 18px;
  color: #fff;
  font-size: 26px;
  line-height: 1.22;
  font-weight: 700;
}

.level-linked-card__summary {
  margin: 0;
  color: #a5a5a5 !important;
  font-size: 15px;
  line-height: 1.9;
}

.level-linked-card__footer {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.level-linked-card__link {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1;
}

.level-linked-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(234, 32, 38, 0.82);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background 0.25s ease, color 0.25s ease;
}

.level-linked-card:hover .level-linked-card__icon {
  background: #fff;
  color: #ea2026;
}

@keyframes sectorLevelReveal {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sectorCardReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 760px) {
  .sector-levels-heading h1 {
    font-size: 30px;
    line-height: 1.15;
  }

  .sector-levels-heading p {
    font-size: 14px;
    line-height: 1.7;
  }

  .sector-level-item summary {
    padding: 16px 14px;
    gap: 12px;
  }

  .sector-level-title {
    font-size: 20px;
  }

  .sector-level-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .sector-level-icon::before {
    font-size: 24px;
  }

  .sector-level-content {
    padding: 0 14px 18px;
  }

  .sector-gallery-block {
    margin-top: 38px;
  }

  .sector-gallery-shell {
    padding: 0;
  }

  .sector-gallery-image {
    height: 220px;
    border-radius: 14px;
  }

  .sector-gallery-prev {
    left: 8px;
  }

  .sector-gallery-next {
    right: 8px;
  }

  .sector-related-card {
    min-height: 420px;
    padding: 28px 24px 24px;
  }

  .sector-related-card__body {
    margin-top: 32px;
  }

  .sector-related-card__title {
    font-size: 24px;
  }

  .sector-related-card__summary {
    font-size: 16px;
    line-height: 1.7;
  }

  .level-subservice-card__image {
    height: 190px;
  }

  .level-linked-card {
    min-height: 320px;
    padding: 24px 22px 20px;
  }

  .level-linked-card__title {
    font-size: 22px;
  }

  .level-linked-card__summary {
    font-size: 14px;
    line-height: 1.8;
  }
}

.hide{
  display: none !important;
  transition: .5s ease-in-out !important;
}

.sector-list-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 250px;
  padding: 26px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.sector-list-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(234, 32, 38, 0.26);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

.sector-list-card__head h4 {
  line-height: 1.25;
}

.sector-list-card__summary {
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.sector-list-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sector-list-card__link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.28s ease;
}

.sector-list-card__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ea2026;
  color: #fff;
  flex: 0 0 40px;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.sector-list-card:hover .sector-list-card__link {
  color: #fff;
}

.sector-list-card:hover .sector-list-card__arrow {
  transform: translateX(4px);
  box-shadow: 0 14px 28px rgba(234, 32, 38, 0.3);
}

.service-list-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  min-height: 300px;
  padding: 26px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.service-list-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(234, 32, 38, 0.26);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.16);
}

.service-list-card__subs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dddddd5c;
}

.service-list-card__subs li {
  transition: transform 0.22s ease, color 0.22s ease;
}

.service-list-card:hover .service-list-card__subs li {
  transform: translateX(2px);
}

.service-list-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.service-list-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  text-decoration: none;
}

.service-list-card__link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.28s ease;
}

.service-list-card__arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ea2026;
  color: #fff;
  flex: 0 0 40px;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.service-list-card:hover .service-list-card__link {
  color: #fff;
}

.service-list-card:hover .service-list-card__arrow {
  transform: translateX(4px);
  box-shadow: 0 14px 28px rgba(234, 32, 38, 0.3);
}

.partner-swiper-shell{
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 4px 0 10px;
}

.sec5.partners{
  padding-top: 26px !important;
  padding-bottom: 100px !important;
}

.sec5.partners .swiper.partner-swiper{
  height: auto !important;
}

.sec5.partners .partner-swiper .swiper-wrapper{
  min-height: 0 !important;
}

.sec5.partners .col-12.mb-4{
  margin-bottom: 18px !important;
}

.partner-swiper .swiper-wrapper{
  align-items: center;
}

.partner-swiper .swiper-slide{
  height: auto;
}

.partner-logo-card{
  height: 106px;
  min-width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.28s ease;
}

.partner-logo-card img{
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05) brightness(0.38);
  opacity: 0.88;
  transition: filter 0.32s ease, opacity 0.32s ease, transform 0.32s ease;
}

.partner-logo-card:hover{
  transform: translateY(-6px);
}

.partner-logo-card:hover img{
  filter: grayscale(0) contrast(1) brightness(1);
  opacity: 1;
  transform: scale(1.05);
}

.home-project-card{
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 28px 34px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 28px 56px rgba(0, 37, 97, 0.14);
  transition: transform .34s ease, box-shadow .34s ease, filter .34s ease;
}

.home-project-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.08);
  pointer-events: none;
}

.home-project-card__top{
  position: relative;
  z-index: 2;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  display: flex;
  justify-content: flex-end;
}

.home-project-card__sector{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.home-project-card__body{
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: auto;
}

.home-project-card__title{
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.home-project-card__summary{
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.92);
  margin-bottom: 0;
  max-width: 90%;
}

.home-project-card__footer{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.home-project-card__arrow{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 32, 38, 0.3);
  color: #ea2026;
  flex: 0 0 36px;
  transition: transform .28s ease, background .28s ease, color .28s ease;
}

.home-project-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 34px 64px rgba(0, 37, 97, 0.2);
  filter: saturate(1.08);
}

.home-project-card:hover .home-project-card__arrow{
  transform: translateX(-4px);
  background: #ea2026;
  color: #fff;
}

body[dir="rtl"] .home-project-card__top{
  justify-content: flex-start;
}

body[dir="rtl"] .home-project-card__footer{
  flex-direction: row;
  justify-content: flex-start;
}

body[dir="rtl"] .home-project-card:hover .home-project-card__arrow{
  transform: translateX(4px);
}

@media (max-width: 991.98px){
  .home-project-card{
    min-height: 420px;
    padding: 22px 22px 28px;
  }

  .home-project-card__title{
    font-size: 32px;
  }

  .home-project-card__summary{
    font-size: 16px;
    max-width: 100%;
  }
}

body[dir="rtl"] .button-primary {
  flex-direction: row-reverse;
}

body[dir="rtl"] .nav .navbar-collapse {
  direction: rtl;
  justify-content: flex-start;
}

body[dir="rtl"] .nav .navbar-nav {
  margin-right: 0 !important;
  margin-left: auto !important;
  justify-content: flex-start;
  width: auto;
  position: static !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
}

@media (min-width: 992px) {
  body[dir="rtl"] .nav .navbar-collapse {
    justify-content: flex-start;
    padding-right: 230px;
  }

  body[dir="rtl"] .nav .navbar-nav {
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    width: auto !important;
    justify-content: flex-start;
  }

  body[dir="rtl"] .nav .navbar-brand {
    position: absolute;
    top: 50%;
    right: 22px;
    left: auto;
    transform: translateY(-50%);
    z-index: 3;
    margin: 0 !important;
  }

  body[dir="rtl"] .nav .btn333 {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

body[dir="rtl"] .nav .nav-item,
body[dir="rtl"] .nav .dropdown1 {
  display: flex;
  align-items: center;
}

body[dir="rtl"] .button-primary .circle {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}

body[dir="rtl"] .home-sector-card .text .circle {
  margin-left: 0 !important;
  margin-right: auto !important;
}

body[dir="rtl"] .sector-list-card__footer,
body[dir="rtl"] .service-list-card__footer,
body[dir="rtl"] .service-list-card__cta,
body[dir="rtl"] .sector-related-card__footer,
body[dir="rtl"] .level-linked-card__footer {
  flex-direction: row-reverse;
}

body[dir="rtl"] .sector-list-card:hover .sector-list-card__arrow,
body[dir="rtl"] .service-list-card:hover .service-list-card__arrow {
  transform: translateX(-4px);
}

body[dir="rtl"] .dropdown-content li:hover a {
  transform: translateX(-4px);
}

body[dir="rtl"] i.fa-arrow-right,
body[dir="rtl"] .fa-arrow-right {
  display: inline-block;
  transform: scaleX(-1);
}

body:has(.sec-ceo-word) .sec2.position-relative {
  margin-bottom: 32px;
  background-color: #fff !important;
}

body:has(.sec-ceo-word) .sec-ceo-word {
  padding-top: 32px !important;
  padding-bottom: 56px !important;
  background-color: #fff !important;
}

body:has(.sec-ceo-word) .our-history {
  padding-top: 24px;
  padding-bottom: 72px;
  background-color: #fff !important;
}

body:has(.sec-ceo-word) .sec4 {
  padding-top: 40px;
  padding-bottom: 56px;
  background-color: #fff !important;
}

.rich-content p:first-child,
.rich-content div:first-child,
.rich-content ul:first-child,
.rich-content ol:first-child {
  margin-top: 0;
}

.rich-content p:last-child,
.rich-content div:last-child,
.rich-content ul:last-child,
.rich-content ol:last-child {
  margin-bottom: 0;
}
.project-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.project-meta-card {
  padding: 18px 20px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,255,0.98));
  box-shadow: 0 14px 34px rgba(0, 37, 97, 0.08);
}

.project-meta-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #7a88a8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.project-meta-value {
  display: block;
  color: #132246;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.project-gallery-block {
  margin-top: 32px;
}

.project-client-heading {
  max-width: 680px;
}

.project-client-heading h1 {
  margin: 0;
  color: #132246;
}

.project-client-heading p {
  margin: 12px 0 0;
  color: #6b7996;
  font-size: 16px;
  line-height: 1.8;
}

.project-client-shell {
  position: relative;
  padding: 12px 56px;
}

.project-client-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.project-client-card {
  height: 100%;
  min-height: 220px;
  padding: 28px 24px 24px;
  border-radius: 28px;
  border: 1px solid rgba(0, 37, 97, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 253, 0.98));
  box-shadow: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.project-client-card:hover {
  transform: translateY(-8px);
  border-color: rgba(234, 32, 38, 0.18);
  box-shadow: none !important;
}

.project-client-link:hover {
  text-decoration: none;
}

.project-client-card__logo {
  width: 100%;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-client-card__logo img {
  max-width: 170px;
  max-height: 82px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.06);
  opacity: 0.9;
  transition: transform 0.28s ease, filter 0.28s ease, opacity 0.28s ease;
}

.project-client-card:hover .project-client-card__logo img {
  filter: grayscale(0) contrast(1);
  opacity: 1;
  transform: scale(1.04);
}

.project-client-card__name {
  margin: 0;
  color: #132246;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}

.project-client-prev,
.project-client-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ea2026;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
  box-shadow: none !important;
  transition: transform 0.25s ease, background 0.25s ease;
}

.project-client-prev:hover,
.project-client-next:hover {
  transform: translateY(-50%) scale(1.06);
  box-shadow: none !important;
}

.project-client-prev {
  left: 0;
}

.project-client-next {
  right: 0;
}

.project-client-prev i,
.project-client-next i {
  transform: none !important;
}

body[dir="rtl"] .project-client-prev i,
body[dir="rtl"] .project-client-next i {
  transform: none !important;
}

.project-related-card {
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0, 37, 97, 0.08);
  box-shadow: 0 18px 42px rgba(0, 37, 97, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.project-related-card:hover {
  transform: translateY(-8px);
  border-color: rgba(234, 32, 38, 0.18);
  box-shadow: 0 24px 54px rgba(0, 37, 97, 0.14);
}

.project-related-card__image {
  height: 250px;
  overflow: hidden;
  position: relative;
}

.project-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.project-related-card:hover .project-related-card__image img {
  transform: scale(1.04);
}

.project-related-card__body {
  padding: 28px 26px 24px;
}

.project-related-card__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #ea2026;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-related-card__title {
  margin: 0 0 14px;
  color: #132246;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.project-related-card__summary {
  margin: 0;
  color: #4a5775;
  font-size: 17px;
  line-height: 1.85;
}

.project-related-card__cta {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.project-related-card__cta-text {
  color: #132246;
  font-size: 14px;
  font-weight: 600;
}

.project-related-card__cta-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ea2026;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.project-related-card:hover .project-related-card__cta-icon {
  transform: translateX(4px);
  box-shadow: 0 14px 28px rgba(234, 32, 38, 0.28);
}

@media (max-width: 991px) {
  .project-meta-grid {
    grid-template-columns: 1fr;
  }

  .project-client-shell {
    padding: 8px 42px;
  }

  .project-client-card {
    min-height: 190px;
    padding: 24px 18px 20px;
  }

  .project-client-card__name {
    font-size: 18px;
  }

  .project-client-prev,
  .project-client-next {
    width: 38px;
    height: 38px;
  }

  .project-related-card__image {
    height: 220px;
  }

  .project-related-card__body {
    padding: 22px 20px 20px;
  }

  .project-related-card__title {
    font-size: 24px;
  }

  .project-related-card__summary {
    font-size: 15px;
    line-height: 1.75;
  }
}

.sec-contact-hero {
  padding-top: 40px;
  background: #0b2758;
}

.contact-hero-shell {
  background: linear-gradient(135deg, #061938 0%, #0d2b63 100%);
  color: #fff;
  overflow: hidden;
}

.contact-hero-copy {
  padding: clamp(3rem, 5vw, 5rem) 0;
}

.contact-page-kicker,
.contact-map-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #ea2026;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-page-kicker::after,
.contact-map-kicker::after {
  content: "";
  width: 56px;
  height: 2px;
  background: linear-gradient(90deg, #ea2026, rgba(255, 255, 255, 0.35));
}

.contact-hero-copy h1 {
  font-size: clamp(2.35rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.contact-hero-breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
}

.contact-hero-breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

.contact-hero-breadcrumbs strong {
  color: #4a89ff;
  font-weight: 700;
}

.contact-hero-visual {
  min-height: 380px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
}

.contact-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(74, 137, 255, 0.22), transparent 32%),
    linear-gradient(135deg, transparent 0 72%, rgba(74, 137, 255, 0.14) 72% 74%, transparent 74% 100%);
  pointer-events: none;
}

.contact-hero-visual img {
  width: min(100%, 520px);
  max-height: 380px;
  object-fit: contain;
  object-position: bottom center;
  filter: grayscale(1);
  position: relative;
  z-index: 1;
}

.sec1-contact.contact-page-section {
  background: #fff;
  padding: 72px 0 56px;
}

.contact-page-shell {
  min-height: auto;
}

.contact-page-copy {
  margin-bottom: 2rem;
}

.contact-page-copy h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.15;
  color: #0a214d;
  margin-bottom: 1rem;
}

.contact-page-description {
  color: #5c6f8f;
  font-size: 1.02rem;
  line-height: 1.85;
  max-width: 650px;
}

.contact-page-form {
  width: min(100%, 760px);
}

.contact-page-form .form-control,
.contact-page-form .form-select {
  min-height: 54px;
  border-radius: 12px;
  border: 1px solid rgba(0, 37, 97, 0.12);
  box-shadow: none;
}

.contact-page-form textarea.form-control {
  min-height: 160px;
}

.contact-page-form .form-control:focus,
.contact-page-form .form-select:focus {
  border-color: rgba(0, 37, 97, 0.28);
  box-shadow: 0 0 0 0.18rem rgba(0, 37, 97, 0.08);
}

.contact-page-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contact-side-card,
.contact-info-card {
  background: #f3f7ff;
  border-radius: 22px;
  padding: 1.75rem 1.4rem;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.contact-side-card__icon,
.contact-info-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #4a89ff;
  box-shadow: 0 10px 28px rgba(0, 37, 97, 0.08);
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.contact-side-card h3,
.contact-info-card h3 {
  font-size: 1.15rem;
  color: #0a214d;
  margin-bottom: 0.75rem;
  font-weight: 800;
}

.contact-side-card p,
.contact-info-card p,
.contact-side-card a,
.contact-info-card a {
  color: #6a7691;
  text-decoration: none;
  margin: 0;
  line-height: 1.8;
}

.contact-form-response,
.candidate-form-response {
  min-height: 1.5rem;
  font-weight: 600;
  color: #5c6f8f;
}

.contact-form-response.success,
.candidate-form-response.success {
  color: #0a7d33;
}

.contact-form-response.error,
.candidate-form-response.error {
  color: #c42026;
}

.sec-contact-map {
  background: #fff;
  padding-top: 1rem;
  position: relative;
  z-index: 1;
}

.contact-map-section {
  width: 100%;
}

.contact-map-frame {
  min-height: 460px;
  overflow: hidden;
}

.contact-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 460px;
  border: 0;
}

.sec-contact-details {
  background: transparent;
  margin-top: -96px;
  margin-bottom: -118px;
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 4;
}

.contact-info-panel {
  margin-top: 0;
  position: relative;
  z-index: 4;
}

.contact-info-banner {
  background: linear-gradient(135deg, #d71920 0%, #ea2026 55%, #f0353a 100%);
  border-radius: 22px;
  padding: 36px 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 2.25rem;
  align-items: center;
  box-shadow: 0 26px 58px rgba(6, 28, 61, 0.18);
}

.contact-info-banner__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: center;
  min-width: 0;
}

.contact-info-banner__icon {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.75rem;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.contact-info-banner__pill {
  min-height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  padding: 0.95rem 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}

.contact-info-banner__pill strong,
.contact-info-banner__pill a {
  color: #fff;
  text-decoration: none;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.4;
  font-weight: 700;
}

.contact-info-banner__pill strong {
  opacity: 0.94;
}

.contact-info-meta {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.9rem 1.8rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
}

.contact-info-meta span,
.contact-info-meta a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-info-meta a:hover {
  color: #fff;
}

.sec-contact-details + footer.footer {
  padding-top: 160px;
}

.sec-home-contact-details {
  position: relative;
  margin: 0;
  margin-top: -92px;
  margin-bottom: -92px;
  padding: 0;
  background: transparent;
  z-index: 6;
  transform: none;
}

.sec-home-contact-details .contact-info-panel {
  margin-top: 0;
  margin-bottom: 0;
}

.sec-home-contact-details + footer.footer {
  padding-top: 140px;
}

.contact-info-banner__item:hover .contact-info-banner__icon {
  transform: translateY(-3px);
}

.contact-info-banner__item:hover .contact-info-banner__pill {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .sec-contact-hero {
    padding-top: 40px;
  }

  .contact-hero-copy {
    padding: 2.75rem 0 1rem;
  }

  .contact-hero-visual {
    min-height: 280px;
  }

  .contact-hero-visual img {
    width: min(100%, 340px);
    max-height: 280px;
  }

  .contact-page-form,
  .contact-page-description,
  .contact-info-copy p {
    width: 100%;
    max-width: 100%;
  }

  .contact-page-side,
  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-panel {
    margin-top: 0;
  }

  .contact-info-banner {
    grid-template-columns: 1fr;
    padding: 26px 20px;
    gap: 1.2rem;
    border-radius: 18px;
  }

  .contact-info-banner__item {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-info-banner__icon {
    width: 74px;
    height: 74px;
    flex-basis: 74px;
    font-size: 2.8rem;
  }

  .contact-info-banner__pill {
    width: 100%;
  }

  .contact-info-meta {
    justify-content: flex-start;
    text-align: start;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 320px;
  }

  .sec-contact-details {
    margin-top: -44px;
    margin-bottom: -86px;
    padding-top: 0;
  }

  .sec-contact-details + footer.footer {
    padding-top: 118px;
  }

  .sec-home-contact-details {
    margin-top: -48px;
    margin-bottom: -48px;
    padding: 0;
  }

  .sec-home-contact-details + footer.footer {
    padding-top: 88px;
  }

  .footer-dynamic-main{
    padding-top: 56px;
    padding-bottom: 32px;
  }

  .footer-dynamic-grid{
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
