section~section,footer,.lf-footer{content-visibility:auto;contain-intrinsic-size:auto 520px}
@font-face{font-family:'Playfair Display';font-style:italic;font-weight:700;font-display:swap;src:var(--lf-bg-0) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:italic;font-weight:700;font-display:swap;src:var(--lf-bg-1) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:var(--lf-bg-2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Playfair Display';font-style:normal;font-weight:700;font-display:swap;src:var(--lf-bg-3) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
.lf-page-wrapper {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Inter', sans-serif;
color: #1a1a2e;
line-height: 1.6;
}
.lf-page-wrapper a { text-decoration: none; color: inherit; }
.lf-page-wrapper img { max-width: 100%; height: auto; }
.lf-svc-hero-wrapper {
background: var(--lf-bg-4) center center / cover no-repeat;
position: relative; overflow: hidden;
}
.lf-svc-hero-wrapper::before {
content: ''; position: absolute; inset: 0;
background: rgba(26, 26, 46, 0.65); pointer-events: none;
}
.lf-svc-hero {
display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
padding: 100px 40px; max-width: 1000px; margin: 0 auto; min-height: 420px; position: relative; z-index: 1;
}
.lf-svc-hero-heading {
font-family: 'Playfair Display', serif; font-size: clamp(30px, 4.5vw, 52px); font-weight: 700;
color: #ffffff; line-height: 1.2; margin-bottom: 16px;
}
.lf-svc-hero-cta {
display: inline-block; padding: 14px 32px; border-radius: 8px; font-size: 16px; font-weight: 700;
color: #0f2d48; background: #fff; border: none; cursor: pointer;
text-decoration: none; transition: all 0.3s;
}
.lf-svc-hero-cta:hover { background: #f0f0f0; color: #0f2d48; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.lf-svc-stats {
background: #1a1a2e; border-top: 4px solid #0f2d48; padding: 40px 24px;
}
.lf-svc-stats-grid {
max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr);
gap: 30px; text-align: center;
}
.lf-svc-stat-item { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.lf-svc-stat-icon {
width: 56px; height: 56px; border-radius: 50%; background: #0f2d48;
display: flex; align-items: center; justify-content: center; font-size: 24px; color: #fff; margin-bottom: 4px;
}
.lf-svc-stat-number { font-size: 28px; font-weight: 800; color: #5d9ac6; }
.lf-svc-stat-label {
font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1.5px;
}
.lf-svc-table-section { padding: 70px 24px; background: #fff; }
.lf-svc-table-container { max-width: 900px; margin: 0 auto; }
.lf-svc-table-heading {
font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 32px); font-weight: 700;
color: #1a1a2e; text-align: center; margin-bottom: 40px; line-height: 1.4;
}
.lf-svc-table-wrap {
background: #fdf6f0; border-radius: 16px; overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.lf-svc-table-header {
display: grid; grid-template-columns: 1fr 1fr; text-align: center;
font-size: 15px; font-weight: 700; color: #1a1a2e; padding: 18px 24px;
border-bottom: 2px solid #3a2a1a;
}
.lf-svc-table-row {
display: grid; grid-template-columns: 1fr 1fr;
border-bottom: 2px solid #3a2a1a;
}
.lf-svc-table-row:last-child { border-bottom: none; }
.lf-svc-table-cell {
display: flex; align-items: center; gap: 14px; padding: 22px 28px;
font-size: 15px; font-weight: 700; color: #1a1a2e;
}
.lf-svc-table-cell:first-child { border-right: 1px solid rgba(58,42,26,0.15); }
.lf-svc-table-icon-x { color: #dc2626; font-size: 20px; flex-shrink: 0; }
.lf-svc-table-icon-check { color: #16a34a; font-size: 20px; flex-shrink: 0; }
.lf-reviews-section { padding: 60px 24px; background: #f8f9fa; }
.lf-reviews-container { max-width: 1400px; margin: 0 auto; }
.lf-reviews-title {
text-align: center; font-family: 'Playfair Display', serif;
font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: #1a1a2e; margin-bottom: 30px;
}
.lf-svc-reviews-stats { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 30px; }
.lf-svc-reviews-badge {
background: #0f2d48; color: #fff; padding: 12px 24px; border-radius: 8px;
font-size: 24px; font-weight: 800; display: flex; align-items: center; gap: 8px;
}
.lf-svc-reviews-badge i { color: #5d9ac6; }
.lf-svc-reviews-summary { font-size: 15px; color: #4b5563; line-height: 1.6; }
.lf-svc-process-section { padding: 80px 24px; background: #fff; }
.lf-svc-process-container { max-width: 1200px; margin: 0 auto; }
.lf-svc-process-title {
font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
color: #1a1a2e; text-align: center; margin-bottom: 60px;
}
.lf-svc-process-step {
display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-bottom: 60px;
}
.lf-svc-process-step:last-child { margin-bottom: 0; }
.lf-svc-process-step.lf-svc-reversed .lf-svc-process-text { order: 2; }
.lf-svc-process-step.lf-svc-reversed .lf-svc-process-img-wrap { order: 1; }
.lf-svc-process-number {
display: inline-block; background: #0f2d48; color: #fff;
width: 40px; height: 40px; border-radius: 50%; text-align: center; line-height: 40px;
font-size: 18px; font-weight: 800; margin-bottom: 12px;
}
.lf-svc-process-step-heading {
font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: #1a1a2e; margin-bottom: 16px;
}
.lf-svc-process-step-desc { font-size: 15px; line-height: 1.8; color: #4b5563; margin-bottom: 24px; }
.lf-svc-process-cta {
display: inline-block; background: #0f2d48; color: #fff !important; padding: 14px 28px;
border-radius: 6px; font-size: 14px; font-weight: 700; text-transform: uppercase;
transition: all 0.3s ease; cursor: pointer; border: none; font-family: inherit; text-decoration: none;
}
.lf-svc-process-cta:hover { filter: brightness(0.9); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.lf-svc-process-img {
width: 100%; height: 320px; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.lf-svc-process-separator {
display: flex; justify-content: center; align-items: center; padding: 10px 0;
}
.lf-svc-process-separator img {
max-width: 280px; width: 100%; height: auto;
}
.lf-cta-band { text-align: center; padding: 50px 24px; background: #f8f9fa; }
.lf-cta-band-btn {
display: inline-block; background: #0f2d48; color: #fff !important; padding: 18px 44px;
border-radius: 6px; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
transition: all 0.3s ease; cursor: pointer; border: none; font-family: inherit; text-decoration: none;
}
.lf-cta-band-btn:hover { filter: brightness(0.9); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.lf-svc-content-section { padding: 80px 24px; background: #fff; }
.lf-svc-content-container {
max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr;
gap: 50px; align-items: center;
}
.lf-svc-content-heading {
font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700;
color: #1a1a2e; margin-bottom: 24px; line-height: 1.3;
}
.lf-svc-content-text { font-size: 15px; line-height: 1.8; color: #4b5563; margin-bottom: 20px; }
.lf-svc-content-bullets,
.lf-svc-content-body ul { list-style: none !important; list-style-type: none !important; padding: 0 !important; margin: 0 0 24px 0; }
.lf-svc-content-bullets li,
.lf-svc-content-body ul li,
.lf-svc-content-body > span > li {
display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.7; color: #4b5563; padding: 6px 0;
list-style: none !important; list-style-type: none !important;
}
.lf-svc-content-bullets li i,
.lf-svc-content-body ul li i,
.lf-svc-content-body > span > li i { color: #0f2d48; margin-top: 4px; flex-shrink: 0; }
.lf-svc-content-body { display: flex; flex-direction: column; justify-content: center; }
.lf-svc-content-img {
width: 100%; height: auto; max-height: 500px; object-fit: cover; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.lf-map-section { background: #fff; padding: 80px 24px; }
.lf-map-section-title {
text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px);
font-weight: 700; color: #1a1a2e; margin-bottom: 40px; max-width: 800px;
margin-left: auto; margin-right: auto; line-height: 1.3;
}
.lf-map-container { max-width: 1400px; margin: 0 auto; height: 450px; position: relative; }
.lf-map-container iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; }
.lf-locations-container { max-width: 1400px; margin: 0 auto; padding: 60px 0 0; }
.lf-locations-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px 40px; }
.lf-location-item { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.lf-location-item a { font-size: 15px; color: #374151; font-weight: 500; transition: color 0.2s; }
.lf-location-item a:hover { color: #0f2d48; }
.lf-location-icon { color: #0f2d48; font-size: 16px; flex-shrink: 0; }
.lf-svc-guarantee-section { padding: 80px 24px; background: #f8f9fa; }
.lf-svc-guarantee-container {
max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
gap: 60px; align-items: center;
}
.lf-svc-guarantee-img {
width: 100%; height: auto; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px;
box-shadow: 0 16px 50px rgba(0,0,0,0.12);
}
.lf-svc-guarantee-pretitle {
font-family: 'Playfair Display', serif; font-style: italic; font-size: 20px; color: #5d9ac6; margin-bottom: 8px;
}
.lf-svc-guarantee-heading {
font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
font-style: italic; color: #0f2d48; margin-bottom: 24px; line-height: 1.2;
}
.lf-svc-guarantee-text { font-size: 15px; line-height: 1.8; color: #4b5563; margin-bottom: 32px; }
.lf-svc-guarantee-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 16px; }
.lf-svc-guarantee-stat {
text-align: center; padding: 16px 8px; background: #fff; border-radius: 8px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.lf-svc-guarantee-stat-icon { font-size: 28px; color: #0f2d48; margin-bottom: 6px; }
.lf-svc-guarantee-stat-label {
font-size: 12px; font-weight: 700; color: #374151; text-transform: uppercase; letter-spacing: 0.5px;
}
.lf-faq-section { padding: 80px 24px; background: #fff; }
.lf-faq-container { max-width: 800px; margin: 0 auto; }
.lf-faq-title {
text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px);
font-weight: 700; color: #1a1a2e; margin-bottom: 50px;
}
.lf-faq-item { border-bottom: 1px solid #e5e7eb; }
.lf-faq-question {
width: 100%; background: none; border: none; padding: 20px 0; font-size: 16px; font-weight: 700;
color: #1a1a2e; text-align: left; cursor: pointer; display: flex; justify-content: space-between;
align-items: center; font-family: inherit;
}
.lf-faq-question:hover { color: #0f2d48; }
.lf-faq-question::after { content: '+'; font-size: 24px; font-weight: 300; color: #5d9ac6; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
.lf-faq-item.active .lf-faq-question::after { transform: rotate(45deg); }
.lf-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.lf-faq-answer-inner { padding: 0 0 20px; font-size: 15px; line-height: 1.8; color: #4b5563; }
@media (max-width: 1024px) {
.lf-svc-table-header, .lf-svc-table-row { grid-template-columns: 1fr; }
.lf-svc-table-cell:first-child { border-right: none; border-bottom: 1px solid rgba(58,42,26,0.1); }
.lf-locations-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
.lf-svc-hero { padding: 70px 24px; min-height: 320px; }
.lf-svc-process-step { grid-template-columns: 1fr; gap: 30px; }
.lf-svc-process-step.lf-svc-reversed .lf-svc-process-text { order: 1; }
.lf-svc-process-step.lf-svc-reversed .lf-svc-process-img-wrap { order: 2; }
.lf-svc-content-container { grid-template-columns: 1fr; }
.lf-svc-content-img { position: static; }
.lf-svc-guarantee-container { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.lf-svc-stats-grid { grid-template-columns: 1fr; gap: 24px; }
.lf-svc-hero { padding: 60px 16px; min-height: 280px; }
.lf-locations-grid { grid-template-columns: repeat(3, 1fr); gap: 10px 16px; }
.lf-location-item a { font-size: 12px; }
.lf-map-container { height: 300px; }
.lf-svc-guarantee-stats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.lf-svc-process-img { height: 220px; }
.lf-locations-grid { grid-template-columns: repeat(2, 1fr); }
.lf-location-item a { font-size: 13px; }
}
.lf-trust-badge-section { padding: 40px 24px 20px; }
.lf-trust-logo-container-item { height: auto; width: 100%; position: relative; padding: 10px 50px; }
.lf-trust-vertical-center {
height: inherit; display: flex; align-content: center; flex-wrap: wrap;
flex-direction: row; justify-content: center; align-items: center;
}
.lf-trust-vertical-center img.lf-trust-news-logo {
max-width: 100px; max-height: 66px; min-width: 50px; min-height: 14px;
height: auto; width: auto; margin: 7px 10px;
}
.lf-trust-title {
font-weight: 700; text-transform: capitalize; color: #0e0e0e;
margin-bottom: 5px; text-align: center; font-size: 18px;
}
p.lf-trust-footer {
font-weight: 600; text-transform: capitalize; color: #000000;
text-align: center; padding: 0 20px; width: 100%; display: inline-block; margin-top: 0;
}
hr.lf-divider {
border: none; height: 2px; background-color: #0f2d48;
border-radius: 5px; margin: 20px auto; width: 80%; max-width: 600px;
}
.lf-partners-container { text-align: center; padding: 20px 10px; }
.lf-partner-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 10px; }
.lf-partner-icons img { width: 100px; height: 60px; object-fit: contain; transition: transform 0.3s ease; }
.lf-partner-icons img:hover { transform: scale(1.1); }
.lf-trust-logo-container {
text-align: center; margin: 0 auto; display: flex; align-content: center;
justify-content: space-between; align-items: center;
}
@media (max-width: 768px) {
.lf-trust-badge-section { padding: 30px 16px 16px; }
.lf-trust-logo-container-item { padding: 10px 20px; }
.lf-trust-title { font-size: 16px; }
.lf-partner-icons img { width: 80px; height: 48px; }
.lf-partner-icons { gap: 10px; }
}
@media (max-width: 480px) {
.lf-trust-badge-section { padding: 20px 12px 12px; }
.lf-trust-logo-container-item { padding: 8px 10px; }
.lf-trust-title { font-size: 14px; }
p.lf-trust-footer { font-size: 12px; padding: 0 8px; }
.lf-partner-icons img { width: 70px; height: 42px; }
}
.lf-reviews-section { padding: 60px 24px; background: #f8f9fa; }
.lf-reviews-container { max-width: 1400px; margin: 0 auto; }
.lf-reviews-title {
text-align: center; font-family: 'Playfair Display', serif;
font-size: clamp(28px, 3.5vw, 42px); font-weight: 700;
color: #1a1a2e; margin-bottom: 40px;
}
@media (max-width: 768px) {
.lf-reviews-section { padding: 40px 16px; }
.lf-reviews-title { margin-bottom: 24px; }
}
@media (max-width: 480px) {
.lf-reviews-section { padding: 30px 12px; }
}
.lf-features-strip {
background: #0f2d48;
padding: 70px 24px;
}
.lf-features-grid {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
text-align: center;
color: #fff;
}
.lf-feature-item {
padding: 20px;
}
.lf-feature-icon {
font-size: 40px;
margin-bottom: 16px;
opacity: 0.9;
}
.lf-feature-heading {
font-size: 20px;
font-weight: 800;
margin-bottom: 12px;
}
.lf-feature-text {
font-size: 16px;
opacity: 0.9;
line-height: 1.7;
}
@media (max-width: 1024px) {
.lf-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.lf-features-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
.lf-features-strip { padding: 40px 16px; }
.lf-feature-icon { font-size: 32px; }
.lf-feature-item .lf-feature-heading { font-size: 18px; }
.lf-feature-item .lf-feature-text { font-size: 14px; }
}
.lf-projects-section { padding: 60px 0; background: #fff; }
.lf-projects-section-title {
text-align: center; font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px);
font-weight: 700; color: #1a1a2e; margin-bottom: 40px; padding: 0 24px;
}
.lf-projects-bar {
padding: 15px 0; overflow: hidden; cursor: pointer; width: 100%; box-sizing: border-box; position: relative;
}
.lf-projects-bar::before, .lf-projects-bar::after {
content: ''; position: absolute; top: 0; height: 100%; width: 60px; z-index: 1;
}
.lf-projects-bar::before { left: 0; background: linear-gradient(to right, #FFFFFF, transparent); }
.lf-projects-bar::after { right: 0; background: linear-gradient(to left, #FFFFFF, transparent); }
.lf-projects-carousel-track { display: flex; animation: projektjeink-slide 35s linear infinite; width: max-content; }
.lf-projects-item { flex: 0 0 auto; padding: 0 20px; user-select: none; }
.lf-projects-item img { height: 200px; max-width: 300px; width: 100%; object-fit: cover; display: block; border-radius: 8px; }
@keyframes projektjeink-slide { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.lf-projects-bar:hover .lf-projects-carousel-track { animation-play-state: paused; }
@media (max-width: 768px) {
.lf-projects-item img { height: 120px; max-width: 200px; }
}
@media (max-width: 480px) {
.lf-projects-item img { height: 100px; max-width: 150px; }
}
.lf-svc-crsl-section {
padding: 20px;
background-color: #121212;
text-align: center;
color: #ffffff;
}
.lf-svc-crsl-header h2 {
font-size: 2em;
text-transform: uppercase;
color: #ffffff;
margin-bottom: 15px;
font-weight: 800;
}
.lf-svc-crsl-carousel {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
height: 600px;
overflow: hidden;
}
.lf-svc-crsl-panel {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
z-index: 1;
width: 400px;
max-width: 90%;
text-align: center;
}
.lf-svc-crsl-panel .lf-svc-crsl-img-wrap {
position: relative;
width: 300px;
height: 300px;
margin: 0 auto;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.lf-svc-crsl-panel .lf-svc-crsl-img-wrap img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
.lf-svc-crsl-panel:hover .lf-svc-crsl-img-wrap img {
transform: scale(1.1);
}
.lf-svc-crsl-panel.lf-svc-crsl-focus {
transform: translate(-50%, -50%) scale(1.1);
opacity: 1;
z-index: 10;
}
.lf-svc-crsl-panel.lf-svc-crsl-right {
transform: translate(120%, -50%) scale(0.9);
opacity: 0.8;
z-index: 5;
}
.lf-svc-crsl-panel.lf-svc-crsl-left {
transform: translate(-120%, -50%) scale(0.9);
opacity: 0.8;
z-index: 5;
}
.lf-svc-crsl-panel.lf-svc-crsl-far-right {
transform: translate(240%, -50%) scale(0.8);
opacity: 0.6;
z-index: 3;
}
.lf-svc-crsl-panel.lf-svc-crsl-far-left {
transform: translate(-240%, -50%) scale(0.8);
opacity: 0.6;
z-index: 3;
}
.lf-svc-crsl-panel.lf-svc-crsl-off {
opacity: 0;
transform: translateX(360%);
}
.lf-svc-crsl-panel .lf-svc-crsl-content h3 {
font-size: 1.5em;
margin: 10px 0;
text-transform: uppercase;
color: #ffffff;
}
.lf-svc-crsl-panel .lf-svc-crsl-content p {
font-size: 0.9em;
color: #cccccc;
padding-bottom: 20px;
}
.lf-svc-crsl-panel a {
color: inherit;
text-decoration: none;
display: block;
}
.lf-svc-crsl-panel:not(.lf-svc-crsl-focus) a {
pointer-events: none;
cursor: default;
}
.lf-svc-crsl-panel.lf-svc-crsl-focus a {
pointer-events: auto;
cursor: pointer;
}
.lf-svc-crsl-controls {
margin-top: 20px;
display: flex;
justify-content: center;
gap: 20px;
}
.lf-svc-crsl-controls button {
background-color: transparent;
color: #ffffff;
border: 2px solid #ffffff;
padding: 10px 15px;
font-size: 1.5em;
cursor: pointer;
border-radius: 50%;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
transition: background-color 0.3s ease, transform 0.3s ease;
}
.lf-svc-crsl-controls button:hover {
background-color: #0f2d48;
border-color: #0f2d48;
transform: scale(1.1);
}
@media (max-width: 768px) {
.lf-svc-crsl-panel { width: 150px; }
.lf-svc-crsl-panel .lf-svc-crsl-img-wrap { width: 150px; height: 150px; }
.lf-svc-crsl-carousel { height: 400px; }
.lf-svc-crsl-controls button { font-size: 1.2em; width: 40px; height: 40px; }
}
.lf-loc-crsl-section {
padding: 60px 0;
background: #ffffff;
position: relative;
}
.lf-loc-crsl-heading {
font-family: 'Playfair Display', serif;
font-size: clamp(28px, 3.5vw, 42px);
font-weight: 700;
color: #1a1a2e;
text-align: center;
margin-bottom: 40px;
padding: 0 24px;
}
.lf-loc-crsl-wrapper {
position: relative;
overflow: hidden;
}
.lf-loc-crsl-wrapper::before,
.lf-loc-crsl-wrapper::after {
content: '';
position: absolute;
top: 0;
width: 50px;
height: 100%;
z-index: 2;
pointer-events: none;
}
.lf-loc-crsl-wrapper::before {
left: 0;
background: linear-gradient(to right, #ffffff, transparent);
}
.lf-loc-crsl-wrapper::after {
right: 0;
background: linear-gradient(to left, #ffffff, transparent);
}
.lf-loc-crsl-track {
display: flex;
gap: 16px;
overflow-x: auto;
scroll-behavior: smooth;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding: 10px 50px;
}
.lf-loc-crsl-track::-webkit-scrollbar {
display: none;
}
.lf-loc-crsl-card {
flex: 0 0 auto;
width: 240px;
border-radius: 16px;
overflow: hidden;
box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
cursor: pointer;
}
.lf-loc-crsl-card:hover {
transform: translateY(-4px);
box-shadow: 3px 6px 24px rgba(0, 0, 0, 0.18);
}
.lf-loc-crsl-card a {
text-decoration: none;
display: block;
}
.lf-loc-crsl-card img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
border-radius: 16px 16px 0 0;
transition: transform 0.4s ease;
}
.lf-loc-crsl-card:hover img {
transform: scale(1.05);
}
.lf-loc-crsl-name {
font-family: 'Inter', sans-serif;
font-weight: 700;
text-align: center;
padding: 14px 8px;
font-size: 17px;
color: #1a1a2e;
}
.lf-loc-crsl-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 3;
background: #1a1a2e;
color: #ffffff;
width: 50px;
height: 50px;
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
cursor: pointer;
border: none;
transition: transform 0.15s ease, background-color 0.3s ease;
font-family: inherit;
}
.lf-loc-crsl-nav:hover {
background: #0f2d48;
}
.lf-loc-crsl-nav:active {
transform: translateY(-50%) scale(0.92);
}
.lf-loc-crsl-prev {
left: 16px;
}
.lf-loc-crsl-next {
right: 16px;
}
@media (max-width: 768px) {
.lf-loc-crsl-card {
width: 180px;
}
.lf-loc-crsl-name {
font-size: 15px;
padding: 10px 6px;
}
.lf-loc-crsl-nav {
width: 40px;
height: 40px;
font-size: 18px;
}
.lf-loc-crsl-prev {
left: 8px;
}
.lf-loc-crsl-next {
right: 8px;
}
}
@media (max-width: 480px) {
.lf-loc-crsl-card {
width: 150px;
}
}