
@font-face {
    font-family: "Glacial Indifference";
    src: url("fonts/glacial-indifference.regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Glacial Indifference";
    src: url("fonts/glacial-indifference.bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

body{
    font-family: "Glacial Indifference", Arial, sans-serif;
}

body{
    margin:0;
    padding:0;
}

/* Header */
.custom-navbar{
    background-color:#bbc4c9 !important;   /* light blue */
    min-height:100px;
    width:100%;
    border:none;
    box-shadow:none;
    padding: 15px 0;
}

/* Keep everything vertically centered */
.custom-navbar .container-fluid{
    min-height: 70px;
    display:flex;
    align-items:center;
}

/* Navigation spacing */
.navbar-nav{
    gap:45px;
}

/* Links */
.nav-link{
    color:#1f1f1f;
    font-family:"Glacial Indifference", sans-serif;
    font-size:18px;
}

/* Logo */
.navbar-brand{
    font-family:"Glacial Indifference", sans-serif;
    font-size:32px;
    color:#1f1f1f;
}

/* Book button */
.book-btn{
    background:#2b2f2d;
    color:white;
    padding:12px 35px;
    border-radius:50px;
}

.book-btn:hover{
    background:#1f1f1f;
    color:white;
}

.hero-section{
    min-height:650px;

    background:linear-gradient(
        to bottom,
        #bbc4c9 0%,
        #dbe5ea 20%,
        #e6eef1 80%,
        #dbe5ea 100%
    );

    background-color: #dbe5ea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 20px;
}

.hero-content h1 {
    font-family: "Glacial Indifference", Arial, sans-serif;
    font-size: clamp(64px, 7vw, 120px);
    line-height: 0.95;
    font-weight: 400;
    color: #2b2f2d;
    margin-bottom: 30px;
}

.hero-content p {
    font-family: "Glacial Indifference", Arial, sans-serif;
    max-width: 620px;
    margin: 0 auto 35px;
    font-size: 25px;
    line-height: 1.25;
    color: #1f1f1f;
}

.hero-btn {
    background: #2b2f2d;
    color: #fff;
    border-radius: 40px;
    padding: 12px 32px;
    font-size: 18px;
}

.hero-btn:hover {
    background: #404542;
    color: #fff;
}

.sticky-feature-section{
    background:#dbe5ea;
    padding: 0;
}

.sticky-image{
    width:100%;
    height:1000px;
    overflow:hidden;
    border-radius:0;

    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 8%,
        black 100%
    );

    mask-image: linear-gradient(
        to bottom,
        transparent 0%,
        black 8%,
        black 100%
    );
}

.section-image{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;

}

.sticky-feature-section {
    position: relative;
    height: 230vh;
    background: #dbe5ea;
}

.sticky-image {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
}

.sticky-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.corner-boxes {
    position: absolute;
    top: 115vh; /* boxes appear after image is seen alone */
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.feature-box {
    position: absolute;
    width: 640px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
}

.top-left {
    top: 8%;
    left: 11%;
}

.top-right {
    top: 8%;
    right: 11%;
}

.bottom-left {
    bottom: 8%;
    left: 11%;
}

.bottom-right {
    bottom: 8%;
    right: 11%;
}

.feature-box h3 {
    font-size: 50px;
    margin-bottom: 25px;
}

.feature-box p {
    font-size: 26px;
    margin: 10px;
}

.stars{
    color:#c9a44c;
    font-size:18px;
    letter-spacing:5px;
    margin-bottom:20px;
    margin-left:5px;
}

.second-image-section {
    background: #dbe5ea;
    padding: 0;
}

.second-image-wrapper {
    width: 100%;
    height: 850px;
    overflow: hidden;
}

.second-section-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.info-section {
    background: #dbe5ea;
    padding: 45px 0 45px;
    font-family: "Glacial Indifference", Arial, sans-serif;
}

.info-grid {
    display: grid;
    grid-template-columns:2.1fr 2.4fr 0.8fr;
    gap: 10px;
}

.info-column h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 22px;
}

.info-column p,
.info-column a {
    display: block;
    color: #111;
    font-size: 17px;
    line-height: 1.6;
    text-decoration: none;
    margin-bottom: 8px;
}

.social-block {
    margin-top: 55px;
}

.social-icons {
    display: flex;
    gap: 22px;
}

.social-icons a {
    font-size: 22px;
    color: #000;
}

.footer-copy {
    text-align: center;
    margin: 110px 0 0;
    font-size: 16px;
}

.phone-number{
    margin-top:40px;
}

.services-section {
    background: #29302f;
    min-height: 1000px;
    color: #ffffff;
    padding: 80px 22px 75px;
    font-family: "Glacial Indifference", Arial, sans-serif;
}

.services-heading {
    text-align: center;
    margin-bottom: 65px;
}

.services-heading h2 {
    font-size: clamp(38px, 3vw, 58px);
    font-weight: 400;
    margin: 0 0 12px;
}

.services-heading p {
    font-size: 23px;
    margin: 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    max-width: 1700px;
    margin: 0 auto;
}

.service-card {
    position: relative;
    display: block;
    height: 610px;
    overflow: hidden;
    color: #111111;
    text-decoration: none;
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.service-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.08);
    transition: background 0.4s ease;
}

.service-label {
    position: absolute;
    left: 14px;
    bottom: 72px;
    z-index: 2;
    background: #dbe5ea;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 23px;
    line-height: 1.1;
}

.service-card:hover img {
    transform: scale(1.04);
}

.service-card:hover::after {
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1100px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-card {
        height: 520px;
    }
}

/* Mobile */
@media (max-width: 650px) {

    /* Navbar */
    .custom-navbar {
        min-height: 76px;
        padding: 8px 0;
    }

    .custom-navbar .container-fluid {
        min-height: 60px;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .navbar-brand {
        font-size: 23px;
        margin-right: 10px;
    }

    .navbar-toggler {
        border: 1px solid rgba(0, 0, 0, 0.3);
        padding: 6px 9px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        margin-left: -18px;
        margin-right: -18px;
        padding: 15px 22px 25px;
    }

    .navbar-nav {
        gap: 2px;
        padding: 5px 0 18px;
    }

    .nav-link {
        font-size: 18px;
        padding: 10px 0;
    }

    .book-btn {
        width: 100%;
        padding: 12px 25px;
        text-align: center;
    }

    /* Hero */
    .hero-section {
        min-height: auto;
        padding: 80px 20px 85px;
    }

    .hero-content h1 {
        font-size: clamp(46px, 14vw, 68px);
        line-height: 1;
        margin-bottom: 24px;
    }

    .hero-content p {
        max-width: 100%;
        font-size: 19px;
        line-height: 1.4;
        margin-bottom: 30px;
    }

    .hero-btn {
        padding: 11px 30px;
        font-size: 17px;
    }

   /* Sticky image with stacked review cards */
.sticky-feature-section {
    position: relative;
    height: auto;
    background: #dbe5ea;
    isolation: isolate;
}

/*
The image remains in normal document flow and occupies one
full screen. Because the cards come after it, the parent becomes
taller than the viewport, allowing position: sticky to work.
*/
.sticky-image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;

    width: 100%;
    height: 100vh;
    height: 100svh;

    min-height: 500px;
    max-height: none;

    overflow: hidden;
    z-index: 1;
}

.sticky-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/*
The cards remain in regular document flow. As they scroll upward,
they pass over the sticky image one at a time.
*/
.corner-boxes {
    position: relative;
    top: auto;
    left: auto;

    width: 100%;
    height: auto;

    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;

    padding: 40px 16px 80px;
    z-index: 2;

    background: transparent;
}

.feature-box {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;

    width: 100%;
    min-height: 300px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 28px 22px;
    border-radius: 14px;

    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.feature-box h3 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.feature-box p {
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}

.stars {
    font-size: 15px;
    letter-spacing: 3px;
    margin: 0 0 16px;
}

    /* Services */
    .services-section {
        height: auto;
        min-height: auto;
        padding: 55px 16px 60px;
    }

    .services-heading {
        margin-bottom: 35px;
    }

    .services-heading h2 {
        font-size: 38px;
        line-height: 1.08;
    }

    .services-heading p {
        font-size: 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        width: 100%;
        height: 430px;
    }

    .service-label {
        left: 14px;
        bottom: 22px;
        max-width: calc(100% - 28px);
        font-size: 20px;
    }

    /* Second image */
    .second-image-wrapper {
        height: 500px;
    }

    .second-section-image {
        object-position: center;
    }

    /* Footer */
    .info-section {
        padding: 50px 22px 35px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .info-column h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info-column p,
    .info-column a {
        font-size: 17px;
    }

    .social-block {
        margin-top: 30px;
    }

    .phone-number {
        margin-top: 20px;
    }

    .footer-copy {
        margin-top: 65px;
        font-size: 14px;
    }
}