@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Exo+2:ital,wght@0,100..900;1,100..900&family=Fira+Code:wght@300..700&family=Inconsolata:wght@200..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Arabic:wght@100..900&family=Orbitron:wght@400..900&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&family=Rajdhani:wght@300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&family=Tajawal:wght@200;300;400;500;700;800;900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/*/////////////////////////*/
/*///////// MAIN //////////*/
/*/////////////////////////*/
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  height: 100%;
  font-family: sans-serif;

  box-sizing: border-box;
  /* يضمن أن الحواف والحشوات لا تؤثر على أبعاد العنصر */
  scroll-behavior: smooth;
  /* يحسن تجربة التمرير */
  -webkit-text-size-adjust: 100%;
  /* يمنع تكبير النصوص التلقائي على الهواتف */

  font-size: 100%;
}

body {
  /* خلفية محايدة */
  margin: 0 auto;
  /* يركز المحتوى في المنتصف */
  /* max-width: 1200px; */
  /* يمنع تمدد النصوص على الشاشات العريضة */
  min-height: 100vh;
  /* يضمن أن الصفحة تملأ الشاشة دائمًا */
  overflow-x: hidden;
  width: 100%;
  background-color: white;
}

/*//////////////////////////////////////////*/
/*//////////// Hero Section  //////////////*/
/*/////////////////////////////////////////*/


.hero-section {
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
z-index: 2; 
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.hero-section-background{
  height: 100vh;
  width: 100%;
  background-color: #112539;

}
.hero-text-container {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 5%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 10px rgba(17, 37, 57, 0.055);
  z-index: 10;
}

.hero-text-mid {
  line-height: 1.8;
  width: 200px;
  font-size:28px;
  color: #f9cf59;
  font-weight: 600;
  position: absolute;
  top: 10px;
  left: 110px;
  z-index: 1;
  letter-spacing: 1px;
  
}

.hero-text-lower {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: fit-content;
  position: relative;

}

.hero-text-lower-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
  height: 150px;
  width: fit-content;
}

.hero-text-lower-left-g {
  font-size: 200px;
  line-height: 0.2;
  letter-spacing: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: -100px;
  color: #f9cf59;
  font-weight: 400;

}

.hero-text-lower-left-ap {
  font-size: 72px;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #f9cf59;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
}

.hero-text-lower-right {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50px;
  left: 110px;
}

.hero-text-lower-right-upper {
  font-size: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  color: #ffff;
  flex-wrap: nowrap;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.hero-text-lower-right-upper span:not(:last-child) {
  margin-right: 5px;
}

.hero-text-lower-right-lower {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
}

.hero-text-lower-right-lower-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  font-size: 24px;
}

.hero-text-lower-right-lower-right div {
  display: inline-block;
  /* أو block حسب التخطيط المطلوب */
  animation: bounceUpDown 1.5s infinite ease-in-out;
  margin: 0 10px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.hero-text-lower-right-lower-right .smooth {
  animation-delay: 0s;

  color: #f05d5b;
}

.hero-text-lower-right-lower-right .simple {
  animation-delay: 0.3s;

  color: #509ba4;
}

.hero-text-lower-right-lower-right .easy {
  animation-delay: 0.6s;

  color: #facf59;
}

@keyframes bounceUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
    /* الارتفاع */
  }
}

@media (max-width: 768px) {
  .hero-text-container {
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-text-mid {
    font-size: 34px;
    margin-left: 5px;
    line-height: 1.8;
    letter-spacing: 1;
    font-weight: 600;
    position: absolute;
    top: 50px;
    left: 75px;
    z-index: 1;
    margin-left: 10px;
  }

  .hero-text-lower {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-text-lower-left-g {
    font-size: 184px;
    line-height: 0.2;
    letter-spacing: 0;
    top: -65px;
    left: -10px;
    font-weight: 300;
  }

  .hero-text-lower-left-ap {
    font-size: 70px;
    line-height: 1;
    letter-spacing: 2px;
    left: -10px;
    font-weight: 400;
    top: 20px;
  }

  .hero-text-lower-right {
    position: static;
    margin-top: 40px;

  }

  .hero-text-lower-right-upper {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .hero-text-lower-right-lower-right {
    width: 100%;
    margin-top: 10px;
    font-size: 20px;
  }

  .hero-text-lower-right-lower-right div {
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
}

@media (max-width: 375px) {
  .hero-text-container {
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-text-mid {
    font-size: 28px;
    margin-left: 5px;
    line-height: 1.8;
    letter-spacing: 1;
    font-weight: 600;
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: 1;
    margin-left: 10px;
  }

  .hero-text-lower {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-text-lower-left-g {
    font-size: 128px;
    line-height: 0.2;
    letter-spacing: 0;
    top: -65px;
    left: -10px;
    font-weight: 300;
  }

  .hero-text-lower-left-ap {
    font-size: 46px;
    line-height: 1;
    letter-spacing: 2px;
    left: -10px;
    font-weight: 400;
    top: 0;
  }

  .hero-text-lower-right {
    position: static;
    margin-top: 17px;



  }

  .hero-text-lower-right-upper {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .hero-text-lower-right-lower-right {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
  }

  .hero-text-lower-right-lower-right div {
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: 500;
  }
}

/*//////////////////////////////////////////*/
/*///////// Hero Section Animation //////////*/
/*//////////////////////////////////////////*/

.spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 140%;
  width: 300px;
  z-index: 2;
  animation: orbita 25s forwards infinite;
  -webkit-animation: orbita 25s forwards infinite;
  -moz-animation: orbita 25s forwards infinite;
  -o-animation: orbita 25s forwards infinite;
}

@keyframes orbita {

  /* MIDNIGHT */
  0% {
    transform: translate(-50%, 50%) rotate(20deg);
  }


  /* MIDDAY NOON*/
  50% {
    transform: translate(-50%, 50%) rotate(200deg);
  }


  /* EVNING*/
  100% {
    transform: translate(-50%, 50%) rotate(380deg);
  }
}

.sun {
  position: absolute;
  bottom: 0;
  height: 6.5rem;
  width: 6.5rem;
}

.moon {
  height: 5rem;
  width: 5rem;
  box-shadow: 1.25em -1.25em 0 0 #ffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
}

.rock img {
  width: 5rem;
}

.rock {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  animation: verticalm 5s;
  opacity: 0;
}

@keyframes verticalm {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }

  50% {
    transform: translateY(-200%) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: translate(400%, -400%) rotate(45deg);
  }
}

.stars-1 {
  opacity: 0;
  height: 0.15em;
  width: 0.15em;
  background-color: #ffff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 50%;
  box-shadow: 3em 9.3em #ffffff, -1.8em 11.2em #ffffff, 2.5em 16.2em #ffffff,
    -5em 6.2em #ffffff, -5.6em -0.6em #ffffff, -5.6em 3.7em 0 0.06em #ffffff,
    -5em 17.5em 0 0.05em #ffffff, -7.5em 14.3em #ffffff;
  animation: twinkle 25s infinite forwards, opacitys 25s infinite forwards;
}

.stars-2 {
  opacity: 0.5;
  height: 0.15em;
  width: 0.15em;
  background-color: #ffff;
  position: absolute;
  bottom: 60%;
  left: 75%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50%;
  box-shadow: 3em 9.3em #ffffff, -1.8em 11.2em #ffffff, 2.5em 16.2em #ffffff,
    -5em 6.2em #ffffff, -5.6em -0.6em #ffffff, -5.6em 3.7em 0 0.06em #ffffff,
    -5em 17.5em 0 0.05em #ffffff, -7.5em 14.3em #ffffff;
  animation: twinkle 25s infinite forwards, opacitys 25s infinite forwards;
}

.stars-3 {
  opacity: 0.5;
  height: 0.2em;
  width: 0.2em;
  background-color: #ffff;
  position: absolute;
  bottom: 50%;
  right: 75%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50%;
  box-shadow: 3em 9.3em #ffffff, -1.8em 11.2em #ffffff, 2.5em 16.2em #ffffff,
    -5em 6.2em #ffffff, -5.6em -0.6em #ffffff, -5.6em 3.7em 0 0.06em #ffffff,
    -5em 17.5em 0 0.05em #ffffff, -7.5em 14.3em #ffffff;
  animation: twinkle 25s infinite forwards;
}

.cloud img {
  width: 8rem;
}

.cloud {
  position: absolute;
  bottom: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  animation: horizontalm 25s infinite ease-in, opacitym 25s infinite ease-in;
  opacity: 1;
  z-index: 3;
}

@keyframes horizontalm {

  /* MIDNIGHT */
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(800%);
  }
}

@keyframes opacitym {

  /* MIDNIGHT */
  0% {
    opacity: 0.2;
  }

  /* DAWN */
  25% {
    opacity: 1;
  }

  /* MIDDAY NOON*/
  50% {
    opacity: 1;
  }

  /* DUSK SUNSET*/
  75% {
    opacity: 1;
  }

  /* EVNING*/
  100% {
    opacity: 0.2;
  }
}

.sat {
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 0%;
  right: 50%;
  animation: spin 1s infinite forwards, movein 30s infinite forwards;
}

@keyframes movein {

  /* MIDNIGHT */
  0% {
    bottom: 0%;
  }

  /* MIDDAY NOON*/
  50% {
    bottom: 10%;
  }

  /* EVNING*/
  100% {
    bottom: 0%;
  }
}

.spinner-sat {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(50%, -50%);
  height: 290%;
  width: 100px;
  animation: orbitax 50s forwards infinite;
  -webkit-animation: orbitax 50s forwards infinite;
  -moz-animation: orbitax 50s forwards infinite;
  -o-animation: orbitax 50s forwards infinite;
  z-index: 3;
}

.sat img {
  width: 7rem;
}

@keyframes orbitax {

  /* MIDNIGHT */
  0% {
    transform: translate(50%, -50%) rotate(270deg);
  }

  100% {
    transform: translate(50%, -50%) rotate(450deg);
  }
}


/*//////////////////////////////////////////*/
/*///////// services Section  //////////////*/
/*//////////////////////////////////////////*/

.services-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f3f8f9;
  padding: 100px 0px 100px 0px;
  flex-wrap: wrap;
}

.services-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 90%;
}

.services-heading img {
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  /* fill the box, cropping edges */
  object-position: center;
  /* keep center of image visible */
  width: 100%;
  max-width: 450px;
  height: auto;
}

.services-section span {
  color: #738598;
  font-size: 1.1em;
  font-weight: 500;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.services-container {
  width: 100%;
  background-color: rgb(243, 248, 249);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 equal columns */
  align-items: stretch;
  /* stretch each grid cell to the row’s tallest */
  gap: 7%;
  padding: 0 8%;
}

.service-card {
  background-color: #e7f1f2;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  border-radius: 15px;
  width: 100%;
  min-width: 250px;
}

.service-card-upper {
  width: 100%;
  background-color: white;
  padding: 7% 7% 0 7%;
  border-radius: 15px 15px 0px 0px;
}

.service-card-upper-img img {
  overflow: hidden;

  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  /* fill the box, cropping edges */
  object-position: center;
  /* keep center of image visible */
  width: 100%;
  height: 100%;
}

.service-card-upper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: white;
  width: 100%;
  padding: 8% 0 4.5% 0;
  position: relative;
}

.service-card-upper-header-label {
  color: #4f9ca5;
  font-weight: 400;
  font-size: 1.1em;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.service-card-upper-header-arrow {
  width: 15%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -28%;
}

.service-card-upper-header-arrow img {
  margin: 0;
  padding: 0;
  display: block;
  object-fit: cover;
  /* fill the box, cropping edges */
  object-position: center;
  /* keep center of image visible */
  width: 100%;
  height: auto;
}

.service-card-lower {
  background-color: #e7f1f2;
  padding: 0 7% 0 7%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0px 0px 15px 15px;
}

ul.custom-bullets {
  list-style: none;
  /* نلغي النقاط الافتراضية */
  padding: 0;
  margin: 10% 0;
}

ul.custom-bullets li {
  position: relative;
  padding-left: 2em;
  /* يفسح مساحة للـ SVG على اليسار */
  margin-bottom: 0.5em;
  /* مسافة اختيارية بين البنود */
  font-size: 1em;
  color: #465a6b;
}

ul.custom-bullets li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.5em;
  /* عرض الأيقونة */
  height: 1.5em;
  /* ارتفاع الأيقونة */
  background: url("./SVG/shared-vectors/bullet.svg")
    /* مسار ملف الـ SVG */
    no-repeat center/contain;
}

/* Tablets / iPad (e.g. ≤ 998px wide) → 2 columns */
@media (max-width: 998px) {
  .services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Phones / iPhone (e.g. ≤ 768px wide) → 1 column */
@media (max-width: 700px) {
  .services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 60px 0;
    padding: 0;
    width: 100%;
  }

  .service-card {
    width: 90%;
  }
}