﻿* {
  box-sizing: border-box;
}

html[dir="rtl"] {
  * {
    font-family: "Noto Sans Arabic", sans-serif !important;
  }
  .subTitle-slogan
  {
    text-align: right;
  }
  .card-features-image {
    margin-left: 1rem;
  }

  .slogan-button {
    margin-right: 0 !important;
  }
  .title-faqs {
    padding-right: 1rem;
  }

  .steps-row {
    flex-direction: row-reverse;
  }

  @media screen and (max-width: 767px) {
    .carousel-item-text-container {
      margin-right: 20px;
    }
  }

  .awards-title {
    font-family: "Montserrat", "Noto Sans Arabic" !important;
  }

  /* Ensure Unicons font is properly applied to icon elements */
  .uil,
  .uil:before,
  .uil-arrow-left:before,
  .uil-arrow-right:before,
  .uil-calendar-alt:before,
  .accordion-wrapper .card-header button:before,
  .accordion-wrapper .card-header button.collapsed:before,
  #active-lang-choice::before {
    font-family: "Unicons" !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .accordion-wrapper .card-header button.collapsed:before {
    content: "\e92d";
  }
  .accordion-wrapper .card-header button:before {
    font-family: Unicons;
    position: absolute;
    right: 1.3rem;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -0.25rem;
    margin-right: -0.3rem;
    display: inline-block;
    color: #3f78e0;
  }

  .faqs-button {
    margin-right: 1rem;
  }
  .how-to-join-title {
    padding-right: 0;
  }
  @media screen and (min-width: 1440px) {
    .all-blogs-link {
      margin-right: 10rem;
    }
  }

  blockquote {
    border-right: 0.15rem solid #3f78e0;
    padding-right: 1rem;
    font-size: 0.85rem;
    line-height: 1.7;
    font-weight: 500;
  }

  @media screen and (min-width: 1024px) {
    .card-text-container {
      padding-right: 1.5rem;
    }
  }
  @media screen and (min-width: 1440px) {
    .card-text-container {
      padding-right: 3rem;
    }
  }
  @media screen and (min-width: 1920px) {
    .card-text-container {
      padding-right: 15rem;
    }
  }
  @media screen and (min-width: 2560px) {
    .card-text-container {
      padding-right: 30rem;
    }
  }
  .form-label-contactUs {
    text-align: right;
  }

  .store-button-image-download-section-button {
    padding-right: 0;
  }

  .post-meta li i {
    padding-left: 0.2rem;
  }

  .testimonialsInfo {
    padding-right: 1rem;
  }

  .testimonialsInfo h5,
  .testimonialsInfo p {
    text-align: right;
  }

  .faqs-button {
    text-align: right;
  }

  @media screen and (min-width: 1024px) {
    .download-app-text {
      margin-top: 8rem;
    }
  }

  @media screen and (max-width: 374px) {
    .store-buttons {
      flex-direction: column;
    }
  }

  @media screen and (min-width: 375px) and (max-width: 767px) {
    .store-buttons {
      flex-direction: column;
    }
  }

  .form-floating > label {
  }

  .tag-list li a:before {
    font-style: normal;
    content: "#";
    font-weight: 400;
    padding-right: 0rem;
    margin-left: 0.2rem;
  }

  .unordered-list > li:before {
    font-family: sans-serif;
    position: absolute;
    top: -0.15rem;
    right: 0;
    font-size: 1rem;
    content: "\2022";
  }

  .post-category-link {
    margin-right: 1.2rem;
  }
  .text-line {
    position: relative;
    vertical-align: top;
    padding-left: 1.4rem;
  }

  .text-line:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    right: 0rem;
    width: 0.75rem;
    height: 0.05rem;
    background: #3f78e0;
  }

  .blogs-arrow {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    margin-right: 0.5rem;
  }
  .navbar-nav {
    text-align: right;
    padding: 0;
  }

  #active-lang-choice {
    margin-right: 0.3rem;
  }

  @media screen and (min-width: 1440px) {
    .navbar-brand {
      margin-left: 5rem;
    }
  }

  #active-lang-choice::before {
    content: "\e92d";
    font-family: Unicons;
    display: inline-block; /* Ensures the arrow is on the same line as the text */
  }

  .nav-item {
    margin-left: 0rem !important;
  }

  #downloadBtn {
    margin-left: 0.8rem !important;
  }
  .advantageItemComponent {
    margin-left: 1rem !important;
  }
  #textDirection {
    text-align: right;
  }
  #hero-blog-title {
    padding-left: 10rem;
  }
}

html[dir="ltr"] {
  * {
    font-family: "Montserrat", sans-serif !important;
  }

  /* Ensure Unicons font is properly applied to icon elements */
  .uil,
  .uil:before,
  .uil-arrow-left:before,
  .uil-arrow-right:before,
  .uil-calendar-alt:before,
  .accordion-wrapper .card-header button:before,
  .accordion-wrapper .card-header button.collapsed:before,
  #active-lang-choice::after {
    font-family: "Unicons" !important;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  .card-features-image {
    margin-right: 1rem;
  }

  .steps-row {
    flex-direction: row;
  }

  .title-faqs {
    padding-left: 1rem;
  }

  .how-to-join-title {
    padding-left: 0;
  }
  @media screen and (min-width: 1440px) {
    .all-blogs-link {
      margin-left: 10rem;
    }
  }
  .accordion-wrapper .card-header button.collapsed:before {
    content: "\e92d";
  }

  .accordion-wrapper .card-header button:before {
    font-family: Unicons;
    position: absolute;
    left: 1.3rem;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: 400;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #3f78e0;
  }
  blockquote {
    border-left: 0.15rem solid #3f78e0;
    padding-left: 1rem;
    font-size: 0.85rem;
    line-height: 1.7;
    font-weight: 500;
  }

  @media screen and (min-width: 1024px) {
    .card-text-container {
      padding-left: 1.5rem;
    }
  }
  @media screen and (min-width: 1440px) {
    .card-text-container {
      padding-left: 3rem;
    }
  }
  @media screen and (min-width: 1920px) {
    .card-text-container {
      padding-left: 15rem;
    }
  }
  @media screen and (min-width: 2560px) {
    .card-text-container {
      padding-left: 30rem;
    }
  }
  .form-label-contactUs {
    text-align: left;
  }

  .post-meta li i {
    padding-right: 0.2rem;
  }

  .store-button-image-download-section-button {
    padding-left: 0;
  }

  .testimonialsInfo {
    padding-left: 1rem;
  }
  .testimonialsInfo h5,
  .testimonialsInfo p {
    text-align: left;
  }

  @media screen and (max-width: 374px) {
    .store-buttons {
      flex-direction: column;
    }
  }

  @media screen and (min-width: 375px) and (max-width: 767px) {
    .store-buttons {
      flex-direction: column;
    }
  }
  .faqs-button {
    text-align: left;
  }

  .tag-list li a:before {
    font-style: normal;
    content: "#";
    font-weight: 400;
    padding-right: 0.2rem;
  }

  .unordered-list > li:before {
    font-family: sans-serif;
    position: absolute;
    top: -0.15rem;
    left: 0;
    font-size: 1rem;
    content: "\2022";
  }

  .post-category-link {
    margin-right: 1rem;
  }

  .text-line {
    position: relative;
    vertical-align: top;
    padding-left: 1.4rem;
  }
  .text-line:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    width: 0.75rem;
    height: 0.05rem;
    background: #3f78e0;
  }

  .blogs-arrow {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.5rem;
  }
  .navbar-nav {
    text-align: left;
  }

  @media screen and (min-width: 1024px) {
    .navbar-other {
      width: 25%;
    }
  }

  #active-lang-choice {
    margin-right: 0rem;
  }

  #active-lang-choice::after {
    content: "\e92d";
    font-family: Unicons;
    display: inline-block; /* Ensures the arrow is on the same line as the text */
  }

  .advantageItemComponent {
    margin-right: 1rem !important;
  }
  #textDirection {
    text-align: left;
  }
  #hero-blog-title {
    padding-right: 10rem;
  }

  @media screen and (min-width: 1024px) {
    .download-app-text {
      margin-top: 5rem;
    }
  }
}

/* General Styles */
.store-button-image-download-section {
  width: 8rem;
}

.subTitle-slogan
{
  text-align: left
}

.floating-button {
  transform: translate(-50%, -50%);
  border: none;
}
.feature-item {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide:hover {
  transform: scale(1.02);
  transition: transform 0.5s ease-in-out;
}

.section-titles {
  font-weight: 700;
  color: #3051bb;
  font-size: 2.5rem;
}

.slogan-container {
  position: relative;
  overflow: hidden; /* Prevent content from overflowing */
  background-repeat: no-repeat;
  background-size: cover;
  height: 92vh;
  background-position: right;
}

/* Media Queries for Mobile */
@media screen and (max-width: 425px) {
  .card-comp-section {
    padding: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .slogan-title,
  .slogan-title * {
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .subTitle-slogan,
  .subTitle-slogan * {
    font-size: 1rem !important;
    line-height: inherit !important;
  }

  .card-body-container {
    height: 14rem;
  }

  /* .figure-comp {
    height: 5rem;
  } */
  .slogan-button {
    font-size: 0.4rem !important;
  }

  .slogan-title,
  .subTitle-slogan {
    width: 50%;
  }

  .faqs-button {
    font-size: 0.7rem;
    padding: 0;
  }

  .reverse-on-mobile {
    display: flex;
    flex-direction: column-reverse !important;
  }

  .text-title {
    font-size: 25px;
    text-align: center !important;
  }

  .text-subtitle {
    font-size: 20px;
    text-align: center !important;
  }

  .footer-logo-img {
    width: 50%;
  }

  .text-body {
    font-size: 14px;
    line-height: 21px;
  }

  .text-body:lang(ar) {
    font-size: 15px;
    line-height: 21px;
  }
  .company-fact-title {
    font-size: 30px;
  }

  .company-fact-subtitle {
    font-size: 20px;
  }
  .achievements-comp-title {
    font-size: 35px;
  }
  .faqs-container {
    width: 90%;
  }
  .accordion-wrapper .card {
    margin-bottom: 10px !important;
  }
  .title-faqs {
    font-size: 15px;
  }

  .title-faqs:lang(ar) {
    padding-right: 1rem !important;
  }
  .title-faqs:lang(en) {
    padding-left: 1rem !important;
  }
  .careers-video-container {
    height: 50% !important;
  }
  .video-title {
    font-size: 33px !important;
  }

  .achievements-section {
    margin-bottom: 45px !important;
  }

  .value-container {
    margin-bottom: 30px !important;
  }
  .all-values-section-container {
    padding-top: 30px !important;
  }
  .section-titles {
    text-align: center;
  }
  .careerTestimonial-subtitle {
    text-align: center;
  }
  .contact-form-button {
    font-size: 20px !important;
  }
  .intro-hotline-card-title {
    font-size: 25px !important;
  }
  .intro-hotline-card-subTitle {
    font-size: 20px !important;
  }
}

/* Media Queries for Tablets */
@media screen and (min-width: 768px) {
  .slogan-title,
  .slogan-title * {
    font-size: 2rem !important;
    line-height: 55px !important;
  }

  .subTitle-slogan,
  .subTitle-slogan * {
    font-size: 1.3rem !important;
    line-height: inherit !important;
  }

  .slogan-button {
    font-size: 0.7rem !important;
  }

  .faqs-button {
    font-size: 1rem;
  }

  .about-comp-title {
    margin-bottom: 2rem;
  }
  .achievements-comp-title {
    font-size: 38px;
  }

  .company-fact-title {
    font-size: 35px;
  }

  .company-fact-subtitle {
    font-size: 20px;
  }

  /* .figure-comp {
    height: 0 !important;
  } */
  .card-body-container {
    height: 14rem;
  }
  .faqs-container {
    width: 100%;
  }
  .video-title {
    font-size: 35px !important;
  }
  .button {
    font-size: 20px !important;
  }
  .achievements-subtitle {
    font-size: 30px !important;
    font-weight: normal;
  }
  .all-values-section-container {
    padding-top: 0px !important;
  }
  .values-comp-title {
    padding-bottom: 30px !important;
  }
  .values-second-row {
    padding-top: 60px !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .text-title {
    font-size: 38px;
  }
  .text-title:lang(ar) {
    font-size: 32px;
  }
  .text-subtitle {
    font-size: 30px;
  }
  .text-subtitle:lang(ar) {
    font-size: 25px;
  }

  .text-body {
    font-size: 20px;
  }

  .blog-title-home {
    font-size: 38px;
  }
}

/* Media Queries for Desktops */
@media screen and (min-width: 1024px) {
  .video-title {
    font-size: 3rem;
    text-wrap: nowrap;
  }
  .slogan-container-comp {
    height: 500px !important;
  }
  .company-fact-title {
    font-size: 35px;
  }
  .faqs-container {
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  .navbar-nav {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .text-title {
    font-size: 32px;
  }

  .text-title:lang(ar) {
    font-size: 35px;
  }

  .blog-title-home {
    font-size: 35px;
  }

  .card-body-container {
    height: 14rem;
  }

  /* .figure-comp {
    height: 0 !important;
  } */
}

@media screen and (min-width: 1440px) {
  .slogan-container-comp {
    height: 700px !important;
  }
}

@media screen and (min-width: 2560px) {
  .slogan-container-comp {
    height: 1200px !important;
  }
}

/* Button Styles */
.button {
  font-weight: 600;
  color: white;
  background-color: #3051bb;
  border-radius: 39px;
  padding: 0.3rem 0.8rem;
  border: none;
  text-wrap: nowrap;
  font-size: 0.7rem;
}

.button:hover {
  background-color: #1e3a8a;
  color: white;
}

/* Footer Styles */
.footer {
  background-color: #0c0c0c;
  color: white;
}

.footer-link {
  text-decoration: none;
  color: white;
  font-weight: 500;
}

.footer-logo-img {
  width: 50%;
}

/* Typography */
.values-text {
  font-weight: 500;
  color: #8a8a8a;
}

.intro-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 29.26px;
  color: #122a62;
}

.card-description-text {
  color: #122a62;
  margin-bottom: 0;
}

.content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff; /* Set the desired text color */
  z-index: 2; /* Ensure the overlay is above the video */
}

.video-title {
  font-size: 1.7rem;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
  color: white;
}

/* Miscellaneous Styles */
.story-icon-container {
  margin-inline-end: 0.7rem;
}

.post-category-link {
  color: #3051bb;
}

.category-item-link {
  color: #787c7f;
  border: none;
  background-color: transparent;
  margin-right: 1rem;
}

.post-content {
  max-height: min-content;
}

.form-floating > label {
  direction: ltr;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.6rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.social-media-item {
  margin-bottom: 2rem;
}

.fw-bold {
  font-weight: bold;
}

.privacy-table td {
  border: 1px solid #000;
  padding: 2px 5px;
  vertical-align: baseline;
}


.store-button-image {
  width: 2rem;
}

.post-date {
  display: flex;
}

.footer-title {
  font-weight: bold;
}

.company-fact-title {
  font-weight: 700;
  color: #22262c;
  margin-bottom: 0px;
}

.faqs-button {
  padding-top: 0 !important;
}

body {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  #textDirection {
    text-align: center !important;
  }
}


.video-play-button {
  position: relative;
  z-index: 3;
}

.carousel-item-text-container {
  position: relative;
  z-index: 2; /* Ensure text appears above video */
  padding: 1rem;
}


.uil-arrow-left, .uil-arrow-right {
  font-family: "Unicons" !important;
}

html[dir="rtl"] .uil-arrow-left,
html[dir="rtl"] .uil-arrow-right,
html[dir="ltr"] .uil-arrow-left,
html[dir="ltr"] .uil-arrow-right {
  font-family: "Unicons" !important;
}
/* Media query adjustments for slogan container height */
@media screen and (max-width: 768px) {
  .slogan-container-comp {
    height: 250px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .slogan-container-comp {
    height: 250px;
  }
}

/* Video and Image Responsive Styles */
.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}


/* Content Responsive Styles */
.carousel-item-text-container {
  position: relative;
  z-index: 2; /* Ensure text appears above video */
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .slogan-title{
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .subTitle-slogan{
    font-size: 11px !important;
    line-height: inherit !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .slogan-title{
    font-size: 2.25rem !important;
    line-height: 1.3 !important;
  }

  .subTitle-slogan{
    font-size: 1.2rem !important;
    line-height: inherit !important;
  }
}

/* Ensure overlay covers entire container */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

/* Add/update these styles */

.fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* Ensure video stays behind content */
}

/* Add a dark overlay for better text visibility */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Ensure carousel items are properly contained */
.swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Base styles for slogan title and subtitle */
.slogan-title{
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}

.subTitle-slogan{
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
  .slogan-title{
    font-size: 15px !important;
    line-height: 1.2 !important;
  }

  .subTitle-slogan{
    font-size: 1rem !important;
    line-height: inherit !important;
  }
}

/* Tablet styles */
@media screen and (min-width: 768px) {
  .slogan-title{
    font-size: 2rem !important;
    line-height: 55px !important;
  }

  .subTitle-slogan{
    font-size: 1.3rem !important;
    line-height: inherit !important;
  }
}

/* Larger tablet styles */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .slogan-title{
    font-size: 2.25rem !important;
    line-height: 1.3 !important;
  }

  .subTitle-slogan{
    font-size: 1.2rem !important;
    line-height: inherit !important;
  }
}

/* Inherit base styles from subTitle-slogan */
.subTitle-slogan-download-app{
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
  .subTitle-slogan-download-app{
    font-size: 1rem !important;
    line-height: inherit !important;
    text-align: center !important;
  }
}

/* Tablet styles */
@media screen and (min-width: 768px) {
  .subTitle-slogan-download-app{
    font-size: 1.3rem !important;
    line-height: inherit !important;
  }
}

/* Larger tablet styles */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .subTitle-slogan-download-app{
    font-size: 1.2rem !important;
    line-height: inherit !important;
  }
}

/* Global styles for Unicons icons */
[class^="uil-"], 
[class*=" uil-"] {
  font-family: "Unicons" !important;
}

/* Fix for specific icon elements */
.uil-arrow-left:before,
.uil-arrow-right:before,
.uil-calendar-alt:before {
  font-family: "Unicons" !important;
}

/* Ensure icons in pagination are displayed correctly */
.pagination .page-link i {
  font-family: "Unicons" !important;
}

