  *{
    box-sizing: border-box;
  }
  body {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    background: #D72229;
    color: #222;
  }
html[lang="ar"] {
  direction: rtl;
}

html[lang="en"] {
  direction: ltr;
}
/*  */
  a{
    text-decoration: none;
  }
  .fullWindow{
    height: 100vh;
  } 
  .hero {
    text-align: center;
    padding: 4rem 2rem 0 2rem;
    background: linear-gradient(to bottom, #D72229 30%, #ffffff);
  }
  .hero h1 {
    font-size: 85px;
    color: #fff;
    margin-bottom: 1rem;
  }
.hero h1:lang(en) {
  letter-spacing: -.5px;
  word-spacing: -4px;
  line-height: 1.4;
}
  .hero p {
    font-size: 1.1rem;
    color: #000000;
    margin-bottom: 2rem;
    margin-bottom: 0;
  }
  .hero .subP{
    margin-top: 0;
  }
  .hero-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin: 1rem 0 3rem 0;
  }
  .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
  }
  .phones {
    max-width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .phones img{
    width: 1142px !important;
    margin-bottom: -40px;
  }
  .phones::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -45px;
    filter: blur(20px);
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    -webkit-filter: blur(20px);
}
  .download-section .blur-bg{
    left: 10%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(230, 0, 35, 0.3) 0%, #d72229bd 70%);
  }
  .blur-bg{
    width: 60%;
    height: 30%;
    background: radial-gradient(circle, rgba(230, 0, 35, 0.3) 0%, #d72229 70%);
    filter: blur(50px);
    z-index: 0;
    position: absolute;
    transform: translateY(55%);
    left: 20%;
  }
  .features {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    padding: 60px 0;
    z-index: 5;
    background: #fff;
  }
  
  .card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    max-width: 280px;
    transition: transform 0.3s;
  }
  
  .card:hover {
    background-color: #00000023;
  }
    
  .icon {
    width: 100px;
    border-radius: 50%;
  }
  
  h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #111827;
  }
  
  p {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
  }
  

.about-section{
  position: relative; 
}

.content {
  max-width: 900px;
  margin: auto;
  color: #fff;
}
@media (max-width: 991px) {

}
.section {
  margin-bottom: 2rem;
}

.section h2,
.section h3 {
  color: #fff;
  margin-bottom: 1rem;
}

.section p, .section ul {
  color: #e5e5e5;
  line-height: 1.7;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.row .section {
  flex: 1;
  min-width: 280px;
}

ul {
  padding-right: 1rem;
}

ul li {
  position: relative;
}
.about-bottom{
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;

}
.top-section, .bottom-section {
  /* background: url('./public/dashed-background.png'); */
  border-radius: 16px;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  width: 80%;
  /* display: flex; */
  padding: 0px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.emoji{
  font-size: 40px;
}
.text-box {
  max-width: 800px;
  /* direction: rtl; */
}
.text-box p{
  max-width: 500px;
  /* direction: rtl; */
  margin: 0;
}
.text-box h2 {
color: #D72229;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}

.text-box .highlight {
  font-weight: bold;
  color: #D72229;
  font-weight: 25px;
}
 
 .center{
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index:10;
  transform:  translate(-40px, -30px);
 }
 .center h2 {
  font-family: Cairo;
font-weight: 700;
font-size: 60px;
line-height: 110.00000000000001%;
color:#D72229;
margin-bottom: 0px;
 }
 .text-center {
font-weight: 400;
font-size: 23px;
line-height: 150%;
color: #6A7080;
padding: 0px 20px;
 margin: 0;
   transform:  translate(-20px, -20px);

 }
 .center h2:lang(en) {
  font-size: 2.5rem;
letter-spacing: -1.5px;
  word-spacing: -2px;
  margin-left: 38px;
  }
.stats {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
 }

.stats li {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
   padding: 10px 20px;
   margin: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
   line-height: 155%;
    width: 17.5rem;
    height: 155px;
}
.stats h4 {
 font-weight: 700;
 font-size: 25px;
  color:#D72229;
  margin: 20px 0 4px 0;

}
.stats p{
font-weight: 400;
font-size: 18px;
color: #6A7080;
margin: 10px 0;
line-height: 155%;

}
.stats p:lang(en) {
  line-height: 140%;
}
.testimonials-section {
  padding: 50px 0px;
  position: relative;
  text-align: center;
  background: #000;
  /* background: url('./public/about-us\ background.jpg') center/cover no-repeat; */
  overflow-x: hidden;
   
}
.testimonials-section h2 {
  font-size: 50px;
  margin: 0 0 20px 0;
  color: #FFF;
}
.testimonials-section::before{
  content: "";
  position: absolute;
  top: 80px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #d722285e;
  animation: shimmer 3s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 0;
  filter: blur(30px);
  -webkit-animation: shimmer 3s infinite;
  -webkit-filter: blur(30px);
}
.testimonials-section::after{
  content: "";
  position: absolute;
  bottom: 0px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #d722285e;
  animation: shimmer 3s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 0;
  filter: blur(30px);
  -webkit-animation: shimmer 3s infinite;
  -webkit-filter: blur(30px);
}
.testimonials-section {
  position: relative;
  z-index: 0;
}

.testimonials-wrapper {
  position: relative;
  z-index: 1;
}

.testimonial-card {
  position: relative;
  z-index: 2;
}
.section-title {
  font-size: 50px;
  margin-bottom: 30px;
  color: #303440;
  margin: 0;
}
/* 

} */

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: right;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
/*  */
 
.testimonials-grid-1,
.testimonials-grid-2{
  display:flex;
  gap:15px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:10px 0;
  cursor:grab;
}
 .testimonials-grid-1::-webkit-scrollbar,
.testimonials-grid-2::-webkit-scrollbar{
  display:none;
}
.testimonials-grid-1,
.testimonials-grid-2{
  scrollbar-width: none;
}
.testimonial-card{
  flex:0 0 calc(20% - 12px);
  z-index: 10;
}
/*  */
.testimonials-wrapper {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.testimonials-track {
  display: flex;
  gap: 15px;
  width: max-content;
  cursor: grab;

   animation: none;
}

.testimonial-card {
  flex: 0 0 290px;
}
/* Arabic */
/* .testimonials-track.lang-ar {
  animation: moveCardAr 15s linear infinite;
}

.testimonial-card:hover ~ .testimonials-track,
.testimonials-track:hover {
  animation-play-state: paused;
}
@keyframes moveCardAr {
  0% { transform: translateX(0); }
  100% { transform: translateX(50%); }
} */

/* English */
/* .testimonials-track.lang-en {
  animation: moveCardEn 15s linear infinite;
}
@keyframes moveCardEn {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
} */
 


 
 
/*  */
.testimonials-track {
  width: max-content;
  transition: 0.3s;
}
/* الصف الأول */
[dir="rtl"] .row-1 {
  animation: scrollRTL 20s linear infinite;
}

[dir="ltr"] .row-1 {
  animation: scrollLTR 20s linear infinite;
}

/* الصف التاني (عكسه) */
[dir="rtl"] .row-2 {
  animation: scrollRTL 20s linear infinite reverse;
}

[dir="ltr"] .row-2 {
  animation: scrollLTR 20s linear infinite reverse;
}
@keyframes scrollRTL {
  from { transform: translateX(0); }
  to   { transform: translateX(50%); }
}

@keyframes scrollLTR {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.testimonials-wrapper:hover .testimonials-track {
  animation-play-state: paused;
}
/*  */
@media (max-width: 992px){
  .testimonial-card{
  }
  .testimonial-card{
   flex: 0 0 290px;
  }
}
@media (max-width: 600px){
  .testimonial-card{
   flex: 0 0 290px;
  }
  
}
/*  */
.user-details{
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.user-image {
  object-fit: cover;
  float: right;
  width: 200px;
  margin-bottom: 20px;
}

.user-name {
  font-weight: bold;
  margin:0;
  color: black;
  font-size: 23px;
}
.user-text {
  font-size: 18px;
  color: #6b7280;
  margin: 5px 0;
}
body[dir="rtl"] .user-text{
  text-align: right;
}

body[dir="ltr"] .user-text{
  text-align: left;
}
body[dir="rtl"] .user-name{
  text-align: right;
}

body[dir="ltr"] .user-name{
  text-align: left;
}


@media (max-width: 991px) {
  .testimonials-grid-1,.testimonials-grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin: 0;
    padding: 5px 10px;
  }
  .testimonial-card {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 5px;
    text-align: right;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .testimonial-card img{
    width: 100px !important;
  }
}


.download-section {
  background-color: white;
  padding: 50px 150px;
}


/* @media (max-width: 768px) {
  .download-section {
    padding: 20px 10px;
  }
} */
.download-container {
  max-width: 1000px;
  height: 451px;
  background: #ffffffda;
  color: #b30000;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  text-align: right;
  margin: 100px auto;
  display: flex;
  justify-content: start;
  gap: 40px;
  background-image: url('./assets/bg-noise.svg');
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  border: 2px solid #ffffff;
  backdrop-filter: blur(50px);

}

.download-container::before{
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d722289c;
  left: -75px;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  z-index: -15;
}

.download-container::after{
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #d722289c;
  right: -75px;
  filter: blur(100px);
  -webkit-filter: blur(100px);
  z-index: -15;
}
 


 
/*  */
.question{
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding: 0px 20px;
  background-color: #EDEDED;
  height: 50px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}
.question img{
  width: 20px;
}
.question p{
  color: #000;
}
.question-container{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.download-text .logo{
  display: inline-grid;
}

.download-text .hero-buttons 
i{
  font-size: 25px;
}
.download-text .hero-buttons img{
  width: 25px;
}
.download-text h2 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #D72229;
}

.download-text p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #D72229;
}
body[dir="rtl"] .download-text{
  text-align: right;
}

body[dir="ltr"] .download-text{
  text-align: left;
  line-height: 1.4;
  margin-bottom: 20px;
}
.download-buttons {
   display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #D72229;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background-color: #900;
}


.download-image img {
  width: 272px;
 height:552px;
  margin: 20px;
}

/*  */
.dash-box{
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
/*  */
.dash-img{
  width: 80px;
  display: block;
}
body[dir="rtl"] .dash-img{
  margin-left: auto;
  margin-right: 0;
}
body[dir="ltr"] .dash-img{
  margin-right: auto;
  margin-left: 0;
}
body[dir="rtl"] .dash-text{
  text-align: right;
}
body[dir="ltr"] .dash-text{
  text-align: left;
}
body[dir="rtl"] .ceo-link{
    display: block;
    text-align: right;
}
body[dir="ltr"] .ceo-link {
    display: block;
    text-align: left;
}
body[dir="rtl"] .ceo-container {
  display: flex;
  flex-direction: row; 
  align-items: center;
}

body[dir="rtl"] .ceo-container .ceo-text {
  margin-right: 10px;
  margin-left: 0;
  text-align: right;
}
body[dir="ltr"] .ceo-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body[dir="ltr"] .ceo-container .ceo-text {
  margin-left: 10px;
  margin-right: 0;
  text-align: left;
}
.ceo-container {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.ceo-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

/*  */
/* .table-container{
    max-width:1000px;
    margin:auto;
   
} */

table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,0.08);
    border: 1px solid #D9D9D9;
     direction: inherit;
}

th{
  background:#f0f0f0;
  padding:8px;
  font-size:18px;
  font-weight:bold;
  border:1px solid #D9D9D9;

}

th:nth-child(2){
    color:#D72229;
}

td{
    padding:16px;
    border:1px solid #D9D9D9;
    font-size:15px;
}
[dir="rtl"] table {
  direction: rtl;
}
[dir="ltr"] table {
  direction: ltr;
}
.check{
    color:#1DB954;
    font-weight:bold;
}

.cross{
    color:#D72229;
    font-weight:bold;

}

.highlight{
    color:#D72229;
    font-weight:600;
}

/*  */
.table-container {
  max-width: 1000px;
  margin: auto;
  /* overflow-x: auto; */
  padding: 0 10px;
}

table {
  width: 100%;
  /* min-width: 700px; */
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #D9D9D9;
} 
h1.title-tableBo {
      text-align: center; 
      font-size: 50px; 
      color: #000 !important;
    } 
body[dir="ltr"] h1.title-tableBo {
   line-height: 1.1;
}
p.text-tableBo    {
      text-align: center; font-size: 18px; color: #000;
    }
/*  */
  @media (min-width: 769px) and (max-width: 1024px) {
  .table-container {
    max-width: 100%;
    padding: 0 15px;
    margin: 20px auto 0 auto; 
    display: flex;
    justify-content: center;     
  }

  table {
    font-size: 12px;
    width: auto;              
    min-width: 700px;         
    margin: 0;                   
  }

  th, td {
    padding: 12px 8px;
  }
  h1.title-tableBo {
    font-size: 40px;
    text-align: center;
  }

  p.text-tableBo {
    font-size: 16px;
    /* max-width: 80%; */
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
   .table-container {
    display: none;
  }
  .container.table-bochat {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }
  .text-BoChat {
    background-color: #000;
    width: 100vw;          
    min-height: 300px;          
     margin: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
    text-align: center;      
  }
  h1.title-tableBo {
    font-size: 35px;
    color: #FFFFFF !important;
    margin: 0 0 15px 0;
    line-height: 2;
  }

  p.text-tableBo {
    font-size: 18px;
    color: #FFFFFF;
    max-width: 90%;          
line-height: 3;
margin-bottom: 20px;
  }
}
/* //////////////////////////////////////////////////////////////////////// */
 .contact-section  {
   padding: 60px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
display: flex;
justify-content: center;}

/* Red radial glow spots */
.contact-section .glow {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.contact-section .glow1 {
  width: 400px;
  height: 400px;
  top: 20%;
  left: 10%;
}

.contact-section .glow2 {
  width: 300px;
  height: 300px;
  bottom: 15%;
  right: 10%;
}

.contact-section .glow3 {
  width: 200px;
  height: 200px;
  top: 50%;
  right: 25%;
}

.contact-section .content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 2rem;
}
.contact-container {
  max-width: 950px;
  margin: auto 10px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #333;
  border-radius: 10px;
}

.contact-info, .contact-form {
  flex: 1;
  padding: 30px;
  box-sizing: border-box;
  display: flex
;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.contact-form{
  flex-grow: 2;
}
.contact-info {
  text-align: center;
  border-left: 1px solid #222;
  display: flex
;border-right: 1px solid;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.contact-info::after{
      content: "راسلنا لكي تحصل علي الدعم";
    font-size: 30px;
    color: white;
    top: -35px;
    position: absolute;
    width: max-content;
}
.contact-info .icon {
  margin-bottom: 20px;
}

.contact-info h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 31px;
}

.contact-info p {
  font-size: 13px;
  color: #FFFFFF;
}
.contact-info img{
  width: 100px;
  height: 100px;
  border-radius: 30px;
}
.contact-form h3 {
  margin-bottom: 20px;
  color: #fff;
}
.mailForm{
  width:-webkit-fill-available;
}
.form-row {
  display: grid;
  gap: 10px;
  margin-bottom: 15px;
  grid-template-columns: 1fr 1fr;
}
.form-row select{
  appearance: none;
    background-image: url(./public/corner.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    position: relative;
    background-size: 25px;
}
input, select {
  flex: 1;
  padding: 10px;
  border: 1px solid #444;
  background-color: #000;
  color: #fff;
  border-radius: 5px;

}
input::placeholder {
    color: white;
    opacity: 1; /* Optional: ensure it's fully visible */
  }
.form-row label{
  font-size: 10px;
  appearance: none;
    background-image: url(./public/Arrow-up-tail.png);
    background-repeat: no-repeat;
    background-position: right 7px center;
    position: relative;
    background-size: 14px;
}
.label{
  border: 1px solid #444;
    border-radius: 5px;
    height: 30px;
    padding: 10px;
    color: white;
    font-size: 14px;
}


.main-footer {
    background-color: #d72229;
    color: #ffffff;
    /* text-align: right; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 0 0px;
text-align: start;
  }
/* توزيع الأعمدة */
.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color:#ffffff !important;
    margin-bottom: -10px;
 }

.footer-column ul {
    list-style: none;
    padding: 0;
}


.footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.9;
    transition: opacity 0.3s;
 }

.footer-column ul li a:hover {
    opacity: 1;
 }

.main-footer .social-icons {
    display: flex;
    gap: 15px;
}

.main-footer .social-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
}
.main-footer .social-icons a img{
  width: 100%;
    transform: translateY(20px); 
}

.footer-bottom {
    border-top: 1px solid #fff;
    text-align: center;
    /* padding: 15px 10px; */
    font-size: 0.85rem;
    width: 100%;
    color: #000;
}

/*  */

.store-buttons {
  display: none;
}
@media (max-width: 820px) {
  .main-footer {
  direction: rtl;
  text-align: right;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-column,
.footer-column * {
  margin-right: 0;
  padding-right: 0;
  text-align: right;
}
  /* تحويل الأعمدة إلى ترتيب عمودي */
  .footer-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
  }

  .footer-column {
    width: 100%;
    text-align: right;
  }
   .footer-column h3 {
    text-align: right;
    margin-bottom: 10px;
  }

  .footer-column ul {
    padding: 0;
    margin: 0;
  }

  .footer-column ul li {
    text-align: right;
    margin-bottom: 8px;
  } /* جعل عمود السوشال ميديا في الأعلى */
  .footer-column:last-child {
    order: -1;
  }

  /* أيقونات السوشال ميديا */
  .main-footer .social-icons {
    display: flex;
    gap: 30px;
    margin-top: 10px;
    justify-content: flex-start; /* أو center حسب التصميم */
  } .main-footer .social-icons a img {
    width: 100%;
    display: block;
    transform: translateY(0); /* إزالة التحريك السابق */
  }

  /* إظهار أزرار التحميل (المتاجر) */
  .store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
  } .store-buttons a img {
    width: 130px;  /* حجم مناسب للجهاز اللوحي */
    height: auto;
  }

  /* إخفاء عنوان مجتمع التواصل (إذا كان موجوداً) اختيارياً */
  .footer-column.community-column h3 {
    display: none;
  }
}
@media (max-width: 820px) {
  body[dir="ltr"] .footer-column,
  body[dir="ltr"] .footer-column h3,
  body[dir="ltr"] .footer-column ul,
  body[dir="ltr"] .footer-column ul li {
    text-align: left !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
   body[dir="ltr"] .footer-grid {
    align-items: flex-start !important;
  }
}
@media (max-width: 768px) {
.footer-column.community-column h3{
    display: none;
  }
  .footer-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
    width: 100%;
  }

  .footer-column {
    width: 100%;
    text-align: right;
     padding-right: 0;     
    margin-right: 0;
  }

  .footer-column h3 {
    text-align: right;
     margin-bottom: 10px;
     margin-right: 0;   
    padding-right: 0;
  }

  .footer-column ul {
    padding: 0;
    margin: 0;
     padding-right: 0;     
    margin-right: 0;
    list-style-position: inside;
  }

  .footer-column ul li {
    text-align: right;
    margin-bottom: -5px;
  }
  .footer-column:last-child {
    order: -1;
  }
.main-footer .social-icons {
    display: flex;
    gap: 30px;
    margin-top: 10px;
}

.main-footer .social-icons a img {
    width: 100%;
    display: block; 
}

.store-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
     gap: 5px;
    margin-top: -10px;  
  
}
.store-buttons a img {
  width: 120px;
  height: 35px;
}
.footer-bottom {
    padding: 0 10px;
    font-size: .625rem;
}
}

 

/*  */
/* for policies and privacy */
body[dir="rtl"] .policies .container,
body[dir="rtl"] .mission,
body[dir="rtl"] .mission-2,
body[dir="rtl"] #represent-title,
body[dir="rtl"] #mission-title {
  text-align: right;
}
body[dir="ltr"] .policies .container,
body[dir="ltr"] .mission,
body[dir="ltr"] .mission-2,
body[dir="ltr"] #represent-title,
body[dir="ltr"] #mission-title {
  text-align: left;
}
/* body[dir="ltr"] .hero-span{
   direction: ltr;
} */
.hero-span {
  direction: ltr;      
  unicode-bidi: bidi-override;
  text-align: left;     
  display: inline-block; 
}
body[dir="ltr"] .mission-container{
  margin-top: 40px;
}
.container {
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px;
  direction: rtl;
}

.container h1 {
  color: #D72229;
  text-align: center;
  font-size: 70px;
  margin-bottom: 10px;
}

.container .date {
  text-align: center;
  color: #D72229;
  margin-bottom: 30px;
}

.container h2 {
  color: #D72229;
  margin-top: 30px;
}

.container ul {
  list-style: disc;
  padding-right: 20px;
  margin: 30px 0;
}

.container ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.container p {
  line-height: 1.5;
}

.container a {
  color: #D72229;
  text-decoration: none;
}
.container .headspan{
  color: #fff;
  display: block;
}
.container span{
  color: #F93136;

}
.container .bold{
  font-weight: bold;
  color: #000;
}
.flags{
background-color: #D72229;
  border: none;
  border-radius: 20px;
  padding: 10px;
  width: 40px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.hidden-mobile{
  display: none;
}
 
 /*  */
@media (min-width:1051px) {
  .phones img {
    width: 23%;
    max-width: 600px;
    height: fit-content;
}
/* .bottom-section{
  width: 40%;
  margin: 100px 0;
} */

}
@media (max-width: 1050px) {
  nav ul{
    gap: 20px;
  }
  a{
    font-size: 16px;
  }
  footer .logo{
    width: 35px;
        height: 37px;
  }
  .logo{
    width: 70px;
    height: 57px
  }
  .logo img{
    width: 30.52px;
    height: 37px;
  }
  .phones img {
            width: 200px;
        height: 382px;
}
  img{
    width: 80%;
    height: fit-content;
  }
  .navbar {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }

  .navbar-menu {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    align-items: flex-start;
  }

  .hero {
    text-align: center;
  }

 h1 {
    font-size: 40px!important;
  }
  h2 {
    font-size: 35px!important;
  }

  .hero p {
    font-size: 18px;
  }
 
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 20px;
  }
.bottom-section{
  width: 85%;
}
.bottom-section .text-box{
  width: 65%;
}
  .about {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
  }

  .about img {
    width: 70%;
    margin-bottom: 20px;
  }

  .about-content {
    max-width: 100%;
    text-align: center;
  }
.text-box h2{
  margin-top: 10px;
}
  .download {
    /* padding: 16px 16px 30px; */
    text-align: center;
  }

  .download-buttons {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .features {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 40px 20px;
  }

  .contact-info::after{
        right: -85px;
  }
  /* .shield{
    flex-direction: column;
    align-items:center;
    left: 0
  }
  .shield>div{
        max-width: 430px;
  } */
}

/* Medium devices (Tablets, 768px and below) */
@media (max-width: 768px) {
  .pc-nav{
    display: none;
  }
  .Mobile-nav {
    display: flex;
    
  }
  .mobilenav-border{
    border: 1px solid white;
    border-radius: 25px;
    padding: 8px 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}


   h1 {
    font-size: 28px!important;
  }
  h2 {
    font-size: 22px!important;
  }
  h3 {
    font-size: 18px!important;
  }
  p{
    font-size: 14px !important;
  }
  .phones img {
    width: 175px;
    height: 355px;
  }

  .navbar {
    padding: 15px 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .navbar-menu {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero p {
    font-size: 20px;
  }

  .hero-buttons {
    display: none;
  }
  .top-section{
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .phone-image img{
    transform: none;
    width: 100px;
    bottom: unset!important;
  }
  .bottom-section{
    flex-direction: column-reverse;
        align-items: center;

  }
.bottom-section .text-box{
  width: 100%;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-section .center{
  transform: none;
  justify-content: flex-start;
}
.stats{
  margin: 20px 0 0 0;
  transform: translateX(0);
}
.stats li{
  height: 120px;
    width: 170px;
    display: list-item;
}
.stats strong{
  font-size: 20px;
}
  .about {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .about img {
    width: 80%;
  }

  .about-content {
    max-width: 100%;
  }
.download-container{
  flex-direction: column-reverse;
    height: 100vh;
}
.download-container .download-image img{
  width: 200px;
  height: auto;
  margin: 0 0 10px;
 }

  .download h2 {
    font-size: 28px;
  }

  .download p {
    font-size: 16px;
  }

  .download-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .download-text .logo{
    display: none;
  }
.download-text a{
  font-size: 7px;
  width: 100px;
}
.download-text .hero-buttons{
  flex-direction:row ;
}
  .features {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
.contact-info::after{
  left: 0;
}
  form{
    min-height: 250px;
  }
  .form-row{
    grid-template-columns: 1fr;
  }
  .footer-center{
            margin-right: 15px;
        align-items: center;
  }
  .footer-center a{
  margin: 0 5px;
  font-size: 12px;

}
.email{
  height: 54px;
    bottom: -27px;
    font-size: 26px;
}

.text-box {
  padding-bottom: 20px;
}
}

/* Small devices (Mobile phones, 480px and below) */
@media (max-width: 504px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero .subP{
    display: none;
  }
  .hero-buttons{
    display: none;
  }
  .phones img {
    width: 140px;
        height: 270px;
  }
  nav::after{
    right: 27vw;
  }
  .top-section{
    width: calc(100% - 92px);
  }
  .bottom-section{
    width: calc(100% - 92px);
  }
  
  .top-section p{
    font-size: 14px;
  }
  .logo{
    width: 74px;
    height: 47px;
    /* margin-right: 20px; */
    display: flex;
    justify-content: flex-start;
  }
  .center {
    display: inline;
  }
  .center h2{
    font-size: 20px !important;
  }
  .center .logo{
    display: inline-flex;
  }
  .stats strong{
    font-size: 17px;
  }
  .stats p{
    font-size: 10px;
  }
  .stats li{
    width: 30vw;
        padding: 0 5px;
        margin: 0 5px;
        height: 130px;
  }
  .bottom-section .phone-image{
    display: flex;
    padding: 10px 5px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .btn{
      width: 180px!important;
      height: 57px!important;
      border-radius: 10px!important;
      padding: 0;
  }
  .hero-buttons .btn:last-child{
    width: 250px!important;
  }
  .feature-card {
    padding: 15px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .download-container .hero-buttons{
    display: none;
  }
  .download h2 {
    font-size: 24px;
  }
 .download-text .logo{
    display: none;
  }
  .navbar-logo {
    font-size: 20px;
  }

  .navbar-menu li {
    font-size: 14px;
  }
  .contact-container{
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .contact-section .glow1{
    width: 85vw;
  }
  .contact-info{
    padding: 5px;
    flex: unset;
  }
  .contact-info::after {
    left: 0;
    font-size: 20px;
    top: -25px;
  }
 .contact-section h3{
    font-size: 22px;
  }
  .contact-section p{
    font-size: 14px;
  }
  .contact-info img {
    margin-top: 20px;
    width: 58px;
    height: 58px;
    border-radius: 20px;
}
.contact-form{
  flex: unset;
  padding: 5px;
}

.form-row{
  justify-content: flex-end;
}
input,.form-row select{
  flex: unset;
  width: 80vw;
}
.form-row select{
      width: calc(80vw + 22px);
}
.form-row .label{
      font-size: 9px;
    width: 80vw;
}

.submit input{
  width: 90px;
  height: 40px;
    background-image: url(./public/Arrow-right.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    position: relative;
    background-size: 15px;
}
.email{
          width: calc(100% - 21px) !important;
        bottom: -15px;
        height: 20px;
        border-bottom-left-radius: 10px;
}
.footer{
      flex-direction: column;
    background-color: #000000;
}
.footer-left{
  display: none;
}
.footer-center{
  flex-direction: column;
}
.footer-center a{
  font-size: 20px;
}
.footer-center h3{
  font-size: 25px;
  color: white;
}
.footer-right{
  width: -webkit-fill-available;
    justify-content: space-around;
}
.footer-right a{
  font-size: 17px;
}
.footer-right span{
  font-size: 18px;
  width: 110px;

}
.footer-right select{
  display:inline-block !important;
  width: 150px;
  height: 40px;
  flex: unset;
}
.overlay{
          padding: 1rem;
        width: calc(100% - 2rem);
}
.hidden-mobile{
  display: inline;
}
/* .shield .cardimg{
  display: none;
} */
}


.translate{
  background-color: #FFF;
  padding: 5px 20px;
  width: 92px;
  height: 35px;
  text-align: center;
  color: #D72229;
  font-weight: 500;
  font-size: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.policies{
  background: linear-gradient(to bottom, #D72229 0%, #ffffff 100%);
  color: #000 !important;
}
.policies h1{
  color: #000;
}
/* ===== English ===== */
html[lang="en"] .policies h1 {
  letter-spacing: 1.5px;
  word-spacing: 2px;
  line-height: 1.5;
}
.policies h2{
  color: #000;
}
.policies h3{
  color: #000;
}
.policies p{
  color: #000;
}
.policies span{
  color: #000;
}
.policies .container{
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  direction: rtl;
}
  .card-contact {
    background-color: #FFFFFFE5;
    /* width: 250px; */
    /* padding: 10px 20px; */
    padding: 10px 15px;
    border-radius: 22px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    text-align: right;
    transition: transform 0.3s;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;

      height: auto; 
    max-height:220px;
    overflow: hidden;
}
.card-contact h3 {
    margin: 5px 0;      
    line-height: 1.2;  
}

.card-contact p {
    margin: 10px 0; 
    line-height: 1.2;   
}
.card-contact a {
    display: block;
        font-weight: 500;    
    margin: 10px 0 5px 0; 
}
.card-contact .icon-contact-container{
 width: 45px;
  height: 45px;  
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px ;
}
 .icon-contact-container img{ 
    width: 23px;
    height: 23px;
 }
.grid-cards{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}
.grid-cards .card-contact h3,
.grid-cards .card-contact p,
.grid-cards .card-contact a {
  text-align: right; 
}
body[dir="ltr"] .grid-cards .card-contact h3,
body[dir="ltr"] .grid-cards .card-contact p,
body[dir="ltr"] .grid-cards .card-contact a ,
body[dir="ltr"] .icon-contact-container img{
  text-align: left;
  
}
body[dir="ltr"] .card-contact .icon-contact-container {
  margin-left: 0;
  margin-right: auto;
}
/*  */

/* ============== الوضع الافتراضي - الشاشات الكبيرة ============== */
 .download-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    padding: 5px 20px;
    background-color: #FFFFFFE5;
    border-radius: 22px;
    height: 80px;
    gap: 20px;
    margin-bottom: 20px;
}

.download-contact .left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.download-contact .rigth {
    display: flex;
    align-items: center;
    gap: 8px;
}
.last-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; 
}

.last-contact img {
  width: 50%;      
  max-width: 100%;
  height: auto;   
  object-fit: contain;
   height: 285px;     
  object-fit: cover; 
  border-radius: 20px;
}
@media (max-width: 767px) {
    .download-contact {
        flex-direction: column;
        height: auto;
        gap: 10px;
        min-height: 150px;
        align-items: center;
        margin: 30px 0;
        background: transparent;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
     }

    .download-contact .left {
      border-radius: 22px; 
        display: flex;
        flex-direction: row;  
        justify-content: center;
        width: 100%;
        background-color: #FFFFFFE5;
        padding: 10px 0px;
        margin-bottom: 0px;
        align-items: center;
        /* height: 60px !important; */
    }

    .download-contact .rigth {
       border-radius: 22px;
        display: flex;
        flex-direction: row;      
        justify-content: center;
        width: 100%;
        padding: 10px 10px;
        background-color: #FFFFFFE5;
        align-items: center;
        /* height: 60px !important; */
    }
    .download-contact .left a img {
        height: 48px;
        width: 130px !important;
    }

    .download-contact .rigth a {
        width: 25px;
        height:25px;
    }

    /* .download-contact .rigth a img {
        width: 20px;
        height: 20px;
    } */
}

/*  */
@media (max-width: 768px) {
  
  .grid-cards{
    grid-template-columns: 1fr;
    text-align: center;
  }
  .last-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .last-contact img{
    width: 100%;
  }
}

.question{
  display: flex;
  align-items: center;
      justify-content: space-between; 

  gap: 10px;
}
.question p{
  flex: 1;   
  margin: 0;
}
 

body[dir="ltr"] .question p{
  text-align: left;
}

.question-item {
  text-align: right;
  gap: 20px;
  padding: 10px 20px;
  background-color: #EDEDED;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.question img {
    width: 20px;
    transition: 0.3s;
        flex-shrink: 0; 

}
.answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: max-height 0.4s ease, padding 0.3s ease;
}
.answer p{
  color: #8D8D8D;
}

body[dir="ltr"] .answer p{
  text-align: left;
}
.question-item.active .answer {
    max-height: 200px;
    padding: 0 20px 20px 20px;
}

.question-item.active .toggle-icon {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


body[dir="ltr"] .question {
    flex-direction: row; 
}
body[dir="ltr"] .question p {
    text-align: left;
}
@media (max-width: 400px) {
   .question-container {
    gap: 12px;
  }

  .question-item {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 20px;
  }

  /* تعديل تنسيق السؤال */
  .question {
    gap: 10px;
    padding: 0 8px;
    height: auto;
    min-height: 45px;
  }

  .question p {
    font-size: 13px;
    line-height: 1.4;
  }

  .question img {
    width: 16px;
  }

  /* الإجابة */
  .answer {
    padding: 0 8px;
  }

  .question-item.active .answer {
    padding: 0 8px 12px 8px;
    max-height: 350px; /* تكفي لمحتوى أطول قليلاً */
  }

  .answer p {
    font-size: 12px;
    line-height: 1.5;
  }

  /* ضبط الاتجاه حسب اللغة */
  body[dir="rtl"] .question,
  body[dir="ltr"] .question {
    gap: 8px;
  }
}
.mission-container{
  display: flex;
  align-items: end;
  gap: 40px;
  padding: 40px 20px;
}
.mission {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 734px;
  height: 572px;
  border-radius: 55px;
  padding: 20px;
  color: #000;
  background: linear-gradient(360deg, #D72229 39.17%, rgba(215, 34, 41, 0) 100%);
}
.mission-2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  max-width: 734px;
  height: 572px;
  border-radius: 55px;
  padding: 20px;
  color: #000;
  padding-bottom: 25px;
  background: linear-gradient(360deg, #D72229 42.2%, rgba(215, 34, 41, 0) 82.33%);
}
.mission-mob{
  max-width: 500px;
  height: 500px;
   background-color: #d72229;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  width: 100%;
}
 .mission-mob .phone-mission{
  width: 400px;
   max-width: 100%;
    max-height: 100%;
  bottom: 100px;
   bottom: 50px;
  position: absolute;
  left: 50%;
  top: -30%;
   transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
  
}
.mission-mob-2{
  max-width: 420px;
  height: 418px;
  max-width: 500px;
  height: 500px;
  background-color: #d72229;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  width: 100%;
}
 .mission-mob-2 .phone-mission-2{
  width: 100%;
  bottom: 100px;
  width: 400px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 1;
}
.mission-mob .botext{
  margin: 0;
  padding-bottom: 15px;
  z-index: 10;
}
.mission-mob::before{
  content: "BO CHAT";
  color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #D72229 39.17%, rgba(215, 34, 41, 0) 100%);
  z-index: 2;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
}
.mission-mob-2 .botext{
  margin: 0;
  padding-bottom: 15px;
  z-index: 10;
}
.mission-mob-2::before{
  content: "BO CHAT";
  color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #D72229 39.17%, rgba(215, 34, 41, 0) 100%);
  z-index: 2;
  filter: blur(10px);
  -webkit-filter: blur(10px);
    border-radius: 55px;
}

.mission-mob.hidding {
  display: none;
}
/* ============================= */
/* Responsive Design */
/* ============================= */

@media (max-width: 1200px) {
  .mission-container {
    gap: 20px;
  }

  .mission,
  .mission-2 {
    height: auto;
    min-height: 500px;
  }
  .mission-mob {
    margin: 40px 0;
  }
}


@media (max-width: 992px) {
  .mission-container {
    flex-direction: column;
    align-items: center;
  }

  .mission,
  .mission-2 {
    max-width: 100%;
    width: 100%;
  }
}
 
@media (max-width: 768px) {
  .mission,
  .mission-2 {
    min-height: auto;
    /* padding: 30px 20px; */
    border-radius: 35px;
    padding: 0 20px;
    margin-bottom: -50px;
  }

  .mission-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  
  .mission-mob,
  .mission-mob-2 {
    max-width: 100%;
    width: 48%;
    height: 250px;
    border-radius: 35px;
  }

  .mission-mob {
    display: none;
  }
  .mission-mob.hidding {
    display: flex;
  }
  .mission-mob .phone-mission,
  .mission-mob-2 .phone-mission-2 {
    width: 90%;
    top: -30px;
  }
}
@media (max-width: 480px) {

  .mission,
  .mission-2 {
    min-height: auto;
    padding: 20px 15px;
    border-radius: 25px;
    margin: 20px 0;
  }
  .mission-container {
    padding: 15px 10px;
    display: flex;
    flex-direction: row;       
    flex-wrap: wrap;          
    justify-content: center;
    gap: 8px;
  }
  .mission-mob,
  .mission-mob-2 {
    width: calc(50% - 4px);
    height: 220px;
    border-radius: 25px;
  }

  .mission-mob {
    display: none;
  }
  .mission-mob.hidding {
    display: flex;
  }

  .mission-mob .phone-mission,
  .mission-mob-2 .phone-mission-2 {
    width: 95%;
    top: -30px;
  }
  .mission p,
  .mission-2 p {
    font-size: 14px;
  }

  .mission h1 {
    font-size: 28px !important;
  }

  .mission-2 h3 {
    font-size: 16px !important;
  }
}
 

/*  */
.no-break {
  white-space: nowrap; 
}
@media (max-width: 400px) {
  .policies h1 {
    word-break: keep-all;
  }
  .policies  h1[data-ar] .no-break {
    white-space: nowrap;
  }
}
@media (max-width: 400px) {
  .policies h1 {
    word-break: keep-all;
    white-space: normal;
  }
  
  .policies h1 br {
    display: none; 
  }
  /* .policies  h1:lang(ar) {
    word-spacing: 0.25em;
  } */
  .policies h1:lang(en) {
  word-spacing:-0.5px;
  letter-spacing:-0.5px;
}
}
/*  */
@media screen and (max-width: 344px) {
  .question p{
      font-size: 12px;
      line-height: 1.1;
}
}
/* Panda Oracle */

.policies .title-main {
            width: 100%;
            max-width: 1053px;
            margin: 0 auto 1.8rem auto;
            font-family: 'Cairo', sans-serif;
            font-weight: 600;
            font-size: clamp(64px, 8vw, 85px);
            color: #FFFFFF;
            padding: 0.5rem 1rem 4rem;
            text-align: center;

}
 .policies  .text-main {
            width: 100%;
            max-width: 1138px;
            margin: 0 0 2rem 0;
            font-family: 'Cairo', sans-serif;
            font-weight: 400;
            font-size: 22px;
            line-height:2;
            color: #000000;
        }
.policies .title-content {
  font-family: Cairo;
font-weight: 600;
font-size: 25px;
line-height: 100%;
color: #000000;
padding: 0  5px 0 15px;
}
.policies ul li {
  
}
@media (max-width: 768px) {
    .policies .title-panda {
         padding: 0.5rem 1rem 1.5rem; 
    }
}
/* CopyrightPolicy.html  */
.policies .email {
  color: #D72229;
  font-family: Cairo;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-decoration: underline;
} 
/* Profite page */
.policies .title-profits {
   font-family: Cairo;
  font-weight: 600;
  font-size: 85px;
  line-height: 150%;
  text-align: center;
  margin:0 auto 40px ;
   color: #FFFFFF;
}
@media (max-width: 768px) {
  .policies .title-profits {
    font-size: 40px;
    width: 100%;
    height: auto;
    padding:0px 20px 40px;
  }
}
/* Cart Profites  */
.card-Profit {
  width: 379px;
  min-height: 255px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 22px;
  backdrop-filter: blur(15px);
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card-Profit:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15);
}
.icon-Profit-container {
  width: 65px;
  height: 65px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
   right: 15px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
 }
.icon-Profit-container img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

/* Card heading */
.card-Profit h3 {
  margin-top: 35px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
}
.card-Profit p {
  font-family: 'Cairo', system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 0;
}
/*  */
.img-profit {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-profit img {
  width: 100%;
  max-width: 1180px;   
  height: auto;
  display: block;
}
.img-profit .imag-en {
  display: none;
}
.img-profit .imag-ar {
  display: block;
}
.download-Profit .rigth img {
height: 50px; width: auto;
 }
 html[lang="en"] .img-profit .imag-ar {
  display: none;
}

html[lang="en"] .img-profit .imag-en {
  display: block;
}
/*  */
  
/* Base styles (as provided, kept intact) */
.download-Profit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 5px 20px;
  background-color: #FFFFFFE5;
  border-radius: 22px;
  height: 80px;
  gap: 20px;
  margin-bottom: 20px;
}

.download-Profit .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.download-Profit .rigth {
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-profit {
  font-size: 30px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}

/* html[lang="en"] .title-profit {
  font-size: 20px;
} */
html[lang="en"]  .profit p ,
html[lang="en"] .card-Profit,
html[lang="en"] .card-Profit p,
html[lang="en"] .card-Profit h3,
html[lang="en"] .download-Profit .left,
html[lang="en"] .container {
  text-align: left;
  direction: ltr;
}
html[lang="en"] .icon-Profit-container {
  right: 15px;
  left: auto;
}

/* html[lang="en"] body {
  direction: ltr;
} */
html[lang="en"] .title-content {
  text-align: left;
}

/* Adjust card content alignment */
html[lang="en"] .card-Profit {
  align-items: flex-start; 
}
html[lang="en"] .icon-Profit-container {
  left: 15px;
  right: auto;
}

/* Adjust heading margin so it doesn't overlap the icon on the left */
/* html[lang="en"] .card-Profit h3 {
  margin-left: 75px;  
  margin-right: 0;
} */
/* ========== RESPONSIVE STYLES ========== */
/* Tablets and small desktops */

@media (max-width: 1024px) {
  .download-Profit {
    padding: 5px 16px;
    gap: 16px;
  }
  .title-profit {
    font-size: 26px;
  }
  html[lang="en"] .title-profit {
    font-size: 18px;
  }
  .download-Profit .rigth img {
    height: 44px;
  }
}
 

/* Tablets (portrait) and large phones */
@media (max-width: 768px) {
   .grid-cards {
    gap: 25px;
    margin-top: 60px;
  }
  .card-Profit {
    width: 100%;
    max-width: 380px;
    /* min-height: auto; */
     margin: 0 auto;
  }
  .icon-Profit-container {
    width: 56px;
    height: 56px;
    top: 12px;
    right: 12px;
   }
   .icon-Profit-container img {
    width: 26px;
    height: 26px;
   
  }
  .card-Profit h3 {
    font-size: 20px;
    margin-top: 15px;
  }
  .card-Profit p {
    font-size: 16px;
    line-height: 1.4;
  }
  .download-Profit {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding: 20px 20px;
    gap: 16px;
    text-align: center;
  }
  .download-Profit .left {
    justify-content: center;
  }
  .title-profit {
    font-size: 24px;
    margin-top: 0;
    padding: 0;
  }
  html[lang="en"] .title-profit {
    font-size: 20px;
  }
  .download-Profit .rigth {
    justify-content: center;
    gap: 12px;
  }
  .download-Profit .rigth img {
    height: 48px;
  }
}
/* للشاشات الأكبر من 768px */
@media (min-width: 769px) {
  .grid-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
  }
  
  .card-Profit {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

/* تحسين للشاشات المتوسطة (من 769px إلى 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .grid-cards {
    gap: 20px;
  }
  .card-Profit {
    padding: 16px;
  }
  .icon-Profit-container {
    width: 56px;
    height: 56px;
    top: 12px;
    right: 12px;
  }
  .icon-Profit-container img {
    width: 26px;
    height: 26px;
  }
  .card-Profit h3 {
    font-size: 20px;
    /* margin-top: 28px; */
  }
  .card-Profit p {
    font-size: 15px;
  }
}
/* Small phones (<=480px) */
@media (max-width: 480px) {
   .card-Profit {
    padding: 12px 16px;
    min-height: 180px;  
  }
  .icon-Profit-container {
    width: 48px;
    height: 48px;
    top: 10px;
    right: 10px;
  }
  .icon-Profit-container img {
    width: 22px;
    height: 22px;
  }
  .card-Profit h3 {
    font-size: 18px;
    margin-top: 10px;      /* reduce space below icon */
    line-height: 1.3;
  }
  .card-Profit p {
    font-size: 14px;
    line-height: 1.4;
  }
  .download-Profit {
    padding: 16px 12px;
    border-radius: 20px;
  }
  .title-profit {
    font-size: 20px;
  }
  html[lang="en"] .title-profit {
    font-size: 18px;
  }
  .download-Profit .rigth img {
    height: 42px;
  }
  .download-Profit .rigth {
    gap: 10px;
  }
}

/* Extra small devices (<=380px) */
@media (max-width: 380px) {
  .download-Profit {
    padding: 14px 10px;
  }
  .title-profit {
    font-size: 18px;
  }
  html[lang="en"] .title-profit {
    font-size: 16px;
  }
  .download-Profit .rigth img {
    height: 38px;
    /* width: ; */
  }
}
/* ReSponsive of Download Section */
/* للشاشات المتوسطة (تابلت: 769px - 820px) */
 /* الأساس للشاشات من 768px إلى 1024px */
 

/* تحسينات لشاشة 853px (مثل iPad Pro 11" أفقياً) */
 
/* الوضع الرأسي (Portrait) - عرض 912px وارتفاع 1368px */
@media (min-width: 912px) and (max-width: 912px) and (min-height: 1368px) and (max-height: 1368px) and (orientation: portrait) {
  /* أضف تعديلاتك هنا */
  .download-container {
    gap: 45px;
    padding: 0 35px;
  }
  .download-text h2 {
    font-size: 32px;
  }
  .download-image img {
    width: 108%;
    max-width: 108%;
  }
  .download-btnImg a img {
    width: 120px;
  }
}

 @media (min-width: 1368px) and (max-width: 1368px) and (min-height: 912px) and (max-height: 912px) and (orientation: landscape) {
    .download-btnImg a img {
    width: 110px;
  }
}
 
@media (min-width: 820px) and (max-width: 820px) and (min-height: 1180px) and (max-height: 1180px) and (orientation: portrait) {
   .download-container {
    gap: 40px;
    padding: 0 30px;
  }
  .download-text h2 {
    font-size: 26px !important;
  }
  .download-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .download-btnImg a img {
    width: 115px;
  }
}

@media (max-width: 768px) {
  .download-section {
    padding: 20px 10px;
  }
  
  .download-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
    height: fit-content;
  }
    .download-text {
    order: 0;  
  }

  .download-image {
    order: 1; 
    margin-bottom: 0; 
  }

  .download-container .download-text {
    text-align: center !important;
  }

  .download-container .download-btnImg {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 414px) {
  .download-image {
    margin: 0 !important;
  }
}
/* Responsive  new-class  */
 /* ========== RESPONSIVE FOR ALL SECTIONS ========== */

/* Tablet and Mobile Styles (up to 1024px) */
 /* Screens wider than 1024px (desktops, large tablets landscape) */
@media (min-width: 1025px) {
  
}
/*  */
/* @media (min-width: 1024px) { */
   .top-section{
     width: 50% !important;
    padding: 30px !important;
    gap: 40px !important;
  }
  .bottom-section {

  }
  .bottom-section {
    /* display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important; */
  }
    /* .bottom-section  .frame1.phone-image {
    display: none !important;
  } */
.bottom-section .new-class .frame.phone-image {
  display: block !important;
  width: 100% !important;         
  /* max-width: 280px; */
  margin: 0 auto 30px auto !important; 
 }

.bottom-section .new-class .frame.phone-image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  min-height: 450px;              
  object-fit: cover;
  display: block;                  
}
 
 
/*  */
/* top-section   */
.top-section {
  overflow: visible; 
  /* background-image: url('./public/Rectangle 24541.svg'); */
  /* background-size: cover;  */
  box-shadow: 0px 25px 64px 0px #10069F0D;
  border-radius: 40px;
  position: relative;
 }
.top-section .phone-image {
  margin-top: -30px; 
  margin-bottom: -40px; 
  z-index: 10;
}

.top-section .phone-image img {
  width: 200px;
  height: auto;
  max-width: 110%;
  transform: scale(1.15);
  transition: transform 0.3s;
}
 
@media (max-width: 768px) {
  .top-section,
  .bottom-section {
     overflow: hidden;  
  margin-bottom: 30px;
   width: 95% !important;
    flex-direction: column !important;
    padding: 20px 15px !important;
    gap: 25px !important;
    text-align: center;
  }
  .top-section .text-box {
    order: 1 !important;
  }
  .top-section .phone-image {
    order: 2 !important;
    margin-top: 20px;
    height: 400px;
     margin-bottom: -280px;
  }

  .bottom-section .new-class {
    order: 1 !important;
  }

  .bottom-section .phone-image {
    /* order: 2 !important; */
     /* height: 400px; */
    /* overflow: hidden; */
    /* border-radius: 40px; */
  }
  .phone-image img {
    width: 100%;
    height: auto; 
    display: block;
      margin-top: 8px;
    max-width: 150px !important; 
     transform: scaleY(1.4) translateY(50px);
  }
  .top-section h2 ,
  .top-section .highlight{
  text-align: left;
  margin: 0 10px;
}
  .top-section .text-box {
    text-align: center;
    padding: 0 10px;
  }

:lang(ar) .top-section h2 ,
:lang(ar) .top-section .highlight{
  text-align: right;
}
}
@media (min-width: 800px) and (max-width: 850px) {
  .top-section,
  .bottom-section {
    flex-direction: column !important;
    width: 95% !important;
    margin: 0 auto;
    padding: 10px !important;
    overflow: hidden;
  }
  .top-section .text-box {
    order: 1;
  }
  .top-section .phone-image,
  .bottom-section .phone-image {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0;
  }
  .phone-image img {
    width: 85%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
    border-radius: 36px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
   }
   .phone-image img {
    width: 100%;
    height: auto; 
    display: block;
      margin-top: 20px;
    margin-bottom: -30px;
     margin-bottom: -420px;
  }
}


/* /Bottom section  */
/* ========== الشاشات الكبيرة (ديسكتوب) ========== */
 /* ===== القسم السفلي - الشاشات الكبيرة ===== */
/* ===== القسم السفلي - الشاشات الكبيرة ===== */
 
 .bottom-section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  gap: 120px !important; 

  width: 70%;
  margin: 50px auto !important; 
  padding: 30px 60px;

    border: none !important;        
  background: transparent !important; 
  background-color: transparent !important; 
  box-shadow: none !important;

}
  .bottom-section h2 {
        margin-top: 60px;

  }
.bottom-section .new-class {
  flex: 1;
  max-width: 45%;
}

.bottom-section .phone-image {
  flex: 1;
  max-width: 530px;
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;  
  margin: 0;
  overflow: visible;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  box-shadow: 0px 25px 64px 0px #10069F0D;
  
}
.bottom-section .phone-image img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  display: block;
   margin-bottom: -150px;

}
.bottom-section .phone-image {
  flex: 0 0 530px;
}
.bottom-section .new-class {
  flex: 1;
  max-width: 40%;
  }

.bottom-section .stats {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  /* transform: translateX(-50px); */
}
.bottom-section .stats h4 {
  margin: 0 25px;
}
.bottom-section .stats li {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 25px 64px 0px #10069F0D;

}
/* ===== للشاشات التي عرضها 1024px أو أقل (ولكن أكبر من 768px) ===== */
/* @media (max-width: 1024px) and (min-width: 769px) {
  .bottom-section {
    display: flex !important ;
    align-items: center;
    gap: 60px; 
    margin-top: 40px;   
    padding: 0 20px;
  }

  .bottom-section .phone-image {
    flex: 0 0 40%;
    height: 380px;
 
  }

  .bottom-section .new-class {
    flex: 0 0 50%;
    padding: 0 40px;
  }
  .bottom-section .stats {
    gap: 10px;
    margin-top: 20px;
  }

  .bottom-section .stats li {
    padding: 15px;
  }

  .bottom-section .stats h4 {
    margin: 0 0 4px 0;
    font-size: 1.1rem;
  }

  .bottom-section .stats p {
    font-size: 0.9rem;
  }
} */

/* ===== إذا ضاقت أكثر من ذلك (900px) نرتب عمودياً ===== */
 /* الأساسي للشاشات الكبيرة (أكبر من 1280px) */
.bottom-section {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 120px !important;
  width: 70%;
  margin: 50px auto;
  padding: 30px 60px;
}

.bottom-section .new-class {
  flex: 1;
  max-width: 45%;
}

.bottom-section .phone-image {
  flex: 0 0 530px;      /* عرض ثابت 530px */
  height: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  box-shadow: 0px 25px 64px 0px #10069F0D;
  overflow: visible;
}

.bottom-section .phone-image img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  display: block;
  margin-bottom: -150px;   /* الهامش السالب قد يخرج الصورة عن الحاوية */
}

.bottom-section .stats {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
  list-style: none;
  padding: 0;
}

.bottom-section .stats li {
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #F6F6F6;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 25px 64px 0px #10069F0D;
}
 /* ====== الأساس للشاشات التي تزيد عن 850px (ترتيب أفقي) ====== */
@media (min-width: 851px) {
  .bottom-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 0px 25px 64px 0px #10069F0D;
    border-radius: 41px;
    background: #fff;
    /* background-color: #1DB954 !important; */
  }
  .bottom-section .phone-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bottom-section .phone-image img {
    width: 100%;
    max-width: 530px;
    height: auto;
    border-radius: 20px;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 25px 64px 0px #10069F0D;
    background: #FFFFFF;
  }
  .bottom-section .new-class {
    flex: 1;
    text-align: right;
  }
  .bottom-section h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    text-align: right;
    color: #D72229;
    margin: 0 0 20px 0;
    width: auto;
  }
  .bottom-section .text-center {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    text-align: right;
    color: #6A7080;
    margin: 0 0 30px 0;
    max-width: 642px;
  }

  .bottom-section .stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .bottom-section .stats li {
    width: 257px;
    min-height: 152px;
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    background: #FFFFFF;
    box-shadow: 0px 25px 64px 0px #10069F0D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
  }
  .bottom-section .stats {
  gap: 0 !important;
  justify-content: center !important;
}
.bottom-section .stats li {
  margin: 0 4px !important;   /* القيمة السالبة تجعلها تتقارب أكثر */
}
}

/* ====== شاشة 1280px (تعديلات تناسب العرض المتوسط) ====== */
@media (max-width: 1280px) and (min-width: 1025px) {
  .bottom-section {
    gap: 60px;
    padding: 30px;
    margin: 40px 0;
     border: none !important;        
  background: transparent !important; 
  background-color: transparent !important; 
  box-shadow: none !important;
  }

  .bottom-section h2 {
    font-size: 50px;  
    margin-top: 60px;
   }

  .bottom-section .text-center {
    font-size: 21px;
    max-width: 580px;
   }
.bottom-section .stats {
  display: flex;
  flex-direction: row;     
  gap: 8px !important; 
  justify-content: center;
  align-items: center;
}

.bottom-section .stats li {
  max-width: 280px;
  min-height: 170px;
  padding: 15px 12px;   
  margin: 0;               
}

  .bottom-section .phone-image img {
    max-width: 480px;
  }
}


@media (min-width: 800px) and (max-width: 850px) {
  .bottom-section {
     width: 90% !important;
    margin-bottom: 30px !important;
    padding: 30px 15px 0px !important;
    flex-direction: column !important;
    gap: 2px !important;
    border-radius: 41px !important;
    box-shadow: 0px 25px 64px 0px #10069F0D !important;
    background: #fff; 
    overflow: visible !important; 
  }
  .bottom-section .new-class {
    order: 1 !important;
    width: 100% !important;
    text-align: right;
  }

  .bottom-section .phone-image {
  order: 2 !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;   /* تغيير من center إلى flex-end للالتصاق من الأسفل */
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  }

.bottom-section .phone-image img {
  display: block !important;
  width: 100% !important;
  max-width: 357.5px !important;
  height: auto !important;
  margin: 0 auto 0 auto !important;   /* أعلى 0، أفقي auto، أسفل 0 */
  margin-bottom: 0 !important;        /* تأكيد عدم وجود هامش سفلي */
  transform: none !important;
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

  .bottom-section h2,
  .bottom-section .text-center,
  .bottom-section h4,
  .bottom-section .stats p {
    text-align: right !important;
  }

  .bottom-section .stats {
    order: 3 !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding: 20px;
  }

  .bottom-section .stats li {
    width: 280px !important;       
    max-width: 45% !important;     
    margin: 0 !important;
    padding: 20px;
       margin-top: -100px !important;
  }
  .bottom-section .phone-image {
        margin-top: -150px !important;
  padding-top: 0 !important;
}
}

@media (max-width: 768px) {
  .bottom-section {
    width: 90% !important;
    max-width: 502px !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    padding: 30px 15px 0px !important;
    flex-direction: column !important;
    gap: 2px !important;
    border-radius: 41px !important;
    box-shadow: 0px 25px 64px 0px #10069F0D !important;
    background: #fff; 
    overflow: visible !important; 
  }

   .bottom-section h2 {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700 !important;
    font-size: 45px !important;
    line-height: 145% !important;
     text-align: right !important;
    color: #D72229 !important;
    margin: 0 0 10px 0 !important;
    width: auto !important;
    max-width: 303px !important;
  }
  .bottom-section .text-center,
  .bottom-section .center .text-center {
     font-weight: 400 !important;
    font-size: 23px !important;
    line-height: 150% !important;
     text-align: right !important;
    max-width: 437px !important;
    margin: 30px auto !important;
  }

   .bottom-section .new-class {
    order: 1 !important;
    max-width: 100% !important;
    text-align: right !important;
  }

.bottom-section .phone-image {
  order: 2 !important;
  z-index: 10 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;   /* تغيير من center إلى flex-end للالتصاق من الأسفل */
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* margin-bottom: -15px !important; */
 }

.bottom-section .phone-image img {
  display: block !important;
  width: 100% !important;
  max-width: 357.5px !important;
  height: auto !important;
  margin: 0 auto 0 auto !important;   /* أعلى 0، أفقي auto، أسفل 0 */
  margin-bottom: 0 !important;        /* تأكيد عدم وجود هامش سفلي */
  transform: none !important;
  background-color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
  .bottom-section .stats {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
   }

  .bottom-section .stats li {
    width: 220px !important;
    min-height: 130px !important;
    border-radius: 10px !important;
    border: 1px solid #F6F6F6 !important;
    box-shadow: 0px 25px 64px 0px #10069F0D !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }

  .bottom-section .center h2,
  .bottom-section .center .text-center {
    text-align: right !important;
  }
  [dir="ltr"] .bottom-section .center h2{
      text-align: left !important;
  }
html[lang="en"] .bottom-section .text-center {
  text-align: left !important;
}
html[lang="ar"] .bottom-section .text-center {
  text-align: right !important;
}
.bottom-section .phone-image {
        margin-top: -100px !important;
  padding-top: 0 !important;
}
}

/*  SHIELD CONTAINER  ==> BoSield Page */
.shield {
   display: flex !important; 
  gap: 10px;
  width: 80vw;
  margin: 40px auto;
  justify-content: center !important; 
  align-items: center !important;
  flex-wrap: wrap;
}

 html[lang="ar"] .shield {
  flex-direction: row-reverse;
}
html[lang="en"] .shield {
  flex-direction: row;
}

 .shield > div {
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 20px;
  padding: 30px;
  width: fit-content;
  max-width: 600px;
   margin: 0 auto;            
   
}

 html[lang="ar"] .shield > div {
  flex-direction: row-reverse;
  text-align: right;
}
html[lang="en"] .shield > div {
  flex-direction: row;
  text-align: left;
}

 .shield span {
   font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  margin-bottom: 6px;
}
.shield p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}

 .shield img {
  width: 181px;
  max-width: 100%;
  height: auto;
  display: block;
}

 .cardimg {
  position: relative;
  flex: 0 0 211px;
  width: 211px;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center; 
  padding: 3px 0;
  overflow: visible;
}

 .cardimg .border {
  position: absolute;
  width: 211px;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.text-content {
  flex: 1;
}
 

/* ============================================ */
/* RESPONSIVE BREAKPOINTS                      */
/* ============================================ */

 @media (max-width: 768px) {
  .shield {
    width: 95vw;
    gap: 20px;
   }
  .shield > div {
    padding: 20px;
    gap: 15px;
    max-width: 90%;
  }
  .cardimg {
    flex: 0 0 180px;
    width: 180px;
   
  }
  .cardimg .border {
    width: 180px;
    top: -8px;
  }
   .shield img {
    width: 150px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
     opacity: 1;
    visibility: visible;
  }
  .shield span {
    font-size: 14px;
  }
  .shield p {
    font-size: 13px;
  }
}

 @media (max-width: 576px) {
  .shield {
    width: 100%;
    margin: 20px auto;
    gap: 16px;
   }
  
   html[lang="ar"] .shield > div,
  html[lang="en"] .shield > div {
    flex-direction: column !important;
    text-align: center;
    padding: 20px;
    gap: 16px;
    width: 100%;
    max-width: 360px;
  }
  .text-content {
    width: 100%;
  }
  
  .shield span {
    font-size: 13px;
  }
  .shield p {
    font-size: 12px;
  }
}

  @media (min-width: 1024px) {
  .shield {
     flex-direction: row !important; 
    flex-wrap: nowrap;  
    justify-content: center;   
    align-items: center;       
    margin-left: auto;
    margin-right: auto;
    width: fit-content;   
    max-width: 90vw;
  }
  html[lang="ar"] .shield {
    flex-direction: row-reverse !important;
  }
  html[lang="en"] .shield {
    flex-direction: row !important;
  }
  .shield > div {
    margin: 0;         
    flex: 0 0 auto;     
  }
  .shield > div:only-child {
    margin: 0 auto;
  }
}
 
 @supports (-ms-ime-align: auto) {
  .shield,
  .shield > div {
    display: -ms-flexbox;
    display: flex;
  }
  html[lang="ar"] .shield > div {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
} 