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-loc-hero-wrapper {
background: var(--lf-bg-4) center center / cover no-repeat;
position: relative; overflow: hidden;
}
.lf-loc-hero-wrapper::before {
content: ''; position: absolute; inset: 0;
background: rgba(26, 26, 46, 0.65); pointer-events: none;
}
.lf-loc-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-loc-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: 0;
}
.lf-loc-breadcrumb {
max-width: 1200px; margin: 0 auto; padding: 14px 24px;
font-size: 14px; color: #6b7280;
}
.lf-loc-breadcrumb a { color: #6b7280; transition: color 0.2s; }
.lf-loc-breadcrumb a:hover { color: #0f2d48; }
.lf-loc-content-section { padding: 60px 24px 80px; background: #fff; }
.lf-loc-content-container {
max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
gap: 40px; align-items: center;
}
.lf-loc-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-loc-content-text { font-size: 15px; line-height: 1.8; color: #4b5563; margin-bottom: 8px; }
.lf-loc-content-body {
display: flex;
flex-direction: column;
justify-content: center;
}
.lf-loc-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-loc-bottom-section { padding: 0 24px 60px; background: #fff; }
.lf-loc-bottom-container { max-width: 1200px; margin: 0 auto; text-align: left; }
.lf-loc-bottom-text { font-size: 15px; line-height: 1.8; color: #4b5563; margin-bottom: 24px; }
.lf-loc-bottom-cta {
display: inline-block; background: #0f2d48; color: #fff !important; padding: 16px 36px;
border-radius: 6px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
transition: all 0.3s; cursor: pointer; border: none; font-family: inherit; margin-bottom: 20px;
}
.lf-loc-bottom-cta:hover { filter: brightness(0.9); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.lf-loc-bottom-wiki { font-size: 14px; color: #6b7280; line-height: 1.7; }
.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-loc-projects-section { padding: 80px 24px 0; background: #fff; }
.lf-loc-projects-heading {
font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700;
color: #1a1a2e; text-align: center; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; line-height: 1.3;
}
.lf-loc-discovery-section { padding: 80px 24px; background: #fff; }
.lf-loc-discovery-container { max-width: 1200px; margin: 0 auto; }
.lf-loc-discovery-category { margin-bottom: 50px; }
.lf-loc-discovery-category:last-child { margin-bottom: 0; }
.lf-loc-discovery-cat-title {
font-family: 'Playfair Display', serif; font-size: clamp(22px, 3vw, 30px); font-weight: 700;
color: #1a1a2e; margin-bottom: 12px; text-align: center;
}
.lf-loc-discovery-divider {
width: 100%; max-width: 500px; height: 3px; background: #5d9ac6;
margin: 0 auto 30px auto; border: none;
}
.lf-loc-discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lf-loc-discovery-card {
background: #fff; border-radius: 12px; overflow: hidden;
box-shadow: 0 4px 20px rgba(0,0,0,0.08); transition: transform 0.3s, box-shadow 0.3s;
}
.lf-loc-discovery-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.12); }
.lf-loc-discovery-card-img {
width: 100%; height: 200px; object-fit: cover; display: block;
}
.lf-loc-discovery-card-body { padding: 20px; }
.lf-loc-discovery-card-title {
font-size: 18px; font-weight: 700; color: #1a1a2e; margin-bottom: 10px;
}
.lf-loc-discovery-card-title a { color: #0f2d48; transition: opacity 0.2s; }
.lf-loc-discovery-card-title a:hover { opacity: 0.8; }
.lf-loc-discovery-card-desc { font-size: 14px; line-height: 1.7; color: #4b5563; }
.lf-loc-map-section { padding: 80px 24px; background: #f8f9fa; }
.lf-loc-map-container { max-width: 1200px; margin: 0 auto; }
.lf-loc-map-heading {
font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 36px); font-weight: 700;
color: #1a1a2e; text-align: center; margin-bottom: 30px;
}
.lf-loc-map-iframe-wrap { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.lf-reviews-section { padding: 60px 24px; background: #f8f9fa; }
.lf-reviews-container { max-width: 1400px; margin: 0 auto; }
.lf-loc-checks-section { padding: 80px 24px; background: #fff; }
.lf-loc-checks-container {
max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr;
gap: 50px; align-items: center;
}
.lf-loc-checks-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.lf-loc-check-item {
display: flex; align-items: flex-start; gap: 16px; padding: 18px 0;
border-bottom: 1px solid #e5e7eb;
}
.lf-loc-check-item:last-child { border-bottom: none; }
.lf-loc-check-icon {
width: 32px; height: 32px; border-radius: 50%; background: #16a34a; color: #fff;
display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px;
}
.lf-loc-check-text { font-size: 15px; line-height: 1.7; color: #4b5563; }
.lf-loc-review-rotator {
display: flex; align-items: flex-start; gap: 16px; padding: 18px 0;
}
.lf-loc-review-rotator-icon {
width: 32px; height: 32px; border-radius: 50%; background: #5d9ac6; color: #fff;
display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; margin-top: 2px;
}
.lf-loc-review-rotator-text { font-size: 15px; line-height: 1.7; color: #4b5563; }
.lf-loc-review-rotator-text .lf-loc-review-slide { display: none; }
.lf-loc-review-rotator-text .lf-loc-review-slide.lf-loc-review-active { display: block; }
.lf-loc-checks-img {
width: 100%; height: auto; border-radius: 12px; box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}
.lf-loc-standout-section {
padding: 100px 24px; position: relative; overflow: hidden;
background: linear-gradient(135deg, #fafbfc 0%, #f1f3f7 100%);
}
.lf-loc-standout-section::before {
content: ""; position: absolute; top: -120px; right: -120px;
width: 380px; height: 380px; border-radius: 50%;
background: radial-gradient(circle, #0f2d481a 0%, transparent 70%);
pointer-events: none; z-index: 0;
}
.lf-loc-standout-section::after {
content: ""; position: absolute; bottom: -80px; left: -80px;
width: 280px; height: 280px; border-radius: 50%;
background: radial-gradient(circle, #5d9ac614 0%, transparent 70%);
pointer-events: none; z-index: 0;
}
.lf-loc-standout-container {
max-width: 1240px; margin: 0 auto; display: grid;
grid-template-columns: minmax(420px, 560px) 1fr;
gap: 70px; align-items: center; position: relative; z-index: 1;
}
.lf-loc-standout-video-stage {
display: flex; flex-direction: column; gap: 28px;
}
.lf-loc-standout-video-frame {
position: relative; padding: 22px 22px 22px 0;
}
.lf-loc-standout-video-frame::before {
content: ""; position: absolute; top: 0; right: 0; bottom: 22px; left: 22px;
border: 3px solid #0f2d48;
border-radius: 14px; z-index: 0;
}
.lf-loc-standout-video-wrap {
position: relative; border-radius: 12px; overflow: hidden;
box-shadow: 0 24px 60px rgba(0,0,0,0.18); z-index: 1;
transform: translate(-22px, 22px);
}
.lf-loc-standout-video { width: 100%; display: block; aspect-ratio: 9/16; object-fit: cover; background: #000; max-height: 820px; }
.lf-loc-standout-thumbnail {
position: absolute; inset: 0; cursor: pointer; z-index: 2;
background-size: cover; background-position: center;
}
.lf-loc-standout-play-btn {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
width: 84px; height: 84px; background: #0f2d48; border-radius: 50%;
display: flex; align-items: center; justify-content: center; z-index: 3; cursor: pointer;
transition: transform 0.25s, box-shadow 0.25s;
box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 0 8px rgba(255,255,255,0.18);
}
.lf-loc-standout-play-btn:hover { transform: translate(-50%, -50%) scale(1.08); box-shadow: 0 16px 48px rgba(0,0,0,0.5), 0 0 0 12px rgba(255,255,255,0.22); }
.lf-loc-standout-play-btn i { color: #fff; font-size: 32px; margin-left: 5px; }
.lf-loc-standout-content {
display: flex; flex-direction: column; padding-top: 8px;
}
.lf-loc-standout-eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
color: #0f2d48; margin-bottom: 18px;
}
.lf-loc-standout-eyebrow::before {
content: ""; width: 32px; height: 2px; background: #0f2d48; display: inline-block;
}
.lf-loc-standout-heading {
font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.4vw, 42px); font-weight: 700;
color: #0f1419; margin-bottom: 28px; line-height: 1.18;
}
.lf-loc-standout-heading::after {
content: ""; display: block; width: 64px; height: 4px; border-radius: 2px;
background: #0f2d48; margin-top: 18px;
}
.lf-loc-standout-pillars {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
margin-bottom: 0; padding: 22px; border-radius: 14px;
background: #fff; border: 1px solid #e5e7eb;
box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.lf-loc-standout-pillar {
display: flex; flex-direction: column; gap: 8px;
}
.lf-loc-standout-pillar-icon {
width: 38px; height: 38px; border-radius: 10px;
background: #0f2d481a; color: #0f2d48;
display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.lf-loc-standout-pillar-title {
font-size: 13px; font-weight: 700; color: #0f1419; line-height: 1.3;
}
.lf-loc-standout-pillar-sub {
font-size: 12px; color: #6b7280; line-height: 1.5;
}
.lf-loc-standout-text {
font-size: 15px; line-height: 1.85; color: #374151; margin-bottom: 18px;
}
.lf-loc-standout-cta-row {
display: flex; align-items: center; gap: 18px; margin-top: 24px; flex-wrap: wrap;
}
.lf-loc-standout-cta {
display: inline-flex; align-items: center; gap: 10px;
background: #0f2d48; color: #fff !important; padding: 16px 32px;
border-radius: 8px; font-size: 14px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.04em; transition: all 0.25s ease; cursor: pointer;
border: none; font-family: inherit;
box-shadow: 0 8px 24px #0f2d4855;
}
.lf-loc-standout-cta:hover {
filter: brightness(1.06); transform: translateY(-2px);
box-shadow: 0 12px 32px #0f2d4877;
}
.lf-loc-standout-cta i { font-size: 14px; transition: transform 0.25s; }
.lf-loc-standout-cta:hover i { transform: translateX(4px); }
.lf-loc-standout-trust {
font-size: 12px; color: #6b7280; display: flex; align-items: center; gap: 8px;
}
.lf-loc-standout-trust i { color: #16a34a; }
.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; }
.lf-loc-proud-wrap { max-width: 1170px; margin: 0 auto; padding: 40px 20px 50px 20px; background: #fff; font-family: 'Inter', sans-serif; text-align: center; }
.lf-loc-proud-heading { font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 700; color: #0f2d48; margin: 0 0 10px 0; }
.lf-loc-proud-divider { width: 100%; max-width: 500px; height: 3px; background: #5d9ac6; margin: 0 auto 35px auto; border: none; }
.lf-loc-proud-grid { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.lf-loc-proud-card { flex: 1 1 280px; max-width: 320px; text-align: center; }
.lf-loc-proud-card a { text-decoration: none; color: inherit; display: block; }
.lf-loc-proud-img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.15); display: block; }
.lf-loc-proud-name { font-size: clamp(1rem, 2.5vw, 1.15rem); font-weight: 700; color: #222; margin: 12px 0 0 0; }
@media (max-width: 1024px) {
.lf-loc-discovery-grid { grid-template-columns: repeat(2, 1fr); }
.lf-loc-checks-container { grid-template-columns: 1fr; }
.lf-loc-standout-container { grid-template-columns: 1fr; }
.lf-loc-standout-video-stage { max-width: 520px; margin: 0 auto; }
}
@media (max-width: 900px) {
.lf-loc-hero { padding: 70px 24px; min-height: 320px; }
.lf-loc-content-container { grid-template-columns: 1fr; }
.lf-loc-content-img { position: static; }
.lf-loc-standout-container { grid-template-columns: 1fr; gap: 30px; }
.lf-loc-standout-section { padding: 70px 20px; }
.lf-loc-standout-pillars { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 768px) {
.lf-loc-hero { padding: 60px 16px; min-height: 280px; }
.lf-loc-discovery-grid { grid-template-columns: 1fr; }
.lf-loc-discovery-card-img { height: 180px; }
.lf-loc-proud-grid { flex-direction: column; align-items: center; }
.lf-loc-proud-card { max-width: 90%; }
.lf-loc-standout-video-frame { padding: 14px 14px 14px 0; }
.lf-loc-standout-video-frame::before { left: 14px; bottom: 14px; }
.lf-loc-standout-video-wrap { transform: translate(-14px, 14px); }
}
@media (max-width: 480px) {
.lf-loc-hero { padding: 50px 16px; min-height: 240px; }
.lf-loc-discovery-card-img { height: 160px; }
}
.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-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-hq{--lf-hq-c1:#0f2d48;max-width:520px;margin:0 auto;font-family:inherit;color:#20272f;}
.lf-hq,.lf-hq-opt,.lf-hq-sel,.lf-hq-go,.lf-hq-cta{box-sizing:border-box;}
.lf-hq-title{font-size:19px;font-weight:800;margin:0 0 3px;}
.lf-hq-sub{font-size:13px;color:#6b7580;margin:0 0 18px;}
.lf-hq-lab{font-size:13px;font-weight:700;margin:16px 0 8px;}
.lf-hq-opts{display:flex;flex-direction:column;gap:7px;}
.lf-hq-opt{border:1.5px solid #d9dee5;border-radius:9px;padding:11px 13px;font-size:14px;cursor:pointer;transition:border-color .12s;}
.lf-hq-opt:hover{border-color:var(--lf-hq-c1);}
.lf-hq-opt.lf-hq-on{border-color:var(--lf-hq-c1);border-width:2px;font-weight:700;}
.lf-hq-sel{width:100%;padding:11px 12px;border:1.5px solid #d9dee5;border-radius:9px;font-size:14px;color:#20272f;background:transparent;cursor:pointer;font-family:inherit;}
.lf-hq-sel:focus{outline:none;border-color:var(--lf-hq-c1);}
.lf-hq-err{display:none;color:#c0392b;font-size:12.5px;font-weight:600;margin-top:10px;}
.lf-hq-go{width:100%;margin-top:20px;padding:14px;border:none;border-radius:10px;background:var(--lf-hq-c1);color:#fff;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;}
.lf-hq-go:hover{filter:brightness(1.08);}
.lf-hq-go:focus-visible,.lf-hq-cta:focus-visible,.lf-hq-opt:focus-visible{outline:3px solid var(--lf-hq-c1);outline-offset:2px;}
.lf-hq-res{display:none;}
.lf-hq-verdict{font-size:22px;font-weight:800;color:var(--lf-hq-c1);margin:4px 0 8px;line-height:1.2;}
.lf-hq-why{font-size:14px;color:#3d4650;line-height:1.55;margin:0 0 18px;}
.lf-hq-cta{width:100%;padding:14px;border:none;border-radius:10px;background:var(--lf-hq-c1);color:#fff;font-size:15px;font-weight:800;cursor:pointer;font-family:inherit;}
.lf-hq-cta:hover{filter:brightness(1.08);}
.lf-hq-restart{display:block;margin-top:14px;background:none;border:none;color:#8a94a0;font-size:12.5px;text-decoration:underline;cursor:pointer;padding:0;font-family:inherit;}
.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-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-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; }
}