/*
Theme Name: Astra Child — Oman Taxi
Theme URI: https://wpastra.com/
Description: Oman Taxi homepage and blog — Muscat taxi, airport transfers, travel & health transport. Child of Astra.
Author: Site
Template: astra
Version: 1.14.0
Text Domain: astra-child
*/

/* Parent styles load via functions.php. Extra overrides below. */

/* OTP: Trust bar */
.otp-trust-bar {
    background: #1a1410;
    color: #c8a96e;
    text-align: center;
    padding: 7px 16px;
    font-size: 12px;
    font-family: -apple-system, system-ui, Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 9990;
}
.otp-trust-bar a {
    color: #25D366;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 600px) {
    .otp-trust-bar {
        font-size: 11px;
        gap: 8px;
        padding: 6px 8px;
    }
}

/* OTP: Floating WhatsApp button */
.otp-wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #25D366;
    color: #fff !important;
    padding: 12px 18px 12px 14px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: -apple-system, system-ui, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    box-shadow: 0 4px 16px rgba(37,211,102,0.45);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.otp-wa-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(37,211,102,0.55);
    color: #fff !important;
}
@media (max-width: 480px) {
    .otp-wa-float span { display: none; }
    .otp-wa-float {
        padding: 14px;
        border-radius: 50%;
        bottom: 76px;
        right: 16px;
    }
}

/* OTP: Mobile sticky bar */
.otp-mobile-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #ffffff;
    border-top: 1px solid #e8e0d4;
    padding: 10px 12px;
    gap: 8px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
}
.otp-mobile-bar a {
    flex: 1;
    text-align: center;
    padding: 11px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.otp-mb-call {
    background: #f0ebe3;
    color: #1a1410 !important;
    border: 1px solid #ddd;
}
.otp-mb-wa {
    background: #25D366;
    color: #fff !important;
}
@media (max-width: 768px) {
    .otp-mobile-bar { display: flex; }
    body { padding-bottom: 68px !important; }
}
