/*
Theme Name: Taxi in Lisbon
Theme URI: https://www.taxiinlisbon.com
Author: Your Name
Description: Professional taxi and airport transfer theme for Lisbon
Version: 3.0
License: GPL v2 or later
Text Domain: taxiinlisbon
*/

/* === Reset & Base === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f0f4f8;
    color: #1a2a3a;
    line-height: 1.6;
}
.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* === Header === */
.site-header {
    background: #1a2a3a;
    color: #fff;
    padding: 15px 0;
    border-bottom: 4px solid #ffcc00;
}
.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.site-header .logo img {
    height: 50px;
    width: auto;
    border-radius: 8px;
}
.site-header .contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #fff;
}
.site-header .contact-info a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s;
}
.site-header .contact-info a:hover {
    transform: scale(1.08);
}
.site-header .contact-info .phone {
    color: #ffcc00;
}
.site-header .contact-info .whatsapp {
    color: #25D366;
}
.site-header nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}
.site-header nav ul li a {
    color: #ddd;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: 0.3s;
}
.site-header nav ul li a:hover,
.site-header nav ul li.current-menu-item a {
    background: #ffcc00;
    color: #1a2a3a;
}

/* === Footer === */
.site-footer {
    background: #1a2a3a;
    color: #aaa;
    padding: 30px 0;
    margin-top: 50px;
}
.site-footer .footer-contact {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 18px;
}
.site-footer .footer-contact a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2a3a4a;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.3s;
}
.site-footer .footer-contact a:hover {
    background: #3a4a5a;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.site-footer .footer-contact .phone-icon {
    color: #ffcc00;
}
.site-footer .footer-contact .whatsapp-icon {
    color: #25D366;
}
.site-footer .footer-contact .email-icon {
    color: #ffcc00;
}
.site-footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #888;
}
.site-footer .copyright a {
    color: #ffcc00;
    text-decoration: none;
}

/* === Buttons === */
.btn {
    display: inline-block;
    background: #ffcc00;
    color: #1a2a3a;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover {
    background: #e6b800;
    transform: scale(1.03);
}
.btn-dark {
    background: #1a2a3a;
    color: #fff;
}
.btn-dark:hover {
    background: #2a3a4a;
}
.btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #ffcc00;
}
.btn-outline:hover {
    background: #ffcc00;
    color: #1a2a3a;
}

/* === Forms === */
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #dce4ec;
    border-radius: 6px;
    font-size: 16px;
    font-family: inherit;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #ffcc00;
    outline: none;
}
.form-group small {
    display: block;
    color: #888;
    font-size: 12px;
    margin-top: 5px;
}

/* === Hero === */
.hero {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5a 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}
.hero h1 {
    font-size: 48px;
    margin-bottom: 15px;
}
.hero p {
    font-size: 20px;
    opacity: 0.9;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* === Quick Booking Form === */
.quick-booking {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.quick-booking h3 {
    text-align: center;
    margin-top: 0;
    color: #1a2a3a;
}

/* === Price Estimate === */
.price-estimate {
    background: #f0f4f8;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 15px 0;
}
.price-estimate .estimate-value {
    font-size: 28px;
    font-weight: bold;
    color: #1a2a3a;
}
.price-estimate .estimate-label {
    font-size: 14px;
    color: #666;
}
.price-estimate .estimate-note {
    font-size: 12px;
    color: #888;
}

/* === Fleet === */
.fleet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin: 30px 0;
}
.fleet-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fleet-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.fleet-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}
.fleet-card h3 {
    margin: 12px 0 5px;
}

/* === Routes === */
.routes-section {
    background: #f0f4f8;
    padding: 50px 0;
}
.route-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.route-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.route-card:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.route-card strong {
    display: block;
    font-size: 16px;
}
.route-card p {
    margin: 5px 0 0;
    color: #666;
}

/* === Services === */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}
.service-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}
.service-card .icon {
    font-size: 40px;
}
.service-card h3 {
    margin: 10px 0;
}

/* === Testimonials === */
.testimonials-section {
    background: #1a2a3a;
    color: #fff;
    padding: 50px 0;
}
.testimonials-section h2 {
    text-align: center;
    color: #fff;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}
.testimonial-card {
    background: #2a3a4a;
    padding: 20px;
    border-radius: 10px;
}
.testimonial-card p {
    font-style: italic;
}
.testimonial-card .author {
    color: #ffcc00;
    margin-top: 10px;
}

/* === CTA Section === */
.cta-section {
    background: #ffcc00;
    padding: 50px 0;
    text-align: center;
}
.cta-section h2 {
    color: #1a2a3a;
}
.cta-section p {
    font-size: 18px;
    max-width: 500px;
    margin: 0 auto 20px;
}

/* === Vehicle Option === */
.vehicle-option {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}
.vehicle-option:hover {
    border-color: #ffcc00;
}
.vehicle-option input[type="radio"] {
    margin-right: 8px;
}
.vehicle-option label {
    cursor: pointer;
    display: block;
}
.vehicle-option.selected {
    border-color: #ffcc00;
    background: #fff8e0;
}

/* === Tours === */
.tours-hero {
    background: linear-gradient(135deg, #0a1628 0%, #1a3a5a 100%);
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.tours-hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}
.tour-search {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-width: 600px;
    margin: -30px auto 30px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.tour-search input {
    width: 100%;
    padding: 14px;
    border: 2px solid #dce4ec;
    border-radius: 8px;
    font-size: 16px;
}
.tour-search input:focus {
    border-color: #ffcc00;
    outline: none;
}
.filter-sort {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}
.filter-sort select {
    padding: 10px 15px;
    border: 2px solid #dce4ec;
    border-radius: 8px;
    font-size: 14px;
    background: #fff;
}
.filter-sort .filter-badge {
    background: #ffcc00;
    color: #1a2a3a;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}
.tour-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    display: flex;
    flex-wrap: wrap;
}
.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.tour-card .tour-image {
    width: 250px;
    height: 200px;
    object-fit: cover;
    flex-shrink: 0;
}
.tour-card .tour-content {
    padding: 20px;
    flex: 1;
    min-width: 200px;
}
.tour-card .tour-badge {
    display: inline-block;
    background: #ffcc00;
    color: #1a2a3a;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 8px;
}
.tour-card h3 {
    margin: 0 0 5px;
    font-size: 18px;
}
.tour-card .tour-location {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
}
.tour-card .tour-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
}
.tour-card .tour-meta span {
    background: #f0f4f8;
    padding: 2px 10px;
    border-radius: 15px;
}
.tour-card .tour-rating {
    color: #ffcc00;
    font-weight: bold;
}
.tour-card .tour-rating .count {
    color: #888;
    font-weight: normal;
    font-size: 13px;
}
.tour-card .tour-price {
    font-size: 20px;
    font-weight: bold;
    color: #1a2a3a;
}
.tour-card .tour-price .original {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin-right: 8px;
}
.tour-card .tour-availability {
    font-size: 13px;
    color: #22aa44;
}
.tour-card .tour-btn {
    background: #ffcc00;
    color: #1a2a3a;
    padding: 8px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}
.tour-card .tour-btn:hover {
    background: #e6b800;
    transform: scale(1.03);
}

/* === Rental === */
.rental-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.rental-card img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}
.rental-card .rental-info {
    flex: 1;
    min-width: 150px;
}
.rental-card h4 {
    margin: 0 0 2px;
    font-size: 16px;
}
.rental-card p {
    margin: 0;
    font-size: 13px;
    color: #666;
}
.rental-card .rental-price {
    font-weight: bold;
    color: #ffcc00;
    font-size: 15px;
}

/* === Responsive === */
@media (max-width: 768px) {
    .site-header .container {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .site-header .contact-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .site-header nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .site-footer .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .site-footer .footer-contact a {
        width: 100%;
        justify-content: center;
    }
    .hero h1 {
        font-size: 28px;
    }
    .hero p {
        font-size: 16px;
    }
    .quick-booking {
        padding: 25px;
        margin-top: -20px;
    }
    .fleet-card img {
        height: 120px;
    }
    .route-grid {
        grid-template-columns: 1fr;
    }
    .services-grid {
        grid-template-columns: 1fr;
    }
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .tour-card .tour-image {
        width: 100%;
        height: 180px;
    }
    .tour-card {
        flex-direction: column;
    }
    .tours-hero h1 {
        font-size: 26px;
    }
    .filter-sort {
        flex-direction: column;
        align-items: stretch;
    }
    .filter-sort select {
        width: 100%;
    }
    .rental-card {
        flex-direction: column;
        text-align: center;
    }
    .rental-card img {
        width: 100%;
        height: 150px;
    }
    .price-estimate .estimate-value {
        font-size: 22px;
    }
}