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

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

.property-hero{
    max-width:1500px;
    margin:0 auto;
    padding:50px 40px;
    display:grid;
    grid-template-columns:45% 55%;
    gap:50px;
    align-items:center;
}

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

.hero-tagline{
    display:inline-block;
    color:#2F5D50;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.property-content h1{
    font-family: "DM Serif Display", serif;
    font-size: 72px;
    line-height: 0.95;
    color: #222;
    margin: 0;
    letter-spacing: -1px;
}

.property-content h1 span{
    display:block;
    margin-top:12px;
    color:#2F5D50;
    font-size:24px;
    font-style:italic;
    font-weight:400;
}

.hero-description{
    margin:35px 0 45px;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

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

.hero-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-bottom:40px;
}

.feature{
    display:flex;
    align-items:center;
    gap:16px;
}

.feature img{
    width:52px;
    height:52px;
    padding:12px;
    background:#F4F7F4;
    border-radius:50%;
    flex-shrink:0;
}

.feature span{
    font-size:15px;
    line-height:1.5;
    color:#444;
}

/* ==========================================
   BUTTON
========================================== */

.hero-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 36px;
    background:#2F5D50;
    color:#fff;
    text-decoration:none;
    border-radius:14px;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    transition:.3s;
}

.hero-button:hover{
    background:#FFFFFF;
}

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

.property-gallery{
    width:100%;
}

.featured-image{
    overflow:hidden;
    border-radius:26px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    background:#fff;
}

.featured-image img{
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    display:block;
    transition:.35s ease;
}

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

.gallery-row{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:16px;
    margin-top:24px;
}

.gallery-card{
    cursor:pointer;
    transition:.3s;
}

.gallery-card img{
    width:100%;
    aspect-ratio:1;
    object-fit:cover;
    border-radius:16px;
    display:block;
    border:3px solid transparent;
    transition:.3s;
}

.gallery-card span{
    display:block;
    margin-top:10px;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:#555;
}

.gallery-card:hover{
    transform:translateY(-6px);
}

.gallery-card.active img{
    border-color:#2F5D50;
}

.gallery-card.active span{
    color:#2F5D50;
}

/* ==========================================
   PROPERTY DETAILS
========================================== */

.property-highlights{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin-top:35px;
}

.highlight{
    background:#FAF7F2;
    border-radius:18px;
    padding:18px;
    text-align:center;
}

.highlight strong{
    display:block;
    color:#2F5D50;
    font-size:20px;
    margin-bottom:6px;
}

.highlight span{
    color:#777;
    font-size:14px;
}

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

@media(max-width:1024px){

.property-hero{
    grid-template-columns:1fr;
    gap:50px;
}

.property-gallery{
    order:1;
}

.property-content{
    order:2;
}

.property-content h1{
    font-size:52px;
}

.property-content h1 span{
    font-size:26px;
}

.gallery-row{
    grid-template-columns:repeat(3,1fr);
}

.property-highlights{
    grid-template-columns:repeat(2,1fr);
}

}

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

@media(max-width:767px){

.property-hero{
    padding:45px 20px;
    gap:40px;
    max-width:100%;
    overflow-x:hidden;
}

.property-gallery,
.property-content{
    min-width:0;
}

.property-content h1{
    font-size:40px;
}

.property-content h1 span{
    font-size:22px;
}

.hero-description{
    font-size:16px;
    margin:25px 0 35px;
}

.hero-features{
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:18px !important;
}

.feature{
    display:flex !important;
    gap:12px;
}

.feature img{
    width:46px;
    height:46px;
    padding:10px;
}

.feature span{
    font-size:14px;
    line-height:1.4;
}

.featured-image{
    border-radius:20px;
}

.featured-image img{
    aspect-ratio:4/3;
}

.gallery-row{
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding-bottom:8px;
    scrollbar-width:none;
    width:100%;
    min-width:0;
}

.gallery-row::-webkit-scrollbar{
    display:none;
}

.gallery-card{
    min-width:120px;
    width:120px;
    flex-shrink:0;
}

.gallery-card img{
    width:120px;
    height:120px;
}

.gallery-card span{
    font-size:13px;
}

.property-highlights{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    width:100%;
    min-width:0;
}

.highlight{
    padding:16px;
    min-width:0;
}

.highlight strong{
    font-size:18px;
}

.hero-button{
    width:100%;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9281184 *//* ======================================
   PARKING SECTION
====================================== */

.parking-section{

    max-width:1400px;
    margin:90px auto;
    background:#F9F6F2;

    display:grid;
    grid-template-columns:430px 1fr;

    border-radius:24px;
    overflow:hidden;

    box-shadow:0 12px 40px rgba(0,0,0,.06);

}

/* LEFT */

.parking-content{

    padding:60px;
    position:relative;
    z-index:2;
    background:#F9F6F2;

}

.parking-tag{

    display:inline-block;

    font-size:12px;

    letter-spacing:2px;

    font-weight:700;

    color:#2F5D50;

    margin-bottom:18px;

}

.parking-content h2{

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

    font-size:48px;

    line-height:1;

    color:#222;

    margin:0 0 20px;

}

.parking-content h2 span{

    display:block;

}

.parking-content p{

    font-size:17px;

    line-height:1.8;

    color:#666;

    margin-bottom:35px;

}

.parking-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    background:#2F5D50;

    color:#fff;

    text-decoration:none;

    padding:16px 28px;

    border-radius:12px;

    font-size:14px;

    font-weight:700;

    transition:.3s;

}

.parking-btn:hover{

    background:#24493F;

}

.parking-btn img{

    width:18px;

}

/* IMAGE */

.parking-image{

    position:relative;

}

.parking-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/* WHITE FADE */

.parking-fade{

    position:absolute;

    left:0;

    top:0;

    width:220px;

    height:100%;

    background:linear-gradient(
        to right,
        #F9F6F2 0%,
        rgba(249,246,242,.95) 15%,
        rgba(249,246,242,.75) 35%,
        rgba(249,246,242,.35) 65%,
        transparent 100%
    );

}

/* MOBILE */

@media(max-width:768px){

.parking-section{

    grid-template-columns:1fr;

}

.parking-content{

    padding:40px 30px;

}

.parking-content h2{

    font-size:38px;

}

.parking-image{

    height:280px;

}

.parking-fade{

    display:none;

}

.parking-btn{

    width:100%;
    justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9845267 *//* ==========================================
   BOOKING SECTION
========================================== */
.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 div{
    flex:1;
}
.booking-item h4{
    margin:0 0 5px;
    font-size:20px;
    color:#222;
    line-height:1.2;
}
.booking-item 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 */
.booking-calendar{
    order:1;
    min-height:auto;
    justify-content:center;
    width:100%;
    min-width:0;
}
.booking-calendar iframe{
    width:100%;
    max-width:370px;
    height:520px;
    margin:0 auto;
    min-width:0;
}

/* Content Second */
.booking-content{
    order:2;
    min-width:0;
    margin-top: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 h4{
    font-size:18px;
    margin-bottom:4px;
}
.booking-item p{
    font-size:14px;
}
.booking-contact{
    width:100%;
    margin-top:30px;
    padding:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f84d3cc */.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 */