/* extracted from view/hotel-partnership-landing.php — порядок блоков сохранён */

/* --- block 1 --- */
.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/hotel-partner-banner.webp);
    background-size: cover;
    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;
}

.service-subtitle {
      display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.service-title {
     font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    color: black;
}

.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/hotel-partner-banner.webp);
    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);
    }
}

/* Premium Benefits Section Styles */
.premium-benefits {
    padding: 120px 0;
    background-color: #1A1A1A;
    color: white;
    position: relative;
    overflow: hidden;
}

.premium-benefits-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.premium-benefits-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(154, 136, 102, 0.2) 0%, rgba(154, 136, 102, 0) 50%);
    pointer-events: none;
}

.premium-benefits-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 80%, rgba(154, 136, 102, 0.15) 0%, rgba(154, 136, 102, 0) 50%);
    pointer-events: none;
}

.premium-subtitle {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8866;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.premium-title {
    position: relative;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    z-index: 1;
}

.premium-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #9A8866;
}

.premium-highlight {
    color: #9A8866;
    font-weight: 400;
}

.premium-description {
    max-width: 900px;
    margin: 40px auto 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 1;
}

.premium-benefits-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.premium-benefit-item {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 15px;
    transition: all 0.4s ease;
    border-bottom: 3px solid transparent;
}

.premium-benefit-item:hover {
    transform: translateY(-8px);
    background-color: rgba(255, 255, 255, 0.08);
    border-bottom: 3px solid #9A8866;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.premium-benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(154, 136, 102, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    transition: all 0.3s ease;
}

.premium-benefit-item:hover .premium-benefit-icon {
    background-color: rgba(154, 136, 102, 0.25);
    transform: scale(1.05);
}

.premium-benefit-content {
    flex-grow: 1;
}

.premium-benefit-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
}

.premium-benefit-content p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.premium-benefits-cta {
    text-align: center;
    margin-top: 70px;
    position: relative;
    z-index: 1;
}

.premium-btn {
    display: inline-block;
    background-color: #9A8866;
    color: white;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 18px 40px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(154, 136, 102, 0.3);
}

.premium-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.premium-btn:hover {
    background-color: #b09b75;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(154, 136, 102, 0.4);
    text-decoration: none;
}

.premium-btn:hover::before {
    left: 100%;
}

.luxury-hero {
    padding: 100px 0 120px;
}

.luxury-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto 60px;
}

.luxury-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1A1A1A;
}

.section-title span {
    color: #9A8866;
    font-weight: 600;
}

.luxury-hero-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #9A8866, transparent);
    margin: 0 auto 25px;
}

.luxury-hero-tagline {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
}

.luxury-card-container {
    position: relative;
    z-index: 2;
}

.luxury-card {
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid rgba(154, 136, 102, 0.1);
}

.luxury-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #9A8866, rgba(154, 136, 102, 0.5));
}

.luxury-card-content {
    padding: 0;
}

.luxury-card-text {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.luxury-quote {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 0 40px;
}

.luxury-quote-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.luxury-quote p {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

.luxury-card-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.luxury-cta {
    margin-top: auto;
    padding-top: 20px;
}

.luxury-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1A1A1A;
    color: white;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding: 18px 36px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.luxury-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.luxury-btn-primary:hover {
    background: #9A8866;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.luxury-btn-primary:hover::before {
    left: 100%;
}

.luxury-btn-primary svg {
    transition: transform 0.3s ease;
}

.luxury-btn-primary:hover svg {
    transform: translateX(4px);
}

.luxury-card-media {
    height: 100%;
    position: relative;
}

.luxury-media-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.luxury-media-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.luxury-media-wrapper:hover img {
    transform: scale(1.05);
}

.luxury-media-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
}

.luxury-features {
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 2;
    display: flex;
    gap: 15px;
}

.luxury-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(26, 26, 26, 0.85);
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.luxury-feature:hover {
    transform: translateY(-5px);
    background: rgba(154, 136, 102, 0.9);
}

.luxury-feature-icon {
    width: 34px;
    height: 34px;
    background-color: rgba(154, 136, 102, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxury-feature span {
    color: white;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.service-booking-process {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    position: relative;
    overflow: hidden;
}

.service-booking-process::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/dots-pattern.png');
    opacity: 0.05;
    pointer-events: none;
}

.service-booking-container {
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
}

.service-booking-step {
    display: flex;
    margin-bottom: 50px;
}

.service-booking-step:last-child {
    margin-bottom: 0;
}

.service-step-indicator {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

.service-step-number {
    width: 70px;
    height: 70px;
    background-color: #9A8866;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(154, 136, 102, 0.3);
    position: relative;
    z-index: 2;
}

.service-step-connector {
    width: 3px;
    flex-grow: 1;
    background-color: rgba(154, 136, 102, 0.3);
    margin: 10px 0;
    position: relative;
    z-index: 1;
}

.service-step-content {
    background-color: white;
    padding: 30px 35px;
    border-radius: 10px;
    flex-grow: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease;
}

.service-step-content:hover {
    transform: translateY(-5px);
}

.service-step-content::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-color: white;
    transform: rotate(45deg);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.service-step-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-step-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: black;
}

.section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #9A8866;
}

.highlight, .service-highlight {
    font-weight: 600;
    color: #9A8A78;
}

.faq-section {
    padding: 120px 0 80px;
    background: #fbfbfb;
}

.faq-section .section-title {
    margin-bottom: 82px;
}

.faq-container {
    max-width: 960px;
    margin: 0 auto;
}

.faq-item {
    background-color: white;
    border-radius: 0;
    margin-bottom: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-left: 3px solid transparent;
    border-radius: 10px;
}

.faq-item:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    border-left: 3px solid #9A8866;
}

.faq-question {
    padding: 30px 35px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.faq-question.active {
    border-bottom: 1px solid rgba(154, 136, 102, 0.2);
}

.faq-question h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    transition: color 0.3s ease;
    color: #1a1a1a;
}

.faq-question:hover h3 {
    color: #9A8866;
}

.faq-icon {
    position: relative;
    width: 24px;
    height: 24px;
}

.icon-line {
    position: absolute;
    background-color: #9A8866;
    transition: all 0.3s ease;
}

.icon-line:first-child {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.icon-line:last-child {
    left: 50%;
    top: 0;
    height: 100%;
    width: 2px;
    transform: translateX(-50%);
}

.faq-question.active .icon-line:last-child {
    transform: translateX(-50%) scaleY(0);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    padding: 0 35px;
}

.faq-answer.active {
    padding: 5px 35px 30px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.8;
    color: #555;
    font-size: 16px;
    font-weight: 300;
    max-width: 90%;
}

.bl-trusted-partners {
    padding: 80px 0;
    position: relative;
    background-color: #1A1A1A;
    color: #fff;
    overflow: hidden;
}

.bl-trusted-partners::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(154, 138, 120, 0.2) 0%, rgba(154, 138, 120, 0) 50%);
    pointer-events: none;
}

.bl-trusted-partners::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 80%, rgba(154, 138, 120, 0.2) 0%, rgba(154, 138, 120, 0) 50%);
    pointer-events: none;
}

.bl-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bl-partners-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.bl-section-subtitle {
    font-family: 'Playfair Display', serif;
    color: #9A8A78;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 0.5rem;
    display: block;
}

.bl-section-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.bl-section-description {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.bl-partners-showcase {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

.bl-partners-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.bl-second-row {
    margin-bottom: 0;
}

.bl-partner-logo {
    flex: 0 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgb(255 255 255 / 81%);
    border-radius: 8px;
}

.bl-partner-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: 0.5s;
}

.bl-partner-logo:hover::before {
    left: 100%;
}

.bl-logo-img {
    max-height: 50px;
    max-width: 120px;
    transition: all 0.4s ease;
}

.bl-partner-logo:hover .bl-logo-img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

.bl-partners-cta {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.bl-partners-cta p {
    font-size: 1.2rem;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}

.bl-partners-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background-color: rgba(154, 138, 120, 0.2);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(154, 138, 120, 0.5);
}

.bl-partners-email:hover {
    background-color: #9A8A78;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.bl-partners-email svg {
    width: 24px;
    height: 24px;
    stroke: #9A8A78;
    transition: all 0.3s ease;
}

.bl-partners-email:hover svg {
    stroke: #fff;
}

/* BL Services Section Styles */
.bl-services-section {
    padding: 80px 0;
    background-color: #efefef;
    color: #333;
    position: relative;
}

.bl-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.bl-divider {
    width: 80px;
    height: 2px;
    background-color: #9A8A78;
    margin: 0 auto 30px;
}

.bl-seo-description {
    max-width: 900px;
    margin: 0 auto;
}

.bl-seo-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

.bl-extended-services {
    background-color: #f9f9f9;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.bl-services-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.bl-services-column h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1A1A1A;
}

.bl-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bl-services-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding: 8px 0;
    transition: transform 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.bl-services-list li:hover {
    transform: translateX(5px);
}

.bl-services-list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.bl-services-list li svg {
    flex-shrink: 0;
    color: #9A8A78;
    margin-top: 3px;
}

.bl-services-list li span {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}

.bl-services-footer {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.bl-experience-badge {
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #9A8A78;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bl-years {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
}

.bl-label {
    font-size: 0.7rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    text-align: center;
    max-width: 70px;
}

.bl-cta-container {
    text-align: center;
}

.bl-cta-container p {
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
}

.bl-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #1A1A1A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.bl-cta-button:hover {
    background-color: #9A8A78;
    color: #fff;
    text-decoration: none;
    gap: 12px;
}

.bl-cta-button svg {
    transition: transform 0.3s ease;
}

.bl-cta-button:hover svg {
    transform: translateX(3px);
}

/* Partner Access Section */
.partner-access-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.partner-access-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 80%, rgba(154, 136, 102, 0.1) 0%, transparent 50%),
                      radial-gradient(circle at 80% 20%, rgba(154, 136, 102, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.partner-access-card {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    border-top: 5px solid #9A8866;
    text-align: center;
}

.partner-access-header {
    margin-bottom: 40px;
}

.partner-access-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(154, 136, 102, 0.1) 0%, rgba(154, 136, 102, 0.2) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
}

.partner-access-icon::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(154, 136, 102, 0.3);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.7; }
}

.partner-access-header h3 {
    font-size: 28px;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 15px;
}

.partner-access-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

.partner-access-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 30px;
}

.partner-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-width: 140px;
}

.partner-btn-login {
    background: linear-gradient(135deg, #1A1A1A 0%, #333333 100%);
    color: white;
}

.partner-btn-register {
    background: linear-gradient(135deg, #9A8866 0%, #b09b75 100%);
    color: white;
}

.partner-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.partner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(154, 136, 102, 0.3);
    text-decoration: none;
}

.partner-btn-login:hover {
    color: white;
}

.partner-btn-register:hover {
    color: white;
}

.partner-btn:hover::before {
    left: 100%;
}

.partner-btn svg {
    transition: transform 0.3s ease;
}

.partner-btn:hover svg {
    transform: translateX(3px);
}

.partner-access-info {
    border-top: 1px solid #e0e0e0;
    padding-top: 25px;
}

.partner-access-description {
    max-width: 600px;
    margin: 0 auto 20px;
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.support-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    background: rgba(154, 136, 102, 0.05);
    border-radius: 10px;
    border-left: 4px solid #9A8866;
    margin: 0 auto;
    max-width: 500px;
}

.support-info svg {
    color: #9A8866;
    flex-shrink: 0;
}

.support-info div span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 3px;
}

.support-info div a {
    color: #9A8866;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.support-info div a:hover {
    color: #8a7756;
    text-decoration: underline;
}

.partnership-contact-block {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.partnership-contact-content {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partnership-contact-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.partnership-contact-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 208, 118, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.partnership-contact-content::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, #9a8866 0%, transparent 50%);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.partnership-contact-content:hover::after {
    opacity: 1;
}

.partnership-contact-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FFD076 0%, #BD8C2E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    box-shadow: 0 10px 30px rgba(255, 208, 118, 0.3);
    position: relative;
    transition: all 0.3s ease;
}

.partnership-contact-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border: 2px solid rgba(255, 208, 118, 0.3);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease;
}

.partnership-contact-content:hover .partnership-contact-icon {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(255, 208, 118, 0.4);
}

.partnership-contact-content:hover .partnership-contact-icon::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
}

.partnership-contact-text {
    flex-grow: 1;
    color: #ffffff;
}

.partnership-contact-text h4 {
    font-family: 'Alexandria', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FFD076;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.partnership-contact-content:hover .partnership-contact-text h4 {
    color: #ffffff;
}

.partnership-contact-text p {
    font-family: 'Alexandria', sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 130%;
    color: #ffffff;
    margin: 0;
}

.partnership-contact-text a {
    color: #FFD076;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.partnership-contact-text a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFD076;
    transition: width 0.3s ease;
}

.partnership-contact-text a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 208, 118, 0.5);
    text-decoration: none;
}

.partnership-contact-text a:hover::after {
    width: 100%;
    background: #ffffff;
}

@media (max-width: 1199px) {
    .luxury-features {
        flex-direction: column;
        bottom: 20px;
        left: 20px;
        gap: 10px;
    }
    
    .bl-section-title {
        font-size: 2.25rem;
    }
    
    .bl-section-description {
        font-size: 1rem;
    }
    
    .bl-partners-cta p {
        font-size: 1.1rem;
    }
    
    .bl-partners-row {
        gap: 30px;
    }
    
    .bl-partner-logo {
        height: 70px;
        padding: 12px;
    }
    
    .bl-logo-img {
        max-height: 45px;
        max-width: 110px;
    }
}

@media (max-width: 991px) {
    .luxury-title {
        padding: 150px 0 100px;
    }
    
    .luxury-title h1 {
        font-size: 48px;
    }
    
    .luxury-title span {
        font-size: 20px;
    }
    
    .luxury-hero {
        padding: 80px 0;
    }
    
    .luxury-hero h1 {
        font-size: 38px;
    }
    
    .luxury-hero-tagline {
        font-size: 18px;
    }
    
    .luxury-card-text {
        padding: 40px;
    }
    
    .luxury-quote p {
        font-size: 18px;
    }
    
    .luxury-card-media {
        min-height: 400px;
    }
    
    .luxury-features {
        flex-direction: row;
        bottom: 20px;
        left: 0;
        width: 100%;
        justify-content: center;
        gap: 15px;
    }
    
    .premium-benefits {
        padding: 90px 0;
    }
    
    .premium-title {
        font-size: 36px;
    }
    
    .premium-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 25px;
    }
    
    .premium-benefit-item {
        padding: 25px;
    }
    
    .premium-benefit-icon {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    
    .premium-benefit-content h3 {
        font-size: 20px;
    }
    
    .service-booking-process {
        padding: 70px 0;
    }
    
    .service-step-number {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
    
    .service-step-content {
        padding: 25px 30px;
    }
    
    .service-step-content h3 {
        font-size: 20px;
    }
    
    .bl-trusted-partners {
        padding: 60px 0;
    }
    
    .bl-partners-header {
        margin-bottom: 40px;
    }
    
    .bl-section-title {
        font-size: 2rem;
    }
    
    .bl-partner-logo {
        height: 65px;
        padding: 10px;
    }
    
    .bl-logo-img {
        max-height: 40px;
        max-width: 100px;
    }
    
    .bl-partners-row {
        gap: 25px;
        margin-bottom: 30px;
    }
    
    .bl-partners-email {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .bl-services-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .bl-services-footer {
        flex-direction: column;
        gap: 20px;
    }
    
    .partnership-contact-block {
        margin-top: 60px;
    }
    
    .partnership-contact-content {
        padding: 35px 40px;
        gap: 25px;
    }
    
    .partnership-contact-icon {
        width: 70px;
        height: 70px;
    }
    
    .partnership-contact-icon::before {
        width: 80px;
        height: 80px;
    }
    
    .partnership-contact-text h4 {
        font-size: 22px;
    }
    
    .partnership-contact-text p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .luxury-title {
            padding: 100px 0 0px;
    }

    .fleet-section .section-subtitle {
    text-align: center;
    width: 100%;
    display: block;
    margin: 20px auto 24px!important;
    max-width: 800px;
    padding-bottom: 40px!important;
    }

    .faq-section.section-subtitle {
        text-align:center!important;
    }

    .section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #9A8A78;
    margin-bottom: 0.5rem;
    text-align: left;
}

    .section-title::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #9A8866;
}

    .bl-services-columns {
    display: flex!important;
    gap: 40px;
    margin-bottom: 40px;
    flex-direction: column;
    }
    
    .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-hero {
        padding: 60px 0;
    }
    
    .luxury-hero-content {
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 0 auto 35px;
    }
    
    .luxury-btn-primary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #1A1A1A;
        color: white;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1.5px;
        padding: 18px 36px;
        border-radius: 5px;
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .luxury-card-text p {
        font-size: 1rem;
        line-height: 1.6;
        color: #666;
        margin-bottom: 20px;
    }
    
    .luxury-hero h1 {
        font-size: 32px;
    }
    
    .luxury-card-text {
        padding: 30px;
    }
    
    .luxury-quote {
        padding: 0 0 0 30px;
    }
    
    .luxury-quote p {
        font-size: 1rem;
    }
    
    .luxury-card-media {
        min-height: 300px;
    }
    
    .luxury-features {
        flex-wrap: wrap;
        padding: 0 20px;
    }
    
    .luxury-feature {
        padding: 8px 12px;
    }
    
    .luxury-feature-icon {
        width: 30px;
        height: 30px;
    }
    
    .luxury-feature span {
        font-size: 13px;
    }
    
    .premium-benefits {
        padding: 70px 0;
    }
    
    .premium-title {
        font-size: 28px;
    }
    
    .premium-description {
        font-size: 16px;
        margin: 30px auto 40px;
    }
    
    .premium-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .premium-benefit-item {
        padding: 20px;
    }
    
    .premium-benefit-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    
    .premium-benefit-icon svg {
        width: 25px;
        height: 25px;
    }
    
    .premium-benefit-content h3 {
        font-size: 18px;
    }
    
    .premium-benefit-content p {
        font-size: 15px;
    }
    
    .premium-benefits-cta {
        margin-top: 50px;
    }
    
    .premium-btn {
        padding: 16px 32px;
        font-size: 14px;
    }
    
    .service-booking-process {
        padding: 30px 0;
    }
    
    .service-booking-step {
        flex-direction: column;
        margin-bottom: 40px;
    }
    
    .service-step-indicator {
        flex-direction: row;
        margin-right: 0;
        margin-bottom: 20px;
        justify-content: flex-start;
    }
    
    .service-step-number {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin-right: 20px;
    }
    
    .service-step-connector {
        width: auto;
        height: 3px;
        flex-grow: 1;
        margin: 0;
    }
    
    .service-step-content::before {
        display: none;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-container {
        margin-top: 50px;
    }

    .faq-icon {
        position: relative !important;
        width: 18px !important;
        height: 18px !important;
    }
    
    .faq-question {
        padding: 22px 25px;
    }

    .faq-answer p {
        margin: 0;
        line-height: 1.8;
        color: #555;
        font-size: 15px;
        font-weight: 300;
        max-width: 90%;
    }
    
    .faq-question h3 {
        font-size: 1rem;
        width: 80%;
    }
    
    .faq-answer.active {
        padding: 5px 25px 22px;
    }
    
    .bl-trusted-partners {
        padding: 50px 0;
    }
    
    .bl-section-title {
        font-size: 1.8rem;
    }
    
    .bl-section-subtitle {
        font-size: 1.2rem;
    }
    
    .bl-section-description {
        font-size: 0.95rem;
    }
    
    .bl-partner-logo {
        height: 60px;
        padding: 8px;
    }
    
    .bl-logo-img {
        max-height: 35px;
        max-width: 90px;
    }
    
    .bl-partners-row {
        gap: 15px;
        margin-bottom: 20px;
    }
    
    .bl-partners-cta p {
        font-size: 1rem;
    }
    
    .bl-partners-email {
        padding: 10px 20px;
        font-size: 0.95rem;
        gap: 8px;
    }
    
    .bl-partners-email svg {
        width: 20px;
        height: 20px;
    }
    
    .partner-access-section {
        padding: 50px 0;
    }
    
    .partner-access-card {
        padding: 30px 25px;
        margin: 0 15px;
        border-radius: 15px;
    }
    
    .partner-access-header h3 {
        font-size: 24px;
    }
    
    .partner-access-header p {
        font-size: 14px;
    }
    
    .partner-access-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .partner-btn {
        padding: 12px 25px;
        font-size: 14px;
        min-width: auto;
    }
    
    .support-info {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .partnership-contact-block {
        margin-top: 50px;
    }
    
    .partnership-contact-content {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
        gap: 20px;
        border-radius: 15px;
    }
    
    .partnership-contact-content::after {
        border-radius: 17px;
    }
    
    .partnership-contact-icon {
        width: 60px;
        height: 60px;
    }
    
    .partnership-contact-icon::before {
        width: 70px;
        height: 70px;
    }
    
    .partnership-contact-text h4 {
        font-size: 20px;
    }
    
    .partnership-contact-text p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .partnership-contact-content {
        padding: 25px 20px;
        gap: 15px;
    }
    
    .partnership-contact-icon {
        width: 55px;
        height: 55px;
    }
    
    .partnership-contact-text h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .partnership-contact-text p {
        font-size: 14px;
    }
    
    .partner-access-card {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .partner-access-icon {
        width: 60px;
        height: 60px;
    }
    
    .partner-access-header h3 {
        font-size: 20px;
    }
    
    .partner-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}
