* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Cairo, sans-serif !important;
}

body {
    background-color: #f9f9f9;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    padding: 0 50px;
}

/* التنسيق الخاص بالنصوص */
.hero-content {
    flex: 1;
    z-index: 2;
}

.subtitle {
    color: #888;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
}

h1 {
    font-size: 3.5rem;
    color: #333;
    margin: 20px 0;
    line-height: 1.2;
}

p,a {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 10px;
    max-width: 450px;
    text-decoration: none;
}

.store-buttons img {
    height: 45px;
    margin-left: 10px;
    cursor: pointer;
}

/* التنسيق الخاص بالصورة والخلفية البرتقالية */
.hero-image {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.orange-bg-shape {
   position: absolute;
    width: 433px;
    height: 600px;
    background-color: #1f1e5b;
    border-radius: 40px;
    right: 35px;
    z-index: 1;
}

.car-img {
    position: relative;
    z-index: 3;
    width: 80%;
    transform: translateX(-25px);
    border-radius: 9%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* للهواتف والشاشات الصغيرة */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
        text-align: center;
        padding-top: 50px;
    }
    h1 { font-size: 2.5rem; }
    .orange-bg-shape { display: none; }
    .car-img { width: 100%; transform: none; }
}
.mx-4{
    margin-right:  8px;
    margin-left:  8px;
}
.social-icons {
  /* position: relative;
  z-index: 2; */
      width: 72%;
    display: flex;
    justify-content: center;
}
.social-icons .btn {
      color: #322e62;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 2rem;
    width: 4rem;
    border-radius: 100rem;
    background: #1abfdf;
  
}

/* @media (min-width: 992px) {
  .social-icons {
    position: absolute;
    height: 100%;
    top: 0;
    right: 2.5rem;
    width: auto;
  }
} */