/*
Theme Name: Taxi Zentrale
Theme URI: https://www.taxi-zentrale.at
Author: TOP TAXI e.U.
Author URI: https://www.taxi-zentrale.at
Description: SEO-optimiertes WordPress Theme fuer Taxi Zentrale Zell am See. Flughafentransfer, Taxi und VIP-Transfer im Pinzgau.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: taxi-zentrale
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ==========================================================================
   Taxi Zentrale Overrides
   ========================================================================== */

/* Logo sizing */
.logo-left .custom-logo {
    max-width: 280px;
    height: auto;
}

.headerthree .logo-left .custom-logo {
    max-width: 320px;
}

/* Ensure images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Services block image sizing */
.services-block {
    min-height: 350px;
    overflow: hidden;
}

/* Section title font consistency */
.section-title h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 15px;
}

.section-title .desc-text {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #666;
}

/* Service block content */
.service-block h3,
.services-content h3 {
    font-size: 20px;
    font-weight: 600;
}

.service-block p,
.services-content p {
    font-size: 14px;
    line-height: 1.6;
}

/* Counter section */
#kc-counter-section .counter {
    font-size: 36px;
    font-weight: 700;
}

#kc-counter-section h3 {
    font-size: 16px;
    text-transform: uppercase;
}

/* Fleet card sizing */
.gallery-single img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Testimonial image */
.testimonial-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

/* FAQ section */
.faq-section .panel-title a {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.faq-section .panel-body {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

/* Slider caption font fix */
.slider-caption h2 {
    font-size: 36px;
    font-weight: 700;
}

.slider-caption p {
    font-size: 16px;
}

/* Blog cards */
.kc-blog-content h5 {
    font-size: 18px;
}

/* Fix navbar on desktop */
@media (min-width: 992px) {
    .navbar-collapse {
        display: block !important;
    }
    .navbar-toggle {
        display: none !important;
    }
}

/* Top header bar - text visibility */
.top-header,
.top-header span,
.top-header a,
.top-header li,
.top-header p,
.top-header i {
    color: #ccc !important;
}

.top-header a:hover {
    color: #F1E093 !important;
}
