.elementor-375 .elementor-element.elementor-element-f29d8e0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-375 .elementor-element.elementor-element-f29d8e0.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-375 .elementor-element.elementor-element-f29d8e0{width:100%;max-width:100%;}.elementor-375 .elementor-element.elementor-element-f29d8e0.elementor-element{--align-self:flex-start;}}/* Start custom CSS for html, class: .elementor-element-dd98ddd *//* ==================================================
   PROPERTY HERO
================================================== */

.property-hero,
.property-hero *{
    box-sizing:border-box;
}

.property-hero{

    max-width:1320px;
    margin:0 auto;
    padding:60px 20px 80px;

}

/* ==================================================
   GRID
================================================== */

.property-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:70px;

    align-items:flex-start;

}

/* ==================================================
   LEFT
================================================== */

.hero-tag{

    display:inline-block;

    color:#2F5D50;

    font-size:13px;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:18px;

}

.property-content h1{

    font-family:"DM Serif Display",serif;

    font-size:68px;

    line-height:.95;

    color:#222;

    margin:0;

}

.property-content h2{

    margin:12px 0 28px;

    color:#2F5D50;

    font-family:"DM Serif Display",serif;

    font-size:40px;

    font-style:italic;

    font-weight:400;

}

.hero-description{

    color:#666;

    font-size:18px;

    line-height:1.9;

    margin-bottom:50px;

}

/* ==================================================
   FEATURES
================================================== */

.hero-features{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.feature{

    text-align:center;

}

.feature-icon{

    width:72px;
    height:72px;

    margin:0 auto 18px;

    border-radius:50%;

    background:#F5F7F4;

    display:flex;

    justify-content:center;

    align-items:center;

}

.feature-icon img{

    width:34px;
    height:34px;
    object-fit:contain;

}

.feature h4{

    font-size:16px;

    margin-bottom:8px;

    color:#222;

}

.feature p{

    color:#777;

    font-size:14px;

    line-height:1.6;

}

/* ==================================================
   GALLERY
================================================== */

.featured-image{

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    margin-bottom:22px;

}

.featured-image img{

    width:100%;

    aspect-ratio:16/10;

    object-fit:cover;

    display:block;

    transition:.35s;

}

/* ==================================================
   THUMBNAILS
================================================== */

.gallery-row{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:14px;

}

.gallery-card{

    cursor:pointer;

    transition:.3s;

}

.gallery-card img{

    width:100%;

    aspect-ratio:1;

    object-fit:cover;

    border-radius:14px;

    border:3px solid transparent;

    transition:.3s;

}

.gallery-card.active img{

    border-color:#2F5D50;

    box-shadow:0 10px 25px rgba(47,93,80,.18);

}

.gallery-card:hover{

    transform:translateY(-4px);

}

/* ==================================================
   TABLET
================================================== */

@media(max-width:1100px){

.property-grid{

    grid-template-columns:1fr;

    gap:50px;

}

.hero-features{

    grid-template-columns:repeat(3,1fr);

}

.property-content{

    max-width:700px;

}

}

/* ==================================================
   MOBILE
================================================== */

@media(max-width:768px){

.property-hero{

    padding:30px 20px 60px;
    max-width:100%;
    overflow-x:hidden;

}

.property-grid{

    min-width:0;

}

.property-content,
.property-gallery{

    min-width:0;

}

/* Image first, text second */
.property-gallery{

    order:1;

}

.property-content{

    order:2;

}

.property-topbar{

    flex-direction:column;

    gap:18px;

}

.property-content h1{

    font-size:48px;

}

.property-content h2{

    font-size:28px;

}

.hero-description{

    font-size:16px;

}

.hero-features{

    grid-template-columns:1fr;

    gap:20px;

}

.feature{

    display:flex;

    text-align:left;

    align-items:center;

    gap:18px;

}

.feature-icon{

    margin:0;

    width:56px;
    height:56px;

    flex-shrink:0;

}

.feature h4{

    margin:0 0 6px;

}

.gallery-row{

    display:flex;

    overflow-x:auto;

    gap:12px;

    scrollbar-width:none;

    padding-bottom:6px;

    width:100%;

    min-width:0;

}

.gallery-row::-webkit-scrollbar{

    display:none;

}

.gallery-card{

    min-width:95px;
    width:95px;
    flex-shrink:0;

}

.gallery-card img{

    width:95px;

    height:95px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54809ec *//* ==========================================
   BOOKING SECTION
========================================== */
.booking-section,
.booking-section *{
    box-sizing:border-box;
}

.booking-wrapper{
    width:100%;
}

.booking-section{
    max-width:1300px;
    margin:60px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:400px 1fr;
    gap:70px;
    align-items:center;
}

/* ==========================================
   LEFT COLUMN
========================================== */
.booking-content{
    max-width:400px;
}
.booking-tag{
    display:inline-block;
    color:#2F5D50;
    font-size:12px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:14px;
}
.booking-content h2{
    font-family:"DM Serif Display",serif;
    font-size:52px;
    line-height:.95;
    color:#222;
    margin-bottom:20px;
}
.booking-content h2 span{
    display:block;
    color:#2F5D50;
    font-style:italic;
}
.booking-intro{
    font-size:16px;
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

/* ==========================================
   FEATURE LIST
========================================== */
.booking-list{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.booking-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
}
.booking-item img{
    width:48px;
    height:48px;
    min-width:48px;
    padding:11px;
    background:#F4F7F4;
    border-radius:50%;
    object-fit:contain;
}
.booking-item-content{
    flex:1;
}
.booking-item-content h4{
    margin:0 0 5px;
    font-size:20px;
    color:#222;
    line-height:1.2;
}
.booking-item-content p{
    margin:0;
    color:#666;
    font-size:15px;
    line-height:1.7;
}

/* ==========================================
   BUTTON
========================================== */
.booking-contact{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:38px;
    padding:16px 32px;
    background:#2F5D50;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}
.booking-contact:hover{
    background:#FFFFFF;
}

/* ==========================================
   CALENDAR
========================================== */
.booking-calendar{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    min-height:760px;
}
.booking-calendar iframe{
    width:370px;
    max-width:100%;
    height:760px;
    border:none;
    display:block;
    margin:0 auto;
}

/* ==========================================
   TABLET
========================================== */
@media (max-width:1024px){

.booking-section{
    grid-template-columns:1fr;
    gap:45px;
}
.booking-calendar{
    order:1;
    min-height:auto;
}
.booking-content{
    order:2;
    max-width:100%;
}
.booking-content h2{
    font-size:46px;
}
.booking-calendar iframe{
    max-width:370px;
}

}

/* ==========================================
   MOBILE
========================================== */
@media (max-width:767px){

.booking-section{
    margin:45px auto;
    padding:0 18px;
    gap:30px;
    min-width:0;
}

/* Calendar first, content second */
.booking-calendar{
    order:1;
    min-height:auto;
    justify-content:center;
    width:100%;
    min-width:0;
}
.booking-content{
    order:2;
    min-width:0;
    margin-top:0;
}

.booking-calendar iframe{
    width:100%;
    max-width:370px;
    height:520px;
    margin:0 auto;
    min-width:0;
}

.booking-tag{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:12px;
}
.booking-content h2{
    font-size:38px;
    margin-bottom:18px;
}
.booking-intro{
    font-size:15px;
    line-height:1.7;
    margin-bottom:28px;
}
.booking-list{
    gap:20px;
}
.booking-item{
    gap:14px;
}
.booking-item img{
    width:42px;
    height:42px;
    min-width:42px;
    padding:9px;
}
.booking-item-content h4{
    font-size:18px;
    margin-bottom:4px;
}
.booking-item-content p{
    font-size:14px;
}
.booking-contact{
    width:100%;
    margin-top:30px;
    padding:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4689ca0 */.footer{
    background:#FAF7F2;
    border-top:1px solid #E8E3DD;
    padding:25px 20px 10px;
}

.footer-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-contact{
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

.footer-contact p{
    margin:0;
    color:#666;
    font-size:15px;
}

.footer-contact a{
    color:#666;
    text-decoration:none;
}

.footer-contact a:hover{
    color:#2F5D50;
}

.footer-social{
    display:flex;
    gap:12px;
}

.footer-social a{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#2F5D50;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size:16px;
}

.footer-social a:hover{
    background:#24493F;
}

.footer-bottom{
    text-align:center;
    margin-top:18px;
    padding-top:12px;
    border-top:1px solid #E8E3DD;
    color:#888;
    font-size:13px;
}

@media(max-width:768px){

    .footer-container{
        flex-direction:column;
        text-align:center;
    }

    .footer-contact{
        flex-direction:column;
        gap:10px;
    }

}/* End custom CSS */