.howitwork-2 .navigation-arrow-1{left:27%}.howitwork-2 .navigation-arrow-2{bottom:45%;right:29%}
/* ===== HEROPRAND ===== */
.heroprand{
  min-height:20vh;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
}

.heroprand-inner{
  width:100%;
  max-width:1200px;
  margin:auto;
}

/* ===== SUBTITLE ===== */
.heroprand-sub{
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 1.6;
  color: #888;
  max-width: 800px;
  margin: 0 auto 20px;
}

/* ===== TITLE ===== */
.heroprand-title{
  font-size: clamp(40px, 10vw, 120px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* ===== DESC ===== */
.heroprand-desc{
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.7;
  color: #aaa;
  max-width: 700px;
  margin: 20px auto 0;
}

/* ===== LETTER ANIMATION ===== */
.char{
  display:inline-block;
  opacity:0;
  transform:translateY(30px);
  filter:blur(6px);
}

.char.show{
  opacity:1;
  transform:translateY(0);
  filter:blur(0);
  transition:all 0.5s ease;
}






























@import url(https://fonts.googleapis.com/css?family=Oswald:300);

/* ================== GLOBAL ================== */
.servideo video {
    border-radius: 6px;
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 7;
}
.servideo {
    cursor: url('https://cdn-icons-png.flaticon.com/32/727/727245.png'), auto;
}

/* ================== CONTAINER ================== */
.servideo .videoContainer {
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 16 / 7;

    position: relative;
    overflow: hidden;
    background: #000;
    color: #ccc;

    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);

    margin: 50px auto 0;
}

.servideo .videoContainer:before {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.2);
    z-index: 2;
    border-radius: 10px;
    pointer-events: none;
}

/* ================== CAPTION ================== */
.servideo .caption {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 8px;

    text-align: center;
    font-size: 14px;
    color: #eee;

    background: linear-gradient(to bottom, rgba(0,0,0,0.6), transparent);
}

/* ================== CONTROLS ================== */
.servideo .control {
    position: absolute;
    bottom: 15px;
    left: 15px;

    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 8px;

    z-index: 5;
}

/* buttons base */
.servideo .control button,
.servideo .control .btnPlay,
.servideo .control .sound,
.servideo .control .btnFS {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(6px);

    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;

    cursor: pointer;
    transition: 0.3s;
}

.servideo .control button:hover,
.servideo .control .sound:hover,
.servideo .control .btnFS:hover {
    background: rgba(255,255,255,0.1);
}

/* ================== ICONS (MODERN بدل الصورة القديمة) ================== */
.servideo .icon-play::before {
    content: "▶";
    font-size: 12px;
}

.servideo .icon-pause::before {
    content: "⏸";
    font-size: 12px;
}

.servideo .icon-sound::before {
    content: "🔊";
    font-size: 14px;
}

.servideo .muted .icon-sound::before {
    content: "🔇";
}

.servideo .icon-fullscreen::before {
    content: "⛶";
    font-size: 14px;
}

/* ================== PROGRESS ================== */
.servideo .progress-bar {
    flex: 1;
    height: 6px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    cursor: pointer;
    position: relative;
}

.servideo .progress span {
    position: absolute;
    height: 100%;
    border-radius: 10px;
}

.servideo .timeBar {
    width: 0;
    background: linear-gradient(90deg, #00d2ff, #3a7bd5);
}

.servideo .bufferBar {
    width: 0;
    background: rgba(255,255,255,0.2);
}

/* ================== VOLUME ================== */
.servideo .volume {
    width: 80px;
    height: 5px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.servideo .volumeBar {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

/* ================== FULLSCREEN FIX ================== */
.servideo .videoContainer:fullscreen {
    width: 100%;
    height: 100%;
    max-width: none;
}

.servideo .videoContainer:-webkit-full-screen {
    width: 100%;
    height: 100%;
}

























.section-services-details {
padding-top:0;
}

.hom .backdrop-filter {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: transparent !important;
    box-shadow: none !important;
      margin-left: -10%;
    width: 410px;
}
/* موبايل */
@media (max-width: 767px) {

.hom .backdrop-filter {
    width: 210px;
    margin: 0 auto;
}
}
.section-paddinggg .section-padding {
    padding:  0;
}



.faq-cta-section {
    padding-top:  100px;
}

.faq-cta-subtitle {
    font-size: 31px;
    margin-bottom: 10px;
}

.faq-cta-title {
    font-size: 64px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.faq-cta-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.faq-cta-btn:hover {
    background: #6342ec;
    color: #000;
}
@media (max-width: 768px) {
    .faq-cta-title {
        font-size: 36px;
    }
}
.faq-cta-section .container {
    max-width: 900px;
}




























.roadmap {
  padding: 30px 50px;
}
.roadmap .point {
  display: flex;
  flex-direction: column;
  padding: 10px 50px;
  position: relative;
}
.roadmap .point:first-child .point-index {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 2px) !important;
}
.roadmap .point:last-child .point-index {
  top: 0;
  transform: translate(50%, -2px) !important;
}
.roadmap .point:not(:last-child) {
  border-bottom: 2px solid gold;
}
.roadmap .point:nth-child(odd) {
  align-items: flex-start;
}
.roadmap .point:nth-child(odd):not(:first-child) {
  border-left: 2px solid gold;
}
.roadmap .point:nth-child(odd) .point-index {
  left: 0;
  transform: translate(-50%, -50%);
}
.roadmap .point:nth-child(even) {
  align-items: flex-end;
}
.roadmap .point:nth-child(even):not(:last-child) {
  border-right: 2px solid gold;
}
.roadmap .point:nth-child(even) .point-index {
  right: 0;
  transform: translate(50%, -50%);
}
.roadmap .point .point-index {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid gold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
   background: #151317;

}
.roadmap .point .point-label {
  flex: 1 0 100%;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 641px) {
  .roadmap .point .point-label {
    flex: 1 0 50%;
    width: 50%;
  }
}
.roadmap .point .point-text {
  flex: 1 0 100%;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 641px) {
  .roadmap .point .point-text {
    flex: 1 0 50%;
    width: 50%;
  }
  
}
.titlesss {
  min-height: 60vh;
}
@media (max-width: 776px) {
  .titlesss {
  min-height: 20vh;
}
  .hero-titlesss {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}

.point {
  opacity: 0;
}

/* العناصر اللي على الشمال */
.point:nth-child(odd) {
  transform: translateX(-60px);
  animation: slideLeft 0.6s ease forwards;
}

/* العناصر اللي على اليمين */
.point:nth-child(even) {
  transform: translateX(60px);
  animation: slideRight 0.6s ease forwards;
}

/* delays */
.point:nth-child(1) { animation-delay: 0.5s; }
.point:nth-child(2) { animation-delay: 1.5s; }
.point:nth-child(3) { animation-delay: 2.5s; }
.point:nth-child(4) { animation-delay: 3.5s; }
.point:nth-child(5) { animation-delay: 4.5s; }
.point:nth-child(6) { animation-delay: 5.5s; }


/* keyframes */
@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}