@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

body {
    background: #fbfbfb;
}

img {
  max-inline-size: 100%;
  block-size: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

h6 {
    font-weight: 600;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.content-block {
    max-width: 820px;
    margin: 0 auto;
}

.section {
    padding: 40px 0;
}

@media (max-width: 991px) {
    .content-block {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.section-tight {
    padding: 20px 0;
}

.section-light {
    background: #d5d9b245;
}

.section-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: #464636;
}

.intro-title {
    font-weight: 500 !important;   
}

.section p {
    font-size: 17px;
    color: #555;
    line-height: 1.8;
}

.section-sub {
    color: #8a8a8a;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    max-width: 600px;
}

.text-section {
    max-width: 900px;
    line-height: 1.8;
}

.text-section-wide {
    max-width: 1100px;
    line-height: 1.8;
}

.video-wrapper {
    max-width: 700px;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #eee;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.property-grid-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .property-grid-wrapper {
        margin-left: 1rem;
        margin-right: 1rem;
    }
}

.property-row {
    margin-bottom: 40px;
}

.intro-title {
    font-weight: 500 !important;   
}

.property-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 55px rgba(0,0,0,0.12);
}

.image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.property-card:hover img {
    transform: scale(1.06);
}

/* luxury gradient fade */
.image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.05) 40%,
        transparent
    );
}

.property-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255,255,255,0.75);
    backdrop-filter: blur(10px);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.navbar-cottage-badge {
    top: auto;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
}


.property-content {
    padding: 28px 30px 32px;
}

.property-title {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 12px;
}

.property-description {
    color: #6f6f6f;
    line-height: 1.7;
    font-size: 0.95rem;
}

.property-link {
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #e39529;
    text-decoration: none;
    position: relative;
    width: fit-content;
}

.property-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #e39529;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.property-link:hover::after {
    transform: scaleX(1);
}


.site-navbar {
    background-color: #d5d9b2;
    border-bottom: 2px solid #464636;
    border-top: 2px solid #464636;
}

.pl-carousel {
    height: 10%;
}

/* Logo */
.logo-img {
    height: 65px;
    margin-right: .5rem;
}

.logo-text {
    padding-left: 10px;
    line-height: 1.1;
}

.logo-title {
    display: block;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #4c4f48;
}

.logo-subtitle {
    font-size: 10px;
    letter-spacing: 0.12em;
    color: #6b6f66;
}

@media (max-width: 410px) {
    .logo-subtitle {
        font-size: 9px;
    }
}

@media (max-width: 375px) {
    .logo-img {
        margin-right: 0;
    }
    
    .logo-title {
        font-size: 12px;
    }
    
    .logo-subtitle {
        font-size: 7.5px;
        letter-spacing: 0;
    }
}

.nav-item {
    margin: 0 0.75rem;
}

.nav-item + .nav-item {
    margin-left: 1.25rem;
}

/* Nav links */
.nav-link {
    position: relative;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4c4f48;
    padding: 0.25rem 0;
}

.nav-label {
    position: relative;
    display: inline-block;
}

.nav-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.25s ease;
}

.nav-link:hover .nav-label::after,
.nav-link:focus-visible .nav-label::after,
.nav-link.show .nav-label::after {
    width: 100%;
}

.dropdown-toggle {
    position: static;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0rem !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/* Dividers */
.nav-divider {
    width: 2px;
    height: 18px;
    background-color: #4c4f48;
    text-align: center;
}

.brand-text {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.navbar-center .navbar-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* allows items to wrap to next line */
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #242424 !important;
}

.plbutton .cta-text {
    padding-left: 10px;
}

@media (max-width: 1338px) {
    .plbutton {
        padding: 0.6rem;              /* icon-only size */
    }
    
    .plbutton .cta-text {
        padding-left: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        transition: 
            max-width 0.35s ease,
            opacity 0.25s ease;
    }
    
    .plbutton:hover {
        padding: 0.6rem 1.2rem;       /* expand on hover */
    }
    
    .plbutton:hover .cta-text {
        padding-left: 10px;
        max-width: 220px;
        opacity: 1;
    }
}

@media (min-width: 991px) {
    .navbar-left {
        padding-left: 1rem;
        flex: 0 0 auto;
    }
    
    
    .navbar-center {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .navbar-right {
        padding-right: 1rem;
        flex: 0 0 auto;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .navbar-center {
        flex-grow: 1;
        justify-content: center;
    }
    
    .navbar-nav {
        padding-top: 16px;
        gap: 10px;
    }

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

    /* Allow the container to wrap so items can stack */
    .site-navbar .container-fluid {
        flex-wrap: wrap-reverse;
    }

    /* Logo always first, full width, centered */
    .site-navbar .navbar-left {
        order: 1;
        width: 100%;
        justify-content: left;
    }

    /* Toggler always second */
    .site-navbar .navbar-toggler {
        order: 1;
        justify-content: right;
        margin-left: auto; /* right align if you like */
    }

    /* Collapsed menu always last, full width */
    .site-navbar .navbar-collapse {
        order: 3;
        width: 100%;
    }

    /* Make the menu vertical on mobile */
    .site-navbar .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

    /* Optional: hide desktop-only right button and show mobile version if needed */
    .site-navbar .navbar-right {
        display: none;
    }

    .navbar-collapse {
        max-height: calc(100vh - 56px); /* navbar height */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .navbar .dropdown-menu {
        position: static;
        float: none;
        max-height: none;
        overflow: visible;
    }
}

#pl-carousel,
#pl-carousel .carousel-inner,
#pl-carousel .carousel-item {
    height: clamp(
        55vh,
        calc(100vh - 95px),
        90vh
    );
}

@media (max-width: 768px) {
    #pl-carousel,
    #pl-carousel .carousel-inner,
    #pl-carousel .carousel-item {
        height: 50vh;
    }
}

#pl-carousel .carousel-item img.carousel-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.35) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.2) 70%,
        rgba(0,0,0,0) 100%
    );
}

.hero-title,
.hero-sub,
.hero-kicker {
    text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}

.hero-content {
    bottom: 12%;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.hero-kicker {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.8rem;
    opacity: 0.85;
}

.hero-title {
    font-family: "Playfair Display", serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 500;
    margin: 10px 0;
}

.hero-sub {
    font-size: 1.3rem;
    opacity: 0.9;
}

.bd-example .carousel-item img {
    animation: heroZoom 12s ease-in-out infinite alternate;
}

@keyframes heroZoom {
    from { transform: scale(1); }
    to { transform: scale(1.05); }
}

.bd-example .carousel::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.site-title {
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.site-title a {
    display: block;           /* allows wrapping */
    font-size: clamp(1.8rem, 5vw, 2.5rem);
}

.site-tagline {
    display: block;           /* forces new line on mobile */
    font-size: clamp(1rem, 3.5vw, 1.4rem);
    font-weight: 400;
}

.site-subtitle {
    font-size: clamp(1.1rem, 4vw, 1.6rem);
    margin-top: 0.5rem;
}

@media (min-width: 1200px) {
    .site-title a,
    .site-tagline {
        display: inline;
    }

    .site-tagline {
        margin-left: 0.5rem;
    }
}

.card {
    overflow: hidden;
}

.card-img-top {
    transition: transform 0.3s ease;
}

.card-img-top:hover {
    transform: scale(1.05);
}

.img-fixed-height {
    height: 230px;       /* or whatever height you want */
    width: 100%;         /* fills the column width */
    object-fit: cover;   /* crops image to fill container without distortion */
    transition: transform 0.3s ease;
}

.img-wrapper {
    width: 100%;
    height: 170px; /* fixed height */
    overflow: hidden;
    border-radius: 4px;
}

.img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ensures the image fills the box and crops if needed */
    display: block;
}

.navbar-toggler-text {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 50px;
}

.contentlink {
	color: #FF0004;
	text-decoration: none;
}

.navbar a {
    font-weight: 600;
}

.navbar button {
    background-color: #464636;
}

/* Base style */
#cottagesDropdown + .dropdown-menu {
    max-width: 1100px;
    width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    pointer-events: none;
    border-radius: 16px;
    background: #f7f7f2;
    box-shadow:
        0 20px 40px rgba(0,0,0,0.12),
        0 2px 8px rgba(0,0,0,0.05);
}

/* Shown state */
#cottagesDropdown + .dropdown-menu.showing,
#cottagesDropdown + .dropdown-menu.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

@media (min-width: 991px) {
    #cottagesDropdown + .dropdown-menu {
        display: block;
        margin: 3rem auto 0;
    }
}

@media (max-width: 991px) {
    #cottagesDropdown + .dropdown-menu {
        margin: 1rem auto 0;
        transform: none !important;
        pointer-events: auto !important;
    }
}


.cottage-img-wrapper:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.4);
    outline-offset: 2px;
}

.cottagemenutop {
    text-align: center;
    max-width: 670px;
    margin: 0 auto 1.75rem;
}

.cottagemenutop h4 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

.cottagemenutop p {
    font-size: 0.85rem;
    line-height: 1.5;
    opacity: 0.75;
}

.cottagemenutop a {
    font-weight: 600;
}

.cottages-grid {
    row-gap: 1.25rem;
}

.cottage-item {
    text-align: center;
}

.cottage-item h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.cottage-img-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 0.45rem;
    background: #e6e6de;
}

.cottage-img-wrapper img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.cottage-img-wrapper:hover img {
    transform: scale(1.05);
}

.menudescription {
    font-size: 0.85rem;
    line-height: 1.4;
    opacity: 0.85;
    margin-bottom: 0.15rem;
}

.menudescription a {
    text-decoration: none;
}


/* Styles */
a {
    color: #e39529;
    text-decoration: none;
    transition: 0.2s ease;
}

a:hover {
    color: #464636;
}

.upfrontreivews-sidebar {
    text-align: center; 
    border: solid 1px #7ebc42; 
    padding: 0.5rem 0 1.25rem 0;
}

.tripadvisorquote h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.tripadvisorquote p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    position: relative;
}

.row-cols-md-3 img {
    margin-bottom: 15px;
}

.content-note {
	padding: 1.5rem;
	background-color: #eceae0;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.content-note p {
	margin-bottom: 0;
}

.pllightgreen {
    color: #64664C;
}

.pldarkgreen {
    color: #464636;
}

.img-pad {
    padding-bottom: 0.7rem;
}

.plbutton {
    display: inline-flex;
    background-color: #e39529;
    color: #ffffff;
   
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    
    white-space: nowrap;
    
    transition:
        width 0.35s ease,
        padding 0.35s ease,
        background 0.25s ease,
        transform 0.35s ease;
}

/* Hover effect: lift and color change */
.plbutton:hover {
    background-color: #d27f1f;      /* darker on hover */
    transform: translateY(-3px);    /* lifts button */
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.plbutton:hover::after {
    left: 0;
}
.sidebarbox {
    padding: 1rem; 
    background-color: #eaebd9;
}

.sidebar img {
    margin-bottom: .7rem;
}

/* Gallery cover */
.gallery .col-md-4 {
    margin-bottom: 10px;
}
.gallery img {
    height: 160px;
    object-fit: fill;
}


/* TripAdvisor */
.review-stars i {
    color: #e39529;
    font-size: 1.2rem;
    margin-right: 2px;
}

/* Contact Page */
.maps-container {
    height: 400px;
}

.google-maps {
    width: 100%;
    height: 100%;
}

#reviewCarousel {
    position: relative;
    padding: 0 60px;
}

#reviewCarousel .carousel-control-prev,
#reviewCarousel .carousel-control-next {
    width: 60px;
}

#reviewCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23464636'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#reviewCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23464636'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* Footer */
.site-footer {
    background-color: #d5d9b245;
    color: #464636;
    padding: 40px 0 20px;
    font-size: 15px;
}

.footer-title {
    color: #464636;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

.footer-text {
    color: #4f4f4f;
    line-height: 1.7;
    margin-bottom: 20px;
}

.footer-socials {
    display: flex;
    gap: 14px;
    margin-top: 10px;
}

.footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e39529;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}

.footer-social:hover {
    background: #464636;
    color: white;
}

.footer-bottom {
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #8a8a75;
}