/* blackheadernew.css — вынесено из inline <style> компонента view/common/blackheadernew.php */
.request-main.newstylebl .list-media.threeitems {
    max-width: 750px;
}
h1 {
    font-size: 43px;
    margin-bottom: 18px;
    line-height: 48px;
}
h1 span {
text-transform: uppercase;
}
.list-media.fleetblockups {
    display: block;
    margin: 20px 0 0 -20px;
}
.list-media.fleetblockups li {
    font-weight: bold;
    color: #161616;
    height: 25px;
}
.list-media.fleetblockups li .media .media-body {
    max-width: fit-content;
}
.our-works.ifspotlightsis {
    padding: 45px 0 45px;
    background: #2c2c2c;
    margin: 20px 0 0;
}
.our-works.ifspotlightsis h2, .our-works.ifspotlightsis p , .our-works.ifspotlightsis .list-media.fleetblockups li .media .media-body {
    color:white;
}
.our-works.ifspotlightsis .card-body p {
    color: #000000;
}
.market-card.lppagesection {
    margin: 35px 0;
}
.about-team {
    background: #f4f4f4;
    padding: 45px 0;
}
.servicetitle {
    margin: 0 0 30px;
}
.bl-service-list li {
    background: white;
    margin: 0 0 5px;
    border-radius: 4px;
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.bl-service-list li i {
    margin: 0 13px 0 0;
}
.chauffeur-service {
    padding: 45px 0;
}
.chauffeur-service .container {
    max-width: 1190px;
}
h1 span, h2 span {
    font-weight: bold;
}
.why-get-munich {
    padding: 50px 0;
    background: #2c2c2c;
}
.why-get-munich h2, .why-get-munich p {
    color: white;
}
.always-on-go {
    padding: 75px 0;
}
.customer-feedback {
    padding: 45px 0 0;
}
.request-main.newstylebl {
    background-image: url(/images/flotte-ohne-glanz-cut.webp);
    background-size: cover;
    padding: 0px 0 0px;
    background-repeat: no-repeat;
    text-align: center;
}
.request-main.newstylebl2 .form-cst {
    padding: 14px 30px;
    margin: 127px 0 -250px;
    position: sticky;
    top: 87px;
    border-radius: 12px;
}
.content-request {
    margin: 376px 0 -133px;
}
@media(max-width:575px) {
    .list-media.fleetblockups li {
        height: 15px;
    }
    .our-works.ifspotlightsis .swiper-pagination-bullet {
        background: #fbfbfb;
    }
    .list-media.fleetblockups li {
        font-weight: 100;
        color: #161616;
        height: auto;
        text-align: left;
    }
    .list-media.fleetblockups {
        display: block;
        margin: 25px 3px 35px;
    }
    h2 {
        font-size: 25px;
    }
    .cta-lpfleet {
        margin: 30px auto 50px;
    }
    .chauffeur-service {
        border-bottom: 1px solid #ececec;
        padding: 45px 0 0;
    }
    .bl-service-list li i {
        display: contents;
    }
    .bl-service-list li i img {
        margin: 0 10px 0 -1px;
    }
    .customers-slider-main {
        padding-top: 0;
    }
    .always-on-go {
        padding: 50px 0;
    }
}

.hero-section {
    position: relative;
    padding: 150px 0 45px;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.65)), url('/images/flotte-ohne-glanz-cut.webp');
    background-size: cover;
    background-position: center;
    z-index: -1;
    animation: slowZoom 30s infinite alternate;
}

@keyframes slowZoom {
    0% { transform: scale(1.0); }
    100% { transform: scale(1.05); }
}

.hero-content {
    color: #ffffff;
    position: relative;
    z-index: 2;
    max-width: 650px;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-block;
    background-color: rgba(154, 138, 120, 0.2);
    color: #6b5d4a;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    border-left: 3px solid #6b5d4a;
}

.hero-title {
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-title span {
    font-weight: 700;
    display: block;
    color: #6b5d4a;
}

.hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
    max-width: 90%;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 7px!important;
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateX(5px);
}

.feature-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(154, 138, 120, 0.15);
    border-radius: 50%;
    flex-shrink: 0;
}

.feature-icon svg {
    width: 18px;
    height: 18px;
    stroke: #6b5d4a;
}

.cta-buttons {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-primary {
    background-color: #6b5d4a;
    color: #fff;
    border: none;
}

.btn-primary:hover {
    background-color: #8a7a68;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(154, 138, 120, 0.4);
}

.btn-outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
    border-color: #6b5d4a;
    background-color: rgba(154, 138, 120, 0.1);
    transform: translateY(-2px);
}

.logos-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logo-item {
    height: 35px;
    transition: all 0.3s ease;
}

.logo-item img {
    height: 100%;
    width: auto;
    filter: grayscale(50%) brightness(1.2);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.logo-item:hover img {
    filter: grayscale(0%) brightness(1.2);
    opacity: 1;
    transform: scale(1.05);
}

.booking-form-container {
    position: relative;
    z-index: 3;
    animation: fadeIn 1.2s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.booking-form {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.form-header {
    background-color: #f8f8f8;
    padding: 16px 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.form-header h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.form-header span {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.form-header p {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 0;
}

.booking-form form {
    padding: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 15px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #6b5d4a;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(154, 138, 120, 0.1);
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
}

.trustpilot-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    justify-content: center;
}

.stars {
    color: #00b67a;
    font-size: 1.1rem;
    line-height: 1;
}

.trustpilot-badge span {
    font-size: 0.85rem;
    color: #666;
}

@media (max-width: 1199px) {
    .hero-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 991px) {
    .hero-section {
        padding: 100px 0 60px;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .booking-form-container {
        margin-top: 23px;
    }
    
    .logo-item {
        height: 30px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding: 110px 0 40px;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .feature-list {
        margin-bottom: 30px;
    }
     
    .feature-item { 
        font-size: 0.95rem;
    }
    
    .logos-container {
        justify-content: center;
        gap: 25px;
    }
    
    .logo-item {
        height: 29px;
    }
}
.section-subtitle, .section-description {
    font-family: 'Playfair Display', serif;
    color: #6b5d4a;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 1rem;
}
.section-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    .trustpilot-badge {
        align-items: center;
        gap: 2px;
        padding: 15px 30px;
        background-color: #f8f8f8;
        border-top: 1px solid #eee;
        justify-content: center;
        flex-direction: column;
    }
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-badge {
        font-size: 10px;
        padding: 3px 6px;
    }
    
    .feature-icon {
        width: 30px;
        height: 30px;
    }
    
    .feature-icon svg {
        width: 15px;
        height: 15px;
    }
}

.breadcrumbs {
    width: 100%;
    padding-bottom: 0px!important;
    font-size: 14px;
    color: #f8f9fa;
}

.wrapper {
    padding: 17px 30px 10px;
}

.align-items-center {
    align-items: center !important;
}

.breadcrumbs-container {
    padding: 10px;
    background-color: #ffffff0f;
    width: fit-content;
    margin-bottom: 10px;
}

.breadcrumbs-container nav {
    font-size: 0.9rem;
}

.breadcrumbs-container a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs-container a:hover {
    color: #6b5d4a;
}

.breadcrumbs-container span {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 8px;
}

.breadcrumbs-container .current {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 576px) {
    .breadcrumbs-container {
        margin: 10px 0 15px;
        font-size: 0.85rem;
         border-radius: 5px;
    }
}
