/*
Theme Name: The Hidden Sea View
Theme URI: https://thehiddenseaview.com
Author: Pirathith
Description: Luxury Nordic Sea View Apartment Theme for Sønderborg
Version: 1.0
Text Domain: hiddenseaview
*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height:1.7;
    color:#333;
    background:#ffffff;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}


.language-switcher {
    display: flex;
    align-items: center;
    gap: 15px;
}
.entry-title,
.page-title,
.site-footer,
.site-info{
    display:none !important;
}
.language-switcher a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0b3558;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.language-switcher img {
    border-radius: 2px;
}
header{
    position:fixed;
    width:100%;
    top:0;
    z-index:999;
    background:#ffffff;
    box-shadow:0 2px 15px rgba(0,0,0,0.08);
}




.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}
nav {
    display: flex;
    align-items: center;
}

.logo{
    font-size:24px;
    font-weight:bold;
    color:#0a3956;
}

nav ul{
    list-style:none;
    display:flex;
}

nav ul li{
    margin-left:25px;
}

nav ul li a{
    text-decoration:none;
    color:#333;
    font-weight:600;
}

.btn{
    display:inline-block;
    padding:18px 42px;

    border-radius:60px;

    background:#ffffff;
    color:#0a3956;

    font-weight:700;
    font-size:18px;

    text-decoration:none;

    transition:.35s;
}

.btn:hover{
    background:#0a3956;
    color:#fff;
    transform:translateY(-3px);
}

.hero{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    overflow:hidden;

    background-image:url("http://thehiddenseaview.com/wp-content/uploads/2026/07/C-JbiGOnBCub6UOabfj3SikIpiVHFKduMXqmO14pwc4pv7fvdh0WvdwyWBx4_h3WlRUiMrUeQJXiX1nS-smlEFiD-s8l3N0mvf_aB8MvqMfOdHu94oeU7Us0MpqUfeGOjYQrfnhRI9jgi8d5Mski6cbJiypsFLWtcFPdBjdg-VIgwMd_hXV9YrhFotdTDlGS.jpeg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(0,0,0,.45),
        rgba(0,0,0,.35)
    );
}

.hero-content{
    position:relative;
    z-index:2;

    width:100%;
    max-width:900px;

    color:#fff;

    display:flex;
    flex-direction:column;
    align-items:center;

    padding:20px;
}


.hero h1{
    font-size:clamp(40px,6vw,74px);
    line-height:1.15;
    font-weight:700;
    margin-bottom:25px;
    text-shadow:0 5px 18px rgba(0,0,0,.35);
}

.hero p{
    max-width:760px;
    font-size:clamp(18px,2vw,26px);
    line-height:1.6;
    margin-bottom:40px;
    color:rgba(255,255,255,.95);
}
.hero::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:180px;

    background:linear-gradient(
        transparent,
        rgba(255,255,255,.95)
    );
}

.section{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:40px;
    color:#0a3956;
}

.features{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
}

.feature-box{
    background:#f7f9fb;
    padding:30px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.feature-box h3{
    margin-bottom:15px;
    color:#0a3956;
}

.gallery{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:20px;
}

.gallery img{
    width:100%;
    border-radius:10px;
    height:250px;
    object-fit:cover;
}

.about{
    background:#f7f9fb;
}

.reviews{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:20px;
}

.review{
    background:white;
    padding:25px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.contact-form{
    max-width:700px;
    margin:auto;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:5px;
}

.contact-form button{
    background:#0a3956;
    color:white;
    border:none;
    padding:15px 35px;
    cursor:pointer;
    border-radius:5px;
}

footer{
    background:#0a3956;
    color:white;
    text-align:center;
    padding:40px 20px;
}
@media (max-width:768px){

    header{
        position:fixed;
        top:0;
        left:0;
        width:100%;
        z-index:999;
    }

    .navbar{
        flex-direction:column;
        justify-content:center;
        align-items:center;
        padding:15px 20px;
        gap:12px;
    }

    nav ul{
        flex-wrap:wrap;
        justify-content:center;
        gap:15px;
    }

    nav ul li{
        margin:0;
    }

    .hero{
        min-height:100vh;
        padding:210px 20px 70px;   /* Leave space for header */
        background-position:center;
    }

    .hero-content{
        max-width:100%;
    }

    .hero h1{
        font-size:46px;
        line-height:1.15;
        margin-bottom:20px;
    }

    .hero p{
        font-size:20px;
        line-height:1.6;
        margin-bottom:35px;
    }

    .btn{
        width:100%;
        max-width:340px;
        padding:18px;
        font-size:24px;
    }
}
/* =========================
   Meet Your Host Section
========================= */

.host-section{
    padding:100px 0;
    background:#f8fafc;
}

.host-wrapper{
    display:flex;
    align-items:center;
    gap:60px;
    flex-wrap:wrap;
}

.host-image{
    flex:1;
    min-width:320px;
}

.host-image img{
    width:100%;
    max-width:420px;
    border-radius:24px;
    display:block;
    margin:auto;
    box-shadow:0 20px 40px rgba(0,0,0,.12);
    object-fit:cover;
}

.host-content{
    flex:1;
    min-width:320px;
}

.host-subtitle{
    display:inline-block;
    color:#0a3956;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.host-content h2{
    font-size:42px;
    line-height:1.2;
    margin-bottom:25px;
    color:#0a3956;
}

.host-content p{
    font-size:18px;
    line-height:1.9;
    margin-bottom:18px;
    color:#555;
}

.host-closing{
    font-weight:600;
    color:#0a3956;
}

.host-signature{
    margin-top:20px;
    font-size:20px;
    font-weight:700;
    color:#0a3956;
}

/* Mobile */
@media(max-width:768px){

    .host-section{
        padding:70px 0;
    }

    .host-wrapper{
        flex-direction:column;
        text-align:center;
        gap:35px;
    }

    .host-content h2{
        font-size:32px;
    }

    .host-content p{
        font-size:17px;
        line-height:1.8;
    }

    .host-image img{
        max-width:100%;
    }
}
.review-author{
    margin-top:25px;
    padding-top:18px;
    border-top:1px solid #ececec;
}

.review-author strong{
    color:#0a3956;
    font-size:17px;
}

.review-author span{
    color:#777;
    font-size:14px;
}
.booking-page{
    background:#f4f7fb;
    min-height:100vh;
    padding:120px 20px;
}

.booking-card{
    max-width:760px;
    margin:auto;
    background:#fff;
    border-radius:20px;
    padding:45px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.booking-logo{
    text-align:center;
    margin-bottom:20px;
}

.booking-logo img{
    width:120px;
}

.booking-card h1{
    text-align:center;
    color:#0a3956;
    margin-bottom:10px;
}

.booking-subtitle{
    text-align:center;
    color:#666;
    margin-bottom:35px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    padding:16px 0;
    border-bottom:1px solid #ececec;
}

.summary-total{
    display:flex;
    justify-content:space-between;
    margin-top:25px;
    padding-top:20px;
    border-top:2px solid #0a3956;
    font-size:24px;
    font-weight:bold;
    color:#0a3956;
}

.payment-box{
    margin-top:35px;
    background:#f8fafc;
    padding:30px;
    border-radius:15px;
}

.payment-box h3{
    margin-bottom:20px;
    color:#0a3956;
}

.payment-note{
    margin:20px 0;
    color:#666;
}

.booking-security{
    margin:25px 0;
    color:#0a3956;
    line-height:2;
}

.booking-btn{
    width:100%;
    background:#0a3956;
    color:#fff;
    border:none;
    padding:18px;
    border-radius:50px;
    font-size:18px;
    cursor:pointer;
    transition:.3s;
}

.booking-btn:hover{
    background:#07253c;
}
.booking-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:100%;
    padding:20px;

    border:none;
    border-radius:60px;

    background:linear-gradient(135deg,#0a3956,#1c6b9d);
    color:#fff;

    font-size:20px;
    font-weight:700;

    cursor:pointer;

    transition:.35s;
    box-shadow:0 12px 30px rgba(10,57,86,.25);
}

.booking-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(10,57,86,.35);
    background:linear-gradient(135deg,#0c4b72,#257bb2);
}

.booking-btn:active{
    transform:scale(.98);
}
.booking-summary{
    max-width:820px;
    margin:120px auto;
    padding:45px;

    background:rgba(255,255,255,.75);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.4);
    border-radius:24px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.15);
}
.paybox{
    margin-top:35px;

    background:rgba(255,255,255,.55);

    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.3);

    border-radius:18px;

    padding:30px;
}
.booking-btn{
    width:100%;
    padding:20px;

    border:none;
    border-radius:60px;

    background:linear-gradient(
        135deg,
        #0a3956,
        #2d8ec5
    );

    color:#fff;

    font-size:19px;
    font-weight:700;

    box-shadow:
        0 15px 35px rgba(10,57,86,.35);

    transition:.35s;
}

.booking-btn:hover{

    transform:translateY(-4px);

    box-shadow:
        0 25px 45px rgba(10,57,86,.45);

}

@media(max-width:768px){

.booking-card{
    padding:25px;
}

.summary-row,
.summary-total{
    font-size:15px;
}

.booking-card h1{
    font-size:30px;
}


}
