@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
#hedo::after {
  display: none;
}

.whatsapp-auto-icon {
    margin-inline-start: 10px;
    margin-inline-end: 10px;
}

#about__page .who-we-are {
  position: relative;
  background: url("../imgs/back-secshy.svg") no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 120px 20px 100px;
  overflow: hidden;
}
#about__page .who-we-are::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: 1;
}
#about__page .who-we-are .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 56px;
  z-index: 2;
}
#about__page .who-we-are .content .logo {
  width: 232px;
  margin-bottom: 32px;
}
#about__page .who-we-are .content h1 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
    .rtl h1, h2 ,h3{
        line-height: 40px;
    }
  #about__page .who-we-are .content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
#cards_home_page .btns .whatsapp-link svg{
        display: none;
}
@media (max-width: 1480px) {
    .foo-btn .whatsapp-link {
        padding: 12px 15px !important;
        margin-inline-end: 0px !important;
    }
    .foo-btn .whatsapp-link svg {
        width: 20px;
    }
    #cards_home_page .btns .whatsapp-link{
        margin-inline-end: 0px !important;
    }
}

#about__page .who-we-are .bottom-curve {
  position: absolute;
  bottom: -132px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 90%;
  height: 171px;
  border-bottom: 1px solid #429fff;
  border-radius: 100%/100%;
  z-index: 2;
}
#about__page .who-we-are .bottom-curve::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 0;
  width: 100%;
  height: 52px;
  background: radial-gradient(
    ellipse at center,
    rgba(66, 159, 255, 0.4),
    transparent 70%
  );
  z-index: -1;
  filter: blur(29px);
  transform: rotate(180deg);
}
#about__page .our-work__aboutPage {
  padding: 80px;
  position: relative;
}
@media (max-width: 768px) {
  #about__page .our-work__aboutPage {
    padding: 0;
    margin-bottom: 50px;
  }
}
#about__page .our-work__aboutPage .head__sec {
  position: relative;
  padding-bottom: 48px;
}
#about__page .our-work__aboutPage .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#about__page .our-work__aboutPage .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
#about__page .our-work__aboutPage .features-box-about {
  text-align: center;
}
#about__page .our-work__aboutPage .features-box-about .swiper-slide {
  background: transparent;
  border-radius: 10px;
  padding: 20px;
  text-align: start;
  position: relative;
  /*overflow: hidden;*/
  min-height: 320px;
}
#about__page .our-work__aboutPage .features-box-about .swiper-slide .num {
  color: #cef61987;
  font-size: 132.54px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.light #about__page .our-work__aboutPage .features-box-about .swiper-slide .num {
  color: #3100ee78 !important;
  font-size: 132.54px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
#about__page .our-work__aboutPage .features-box-about .swiper-slide .txt-over {
  position: absolute;
  top: 170px;
  width: 85%;
  right: 36px;
}
#about__page
  .our-work__aboutPage
  .features-box-about
  .swiper-slide
  .txt-over
  h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
}
.single-works .bg-center .whatsapp-link:hover svg {
    fill: #000 !important;
}
.light .single-works .bg-center .whatsapp-link:hover svg {
    fill: #FFF !important;
}
#about__page
  .our-work__aboutPage
  .features-box-about
  .swiper-slide
  .txt-over
  p {
  color: var(--Natural-grey-70, #b2b2b2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
#about__page .work-cycle_about .head__sec {
  display: flex;
  padding: 80px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
}
#about__page .work-cycle_about .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  gap: 8px;
}


.light .numbyu {
    color: #FFF !important;
}

#about__page .work-cycle_about .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
    #about__page .work-cycle_about .head__sec {
        padding: 80px 20px;
    }
  #about__page .work-cycle_about .head__sec h2 {
    font-size: 22px;
  }
  #about__page .work-cycle_about .head__sec h2 span {
    font-size: 22px;
  }
}
#about__page .work-cycle_about .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #about__page .work-cycle_about .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
#about__page .work-cycle_about .photo-section .swiper {
  height: 932px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}
#about__page .work-cycle_about .photo-section .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}
#about__page .work-cycle_about .photo-section .swiper .swiper-slide h2 {
  font-size: 48px;
  color: #006cdb;
  margin-bottom: 10px;
}
#about__page .work-cycle_about .photo-section .swiper .swiper-slide p {
  max-width: 240px;
  color: #ccc;
  font-size: 14px;
}
#about__page
  .work-cycle_about
  .photo-section
  .swiper
  .swiper-pagination-bullet {
  background-color: #429fff;
}
#about__page .vertical-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#about__page .vertical-slider .slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1200px;
}
#about__page .vertical-slider .slider-container .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  color: #fff;
  text-align: center;
}
#about__page .vertical-slider .slider-container .slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#about__page .sec {
  height: 100% !important;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  color: white;
  font-size: 100px;
}
#about__page .locations-about {
  position: relative;
  padding: 80px 68px 120px 68px;
  /* ───────── Responsive: شاشات أصغر من 768px ───────── */
}
@media (max-width: 768px) {
  #about__page .locations-about {
    padding: 40px 4px;
  }
}
#about__page .locations-about .head__sec {
  position: relative;
  padding-bottom: 64px;
}
#about__page .locations-about .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
#about__page .locations-about .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
#about__page .locations-about .locations {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  /* ===== بطاقة المكان ===== */
}
#about__page .locations-about .locations .location-card {
  position: relative;
  width: 420px;
  height: 544px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  /* لاحظ: حذفنا background-image من هنا */
  /* transition: background-size 0.4s ease, transform 0.6s ease, opacity 0.6s ease; */
  will-change: transform, opacity;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* stagger delays */
  /* ───── Overlay داخلى ───── */
  /* غشاء التعتيم */
  /* ───── Hover ───── */
}
#about__page .locations-about .locations .location-card.from-bottom {
  transform: translateY(60px);
}
#about__page .locations-about .locations .location-card.from-top {
  transform: translateY(-60px);
}
#about__page .locations-about .locations .location-card.visible {
  opacity: 1;
  transform: translateY(0);
}
#about__page .locations-about .locations .location-card.delay-1 {
  transition-delay: 0.2s;
}
#about__page .locations-about .locations .location-card.delay-2 {
  transition-delay: 0.5s;
}
#about__page .locations-about .locations .location-card.delay-3 {
  transition-delay: 0.8s;
}
#about__page .locations-about .locations .location-card .overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  background: none !important;
  -webkit-backdrop-filter: unset !important;
  backdrop-filter: unset !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #about__page .locations-about .locations .location-card .overlay {
    background: none !important;
    -webkit-backdrop-filter: unset !important;
    backdrop-filter: unset !important;
  }
}
#about__page .locations-about .locations .location-card .overlay h3 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
#about__page .locations-about .locations .location-card .overlay .contact-btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: flex;
  height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  border-radius: 30px;
  border: 1px solid #cef6195e;
  background: rgba(0, 108, 219, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
#about__page .locations-about .locations .location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#about__page .locations-about .locations .location-card:hover {
  /* background-size: 110%; */
}
#about__page .locations-about .locations .location-card:hover .contact-btn {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  #about__page .locations-about .locations {
    flex-direction: column;
    gap: 32px;
  }
  #about__page .locations-about .locations .location-card {
    width: 100%;
    height: 435.2px;
  }
}
@media (max-width: 768px) {
  #about__page {
    padding: 0 10px;
  }
}


/* === Mobile ≤ 768px (our-work__aboutPage) ================================ */
@media (max-width: 768px) {
  .our-work__aboutPage {
    padding: 80px 20px;
    /* عنوان القسم */
    /* شرائح السوابر */
  }
  .our-work__aboutPage .head__sec {
    padding-bottom: 32px;
  }
  .our-work__aboutPage .head__sec h2,
  .our-work__aboutPage .head__sec h2 span {
    font-size: 28px;
    line-height: 130%;
  }
  .our-work__aboutPage .features-box-about {
    overflow: hidden;
  }
  .our-work__aboutPage .features-box-about .swiper-slide {
    padding: 16px;
    min-height: 220px;
  }
  .our-work__aboutPage .features-box-about .swiper-slide .num {
    font-size: 80px;
    line-height: 120%;
  }
  .our-work__aboutPage .features-box-about .swiper-slide .txt-over {
    top: 105px;
    right: 20px;
    width: 75%;
  }
  .our-work__aboutPage .features-box-about .swiper-slide .txt-over h3 {
    font-size: 20px;
  }
  .our-work__aboutPage .features-box-about .swiper-slide .txt-over p {
    font-size: 13px;
  }
}
/* -------------------------------------------------
   Solutions Section
-------------------------------------------------- */
/* ---------- Variables ---------- */
/* ---------- Mixins ---------- */
.solutions__header {
  position: relative !important;
  background: rgba(11, 17, 29, 0.55) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) !important;
}

.solutions {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  text-align: center;
  /* ---------- Floating Cylinders ---------- */
}
@media (max-width: 768px) {
  .solutions {
    margin-top: 0px;
  }
}
.solutions .solutions__inner {
  position: relative;
  z-index: 2;
  padding: 150px 16px;
}
.solutions .solutions__inner p{
    color: #cef619;    
}

.solutions .solutions__inner .solutions__upTitle {
  color: #CEF619;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.solutions .solutions__inner .solutions__title {
  line-height: 72px;
  color: var(--Natural-grey-100, #fff);
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.solutions .solutions__inner .solutions__subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  width: 85%;
  color: var(--Natural-grey-70, #b2b2b2);
  margin: 0 auto;
}
.solutions .sol_tap-btns .solutions__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.solutions .sol_tap-btns .solutions__tabs .solutions__tab {
  padding: 16px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s ease;
  border-radius: 32px;
  border: 1px solid #cef619;
  background: var(--Main-card-Background, #161927);
  letter-spacing: 0.64px;
  font-weight: 500;
}
.solutions .sol_tap-btns .solutions__tabs .solutions__tab:hover,
.solutions .sol_tap-btns .solutions__tabs .solutions__tab--active {
      color: #cef619;
    border-color: #cef6193d;
    background: #cef6191a;
    box-shadow: 0 0 0 2px #cef6192e;
}




.solutions .shape {
  position: absolute;
  aspect-ratio: 0.7/1;
  animation: float 8s ease-in-out infinite alternate;
}
.solutions .shape--left {
  left: -17%;
  top: 251px;
  animation-delay: -2s;
  width: 94.796px;
  height: 140.878px;
  z-index: -1;
}
.solutions .shape--right-top {
  right: 316px;
  top: 85px;
  animation-delay: -4s;
  z-index: -1;
}
.solutions .shape--right-mid {
  right: 212px;
  top: 235px;
  animation-delay: -1s;
  z-index: -1;
}

.tabs {
  border-top: 1px solid #333;
  padding: 56px 0;
  margin-top: 3rem;
}
.tabs .solutions__panel {
  display: none;
  animation: fadeIn 0.4s ease;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
.tabs .solutions__panel--active {
  display: block;
}
.tabs .solutions__panel .sol-tab_box {
  position: relative;
  padding: 0 15px;
}
.tabs .solutions__panel .sol-tab_box span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.tabs .solutions__panel .sol-tab_box .header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}
.tabs .solutions__panel .sol-tab_box .header-box .title-decr h4 {
  color: var(--Natural-grey-100, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0.96px;
}
.light .tabs .solutions__panel .sol-tab_box .header-box .title-decr p {
  color: #000;
}
.tabs .solutions__panel .sol-tab_box .photo {
  max-height: 523px;
  transition: all 0.6s ease-in-out;
}
.tabs .solutions__panel .sol-tab_box .photo img {
  width: 100%;
  /* max-width: 464px; */
  height: 350px;
  object-fit: cover;
}
.tabs .solutions__panel .sol-tab_box:hover .header-box .icon img {
  transform: rotate(-40deg);
  transition: all 0.6s;
}
.tabs .solutions__panel .sol-tab_box:hover .photo {
  transform: translate(20px, 20px);
  /* padding: 20px; */
  transition: all 0.6s ease-in-out;
}

.wave-section {
  height: 65vh;
  display: grid;
  place-items: center;
  overflow: hidden !important;
}
.wave-section .wave-track {
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.wave-section .wave-text {
  font-size: clamp(3rem, 9vw, 8rem);
  font-weight: 700;
  color: #0080ff;
  --wave-amplitude: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* keyframes */
@keyframes float {
  from {
    transform: translateY(0) rotate(0deg);
  }
  to {
    transform: translateY(-40px) rotate(15deg);
  }
}
/* === Mobile ≤ 768 px (Solutions + Tabs + Wave) ============================ */
@media (max-width: 768px) {
  /* ---------- Solutions Section ---------- */
  .solutions {
    gap: 24px;
    padding: 60px 20px 40px;
    /* تكديس الأزرار فى عمود لو اتملت الشاشة */
    /* إخفاء أسطوانات الديكور للمساحة الصغيرة */
  }
  .solutions .solutions__inner {
    padding: 40px 16px;
    margin-bottom: 40px;
  }
  .solutions .solutions__inner .solutions__upTitle {
    font-size: 20px !important;
  }
  .solutions .solutions__inner .solutions__title {
    font-size: 40px !important;
    line-height: 1.2;
  }
  .solutions .solutions__inner .solutions__subtitle {
    font-size: 16px !important;
    width: 100%;
  }
  .solutions .solutions__tabs {
    justify-content: center;
    gap: 0.75rem;
  }
  .solutions .solutions__tabs .solutions__tab {
    font-size: 14px;
    padding: 12px 16px;
  }
  .solutions .shape {
    display: none;
  }
  /* ---------- Tabs (Panels) ---------- */
  .tabs {
    padding: 40px 0;
  }
  .tabs .solutions__panel .sol-tab_box {
    margin-bottom: 80px;
    padding: 0;
  }
  .tabs .solutions__panel .sol-tab_box .header-box .title-decr h4 {
    font-size: 20px;
  }
  .tabs .solutions__panel .sol-tab_box .photo {
    max-height: 260px;
    text-align: center;
  }
  .tabs .solutions__panel .sol-tab_box .photo img {
    width: 100%;
    height: auto;
  }
  /* ---------- Wave Section ---------- */
  .wave-section {
    height: 50vh;
  }
  .wave-section .wave-text {
    font-size: clamp(2rem, 12vw, 4rem);
    --wave-amplitude: 16px;
  }
}
.sing_sol_features {
  padding: 80px 0;
}
.sing_sol_features .head_single {
  margin-bottom: 64px;
  text-align: center;
}
.sing_sol_features .head_single h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.sing_sol_features .all_single_box .sing-box {
  display: flex;
  padding: 48px 24px 56px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: url("../imgs/back-secshy.svg") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 32px;
  border: 1px solid #fff;
}
.sing_sol_features .all_single_box .sing-box .numb {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 16px;
  justify-content: center;
  gap: 10px;
  border-radius: 24px;
  border: 1px solid rgba(81, 150, 243, 0.2);
  background: rgba(0, 108, 219, 0.08);
}
.sing_sol_features .all_single_box .sing-box .numb h3 {
  font-size: 24px;
}
.sing_sol_features .all_single_box .sing-box .txt p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  color: var(--Natural-grey-100, #fff);
  margin: 0;
  text-align: left;
}

#serv-tab {
  padding: 0;
  border-top: 0 !important;
}
#serv-tab .solutions__panel {
  align-items: center;
  align-self: stretch;
  position: relative;
  /* === Mobile ≤ 768 px (serv__boxes) ======================================= */
}
#serv-tab .solutions__panel .serv__boxes {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
#serv-tab .solutions__panel .serv__boxes .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 64px;
  border-top: 1px solid var(--Natural-grey-20, #333);
  border-bottom: 1px solid var(--Natural-grey-20, #333);
  position: relative;
}
.light #serv-tab .solutions__panel .serv__boxes .box {
    color: #000 !important;
}



/* تحريك العنصر */
.move-up-down{
  /* هنا السحر */
  animation: upDown 3s ease-in-out infinite alternate;
}

/* keyframes للحركة */
@keyframes upDown{
  from{
    transform: translateY(0);   /* الوضع الأصلي */
  }
  to{
    transform: translateY(-40px); /* لفوق 40px */
  }
}

/* لو عايز حركة أوسع */
@media (prefers-reduced-motion:no-preference){
  .move-up-down.big{
    animation: upDownBig 4s cubic-bezier(.5,0,.5,1) infinite alternate;
  }
  @keyframes upDownBig{
    0%   { transform: translateY(40px);}  /* لتحت */
    50%  { transform: translateY(-40px);} /* لفوق */
    100% { transform: translateY(40px);}  /* لتحت تاني */
  }
}


#serv-tab .solutions__panel .serv__boxes .box:hover {
  border-top: 1px solid var(--Primary-Primary-70, #004c99);
  border-bottom: 1px solid var(--Primary-Primary-70, #004c99);
  background: var(--Main-card-Background, #161927);
}
#serv-tab .solutions__panel .serv__boxes .box .serv__txt {
  width: 100%;
}
#serv-tab .solutions__panel .serv__boxes .box .serv__txt h2 {
  color: var(--Natural-grey-100, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
#serv-tab .solutions__panel .serv__boxes .box .serv__txt p {
  width: 640px;
  color: var(--Natural-grey-60, #999);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#serv-tab .solutions__panel .serv__boxes .box .serv_img {
  display: none;
  position: absolute;
  right: 6%;
  top: -71px;
  width: 535.084px;
  height: 356.766px;
  flex-shrink: 0;
  z-index: 90;
}
#serv-tab .solutions__panel .serv__boxes .box .serv_img img {
  max-width: 350px;
}
@media (max-width: 768px) {
  #serv-tab .solutions__panel .serv__boxes .box .serv_img img {
    display: none !important;
  }
}
#serv-tab .solutions__panel .serv__boxes .box:nth-child(2) .serv_img {
  right: 6%;
}
#serv-tab .solutions__panel .serv__boxes .box .arrow__serv {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  z-index: 100;
}
#serv-tab .solutions__panel .serv__boxes .box .arrow__serv img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #serv-tab .solutions__panel .serv__boxes {
    margin-bottom: 40px;
  }
  #serv-tab .solutions__panel .serv__boxes .box {
    flex-direction: column;
    /* عناصر فوق بعض */
    align-items: flex-start;
    padding: 32px 20px;
    gap: 20px;
    /* مسافة بين النص والسهم */
    border-left: none;
    /* تبسيط الحدود للموبايل */
    /* أظهر الصورة أسفل النص للموبايل */
    /* أخفِ السهم أو صغّره إن حبيت */
  }
  #serv-tab .solutions__panel .serv__boxes .box:hover {
    background: var(--Main-card-Background, #161927);
  }
  #serv-tab .solutions__panel .serv__boxes .box .serv__txt h2 {
    font-size: 24px;
  }
  #serv-tab .solutions__panel .serv__boxes .box .serv__txt p {
    width: 100%;
    font-size: 14px;
  }
  #serv-tab .solutions__panel .serv__boxes .box .serv_img {
    position: static;
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-top: 16px;
  }
  #serv-tab .solutions__panel .serv__boxes .box .arrow__serv {
    width: 50px;
    height: 50px;
  }
  #serv-tab .solutions__panel .serv__boxes .box .arrow__serv img {
    width: 50px;
    height: 50px;
  }
}

.light #nbbn {
  border-bottom: 1px solid #000;
}

/*khareta*/
/*.contact-us .branch-box .btns {*/
/*    display: none !important;*/
/*}*/

/*#map-tabs-contact .branch-box .btns a {*/
/*    font-size: 14px !important;*/
/*    height: unset !important;*/
/*}*/

/* ─── موبايل ≤ 768px ───────────────────────────────────────────── */
@media (max-width: 768px) {
  .connect-word {
    overflow: hidden !important;
  }
}
.light .leaflet-tile {
  /* filter: invert(1) hue-rotate(180deg) brightness(1.1); */
}
.light .branch-boxeis .branch-box {
  background: url(../imgs/back-secshy.svg) no-repeat #f0f1fb !important;
}
.light .branch-boxeis .branch_title h3 {
  color: #000 !important;
}

.let__map {
  position: relative;
  /* -------- النقطة المضيئة (ماركر) -------- */
}
.let__map #map {
  width: 100%;
  height: 700px;
  position: relative;
  border-radius: 12px;
  /*overflow: hidden;*/
  /*filter: brightness(0.5);*/
  background: transparent;
}
.light .let__map #map {
  filter: unset !important;
  background: unset !important;
}
.let__map #map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
}
.let__map .leaflet-control-attribution {
  display: none;
}
.let__map .pulse-icon {
  /* Leaflet يلفّ الـ html جوّا div بعنصر span */
}
.let__map .pulse-icon .pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0080ff;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 128, 255, 0.85);
  animation: glow 1.8s ease-out infinite;
}
.let__map .pulse-icon .pulse::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #0080ff;
  opacity: 0.5;
  animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.6;
  }
  70% {
    transform: scale(2.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 6px rgba(0, 128, 255, 0.9);
  }
  50% {
    box-shadow: 0 0 12px #0080ff;
  }
}
.let__map .branch-boxeis {
  padding: 60px 0 80px 0;
}
.let__map .branch-boxeis .branch_title {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.let__map .branch-boxeis .branch_title h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.let__map .branch-boxeis .branch_title .flag {
  width: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2px;
  margin-inline-end: 15px;
}
.let__map .branch-boxeis .branch-box {
  background: url(../imgs/back-secshy.svg) no-repeat #161826;
  background-size: cover;
  border-radius: 32px;
  padding: 32px 24px;
  gap: 40px;
}

.let__map .branch-boxeis .branch-box .icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 16px 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: 48px;
  border: 1px solid rgba(81, 150, 243, 0.16);
  background: rgba(0, 108, 219, 0.08);
  -webkit-backdrop-filter: blur(39px);
  backdrop-filter: blur(39px);
  margin-bottom: 40px;
}
@media (max-width: 1820px) { 
    .let__map .branch-boxeis .branch-box .icon {
      margin-bottom: 10px !important;
    }
    .let__map .branch-boxeis .branch-box .btns button, 
    .let__map .branch-boxeis .branch-box .btns a {
        font-size: 14px !important;
        min-height: 42px !important;
        word-wrap: break-word;
        height: fit-content !important;
    }
    .site-header .menu-right ul li a {
        font-size: 3.6rem !important;
    }
    .map-tabs-container .tab-btn {
        padding: 6px 10px !important;
        height: 40px !important;
        font-size: 12px !important;
    }
    .let__map .branch-boxeis .branch-box p {
        margin: 0 auto 12px auto !important;
        height: 50px !important;
        overflow: scroll !important;
        overflow: auto !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
}
.let__map .branch-boxeis .branch-box h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.let__map .branch-boxeis .branch-box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 140%;
  color: var(--Natural-grey-60, #999);
  margin: 0 auto;
  text-align: left;
  height: 70px;
}
.rtl .let__map .branch-boxeis .branch-box p {
  text-align: right;
  direction: ltr;
}
.let__map .branch-boxeis .branch-box .btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.let__map .branch-boxeis .branch-box .btns button,
.let__map .branch-boxeis .branch-box .btns a {
  text-align: center;
  border-radius: 30px;
  border: 1px solid var(--Primary-Primary-50, #00366d);
  background: rgba(0, 108, 219, 0.08);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  height: 56px;
  padding: 12px 24px;
  color: #CEF619;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .tabs {
    padding-bottom: 40px !important;
  }
  .let__map .branch-boxeis .branch_title .flag {
      width: 40px;
      margin-inline-end: 12px;
    }
}
.tabs .solutions__panel .work-carousel .slick-list {
  padding-block: 70px;
  padding-inline: 5px;
}
.tabs .solutions__panel .work-carousel .work-box {
  position: relative;
  margin-right: 64px;
  border-radius: 32px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.tabs .solutions__panel .work-carousel .work-box:last-child {
  margin-right: 0px !important;
}
@media screen and (max-width: 768px) {
  .tabs .solutions__panel .work-carousel .work-box {
    /* margin-inline-end: 54px; */
    width: auto;
  }
  .rtl .tabs .solutions__panel .work-carousel .work-box {
    margin-inline-start: 47px !important;
    /* width: 250px !important; */
  }
}
.tabs .solutions__panel .work-carousel .work-box img {
  width: 100%;
  height: 652px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}

.tabs .solutions__panel .work-carousel .work-box:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .tabs .solutions__panel .work-carousel .work-box img {
    height: 380px !important;
  }
}
.tabs .solutions__panel .work-carousel .work-box img:hover {
  box-shadow: 0 -6px 20px rgba(0, 108, 219, 0.2),
    0 6px 20px rgba(0, 108, 219, 0.2);
}
.tabs .solutions__panel .work-carousel .work-box .work-txt {
  position: absolute;
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .tabs .solutions__panel .work-carousel .work-box:nth-child(even) {
    transform: translateY(64px);
  }
}

/* .tabs .solutions__panel {
  padding: 0 60px 80px 40px;
} */
@media (max-width: 768px) {
  .tabs .solutions__panel {
    padding: 0;
  }
}
.tabs .solutions__panel .blog-box {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
}
.tabs .solutions__panel .blog-box .blog__img {
  width: 100%;
}
.tabs .solutions__panel .blog-box .blog__img img {
  margin-bottom: 20px;
  border-radius: 12px;
  width: inherit;
  max-height: 277px;
}
.tabs .solutions__panel .blog-box .blog__content {
  margin-bottom: 16px;
}

.blog-description p {
    margin-bottom: 15px;
    font-size: 18px;
}

.blog-description ul {
    list-style: circle;
}

.tabs .solutions__panel .blog-box .blog__content h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}
.tabs .solutions__panel .blog-box .blog__content p {
  overflow: hidden;
  color: var(--Natural-grey-50, #808080);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0;
}
.tabs .solutions__panel .blog-box .date-read {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.tabs .solutions__panel .blog-box .date-read .date {
  display: flex;
}
.tabs .solutions__panel .blog-box .date-read .date span {
  color: var(--Natural-grey-50, #808080);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.tabs .solutions__panel .blog-box .date-read .date svg {
  margin: 0 5px 0 0;
}

.site-header .nav .header-controls .menu-icon svg path {
  stroke: #FFF !important;
}
.light .site-header .nav .header-controls .menu-icon svg path {
  stroke: #000 !important;
}

.tabs .solutions__panel .blog-box .read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.tabs .solutions__panel .blog-box .read-more a {
  color: #CEF619;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 10px;
}

.rtl .tabs .read-more a {
  margin-inline-end: 10px;
}
.rtl .tabs .read-more svg {
  transform: scaleX(-1) !important;
}
.rtl .read-more svg {
  transform: scaleX(-1) !important;
}
.rtl .tabs .date svg {
  margin-inline-end: 10px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  overscroll-behavior: contain;
  scroll-behavior: smooth;
}

html body {
  --Natural-grey-100: #ffffff;
  --Natural-grey-80: #cccccc;
  --Natural-grey-70: #b2b2b2;
  --Natural-grey-60: #999999;
  --Natural-grey-50: #808080;
  --Primary-Primary-30: #002042;
  --Natural-grey-20: #333333;
  --Natural-grey-5: #0d0d0d;
  --Primary-Primary: #cef619;
  /*--Primary-Primary: #006cdb;*/
  --Primary-Secondary: #429fff;
  --Main-Background: #17141c;
  --Primary-Primary-10: #006cdb14;
  --Primary-Primary-20: #00162c;
  --Main-faq-Background: #161927;
  --Primary-Primary-40: #002b58;
  --Primary-Primary-50: #00366d;
  --Main-card-Background: #161927;
  --bg-color: rgba(0, 108, 219, 0.06);
  --grid-color: rgba(255, 255, 255, 0.04);
  --grid-size: 60px;
  --highlight-color: rgba(255, 255, 255, 0.08);
  --highlight-x: 100px;
  --highlight-y: 80px;
  --Inputs: #222839;
  --text-light: #fff;
  color: white;
}

html.light body {
  --Natural-grey-100: #0d0d0d;
  --Natural-grey-90: #191919;
  --Natural-grey-80: #333333;
  --Natural-grey-70: #4d4d4d;
  --Natural-grey-60: #666666;
  --Natural-grey-50: #808080;
  --Natural-grey-20: #dadada;
  --Natural-grey-5: #ffffff;
  --Primary-Primary: rgb(49, 0, 238);
  --Primary-Secondary: #429fff;
  --Primary-Tertiary: #006cdb;
  --Primary-Quaternary: #429fff;
  --Main-Background: #ffffff;
  --Primary-Primary-10: #006cdb14;
  --Primary-Primary-20: #5196f333;
  --Primary-Primary-30: #b3d3f4;
  --Primary-Primary-40: #006edbd8;
  --Primary-Primary-50: #80b5ed;
  --Main-card-Background: #ffffff;
  --Main-faq-Background: #f5f9fe;
  --bg-color: rgba(0, 108, 219, 0.06);
  --grid-color: rgba(0, 0, 0, 0.04);
  --grid-size: 60px;
  --highlight-color: rgba(0, 0, 0, 0.08);
  --highlight-x: 100px;
  --highlight-y: 80px;
  --Inputs: #ffffff;
  --text-light: #000;
  color: black;
}


/*html body svg path {*/
/*  stroke: white;*/
/*}*/
html body .site-header.bs-blur {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: rgba(0, 0, 0, 0.35);
}
html body .theme-switch i {
  color: white;
}
html body .menu-icon {
  /* CSS */
}
html body .menu-icon svg path {
  stroke: #fff;
}
html body .menu-icon svg rect {
  stroke: #fff;
}
html body .menu-icon .swap-lines path {
  stroke-linecap: round;
  stroke-width: 1.5;
  transform-box: fill-box;
  /* يخلى التحويلات جوه حدود كل Path */
  transform-origin: left center;
  /* يبدأ الـ scale من الشمال */
  transition: transform 0.25s ease;
}
html body .menu-icon .swap-lines path:first-of-type {
  transform: scaleX(0.39);
  /* الخط العلوى قصير فى الوضع الطبيعى */
}
html body .menu-icon:hover .swap-lines path {
  stroke: var(--Primary-Primary);
}
html body .menu-icon:hover path:first-of-type {
  transform: scaleX(1);
  /* الخط العلوى يبقى طويل */
}
html body .menu-icon:hover path:last-of-type {
  transform: scaleX(0.39);
  /* الخط السفلى يبقى قصير */
}
html body .txt-first svg path {
  fill: white;
}
html body .overlay {
  background: linear-gradient(
    180deg,
    rgba(23, 20, 28, 0.3) 48.62%,
    #17141c 100%
  );
}
html body .upto-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    174.48deg,
    rgba(23, 20, 28, 0.3) 1.06%,
    rgba(23, 20, 28, 0.8) 34.88%,
    #17141c 70.12%
  );
}
html body .logo-service-details {
  position: relative;
}
html body .logo-service-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    168.02deg,
    rgba(23, 20, 28, 0.3) 0.85%,
    rgba(23, 20, 28, 0.8) 36.45%,
    #17141c 80.3%
  );
  z-index: 1;
}
html body .btns .btn-one {
  color: black;
}
html body .about-bently-container {
  position: relative;
}
html body .about-bently-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    #17141c 0%,
    transparent 25%,
    transparent 75%,
    #17141c 100%
  );
}
html body .solutions {
  background: url("../imgs/back-secshy.svg") no-repeat;
  background-position: center;
  background-size: cover;
}


html.light body .invert-image {
  filter: invert(1);
}

html.light body svg path {
  stroke: black;
}
html.light body .site-header.bs-blur {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: unset !important;
}
html.light body .theme-switch i {
  color: black;
}
html.light body .menu-icon {
  /* CSS */
}
html.light body .menu-icon svg path {
  stroke: #000;
}
html.light body .menu-icon svg rect {
  stroke: #000;
}
html.light body .menu-icon .swap-lines path {
  stroke-linecap: round;
  stroke-width: 1.5;
  transform-box: fill-box;
  /* يخلى التحويلات جوه حدود كل Path */
  transform-origin: left center;
  /* يبدأ الـ scale من الشمال */
  transition: transform 0.25s ease;
}
html.light body .menu-icon .swap-lines path:first-of-type {
  transform: scaleX(0.39);
  /* الخط العلوى قصير فى الوضع الطبيعى */
}
html.light body .menu-icon:hover .swap-lines path {
  stroke: var(--Primary-Primary);
}
html.light body .menu-icon:hover path:first-of-type {
  transform: scaleX(1);
  /* الخط العلوى يبقى طويل */
}
html.light body .menu-icon:hover path:last-of-type {
  transform: scaleX(0.39);
  /* الخط السفلى يبقى قصير */
}
html.light body .txt-first svg path {
  fill: black;
}
html.light body .overlay {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 48.62%,
    #ffffff 100%
  );
}
html.light body .upto-img-div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    174.48deg,
    rgba(255, 255, 255, 0.3) 1.06%,
    rgba(255, 255, 255, 0.8) 34.88%,
    #ffffff 70.12%
  );
}
html.light body .logo-service-details {
  position: relative;
}
html.light body .logo-service-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    168.02deg,
    rgba(255, 255, 255, 0.3) 0.85%,
    rgba(255, 255, 255, 0.8) 36.45%,
    #ffffff 80.3%
  );
  z-index: 1;
}
html.light body .btns .btn-one {
  color: white;
}
html.light body .about-bently-container {
  position: relative;
}
html.light body .about-bently-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#btn-bue path {
    stroke: #000 !important;
}

.bn-hov {
    border: 1px solid #cef619 !important;
    color: #cef619 !important;
}
.bn-hov:hover {
    background: #cef619;
    color: #000 !important;
}

.golor:hover .btyn {
    color: #000 !important;
}

.bn-hov2 {
    border: 1px solid #cef619 !important;
    color: #FFF !important;
}
.bn-hov2:hover {
    color: #000 !important;
}

/*.btyn:hover {*/
/*    background: #cef619;*/
/*    color: #000;*/
/*}*/

.der {
    color: #cef619;
}

/*New Light*/
.light #btn-bue rect {
   fill: #3100EE !important;
}
.light .bn-hov:hover .whatsapp-auto-icon {
    fill: #FFF !important;
}
.light .der {
    color: #3100EE;
}
.light #btn-bue path {
    stroke: #FFF !important;
}
.light .bn-hov, .light .bn-hov2 {
    border: 1px solid #3100ee78 !important;
    color: #3100EE !important;
}
.light .bn-hov:hover {
    background: rgb(49, 0, 238) !important;
    border: none !important;
    color: #FFF !important;
}
.light .bn-hov2:hover {
    background: rgb(49, 0, 238) !important;
    border: none !important;
    color: #FFF !important;
}

.light .map-tabs-container .tab-btn.active {
    border: none !important;
    outline: #3100ee57 !important;
    box-shadow: 0px 0px 10.6px 5px #3100ee57 !important;
    background: #3100ee57 !important;
}

.light .btns .btn-one, .light .services .serv__footer a, .light .our-work .head__sec .work-btn a, .light .project-section .final-message, .light .view-more-btn, .light .partners-sec .all-parten .part-btn a, .light .client-say .client-btn a, .light .blog-section .blog-btn a, .light .let__map .branch-boxeis .branch-box .btns button, .light .let__map .branch-boxeis .branch-box .btns a, .light .contact-us .contact-form form input[type="submit"], .light .footer .under-grade .all-sect-foo .foo-btn a {
    background: #3100EE !important;
    color: #FFF !important;
}
.light .group:hover .btyn {
    background: #3100EE !important;
    color: #FFF !important;
}
.light .partners-sec .all-parten .part-btn a:hover {
    border: none !important;
    box-shadow: 0px 0px 10.6px 5px #3100ee57  !important;
}
.light #about__page .locations-about .locations .location-card .overlay .contact-btn {
    border: 1px solid #3100ee57 !important;
}
.light .let__map .branch-boxeis .branch-box .btns button, .light .let__map .branch-boxeis .branch-box .btns a {
    border: none !important;
}
.light .work-carousel .tty, .light .project-section .main-text, .light .tech-sec .head__sec h2 span, .light .blog-section .blog-box .read-more a, .light .footer .under-grade .all-sect-foo .box-foo .menu ul li a:hover, .light #about__page .our-work__aboutPage .head__sec h2 span,
.light #about__page .work-cycle_about .head__sec h2 span, .light #about__page .locations-about .head__sec h2 span{
    color: #3100EE !important;
}
.light .hero .center-sec .btns .btn-one:hover {
    box-shadow: 0px 0px 10.6px 5px #3100ee4a !important;
    border: none !important;
}
.light .about .center__txt .about__content .up_to_txt h2 span {
    color: #3100EE !important;
}
.light .our__archiv .head__sec h2 span {
    color: #3100EE !important;
}
.light .solutions .sol_tap-btns .solutions__tabs .solutions__tab {
    border-color: #3100ee96 !important;
}
.light .solutions .sol_tap-btns .solutions__tabs .solutions__tab:hover, .light .solutions .sol_tap-btns .solutions__tabs .solutions__tab--active {
    border-color: #3100ee3d !important;
    background: #3100ee26 !important;
    box-shadow: 0 0 0 2px #3100ee99 !important;
    color: #3100EE !important;
}
.light .hero .shape3 a span {
    background: #3100ee36 !important;
}
.light .about .center__txt .about-word1 h5 {
    color: #3100EE !important;
}
.light .about_under_section .horizontal-scroll-trigger .cards-track .card-item h2 {
    background: #3100EE !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.light .services .head__sec h2 span {
    color: #3100EE !important;
}

.light .client-say .slick-carousel .slick-dots li.slick-active button {
    background: #3100EE !important;
}

.light .arrow-svg path, .light #butu path {
    fill: #3100EE !important;
    stroke: #3100EE !important;
}
.light .services .serv__boxes .box {
    border-top: 1px solid #3100ee4a !important;
    border-bottom: 1px solid #3100ee4a !important;
}
.light .services .serv__boxes .box:hover {
    border-top: 1px solid #3100ee !important;
    border-bottom: 1px solid #3100ee !important;
}
.light .logo2 img {
        transition: filter 0.1s ease, brightness 0.1s ease, contrast 0.1s ease;
    filter: brightness(0) invert(0);
}


html.light body .solutions {
  background: url("../imgs/website-net.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-web-card {
  background-color: var(--Main-card-Background);
  background-image: url("../imgs/grid-card.png");
  border: 0.1px solid var(--Primary-Primary-30);
  height: auto;
}

.bg-web-card-lg {
  background-color: var(--Main-card-Background);
  background-image: url("../imgs/grid-card-lg.png");
  border: 0.1px solid var(--Primary-Primary-30);
}

.bg-web-card-xl {
  background-color: var(--Main-card-Background);
  background-image: url("../imgs/grid-card-xl.png");
  border: 0.1px solid var(--Primary-Primary-30);
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background-color: var(--Main-Background);
}
body.rtl {
  font-family: "IBM Plex Sans Arabic", sans-serif;
}
body.rtl .txt .txt-first h2 span {
  letter-spacing: 0px !important;
}
body.ltr {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  display: block;
  border-radius: 10px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

/* ========= 1. متغيّرات الألوان ========= */
/* ========= 2. مِكسِن الجريديانت ========= */
/* @media screen and (max-width: 768px) {
  p {
    width: 100% !important;
  }
} */
.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), background 0.45s,
    -webkit-backdrop-filter 0.45s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.45s,
    background 0.45s;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.45s cubic-bezier(0.4, 0, 0.2, 1), backdrop-filter 0.45s,
    background 0.45s, -webkit-backdrop-filter 0.45s;
  will-change: transform, opacity;
  padding: 20px 64px 20px 64px;
}
.site-header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.site-header.bs-blur {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 20px 20px 16px 20px;
    /* position: relative; */
  }
}
.site-header::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  border: none;
  height: 1px;
  margin: 40px 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 0, 0.158) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .site-header::after {
    display: none;
  }
}
.site-header .nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .site-header .nav {
    justify-content: space-between;
  }
}
.site-header .nav .logo {
  display: flex;
  align-items: center;
  gap: 7.238px;
}


.floating_btn .whatsapp-link svg {
    display: none !important;
}

.dark .logo2 #logo-light {
  transition: filter 0.1s ease, brightness 0.1s ease, contrast 0.1s ease;
  filter: brightness(0) invert(1);
}
.rtl #logo-light {
  width: 220px !important;
}

.site-header .nav .logo .logo-photo {
  width: 46.143px;
  height: 47.048px;
}
@media (max-width: 768px) {
    .contact-us .branch-boxeis #branchTitle {
        font-size: 20px;
    }

  .site-header .nav .logo .logo-photo {
    width: 32px;
    height: auto;
  }
  .rtl #logo-light {
    width: 148px !important;
  }
}
.site-header .nav .logo .text img {
  width: 156.618px;
  height: 25.335px;
}
@media (max-width: 768px) {
  .site-header .nav .logo .text img {
    width: 90px;
    height: auto;
  }
}
.site-header .nav .header-controls {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .site-header .nav .header-controls {
    gap: 7px;
  }
}
.site-header .nav .header-controls .theme-switch-wrapper input#theme-switch {
  display: none;
}
.site-header .nav .header-controls .theme-switch-wrapper .theme-switch {
  display: flex;
  align-items: center;
  width: 60px;
  height: 32px;
  border-radius: 30px;
  background: rgb(0 35 255 / 12%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.site-header .nav .header-controls .theme-switch-wrapper .theme-switch::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
  fill: var(--Natural-grey-100, #fff);
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4))
    drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  transition: transform 0.3s;
}
@media (max-width: 768px) {
  .site-header
    .nav
    .header-controls
    .theme-switch-wrapper
    .theme-switch::after {
    top: 5px;
    right: 4px;
    width: 20px;
    height: 20px;
  }
}
.sun-icon {
  position: absolute;
  right: -2px;
  top: 7px;
  pointer-events: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.rtl .sun-icon {
  position: absolute;
  right: 5px;
  top: 7px;
  pointer-events: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.moon-icon {
  position: absolute;
  left: 5px;
  pointer-events: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.site-header
  .nav
  .header-controls
  .theme-switch-wrapper
  input#theme-switch:checked
  + .theme-switch::after {
  transform: translateX(-30px);
}
.site-header
  .nav
  .header-controls
  .theme-switch-wrapper
  input#theme-switch:checked
  + .theme-switch
  .moon-icon {
  width: 24px;
  height: 24px;
  opacity: 1;
}
.site-header .nav .header-controls .lang-switch {
  display: flex;
  height: 32px;
  padding: 12px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: rgb(0 35 255 / 12%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
}
@media (max-width: 768px) {
  .site-header .nav .header-controls .lang-switch {
    height: 28px;
  }
}
.site-header .nav .header-controls .lang-switch:hover {
  color: unset;
}
.site-header .nav .header-controls .dark-toggle {
  display: flex;
  width: 60px;
  height: 32px;
  padding: 4px;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 30px;
  background: rgb(0 35 255 / 12%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.site-header .nav .header-controls .dark-toggle img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.site-header .nav .header-controls .dark-toggle .switch {
  position: relative;
  width: 40px;
  height: 20px;
}
.site-header .nav .header-controls .dark-toggle .switch input {
  opacity: 0;
}
.site-header .nav .header-controls .dark-toggle .switch .slider {
  position: absolute;
  background-color: #ccc;
  border-radius: 20px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}
.site-header .nav .header-controls .dark-toggle .switch .slider::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background: white;
  border-radius: 50%;
  transition: 0.4s;
}
.site-header
  .nav
  .header-controls
  .dark-toggle
  .switch
  input:checked
  + .slider {
  background-color: #00c6ff;
}
.site-header
  .nav
  .header-controls
  .dark-toggle
  .switch
  input:checked
  + .slider::before {
  transform: translateX(20px);
}
.site-header .nav .header-controls .menu-icon {
  cursor: pointer;
  width: 48px;
}
@media (max-width: 768px) {
  .site-header .nav .header-controls .menu-icon {
    width: 40px;
    height: 40px;
  }
}
.site-header .nav .header-controls .menu-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.site-header .mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url("../imgs/3D Morph Lines 2.svg") no-repeat
    var(--Main-Background);
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 40px 80px;
  z-index: 999;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.6s ease;
}

/* لما المينيو مفتوحة هنمنع الـscroll عن الـbody */
.no-scroll {
  overflow: hidden;
}

/* إذا أردت تثبيت موضع السّكْرول بالضبط ومنع أي تحرّك، يمكنك استخدام position: fixed */
body.fixed-scroll {
  position: fixed;
  width: 100%;
  /* top ستُحدّد ديناميكيًا في JS للحفاظ على مكان السّكرول */
}

.site-header .menu-close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 36px;
  height: 36px;
  border: 1px solid #006cdb;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}
.site-header .menu-left {
  flex: 1;
}
.site-header .menu-left .logo {
  max-width: 255px;
  margin-bottom: 50px;
}
.site-header .menu-left .contact-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .site-header .menu-left {
    order: 2;
  }
  .site-header .menu-right {
    order: 1;
  }
  .site-header .menu-left .contact-info {
    display: unset;
  }
}
.site-header .menu-left .contact-info h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.site-header .menu-left .contact-info .info-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.site-header .menu-left .contact-info .info-block:not(:last-child) {
  margin-bottom: 16px;
}
.site-header .menu-left .contact-info .info-block .icon h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.site-header .menu-left .contact-info .info-block .details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
}
@media screen and (max-width: 768px) {
  .site-header .menu-left .contact-info .info-block .details {
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
  }
}
.site-header .menu-left .contact-info .info-block .details img {
  width: auto;
  margin-right: 12px;
}
.site-header .menu-left .contact-info .info-block .details p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.site-header .menu-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.site-header .menu-right h4 {
  position: absolute;
  left: 16%;
  top: 8%;
  transform: rotate(270deg);
  text-transform: capitalize;
  color: #e5e5e5;
}
.site-header .menu-right ul {
  list-style: none;
  padding: 0;
  text-align: left;
}
.site-header .menu-right ul li {
  margin: 10px 0;
}
.site-header .menu-right ul li a {
  font-size: 4rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 1024px) {
  .site-header .menu-right ul li a {
    font-size: 2.5rem;
  }
}
.site-header .menu-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .menu-right h4 {
  position: absolute;
  top: 8% 16%;
  transform: rotate(270deg);
  color: #e5e5e5;
  text-transform: capitalize;
}
.site-header .menu-right ul {
  list-style: none;
  padding: 0;
}
.site-header .menu-right ul li {
  margin: 20px 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .menu-right ul li a {
  font: 700 4.6rem/1;
  transition: color 0.3s ease;
  text-decoration: none;
  opacity: 0.5;
}
.site-header .menu-right ul li a:hover {
  color: unset;
}
.site-header .menu-right ul li:hover .text-mask {
  width: 100%;
}
.site-header .menu-right ul li .text-mask {
  position: absolute;
  display: inline-block;
  top: 0;
  inset-inline-start: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 2s ease;
  opacity: 1;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .site-header .menu-right {
    overflow: hidden;
  }
  .site-header .menu-right h4 {
    display: none;
  }
  .site-header .menu-right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-header .menu-right ul li {
    margin: 12px 0;
  }
  .site-header .menu-right ul li a {
    font-size: 2.4rem;
    text-align: center;
    word-break: break-word;
  }
}

/* ==== موبايل ≤ 768px ================================================= */
@media (max-width: 768px) {
  /* الميجا-مينيو نفسها */
  .site-header .mega-menu {
    /* نخليها تبقى بلوك عادي يطول قد المحتوى */
    display: block; /* بدل flex */
    height: 100vh; /* تظل مغطّية الشاشة */
    overflow-y: auto; /* سكرول داخلى */
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 40px 20px;
    background-size: cover;
  }

  /* نلغى الـflex:1 اللى كان على أولادها */
  .site-header .menu-left,
  .site-header .menu-right {
    flex: 0 0 auto; /* لا تكبر ولا تصغر */
    width: 100%; /* ياخدوا عرض كامل ويتراصّوا تحت بعض */
  }

  /* زر الإغلاق أخفّ شوية */
  .site-header .menu-close {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
  }

  /* -------- تنسيق سريع لباقى العناصر -------- */
  .site-header .menu-left {
    margin-bottom: 32px;
    text-align: center;
  }
  .site-header .menu-left .contact-info {
    align-items: center;
  }
  .site-header .menu-left .contact-info h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .site-header .menu-left .contact-info .info-block {
    /*align-items: center; */
    gap: 8px;
  }
  .site-header .menu-left .contact-info .details p {
    font-size: 14px;
  }

  .site-header .menu-right h4 {
    display: none;
  }
  .site-header .menu-right ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .site-header .menu-right ul li {
    margin: 0;
  }
  .site-header .menu-right ul li a {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    word-break: break-word;
  }
}

/* === Mobile ≤ 768 px (Mega-menu فقط) ===================================== */
/*@media (max-width: 768px) {*/
/* حاوية الميجا-مينيو */
/*  .mega-menu {*/
/*    flex-direction: column;*/
/* العناصر واحدة فوق الثانية */
/*    align-items: flex-start;*/
/*    padding: 40px 20px;*/
/* حشو أخف */
/*    overflow-y: auto;*/
/* سكرول داخلى لو المحتوى طويل */
/*    background-size: cover;*/
/* الخلفية تغطى دون تمدُّد زائد */
/*    height: unset !important;*/
/*  }*/
/* زر الإغلاق */
/*  .menu-close {*/
/*    top: 16px;*/
/*    right: 16px;*/
/*    width: 32px;*/
/*    height: 32px;*/
/*  }*/
/* ───── الجهة اليسرى (التواصل) ───── */
/*  .menu-left {*/
/*    margin-bottom: 32px;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*  }*/
/*  .menu-left .contact-info {*/
/*    align-items: center;*/
/*  }*/
/*  .menu-left .contact-info h2 {*/
/*    font-size: 20px;*/
/*    margin-bottom: 16px;*/
/*  }*/
/*  .menu-left .contact-info .info-block {*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*  }*/
/*  .menu-left .contact-info .info-block .details {*/
/*    justify-content: center;*/
/*  }*/
/*  .menu-left .contact-info .info-block .details img {*/
/*    margin-right: 8px;*/
/*  }*/
/*  .menu-left .contact-info .info-block .details p {*/
/*    font-size: 14px;*/
/*  }*/
/* ───── الجهة اليمنى (روابط القائمة) ───── */
/*  .menu-right {*/
/*    overflow: hidden;*/
/* يمنع سكرول غير مرغوب */
/* إخفاء النص الجانبي المدور */
/*  }*/
/*  .menu-right h4 {*/
/*    display: none;*/
/*  }*/
/*  .menu-right ul {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/* تباعد ألطف */
/*  }*/
/*  .menu-right ul li {*/
/*    margin: 0;*/
/*  }*/
/*  .menu-right ul a {*/
/*    font-size: 2rem;*/
/* خط أصغر يناسب الهاتف */
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    word-break: break-word;*/
/*  }*/
/*}*/
.hero {
  overflow: hidden !important;
  min-height: 100vh;
  background: none !important;
  z-index: 997;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 973px;
  height: 557px;
  background: url("../imgs/bg-animated.webp") top right/contain no-repeat;
  z-index: -2;
  animation: bg-animated 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  pointer-events: none;
}

/* .hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1440px;
  height: 810px;
  background: url("../imgs/bg2.webp") bottom left/contain no-repeat;
  z-index: -2;
  animation: bg-animated1 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  pointer-events: none;
} */
.hero > .absolute {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.hero > img {
  width: 100%;
  height: auto;
  display: block;
}
/* @media screen and (min-width: 768px) and (max-width: 992px) {
  .hero {
    transform: translateY(50px);
  }
} */
/* @media screen and (max-width: 768px) {
  .hero {
    min-height: auto;
  }
} */
.hero .center-sec {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .hero .center-sec {
    padding: 20px 20px;
    gap: 23px;
    height: 100%;
  }
}
.hero .center-sec .vector {
  /*width: 354.412px;*/
  /*height: 440px;*/
  flex-shrink: 0;
  position: relative;
  transform: translateY(113px);
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .hero .center-sec .vector {
    animation: float-img 10s ease-in-out infinite;
  }
}
@media (max-width: 768px) {
  .hero .center-sec .vector {
    /*width: 200px;*/
    height: auto;
    transform: translateY(0px);
  }
}
.hero .center-sec .vector img:not(.shape2) {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9999;
}
.hero .center-sec .vector img.shape2 {
  position: absolute;
  top: -10px;
  right: -30px;
  z-index: 9999;
}
@keyframes float-img {
  0% {
    transform: translateY(113px);
  }
  50% {
    transform: translateY(140px);
  }
  100% {
    transform: translateY(113px);
  }
}
.hero .center-sec .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 999;
  text-align: center;
}
.hero .center-sec .txt .txt-first {
  text-transform: uppercase;
}
.hero .center-sec .txt .txt-first h2 {
  position: relative;
  margin: 0;
  font-size: 6.5rem;
  font-weight: 650;
  margin-bottom: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .hero .center-sec .txt .txt-first h2 {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  .hero .center-sec .txt .txt-first h2 img {
    width: 45px;
  }
}
.hero .center-sec .txt .txt-first h2 span {
  position: absolute;
  font-size: 5rem;
  top: 103px;
  letter-spacing: 10px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .hero .center-sec .txt .txt-first h2 span {
    font-size: 20px;
    top: 37px;
  }
}
.hero .center-sec .content {
  color: var(--Natural-grey-80, #ccc);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .hero .center-sec .content {
    font-size: 12px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.hero .center-sec .btns {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .hero .center-sec .btns {
    flex-direction: column;
    gap: 15px;
  }

  .hero .center-sec .btns .btn-one {
    height: 40px !important;
    font-size: 14px !important;
  }

  .hero .center-sec .btns .btn-tow {
    height: 40px !important;
    font-size: 14px !important;
    justify-content: center !important;
  }
  .hero .center-sec .btns img {
    width: 25px !important;
    height: 25px !important;
  }
}
.hero .center-sec .btns .btn-one {
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  background: #CEF619;
  color: #000;
}
.hero .center-sec .btns .btn-one:hover {
  border-radius: 30px;
  border: 1px solid #ddff48;
  background: #d8f847;
  box-shadow: 0px 0px 10.6px 5px #cef61952;
  animation: glow 1s ease-in-out infinite;
  color: #000;
}
@keyframes glow {
  0% {
    /* أصفر فاتح → أصفر ليموني (#CEF619) → أصفر أغمق شوية */
background: linear-gradient(
  270deg,
  #fff9c2 0%,    /* أصفر فاتح شبه كريمي */
  #fafe6d 45%,   /* أصفر ساطع */
  #CEF619 75%,   /* اللون المطلوب */
  #b0c80f 100%   /* أصفر/ليموني أغمق */
);

  }
  50% {
    /* أصفر فاتح → أصفر ليموني (#CEF619) → أصفر أغمق شوية */
background: linear-gradient(
  270deg,
  #fff9c2 0%,    /* أصفر فاتح شبه كريمي */
  #fafe6d 45%,   /* أصفر ساطع */
  #CEF619 75%,   /* اللون المطلوب */
  #b0c80f 100%   /* أصفر/ليموني أغمق */
);

  }
  100% {
    /* أصفر فاتح → أصفر ليموني (#CEF619) → أصفر أغمق شوية */
background: linear-gradient(
  270deg,
  #fff9c2 0%,    /* أصفر فاتح شبه كريمي */
  #fafe6d 45%,   /* أصفر ساطع */
  #CEF619 75%,   /* اللون المطلوب */
  #b0c80f 100%   /* أصفر/ليموني أغمق */
);

  }
}
@media (max-width: 768px) {
  .hero .center-sec .btns .btn-one {
    width: 100%;
  }
}
.hero .center-sec .btns .btn-tow {
  display: flex;
  height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid var(--Natural-grey-50, #808080);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .hero .center-sec .btns .btn-tow {
    width: 100%;
  }
}
.hero .bg-blobs {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.hero .blob {
  position: absolute;
  width: 65vw;
  max-width: 800px;
  filter: blur(80px);
  opacity: 0.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}
.hero .blob--left {
  top: 10vh;
  left: -25vw;
  animation: blob-left 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
@keyframes blob-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(65vw);
  }
}
.hero .blob--right {
  top: -25vh;
  right: -25vw;
  animation: blob-right 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
@keyframes blob-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-65vw);
  }
}
.hero .blob--left {
  top: 10vh;
  left: -25vw;
  animation: blob-left 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
@keyframes blob-left {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(65vw);
  }
}
.hero .blob--right {
  top: -25vh;
  right: -25vw;
  animation: blob-right 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
}
@keyframes blob-right {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-65vw);
  }
}
.hero #anim_banner1 {
  position: absolute;
  top: 25%;
  right: -25vh;
  z-index: 1;
  opacity: 0.3;
  fill: linear-gradient(237deg, #c4c4c4 20.14%, rgba(196, 196, 196, 0) 71.15%);
  filter: blur(70px);
  width: 60%;
  animation: rotateFlow678 0.5s ease-in-out infinite;
}
@keyframes rotateFlow678 {
  0%,
  100% {
    transform: translateY(800px);
  }
  50% {
    transform: translateY(-800px);
  }
}
@media screen and (max-width: 768px) {
  .hero #anim_banner1 {
    top: 13%;
  }
}
.hero #anim_banner2 {
  position: absolute;
  bottom: -10%;
  left: -3%;
  height: auto;
  z-index: 1;
  opacity: 0.2;
  fill: linear-gradient(237deg, #c4c4c4 20.14%, rgba(196, 196, 196, 0) 71.15%);
  filter: blur(80px);
}
.hero .background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.hero .background-wrapper .white-glow {
  position: absolute;
  top: 50%;
  left: -300px;
  width: 600px;
  height: 600px;
  /* طبقة لمعان خفيفة من فوق-يمين (Radial أصغر) */
  background: radial-gradient(
      55% 80% at 80% -10%,
      rgba(88, 101, 255, 0.6) 0%,
      rgba(88, 101, 255, 0) 55%
    ),
    radial-gradient(100% 140% at 50% 0%, #0088ff 0%, #0050d0 60%, #001031 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* عشان تتحرك مع السكرول */
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  animation: glowMove 20s linear infinite;
}
@keyframes glowMove {
  0% {
    top: -300px;
  }
  50% {
    left: 100%;
  }
  100% {
    left: -300px;
  }
}
@keyframes moveBlob {
  0% {
    transform: translate(-50%, -50%) translateX(-100px);
  }
  50% {
    transform: translate(-50%, -50%) translateX(100px);
  }
  100% {
    transform: translate(-50%, -50%) translateX(-100px);
  }
}
.hero .shape {
  position: absolute;
  top: 272px;
  left: 77px;
  width: 83px;
}
@media screen and (max-width: 768px) {
  .hero .shape {
    top: 143px;
    left: 7px;
    width: 61px;
  }
}
.hero .shape2 {
  position: absolute;
  top: 18%;
  right: 35%;
  width: 50.38px;
  height: 50.38px;
  z-index: 99;
  transform: rotate(-20.797deg);
  flex-shrink: 0;
  animation: floatBall 3s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .hero .shape2 {
    right: 2%;
    top: 21%;
  }
}
@keyframes floatBall {
  0%,
  100% {
    transform: rotate(-20.797deg) translateY(0);
  }
  50% {
    transform: rotate(-20.797deg) translateY(-15px);
  }
}
.hero .shape3 {
  position: absolute;
  top: 192px;
  right: 103px;
  width: 140px;
  z-index: 99;
  animation: floatUpDown 2s ease-in-out infinite;
}
.rtl .hero .shape3 {
  font-weight: 700;
}
.hero .shape3 a {
  text-decoration: none;
}
.hero .shape3 a:hover {
  color: unset;
}
.hero .shape3 a span {
  position: absolute;
  top: 40px;
  display: inline-flex;
  padding: 8px 12px;
  align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #cef61936;
  -webkit-backdrop-filter: blur(2.5px);
  backdrop-filter: blur(2.5px);
}
.hero .shape3 img {
  position: absolute;
  top: 0;
  right: 0;
}
.light .hero .shape3 img {
    transition: filter 0.1s ease, brightness 0.1s ease, contrast 0.1s ease;
    filter: brightness(0);
}
@media screen and (max-width: 768px) {
  .hero .shape3 {
    top: 270px;
    right: 10px;
    z-index: 999999;
  }

  .data_rrt {
    display: flex;
    flex-direction: column;
  }
}
@keyframes floatUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.hero .shape4 {
  position: absolute;
  bottom: -10px;
  left: -11px;
  width: 122.738px;
  height: 122.738px;
  transform: rotate(18.744deg);
  flex-shrink: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .hero .shape4 {
    width: 83.738px;
  }
}
.hero .shape5 {
  position: absolute;
  bottom: 161px;
  right: 42px;
  width: 83px;
  height: 83px;
  flex-shrink: 0;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .hero .shape5 {
    display: none;
  }
}
.hero #anim_banner1 {
  animation: floatGlass 8s ease-in-out infinite alternate;
  z-index: 1;
  pointer-events: none;
}

.about {
  position: relative;
  background-color: transparent;
  display: flex;
  height: 609px;
  padding: 120px 100px 80px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  gap: 64px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 40px 0px 20px 0px;
    gap: 32px;
  }
}
.about .left-vector {
  position: absolute;
  top: 12%;
  inset-inline-start: -310px;
  width: 620px;
  height: 620px;
  background-color: #0095ff;
  border-radius: 50%;
  filter: blur(56px);
  -webkit-filter: blur(56px);
  opacity: 0.11;
}
@media screen and (max-width: 1024px) {
  .about .left-vector {
    display: none;
  }
}
.about .left-vector img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .about .left-vector {
    left: -50px;
    bottom: -80px;
    width: 60vw;
    height: auto;
    opacity: 0.4;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .about .left-vector {
    left: -30px;
    bottom: -50px;
    width: 70vw;
  }
}
.about .center__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.about .center__txt .about__content {
  z-index: 999;
  position: relative;
}
.about .center__txt .about__content .upto-img-div {
  position: absolute;
  top: -153px;
  right: -48px;
  z-index: -1;
}
@media (max-width: 768px) {
  .about .center__txt .about__content .upto-img-div {
    top: -69px;
    right: -1px;
    width: 120px;
  }
}
.about .center__txt .about__content .upto-img-div svg {
  width: 75%;
  height: 100%;
}
.about .center__txt .about__content .up_to_txt {
  position: relative;
}
.about .center__txt .about__content .up_to_txt h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.about .center__txt .about__content .up_to_txt h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .about .center__txt .about__content .up_to_txt h2 {
    font-size: 18px;
  }
  .about .center__txt .about__content .up_to_txt h2 span {
    font-size: 18px;
  }
}
.about .center__txt .about__content p {
  width: 659px;
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .about .center__txt .about__content p {
    width: 100%;
    font-size: 14px;
  }
}
.about .center__txt .about-word1 {
  position: absolute;
  left: -27%;
  top: -95px;
  animation: rotateFlow 2s ease-in-out infinite;
}
@keyframes rotateFlow {
  0%,
  100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .about .center__txt .about-word1 {
    left: 0;
  }
}
.about .center__txt .about-word1 h5 {
  color: #CEF619;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 16px 16px 8px 16px;
  background: rgba(0, 108, 219, 0.2);
  -webkit-backdrop-filter: blur(5.6500000954px);
  backdrop-filter: blur(5.6500000954px);
}
.about .center__txt .about-word1 img {
  width: 24px;
  position: absolute;
  bottom: -10px;
  right: -20px;
}
.about .center__txt .about-word2 {
  position: absolute;
  right: -20%;
  bottom: -49.5px;
  animation: rotateFlow2 2s ease-in-out infinite;
}
@keyframes rotateFlow2 {
  0%,
  100% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 768px) {
  .about .center__txt .about-word2 {
    right: 10px;
    bottom: -80px;
  }
}
.about .center__txt .about-word2 h5 {
  color: #ff68a9;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 8px 16px 16px 16px;
  background: rgba(255, 104, 169, 0.1);
  -webkit-backdrop-filter: blur(5.6500000954px);
  backdrop-filter: blur(5.6500000954px);
}
.about .center__txt .about-word2 img {
  width: 24px;
  position: absolute;
  top: -18px;
  left: -19px;
}
.about .center__txt .about-word3 {
  position: absolute;
  left: -10%;
  bottom: -75.5px;
  animation: rotateFlow2 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .about .center__txt .about-word3 {
    left: 10px;
    bottom: -158.5px;
  }
}
.about .center__txt .about-word3 h5 {
  color: #a283fb;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  border-radius: 16px 8px 16px 16px;
  background: rgba(92, 51, 207, 0.16);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.about .center__txt .about-word3 img {
  width: 24px;
  position: absolute;
  top: -18px;
  right: -19px;
}
.about .vec1 {
  position: absolute;
  top: 192px;
  right: 82px;
  width: 35px;
  height: 35px;
  z-index: 99;
  animation: rotateFlow33 5s ease-in-out infinite;
}
@keyframes rotateFlow33 {
  0%,
  100% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width: 768px) {
  .about .vec1 {
    right: 40px;
  }
}
@keyframes starBlink {
  0%,
  100% {
    filter: drop-shadow(0 0 4px #fff) brightness(1);
    opacity: 1;
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 10px #f5ff70) brightness(1.8);
    opacity: 0.7;
    transform: scale(1.05);
  }
}
.about .vec2 {
  position: absolute;
  left: 71.5px;
  top: 121px;
  width: 34px;
  height: 34px;
  z-index: 99;
  animation: starBlink 1.5s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .about .vec2 {
    right: 60.5px;
    left: unset;
    top: 121px;
  }
}
.about .vec3 {
  position: absolute;
  left: 537px;
  top: 464px;
  width: 31.758px;
  height: 32px;
  z-index: 99;
  animation: starBlink 1.5s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .about .vec3 {
    left: 21px;
    top: 11%;
    transform: unset;
  }
}

.about_under_section {
  padding: 40px 0 100px 0;
  position: relative;

}
@media screen and (max-width: 768px) {
  .about_under_section {
    display: none;
    padding: 40px 20px 20px 20px;
    flex-direction: column;
    gap: 32px;
  }
}
.about_under_section .bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  color: var(--Natural-grey-20, #333);
  text-align: center;
  font-size: 212.536px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .about_under_section .bg-text {
    font-size: 23px;
  }
}
.about_under_section .bg-text span {
  display: inline-block;
  color: transparent;
  transition: color 0.3s ease;
}
.about_under_section .horizontal-scroll-trigger {
  width: 100%;
  padding: 20px 0 0px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about_under_section .horizontal-scroll-trigger {
    padding: 0;
  }
}
.about_under_section .horizontal-scroll-trigger .cards-track {
  display: flex;
  gap: 64px;
  padding: 100px;
  will-change: transform;
}
.about_under_section .horizontal-scroll-trigger .cards-track .card-item {
  width: 480px;
  padding: 32px 24px;
  transform: translateX(100%);
  transition: all 0.6s ease-out;
  border-radius: 40px;
  border: 1px solid #cef6191c;
  background: var(--Main-card-Background, #161927);
  box-shadow: -10px 3px 53.4px 0px rgba(0, 0, 0, 0.06),
    5px 5px 49.8px 0px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.about_under_section .horizontal-scroll-trigger .cards-track .card-item h2 {
  font-size: 64px;
  font-weight: 900;
  background: #CEF619;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_under_section .horizontal-scroll-trigger .cards-track .card-item .title {
  font-size: 28px;
  margin-top: 10px;
  font-weight: 500;
}
.about_under_section .horizontal-scroll-trigger .cards-track .card-item .desc {
  font-size: 18px;
  color: #aab4c1;
  /* margin-top: 5px; */
}
.about_under_section
  .horizontal-scroll-trigger
  .cards-track
  .card-item.visible {
  transform: translateX(0);
  opacity: 1;
}
.about_under_section
  .horizontal-scroll-trigger
  .cards-track
  .card-item:nth-child(odd) {
  transform: translateY(-40px);
}
.about_under_section
  .horizontal-scroll-trigger
  .cards-track
  .card-item:nth-child(even) {
  transform: translateY(40px);
}
@media (max-width: 768px) {
  .about_under_section .about_under_section {
    padding: 40px 20px 20px;
    /* centred scroll area */
    /* track inside the scroll area */
    /* individual card — shrinks & snaps */
  }
  .about_under_section .about_under_section .horizontal-scroll-trigger {
    padding: 120px 0 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .cards-track {
    gap: 32px;
    padding: 0 40px 60px;
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item {
    width: 280px;
    padding: 24px 16px;
    scroll-snap-align: start;
    /* wave offset removed on mobile */
    /* type scale down */
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item:nth-child(odd),
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item:nth-child(even) {
    transform: none;
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item
    h2 {
    font-size: 32px;
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item
    .title {
    font-size: 18px;
    font-weight: 500;
  }
  .about_under_section
    .about_under_section
    .horizontal-scroll-trigger
    .card-item
    .desc {
    font-size: 12px;
  }
}

.about_under_section_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .about_under_section_mobile {
    display: block;
  }
}
.about_under_section_mobile .card-slide {
  background: var(--Main-card-Background, #161927);
  padding: 32px 24px;
  border-radius: 24px;
  border: 1px solid #cef6198a;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 220px;
}
.about_under_section_mobile .card-slide h2 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  background: #CEF619;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_under_section_mobile .card-slide .title {
  font-size: 18px;
  margin-top: 10px;
}
.about_under_section_mobile .card-slide .desc {
  font-size: 14px;
  color: #aab4c1;
  margin-top: 5px;
}
.about_under_section_mobile .card-slide.visible {
  transform: translateX(0);
  opacity: 1;
}

.services {
  padding: 120px 0;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.services .right-vec {
  position: absolute;
  right: -208px;
  bottom: -183px;
  min-width: 621px;
  min-height: 621px;
}
.services .right-vec img {
  width: 100%;
  height: auto;
}
.services .head__sec {
  position: relative;
  padding-bottom: 64px;
}
.services .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
.services .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.services .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  width: 852px;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.services .head__sec .shape__serv {
  position: absolute;
  top: -27px;
  left: 175px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.services .head__sec .shape__serv img {
  width: 100%;
  height: auto;
}
.services .serv__boxes {
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
.services .serv__boxes .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 64px;
  border-top: 1px solid #cef6193b;
  border-bottom: 1px solid #cef6193b;
  position: relative;
}
.services .serv__boxes .box:hover {
  border-top: 1px solid #cef6198a;
  border-bottom: 1px solid #cef6198a;
  background: var(--Main-card-Background, #161927);
}
.services .serv__boxes .box .serv__txt {
  width: 100%;
}
.services .serv__boxes .box .serv__txt h2 {
  color: var(--Natural-grey-100, #fff);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.services .serv__boxes .box .serv__txt p {
  width: 640px;
  /* color: var(--Natural-grey-60, #999); */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.services .serv__boxes .box .serv_img {
  display: none;
  position: absolute;
  right: 6%;
  top: -71px;
  width: 535.084px;
  height: 356.766px;
  z-index: 80;
}
@media screen and (max-width: 768px) {
  .services .serv__boxes .box .serv_img {
    height: auto;
  }
}
.services .serv__boxes .box .serv_img img {
  max-width: 322px;
}
@media screen and (max-width: 768px) {
  .services .serv__boxes .box .serv_img img {
    display: none !important;
  }
}
.services .serv__boxes .box:nth-child(2) .serv_img {
  right: 6%;
}
.services .serv__boxes .box .arrow__serv {
  width: 100px;
  height: 100px;
  z-index: 90;
}
.services .serv__boxes .box .arrow__serv img {
  width: 100%;
  height: auto;
}
.services .serv__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.services .serv__footer h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.services .serv__footer a {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
  height: 56px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.services .serv__footer a:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
}

/* === Mobile ≤ 768 px ====================================================== */
@media (max-width: 768px) {
  .services {
    padding: 60px 20px;
    /* hide / resize the big decorative vector */
    /* section header */
    /* service boxes list */
    /* footer call-to-action */
  }
  .services .right-vec {
    display: none;
  }
  .services .head__sec {
    padding-bottom: 40px;
  }
  .services .head__sec h2,
  .services .head__sec h2 span {
    font-size: 32px;
  }
  .services .head__sec p,
  .our__archiv .head__sec p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .services .head__sec .shape__serv {
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
  }
  .services .serv__boxes .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px;
    /* show the preview image above text on mobile */
    /* arrow icon optional on mobile */
  }
  .services .serv__boxes .box .serv__txt h2 {
    font-size: 24px;
  }
  .services .serv__boxes .box .serv__txt p {
    width: 100%;
    font-size: 14px;
  }
  .services .serv__boxes .box .serv_img {
    position: static;
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 24px auto 0;
    display: none;
  }
  /* .services .serv__boxes .box .arrow__serv {
    display: none;
  } */
  .services .serv__footer h2 {
    font-size: 32px;
  }
  .services .serv__footer a {
    /* width: 100%; */
    justify-content: center;
  }
}
.our__archiv {
  padding: 70px 61px;
  align-items: center;
  align-self: stretch;
  position: relative;
}
@media screen and (max-width: 768px) {
  .our__archiv {
    padding: 40px 20px;
  }
}
.our__archiv .head__sec {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .our__archiv .head__sec {
    padding-bottom: 40px;
  }
}
.our__archiv .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .our__archiv .head__sec h2 {
    font-size: 24px;
  }
}
.our__archiv .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .our__archiv .head__sec h2 span {
    font-size: 24px;
  }
}
.our__archiv .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  width: 852px;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .our__archiv .head__sec p {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.our__archiv .container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.our__archiv .container .col-md-4 {
  display: flex;
}
.our__archiv .container .archi__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
  position: relative;
  padding: 48px 24px 56px;
  background-color: var(--bg-color);
  background-image: linear-gradient(var(--grid-color) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  border-radius: 32px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
/* .our__archiv .container .archi__text::before {
  content: "";
  position: absolute;
  top: var(--highlight-y);
  left: var(--highlight-x);
  width: var(--grid-size);
  height: var(--grid-size);
  background-color: var(--highlight-color);
  pointer-events: none;
} */
.our__archiv .container .archi__text h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.our__archiv .container .archi__text p {
  color: var(--Natural-grey-50, #808080);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.our__archiv .container .archi__text .icon-certif {
  position: absolute;
  top: -31px;
  inset-inline-end: -4px;
  width: 100px;
  height: 100px;
}
.our__archiv .container .archi__text .icon-certif img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.our__archiv .container .archi__text .num-3 {
  width: 133.799px;
  height: 98px;
}

.word-loop {
  background: #CEF619;
  display: flex;
  padding: 0px 100px;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
  height: 58px;
  transform: rotate(-1deg);
  flex-shrink: 0;
  height: 71.264px;
  position: relative;
  z-index: 99;
}
.word-loop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CEF619;
  transform: rotate(2deg);
}
.word-loop .ticker-wrap {
  overflow: hidden;
  background: #3100EE;
  padding: 8px 0;
  margin-top: 6px;
  height: 58px;
  width: 100vw;
  transform: rotate(1deg);
}
.rtl .word-loop .ticker-wrap {
  direction: ltr !important;
}
.word-loop .ticker-wrap .ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker 12s linear infinite;
  height: 46px;
  padding: 7px 0px;
  justify-content: flex-end;
  align-items: center;
}
.word-loop .ticker-wrap .ticker .ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-inline: 40px;
  white-space: nowrap;
  font-weight: 600;
}
.word-loop .ticker-wrap .ticker .ticker__item span {
  color: #fff;
  /* font-family: "Clash Display"; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 40px;
}

/* === Mobile ≤ 768 px (Word-loop ticker) ==================================== */
@media (max-width: 768px) {
  .word-loop {
    padding: 0 16px;
    /* أخفِّض الجوانب */
    transform: none;
    /* ألغِ الميلان لراحة القراءة */
    gap: 32px;
    height: 50px;
    transform: rotate(0deg);
  }
  .word-loop::before {
    transform: rotate(0deg);
    background: unset !important;
  }
  .word-loop .ticker-wrap {
    height: 50px;
    transform: none;
    padding: 0;
    transform: rotate(0deg);
    /* ألغِ الميلان الداخلي */
  }
  .word-loop .ticker-wrap .ticker {
    animation-duration: 18s;
    /* أبطأ قليلاً عشان الشاشة أصغر */
    height: 42px;
    padding: 4px 0;
  }
  .word-loop .ticker-wrap .ticker .ticker__item {
    padding-inline: 24px;
    /* حشو أقل */
    gap: 4px;
  }
  .word-loop .ticker-wrap .ticker .ticker__item span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
/* === Mobile ≤ 768 px (Word-loop ticker) ==================================== */
@media (max-width: 768px) {
  .word-loop {
    padding: 0 16px;
    /* أخفِّض الجوانب */
    transform: none;
    /* ألغِ الميلان لراحة القراءة */
    gap: 32px;
    height: 50px;
    /* ارتفاع أقل */
  }
  .word-loop .ticker-wrap {
    height: 50px;
    transform: none;
    /* ألغِ الميلان الداخلي */
  }
  .word-loop .ticker-wrap .ticker {
    animation-duration: 18s;
    /* أبطأ قليلاً عشان الشاشة أصغر */
    height: 42px;
    padding: 4px 0;
  }
  .word-loop .ticker-wrap .ticker .ticker__item {
    padding-inline: 24px;
    /* حشو أقل */
    gap: 4px;
  }
  .word-loop .ticker-wrap .ticker .ticker__item span {
    font-size: 10px;
    letter-spacing: 1px;
  }
}
.our-work {
  padding: 80px 0px;
}
@media screen and (max-width: 768px) {
  .our-work {
    padding: 40px 0px;
  }
}
.our-work .head__sec {
  position: relative;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .our-work .head__sec {
    margin-bottom: 10px;
  }
}
.our-work .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .our-work .head__sec h2 {
    font-size: 24px;
  }
}
.our-work .head__sec p {
  width: 852px;
  margin: 0 auto;
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .our-work .head__sec p {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.our-work .head__sec .work-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-work .head__sec .work-btn a {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
  height: 56px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.our-work .head__sec .work-btn a:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
}
.our-work .work-carousel .slick-list {
  padding-block: 70px;
  padding-inline: 5px;
}
.our-work .work-carousel .work-box {
  position: relative;
  margin-right: 54px;
  border-radius: 32px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.our-work .work-carousel .work-box:hover {
  box-shadow: 0 -6px 20px rgba(0, 108, 219, 0.2),
    0 6px 20px rgba(0, 108, 219, 0.2);
}

.our-work .work-carousel .work-box:last-child {
  margin-right: 0px !important;
}
@media screen and (max-width: 768px) {
  .our-work .work-carousel .work-box {
    /* margin-inline-end: 10px; */
    width: auto;
  }
}
.our-work .work-carousel .work-box img {
  width: 100%;
  height: 652px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease;
}
.our-work .work-carousel .work-box:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .our-work .work-carousel .work-box img {
    height: 380px !important;
  }
}
/* .our-work .work-carousel .work-box img:hover {
  box-shadow: 0 -6px 20px rgba(0, 108, 219, 0.2),
    0 6px 20px rgba(0, 108, 219, 0.2);
  transform: scale(1.05);
} */
.our-work .work-carousel .work-box .work-txt {
  position: absolute;
  bottom: 10%;
}
@media screen and (min-width: 768px) {
  .our-work .work-carousel .work-box:nth-child(even) {
    transform: translateY(64px);
  }
}

.waterfall-container {
  position: relative;
}
.waterfall-container .water-star {
  position: absolute;
  top: 192px;
  right: 84px;
  width: 35px;
  height: 35px;
  z-index: 1;
}
.waterfall-container .water-star img {
  width: 100%;
  height: auto;
}
.waterfall-container .water-star2 {
  position: absolute;
  top: 121px;
  left: 72px;
  width: 35px;
  height: 35px;
  z-index: -1;
}
.waterfall-container .water-star2 img {
  width: 100%;
  height: auto;
}
.waterfall-container .text-water {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.waterfall-container .text-water h2 {
  font-size: 5rem;
  color: var(--Natural-grey-20, #333);
  text-align: center;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  pointer-events: none;
  transition: color 0.3s;
}
.waterfall-container .all-water {
  margin-bottom: 20px;
  display: flex;
  gap: 16px;
  overflow: hidden;
  height: 800px;
  margin: 80px;
}
.waterfall-container .all-water .column {
  flex: 1;
  overflow: hidden;
  position: relative;
}
.waterfall-container .all-water .column:nth-child(2) .inner {
  animation-delay: 2s;
}
.waterfall-container .all-water .column:nth-child(3) .inner {
  animation-delay: 4s;
}
.waterfall-container .all-water .column .inner {
  display: flex;
  flex-direction: column;
  animation: scrollUp 8s linear infinite;
}
.waterfall-container .all-water .column .inner img {
  width: 320px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.waterfall-container .btn-water {
  display: flex;
  justify-content: center;
  align-items: center;
}
.waterfall-container .btn-water a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-flex;
  height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #CEF619;
}
.waterfall-container .vec-waterfall {
  position: absolute;
  bottom: -41%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.project-section {
  position: relative;
  /* height: 800px; */
  overflow: hidden;
  text-align: center;
  padding-block: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project-section .main-text {
  font-size: 130px;
  font-weight: 700;
  color: #CEF619;
  z-index: 2;
  position: relative;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.8s ease;
}
.project-section .main-text.visible {
  opacity: 1;
  transform: translateY(40px);
}
.project-section .images-float {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 80px;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
}
.project-section .images-float img {
  width: 220px;
  opacity: 0;
  transform: translateY(100px) rotate(8deg);
  transition: all 1.4s ease-in-out;
  border-radius: 12px;
}
.project-section .images-float.visible .delay-1 {
  opacity: 1;
  transform: translateY(-60px) rotate(-10deg);
  transition-delay: 1s;
}
.project-section .images-float.visible .delay-2 {
  opacity: 1;
  transform: translateY(-90px) rotate(5deg);
  transition-delay: 2s;
}
.project-section .images-float.visible .delay-3 {
  opacity: 1;
  transform: translateY(-120px) rotate(-5deg);
  transition-delay: 3s;
}
.project-section .images-float.visible .delay-4 {
  opacity: 1;
  transform: translateY(-150px) rotate(10deg);
  transition-delay: 4s;
}
.project-section .images-float.disappear img {
  opacity: 0 !important;
  transform: translateY(-600px) scale(0.8) !important;
  transition: all 2s ease-in-out;
}
.project-section .final-message {
  display: inline-flex;
  /* margin-top: 157px; */
  font-size: 18px;
  border-radius: 30px;
  height: 56px;
  padding: 12px 24px;
  background: #CEF619;
  color: #000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
  z-index: 2;
  gap: 8px;
  flex-shrink: 0;
}
.project-section .final-message a {
    margin: 0 !important;
}
/* .project-section .final-message:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
} */
.project-section .final-message.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === Mobile ≤ 768 px (Project section) ==================================== */
@media (max-width: 768px) {
  .project-section {
    height: auto;
    /* اترك الارتفاع يتكيف مع المحتوى */
    padding-top: 40px;
  }
  .project-section .main-text {
    font-size: clamp(36px, 10vw, 64px);
    transform: translateY(0);
    /* إلغاء النزول الكبير */
  }
  .project-section .images-float {
    gap: 32px;
    bottom: -20px;
    /* ارفع الصور قليلاً داخل الشاشة */
  }
  .project-section .images-float img {
    width: 120px;
    transform: translateY(60px) rotate(5deg);
  }
  .project-section .images-float.visible .delay-1 {
    transform: translateY(-20px) rotate(-6deg);
  }
  .project-section .images-float.visible .delay-2 {
    transform: translateY(-40px) rotate(4deg);
  }
  .project-section .images-float.visible .delay-3 {
    transform: translateY(-60px) rotate(-4deg);
  }
  .project-section .images-float.visible .delay-4 {
    transform: translateY(-80px) rotate(6deg);
  }
  .project-section .final-message {
    margin-top: 80px;
    font-size: 14px;
    padding: 10px 20px;
    height: 48px;
  }
}
.tech-sec {
  position: relative;
  padding: 80px 64px 80px 64px;
  /*min-height: 100vh;*/
  overflow: visible;
}
.tech-sec .head__sec {
  padding-bottom: 64px;
}
.tech-sec .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  width: 834px;
  margin: 0 auto 21px auto;
}
@media screen and (max-width: 768px) {
  .tech-sec .head__sec h2 {
    font-size: 24px !important;
  }
}
.tech-sec .head__sec h2 span {
  color: #CEF619;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .tech-sec .head__sec h2 span {
    font-size: 24px !important;
  }
}
.tech-sec .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .tech-sec .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.tech-sec .tech-box .t-box {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--Primary-Primary-30, #00162c);
  background: rgba(0, 108, 219, 0.04);
  -webkit-backdrop-filter: blur(9.8999996185px);
  backdrop-filter: blur(9.8999996185px);
}
.tech-sec .tech-box .t-box:not(:last-child) {
  margin-bottom: 20px;
}
.tech-sec .tech-box .t-box .tech-sub-title {
  margin-bottom: 24px;
}
.tech-sub-title svg {
    fill: #FFF;
}
.light .tech-sub-title svg {
    fill: #000;
}
.tech-sec .tech-box .t-box .tech-sub-title h4 {
  color: var(--Natural-grey-100, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.tech-sec .tech-box .t-box .col-md-6:last-child .sub-boxy {
  margin-bottom: 0;
}
.tech-sec .tech-box .t-box .col-md-6:nth-child(3) .icon {
  width: 35px;
  height: 35px;
  margin-inline-end: 14px;
}
.tech-sec .tech-box .t-box .sub-boxy {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.tech-sec .tech-box .t-box .sub-boxy .icon {
  width: 35px;
  height: 35px;
  margin-inline-end: 8px;
  flex-shrink: 0;
}
.tech-sec .tech-box .t-box .sub-boxy .icon img {
  width: 100%;
  height: auto;
}
.tech-sec .tech-box .t-box .sub-boxy .title-txt h4 {
  color: var(--Natural-grey-100, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}
.tech-sec .tech-box .t-box .sub-boxy .title-txt p {
  color: var(--Natural-grey-70, #b2b2b2);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
.tech-sec .right-vec {
  position: absolute;
  right: -208px;
  bottom: -40%;
  transform: translate(-50%, -10%);
  z-index: 0;
  pointer-events: none;
}
.tech-sec .right-vec img {
  width: clamp(300px, 60vw, 600px);
  filter: blur(80px);
  opacity: 0.5;
  display: block;
}

/* === Mobile ≤ 768 px (Tech Section) ======================================= */
@media (max-width: 768px) {
  .tech-sec {
    padding: 60px 20px 80px;
    /* حشو أخف للشاشة الصغيرة */
    height: auto;
    /* اترك الارتفاع يتكيف مع المحتوى */
    /* ------- العنوان والوصف ---------- */
    /* ------- صناديق الـTech ---------- */
  }
  .tech-sec .head__sec {
    padding-bottom: 40px;
  }
  .tech-sec .head__sec h2,
  .tech-sec .head__sec h2 span {
    /* قلل حجم الخط */
    font-size: 32px;
    width: 100%;
  }
  .tech-sec .head__sec p {
    font-size: 14px;
    max-width: 100%;
  }
  .tech-sec .tech-box .t-box {
    padding: 20px;
    border-radius: 16px;
  }
  .tech-sec .tech-box .t-box .tech-sub-title h4 {
    font-size: 20px;
  }
  .tech-sec .tech-box .t-box .sub-boxy {
    margin-bottom: 20px;
  }
  .tech-sec .tech-box .t-box .sub-boxy .icon {
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }
  .tech-sec .tech-box .t-box .sub-boxy .title-txt h4 {
    font-size: 14px;
  }
  .tech-sec .tech-box .t-box .sub-boxy .title-txt p {
    font-size: 12px;
    line-height: 20px;
  }
  /* تعطيل الفلتر وقلل حجم الزخرفة اليمنى */
  .right-vec {
    bottom: -20%;
    display: none !important;
  }
  .right-vec img {
    filter: blur(50px);
    opacity: 0.4;
    width: clamp(200px, 50vw, 400px);
  }
}
.partners-sec {
  position: relative;
  padding: 80px 64px 80px 64px;
}
.partners-sec .head__sec {
  padding-bottom: 94px;
}
.partners-sec .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}
.partners-sec .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 74%;
}
@media screen and (max-width: 768px) {
  .partners-sec .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.partners-sec .all-parten {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.partners-sec .all-parten .sub-all-part {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  gap: 20px;
}
.partners-sec .all-parten .sub-all-part .parten-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease, transform 0.4s ease;
}
.partners-sec .all-parten .sub-all-part .parten-box:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.partners-sec .all-parten .part-btn {
  display: flex;
  justify-content: center;
}
.partners-sec .all-parten .part-btn a {
  height: 56px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
}
.partners-sec .all-parten .part-btn a:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
}

/* === Mobile ≤ 768 px (Partners section) =================================== */
@media (max-width: 768px) {
  .partners-sec {
    padding: 60px 20px 80px;
    /* حشو أخف للشاشة الصغيرة */
    /* -------- العنوان والوصف -------- */
    /* -------- شبكة الشعارات -------- */
  }
  .partners-sec .head__sec {
    padding-bottom: 50px;
  }
  .partners-sec .head__sec h2 {
    font-size: 32px;
  }
  .partners-sec .head__sec p {
    font-size: 14px;
    max-width: 100%;
  }
  .partners-sec .all-parten {
    /* -------- زر المزيد -------- */
  }
  .partners-sec .all-parten .sub-all-part {
    flex-wrap: wrap;
    /* السماح بالنزول لسطر جديد */
    justify-content: center;
    gap: 24px;
    /* مسافة ثابتة بين العناصر */
    margin-bottom: 32px;
  }
  .partners-sec .all-parten .sub-all-part .parten-box {
    flex: 0 0 45%;
    /* شعاران فى الصف */
    max-width: 160px;
    /* حد أقصى لعرض الشعار */
  }
  .partners-sec .all-parten .part-btn a {
    /* width: 100%; */
    justify-content: center;
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
  }
}
.client-say {
  position: relative;
  padding: 80px 64px 80px 64px;
}
.client-say .head__sec {
  padding-bottom: 64px;
}
.client-say .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 12px;
}
.client-say .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .client-say .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.client-say .hold-say {
  position: absolute;
  bottom: 17%;
}
.client-say .hold-say2 {
  position: absolute;
  top: 27%;
  right: 6%;
  z-index: -1;
}
.client-say .slick-carousel {
  margin: 81px 0;
}
.client-say .slick-carousel .card {
  border-radius: 14px;
  border: 1px solid rgba(0, 108, 219, 0.2);
  background: rgba(0, 108, 219, 0.04);
  -webkit-backdrop-filter: blur(16.8500003815px);
  backdrop-filter: blur(16.8500003815px);
  padding: 24px 16px;
  margin: 10px;
  gap: 16px;
}
.client-say .slick-carousel .card .testimonial-box {
  padding: 0 40px;
  text-align: left;
  border-radius: 16px;
  margin-bottom: 24px;
  position: relative;
}
.client-say .slick-carousel .card .testimonial-box .quote-icon {
  position: relative;
  width: 28px;
  height: 28px;
}
.client-say .slick-carousel .card .testimonial-box .quote-icon.open {
  position: absolute;
  top: 0px;
  left: -4px;
}
.client-say .slick-carousel .card .testimonial-box .quote-icon.close {
  position: absolute;
  bottom: -13px;
  right: 3px;
}
.client-say .slick-carousel .card .testimonial-box .testimonial-text {
  color: var(--Natural-grey-100, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.rtl .client-say .slick-carousel .card .testimonial-box .testimonial-text {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
}
.client-say .slick-carousel .line-card {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.client-say .slick-carousel .author h4 {
  color: var(--Natural-grey-80, #ccc);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.client-say .slick-carousel .author h4 span {
  color: var(--Natural-grey-70, #b2b2b2);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.client-say .slick-carousel .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  bottom: -40px !important;
  gap: 12px;
}
.client-say .slick-carousel .slick-dots li {
  margin: 0;
  transition: all 0.3s ease;
}
.client-say .slick-carousel .slick-dots li button {
  width: 16px;
  height: 4px;
  background-color: #444;
  border: none;
  border-radius: 4px;
  padding: 0;
  transition: all 0.4s ease;
}
.client-say .slick-carousel .slick-dots li button:before {
  display: none;
}
.client-say .slick-carousel .slick-dots li.slick-active button {
  background-color: #CEF619;
  width: 26px;
  height: 4px;
  border-radius: 4px;
}
.client-say .client-btn {
  display: flex;
  justify-content: center;
}
.client-say .client-btn a {
  height: 56px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
}
.client-say .client-btn a:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
}

/* === Mobile ≤ 768 px (Client testimonials) =============================== */
@media (max-width: 768px) {
  .client-say {
    padding: 60px 20px 80px;
    /* ---------- العنوان والوصف ---------- */
    /* إخفاء زخارف الدوائر */
    /* ---------- الكاروسيل ---------- */
    /* ---------- زر Call-to-Action ---------- */
  }
  .client-say .head__sec {
    padding-bottom: 40px;
  }
  .client-say .head__sec h2 {
    font-size: 32px;
  }
  .client-say .head__sec p {
    font-size: 14px;
  }
  .client-say .hold-say,
  .client-say .hold-say2 {
    display: none;
  }
  .client-say .slick-carousel {
    margin: 40px 0;
    /* نقاط التنقّل */
  }
  .client-say .slick-carousel .card {
    padding: 20px 12px;
  }
  .client-say .slick-carousel .card .testimonial-box {
    padding: 0 20px;
  }
  .client-say .slick-carousel .card .testimonial-box .testimonial-text {
    font-size: 18px;
  }
  .client-say .slick-carousel .slick-dots {
    margin-top: 24px;
    gap: 8px;
  }
  .client-say .slick-carousel .slick-dots li button {
    width: 12px;
    height: 4px;
  }
  .client-say .slick-carousel .slick-dots li.slick-active button {
    width: 20px;
  }
  .client-say .client-btn a {
    /* width: 100%; */
    justify-content: center;
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
  }
}
.blog-section {
  position: relative;
  padding: 80px 64px 80px 64px;
}
.blog-section .head__sec {
  padding-bottom: 64px;
}
.blog-section .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.blog-section .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 47%;
}
@media screen and (max-width: 768px) {
  .blog-section .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
@media (max-width: 1024px) {
  .blog-section .head__sec p,
  .contact-us .head__sec p {
    max-width: 100% !important;
  }
}
.blog-section .blog-box {
  display: flex;
  padding: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
}
.blog-section .blog-box .blog__img {
  width: 100%;
}
.blog-section .blog-box .blog__img img {
  margin-bottom: 20px;
  border-radius: 12px;
  width: inherit;
  max-height: 253px;
}
.blog-section .blog-box .blog__content {
  margin-bottom: 16px;
}
.blog-section .blog-box .blog__content h3 {
  color: var(--Natural-grey-100, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}
.blog-section .blog-box .blog__content p {
  overflow: hidden;
  color: var(--Natural-grey-50, #808080);
  text-overflow: ellipsis;
  /* font-family: Poppins; */
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0;
  height: 57px;
}
.blog-section .blog-box .date-read {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.blog-section .blog-box .date-read .date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.blog-section .blog-box .date-read .date span {
  color: var(--Natural-grey-50, #808080);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* letter-spacing: -0.42px; */
}
.blog-section .blog-box .date-read .date img {
  /* margin: 0 5px 0 0; */
}
.blog-section .blog-box .read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.blog-section .blog-box .read-more a {
  color: #CEF619;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 10px;
}
.blog-section .blog-btn {
  display: flex;
  justify-content: center;
}
.blog-section .blog-btn a {
  height: 56px;
  padding: 12px 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
}
.blog-section .blog-btn a:hover {
  border-radius: 30px;
  border: 1px solid #67b2ff;
  background: #CEF619;
  box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);
}

/* === Mobile ≤ 768 px (Blog Section) ======================================= */
@media (max-width: 768px) {
  .blog-section {
    padding: 60px 20px 80px;
    /* ---------- الهيدر ---------- */
    /* ---------- كل كارت مقالة ---------- */
    /* ---------- زر المزيد ---------- */
  }
  .blog-section .head__sec {
    padding-bottom: 40px;
  }
  .blog-section .head__sec h2 {
    font-size: 32px;
  }
  .blog-section .head__sec p {
    font-size: 14px;
    max-width: 100%;
  }
  .blog-section .blog-box {
    margin-bottom: 40px;
    padding: 0;
    /* شيل الحشو الزائد */
    /* التاريخ والرابط تحت بعض للمساحات الضيقة */
  }
  .blog-section .blog-box .blog__img img {
    margin-bottom: 16px;
    border-radius: 10px;
  }
  .blog-section .blog-box .blog__content h3 {
    font-size: 18px;
  }
  .blog-section .blog-box .blog__content p {
    font-size: 13px;
  }
  .blog-section .blog-box .date-read,
  .blog-section .blog-box .read-more {
    align-items: flex-start;
    gap: 8px;
  }
  .blog-section .blog-box .read-more a {
    font-size: 14px;
  }
  .blog-section .blog-btn a {
    /* width: 100%; */
    justify-content: center;
    font-size: 14px;
    height: 48px;
    padding: 10px 20px;
  }
}
.connect-word {
  padding: 56px 0;
  display: none !important;
}
.connect-word .ticker-wrap .ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker 12s linear infinite;
  align-items: center;
}
.connect-word .ticker-wrap .ticker .ticker__item {
  display: flex;
  padding: 0 2rem;
}
.connect-word .ticker-wrap .ticker .ticker__item h2 {
  color: var(--Natural-grey-90, #e5e5e5);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}

/* === ميديا كويري سيكشن .connect-word (لشاشات ≤ 768px) ================== */
@media (max-width: 768px) {
  .connect-word {
    padding: 40px 0;
  }
  .connect-word .ticker-wrap {
    overflow-x: hidden;
    /* سحب باللمس لو النص طويل */
    -webkit-overflow-scrolling: touch;
  }
  .connect-word .ticker-wrap .ticker {
    animation-duration: 18s;
    /* حركة أبطأ على الموبايل */
  }
  .connect-word .ticker-wrap .ticker .ticker__item {
    padding: 0 1rem;
  }
  .connect-word .ticker-wrap .ticker .ticker__item h2 {
    font-size: 24px;
    margin-right: 16px;
  }
}
.contact-us {
  position: relative;
  padding: 76px 64px;
  background: url("../imgs/3D Morph Lines 2.svg") no-repeat;
  background-size: cover;
}
.contact-us .head__sec {
  padding-bottom: 72px;
}
.contact-us .head__sec h2 {
  color: var(--Natural-grey-100, #fff);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 16px;
}
.contact-us .head__sec p {
  color: var(--Natural-grey-70, #b2b2b2);
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  max-width: 47%;
}
@media screen and (max-width: 768px) {
  .contact-us .head__sec p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 10px !important;
  }
}
.contact-us .contact-form {
  border-radius: 24px;
  padding: 40px;
  border: 1px solid rgba(0, 108, 219, 0.2);
  background: rgba(0, 108, 219, 0.06);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.contact-us .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-us .contact-form form label {
  font-size: 14px;
  margin-bottom: 4px;
}
.contact-us .contact-form form input,
.contact-us .contact-form form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(230, 232, 231, 0.08);
  background: var(--Inputs, #222839);
  color: var(--Natural-grey-100, #fff);
  font-size: 14px;
}
.contact-us .contact-form form textarea {
  margin-bottom: 20px;
}
.contact-us .contact-form form input::-moz-placeholder,
.contact-us .contact-form form textarea::-moz-placeholder {
  color: var(--Natural-grey-80, #ccc);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact-us .contact-form form input::placeholder,
.contact-us .contact-form form textarea::placeholder {
  color: var(--Natural-grey-80, #ccc);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.contact-us .contact-form form input:focus,
.contact-us .contact-form form textarea:focus {
  outline: 2px solid #006cdb;
  background-color: var(--Inputs, #222839);
}

/*.wpcf7-response-output {*/
/*    display: none !important;*/
/*}*/
.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.contact-us .contact-form form input[type="submit"] {
  /*margin-top: 16px;*/
  align-self: flex-end;
  background: linear-gradient(135deg, #cef6198a, #CEF619);
  color: #000;
  height: 56px;
  padding: 12px 28px;
  border: none;
  border-radius: 24px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease;
}
.contact-us .contact-form form input[type="submit"]:hover {
  background: linear-gradient(135deg, #cef6198a, #CEF619);
  transform: scale(1.03);
}
.contact-us .contact-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.contact-us .contact-info h2 {
  color: #CEF619;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.contact-us .contact-info .info-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.contact-us .contact-info .info-block:not(:last-child) {
  margin-bottom: 16px;
}
.contact-us .contact-info .info-block .icon h4 {
  color: var(--Natural-grey-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.contact-us .contact-info .info-block .details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.contact-us .contact-info .info-block .details img {
  width: auto;
  margin-right: 12px;
}
.contact-us .contact-info .info-block .details p {
  color: var(--Natural-grey-100, #fff);
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* === Mobile ≤ 768 px (Contact-us section) ================================ */
@media (max-width: 768px) {
  .contact-us {
    padding: 60px 20px;
    /* حشو أخف للشاشة الصغيرة */
    background-size: cover;
    /* غطِّ الشاشة بدون تمديد مفرط */
    /* ---------- العنوان والوصف ---------- */
    /* ---------- النموذج ---------- */
    /* ---------- معلومات التواصل ---------- */
  }
  .contact-us .head__sec {
    padding-bottom: 40px;
  }
  .contact-us .head__sec h2 {
    font-size: 32px;
  }
  .contact-us .head__sec p {
    font-size: 14px;
    max-width: 100%;
  }
  .contact-us .contact-form {
    padding: 24px;
    border-radius: 20px;
    margin-top: 70px;
  }
  .contact-us .contact-form form {
    gap: 12px;
  }
  .contact-us .contact-form form input,
  .contact-us .contact-form form textarea {
    font-size: 13px;
  }
  .contact-us .contact-form form button {
    width: 100%;
    /* يمتد عرض الزر */
    height: 48px;
    font-size: 14px;
  }
  .contact-us .contact-info {
    margin-top: 32px;
    /* تحت الفورم مباشرة */
    align-items: flex-start;
  }
  .contact-us .contact-info h2 {
    font-size: 20px;
  }
  .contact-us .contact-info .info-block {
    gap: 8px;
  }
  .contact-us .contact-info .info-block .details {
      flex-wrap: wrap;
      justify-content: start;
  }
  .contact-us .contact-info .info-block .details p {
    font-size: 14px;
  }
}
.footer {
  display: flex;
  padding: 40px 40px 24px 40px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: var(--Primary-Primary-30, #00162c);
  position: relative;
  overflow: hidden;
}
.footer .light {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(90px);
}
.footer .light--top {
  top: -60px;
  right: -120px;
  width: 600px;
  height: 260px;
  background: radial-gradient(
    ellipse at top right,
    rgba(66, 159, 255, 0.7) 0%,
    rgba(0, 108, 219, 0.3) 40%,
    rgba(0, 0, 0, 0) 75%
  );
}
.footer .light--bottom {
  bottom: -120px;
  left: -160px;
  width: 720px;
  height: 320px;
  background: radial-gradient(
    ellipse at bottom left,
    rgba(66, 159, 255, 0.8) 0%,
    rgba(0, 108, 219, 0.4) 35%,
    rgba(0, 0, 0, 0) 80%
  );
}
.footer .under-grade {
  width: 100%;
  position: relative;
  padding: 32px 40px;
  gap: 96px;
  border-radius: 16px;
  background: var(--Natural-grey-5, #0d0d0d);
  z-index: 99;
}
/*.footer .under-grade .all-sect-foo {*/
/*  margin-bottom: 96px;*/
/*}*/

#contacty .let__map .branch-boxeis .branch-box p {
    height: unset !important;
        line-height: 18px !important;
}

.footer .under-grade .all-sect-foo .box-foo .menu h4 {
  color: var(--Natural-grey-100, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.footer .under-grade .all-sect-foo .box-foo .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .under-grade .all-sect-foo .box-foo .menu ul li {
  margin-bottom: 10px;
}
.footer .under-grade .all-sect-foo .box-foo .menu ul li a {
  color: var(--Natural-grey-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.footer .under-grade .all-sect-foo .box-foo .menu ul li a span {
  margin-inline-start: 5px;
}
.footer .under-grade .all-sect-foo .box-foo .menu ul li a:hover {
  color: #cef619 !important;
}
.footer .under-grade .all-sect-foo .foo-btn {
  display: flex;
  justify-content: center;
  align-items: center;
    height: 100%;
}
.footer .under-grade .all-sect-foo .foo-btn a {
  height: 56px;
  padding: 12px 26px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background: #CEF619;
}
.footer .under-grade .social-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .under-grade .social-txt .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.light .solutions__inner .gt {
    color: #3100EE;
}
.st0 {
    fill: #CEF619 !important;
}
.light .st0 {
    fill: #3100EE !important;
}


.footer .under-grade .social-txt .number-mail h5 {
  color: var(--Natural-grey-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 15.6px */
}
.footer .under-foto.contact-footer {
  /* color: #fff; */
  position: relative;
  overflow: hidden;
  width: 100%;
}
.footer .under-foto.contact-footer .content-foo {
  position: relative;
  z-index: 2;
}
.footer .under-foto.contact-footer .content-foo.left h4 {
  /* color: #fff; */
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .under-foto.contact-footer .content-foo.left h4 {
    font-size: 24px;
  }
  .footer .under-grade .all-sect-foo .box-foo {
    display: flex;
    flex-direction: column;
  }
}
.footer .under-foto.contact-footer .content-foo.left .copyright {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 0 !important;
}
.footer .under-foto.contact-footer .content-foo.right .note {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer .under-foto.contact-footer .content-foo.right .input-wrapper {
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
html.light
  .footer
  .under-foto.contact-footer
  .content-foo.right
  .input-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.rtl .footer .under-foto.contact-footer .content-foo.right .input-wrapper {
  direction: ltr;
}
.footer .under-foto.contact-footer .content-foo.right .input-wrapper input {
  flex: 1;
  padding: 16px;
  border: none;
  background: transparent;
  /* color: white; */
  font-size: 14px;
  outline: none;
}
.light.footer .under-foto.contact-footer .content-foo.right .input-wrapper form input::placeholder {
    color: #000 !important;
}
.rtl
  .footer
  .under-foto.contact-footer
  .content-foo.right
  .input-wrapper
  input {
  text-align: right;
}

/* .footer
  .under-foto.contact-footer
  .content-foo.right
  .input-wrapper
  input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer
  .under-foto.contact-footer
  .content-foo.right
  .input-wrapper
  input::placeholder {
  color: rgba(255, 255, 255, 0.5);
} */
@media (max-width: 768px) {
  .footer .under-foto.contact-footer .content-foo.right .input-wrapper input {
    padding: 12px;
  }
}

.footer .under-foto.contact-footer .content-foo.right .input-wrapper button {
  padding: 0 20px;
  background: transparent;
  border: none;
  /* color: white; */
  font-size: 18px;
  cursor: pointer;
}
.footer .under-foto.contact-footer .content-foo.right .footer-links {
  margin-top: 90px;
  display: flex;
  gap: 20px;
  font-size: 16px;
  opacity: 0.8;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer .under-foto.contact-footer .content-foo.right .footer-links a {
  /* color: white; */
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
    gap: 32px;
  }
  .footer .under-grade {
    padding: 24px 20px;
    gap: 48px;
  }
  .footer .under-grade .all-sect-foo {
    margin-bottom: 48px;
  }
  .footer .under-grade .all-sect-foo .box-foo {
    margin-bottom: 24px;
    /*text-align: center;*/
    /* مركز كل محتويات البوكس */
  }
  .footer .under-grade .all-sect-foo .box-foo .menu h4 {
    font-size: 25px;
    margin-bottom: 16px;
    /*text-align: center;*/
    /* عنوان القائمة فى المنتصف */
  }
  .footer .under-grade .all-sect-foo .box-foo .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* نجعلها عمود متمركزة */
    flex-direction: column;
    /*align-items: center;*/
    gap: 6px;
    /*text-align: center;*/
  }
  .footer .under-foto.contact-footer .content-foo.right .footer-links {
    margin-top: 20px;
  }
  .footer .under-grade .all-sect-foo .box-foo .menu ul li a {
    font-size: 14px;
    /* حجم خط أوضح */
    font-weight: 500;
  }
  .footer .under-grade .all-sect-foo .foo-btn {
    display: flex;
    justify-content: center;
  }
  .footer .under-grade .all-sect-foo .foo-btn a {
    /*width: 100%;*/
    justify-content: center;
    height: 48px;
    font-size: 14px;
    padding: 10px 20px;
  }
  .footer .under-grade .social-txt {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer .under-grade .social-txt .social-icon {
    gap: 12px;
  }
  .footer .under-grade .social-txt .number-mail h5 {
    font-size: 11px;
    text-align: center;
  }
  .footer .under-foto.contact-footer .content-foo.left h4 {
    font-size: 22px;
    /* text-align: left; */
    line-height: 38px;
    margin: 0;
  }
  .footer .under-foto.contact-footer .content-foo.right .note {
    font-size: 13px;
    text-align: center;
  }
  .footer .under-foto.contact-footer .content-foo.right .input-wrapper {
    /*flex-direction: column;*/
    flex-direction: row-reverse;
  }
  .footer .under-foto.contact-footer .content-foo.right .input-wrapper input {
    width: 100%;
    padding: 12px;
    outline: none;
  }
  .footer .under-foto.contact-footer .content-foo.right .input-wrapper button {
    width: 10%;
    padding: 12px 0;
  }
  .footer .under-foto.contact-footer .content-foo.right .footer-links {
    justify-content: center;
    gap: 10px;
    font-size: 12px;
  }
}
/* الحركة: نقل العمود لفوق ب50% عشان المجموعة الأولى */
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/* keyframes لتحريك الشريط من اليمين للشمال */
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes floatGlass {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-60%, -40%) scale(1.2);
  }
}
/*.service-detail {*/
  
/*}*/
.leaflet-container {
    background: unset !important;
}
.service-detail .btns {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .service-detail .btns {
    flex-direction: column;
    gap: 35px;
  }
}
.service-detail .btns .btn-one {
  height: 56px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  background: #CEF619;
  color: #000;
}
.service-detail .btns .btn-one:hover {
  /*border-radius: 30px;*/
  /*border: 1px solid #67b2ff;*/
  /*background: #CEF619;*/
  /*box-shadow: 0px 0px 10.6px 5px rgba(0, 108, 219, 0.21);*/
      border-radius: 30px;
    border: 1px solid #859b24d9;
    background: #CEF619;
    box-shadow: 0px 0px 10.6px 5px #889b3699;
}
@media (max-width: 768px) {
  .service-detail .btns .btn-one {
    width: 100%;
    font-size: 14px;
  }
}
.service-detail .btns .btn-tow {
  display: flex;
  height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 30px;
  border: 1px solid var(--Natural-grey-50, #808080);
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  .service-detail .btns .btn-tow {
    width: 100%;
  }
}
.service-detail .horizontal-scroll-trigger {
  width: 100%;
  padding: 20px 0 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service-detail .horizontal-scroll-trigger {
    padding: 0;
  }
}
.service-detail .horizontal-scroll-trigger .cards-track {
  display: flex;
  gap: 64px;
  padding: 100px;
  will-change: transform;
}
.service-detail .horizontal-scroll-trigger .cards-track .card-item {
  width: 480px;
  padding: 32px 24px;
  color: white;
  transform: translateX(100%);
  transition: all 0.6s ease-out;
  border-radius: 24px;
  border: 1px solid rgba(81, 150, 243, 0.3764705882);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: -10px 3px 53.4px 0px rgba(0, 0, 0, 0.06),
    5px 5px 49.8px 0px rgba(0, 0, 0, 0.12);
  flex-shrink: 0;
}
.service-detail .horizontal-scroll-trigger .cards-track .card-item h2 {
  font-size: 48px;
  font-weight: 900;
  background: linear-gradient(to right, #007bff, #00d4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.service-detail .horizontal-scroll-trigger .cards-track .card-item .title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 500;
}
.service-detail .horizontal-scroll-trigger .cards-track .card-item .desc {
  font-size: 18px;
  color: #aab4c1;
  margin-top: 5px;
}
.service-detail .horizontal-scroll-trigger .cards-track .card-item.visible {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .service-detail {
    /* centred scroll area */
    /* track inside the scroll area */
    /* individual card — shrinks & snaps */
  }
  .service-detail .horizontal-scroll-trigger {
    padding: 120px 0 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .service-detail .horizontal-scroll-trigger .cards-track {
    gap: 32px;
    padding: 0 40px 60px;
  }
  .service-detail .horizontal-scroll-trigger .card-item {
    width: 280px;
    padding: 24px 16px;
    scroll-snap-align: start;
    /* wave offset removed on mobile */
    /* type scale down */
  }
  .service-detail .horizontal-scroll-trigger .card-item:nth-child(odd),
  .service-detail .horizontal-scroll-trigger .card-item:nth-child(even) {
    transform: none;
  }
  .service-detail .horizontal-scroll-trigger .card-item h2 {
    font-size: 32px;
  }
  .service-detail .horizontal-scroll-trigger .card-item .title {
    font-size: 18px;
  }
  .service-detail .horizontal-scroll-trigger .card-item .desc {
    font-size: 12px;
  }
}
.service-detail .faq-container {
  width: 100%;
  margin-bottom: 40px;
}
.service-detail .faq-item {
  background-color: var(--Main-faq-Background, #161927);
  border: 1px solid var(--Primary-Primary-30, #00162c);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
}
.service-detail .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
.service-detail .faq-arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.service-detail .faq-arrow svg {
  fill: white;
}
.service-detail .faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  color: var(--Natural-grey-60, #999999);
  transition: max-height 0.3s ease, padding 0.3s ease;
  line-height: 1.6;
}
.service-detail .faq-item.active .faq-answer {
  padding: 0 25px 20px;
  max-height: 300px;
}
.service-detail .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.bg-animated-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background: linear-gradient(
    180deg,
    rgba(27, 4, 190, 0.1882352941) 49%,
    #17141c 100%
  );
}

.bg-animated {
  animation: bg-animated 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  z-index: -99;
  width: clamp(900px, 45vw, 1200px);
  height: auto;
  aspect-ratio: 1/1;
}

@keyframes bg-animated {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bg-animated1 {
  animation: bg-animated1 10s cubic-bezier(0.4, 0, 0.2, 1) infinite alternate;
  z-index: -99;
  width: clamp(900px, 45vw, 1200px);
  height: auto;
  aspect-ratio: 1/1;
}

@keyframes bg-animated1 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.overlay {
  background: linear-gradient(
    180deg,
    rgba(23, 20, 28, 0.3) 48.62%,
    #17141c 100%
  );
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  z-index: -98;
}

.rtl {
  overflow-x: hidden !important;
  /* ====================================================== */
  /* ========== keyframes ========== */
  /* LTR: يتحرك لليسار */
  /* RTL: يتحرك لليمين */
}
.rtl .site-header .menu-right h4 {
  left: unset;
  right: 16%;
}
.rtl .services .serv__boxes .box .serv_img {
  right: unset;
  left: 5.5%;
}
.rtl .services .serv__boxes .box .serv_img img {
  max-width: 350px;
}
.rtl .services .serv__boxes .box .arrow__serv {
  transform: rotate(180deg) !important;
}
.rtl .services .serv__boxes .box .arrow__serv:hover img {
  transform: rotate(45deg) !important;
  transition: all 1s;
}
.rtl .connect-word {
  padding: 56px 0;
  /* =============== RTL tweaks =============== */
}
.rtl .connect-word .ticker-wrap {
  overflow: hidden;
}
.rtl .connect-word .ticker-wrap .ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  animation: ticker 12s linear infinite;
}
.rtl .connect-word .ticker-wrap .ticker .ticker__item {
  display: flex;
  padding: 0 2rem;
}
.rtl .connect-word .ticker-wrap .ticker .ticker__item h2 {
  color: var(--Natural-grey-90, #e5e5e5);
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
}
[dir="rtl"] .rtl .connect-word {
  /* قلب الهوامش */
}
[dir="rtl"] .rtl .connect-word .ticker {
  flex-direction: row-reverse;
  animation: ticker-rtl 12s linear infinite;
}
[dir="rtl"] .rtl .connect-word .ticker__item h2 {
  margin: 0 0 0 24px;
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes ticker-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
.rtl #solutions__page .sol-tab_box .icon {
  transform: rotate(180deg);
}
.rtl #solutions__page .sol-tab_box:hover .icon img {
  transform: rotate(40deg);
  transition: all 0.6s;
}
.rtl #serv-tab .serv__boxes .box .serv_img {
  right: unset !important;
  left: 5.5% !important;
}
.rtl #serv-tab .serv__boxes .box .serv_img img {
  max-width: 350px;
}
.rtl #serv-tab .serv__boxes .box .arrow__serv {
  transform: rotate(180deg) !important;
}
.rtl #serv-tab .serv__boxes .box .arrow__serv:hover img {
  transform: rotate(45deg) !important;
  transition: all 1s;
}

#nbbn {
  border-bottom: 1px solid #fff;
}

.rtl .site-header .mega-menu .menu-left .info-block .details {
  text-align: right;
}
.rtl .hero .center-sec .btn-tow img {
  transform: scaleX(-1);
}
.rtl .about_under_section .cards-track {
  padding: 100px;
}
.rtl .services .serv_img {
  z-index: 80;
}
.rtl .services .arrow__serv {
  z-index: 90;
}
.rtl .client-say .testimonial-text {
  text-align: right;
}
.rtl .blog-section .read-more a {
  margin-inline-end: 10px;
}
.rtl .blog-section .read-more img {
  transform: scaleX(-1);
}
.rtl .blog-section .date img {
  /* margin-inline-end: 10px; */
}
.rtl .contact-us form {
  text-align: right !important;
}
.rtl .contact-us form input,
.rtl .contact-us form textarea {
  text-align: right;
}
.rtl #more-details-link svg {
  transform: scaleX(-1);
}
.rtl .whatsapp-link svg {
  transform: unset !important;
}
.rtl #xcw {
  transform: scaleX(-1);
}
.rtl .client-say .hold-say {
  left: 0;
}
@media screen and (max-width: 768px) {
  .rtl .services .serv__boxes .box .serv_img img {
    /*max-width: 320p;*/
  }
  .services .serv__boxes .box .arrow__serv {
    width: 50px;
    height: 50px;
  }
  .services .serv__boxes .box .arrow__serv img {
    width: 50px;
    height: 50px;
  }
} /*# sourceMappingURL=styles.css.map */

/* hero 2 */
.hero2 {
  position: relative;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* بدون انيميشن في البداية */
  opacity: 1;
  visibility: visible;
}



/*Map*/

/* ===== أزرار التاب تحت الخريطة ===== */
.map-tabs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 20px;
  /*background: var(--bg-color, #1a1a1a);*/
  border-top: 2px solid var(--border-color, #333);
  justify-content: center;
  align-items: center;
}

.map-tabs-container .tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid var(--border-color, #444);
  background: var(--card-bg, #2a2a2a);
  color: var(--text-color, #ffffff);
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.map-tabs-container .tab-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transition: left 0.5s ease;
}

.map-tabs-container .tab-btn:hover::before {
  left: 100%;
}

.map-tabs-container .tab-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #cef61921;
  border-color: #cef61921;
}

.map-tabs-container .tab-btn.active {
    background: #cef619;
    border-color: #cef619;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px #cef61921;
}

.map-tabs-container .tab-btn.active::before {
  display: none;
}

.map-tabs-container .tab-flag {
  width: 24px;
  height: 16px;
  border-radius: 3px;
  object-fit: cover;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.map-tabs-container .tab-btn span {
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0.5px;
}

/* الاستجابة للشاشات الصغيرة */
@media (max-width: 768px) {
  .map-tabs-container .map-tabs-container {
    padding: 15px 10px;
    gap: 8px;
  }
  
  .map-tabs-container .tab-btn {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 20px;
  }
  
  .map-tabs-container .tab-flag {
    width: 20px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .map-tabs-container .map-tabs-container {
    flex-direction: column;
    align-items: stretch;
  }
  
  .map-tabs-container .tab-btn {
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* ===== دعم الثيم الفاتح ===== */
/*:root.light .map-tabs-container {*/
/*  background: var(--bg-color-light, #ffffff);*/
/*  border-top-color: var(--border-color-light, #e0e0e0);*/
/*}*/

/*:root.light .map-tabs-container .tab-btn {*/
/*  background: var(--card-bg-light, #f8f9fa);*/
/*  color: var(--text-color-light, #333333);*/
/*  border-color: var(--border-color-light, #dee2e6);*/
/*}*/

/*:root.light .map-tabs-container .tab-btn:hover {*/
/*  box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
/*}*/

/*:root.light .map-tabs-container .tab-btn.active {*/
/*  box-shadow: 0 5px 20px rgba(0,123,255,0.3);*/
/*}*/

/* تأثيرات إضافية للتفاعل */
.map-tabs-container .tab-btn:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/*.map-tabs-container .tab-btn:focus {*/
/*  outline: 2px solid #cef61921;*/
/*  outline-offset: 2px;*/
/*}*/

/* تحسين الخط العربي */
/*.map-tabs-container .tab-btn span {*/
/*  text-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
/*}*/

/*:root.light .map-tabs-container .tab-btn span {*/
/*  text-shadow: none;*/
/*}*/