body {
    font-family: 'Cairo', sans-serif;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #222;
  }
  a{
    text-decoration: none;
  }
  .fullWindow{
    height: 100vh;
  }
  .hide{
    width: 0!important;
    height: 0!important;
    display: none!important;
    background-color: transparent!important;
  }
  .Mobile-nav{
    display: none
  }
  nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 65px;
    border-radius: 25px;
    padding: 0px 10px;
    background-color:black;
    background-size: cover;
  }
  nav i{
    font-size: 35px;
    color: white;
  } nav::after{
    content: "";
    width: 7px;
    background-color: white;
    height: 65px;
    position: absolute;
    right:25vw;
  }
  nav i:hover{
    cursor: pointer;
  }
  .navbar {
    display: flex;
    justify-content: center;
    padding: 1rem 2rem;
    position:sticky;
    top: 0;
    z-index: 1000;
    transition-duration: 0.5s;
    opacity: 90%;
  }
  .navbar:hover{
    transition-duration: 0.5s;
    opacity: 100%;
  }
  .mobilenav{
    display: flex;
    gap: 1rem;
    z-index: 100;
    border: white 1px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .Mobile-nav .mobilenav>div{
        display: flex;
    gap: 1rem;
  }
  .Mobile-nav .nav-section{
    display: flex;
    position: absolute;
    height: 100vh;
    top: 0;
    background-color: black;
    left: 0;
    flex-direction: column;
    width: calc(100% - 25px);
    align-items: flex-end;
    padding-right: 25px;
    padding-top: 77px;
    z-index: 10;
    transition-duration:0.5s;
  }
  .Mobile-nav  ul{
    flex-direction: column-reverse;
    align-items: end;
    gap: 1rem;
    margin: 20px;
  }
  .Mobile-nav  ul a{
    background: #000!important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 100;
  }
  .Mobile-nav .download{
    position: absolute;
    top: 20px;
        left: 75vw;
    transform: translateX(-100%);
  }
  .Mobile-nav .download a{
    font-size: 16px;
    color: #D72229!important;
  }
  .nav-footer{
        flex-direction: column-reverse;
      }
      .nav-footer a{
        font-size: 17px!important;
        color: #D72229!important;
        margin-right: 20px
      }
      .nav-bottom{
        position: absolute;
        bottom: 50px;
        z-index: 10;
        /* height: calc(100vh - 50px); */
        left: 50%;
        transform: translateX(-50%);
        width: 100% !important;
  }
  .nav-bottom span{
    color: #303440!important;
    width: 100% !important;
    text-align: center;
  }
  .nav-bottom span,.nav-bottom a{
    font-size: 20px!important;

  }
.Mobile-nav h2      {
  margin: 30px 20px 0;
    font-size: 20px !important;
    color: white;
    font-weight: 100;
}
  .logo {
      width: 90px;
      height: 57px;
      border-radius: 100px;
      /* background-color: #D72229; */
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .download{
        display: block;
        width: 80px !important;
        height: 25px !important;
        color: white;
        top: 24px;
        left: 1323px;
        border-radius: 114px;
        padding-top: 15px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
        gap: 10px;
    }
  .logo img{
    width: 38.52px;
    height: 45px;
    
  }
  nav ul {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    width: fit-content;
    height: 30px;
    display: block;
     
  }
  
  nav ul li a.active {
  position: relative;
  padding: 3px 15px;
  font-size: 16px;
  color: #D72229;
  border-radius: 50px;
  border: 2px solid transparent;
  background-image: 
    linear-gradient(black, black), /* Button background */
    linear-gradient(to right, #000, #d72229, #000); /* Border gradient */
  background-origin: border-box;
  background-clip: padding-box, border-box;
  text-decoration: none;
  transition: all 0.3s ease-in-out;

  }
  
  .hero {
    text-align: center;
    padding: 4rem 2rem;
    background: #fff;
  }
  
  .hero h1 {
    font-size: 2.2rem;
    color: #D72229;
    margin-bottom: 1rem;
  }
  
  .hero p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
    margin-bottom: 0;
  }
   .hero .subP{
    margin-top: 0;
  }

  .hero-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
  }
  .hero-buttons a{
    width: 170px;
    height: 30px;
    font-weight: 200;
    align-items: center;
    background-color: #D72229;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 25px;
  }
  .hero-buttons i{
    font-size: 25px;
  }
  .hero-buttons img{
    width: 40px;
  }
  .btn {
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
  }
  
  
  
 
  .phones {
    max-width: 100%;
        display: flex;
    justify-content: center;
    
  }
  .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%;
  }
  .phones img:nth-child(1){
    transform: rotate(-3deg) translate(70px, 17px);
  }
  .phones img:nth-child(2){
    z-index: 1;
    transform: rotateZ(3deg);
  }
  .phones img:nth-child(3){
    transform: rotate(-3deg) translate(-70px, 17px);

  }
  .features {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  
  .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 {
    transform: translateY(-5px);
    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;
  background: url('./public/about-us\ background.jpg') center/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
}

.overlay {
  background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(0,0,0,0.6));
  width: 100%;
  padding: 4rem 2rem;
}

.content {
  max-width: 900px;
  margin: auto;
  color: #fff;
}

.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{

  display: flex;
  flex-direction: column;
  align-items: center;
     padding-top: 50px;

}
.top-section, .bottom-section {
  background: rgba(255, 255, 255, 0.233);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin: 20px;
  width: 65%;
  height: 400px;
  display: flex;
  padding: 0 25px;
  
}
.bottom-section{
  height: unset;
}
.emoji{
  font-size: 40px;
}
.text-box {
  max-width: 800px;
  direction: rtl;
  transform: translateX(-20px);
}
.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;
}

.phone-image img {
  max-width: 200px;
  border-radius: 20px;
  transform: scale(1.2);

}

.bottom-section {
  box-shadow: none;
}
.bottom-section .text-box{
  position: relative;
  transform: translateX(-35px);
  z-index: 1;
  direction: rtl;
  width: 60%;
}
.bottom-section .text-box p{
  width: fit-content!important;
}
.bottom-section .phone-image{
  position: relative;
  width: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.bottom-section .phone-image img{
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.stats {
      list-style: none;
    padding: 0;
    margin: 20px 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transform: translateX(10px);
}

.stats li {
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 150px;
  width: 220px;
  border-radius: 10px;
  direction: rtl;
  padding: 0 20px;
  margin: 0 10px;
  display: flex
;
  flex-direction: column;
  align-items: flex-start;ection: rtl;

}
.stats strong{
  color: #D72229;
  font-weight: bold;
  font-size: 36px;
}
 .text-box span{
  color: #D72229;
}
.center{
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transform: translateX(-20px);
}
.testimonials-section {
  padding: 40px 20px;
  position: relative;
  text-align: center;
  background: url('./public/about-us\ background.jpg') center/cover no-repeat;
  margin-bottom: 100px ;
}
.testimonials-section::after{
content: "";
position: absolute;
bottom: -100px;
height: 100px;
width: 100%;
left: 0;
background: linear-gradient(to bottom,#000 0%
,#010101 40%,#0606064b 80%,rgb(255, 255, 255) 100%);
}
.section-title {
  font-size: 60px;
  margin-bottom: 30px;
  color: #303440;
  margin: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: right;
}

.user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  float: right;
  margin-left: 10px;
}

.user-name {
  font-weight: bold;
  margin: 5px 0;
  color: black;
  font-size: 23px;
}
.user-name span{
  font-size: 18px;
  color: #6b7280;
  font-weight: 200;
}
.user-text {
  font-size: 20px;
  color: #6b7280;
  clear: both;
}
.download-section {
  margin: 200px 0 100px;
  padding: 0 20px;
  text-align: center;
  background-color: transparent;
}

.download-container {
  max-width: 1100px;
  height: 451px;
  background: #ffffff79;
  color: #b30000;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  text-align: right;
margin: 100px 0;
    display: flex
;
    justify-content: center;
}

.download-text .logo{
  display: inline-grid;
}
.download-text a{
  width: 180px;
    height: 30px;
    font-size: 14px;
    padding: 10px;
    align-items: center;
    display: flex
;
    justify-content: space-around;
}
.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;
}

.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;
}
/* //////////////////////////////////////////////////////////////////////// */
 .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;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.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{
  width: 226px;
  font-size: 14px;
  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;
}
button {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #ccc;
}

.email {
    margin-top: 20px;
    color: #aaa;
    position: absolute;
    left: 0;
    border: 1px solid #222;
    width: calc(100% - 20px);
    height: 60px;
    bottom: -33px;
    font-size: 32px;
    padding-left: 20px;
    border-bottom-right-radius: 10px;
}
.submit{
  display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 226px;
}
.submit input{
background-color: white;
color: black;
font-size: 24px;
    position: relative;
    padding: 0;
}
.submit input::after{
  content: ">";
  position: absolute;
}
.submit p{
  font-size: 12.8px;
  margin-right: 10px;
}
.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: black;
  padding: 10px 20px;
}

.footer-left, .footer-center, .footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .logo{
  background-color: transparent;
}
.footer select{
  background-color: black;
    direction: rtl;
    border-radius: 27px;
    padding: 8px 16px;
    width: 120px;
    font-size: 17px;
    appearance: none;
    background-image: url('./public/Arrow-up.png');
    background-repeat: no-repeat;
    background-position: left 15px center;
    position: relative;
    background-size: 12px;
}
.footer select::after{
  content :">";
  position: absolute;
  left: 10x;
  transform: rotateY('270deg');
}
select:hover{
  cursor: pointer;
}
.icon-button {
  background-color: #D72229;
  border: none;
  border-radius: 20px;
  padding: 10px;
  width: 60px;
  height: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.icon-button img {
  width: 44px;
  height: 30px;
}

.footer-center a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
  font-size: 14px;
}

.footer-right span, .footer-right a {
  color: #fff;
  font-size: 14px;
}

.footer-right a {
  color: #D72229;
  text-decoration: none;
}
/* for policies and privacy */
.container {
  max-width: 800px;
  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.8;
}

.container a {
  color: #D72229;
  text-decoration: none;
}
.container .headspan{
  color: #D72229;
  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;
  }
  .shield{
        position: relative;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    width: 84vw;
    margin: 40px 0;
    left: 10vw;
  }
  .shield>div{
        display: flex;
    border-radius:20px;
    gap: 20px;
    padding: 30px;
    box-shadow: 0 25px 58px #e2e2e2;
  }
  .shield span{
    color: #D72229;
    font-size: 15px;
    font-weight: 600
  }
  .shield p{
    font-size: 14px
  }
  .shield img{
    width: 181px;
    height: 242px;
    position: relative;
  }
  .cardimg{
    position: relative;
    padding: 15px;
    border-radius: 25px;
    border: 1px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), /* Button background */ linear-gradient(to bottom, #d72229 0%, #ff040e 20%, #eabdbd 55%, #ffffff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
@media (min-width:1051px) {
  .phones img {
    width: 23%;
    max-width: 600px;
    height: fit-content;
}
.bottom-section{
  width: 70%;
  margin: 100px 0;
}

}
@media (max-width: 1050px) {
  nav ul{
    gap: 0.5rem;
  }
  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;
    padding: 60px 20px;
  }

 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;
  }

  .testimonial-card {
    margin: 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;
    
  }
   h1 {
    font-size: 34px!important;
  }
  h2 {
    font-size: 28px!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: 185px;
    bottom: unset!important;
  }
  .bottom-section{
    flex-direction: column-reverse;
        align-items: center;

  }
.bottom-section .text-box{
  width: -webkit-fill-available;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-section .center{
  transform: none;
  justify-content: flex-start;
}
.stats li{
  height: 120px;
    width: 170px;
    display: list-item;
}
.stats strong{
  font-size: 30px;
}
  .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;
}
  .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;
}
  .testimonial-card {
    margin: 20px 10px;
  }
  form{
    min-height: 250px;
  }
  .footer-center a{
  margin: 0 5px;
  font-size: 12px;
}
.email{
  height: 54px;
    bottom: -27px;
    font-size: 26px;
}
}

/* 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;
}
  /* .hero-buttons button,
  .download-buttons button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .hero-buttons img{
    width: 34px!important;
  }
  .hero-buttons a{
    font-size: 16px;
  }
  .hero-buttons i{
    font-size: 30px;
  } */
  .top-section{
  width: calc(100% - 92px);
  height: 450px;
  }
  .bottom-section{
  width: calc(100% - 92px);
  }
  
  .top-section p{
    font-size: 14px;
  }
  .logo{
    width: 74px;
    height: 47px;
  }
  .center {
    display: inline;
  }
  .center h2{
    font-size: 32px !important;
  }
  .center .logo{
    display: inline-flex;
  }
  .stats li{
    width: 40vw;
        padding: 0 5px;
        margin: 0 5px;
        height: 130px;
  }
  .bottom-section .phone-image{
    width:-webkit-fill-available
  }
  .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{
            flex-direction: column;
        height: 78vh;
        justify-content: flex-start;
        margin-bottom: 28vh;
  }
  .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 {
  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: 25px;
        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-between;
}
.footer-right a{
  font-size: 18px;
}
.footer-right span{
  font-size: 18px;
  width: 110px;

}
.footer-right select{
  display:inline-block !important;
  width: 140px;
        height: 40px;
}
.overlay{
          padding: 1rem;
        width: calc(100% - 2rem);
}
.hidden-mobile{
  display: inline;
}
.shield img{
  display: none;
}
}