@import url("https://fonts.googleapis.com/css?family=Almarai:300,400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");

body {
  font-family: Almarai, sans-serif;
  overflow-x: hidden;
  direction: rtl;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.text-gray {
  color: rgba(25, 24, 37, 0.5);                                                                                                                                                                                         
}
.bg-darkBlue {
  background-color: #234282;
}
.bg-darkBlue2 {
  background-color: #0f1b24;
}
.bg-custom-gradient {
  background: linear-gradient(180deg, #2a509d 10.1%, #0f1c37 100%);
}
.bg-custom-gradient2 {
  background: linear-gradient(
    242.16deg,
    rgba(61, 126, 193, 0.768) 33.34%,
    rgba(0, 1, 3, 0.8) 87.13%
  );
}
.border-darkBlue {
  border-color: #234282;
}
.p-12 {
  padding: 12px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pt-64 {
  padding-top: 64px;
}
.pl-22 {
  padding-left: 22px;
}
.pr-42 {
  padding-right: 42px;
}
.pl-42 {
  padding-left: 42px;
}
.pr-22 {
  padding-right: 22px;
}
.pt-22 {
  padding-top: 22px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pt-250 {
  padding-top: 250px;
}
.pb-200 {
  padding-bottom: 200px;
}
.p-72 {
  padding: clamp(12px, 4vw, 72px);
}
.w-134 {
  width: 134px;
}
.fs-64 {
  font-size: clamp(48px, 4vw, 64px);
}
.fs-56 {
  font-size: 56px;
}
.fs-20 {
  font-size: 20px;
}
.fs-14 {
  font-size: 14px;
}
.lh-160 {
  line-height: 1.6;
}
.lh-146 {
  line-height: 1.46;
}
.top-90 {
  top: 90px;
}
.fw-heavy {
  font-weight: 800;
}
.gap-40 {
  gap: 40px;
}
.gap-14 {
  gap: 14px;
}
.w-608 {
  width: 608px;
}
.heroImage::before {
  content: "";
  position: absolute;
  left: 42px;
  bottom: 8px;
  height: 608px;
  width: 608px;
  background-image: url("../imgs/hero_settings.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.heroImage img {
  z-index: 0;
}
@media (max-width: 1400px) {
  .heroImage::before {
    left: -6px;
    height: 560px;
    width: 560px;
  }
}
@media (max-width: 1200px) {
  .heroImage::before {
    left: -6px;
    height: 470px;
    width: 470px;
  }
}
@media (max-width: 992px) {
  .heroImage::before {
    left: 124px;
    height: 560px;
    width: 560px;
  }
}
@media (max-width: 768px) {
  .heroImage::before {
    left: 8px;
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 568px) {
  .heroImage::before {
    left: -2px;
    height: 74%;
    width: 100%;
  }
}
.border-light-gray {
  border: 0.1px solid #cccccc90;
}
.custom-shadow {
  box-shadow: 4px 4px 24px 0 rgba(255, 255, 255, 0.2) inset,
    -8px -8px 24px 0 rgba(0, 0, 0, 0.25) inset;
}
.appFeatures {
  background: linear-gradient(
      242.16deg,
      rgba(61, 126, 193, 0.768) 33.34%,
      rgba(0, 1, 3, 0.8) 87.13%
    ),
    url(../imgs/app_feature.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.joinUs {
  background: linear-gradient(
      179.61deg,
      rgba(37, 37, 37, 0.496) 9.94%,
      rgba(35, 66, 130, 0.8) 95.26%
    ),
    url(../imgs/joinus.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.bg-custom-gradient3 {
  background: linear-gradient(
    179.61deg,
    rgba(37, 37, 37, 0.496) 9.94%,
    rgba(35, 66, 130, 0.8) 95.26%
  );
}
#about {
  margin-bottom: 0 !important;
}
.app {
  h2 {
    font-weight: 800;
    font-size: 55px;
    color: #0f172a;
  }
  p {
    font-weight: 400;
    font-size: 18px;
    color: #0f172a;
    text-align: justify;
    text-align-last: right;
  }
  @media (max-width: 768px) {
    h2 {
      font-size: 32px;
      line-height: 1.4;
      padding: 0 15px;
    }
  }
}




.work {
  .image {
    width: 500px;
    height: 550px;
  }
  h3 {
    font-weight: 800;
    font-size: 56px;
    color: #0F172A
  }
  p {
    font-weight: 400;
    font-size: 32px;
    color: #030b11;
    position: relative;
    cursor: pointer;
  }
  .owl-theme .item{
    margin: auto;
    text-align: center;
    img{
      width: 300px;
      height: 500px;
    }
  }

  .active {
    font-weight: 700;
    font-size: 32px;
    color: #161767;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    direction: rtl;
  }
  .outer{
    width: 500px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid #161767;
    display: flex;
    justify-content: center;
    align-items: center;
    .inner{
      width: 360px;
      height: 360px;
      border-radius: 50%;
      border: 8px solid #161767;
    }
  }

  
  /* .active::after , p::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #161767;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
    margin-left: 30px;
  } */
  p.active::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #161767;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
    margin-left: 30px;
  }
  
  p::after {
    content: " ";
    width: 3px;
    height: 100%;
    background-color: #cbd5e1;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    direction: ltr;
    margin-left: 30px;
  }
  
  p::after {
    background-color: #cbd5e1;
  }
 
}
@media (max-width: 768px) {
  .work {
    .image {
      width: 250px !important;
      height: 450px !important; 
      img{
        width: 250px !important;
      height: 450px !important;
      }
    }
    h3 {
      font-size: 30px !important;
    }
    .active {
      font-size: 20px;
    }
    p {
      font-size: 20px;
    }
    .outer{
  display: none;
    }}
}
/* General section */
.faq-section {
  background-color: #fff;
}

/* Title */
.faq-title {
  font-size: 32px;
  color: #124261;
}

/* Image */
.faq-image {
  max-width: 520px;
  max-height: 390px;
}

/* Accordion base */
.faq-accordion .accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
h3 {
  font-weight: 800;
  font-size: 56px;
  color: #0F172A
}
/* Accordion button */
.custom-accordion {
  background-color: #fff;
  color: #191C1F;
  font-weight: 400;
  font-size: 18px;
  padding: 1rem;
  border: none;
  box-shadow: none;
  text-align: right;
  justify-content: flex-end;
}

/* Remove Bootstrap default arrow */
.accordion-button::after {
  display: none;
}

/* Group the plus and text */
.faq-content {
  display: flex;
  flex-direction: row-reverse; /* Plus and text both on right */
  justify-content: space-between; /* Align to the right */
  align-items: center;
  gap: 0.5rem; /* Small gap between plus and text */
  width: 100%;
}

/* Plus mark */
.faq-plus {
  font-size: 24px;
  font-weight: bold;
  color: #124261;
}
.accordion-button:not(.collapsed) {
  background-color: #161767;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border-radius: 8px;
  span{
    color: #fff;
  }
}
/* Text */
.faq-text {
  font-size: 18px;
}

/* Open accordion - rotate plus */
.accordion-button:not(.collapsed) .faq-plus {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Accordion body */
.accordion-body {
  padding: 1rem 1.5rem;
  background-color: #f9f9f9;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  text-align: right;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .faq-title {
    font-size: 26px;
  }
  .faq-image {
    max-width: 100%;
    height: auto;
  }
  .custom-accordion {
    font-size: 16px;
  }
  .faq-plus {
    font-size: 20px;
  }
  .faq-text {
    font-size: 16px;
  }
}

.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;
}

h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #124261;
  border-bottom: 2px solid #ff8f00;
  padding-bottom: 10px;
}

.privacy-section {
  margin-bottom: 30px;
}

.privacy-section h2 {
  font-size: 22px;
  color: #b20404;
  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;
  }
}
