@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aref+Ruqaa:wght@400;700&family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");

body {
  /* direction: rtl; */
  font-family: "Almarai", serif;
}
/* Navbar Styles */
nav {
  z-index: 520;
}

nav a {
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #19182580 !important;
}

/* زرار التوجّل */
.navbar-toggler {
  border: none !important;
  padding: 6px 10px !important;
  margin-left: auto; /* يروح أقصى اليمين */
  outline: none !important;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: none;
  background-color: #000;
  width: 30px;
  height: 3px;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  background-color: #000;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

/* زرار التحميل */
.download {
  width: 134px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(rgba(27, 166, 172, 1), rgba(8, 211, 187, 1));
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  border: none;
  transition: background 0.3s ease-in-out;
}

.download:hover {
  background: linear-gradient(rgba(27, 166, 172, 1), rgba(8, 211, 187, 1));
}

.navbar-brand {
  width: 67px;
  height: 74px;
}

/* ---------- Mobile Navbar Menu (Neutral Charcoal Theme) ---------- */
@media (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 90vh; /* full screen */
    background: #191825; /* dark charcoal */
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    display: none;
    flex-direction: column !important;
    text-align: right;
    overflow: hidden !important; /* لا سكرول داخلي */
  }

  .navbar-toggler {
    z-index: 1000;
    border: none !important;
  }

  /* للحالة العادية (الإنجليزي) */
  html[dir="ltr"] .navbar-toggler {
    margin-left: auto; /* يخليه في اليمين */
    margin-right: 0;
  }

  /* للحالة العربي */
  html[dir="rtl"] .navbar-toggler {
    margin-right: auto; /* يخليه في الشمال */
    margin-left: 0;
  }
  .navbar-collapse.show {
    display: flex;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 12px;
  }

  .navbar-nav .nav-link,
  .navbar-nav .nav-item a {
    font-size: 20px;
    font-weight: 700;
    color: #fff !important; /* make all links white, including Eng */
    transition: all 0.3s ease-in-out;
    display: block;
    width: 100%;
  }

  .navbar-nav .nav-link:hover {
    color: #dda61c !important; /* orange hover */
    padding-right: 10px;
  }

  /* Toggler default = black */
  .navbar-toggler {
    z-index: 1000;
    border: none !important;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    background-color: #000 !important;
    transition: background-color 0.3s ease;
  }

  /* When menu open → toggler turns white */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    background-color: #fff !important;
  }

  /* Mobile Download button inside menu */
  .download {
    width: 100%;
    margin-top: 30px;
    background-color: #dda61c;
    font-size: 18px;
    color: #fff;
  }

  .download:hover {
    background-color: #b27d14;
  }
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

header {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    to right,
    rgba(187, 226, 224, 1),
    rgba(255, 255, 255, 1)
  );
  position: relative;
  display: flex;
  align-items: center;
  /* background-image: url('../images/C2699.00_00_24_42.Still011.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */

  h2 {
    font-weight: 800;
    font-size: 70px;
    color: rgba(34, 19, 20, 1);
    line-height: 1.2;
  }

  .highlight {
        font-size: 30px;

    position: relative;
    display: inline-block;
    z-index: 1;

    &::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 100%;
      height: 30px;
      background: linear-gradient(
        to right,
        rgba(27, 166, 172, 1),
        rgba(8, 211, 187, 1)
      );
      z-index: -1;

      -webkit-mask: radial-gradient(
        ellipse 60% 100% at 50% 150%,
        black 98%,
        transparent 100%
      );
      mask: radial-gradient(
        ellipse 60% 100% at 50% 150%,
        black 98%,
        transparent 100%
      );
    }
  }

  p {
    font-weight: 400;
    font-size: 24px;
    color: rgba(90, 113, 132, 1);
    line-height: 1.6;
  }

  .sec-img {
    position: absolute;
    width: 170px;
    height: 120px;
    top: 40px;
    left: 0;
  }

  @media (max-width: 992px) {
    h2 {
      font-size: 50px;
    }
    p {
      font-size: 20px;
    }
    .sec-img {
      width: 100px;
      top: 20px;
      height: 80px;
    }
  }

  @media (max-width: 768px) {
    height: auto;
    padding: 60px 20px;
    text-align: center;

    .row {
      flex-direction: column-reverse;
    }

    h2 {
      font-size: 36px;
    }

    p {
      font-size: 18px;
      margin: 20px 0;
    }

    button {
      padding: 12px 28px;
      font-size: 16px;
    }

    .item-img {
      margin-bottom: 20px;
      img {
        max-width: 80%;
        margin: 0 auto;
        display: block;
      }
    }
  }

  @media (max-width: 480px) {
    h2 {
      font-size: 28px;
    }
    p {
      font-size: 16px;
    }
    button {
      padding: 10px 24px;
      font-size: 14px;
    }
  }
}

.app {
  h4 {
    font-weight: 800;
    font-size: 40px;
    color: #0f172a;
  }

  p {
    font-weight: 400;
    font-size: 18px;
    color: #0f172a;
    text-align: justify;
  }
  .main-img {
    height: 358px;
    width: 100%;
  }
  .second-img {
    width: 100%;
    height: 240px;
    img {
      width: 100%;
      height: 240px;
    }
  }

  @media (max-width: 768px) {
    h4 {
      font-size: 28px;
    }
    .second {
      flex-direction: column-reverse !important;
    }
    .main-img {
      height: auto;
    }
    .second-img {
      height: 150px;
      img {
        height: 150px;
      }
    }
    p {
      font-size: 16px;
      text-align: right;
    }
  }

  @media (max-width: 480px) {
    h4 {
      font-size: 22px;
    }

    p {
      font-size: 14px;
    }
  }
}

#features {
  background-color: rgba(212, 237, 236, 1);
  .row {
    width: 85%;
  }
  .item {
    background-color: white;
    min-height: 516px;
    .item-img {
      width: 72px;
      height: 72px;
    }
    h4 {
      display: inline-block; /* يخلي العنصر قد عرض النص */

      font-weight: 700;
      font-size: 24px;
      color: rgba(37, 43, 66, 1);
      border-bottom: 2px solid rgba(27, 166, 172, 1);
    }
    p {
      font-weight: 400;
      font-size: 20px;
      color: rgba(115, 115, 115, 1);
    }
    &:hover {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      transform: scale(1.05);
      transition: all 0.3s ease;
    }
  }
}
@media (max-width: 768px) {
  #features {
    br {
      display: none;
    }
    h3 {
      font-size: 35px !important;
    }
    .item {
      min-height: auto !important;
    }
  }
}
.our-app {
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: rgba(43, 43, 43, 1);
  }

  > p {
    font-weight: 400;
    font-size: 28px;
    color: rgba(43, 43, 43, 1);
  }

  .item {
    text-align: start;

    h4 {
      font-weight: 700;
      font-size: 46px;
      color: rgba(37, 37, 37, 1);

      span {
        color: rgba(27, 166, 172, 1);
      }
    }

    p {
      color: rgba(84, 84, 84, 1);
      font-size: 20px;
    }
  }

  /* ==================== Responsive ==================== */

  /* Large tablets */
  @media (max-width: 1200px) {
    h3 {
      font-size: 48px;
    }
    > p {
      font-size: 24px;
    }
    .item h4 {
      font-size: 40px;
    }
    .item p {
      font-size: 18px;
    }
  }

  /* Tablets */
  @media (max-width: 992px) {
    h3 {
      font-size: 40px;
      color: rgba(43, 43, 43, 1);
    }
    > p {
      font-size: 22px;
    }
    .item h4 {
      font-size: 34px;
    }
    .item p {
      font-size: 17px;
    }
  }

  /* Mobiles */
  @media (max-width: 768px) {
    .second {
      flex-direction: column-reverse !important;
    }
    h3 {
      font-size: 32px;
      color: rgba(43, 43, 43, 1);
    }
    > p {
      font-size: 20px;
    }
    .item h4 {
      font-size: 28px;
    }
    .item p {
      font-size: 16px;
    }
    .item {
      text-align: center;
    }
  }

  /* Small Mobiles */
  @media (max-width: 480px) {
    h3 {
      font-size: 26px;
      color: rgba(43, 43, 43, 1);
    }
    > p {
      font-size: 18px;
    }
    .item h4 {
      font-size: 22px;
    }
    .item p {
      font-size: 14px;
    }
  }
}

.work {
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: rgba(43, 43, 43, 1);
  }
  .item {
    .item-image {
      width: 90px;
      height: 90px;
      img {
        width: 90px;
        height: 90px;
      }
    }

    h4 {
      font-weight: 700;
      font-size: 24px;
      color: rgba(15, 23, 42, 1);
    }
    p {
      font-weight: 400;
      font-size: 20px;
      color: rgba(15, 23, 42, 1);
    }
  }
  .one {
    width: 67px;
    height: 67px;
    left: 20px;
    top: 20px;
  }

  .two {
    width: 82px;
    height: 82px;
    left: 20px;
    bottom: 20px;
  }
  @media (max-width: 768px) {
    .one,
    .two {
      display: none;
    }
    h3 {
      font-size: 30px;
    }
    .item p {
      margin: 0 !important;
      font-size: 18px;
    }
    .item h4 {
      font-size: 20px;
    }
  }
}
.join {
  overflow: hidden;
  .download {
    width: 100%;
    height: 50vh;
    background-image: url("../images/47772594dd5bf42320ef66b437b7aab4db4b4426.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .layer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
  }
  h3 {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
  }
  p {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
}

footer {
  background-color: rgba(212, 237, 236, 1);
}

.footer h4 {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.footer p {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.footer .logo{
  width: 150px;
  height: 150px;
}
.footer .icons span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.3);
}

.footer .buttons button {
  border: solid 1px rgba(255, 255, 255, 0.8);
}

.footer a {
  text-decoration: none;
}
@media (max-width: 768px) {
  .connect {
    width: 100%;
    text-align: center !important;
  }
  .icons {
    margin: auto !important;
    margin-top: 20px !important;
  }
  .one h4 {
    margin-left: 0%;
  }
  #how ol {
    padding: 0 !important;
  }
}
.social-icons {
  .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    text-decoration: none;

    &:hover {
      transform: scale(1.2);
    }
  }

  .whatsapp i {
    color: #25d366;
  }

  .facebook i {
    color: #1877f2;
  }

  .instagram i {
    background: radial-gradient(
      circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .snapchat i {
    color: #fffc00;
  }

  .tiktok i {
    background: linear-gradient(45deg, #25f4ee, #fe2c55);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.footer h6 {
  font-weight: 500;
  color: #000;
  font-size: 16px;
  a {
    text-decoration: none;
    color: #4584c5;
    font-weight: 700;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .footer h6 {
    font-size: 12px;
  }
}

.privacy-container {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  line-height: 1.9;
}

.privacy-container h1 {
   color: #124261;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
}

.privacy-section {
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 22px;
  color: 124261;
  margin-bottom: 15px;
}

.privacy-section ul {
  list-style: disc;
  padding-right: 20px;
}

.privacy-section li {
  margin-bottom: 10px;
  color: #333;
}

@media (max-width: 600px) {
  .privacy-container {
    padding: 20px;
    margin: 20px;
  }

  h1 {
    font-size: 24px;
  }

  .privacy-section h2 {
    font-size: 20px;
  }
}
.text-last-start {
  text-align-last: start !important;
  -moz-text-align-last: start !important; /* Firefox support */
}
.terms-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 40px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "Almarai", sans-serif;
  color: #333;
  line-height: 1.8;

  h1 {
    color: #124261;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
  }

  h2 {
    color: #124261;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: right;
  }

  h3 , h4{
    color: #124261;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: right;
  }

  p {
    font-size: 16px;
    color: #444;
    margin-bottom: 25px;
    text-align: justify;
  }

  ul {
    list-style-type: disc;
    padding-right: 25px;

    li {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 1.8;
    }
  }

  strong {
    color: #124261;
  }

  .terms-section {
    margin-bottom: 35px;
  }
}
:root {
  color-scheme: light;
}

body,
html {
  background-color: #ffffff !important;
  color: #000000 !important;
}

img,
svg,
video {
  filter: none !important;
}
