/* de-airport-transfer-de-0.css — вынесено из inline <style> компонента view/de/airport-transfer-de.php */
.luxury-title {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
    color: white;
    text-align: center;
    background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.5) 0%, rgba(1, 0, 19, 0.7) 70%, rgba(0, 0, 0, 0.5) 100%), url(/images/airport-transfer-banner-five.png);
    background-size: cover;
    /* padding: 120px 0 60px; */
    background-position: center center;
}

.luxury-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.breadcrumbs-container span {
  font-size:14px!important;
}

.luxury-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-image: linear-gradient(80deg, rgba(0, 0, 0, 0.5) 0%, rgba(1, 0, 19, 0.7) 70%, rgba(0, 0, 0, 0.5) 100%), url(/images/airport-transfer-banner-five.png);    background-size: cover;
    background-position: center 20%;
    background-attachment: fixed;
    transform: translateZ(0);
    z-index: -2;
    filter: brightness(0.9) contrast(1.1);
}

.luxury-title-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeInUp 1s ease-out;
}

.luxury-title-badge {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    background-color: rgba(154, 136, 102, 0.3);
    border: 1px solid rgba(154, 136, 102, 0.7);
    color: #fff;
    padding: 8px 16px;
    border-radius: 3px;
    margin-bottom: 25px;
    font-weight: 500;
    position: relative;
}

.luxury-title-badge:before,
.luxury-title-badge:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background: rgba(154, 136, 102, 0.7);
    top: 50%;
}

.luxury-title-badge:before {
    right: 100%;
    margin-right: 15px;
}

.luxury-title-badge:after {
    left: 100%;
    margin-left: 15px;
}

.luxury-title h1 {
    font-size: 62px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block;
}

.luxury-title span {
  display: block;
    font-size: 17px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}

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

.breadcrumbs-container {
  margin-bottom:45px;
}


.custom-form-widgetss {
    position: relative;
    margin-top: -50px;
    z-index: 10;
}

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

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) scaleX(0.3);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 991px) {
    .luxury-title {
        padding: 150px 0 100px;
    }
    
    .luxury-title h1 {
        font-size: 48px;
    }
    
    .luxury-title span {
        font-size: 20px;
    }
    
    .luxury-title-badge:before,
    .luxury-title-badge:after {
        width: 20px;
    }
}

@media (max-width: 767px) {
    .luxury-title {
        padding: 120px 0 80px;
    }
    
    .luxury-title h1 {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .breadcrumbs-container {
  margin-bottom:75px;
}
    
    .luxury-title span {
        font-size: 1.2rem;
    }
    
    .luxury-title-badge {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .luxury-title-badge:before,
    .luxury-title-badge:after {
        display: none;
    }
    
    .luxury-title-divider:before,
    .luxury-title-divider:after {
        width: 60px;
    }
}
