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

.retreat-hero{

    position:relative;

    display:grid;
    grid-template-columns:46% 54%;

    min-height:590px;

    overflow:hidden;

    border-radius:0 0 28px 28px;

}


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

.retreat-left{

    position:relative;

    padding:30px 55px 105px;

    background:#f6f7f3;

    color:#000000;

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

    border-bottom-right-radius:60px;

    z-index:2;

}



/*======================================*
* HEADING
*======================================*/

.retreat-left h1{

    margin:0;

    font-family:"Cormorant Garamond",serif;

    font-size:80px;
    line-height:.95;

    font-weight:400;

    color:#000;

}


/*======================================*
* TAGLINE
*======================================*/

.hero-tagline{

    margin-top:26px;

    display:inline-block;

    font-size:14px;

    font-weight:600;

    letter-spacing:.18em;

    text-transform:uppercase;

    color:#d7b174;

}


/*======================================*
* DIVIDER
*======================================*/

.hero-line{

    width:70px;
    height:2px;

    margin:20px 0;

    background:#caa76a;

}


/*======================================*
* DESCRIPTION
*======================================*/

.retreat-left p{

    max-width:360px;

    margin:0;

    font-size:20px;

    line-height:1.8;

    color:#000;

}


/*======================================*
* RETREAT BOOKING CTA
*======================================*/

.retreat-booking{

    margin-top:24px;

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    gap:7px;

    position:relative;

    z-index:5;

}


.retreat-book-btn{

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:15px;

    padding:13px 21px;

    background:#173829;

    color:#fff;

    border:1px solid #173829;

    border-radius:5px;

    text-decoration:none;

    font-size:11px;

    font-weight:700;

    letter-spacing:.12em;

    text-transform:uppercase;

    transition:all .3s ease;

}


.retreat-book-btn i{

    color:#d7b174;

    font-size:14px;

    transition:transform .3s ease;

}


.retreat-book-btn:hover{

    background:#caa76a;

    border-color:#caa76a;

    color:#173829;

}


.retreat-book-btn:hover i{

    color:#173829;

    transform:translateX(5px);

}


.booking-note{

    font-size:11px;

    line-height:1.5;

    color:#777;

}


/*======================================*
* RIGHT IMAGE
*======================================*/

.retreat-right{

    position:relative;

    min-height:590px;

}


.retreat-right img{

    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

}


/*======================================*
* ORGANIC BADGE
*======================================*/

.organic-badge{

    position:absolute;

    top:45px;
    left:45px;

    width:170px;
    height:170px;

    border-radius:50%;

    background:rgba(23,56,41,.92);

    border:2px solid #caa76a;

    color:#fff;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:18px;

}


.organic-badge i:first-child{

    margin-bottom:12px;

    color:#d7b174;

    font-size:24px;

}


.organic-badge span{

    font-size:18px;

    line-height:1.45;

    text-transform:uppercase;

    letter-spacing:.05em;

}


.organic-badge i:last-child{

    margin-top:12px;

    color:#d7b174;

    font-size:18px;

}


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

.retreat-highlights{

    position:relative;

    margin:-55px auto 0;

    width:90%;

    background:#fff;

    border-radius:24px;

    display:grid;

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

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    z-index:20;

}


.highlight{

    padding:42px 25px;

    text-align:center;

    border-right:1px solid #ece7df;

}


.highlight:last-child{

    border-right:none;

}


.highlight i{

    display:block;

    margin-bottom:18px;

    font-size:34px;

    color:#b58e54;

}


.highlight span{

    display:block;

    font-size:15px;

    line-height:1.7;

    font-weight:600;

    color:#2d2d2d;

    text-transform:uppercase;

}


.highlight small{

    display:block;

    margin-top:5px;

    font-size:11px;

    letter-spacing:.12em;

    color:#777;

}


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

@media(max-width:991px){

    .retreat-hero{

        grid-template-columns:1fr;

        min-height:auto;

    }


    .retreat-left{

        padding:55px 40px 90px;

        border-radius:0;

    }


    .retreat-left h1{

        font-size:72px;

    }


    .hero-script{

        font-size:46px;

    }


    .retreat-right{

        height:500px;

        min-height:500px;

    }


    .organic-badge{

        width:150px;
        height:150px;

        left:30px;
        top:30px;

    }


    .retreat-highlights{

        width:95%;

        margin-top:-35px;

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

    }


    .highlight{

        border-right:none;

        border-bottom:1px solid #ece7df;

    }


    .highlight:nth-last-child(-n+3){

        border-bottom:none;

    }

}


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

@media(max-width:767px){

    .retreat-hero{

        display:flex;

        flex-direction:column;

        min-height:auto;

        border-radius:0;

    }


    .retreat-left{

        padding:50px 5px 55px;

        text-align:center;

        align-items:center;

        border-bottom-right-radius:40px;

    }


    .hero-script{

        font-size:40px;

    }


    .retreat-left h1{

        font-size:56px;

    }


    .hero-tagline{

        font-size:12px;

    }


    .hero-line{

        margin:20px auto;

    }


    .retreat-left p{

        max-width:100%;

        font-size:17px;

        line-height:1.7;

    }


    /*----------------------------------
    CTA
    ----------------------------------*/

    .retreat-booking{

        width:100%;

        align-items:center;

        margin-top:25px;

    }


    .retreat-book-btn{

        width:100%;

        max-width:290px;

        box-sizing:border-box;

        padding:15px 18px;

    }


    .booking-note{

        text-align:center;

        max-width:280px;

    }


    /*----------------------------------
    IMAGE
    ----------------------------------*/

    .retreat-right{

        height:320px;

        min-height:320px;

    }


    .retreat-right img{

        height:320px;

    }


    /*----------------------------------
    ORGANIC BADGE
    ----------------------------------*/

    .organic-badge{

        width:120px;

        height:120px;

        left:15px;

        top:15px;

    }


    .organic-badge span{

        font-size:12px;

    }


    .organic-badge i:first-child{

        font-size:18px;

    }


    /*----------------------------------
    FEATURES
    ----------------------------------*/

    .retreat-highlights{

        margin-top:0;

        width:100%;

        border-radius:0;

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

    }


    .highlight{

        padding:30px 15px;

        border-bottom:1px solid #ece7df;

        border-right:1px solid #ece7df;

    }


    .highlight:nth-child(even){

        border-right:none;

    }


    .highlight:nth-last-child(-n+2){

        border-bottom:none;

    }


    .highlight i{

        font-size:28px;

    }


    .highlight span{

        font-size:13px;

    }

}


/*======================================*
* VERY SMALL PHONES
*======================================*/

@media(max-width:380px){

    .retreat-left{

        padding-left:20px;

        padding-right:20px;

    }


    .retreat-left h1{

        font-size:50px;

    }


    .retreat-right{

        height:290px;

        min-height:290px;

    }


    .retreat-right img{

        height:290px;

    }


    .highlight{

        padding:24px 8px;

    }


    .highlight span{

        font-size:9px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dbe7347 *//*======================================
THE SPACE
======================================*/

.retreat-space{

    display:grid;
    grid-template-columns:500px 1fr;
    gap:35px;

    margin:50px 0;

    align-items:start;

}

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

.space-content{

    padding-top:5px;

}

.section-heading{

    display:flex;
    align-items:center;
    gap:18px;

    margin-bottom:30px;

}

.section-heading h2{

    margin:0;

    font-family:"Cormorant Garamond",serif;
    font-size:58px;
    font-weight:500;
    line-height:1;

    color:#173829;

    white-space:nowrap;

}

.heading-divider{

    display:flex;
    align-items:center;
    flex:1;
    gap:10px;

}

.heading-divider span{

    height:1px;
    flex:1;

    background:#d9c6a4;

}

.heading-divider i{

    color:#caa76a;
    font-size:18px;

}

.space-content p{

    margin:0 0 28px;

    color:#505050;

    font-size:17px;
    line-height:1.95;

}

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

.space-gallery{

    display:grid;

    grid-template-columns:2fr 1fr;
    grid-template-rows:270px 165px;

    gap:18px;

}

.space-gallery img{

    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

    border-radius:14px;

    transition:.35s ease;

}

.space-gallery img:hover{

    transform:scale(1.03);

}

.gallery-large{

    grid-row:1;

}

.gallery-right{

    display:grid;
    grid-template-rows:1fr 1fr;

    gap:18px;

}

.gallery-small{

    overflow:hidden;

}

.gallery-large,
.gallery-right img,
.gallery-small{

    overflow:hidden;
    border-radius:14px;

}

/* Bottom row */

.gallery-small:nth-child(3){

    grid-column:1;
    grid-row:2;

}

.gallery-small:nth-child(4){

    grid-column:2;
    grid-row:2;

}

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

@media(max-width:991px){

.retreat-space{

    grid-template-columns:1fr;

}

.space-content{

    text-align:center;

}

.section-heading{

    justify-content:center;

}

.heading-divider{

    display:none;

}

.space-gallery{

    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;

}

.gallery-large{

    grid-column:span 2;

}

.gallery-large img{

    height:360px;

}

.gallery-right{

    grid-column:span 2;

    grid-template-columns:repeat(2,1fr);
    grid-template-rows:none;

}

.gallery-right img{

    height:230px;

}

.gallery-small{

    height:220px;

}

}

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

@media(max-width:767px){

.retreat-space{

    margin:70px 0;

}

.section-heading h2{

    font-size:42px;

}

.space-content p{

    font-size:15px;
    line-height:1.8;

}

.space-gallery{

    display:flex;
    flex-direction:column;
    gap:14px;

}

.gallery-large img,
.gallery-right img,
.gallery-small img{

    height:240px;

}

.gallery-right{

    display:flex;
    flex-direction:column;
    gap:14px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c8ff8a *//*======================================
RETREAT ACTION CARDS
======================================*/

.retreat-actions{

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

    gap:24px;

    margin:10px 0;

}


/*======================================
CARD
======================================*/

.action-card{

    display:grid;
    grid-template-columns:1.35fr .9fr;

    min-height:260px;

    background:#f7f5ef;

    border:1px solid #e6e1d7;

    border-radius:18px;

    overflow:hidden;

}


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

.action-content{

    display:flex;
    flex-direction:column;
    align-items:flex-start;

    padding:30px 28px;

}

.action-heading{

    display:flex;
    align-items:center;

    gap:12px;

    margin-bottom:18px;

}

.action-heading h2{

    margin:0;

    font-family:"Cormorant Garamond",serif;

    font-size:34px;
    line-height:1;

    font-weight:500;

    color:#173829;

}

.heading-leaf{

    display:flex;
    align-items:center;

    color:#c2aa7d;

}

.heading-leaf i{

    font-size:17px;

    transform:rotate(-15deg);

}


/*======================================
DESCRIPTION
======================================*/

.action-content p{

    margin:0 0 24px;

    max-width:390px;

    font-size:14px;

    line-height:1.7;

    color:#4f514b;

}

.action-content p strong{

    font-weight:700;

    color:#333b34;

}


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

.action-btn{

    display:inline-flex;
    align-items:center;

    gap:9px;

    margin-top:auto;

    padding:11px 18px;

    border-radius:6px;

    background:#173829;

    color:#fff;

    text-decoration:none;

    text-transform:uppercase;

    font-size:11px;

    font-weight:700;

    letter-spacing:.06em;

    transition:.3s ease;

}

.action-btn i{

    font-size:15px;

    color:#d2b277;

}

.action-btn:hover{

    background:#28533e;

    color:#fff;

    transform:translateY(-2px);

}


/*======================================
IMAGE
======================================*/

.action-image{

    min-height:100%;

    overflow:hidden;

}

.action-image img{

    width:100%;
    height:100%;

    display:block;

    object-fit:cover;

    transition:.5s ease;

}

.action-card:hover .action-image img{

    transform:scale(1.04);

}


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

@media(max-width:991px){

.retreat-actions{

    grid-template-columns:1fr;

}

.action-card{

    min-height:280px;

}

}


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

@media(max-width:767px){

.retreat-actions{

    grid-template-columns:1fr;

    gap:18px;

    margin:60px 0;

}

.action-card{

    grid-template-columns:1fr;

}

.action-content{

    padding:28px 24px;

}

.action-heading h2{

    font-size:30px;

}

.action-content p{

    font-size:14px;

    margin-bottom:22px;

}

.action-btn{

    margin-top:0;

}

.action-image{

    height:220px;

    order:-1;

}

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