.flk-front-page-content {
padding: 0;
}
.flk-homepage-section,
.flk-homepage-hero {
margin: 0;
padding: 5.5rem 0;
}
.flk-homepage-hero {
background:
radial-gradient(circle at right bottom, rgba(117, 195, 215, 0.2), transparent 24%),
linear-gradient(135deg, rgba(25, 53, 95, 0.96) 0%, rgba(23, 63, 100, 0.94) 52%, rgba(15, 106, 131, 0.92) 100%);
background-color: #17395f;
color: #fff;
min-height: 74vh;
padding-bottom: 5.2rem;
padding-top: 7.2rem;
position: relative;
}
.flk-homepage-hero.has-background {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.flk-homepage-hero::before {
background: linear-gradient(180deg, rgba(13, 32, 50, 0.2), rgba(13, 32, 50, 0.45));
content: "";
inset: 0;
position: absolute;
}
.flk-homepage-hero > * {
margin-left: auto;
margin-right: auto;
max-width: 1120px;
padding-left: 1.5rem;
padding-right: 1.5rem;
position: relative;
z-index: 1;
}
.flk-homepage-hero__title {
color: #fff;
font-size: clamp(2.8rem, 5.8vw, 5rem);
line-height: 0.98;
margin-bottom: 1rem;
}
.flk-homepage-hero__lead {
color: rgba(255, 255, 255, 0.9);
font-size: 1.08rem;
line-height: 1.75;
max-width: 40rem;
}
.flk-homepage-hero__mobile-search {
display: none;
}
.flk-homepage-hero__lead,
.flk-homepage-hero__links {
margin-left: auto;
margin-right: auto;
}
.flk-homepage-hero__links {
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 0.04em;
}
.flk-homepage-hero__links a {
color: #fff;
text-decoration: none;
}
.flk-surface-white {
background: rgba(255, 255, 255, 0.82);
}
.flk-surface-grey {
background: rgba(247, 250, 251, 0.9);
}
.flk-surface-blue {
background-color: rgba(235, 244, 248, 0.88);
}
.flk-homepage-section > * {
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.flk-block-eyebrow {
color: #0f6a83;
font-size: 0.85rem;
font-weight: 800;
letter-spacing: 0.18em;
margin-bottom: 0.9rem;
text-transform: uppercase;
}
.flk-homepage-section h2 {
color: #15324b;
font-size: clamp(2rem, 3.8vw, 3.4rem);
line-height: 1.02;
margin-bottom: 1rem;
}
.flk-homepage-section h3 {
color: #1d3854;
font-size: clamp(1.35rem, 1.7vw, 1.9rem);
line-height: 1.08;
}
.flk-homepage-section p {
color: #577084;
line-height: 1.8;
}
.flk-section-intro {
font-size: 1.04rem;
max-width: 42rem;
}
.flk-welcome-split,
.flk-hotel-layout {
align-items: center;
gap: 2.5rem;
}
.flk-homepage-section .wp-block-columns {
margin-bottom: 0;
margin-top: 0;
}
.flk-editorial-image img {
border-radius: 1.75rem;
display: block;
}
.flk-island-grid {
gap: 1.5rem;
margin-top: 2rem;
}
.flk-island-grid .wp-block-column {
background: rgba(255, 255, 255, 0.74);
border-radius: 1.5rem;
overflow: hidden;
padding-bottom: 1.4rem;
}
.flk-island-grid .wp-block-image {
margin-bottom: 1rem;
}
.flk-island-grid h3,
.flk-island-grid p {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.flk-circle-grid {
gap: 1.25rem;
margin-top: 2rem;
}
.flk-circle-card {
align-items: center;
aspect-ratio: 1 / 1;
background: rgba(255, 255, 255, 0.78);
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
max-width: 220px;
padding: 1.4rem;
text-align: center;
}
.flk-circle-card h3 {
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.flk-circle-card p {
font-size: 0.92rem;
line-height: 1.55;
margin: 0;
}
.flk-post-box {
background: rgba(255, 255, 255, 0.82);
border-radius: 2rem;
padding: 1.5rem;
}
.flk-shortcode-post-list {
display: grid;
gap: 1rem;
}
.flk-shortcode-post-list__item {
align-items: center;
display: grid;
gap: 0.85rem;
grid-template-columns: 86px minmax(0, 1fr);
}
.flk-shortcode-post-list__image img {
border-radius: 1rem;
display: block;
height: 86px;
object-fit: cover;
width: 86px;
}
.flk-shortcode-post-list__meta {
color: #0f6a83;
font-size: 0.8rem;
font-weight: 800;
letter-spacing: 0.08em;
margin-bottom: 0.35rem;
text-transform: uppercase;
}
.flk-shortcode-post-list__title {
font-size: 1.02rem;
line-height: 1.2;
margin: 0;
}
.flk-shortcode-post-list__title a {
color: #15324b;
text-decoration: none;
}
.flk-post-carousel {
margin-top: 2rem;
overflow-x: auto;
padding-bottom: 1rem;
}
.flk-post-carousel__track {
display: flex;
gap: 1.25rem;
width: max-content;
}
.flk-post-carousel.is-animated {
overflow: hidden;
}
.flk-post-carousel.is-animated .flk-post-carousel__track {
animation: flk-carousel-scroll 42s linear infinite;
will-change: transform;
}
.flk-post-carousel.is-animated:hover .flk-post-carousel__track,
.flk-post-carousel.is-animated:focus-within .flk-post-carousel__track {
animation-play-state: paused;
}
@keyframes flk-carousel-scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(calc(-50% - 0.625rem));
}
}
.flk-post-carousel__card {
background: rgba(255, 255, 255, 0.84);
border-radius: 1.5rem;
flex: 0 0 360px;
overflow: hidden;
}
.flk-post-carousel__image {
display: block;
}
.flk-post-carousel__image img {
aspect-ratio: 4 / 3;
display: block;
height: auto;
object-fit: cover;
width: 100%;
}
.flk-post-carousel__body {
padding: 1.2rem;
}
.flk-post-carousel__meta {
color: #0f6a83;
font-size: 0.78rem;
font-weight: 800;
letter-spacing: 0.12em;
margin-bottom: 0.45rem;
text-transform: uppercase;
}
.flk-post-carousel__title {
font-size: 1.05rem;
line-height: 1.22;
margin: 0;
}
.flk-post-carousel__title a {
color: #15324b;
text-decoration: none;
}
@media (max-width: 921px) {
.flk-homepage-hero {
min-height: 65vh;
padding-bottom: 4rem;
padding-top: 6.2rem;
}
.flk-homepage-section,
.flk-homepage-hero {
padding-bottom: 4rem;
padding-top: 4rem;
}
.flk-homepage-section h2 {
max-width: none;
}
.flk-homepage-hero > *,
.flk-homepage-section > * {
padding-left: 1rem;
padding-right: 1rem;
}
.flk-circle-card {
max-width: 240px;
}
.flk-shortcode-post-list__item {
grid-template-columns: 72px minmax(0, 1fr);
}
.flk-shortcode-post-list__image img {
height: 72px;
width: 72px;
}
.flk-post-carousel__card {
flex-basis: 300px;
}
}
@media (max-width: 640px) {
.flk-homepage-hero {
min-height: auto;
padding-bottom: 3.5rem;
padding-top: 6.2rem;
}
.flk-homepage-hero__title {
font-size: clamp(2.2rem, 11vw, 3.3rem);
line-height: 1;
}
.flk-homepage-hero__lead {
font-size: 0.98rem;
line-height: 1.7;
}
.flk-homepage-hero__mobile-search {
align-items: center;
background: rgba(255, 255, 255, 0.95);
border-radius: 35px;
display: flex;
gap: 0.5rem;
margin: 1.35rem auto 1.1rem;
max-width: 340px;
padding: 0.45rem 0.45rem 0.45rem 1rem;
width: calc(100% - 2rem);
}
.flk-homepage-hero__mobile-search-input {
background: transparent;
border: 0;
color: #17324b;
font-size: 1rem;
min-width: 0;
width: 100%;
}
.flk-homepage-hero__mobile-search-input:focus {
box-shadow: none;
outline: 0;
}
.flk-homepage-hero__mobile-search-button {
align-items: center;
background: transparent;
border: 0;
color: #17324b;
display: inline-flex;
flex: 0 0 38px;
font-size: 1.45rem;
height: 38px;
justify-content: center;
padding: 0;
width: 38px;
}
.flk-homepage-section,
.flk-homepage-hero {
padding-bottom: 3.25rem;
padding-top: 3.25rem;
}
.flk-homepage-hero {
padding-top: 6.2rem;
}
.flk-homepage-section h2 {
font-size: clamp(1.75rem, 8vw, 2.4rem);
line-height: 1.06;
}
.flk-homepage-section h3 {
font-size: 1.25rem;
}
.flk-circle-card {
max-width: 200px;
padding: 1rem;
}
.flk-post-box {
border-radius: 1.4rem;
padding: 1.15rem;
}
.flk-post-carousel__card {
flex-basis: 84vw;
}
.flk-post-carousel__body {
padding: 1rem;
}
.flk-shortcode-post-list {
gap: 0.8rem;
}
}