/* extracted from view/chauffeur-service.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/airport-transfer-limousine.webp);
    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;
    }
}

/* --- block 2 --- */
.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: #7a6a54;
    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);
}

.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;
}


@media (max-width: 1199px) {
  .luxury-features {
    flex-direction: column;
    bottom: 20px;
    left: 20px;
    gap: 10px;
  }
}

@media (max-width: 991px) {
  .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;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

/* --- block 3 --- */
.chs-formats {
  padding: 90px 0 70px;
  background-color: #f8f9fa;
}
.chs-formats-intro {
  max-width: 800px;
  margin: 35px auto 40px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #495057;
}
.chs-table-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.chs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}
.chs-table th {
  background: #1A1A1A;
  color: #fff;
  text-align: left;
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.chs-table td {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  vertical-align: top;
}
.chs-table tr:last-child td {
  border-bottom: none;
}
.chs-table td strong {
  color: #1A1A1A;
}
.chs-table td:last-child {
  white-space: nowrap;
  color: #9A8866;
  font-weight: 600;
}
.chs-formats-note {
  max-width: 800px;
  margin: 35px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
.chs-formats-note a {
  color: #9A8866;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .chs-formats {
    padding: 55px 0 45px;
  }
  .chs-formats-intro {
    font-size: 1rem;
    margin: 25px auto 30px;
  }
}

/* --- block 4 --- */
.chs-cities {
  padding: 90px 0;
}
.chs-cities-intro {
  max-width: 800px;
  margin: 35px auto 45px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: #495057;
}
.chs-cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.chs-cities-col {
  background: #fff;
  border: 1px solid rgba(154, 136, 102, 0.25);
  border-top: 3px solid #9A8866;
  border-radius: 10px;
  padding: 28px 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}
.chs-cities-col h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1A1A1A;
  margin-bottom: 18px;
}
.chs-cities-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chs-cities-col li {
  margin-bottom: 10px;
}
.chs-cities-col a {
  color: #444;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(154, 136, 102, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.chs-cities-col a:hover {
  color: #9A8866;
  border-color: #9A8866;
}
.chs-cities-note {
  max-width: 700px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.7;
  color: #555;
}
.chs-cities-note a {
  color: #9A8866;
  font-weight: 600;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .chs-cities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .chs-cities {
    padding: 55px 0;
  }
  .chs-cities-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .chs-cities-intro {
    font-size: 1rem;
    margin: 25px auto 30px;
  }
}

/* --- block 5 --- */
.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;
}

@media (max-width: 991px) {
  .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;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

/* --- block 6 --- */
.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);
}

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

@media (max-width: 991px) {
  .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;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

/* --- block 7 --- */
.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: #7a6a54;
  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;
  /* filter: grayscale(0.8) opacity(0.7); */
  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: #7a6a54;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

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

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

@media (max-width: 1199px) {
  .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) {
  .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;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

@media (max-width: 576px) {
  .bl-section-title {
    font-size: 1.6rem;
  }
  
  .bl-partners-row {
    gap: 12px;
  }
  
  .bl-partner-logo {
    height: 50px;
    padding: 6px;
    flex: 0 0 calc(33.333% - 8px);
  }
  
  .bl-logo-img {
    max-height: 30px;
    max-width: 80px;
  }
  
  .bl-partners-cta p {
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .bl-partners-email {
    padding: 10px 16px;
    font-size: 0.85rem;
  }
}

/* --- block 8 --- */
.faq-section {
    padding: 120px 0;
    position: relative;
    color: #1a1a1a;
}


.section-title {
    font-size: 38px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 1px;
}

.section-title .highlight {
    position: relative;
    color: #1a1a1a;
    font-weight: 600;
}


.faq-container {
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
}

.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 #ab8f6a;
}

.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(171, 143, 106, 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: #ab8f6a;
}

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

.icon-line {
    position: absolute;
    background-color: #ab8f6a;
    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%;
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .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;
    }
}

/* --- block 9 --- */
.cta-section {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    opacity: 0.05;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
}

.section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #7a6a54;
    margin-bottom: 0.5rem;
}

.cta-content h2 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.cta-content h2 span {
    color: #7a6a54;
}

.cta-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 1.5rem;
}

.cta-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.cta-features li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.feature-icon {
    width: 36px;
    height: 36px;
    background-color: rgba(154, 138, 120, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    color: #7a6a54;
}

.feature-text {
    font-size: 1rem;
    font-weight: 500;
}

.cta-direct-contact {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.phone-link, .email-link {
    display: inline-flex;
    align-items: center;
    color: #212529;
    font-weight: 600;
    text-decoration: none;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    background-color: rgba(154, 138, 120, 0.1);
    transition: all 0.3s ease;
}

.phone-link:hover, .email-link:hover {
    background-color: rgba(154, 138, 120, 0.2);
    color: #000;
}

.phone-link svg, .email-link svg {
    margin-right: 0.75rem;
    stroke: #7a6a54;
}

.or-divider {
    font-size: 0.875rem;
    color: #6c757d;
    padding: 0 0.5rem;
}

.cta-form-container {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-cst h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #212529;
}

.form-cst p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.cta-form .form-group {
    margin-bottom: 1.25rem;
}

.cta-form .form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cta-form .form-control:focus {
    border-color: #7a6a54;
    box-shadow: 0 0 0 0.2rem rgba(154, 138, 120, 0.25);
}

.phone-input-wrapper {
    position: relative;
}



.privacy-link {
    color: #7a6a54;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

.btn.cta-submit {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background-color: #1A1A1A;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
}

.btn.cta-submit:hover {
    background-color: #000;
    transform: translateY(-2px);
}

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

.btn.cta-submit:hover svg {
    transform: translateX(4px);
}
.cta-wrapper .wrapper {
    padding:0;
}

@media (max-width: 991px) {
    .cta-section {
        padding: 70px 0;
    }

    .cta-content h2 {
        font-size: 2.25rem;
    }

    .cta-content {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding: 50px 0;
    }

    .cta-content h2 {
        font-size: 1.75rem;
    }

    .cta-text p {
        font-size: 1rem;
    }

    .cta-direct-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .phone-link, .email-link {
        width: 100%;
    }

    .or-divider {
        display: none;
    }

    .form-cst {
        padding: 1.5rem;
    }
}

/* --- block 10 --- */
.section-title, .service-title, .premier-intro-title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    color:black;
}

label {
    display: contents;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
}


.section-subtitle, .service-subtitle, .premier-intro-subtitle, .bl-section-subtitle {
    display: block;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #7a6a54;
    margin-bottom: 0.5rem;
    text-align:center;
    font-size: 1.2rem;
    letter-spacing: 1px;

}

.section-title::after, .service-title::after, .premier-intro-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--color-accent);
}

.highlight, .service-highlight {
    font-weight: 600;
    color: #7a6a54;
}



@media (max-width:767px) {

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

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

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

.premium-description p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
}
