/* ==========================
   GLOBAL STYLE
========================== */

body {
    font-family: "Cairo", sans-serif;
    direction: rtl;
    background: #fafafa;
    color: #222;
    text-align: right;
}

a {
    text-decoration: none;
}

/* ==========================
   HERO SECTION
========================== */

.hero-section {
    position: relative;
    background: linear-gradient(#004aadcc, #004aadcc), url('/images/taxi-kuwait.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 15px;
    color: #fff;
    text-align: center;
}

.hero-title {
    font-size: 45px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.hero-call-btn {
    background: #ffcc00;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}

    .hero-call-btn:hover {
        background: #e6b800;
    }


/* ==========================
   FEATURES SECTION
========================== */

.features-section {
    padding: 60px 0;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px #0001;
    transition: 0.3s;
}

    .feature-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 8px 25px #0002;
    }

    .feature-card .icon {
        font-size: 45px;
        margin-bottom: 10px;
    }


/* ==========================
   BOOKING SECTION
========================== */

.booking-section {
    padding: 70px 0;
    background: #ffffff;
}

.booking-form {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 3px 14px #0001;
}

    .booking-form input {
        height: 50px;
        font-size: 18px;
    }

.booking-btn {
    width: 100%;
    padding: 14px;
    background: #004aad;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

    .booking-btn:hover {
        background: #003b88;
    }


/* ==========================
   SERVICES GRID
========================== */

.service-card {
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 3px 15px #0001;
    transition: 0.3s;
}

    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px #0003;
    }


/* ==========================
   AREAS SECTION
========================== */

.areas-section {
    padding: 60px 0;
    background: #f0f4ff;
}

.areas-list {
    font-size: 20px;
    color: #555;
    text-align: center;
}


/* ==========================
   MOBILE CALL BUTTON
========================== */

/*.mobile-call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffcc00;
    color: #000;
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    z-index: 999;
    box-shadow: 0 4px 14px #0003;
}

    .mobile-call-btn:hover {
        background: #e6b800;
    }*/


/* ==========================
   WHATSAPP FLOAT BUTTON
========================== */

/*.whatsapp-btn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
}
whatsapp-btn {
    position: fixed;
    bottom: 90px;*/ /* أعلى زر الاتصال */
    /*right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 14px #0004;
    transition: transform 0.3s;
}

    .whatsapp-btn img:hover {
        transform: scale(1.07);
    }*/

.mobile-call-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffcc00;
    color: #000;
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 14px #0003;
    z-index: 999;
    transition: background 0.3s;
}

    .mobile-call-btn:hover {
        background: #e6b800;
    }

.whatsapp-btn {
    position: fixed;
    bottom: 90px; /* أعلى زر الاتصال */
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 999;
}

    .whatsapp-btn img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        box-shadow: 0 4px 14px #0004;
        transition: transform 0.3s;
    }

        .whatsapp-btn img:hover {
            transform: scale(1.07);
        }

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 768px) {
    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .booking-form input {
        font-size: 16px;
    }
}
