@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background-color: #000000;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px;
}

.logo {
    width: 100px;
    height: auto;
}

.navigation a {
    color: #00B4C6;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    padding-left: 30px;
    transition: 0.7s ease;
    margin-top: 10px;
    display: inline-block;
    flex-wrap: wrap;
    gap: 10px;
}

.navigation a:hover {
    color: #ffffff;
}

section {
    padding: 80px 20px;
    max-width: auto;
}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url('IMAGE/WhatsApp\ Image\ 2025-08-24\ at\ 21.43.22_639b7588.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding-left: 100px;
    img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: inline-block;
    }
}

.main h2 {
    color: #00B4C6;
    font-size: 1.4em;
    font-weight: 500;
}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #00B4C6;
    font-size: 3em;
    font-weight: 600;
    text-align: left;
}

.main h3 {
    color: #00B4C6;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.main-btn {
    color: #fff;
    background-color: #00B4C6;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s ease;
}

.main-btn:hover {
    background-color: #042580;
    transform: scale(1.1);
}

.contact-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-icons .icon {
    width: 75px;
    height: 75px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #333;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out, background 0.3s;
}

.contact-icons .phone {
    color: #333;
}

.contact-icons .whatsapp {
    color: #25D366;
}

.contact-icons .icon:hover {
    transform: scale(1.1);
    background: #f5f5f5;
}

.title {
    display: flex;
    justify-content: center;
    color: #00B4C6;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.title {
    display: flex;
    justify-content: center;
    color: #00B4C6;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

#services {
    background-color: black;
    padding: 50px 200px;
}

.card {
    background-color: #fff;
    border: 1px solid #ffffff;
    min-height: 14em;
    width: 35em;
    max-width: 350px;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.card:hover {
    color: #00B4C6;
    transform: scale(1.05);
}

.card .icon {
    color: #00B4C6;
    font-size: 8em;
    text-align: center;
}

.info {
    text-align: center;
}

.info h3 {
    color: #00B4C6;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

#features {
    background-image: url(IMAGE/b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(0, 0, 0);
    padding: 50px 200px;
}

.cars {
    background-color: #000000;
}

.cars .content {
    margin-top: 30px;
}

.cars-card {
    background-color: #fff;
    border: 1px solid #ffffff;
    min-height: 14em;
    width: 35em;
    overflow: hidden;
    border-radius: 10px;
    margin: 20px;
    transition: 0.7s ease;
}

.cars-card:hover {
    transform: scale(1.1);
}

.cars-card:hover .cars-image {
    opacity: 0.9;
}

.cars-image img {
    width: 100%
}

.cars-info {
    padding: 1em;
}

.cars-category {
    font-size: 0.8em;
    color: #000;
}

.cars-title {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
}

.more-details {
    text-decoration: none;
    color: #00B4C6;
}

.more-details:hover {
    color: #010057;
}

.contact .icon {
    font-size: 50px;
}

.contact .info h3 {
    color: #00B4C6;
}

.contact .info p {
    font-size: 1.5em;
}

.info {
    color: #00B4C6;
    margin: 10px 20px;
    line-height: 1.8em;
}

.footer {
    background-color: #000016;
    color: #fff;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-size: 1.3em;
    font-weight: 600;
}

.footer-title span {
    color: #00B4C6;
}

.footer .social-icons a {
    font-size: 1.3em;
    padding: 0 12px 0 0;
    color: #00B4C6;
}

.footer .social-icons a:hover {
    color: #fff;
}


/* شاشات الموبايل الصغيرة جداً (أقل من 400px) */

@media (max-width: 300px) {
    header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .navigation {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .navigation a {
        font-size: 10em;
        padding-left: 0;
    }
    .main {
        padding-left: 20px;
        text-align: left;
    }
    .main h2 span {
        font-size: 1.8em;
    }
    .main h3 {
        font-size: 1.2em;
    }
    .main-btn {
        width: 100%;
        text-align: center;
    }
}


/* شاشات التابلت (من 401px لحد 768px) */

@media (max-width: 768px) {
    header {
        padding: 15px 30px;
    }
    .navigation a {
        font-size: 1em;
        padding-left: 15px;
    }
    .main {
        padding-left: 40px;
    }
    .main h2 span {
        font-size: 2.2em;
    }
    .main h3 {
        font-size: 1.5em;
    }
    .content {
        flex-direction: column;
        align-items: center;
    }
    #services,
    #features {
        padding: 30px 40px;
    }
}


/* شاشات الكمبيوتر الكبيرة (أكبر من 1024px) */

@media (min-width: 1024px) {
    .main h2 span {
        font-size: 3em;
    }
    .main h3 {
        font-size: 2em;
    }
    .navigation a {
        font-size: 1.2em;
    }
}