@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;600;700;800&display=swap');
:root {
  --blue: #1571c7;
  --blue-light: #2b92e5;
  --navy: #001a37;
  --navy-deep: #00152d;
  --text: #050505;
  --muted: #707070;
  --soft: #f5fbff;
  --white: #ffffff;
  --shadow: 0 12px 28px rgba(0, 22, 44, 0.18);
}

 
 /* File field shell */
.wpcf7 input[type="file"]{
  width: 100%;
  display: block;
  padding: 12px;
  border: 1px solid rgba(15, 40, 70, 0.14);
  border-radius: 14px;
  background: #f8fbff;
  color: #16324f;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

/* Focus state */
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="file"]:focus-visible{
  outline: none;
  border-color: #2b92e5;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(43, 146, 229, 0.12);
}

/* Button part */
.wpcf7 input[type="file"]::file-selector-button{
  margin-inline-end: 12px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(180deg, #1571c7 0%, #2b92e5 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
  box-shadow: 0 8px 20px rgba(21, 113, 199, 0.18);
}

/* Hover button */
.wpcf7 input[type="file"]:hover::file-selector-button{
  filter: brightness(1.03);
  transform: translateY(-1px);
}

/* Active button */
.wpcf7 input[type="file"]:active::file-selector-button{
  transform: translateY(0);
  filter: brightness(.98);
}

/* Optional helper text if you use one under the field */
.wpcf7 .file-note{
  margin-top: 8px;
  color: #6b7a8c;
  font-size: 13px;
  line-height: 1.5;
}

/* RTL / LTR polish */
html[dir="rtl"] .wpcf7 input[type="file"]{
  text-align: right;
}

html[dir="ltr"] .wpcf7 input[type="file"]{
  text-align: left;
}
 
 
 
 /* =========================================
   Dropdown arrow - Mobile + Desktop
   ========================================= */

/* الوضع الافتراضي: موبايل / تابلت */
.menu-item-has-children > a{
  position: relative;
  padding-inline-end: 22px;
}

.menu-item-has-children > a::before{
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-end: 6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
  transition: transform .25s ease;
  pointer-events: none;
  display:none !important;
}

/* حالة الفتح */
.menu-item-has-children.open > a::before,
.menu-item-has-children.show > a::before,
.menu-item-has-children > a[aria-expanded="true"]::before{
  transform: translateY(-35%) rotate(-135deg);
}

/* الديسكتوب فقط */
@media (min-width: 992px){
    .menu-item-has-children > a {
        
    flex-direction: row-reverse;

    }
  .menu-item-has-children > a{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-inline-end: 0;
  }

  .menu-item-has-children > a::before{
    position: static;
    top: auto;
    inset-inline-end: auto;
    width: 8px;
    height: 8px;
    margin: 0;
    flex: 0 0 auto;
    transform: translateY(-1px) rotate(45deg);
     display:none !important;
  }

  .menu-item-has-children.open > a::before,
  .menu-item-has-children.show > a::before,
  .menu-item-has-children > a[aria-expanded="true"]::before{
    transform: translateY(1px) rotate(-135deg);
  }
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

/* الحاوية العامة للايتم اللي فيه أبناء */
.aq-menu .menu-item-has-children{
  position: relative;
}

/* رابط العنصر الرئيسي اللي فيه dropdown */
.aq-menu .dropdown-toggle{
  position: relative;
  transition: color .25s ease;
}

 
/* القائمة الفرعية نفسها */
.aq-menu .sub-menu.dropdown-menu{
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 260px;
  margin: 0;
  padding: 10px 0;
  list-style: none;

  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  border-radius: 12px;
  border: 1px solid rgba(43, 146, 229, 0.25);
  box-shadow:
    0 18px 40px rgba(0, 21, 45, 0.45),
    0 0 0 1px rgba(21, 113, 199, 0.08) inset;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(.98);
  transform-origin: top left;
  transition:
    opacity .28s cubic-bezier(.4,0,.2,1),
    transform .28s cubic-bezier(.4,0,.2,1),
    visibility .28s;
  z-index: 999;
  display:block;
}

html[dir="rtl"]  .aq-menu .sub-menu.dropdown-menu{
     left: unset;
     right:0;
 }

/* إظهار القائمة عند الهوفر */
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

/* عناصر القائمة الفرعية */
.aq-menu .sub-menu.dropdown-menu > li{
  padding: 0 8px;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s ease, transform .3s ease;
}

/* تأخير متتابع (Stagger) لكل عنصر لما القائمة تظهر */
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li{
  opacity: 1;
  transform: translateX(0);
}
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li:nth-child(1){ transition-delay: .04s; }
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li:nth-child(2){ transition-delay: .08s; }
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li:nth-child(3){ transition-delay: .12s; }
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li:nth-child(4){ transition-delay: .16s; }
.aq-menu .dropdown:hover > .sub-menu.dropdown-menu > li:nth-child(5){ transition-delay: .20s; }

/* روابط القائمة الفرعية */
.aq-menu .sub-menu.dropdown-menu a{
  display: flex;
  align-items: center;
  padding: 10px 18px;
  margin: 2px 6px;
  border-radius: 8px;
  color: #cfe3f7;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: background .25s ease, color .25s ease, padding-inline-start .25s ease;
}

/* نقطة صغيرة قبل كل رابط */
.aq-menu .sub-menu.dropdown-menu a::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue-light);
  margin-inline-end: 10px;
  opacity: .6;
  transition: all .25s ease;
}

/* هوفر على كل رابط فرعي */
.aq-menu .sub-menu.dropdown-menu a:hover{ 
  color: #fff;
  padding-inline-start: 24px;
}
.aq-menu .sub-menu.dropdown-menu a:hover::before{
  background: #fff;
  box-shadow: 0 0 8px var(--blue-light);
  opacity: 1;
}

/* لو حابب تدعم كليك بردو للموبايل عن طريق كلاس show */
.aq-menu .dropdown.show > .sub-menu.dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}





























.fig-project-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 40px;
    width: 100%;
}

.fig-project-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.fig-project-pagination li {
    display: flex;
}

.fig-project-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    background: var(--white);
    color: var(--navy);
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid rgba(0, 26, 55, 0.1);
    box-shadow: 0 4px 12px rgba(0, 22, 44, 0.06);
    transition: all 0.25s ease;
}

.fig-project-pagination .page-numbers:hover {
    background: var(--soft);
    color: var(--blue);
    border-color: var(--blue-light);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.fig-project-pagination .page-numbers.current {
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-light) 100%);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 8px 20px rgba(21, 113, 199, 0.35);
    pointer-events: none;
}

.fig-project-pagination .page-numbers.dots {
    background: transparent;
    box-shadow: none;
    border: none;
    color: var(--muted);
    pointer-events: none;
}

.fig-project-pagination .prev,
.fig-project-pagination .next {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

.fig-project-pagination .prev:hover,
.fig-project-pagination .next:hover {
    background: var(--navy-deep);
    color: var(--white);
    border-color: var(--navy-deep);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

@media (max-width: 480px) {
    .fig-project-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 13px;
    }

    .fig-project-pagination ul {
        gap: 6px;
    }
}
* {
  box-sizing: border-box;
}
.fig-crumb-title > a , .fig-crumb-title > span:not(:last-of-type){
    display:none;
}
.partners-nav{
    pointer-events:none;
}

.partners-nav button{
    pointer-events:auto;
}
.partners-slider{
    position:relative;
}

.partners-prev,
.partners-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%) !important;
    width:52px;
    height:52px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    z-index:10;

    display:flex;
    align-items:center;
    justify-content:center;

    background:var(--blue);
    color:#fff;

    box-shadow:0 10px 25px rgba(0,26,55,.25);
    transition:.3s;
}
html[dir="rtl"] .partners-prev, html[dir="rtl"] .partners-next{
        transform: translateY(-50%) rotate(180deg) !important;
}
.allcovdif{
    position:relative;
}
.partners-prev{
    left:20px;
}

.partners-next{
    right:20px;
}

.partners-prev:hover,
.partners-next:hover{
    background:var(--blue-light);
    /*transform:translateY(-50%) scale(1.08);*/
}

.partners-prev:active,
.partners-next:active{
    /*transform:translateY(-50%) scale(.96);*/
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-color: #1571c7 #edf7ff;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

::-webkit-scrollbar-track {
  background: #edf7ff;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #edf7ff;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue-light), var(--blue));
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #42a7f3, #075faa);
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
  overflow-x: hidden;
}
html[lang="ar"] body,
body.rtl {
  font-family: 'Tajawal', Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4 {
  font-family: 'Tajawal', Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}
body.aq-loading {
  overflow: hidden;
}

.aq-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: radial-gradient(circle at 50% 42%, rgba(43, 146, 229, 0.24), rgba(0, 20, 43, 0.98) 52%, #001021 100%);*/
  background: #060A0F;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.aq-loader::before,
.aq-loader::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(43, 146, 229, 0.2);
  animation: aqLoaderPulse 2.1s ease-in-out infinite;
  display: none !important;
}

.aq-loader::before {
  width: clamp(190px, 20vw, 320px);
  height: clamp(190px, 20vw, 320px);
}

.aq-loader::after {
  width: clamp(260px, 28vw, 460px);
  height: clamp(260px, 28vw, 460px);
  animation-delay: 0.32s;
}

.aq-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.aq-loader-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /*animation: aqLoaderFloat 1.55s ease-in-out infinite alternate;*/
}

.aq-loader-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  /*filter: drop-shadow(0 18px 34px rgba(43, 146, 229, 0.35));*/
}

.aq-loader-inner span {
  color: #fff;
  font-size: clamp(14px, 1.2vw, 19px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: none;
}

.aq-cursor-follower {
  --cursor-scale: 0.74;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 54px;
  height: 54px;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-120px, -120px, 0) scale(var(--cursor-scale));
  transition: opacity 0.22s ease, border-radius 0.42s ease, filter 0.42s ease;
  border-radius: 50%;
  filter: drop-shadow(0 10px 18px rgba(0, 27, 55, 0.22));
}

.aq-cursor-follower img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aq-cursor-follower.is-visible {
  --cursor-scale: 1;
  opacity: 0.92;
}

.aq-cursor-follower.is-hovering {
  --cursor-scale: 1.18;
  filter: drop-shadow(0 16px 28px rgba(21, 113, 199, 0.3));
}

.aq-cursor-follower.shape-soft {
  border-radius: 16px 28px 18px 30px;
}

.aq-cursor-follower.shape-ring {
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(43, 146, 229, 0.28));
}

.aq-cursor-follower.shape-tilt img {
  animation: aqCursorTilt 2.4s ease-in-out infinite alternate;
}

@keyframes aqLoaderFloat {
  from { transform: translateY(7px) scale(0.98); }
  to { transform: translateY(-7px) scale(1.02); }
}

@keyframes aqLoaderPulse {
  0%, 100% { transform: scale(0.92); opacity: 0.18; }
  50% { transform: scale(1.06); opacity: 0.5; }
}

@keyframes aqCursorTilt {
  from { transform: rotate(-8deg); }
  to { transform: rotate(8deg); }
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

a:hover {
  text-decoration: none;
}

.container-figma {
  width: min(100% - 56px, 1218px);
  margin: 0 auto;
}

section,
footer {
  scroll-margin-top: 120px;
}

.section-pad {
  padding: 86px 0 62px;
}

.eyebrow {
  display: block;
  color: var(--blue-light);
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-heading h2,
.about-copy h2 {
  margin: 0;
  color: #000;
  font-size: 35px;
  line-height: 1.22;
  font-weight: 700;
}

.section-heading.centered {
  text-align: center;
}

.primary-btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 180px;
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.primary-btn {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(21, 113, 199, 0.25);
}

.primary-btn img,
.outline-btn img,
.card-overlay a img,
.news-content a img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}

.primary-btn:hover {
  color: #fff;
  background: var(--blue-light);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(21, 113, 199, 0.32);
}

.outline-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.02);
}

.outline-btn:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: 118px;
  background: linear-gradient(180deg, rgba(0, 20, 43, 0.5), rgba(0, 20, 43, 0));
  transition: min-height 0.25s ease, background-color 0.25s ease, backdrop-filter 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(0, 20, 43, 0.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18);
  min-height: 88px;
}

.site-header.is-scrolled .aq-navbar {
  padding-top: 10px;
}

.aq-navbar {
  padding: 20px 0 0;
}

.nav-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.nav-inner .navbar-collapse {
  align-items: normal;
}

@media (min-width: 992px) {
  .nav-inner .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    justify-content: space-evenly;
  }
}

.aq-brand {
  width: 109px;
  padding: 0;
  margin: 0 0px 0 0;
}

.aq-brand img {
  width: 109px;
  height: auto;
  transition: all linear .4s;
}
.is-scrolled .aq-brand img{
  width: 50px;
  transform: scale(.9);
}
.navbar-toggler {
  margin-left: auto;
}
.rtl .navbar-toggler {
  margin-left: unset;
  margin-right: auto;
}
.aq-menu-toggle,
.mobile-drawer-head,
.mobile-menu-backdrop,
.drawer-close {
  display: none;
}

.aq-menu {
  align-items: center;
  min-height: 55px;
}

.aq-menu .nav-item {
  margin-inline-end: 20px;
  display:flex;
}

.aq-menu .nav-link {
  color: #fff !important;
  padding: 0 0 8px !important;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.aq-menu .nav-link:hover,
.aq-menu .active .nav-link {
  color: #d8ecff !important;
  transform: translateY(-2px);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 0;
  margin: 0 !important;
}

.contact-btn {
  min-width: 154px;
  min-height: 52px;
  padding-inline: 22px;
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}

.lang-switch a {
  color: #fff;
}

.lang-switch .is-active {
  color: var(--blue-light);
}

.lang-switch span {
  width: 1px;
  height: 28px;
  background: #fff;
  opacity: 0.8;
}

.hero-section {
  position: relative;
  min-height: 797px;
  color: #fff;
  background: url("../images/hero-bg.png") center top / cover no-repeat;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: url("../images/hero-bg.png") center top / cover no-repeat;
  transition: opacity 0.9s ease, transform 5.8s ease;
  transform: scale(1.02);
}
.hero-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.hero-section::before,
.hero-section::after {
  display: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
 /* background: linear-gradient(90deg, rgba(0, 21, 45, 0.93) 0%, rgba(0, 21, 45, 0.76) 43%, rgba(0, 21, 45, 0.16) 100%);*/
  background: linear-gradient(270deg, rgba(1, 1, 1, 0), rgba(1, 19, 43, 0.97));

}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 21, 45, 0), rgba(0, 21, 45, 0.58));
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 265px;
}

.hero-content h1 {
  max-width: 1210px;
  margin: 0 0 22px;
  color: #fff;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
}

.hero-content p {
  max-width: 992px;
  margin: 0 0 18px;
  color: #c4bebe;
  font-size: 20px;
  line-height: 39px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.hero-slide .hero-content h1,
.hero-slide .hero-content p,
.hero-slide .hero-content .primary-btn {
  opacity: 0;
  transform: translateY(36px);
}

.hero-slide.is-active .hero-content h1 {
  animation: heroTextIn 0.8s ease forwards;
}

.hero-slide.is-active .hero-content p {
  animation: heroTextIn 0.8s ease 0.16s forwards;
}

.hero-slide.is-active .hero-content .primary-btn {
  animation: heroTextIn 0.8s ease 0.3s forwards;
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-section {
  min-height: 1020px;
  overflow: hidden;
}
.about-section.section-pad.siblrpade{
  padding-bottom: 0;
}
.about-copy {
  padding-left: 10px;
  position: relative;
  z-index: 5;
}

.about-copy h2 {
  width: 692px;
}

.about-copy .brand-line {
  margin: 20px 0 14px;
  color: #777;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.about-copy .brand-line span {
  color: var(--blue-light);
}

.lead-copy {
  color: #696969;
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.about-page .lead-copy{
  display: block;
  overflow: visible;
}
.about-points {
  width: 407px;
  margin-top: 26px;
}

.about-point {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 36px;
  min-height: 129px;
  padding: 0 0 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e1e1e1;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

a.about-point:hover {
  transform: translateX(8px);
  border-color: rgba(43, 144, 232, 0.38);
  text-decoration: none;
}

a.about-point:hover .point-icon {
  background: #eef7ff;
  box-shadow: 0 10px 24px rgba(43, 144, 232, 0.14);
}

.about-point:last-child {
  border-bottom: 0;
  margin-bottom: 13px;
}

.point-icon {
  width: 86px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--blue-light);
  border-radius: 4px;
  background: #f7fbff;
}

.point-icon img {
  width: 57px;
  height: 57px;
  object-fit: contain;
}

.about-point h3 {
  margin: 0 0 9px;
  color: #111;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.about-point p {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
}

.about-btn {
  min-width: 181px;
}

.about-media {
  position: relative;
  min-height: 720px;
  padding-top: 70px;
}

.about-main-img {
  position: absolute;
  top: 42px;
  right: 100px;
  width: 405px;
  height: 617px;
  object-fit: cover;
  border-radius: 3px;
  z-index: 2;
}

.about-inline-img {
  position: absolute;
  left: -120px;
  top: 357px;
  width: 423px;
  height: 270px;
  object-fit: cover;
  border: 15px solid #fff;
  border-radius: 4px;
  z-index: 3;
}
.rtl .about-inline-img{
  right: -120px;
  left: unset;
}

.about-page .about-inline-img{
  left: unset;
  right: 40px;
  top: 80%;
}
.rtl.about-page .about-inline-img{
  right: unset;
  left: 40px;

}
.experience-card {
  position: absolute;
  top: -26px;
  right: 20px;
  z-index: 4;
  width: 210px;
  height: 166px;
  padding: 24px 38px 22px;
  color: #fff;
  background: #001b36;
  border-radius: 4px;
  text-align: center;
}
.rtl .experience-card{
  right: unset;
  left: 20px;
}
.rtl.about-page .experience-card{
  left: unset;
  right: 60px;
}
.about-page .experience-card{
  right: unset;
  left: 60px;
}
.experience-card span {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 7px;
}

.experience-card strong {
  display: block;
  font-size: 58px;
  line-height: 1;
  font-weight: 400;
}

.dots-pattern {
  position: absolute;
  right: -100px;
  top: 28px;
  width: 350px;
  height: 430px;
  opacity: 0.95;
  background-image: radial-gradient(#e4e4e4 3px, transparent 3px);
  background-size: 28px 28px;
  z-index: 1;
}
html[dir="rtl"] .dots-pattern{
  left: -100px;
  right: unset;
}
.benefits-strip {
    height: auto;
    display: flex;
    align-items: center;
    background: #f4fbff;
    overflow: hidden;
    padding: 50px 0 0 0;
}

.benefits-viewport {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.benefits-track {
  /*display: flex;*/
  /*align-items: center;*/
  /*gap: 80px;*/
  /*white-space: nowrap;*/
  /*will-change: transform;*/
}

.benefit-item {
  flex: 0 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
    justify-content: center;
    margin-bottom:50px;
}

.benefit-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.timeline-section {
  position: relative;
  min-height: 620px;
  padding: 38px 0 32px;
  overflow: hidden;
}

.timeline-section .container-figma {
  position: relative;
}

.timeline-map {
  position: absolute;
  inset: 0 28px auto;
  height: 540px;
  opacity: 0.52;
  background:
    radial-gradient(ellipse at 23% 38%, rgba(21, 113, 199, 0.07) 0 31%, transparent 32%),
    radial-gradient(ellipse at 58% 45%, rgba(21, 113, 199, 0.055) 0 38%, transparent 39%),
    radial-gradient(ellipse at 83% 38%, rgba(21, 113, 199, 0.05) 0 30%, transparent 31%),
    repeating-linear-gradient(135deg, transparent 0 10px, rgba(0, 26, 55, 0.06) 10px 13px);
  mask-image: radial-gradient(ellipse at center, #000 0 62%, transparent 78%);
}

.timeline {
  position: relative;
  height: 545px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: -120px;
  right: -120px;
  top: 300px;
  height: 1px;
  background: rgba(21, 113, 199, 0.85);
}

.timeline-item {
  position: absolute;
  width: 286px;
  color: #545454;
  z-index: 2;
}

.timeline-item h3 {
  margin: 0;
  color: var(--blue);
  font-size: 58px;
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.timeline-item p {
  margin: 5px 0 0;
  color: #5b5b5b;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.rtl .timeline-item p{
  -webkit-line-clamp: 2;
}
.timeline-icon {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.3px solid var(--blue);
  border-radius: 50%;
}

.timeline-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.timeline-item.top .timeline-icon {
  margin:  15px 0 0 0;
}

.timeline-item.bottom .timeline-icon {
  margin: 0  ;
}

.timeline-item.top .timeline-icon::after,
.timeline-item.bottom .timeline-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  background: rgba(21, 113, 199, 0.75);
  transform: translateX(-50%);
}

.timeline-item.top .timeline-icon::after {
  top: 100%;
  height: 46px;
}

.timeline-item.bottom .timeline-icon::before {
  bottom: 100%;
  height: 36px;
}

.item-1996 {
  left: 4%;
  top: 336px;
}
 .item-2002 {
  left: 18%;
  top: 40px;
}
 .rtl .item-2002 {

  top: 80px;
}

.item-2006 {
  left: 36%;
  top: 336px;
}

.item-2017 {
  left: 53%;
  top: 40px;
}
.rtl .item-2017 {

  top: 80px;
}
.item-2021 {
  right: 3%;
  top: 336px;
}

.solutions-section {
  padding: 70px 0 70px;
}

.solutions-section .section-heading {
  margin-left: 54px;
  margin-bottom: 48px;
}

.solutions-swiper {
  width: min(100% - 120px, 1098px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 42px;
  overflow: hidden;
}

.solutions-swiper .swiper-slide {
  flex-shrink: 0;
}

.solutions-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 32px;
  transition: transform 0.65s ease;
  will-change: transform;
}

.solutions-swiper:not(.swiper-initialized) .swiper-slide {
  flex: 0 0 calc((100% - 64px) / 2.5);
}

.solutions-swiper:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.solution-card {
  position: relative;
  height: 414px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

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

.solution-card::after,
.news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 21, 45, 0.02) 0%, rgba(0, 21, 45, 0.92) 100%);
}

.solution-card:hover img,
.news-card:hover > img,
.project-card:hover > img {
  transform: scale(1.06);
}

.card-overlay {
  position: absolute;
  left: 26px;
  right: 24px;
  bottom: 29px;
  z-index: 2;
  color: #fff;
}

.card-overlay h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
}

.card-overlay p {
  max-width: 290px;
  margin: 0 0 17px;
  color: #d9d9d9;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  transition: opacity 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease;
}

.card-overlay a,
.news-content a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.solutions-swiper .swiper-slide .card-overlay p,
.solutions-swiper .swiper-slide .card-overlay a {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
}

/*.solutions-swiper .swiper-slide:first-child .card-overlay p,
.solutions-swiper .swiper-slide:first-child .card-overlay a,
.solutions-swiper .swiper-slide.swiper-slide-active .card-overlay p,
.solutions-swiper .swiper-slide.swiper-slide-active .card-overlay a,
.solutions-swiper .swiper-slide.is-current .card-overlay p,
.solutions-swiper .swiper-slide.is-current .card-overlay a,*/
.solutions-swiper .swiper-slide .solution-card:hover .card-overlay p,
.solutions-swiper .swiper-slide .solution-card:hover .card-overlay a {
  max-height: 90px;
  margin: 0 0 17px;
  opacity: 1;
  transform: translateY(0);
}

.solutions-swiper .swiper-slide:first-child .card-overlay a,
.solutions-swiper .swiper-slide.swiper-slide-active .card-overlay a,
.solutions-swiper .swiper-slide.is-current .card-overlay a,
.solutions-swiper .swiper-slide .solution-card:hover .card-overlay a {
  margin-bottom: 0;
}

.card-overlay a:hover,
.news-content a:hover {
  color: #d8ecff;
  transform: translateX(4px);
}

.swiper-pagination-bullet {
  background: var(--blue);
  opacity: 0.35;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.projects-section {
  padding: 0 0 0;
}

.projects-section .section-heading {
  margin-bottom: 64px;
}

.projects-section .eyebrow {
  margin-bottom: 18px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  height: 601px;
  overflow: hidden;
}

.project-card {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.project-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.35s ease, transform 0.35s ease;

}
.project-card:hover::after {
  background: rgba(0, 22, 45, 0.38);
}
.project-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 208px;
  height: 208px;
  border: 1.5px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-card:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.project-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.project-overlay span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
  font-size: 122px;
  line-height: 0.8;
  font-weight: 400;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: opacity 0.28s ease, transform 0.35s ease;
}

.project-card:hover .project-overlay span {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.project-overlay h3 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.project-overlay h3 img {
  width: 35px;
  height: 35px;
}
.rtl .project-overlay h3 img{
  transform: rotate(-90deg);
}
.stats-section {
  padding: 82px 0 93px;
}

.stats-row {
  text-align: center;
}

.stat-item strong {
  display: block;
  margin-bottom: 24px;
  color: #001832;
  font-size: 66px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.stat-item strong::before {
  content: "+";
}

.stat-item p {
  margin: 0;
  color: #9a9a9a;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
}
.shine-effect {
     overflow: hidden;
}

.shine-effect::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent 0%,
        transparent 35%,
        rgba(255, 255, 255, 0.12) 43%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.12) 57%,
        transparent 65%,
        transparent 100%
    );
    transform: skewX(-20deg);
    animation: shineMove 4s infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes shineMove {
    0% {
        transform: translateX(0) skewX(-20deg);
    }

    55% {
        transform: translateX(260%) skewX(-20deg);
    }

    100% {
        transform: translateX(260%) skewX(-20deg);
    }
}

.shine-effect > * {
    position: relative;
    z-index: 3;
}
.why-section {
  padding: 0 0 0px;
}

.why-section .section-heading {
  margin-bottom: 78px;
}

.why-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 398px 1fr;
  column-gap: 34px;
  align-items: center;
  min-height: 520px;
}

.why-center {
  align-self: center;
}

.why-center img {
  width: 398px;
  margin: 0 auto;
}

.why-col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.why-col.left {
  text-align: left;
  padding-right: 0;
}

.why-col.right {
  text-align: left;
  padding-left: 0;
}

.why-item {
  display: grid;
  align-items: start;
  column-gap: 31px;
}

.why-col.left .why-item {
  grid-template-columns: minmax(0, 1fr) 90px;
}

.why-col.right .why-item {
  grid-template-columns: 90px minmax(0, 1fr);
}

.why-col.right .why-item:nth-of-type(1){
  margin-inline-start: -100px;
}
.why-col.right .why-item:nth-of-type(2){
  margin-inline-start: -50px;
}
.why-col.right .why-item:nth-of-type(3){
  margin-inline-start: 0px;
}

.why-col.left .why-item:nth-of-type(1){
  margin-inline-end: -100px;
}
.why-col.left .why-item:nth-of-type(2){
  margin-inline-end: -50px;
}
.why-col.left .why-item:nth-of-type(3){
  margin-inline-end: 0px;
}

.why-item h3 {
  margin: 0 0 11px;
  color: #000;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
}

.why-item p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* عدد السطور */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.why-feature-icon {
  width: 90px;
  height: 90px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.why-feature-icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.why-layout:hover .why-feature-icon {
  transform: translateY(-4px);
}

.bg-lavender { background: #f5f5ff; }
.bg-mint { background: #effff6; }
.bg-purple { background: #f6efff; }
.bg-sky { background: #eef8ff; }
.bg-rose { background: #fff0f0; }
.bg-cream { background: #fffdf1; }

.partners-section {
  padding: 0 0 112px;
}

.partners-section .section-heading {
  margin-bottom: 74px;
}

.partners-slider {
  overflow: hidden;
  width: 100%;
}

.partners-row {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  will-change: transform;
  padding: 20px 0;
}

.partner-item {
  flex: 0 0 164px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-item img {
  max-width: 150px;
  max-height: 105px;
  object-fit: contain;
  filter: saturate(0.95);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.partner-item img:hover {
  transform: translateY(-5px) scale(1.04);
  filter: saturate(1.15);
}

.news-section {
  padding: 0 0 104px;
}

.news-section .section-heading {
  margin-left: 8px;
  margin-bottom: 57px;
}

.news-row {
  margin-left: -17px;
  margin-right: -17px;
}

.news-row > [class*="col-"] {
  padding-left: 17px;
  padding-right: 17px;
}

.news-card {
  position: relative;
  height: 330px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.news-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-date {
  position: absolute;
  top: 22px;
  left: 31px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: color 0.25s ease;
}

.news-date img {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
  transition: filter 0.25s ease;
}

.news-card:hover .news-date {
  color: var(--blue-light);
}

.news-card:hover .news-date img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(13%) saturate(7498%) hue-rotate(184deg) brightness(96%) contrast(87%);
}

.news-content {
  position: absolute;
  left: 32px;
  right: 28px;
  bottom: 25px;
  z-index: 2;
  color: #fff;
}

.news-content h3 {
  margin: 0;
  color: #fff;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 700;
  transition: margin 0.25s ease;
}

.news-content p {
  max-width: 410px;
  max-height: 0;
  margin: 0;
  color: #e2e2e2;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, max-height 0.25s ease, margin 0.25s ease, transform 0.25s ease;
}

.news-content a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, max-height 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.news-card:hover .news-content h3 {
  margin-bottom: 10px;
}

.news-card:hover .news-content p {
  max-height: 72px;
  margin: 0 0 18px;
  opacity: 1;
  transform: translateY(0);
}

.news-card:hover .news-content a {
  max-height: 28px;
  opacity: 1;
  transform: translateY(0);
}

.news-btn {
  margin-top: 58px;
}

.site-footer {
  color: #fff;
  background:   url("../images/footer-bg.png") center / cover no-repeat;
}

.footer-overlay {
  min-height: unset;
  background:transparent;
}

.footer-main {
  min-height: 287px;
  align-items: center;
  padding-top: 30px;
}

.footer-contact,
.footer-logo,
.footer-links {
  min-height: 210px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  border-right: 1px solid rgba(255, 255, 255, 0.55);
}

.footer-logo img {
  width: 160px;
  margin-bottom: 12px;
}

.footer-logo a {
  color: var(--blue-light);
  font-size: 39px;
  line-height: 1;
  font-weight: 700;
}

.footer-main h2 {
  margin: 0 0 19px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 21px;
  color: #e7e7e7;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.footer-contact a:hover {
  color: var(--blue-light);
  transform: translateX(4px);
}

.footer-contact img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.footer-links {
  padding-left: 48px;
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 41px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.links-grid a {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding-inline-start: 18px;
}

.links-grid a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
html[dir="rtl"] .links-grid a::before {
   right: 0;
   left: unset;
}
.links-grid a:hover {
  color: var(--blue-light);
}

.footer-bottom {
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  color: #d7d7d7;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.footer-bottom p span {
  color: var(--blue-light);
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 38px;
}

.footer-bottom a:hover {
  color: var(--blue-light);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.22s; }
.reveal-delay-3 { transition-delay: 0.32s; }

.aq-motion-soft {
  transition-property: transform, box-shadow, filter, opacity, border-color, background-color;
  transition-duration: 0.34s;
  transition-timing-function: ease;
  will-change: transform;
}

.aq-motion-soft:hover ,.partners-slider .aq-motion-soft.is-center {
  transform: translateY(-5px);
}

.feature-card.aq-motion-soft:hover,
.career-card.aq-motion-soft:hover,
.simple-identity-card.aq-motion-soft:hover,
.project-info-panel.aq-motion-soft:hover,
.contact-info-box.aq-motion-soft:hover,
.fig-category-grid a.aq-motion-soft:hover,
.fig-tag-list a.aq-motion-soft:hover   {
  box-shadow: 0 22px 42px rgba(0, 31, 62, 0.12);
}

.aq-media-soft,
.aq-media-soft img {
  transition: transform 0.42s ease, filter 0.42s ease, box-shadow 0.42s ease;
}

.aq-media-soft {
  overflow: hidden;
}

.aq-media-soft:hover img   ,.partners-slider .aq-motion-soft.is-center img{
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.aq-hover-line {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color 0.25s ease, background-size 0.32s ease, transform 0.25s ease;
}

.aq-hover-line:hover {
  background-size: 100% 1px;
}

.aq-field-hover {
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.aq-field-hover:hover {
  transform: translateY(-1px);
  border-color: rgba(43, 146, 229, 0.42) !important;
  box-shadow: 0 10px 24px rgba(21, 113, 199, 0.08);
}

.aq-brand img,
.footer-logo img,
.point-icon img,
.feature-icon img,
.box-icon img,
.why-icon img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.aq-brand:hover img,
.footer-logo:hover img,
.about-point:hover .point-icon img,
.feature-card:hover .feature-icon img,
.contact-info-box:hover .box-icon img,
.why-item:hover .why-icon img {
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
  filter: drop-shadow(0 10px 18px rgba(43, 146, 229, 0.18));
}
 
.aq-pressable:hover img {
  transform: translate(2px, -2px) scale(1.04);
}

.aq-brand.aq-pressable:hover img {
  transform: translateY(-3px) scale(1.04) rotate(-2deg);
}

.aq-pressable:active {
  transform: translateY(-1px) scale(0.985);
}

@media (min-width: 992px) {
  .aq-menu > .nav-item > .nav-link {
    position: relative;
  }

  .aq-menu > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--blue-light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.28s ease;
    border:0 !important;
  }

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

@media (hover: none), (pointer: coarse), (max-width: 991.98px) {
  .aq-cursor-follower {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aq-loader-inner,
  .aq-loader::before,
  .aq-loader::after,
  .aq-cursor-follower.shape-tilt img,
  .hero-slide.is-active .hero-content h1,
  .hero-slide.is-active .hero-content p,
  .hero-slide.is-active .hero-content .primary-btn {
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .container-figma {
    width: min(100% - 40px, 960px);
  }

  .site-header {
    min-height: 88px;
    background: rgba(0, 20, 43, 0.94);
  }

  .aq-navbar {
    padding-top: 10px;
  }

  .aq-brand,
  .aq-brand img {
    width: 72px;
  }

  .navbar-collapse {
    margin-top: 12px;
    padding: 17px 18px 22px;
    background: rgba(0, 20, 43, 0.98);
    border-radius: 8px;
  }

  .aq-menu .nav-item {
    margin-right: 0;
  }

  .aq-menu .nav-link {
    padding: 10px 0 !important;
  }

  .nav-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
    padding-top: 12px;
  }

  .hero-content h1 {
    font-size: 62px;
  }

  .hero-content p {
    max-width: 820px;
    font-size: 18px;
    line-height: 34px;
  }

  .about-media {
    margin-top: 40px;
  }

  .experience-card {
    right: 0;
  }

  .about-main-img {
    right: 70px;
  }

  .about-inline-img {
    left: 115px;
  }

  .benefits-viewport {
    width: 100%;
    padding: 0 20px;
  }

  .benefit-item {

  }

  .item-1996{
    order: -1;
  }




  .benefits-track {
    /*gap: 40px;*/
  }
  .timeline-section {
    min-height: auto;
  }

  .timeline {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
  }

  .timeline::before,
  .timeline-item.top .timeline-icon::after,
  .timeline-item.bottom .timeline-icon::before {
    display: none;
  }

  .timeline-item {
    position: static;
    width: auto;
    padding: 28px;
    background: #fff;
    border: 1px solid rgba(21, 113, 199, 0.14);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(0, 24, 50, 0.06);
    display: grid;
  }
  .timeline-icon{
    order:-1;
    margin-bottom: 10px !important;
  }
  .timeline-item.top .timeline-icon {
    margin: 0px 0 0;
  }
  .why-item{
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .timeline-item.bottom .timeline-icon {
    margin: 0 0 0px;
  }

  .solutions-section .section-heading,
  .news-section .section-heading {
    margin-left: 0;
  }

  .solutions-swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: calc((100% - 32px) / 2);
  }

  .project-grid {
    height: 520px;
  }

  .why-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .why-center {
    order: -1;
  }

  .why-col {
    gap: 24px;
    text-align: start !important;
  }

  .why-col.left,
  .why-col.right {
    padding: 0;
  }

  .why-col.left .why-item,
  .why-col.right .why-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .why-col.left .why-feature-icon {
    order: 1;
  }

  .why-col.left .why-text {
    order: 2;
  }

  .why-feature-icon {
    width: 74px;
    height: 74px;
    padding: 14px;
  }

  .partners-row {
    gap: 0px;
  }

  .partner-item {
    flex-basis: 100px;
  }
}
.menu-item-has-children > .aq-menu-parent{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.menu-item-has-children > .aq-menu-parent > .nav-link{
  flex: 1 1 auto;
}

.aq-submenu-toggle{
  position: relative;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.aq-submenu-toggle::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform .25s ease;
  pointer-events: none;
}

.menu-item-has-children.open > .aq-menu-parent .aq-submenu-toggle::before,
.menu-item-has-children.show > .aq-menu-parent .aq-submenu-toggle::before,
.aq-submenu-toggle[aria-expanded="true"]::before{
  transform: translate(-50%, -35%) rotate(-135deg);
}

@media (min-width: 992px){
  .menu-item-has-children > .aq-menu-parent{
    justify-content: flex-start;
    gap: 6px;
  }

  .menu-item-has-children > .aq-menu-parent > .nav-link{
    flex: 0 0 auto;
  }

  .aq-submenu-toggle{
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }
}
    .aq-submenu-toggle{
        color:#fff;
    }

@media (max-width: 991.98px) {
    
    
    
    
    
    /* mobile drawer menu */
.mobile-drawer .aq-menu{
  display: flex;
  flex-direction: column;
  gap: 0;
          padding-inline-start: 0;
}

.mobile-drawer .aq-menu > .nav-item{
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.mobile-drawer .aq-menu > .nav-item > .nav-link{
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  padding: 14px 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 10px;
  transition: color .25s ease, background-color .25s ease, padding .25s ease;
}

.mobile-drawer .aq-menu > .nav-item > .nav-link:hover,
.mobile-drawer .aq-menu > .nav-item > .nav-link:active{
  color: var(--blue-light);
   
}

/* العنصر الأب */
.mobile-drawer .aq-menu .menu-item-has-children{
  display: block;
}

/* القائمة الفرعية: داخل التدفق، فتزق اللي تحتها */
.mobile-drawer .aq-menu .sub-menu.dropdown-menu{
  position: static;
  inset: auto;
  display: block !important;
  float: none;
  min-width: 100%;
  margin: 0;
  padding: 0 0 0 0;
  list-style: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  transform: none;

  max-height: 0;
  overflow: hidden;
  transition: max-height .38s ease, padding .28s ease, margin .28s ease;
}

/* عند الفتح */
.mobile-drawer .aq-menu .menu-item-has-children.open > .sub-menu.dropdown-menu{
  max-height: 420px;
  margin: 4px 0 10px;
  padding: 4px 0 8px;
}

/* عناصر الروابط الفرعية */
.mobile-drawer .aq-menu .sub-menu.dropdown-menu > li{
  display: block;
  margin: 0;
  padding: 0;
}

.mobile-drawer .aq-menu .sub-menu.dropdown-menu > li > a{
  display: block;
  width: 100%;
  padding: 11px 14px;
  margin: 4px 0;
  color: #d8e9f8;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  background: rgba(0,26,55,.72);
  border: 1px solid rgba(43,146,229,.16);
  border-radius: 12px;
  transition: transform .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

/* hover / active للعناصر الفرعية */
.mobile-drawer .aq-menu .sub-menu.dropdown-menu > li > a:hover,
.mobile-drawer .aq-menu .sub-menu.dropdown-menu > li > a:active{
  color: #fff;
  background: linear-gradient(180deg, rgba(21,113,199,.22) 0%, rgba(43,146,229,.14) 100%);
  border-color: rgba(43,146,229,.38);
  transform: translateY(-1px);
}

/* تمييز العنصر الحالي */
.mobile-drawer .aq-menu .sub-menu .current-menu-item > a,
.mobile-drawer .aq-menu .sub-menu .current_page_item > a{
  color: #fff;
  background: linear-gradient(180deg, rgba(21,113,199,.28) 0%, rgba(43,146,229,.18) 100%);
  border-color: rgba(43,146,229,.42);
}

/* لينك الأب لما يكون مفتوح */
.mobile-drawer .aq-menu .menu-item-has-children.open > .nav-link{
  color: var(--blue-light);
  background: transparent;
}

/* دعم العربي والانجليزي */
html[dir="rtl"] .mobile-drawer .aq-menu > .nav-item > .nav-link,
html[dir="rtl"] .mobile-drawer .aq-menu .sub-menu.dropdown-menu > li > a{
  text-align: right;
}

html[dir="ltr"] .mobile-drawer .aq-menu > .nav-item > .nav-link,
html[dir="ltr"] .mobile-drawer .aq-menu .sub-menu.dropdown-menu > li > a{
  text-align: left;
}
    
    
    .dropdown-toggle::after{
        display:none !important;
    }
    
    
    
    
  .nav-inner {
    flex-wrap: wrap;
  }

  .nav-inner .navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .aq-menu-toggle {
    position: relative;
    z-index: 1201;
    width: 47px;
    height: 47px;
    padding: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    outline: 0;
  }

  .aq-menu-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(43, 146, 229, 0.26), 0 12px 28px rgba(0, 0, 0, 0.22);
  }

  body.mobile-menu-open .aq-menu-toggle {
    opacity: 0;
    pointer-events: none;
  }

  .toggle-line {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 99px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  body.mobile-menu-open .aq-menu-toggle .toggle-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  body.mobile-menu-open .aq-menu-toggle .toggle-line:nth-child(2) {
    opacity: 0;
  }

  body.mobile-menu-open .aq-menu-toggle .toggle-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 10, 24, 0.66);
    backdrop-filter: blur(6px);
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    visibility: visible;
    opacity: 1;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: min(86vw, 370px);
    height: 100vh;
    height: 100dvh;
    margin-top: 0;
    padding: 24px 24px 28px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    background:
      radial-gradient(circle at 18% 12%, rgba(43, 146, 229, 0.28), transparent 32%),
      linear-gradient(165deg, rgba(0, 31, 66, 0.98) 0%, rgba(0, 13, 31, 0.98) 100%);
    box-shadow: -28px 0 48px rgba(0, 0, 0, 0.36);
    transform: translateX(112%);
    transition: transform 0.45s cubic-bezier(0.2, 0.82, 0.24, 1), opacity 0.35s ease, visibility 0.35s ease;
  }

  .mobile-drawer.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    overflow-y: scroll;
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .mobile-drawer-head img {
    width: 82px;
  }

  .drawer-close {
    position: relative;
    width: 43px;
    height: 43px;
    padding: 0;
    display: inline-flex;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
  }

  .drawer-close span {
    position: absolute;
    left: 12px;
    top: 20px;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
  }

  .drawer-close span:first-child {
    transform: rotate(45deg);
  }

  .drawer-close span:last-child {
    transform: rotate(-45deg);
  }

  .mobile-drawer .aq-menu {
    width: 100%;
    min-height: 0;
    align-items: stretch;
    gap: 0;
    flex-shrink: 0;
  }

  .mobile-drawer .aq-menu .nav-item {
    margin-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-drawer .aq-menu .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 !important;
   
  }

 
  .mobile-drawer .aq-menu .nav-link:hover::after,
  .mobile-drawer .aq-menu .active .nav-link::after {
    border-color: var(--blue-light);
    transform: rotate(45deg) translate(2px, -2px);
  }

  .mobile-drawer .nav-actions {
    width: 100%;
    margin-left: 0 !important;
    padding-top: 26px;
    align-items: stretch;
    gap: 18px;
  }

  .mobile-drawer .contact-btn {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    justify-content: center;
    padding-inline: 19px;
    border: 0;
    background: var(--blue);
    box-shadow: 0 16px 26px rgba(21, 113, 199, 0.28);
  }

  .mobile-drawer .lang-switch {
    width: 100%;
    justify-content: center;
    gap: 18px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    font-size: 21px;
  }

  .mobile-drawer .mobile-drawer-head,
  .mobile-drawer .aq-menu .nav-item,
  .mobile-drawer .nav-actions {
    opacity: 0;
    transform: translateX(32px);
    transition: opacity 0.35s ease, transform 0.4s ease;
  }

  .mobile-drawer.show .mobile-drawer-head,
  .mobile-drawer.show .aq-menu .nav-item,
  .mobile-drawer.show .nav-actions {
    opacity: 1;
    transform: translateX(0);
  }

  .mobile-drawer.show .mobile-drawer-head { transition-delay: 0.08s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(1) { transition-delay: 0.14s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(2) { transition-delay: 0.18s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(3) { transition-delay: 0.22s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(4) { transition-delay: 0.26s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(5) { transition-delay: 0.3s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(6) { transition-delay: 0.34s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(7) { transition-delay: 0.38s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(8) { transition-delay: 0.42s; }
  .mobile-drawer.show .aq-menu .nav-item:nth-child(9) { transition-delay: 0.46s; }
  .mobile-drawer.show .nav-actions { transition-delay: 0.52s; }
}

@media (max-width: 767.98px) {
  .container-figma {
    width: min(100% - 28px, 540px);
  }

  .eyebrow {
    font-size: 34px;
  }

  .section-heading h2,
  .about-copy h2 {
    font-size: 27px;
  }

  .hero-section {
    min-height: 690px;
  }

  .hero-content {
    padding-top: 190px;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 1.1;
  }

  .hero-content p {
    max-width: 100%;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.05em;
  }

  .primary-btn,
  .outline-btn {
    min-width: 154px;
    min-height: 45px;
    font-size: 14px;
  }

  .section-pad {
    padding: 60px 0;
  }

  .about-copy {
    padding: 0 20px;
  }

  .about-copy h2,
  .lead-copy {
    width: 100%;
    max-width: 100%;
  }

  .lead-copy {
    font-size: 15px;
    line-height: 1.8;
  }

  .about-points {
    width: 100%;
  }

  .about-point {
    grid-template-columns: 72px 1fr;
    gap: 20px;
  }

  .point-icon {
    width: 72px;
    height: 72px;
  }

  .about-media {
    min-height: 510px;
    padding-top: 0;
  }

  .about-main-img {
    top: 45px;
    right: 0;
    width: 70%;
    height: 430px;
  }

  .about-inline-img {
    left: 0;
    top: 260px;
    width: 72%;
    height: 185px;
    border-width: 10px;
  }

  .experience-card {
    top: 0;
    right: 0;
    width: 155px;
    height: 122px;
    padding: 17px 22px;
  }

  .experience-card span {
    font-size: 14px;
  }

  .experience-card strong {
    font-size: 42px;
  }

  .dots-pattern {
    display: none;
  }

  .benefits-strip {
    height: auto;
    padding: 30px 0 0 0 ;
  }

  .benefit-item {
    font-size: 17px;
    margin-bottom: 30px;
  }

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

  .timeline-item h3 {
    font-size: 52px;
  }

  .solutions-section {
    padding-bottom: 54px;
  }

  .solutions-swiper {
    width: min(100%, 420px);
    overflow: hidden;
  }

  .solutions-swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 0;
  }

  .solutions-swiper:not(.swiper-initialized) .swiper-slide {
    flex-basis: 100%;
  }

  .solution-card {
    height: 390px;
  }

  .card-overlay h3,
  .news-content h3 {
    font-size: 24px;
  }

  .projects-section .section-heading {
    margin-bottom: 35px;
  }

  .project-grid {
    grid-template-columns: 1fr;
    height: auto;
  }

  .project-card {
    height: 430px;
  }

  .stats-section {
    padding: 55px 0;
  }

  .stat-item {
    margin-bottom: 32px;
  }
  .rtl.about-page .experience-card {
    left: 0;
    right: unset;
  }
  .rtl.about-page .about-inline-img{
    right: 0 !important;
    left: unset !important;
  }
  .stat-item strong {
    font-size: 48px;
    margin-bottom: 12px;
  }

  .stat-item p {
    font-size: 16px;
  }

  .why-section {
    padding-bottom: 0px;
  }
  .about-page .why-section{
    padding-bottom: 50px;
  }
  .why-section .section-heading {
    margin-bottom: 40px;
  }

  .why-center img {
    width: min(100%, 310px);
  }

  .why-item h3 {
    font-size: 24px;
  }

  .partners-section {
    padding: 65px 0;
  }

  .partners-section .section-heading {
    margin-bottom: 42px;
  }

  .partners-row {
    gap: 0px;
  }

  .partner-item img {
    max-width: 130px;
  }

  .news-section {
    padding-bottom: 64px;
  }

  .news-row > [class*="col-"] + [class*="col-"] {
    margin-top: 24px;
  }

  .news-card {
    height: 330px;
  }

  .news-date {
    left: 21px;
    font-size: 14px;
  }

  .news-content {
    left: 22px;
  }

  .footer-main {
    padding: 45px 0 15px;
  }

  .footer-contact,
  .footer-logo,
  .footer-links {
    min-height: auto;
    margin-bottom: 35px;
  }

  .footer-logo {
    border: 0;
  }

  .footer-links {
    padding-left: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 0;
  }
}

@media (max-width: 420px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .about-main-img {
    width: 78%;
  }

  .project-overlay span {
    font-size: 92px;
  }

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

/* Internal pages */
.inner-page {
  background: #fff;
}

.inner-hero {
  --inner-hero-img: url("../images/hero-bg.png");
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 88px;
  color: #fff;
  background: var(--inner-hero-img) center / cover no-repeat;
  overflow: hidden;
}

.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 20, 43, 0.94) 0%, rgba(0, 24, 52, 0.78) 43%, rgba(0, 20, 43, 0.2) 100%);
}

.inner-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 150px;
  background: linear-gradient(180deg, rgba(0, 20, 43, 0), rgba(0, 20, 43, 0.7));
}

.about-page .inner-hero { --inner-hero-img: url("../images/about-main.png"); }
.companies-page .inner-hero { --inner-hero-img: url("../images/hero-bg.png"); }
.projects-page .inner-hero { --inner-hero-img: url("../images/project-01.png"); }
.vendors-page .inner-hero { --inner-hero-img: url("../images/solution-mobile.png"); }
.news-page .inner-hero { --inner-hero-img: url("../images/news-capacity.png"); }
.careers-page .inner-hero { --inner-hero-img: url("../images/project-02.png"); }
.solutions-page .inner-hero { --inner-hero-img: url("../images/solution-portable.png"); }
.contact-page .inner-hero { --inner-hero-img: url("../images/footer-bg.png"); }

.inner-hero-content {
  position: relative;
  z-index: 2;
  max-width: 810px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.breadcrumb-list a {
  color: #fff;
}

.breadcrumb-list span {
  width: 28px;
  height: 1px;
  background: rgba(255, 255, 255, 0.45);
}

.inner-hero .eyebrow {
  font-size: 28px;
  margin-bottom: 15px;
}

.inner-hero h1 {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-size: 64px;
  line-height: 1.09;
  font-weight: 800;
}

.inner-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 34px;
  font-weight: 500;
}

.inner-section {
  padding: 92px 0;
  position: relative;
}

.inner-section.soft {
  background: #f5fbff;
}

.inner-section.dark {
  color: #fff;
  background: #001832;
}

.inner-section.tight {
  padding: 70px 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--blue-light);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.section-kicker::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--blue-light);
}

.inner-title {
  margin: 0;
  color: #050505;
  font-size: 44px;
  line-height: 1.16;
  font-weight: 800;
}

.inner-section.dark .inner-title,
.inner-section.dark .page-lead {
  color: #fff;
}

.page-lead {
  margin: 22px 0 0;
  color: #626262;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
}

.inner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 62px;
  align-items: center;
}

.inner-layout.reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.media-frame {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 21, 45, 0.16);
}

.media-frame img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  transition: transform 0.7s ease;
}

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

.media-frame-badge {
  position: absolute;
  left: 28px;
  bottom: 28px;
  min-width: 150px;
  padding: 20px 18px;
  color: #fff;
  background: rgba(0, 26, 55, 0.88);
  border-left: 4px solid var(--blue-light);
  border-radius: 6px;
  backdrop-filter: blur(10px);
}

.media-frame-badge strong {
  display: block;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
}

.media-frame-badge span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.feature-card {
  position: relative;
  min-height: 230px;
  padding: 30px 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 24, 50, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--blue-light);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-9px);
  border-color: rgba(43, 146, 229, 0.35);
  box-shadow: 0 22px 45px rgba(0, 24, 50, 0.12);
}

.feature-card:hover::before {
  transform: scaleY(1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #eff8ff;
}

.feature-icon img {
  width: 31px;
  height: 31px;
}

.feature-card h3 {
  margin: 0 0 13px;
  color: #050505;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 800;
}

.feature-card p {
  margin: 0;
  color: #686868;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.22);
}

.stat-tile {
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.08);
}

.stat-tile strong {
  display: block;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}

.stat-tile span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 46px;
}

.page-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  color: #fff;
  border-radius: 8px;
  background: #001832;
  box-shadow: 0 16px 36px rgba(0, 20, 43, 0.16);
}

.page-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.75s ease, opacity 0.35s ease;
}

.page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 24, 52, 0.05), rgba(0, 20, 43, 0.92));
}

.page-card-content {
  position: relative;
  z-index: 2;
}

.page-card:hover img {
  transform: scale(1.08);
  opacity: 0.95;
}

.page-card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 800;
}

.page-card p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
}

.text-link img {
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
}

.text-link:hover {
  color: #d8ecff;
  transform: translateX(4px);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(21, 113, 199, 0.28);
}

.process-step {
  position: relative;
  padding: 46px 30px 12px 0;
}

.process-step::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--blue-light);
  box-shadow: 0 0 0 11px rgba(43, 146, 229, 0.12);
}
.rtl .process-step::before{
  left: unset;
  right: 0;
}
.fig-hero .fig-copy{
  display: none;
}
.process-step strong {
  display: block;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.24;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: #676767;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.project-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 48px;
}

.project-tile {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  color: #fff;
  background: #001832;
}

.project-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.35s ease;
}

.project-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 20, 43, 0.52);
  transition: background 0.35s ease;
}

.project-tile::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.35);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-tile:hover img {
  transform: scale(1.06);
  opacity: 0.86;
}

.project-tile:hover::before {
  background: rgba(0, 20, 43, 0.36);
}

.project-tile:hover::after {
  opacity: 1;
  transform: scale(1);
}

.project-index {
  position: absolute;
  z-index: 2;
  top: 150px;
  right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  font-size: 150px;
  line-height: 1;
  font-weight: 800;
  opacity: 0.75;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.project-tile:hover .project-index {
  opacity: 0;
  transform: translateY(-16px);
}

.project-tile h3 {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.project-tile h3 img {
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.filter-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 0 22px;
  color: #001832;
  background: #f2f8fd;
  border: 1px solid rgba(21, 113, 199, 0.13);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.filter-tabs a:hover,
.filter-tabs a.is-active {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.logo-strip-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 38px;
  margin-top: 30px;
}

.logo-box {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 24, 50, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.logo-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 24, 50, 0.1);
  filter: saturate(1.1);
}

.logo-box img {
  max-height: 78px;
  width: auto;
}

.news-listing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 48px;
}

.news-tile {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #001832;
  box-shadow: 0 14px 34px rgba(0, 20, 43, 0.14);
}

.news-tile.large {
  grid-column: span 2;
}

.news-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.35s ease;
}

.news-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 24, 52, 0.12), rgba(0, 20, 43, 0.92));
}

.news-tile:hover img {
  transform: scale(1.07);
  opacity: 0.86;
}

.news-tile-content {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.news-tile-date {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 85px;
  color: #35a5ff;
  font-size: 16px;
  font-weight: 700;
}

.news-tile-date img {
  width: 19px;
  height: 19px;
}

.news-tile h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
}

.news-tile p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.career-list {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}

.career-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.13);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 24, 50, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.career-item:hover {
  transform: translateY(-5px);
  border-color: rgba(43, 146, 229, 0.35);
  box-shadow: 0 20px 40px rgba(0, 24, 50, 0.1);
}

.career-item h3 {
  margin: 0 0 9px;
  font-size: 23px;
  font-weight: 800;
}

.career-item p {
  margin: 0;
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 42px;
  align-items: stretch;
}

.contact-card,
.contact-form-panel {
  padding: 36px;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.11);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 24, 50, 0.08);
}

.contact-card a {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 0;
  color: #111;
  border-bottom: 1px solid rgba(0, 24, 50, 0.08);
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}

.contact-card a:last-child {
  border-bottom: 0;
}

.contact-card a:hover {
  color: var(--blue);
  transform: translateX(5px);
}

.contact-card img {
  width: 25px;
  height: 25px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.form-field.full {
  grid-column: 1 / -1;
}

.form-field label {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

.form-field input,
.form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 17px;
  color: #001832;
  border: 1px solid rgba(0, 24, 50, 0.12);
  border-radius: 6px;
  background: #f9fcff;
  font: inherit;
  font-size: 14px;
  outline: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.form-field textarea {
  min-height: 150px;
  padding-top: 16px;
  resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: rgba(43, 146, 229, 0.8);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(43, 146, 229, 0.12);
}

.map-panel {
  min-height: 320px;
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(0, 24, 50, 0.78), rgba(0, 24, 50, 0.78)), url("../images/footer-bg.png") center / cover no-repeat;
  border-radius: 8px;
}

.map-panel h3 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 800;
}

.map-panel p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .inner-hero h1 {
    font-size: 52px;
  }

  .inner-layout,
  .inner-layout.reverse,
  .contact-grid {
    gap: 38px;
  }

  .feature-grid,
  .page-card-grid,
  .project-listing,
  .news-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .logo-strip-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .inner-hero {
    min-height: 470px;
    padding: 145px 0 72px;
  }

  .inner-layout,
  .inner-layout.reverse,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .inner-title {
    font-size: 38px;
  }

  .media-frame,
  .media-frame img {
    min-height: 390px;
  }

  .stat-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-tile {
    min-height: 430px;
  }

  .news-tile.large {
    grid-column: span 1;
  }
}

@media (max-width: 767.98px) {
  .inner-hero {
    min-height: 420px;
    padding: 125px 0 58px;
  }

  .inner-hero .eyebrow {
    font-size: 23px;
  }

  .inner-hero h1 {
    font-size: 40px;
  }

  .inner-hero p {
    font-size: 16px;
    line-height: 28px;
  }

  .inner-section {
    padding: 62px 0;
  }

  .inner-title {
    font-size: 31px;
  }

  .feature-grid,
  .page-card-grid,
  .project-listing,
  .news-listing,
  .process-list,
  .logo-strip-inner,
  .stat-strip {
    grid-template-columns: 1fr;
  }
  .logo-strip-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-card,
  .news-tile {
    min-height: 340px;
  }

  .project-tile {
    min-height: 360px;
  }

  .project-index {
    top: 95px;
    font-size: 110px;
  }

  .career-item {
    grid-template-columns: 1fr;
  }

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

  .contact-card,
  .contact-form-panel {
    padding: 26px;
  }
}

@media (max-width: 420px) {
  .inner-hero h1 {
    font-size: 34px;
  }

  .breadcrumb-list {
    font-size: 12px;
  }

  .media-frame,
  .media-frame img {
    min-height: 310px;
  }

  .page-card,
  .news-tile,
  .project-tile {
    min-height: 315px;
  }
}

/* Figma internal pages refresh */
.figma-page {
  background: #fff;
}

.figma-page .site-header {
  min-height: 112px;
}

.fig-hero {
  position: relative;
  min-height: 515px;
  color: #fff;
  background: url("../images/hero-bg.png") center top / cover no-repeat;
  overflow: hidden;
}

.fig-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
 background: linear-gradient(90deg, rgba(0, 24, 52, 0.95) 0%, rgba(0, 24, 52, 0.76) 45%, rgba(0, 0, 0, 0.62) 100%);

}

.fig-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 145px;
  background: linear-gradient(180deg, rgba(0, 24, 52, 0), rgba(0, 10, 24, 0.45));
}

.fig-hero .container-figma {
  position: relative;
  z-index: 2;
  padding-top: 241px;
}

.fig-crumb-title {
  margin: 0;
  color: #fff;
  font-size: 0px;
  line-height: 1.08;
  font-weight: 800;
}
.fig-crumb-title > span{
    font-size: 40px;
}
.fig-section {
  position: relative;
  padding: 78px 0 88px;
}
.contact-page .fig-section{
  padding-bottom: 0;
}
.fig-section-title {
  margin: 0 0 44px;
  color: var(--blue-light);
  font-size: 47px;
  line-height: 1.12;
  font-weight: 800;
}

.fig-copy {
  color: #6f6f6f;
  font-size: 20px;
  line-height: 2.02;
  font-weight: 500;
}

.fig-copy p {
  margin: 0 0 24px;
}

.fig-copy .blue {
  color: var(--blue);
  font-weight: 600;
}

.fig-media-stack {
  position: relative;
  min-height: 660px;
}

.fig-dots {
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 560px;
  opacity: 0.72;
  background-image: radial-gradient(rgba(0, 0, 0, 0.12) 3px, transparent 4px);
  background-size: 36px 36px;
  border-radius: 50%;
}

.fig-media-stack .fig-dots {
  right: 0;
  top: -36px;
}

.fig-stack-img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 17px 30px rgba(0, 0, 0, 0.18);
}

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

.fig-stack-img:hover img {
  transform: scale(1.05);
}

.fig-stack-img.main {
  right: 0;
  top: 0;
  width: 430px;
  height: 615px;
}

.fig-stack-img.small {
  left: 34px;
  bottom: 0;
  width: 435px;
  height: 330px;
}

.fig-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 250px;
}

.fig-value-card {
  position: relative;
  min-height: 376px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 44px 38px;
  color: #fff;
  background: #001832;
}

.fig-value-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 0.65s ease, opacity 0.28s ease;
}

.fig-value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 24, 52, 0.08), rgba(0, 22, 44, 0.9));
}

.fig-value-card:hover img {
  transform: scale(1.07);
  opacity: 0.9;
}

.fig-value-content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: translateY(34px);
  transition: transform 0.35s ease;
}

.fig-value-card .fig-value-content .fig-value-icon {
  position: relative;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 80px;
  opacity: 1;
  object-fit: contain;
  inset: unset;
  margin: 0 auto 25px;
  filter: brightness(0) invert(1);
}

.fig-value-card h3 {
  margin: 0;
  color: #fff;
  font-size: 35px;
  line-height: 1.1;
  font-weight: 800;
}

.fig-value-card p {
  max-width: 330px;
  max-height: 0;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: max-height 0.35s ease, margin 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
}

.fig-value-card:hover .fig-value-content {
  transform: translateY(0);
}

.fig-value-card:hover h3 {
  margin-bottom: 14px;
}

.fig-value-card:hover p {
  max-height: 190px;
  opacity: 1;
  transform: translateY(0);
}

.fig-project-spacer {
  height: 68px;
}

.fig-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fig-project-grid.sdfadfad{
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
.fig-project-card {
  position: relative;
  min-height: 655px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #001832;
}

.fig-project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.65s ease, opacity 0.3s ease;
}

.fig-project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
 transition: all linear .4s;
}
.fig-project-card:hover::before{
  background: rgba(0, 21, 45, 0.52);
}
.fig-project-card::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 208px;
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.fig-project-card:hover img {
  transform: scale(1.055);
  opacity: 0.94;
}

.fig-project-card:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.fig-project-no {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  font-size: 132px;
  line-height: 0.8;
  font-weight: 800;
  transform: translate(-50%, -50%);
  transition: opacity 0.28s ease, transform 0.35s ease;
}

.fig-project-card:hover .fig-project-no {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.fig-project-card h2 {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.fig-project-card h2 img {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
  position: relative;
}

.fig-solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px 36px;
  padding: 0 0 84px;
}

.solutions-page .fig-section {
  padding-top: 162px;
}

.fig-solution-card {
  position: relative;
  min-height: 485px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0 42px 47px;
  color: #fff;
  border-radius: 18px;
  background: #001832;
  box-shadow: 0 17px 28px rgba(0, 0, 0, 0.25);
}

.fig-solution-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: transform 0.7s ease, opacity 0.3s ease;
}

.fig-solution-card::before,
.fig-news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 21, 45, 0.04), rgba(0, 21, 45, 0.94));
}

.fig-solution-card:hover img {
  transform: scale(1.06);
  opacity: 0.95;
}

.fig-solution-content {
  position: relative;
  z-index: 2;
}

.fig-solution-card h2 {
  margin: 0;
  color: #fff;
  font-size: 37px;
  line-height: 1.08;
  font-weight: 800;
}

.fig-solution-card p {
  max-width: 480px;
  max-height: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: max-height 0.35s ease, margin 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
}

.fig-solution-card a,
.fig-news-card a {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.fig-solution-card a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(12px);
  transition: max-height 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
}

.fig-solution-card:hover h2 {
  margin-bottom: 26px;
}

.fig-solution-card:hover p {
  max-height: 96px;
  margin: 0 0 52px;
  opacity: 1;
  transform: translateY(0);
}

.fig-solution-card:hover a {
  max-height: 30px;
  opacity: 1;
  transform: translateY(0);
}

.fig-solution-card a img,
.fig-news-card a img {
  position: static;
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
  opacity: 1;
}
.rtl .fig-news-card a img {
  transform: rotate(-90deg);
}
.fig-detail-wrap {
  padding: 78px 0 105px;
}

.fig-detail-title {
  margin: 0 0 62px;
  color: var(--blue-light);
  font-size: 47px;
  line-height: 1.08;
  font-weight: 800;
}

.fig-detail-image {
  position: relative;
  overflow: hidden;
  height: 532px;
  min-height: 532px;
  margin-bottom: 75px;
  border-radius: 16px;
  background: #001832;
  box-shadow: 0 17px 28px rgba(0, 0, 0, 0.22);
}

.fig-detail-image img,
.fig-detail-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fig-detail-image video {
  display: block;
}

.fig-detail-grid {
  display: grid;
  grid-template-columns: 372px minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.project-info-panel {
  padding: 42px 32px 36px;
  background: #f6f6f6;
  border-radius: 4px;
}

.project-info-panel h2 {
  margin: 0 0 28px;
  color: #050505;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 800;
}

.project-info-row {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.project-info-row:last-child {
  border-bottom: 0;
}

.project-info-row strong {
  display: block;
  margin-bottom: 8px;
  color: #050505;
  font-size: 17px;
  font-weight: 800;
}

.project-info-row span,
.project-info-row a {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.fig-article h2 {
  margin: 0 0 20px;
  color: #050505;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}

.fig-article p,
.fig-article li {
  color: #6d6d6d;
  font-size: 19px;
  line-height: 1.95;
  font-weight: 500;
}

.fig-article p {
  margin: 0 0 30px;
}

.fig-article ul {
  margin: 0 0 42px;
  padding-left: 25px;
}

.fig-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 38px;
}

.fig-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 7px;
}

.solution-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 70px;
  align-items: center;
  margin: 68px 0 78px;
}
.solution-detail-layout.solution-detail-layout-third > div{

  order: -1;

}
.single-aq_project .solution-detail-layout{
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
}
.solution-detail-layout.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.solution-detail-layout img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 4px;
}
.single-aq_project .solution-detail-layout img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
}
.single-aq_project .fig-article p {
  margin: 0 0 30px;
}
.fig-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 58px;
  align-items: start;
}

.fig-news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 30px;
}

.fig-news-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  border-radius: 14px;
  background: #001832;
  box-shadow: 0 13px 24px rgba(0, 0, 0, 0.22);
}

.fig-news-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.3s ease;
}

.fig-news-card:hover > img {
  transform: scale(1.06);
  opacity: 0.92;
}

.fig-news-date {
  position: absolute;
  top: 20px;
  left: 29px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-light);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
.post-type-archive-aq_news .fig-news-date , .fig-news-grid.casec .fig-news-date{
  color: #fff;
}
.post-type-archive-aq_news .fig-news-card:hover .fig-news-date ,.fig-news-grid.casec .fig-news-card:hover .fig-news-date {
  color: var(--blue-light);
}

.post-type-archive-aq_news .fig-news-card:hover .fig-news-date img , .fig-news-grid.casec .fig-news-card:hover .fig-news-date img{
  filter: brightness(0) saturate(100%) invert(52%) sepia(64%) saturate(2212%) hue-rotate(183deg) brightness(91%) contrast(97%);
}



.fig-news-date img {
  width: 19px;
  height: 19px;
}

.fig-news-content {
  position: relative;
  z-index: 2;
  padding: 0 34px 26px;
}

.fig-news-content h2 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 26px;
  line-height: 1.14;
  font-weight: 800;
}

.fig-news-content p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.fig-sidebar-block {
  margin-bottom: 58px;
}

.fig-sidebar-block h2 {
  display: inline-block;
  margin: 0 0 31px;
  padding-bottom: 18px;
  color: var(--blue-light);
  border-bottom: 4px solid var(--blue);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 800;
}

.fig-side-news {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 15px;
  padding: 0 0 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.fig-side-news img {
  width: 118px;
  height: 76px;
  object-fit: cover;
  border-radius: 8px;
}

.fig-side-news .side-date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b7b7b7;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.fig-side-news .side-date img  {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 0;
  filter: brightness(0) saturate(100%) invert(84%) sepia(0%) saturate(0%) hue-rotate(151deg) brightness(89%) contrast(88%);
}

.fig-side-news h3 {
  margin: 13px 0 0;
  color: #000;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
}

.fig-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.fig-category-grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  border: 1px solid rgba(21, 113, 199, 0.38);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.fig-tag-list a {
  display: block;
  padding: 19px 0;
  color: #050505;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}

.fig-blog-main .fig-detail-image {
  margin-bottom: 54px;
}

.fig-blog-main .fig-copy {
  font-size: 24px;
  line-height: 2.05;
}

.fig-blog-main h2 {
  margin: 58px 0 28px;
  color: #050505;
  font-size: 35px;
  line-height: 1.18;
  font-weight: 800;
}

.staff-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
  gap: 58px;
  align-items: center;
}

.staff-text {
  color: #777;
  font-size: 20px;
  line-height: 2.02;
  font-weight: 500;
}

.staff-text p {
  margin: 0 0 22px;
}

.staff-text span {
  color: var(--blue);
  font-weight: 600;
}

.staff-photo-stack {
  position: relative;
  min-height: 655px;
}

.staff-photo-stack .fig-dots {
  right: 12px;
  top: -60px;
}

.staff-photo-stack img {
  position: absolute;
  z-index: 2;
  object-fit: cover;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}

.staff-photo-stack .large {
  right: 0;
  top: 0;
  width: 420px;
  height: 520px;
}

.staff-photo-stack .small {
  left: 20px;
  bottom: 0;
  width: 455px;
  height: 325px;
}

.staff-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 95px;
  align-items: center;
  margin-top: 110px;
}

.staff-split .staff-photo-stack .large {
  left: 0;
  right: auto;
  width: 430px;
  height: 520px;
}

.staff-split .staff-photo-stack .small {
  left: 230px;
  width: 390px;
  height: 355px;
}

.team-title {
  margin: 160px 0 88px;
  text-align: center;
  color: var(--blue-light);
  font-size: 53px;
  line-height: 1;
  font-weight: 800;
}

.team-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 32px;
  /*align-items: end;*/
}

.team-card {
  color: #050505;
}

.team-row .team-card:nth-of-type(1) , .team-row .team-card:nth-of-type(5){
        margin-top: 90px;
}
.team-row .team-card:nth-of-type(2) , .team-row .team-card:nth-of-type(4){
        margin-top: 60px;
}

.team-card img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  margin-bottom: 24px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-card:nth-child(even) img {
  /*height: 350px;*/
}

.team-card:hover img {
  transform: translateY(-8px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.16);
}

.team-card h3 {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
}

.team-card p {
  margin: 0;
  color: #111;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
}

.contact-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 58px 0 80px;
}

.contact-tab {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  background: #e8f5ff;
  border: 0;
  border-radius: 5px;
  font-size: 31px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}

.contact-tab.active,
.contact-tab:hover {
  color: #fff;
  background: #142235;
}

.branch-panel {
  display: none;
}

.branch-panel.active {
  display: block;
}

.contact-branch {
  animation: contactPanelIn 0.35s ease both;
}

.contact-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 110px;
}

.contact-info-box {
  position: relative;
  min-height: 245px;
  padding: 82px 34px 34px;
  background: #fbfbfb;
  border-radius: 4px;
}

.contact-info-box .box-no {
  position: absolute;
  right: 38px;
  top: -25px;
  color: #142235;
  font-size: 64px;
  line-height: 1;
  font-weight: 800;
}

.contact-info-box.is-muted .box-no {
  color: #d7d7d7;
}

.contact-info-box .box-icon {
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #142235;
  border-radius: 5px;
}

.contact-info-box .box-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}

.contact-info-box h3 {
  margin: 0 0 8px;
  color: #050505;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

.contact-info-box a,
.contact-info-box p {
  margin: 0;
  color: #242424;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.contact-map {
  position: relative;
  min-height: 475px;
  margin: 0 calc((100vw - 100%) / -2);
  background: url("../images/contact-map.jpg") center / cover no-repeat;
}

.contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.9) contrast(1.02);
}

.contact-info-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: -74px 0 104px;
}

.contact-info-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 34px 30px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(0, 24, 52, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-info-card:hover {
  color: #111;
  transform: translateY(-7px);
  border-color: rgba(43, 146, 229, 0.42);
  box-shadow: 0 24px 44px rgba(0, 24, 52, 0.16);
}

.contact-info-card span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e8f5ff;
}

.contact-info-card span img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.contact-info-card strong {
  color: var(--blue);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.contact-info-card p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

@keyframes contactPanelIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.contact-form-shell {
  position: relative;
  z-index: 2;
  max-width: 1218px;
  margin: -150px auto 98px;
  padding: 64px 64px 70px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.contact-form-shell h2 {
  margin: 0 0 54px;
  color: var(--blue-light);
  text-align: center;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
}

.rtl .contact-form-grid form{
  direction: rtl;
}
.rtl .contact-form-grid form input:not(input[type="submit"]) , .rtl .contact-form-grid form select{
  direction: rtl;
  text-align: right;
}
.contact-form-grid .full {
  grid-column: 1 / -1;
}

.contact-form-grid input,
.contact-form-grid select,
.contact-form-grid textarea {
  width: 100%;
  min-height: 72px;
  padding: 0 24px;
  color: #111;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  background: #fff;
  font: inherit;
  font-size: 18px;
  outline: 0;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form-grid select {
  appearance: none;
  cursor: pointer;
}

.contact-form-grid textarea {
  min-height: 236px;
  padding-top: 22px;
  resize: vertical;
}

.contact-form-grid input:focus,
.contact-form-grid select:focus,
.contact-form-grid textarea:focus {
  border-color: var(--blue-light);
  box-shadow: 0 0 0 3px rgba(43, 146, 229, 0.16);
}

.contact-form-grid button {
  justify-self: center;
  min-width: 520px;
  min-height: 72px;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: var(--blue-light);
  font-size: 20px;
  font-weight: 800;
}

.contact-form-grid button:hover {
  background: var(--blue);
  transform: translateY(-3px);
}

.careers-intro-panel {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.careers-copy .fig-section-title {
  max-width: 610px;
  margin-bottom: 34px;
}

.careers-copy .fig-copy {
  margin-bottom: 28px;
}

.careers-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.career-pill {
  min-height: 112px;
  padding: 22px 18px;
  background: #f4f9fe;
  border: 1px solid rgba(43, 146, 229, 0.16);
  border-radius: 7px;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.career-pill:hover {
  transform: translateY(-6px);
  border-color: rgba(43, 146, 229, 0.38);
  box-shadow: 0 18px 34px rgba(0, 24, 50, 0.08);
}

.career-pill strong {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-light);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.career-pill span {
  display: block;
  color: #444;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.careers-photo {
  position: relative;
  height: 530px;
  overflow: hidden;
  border-radius: 8px;
  background: #001832;
  box-shadow: 0 24px 55px rgba(0, 24, 50, 0.18);
}

.careers-photo::before {
  content: "";
  position: absolute;
  inset: 26px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  pointer-events: none;
}

.careers-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 24, 50, 0.02), rgba(0, 24, 50, 0.54));
}

.careers-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease, opacity 0.35s ease;
}

.careers-photo:hover img {
  transform: scale(1.055);
  opacity: 0.95;
}

.career-openings {
  padding: 72px 0 92px;
  background: #f4f9fe;
}

.career-openings-head {
  max-width: 720px;
  margin-bottom: 42px;
}

.career-openings-head .fig-section-title {
  margin-bottom: 20px;
}

.career-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.career-card {
  position: relative;
  min-height: 310px;
  padding: 34px 34px 32px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.13);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(0, 24, 50, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.career-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--blue-light);
  transform: scaleY(0.22);
  transform-origin: top;
  transition: transform 0.32s ease;
}

.career-card:hover {
  transform: translateY(-8px);
  border-color: rgba(43, 146, 229, 0.38);
  box-shadow: 0 24px 50px rgba(0, 24, 50, 0.12);
}

.career-card:hover::before {
  transform: scaleY(1);
}

.career-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 23px;
}

.career-meta span {
  padding: 9px 13px;
  color: var(--blue-light);
  background: rgba(43, 146, 229, 0.1);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.career-card h3 {
  margin: 0 0 16px;
  color: #050505;
  font-size: 28px;
  line-height: 1.18;
  font-weight: 800;
}

.career-card p {
  margin: 0 0 28px;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.career-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue-light);
  font-size: 16px;
  font-weight: 800;
}

.career-card a img {
  width: 18px;
  height: 18px;
  filter: invert(48%) sepia(98%) saturate(1128%) hue-rotate(180deg) brightness(94%) contrast(89%);
  transition: transform 0.25s ease;
}

.career-card a:hover img {
  transform: translate(4px, -4px);
}

.careers-form-shell {
  margin: 95px auto 108px;
}

.careers-form-shell .form-note {
  max-width: 650px;
  margin: -28px auto 46px;
  color: #5d5d5d;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.simple-identity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.simple-identity-card {
  min-height: 330px;
  padding: 36px 30px;
  background: #fff;
  border: 1px solid rgba(21, 113, 199, 0.15);
  border-radius: 7px;
  box-shadow: 0 14px 32px rgba(0, 24, 50, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.simple-identity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 42px rgba(0, 24, 50, 0.13);
}

.simple-identity-card img {
  width: 76px;
  height: 76px;
  margin-bottom: 28px;
}

.simple-identity-card h2 {
  margin: 0 0 16px;
  color: #050505;
  font-size: 28px;
  font-weight: 800;
}

.simple-identity-card p {
  margin: 0;
  color: #6f6f6f;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .fig-crumb-title  > span {
    font-size: 68px;
  }

  .fig-project-card {
    min-height: 560px;
    padding: 0;
  }

  .fig-news-layout,
  .fig-detail-grid,
  .staff-intro,
  .staff-split {
    gap: 44px;
  }

  .team-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
.team-row .team-card{
    margin:0 !important;
}

  .rtl .experience-card {
    right: unset;
    left: 0;
  }
  .rtl .about-inline-img {
    right: 0;
    left: unset;
  }
  .rtl  .about-main-img {
    width: 84%;
    left: 0;
    right: unset;
  }









  .solution-detail-layout.solution-detail-layout-third > div {
    order: 0;
  }
  .about-page .about-inline-img {
    left: 0;
    right: unset;
    top: 80%;
  }
  .about-page .experience-card {
    right: 0;
    left: unset;
  }
  .fig-values {
    margin-top: 150px;
  }
  .fig-value-card p{
    max-height: 190px;
    opacity: 1;
    transform: translateY(0);
  }
  .fig-hero {
    min-height: 350px;
  }

  .fig-hero .container-figma {
    padding-top: 210px;
  }

  .fig-crumb-title  > span{
    font-size: 54px;
  }

  .fig-values,
  .fig-project-grid,
  .fig-news-grid,
  .contact-card-row,
  .contact-info-grid,
  .simple-identity-grid {
    grid-template-columns: 1fr;
  }
.fig-project-grid.sdfadfad{
            grid-template-columns: 1fr;

}
  .fig-solutions-grid,
  .fig-news-layout,
  .fig-detail-grid,
  .solution-detail-layout,
  .solution-detail-layout.reverse,
  .careers-intro-panel,
  .career-card-grid,
  .staff-intro,
  .staff-split {
    grid-template-columns: 1fr;
  }

  .careers-photo,
  .careers-photo img {
    height: 430px;
  }

  .fig-project-card {
    min-height: 455px;
  }

  .fig-project-no {
    font-size: 145px;
  }

  .fig-media-stack,
  .staff-photo-stack {
    min-height: 560px;
  }

  .fig-stack-img.main,
  .staff-photo-stack .large,
  .staff-split .staff-photo-stack .large {
    right: 0;
    left: auto;
    width: 65%;
    height: 500px;
  }

  .fig-stack-img.small,
  .staff-photo-stack .small,
  .staff-split .staff-photo-stack .small {
    left: 0;
    width: 58%;
    height: 285px;
  }

  .contact-tabs {
    grid-template-columns: 1fr;
  }

  .contact-info-grid {
    margin: -46px 0 74px;
  }

  .contact-form-shell {
    width: min(100% - 15px, 1218px);
    padding: 46px 28px 54px;
  }
}

@media (max-width: 767.98px) {
  .fig-hero {
    min-height: 350px;
  }

  .fig-hero .container-figma {
    padding-top: 168px;
  }

  .fig-crumb-title  > span{
    font-size: 39px;
  }

  .fig-section,
  .fig-detail-wrap {
    padding: 55px 0 65px;
  }

  .fig-section-title,
  .fig-detail-title,
  .contact-form-shell h2,
  .team-title {
    font-size: 34px;
  }

  .fig-copy,
  .career-card p,
  .staff-text,
  .fig-article p,
  .fig-article li {
    font-size: 16px;
    line-height: 1.8;
  }

  .fig-solutions-grid {
    gap: 24px;
  }

  .fig-solution-card {
    min-height: 370px;
    padding: 0 24px 32px;
  }

  .fig-solution-card h2 {
    font-size: 28px;
  }

  .fig-solution-card p {
    font-size: 15px;
  }

  .fig-solution-card:hover p {
    margin-bottom: 28px;
  }

  .fig-detail-image,
  .fig-detail-image img {
    height: 320px;
    min-height: 320px;
  }

  .fig-gallery {
    grid-template-columns: 1fr;
  }

  .fig-news-layout {
    gap: 36px;
  }

  .fig-news-card {
    min-height: 300px;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

  .careers-highlights {
    grid-template-columns: 1fr;
  }

  .career-card {
    min-height: auto;
    padding: 28px 24px 30px;
  }

  .career-card h3 {
    font-size: 24px;
  }

  .careers-photo,
  .careers-photo img {
    height: 340px;
  }

  .contact-form-grid button {
    min-width: 100%;
  }

  .team-row {
    grid-template-columns: 1fr;
  }

  .team-card img,
  .team-card:nth-child(even) img {
    height: 360px;
  }

  .contact-tab {
    font-size: 23px;
  }
}

@media (max-width: 420px) {
  .fig-crumb-title > span {
    font-size: 28px;
  }

  .fig-stack-img.main,
  .staff-photo-stack .large,
  .staff-split .staff-photo-stack .large {
    width: 82%;
    height: 390px;
  }

  .fig-stack-img.small,
  .staff-photo-stack .small,
  .staff-split .staff-photo-stack .small {
    width: 72%;
    height: 240px;
  }

  .fig-project-card {
    min-height: 380px;
    padding: 0;
  }

  .fig-project-card h2 {
    font-size: 20px;
  }
}
