.elementor-1363 .elementor-element.elementor-element-6a0649e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1363 .elementor-element.elementor-element-3647aec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1363 .elementor-element.elementor-element-2ac49db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bbb7072 *//* ===================================================
SECTION 1 - ABOUT STORY
=================================================== */

.fr-about-story{

    padding:120px 0;
    background:#f7f4ee;
    overflow:hidden;

}

.fr-about-container{

    width:92%;
    max-width:1320px;
    margin:auto;

}

.fr-about-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;

}

/* IMAGE */

.fr-about-image{

    overflow:hidden;
    border-radius:30px;
    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.fr-about-image img{

    width:100%;
    height:700px;
    object-fit:cover;
    display:block;
    transition:1.2s ease;

}

.fr-about-image:hover img{

    transform:scale(1.08);

}

/* CONTENT */

.fr-about-content span{

    display:inline-block;
    margin-bottom:18px;

    color:#C8A15A;

    font-size:.82rem;

    letter-spacing:3px;

    font-weight:700;

    text-transform:uppercase;

}

.fr-about-content h2{

    margin:0 0 25px;

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    line-height:1.05;

    color:#254030;

    font-weight:600;

}

.fr-about-content p{

    margin-bottom:25px;

    color:#666;

    font-size:1.05rem;

    line-height:1.95;

}

.fr-about-story-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:20px;

    padding:18px 36px;

    background:#254030;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-weight:700;

    transition:.35s;

}

.fr-about-story-btn:hover{

    background:#C8A15A;

    transform:translateY(-5px);

}

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

@media(max-width:1024px){

.fr-about-story{

    padding:100px 0;

}

.fr-about-grid{

    grid-template-columns:1fr;
    gap:50px;

}

.fr-about-content h2{

    font-size:3.2rem;

}

.fr-about-image img{

    height:550px;

}

}

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

@media(max-width:767px){

.fr-about-story{

    padding:80px 0;

}

.fr-about-container{

    width:92%;

}

.fr-about-content{

    text-align:center;

}

.fr-about-content h2{

    font-size:2.5rem;

}

.fr-about-content p{

    font-size:1rem;

}

.fr-about-image{

    border-radius:22px;

}

.fr-about-image img{

    height:390px;

}

.fr-about-story-btn{

    width:100%;
    max-width:320px;

}

}

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

@media(max-width:480px){

.fr-about-story{

    padding:70px 0;

}

.fr-about-container{

    width:90%;

}

.fr-about-content h2{

    font-size:2.1rem;

}

.fr-about-image img{

    height:380px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8b366a *//* ===================================================
SECTION 2 - EXPERIENCE
=================================================== */

.fr-experience{

    padding:120px 0;
    background:#ffffff;

}

.fr-experience-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;

}

/* IMAGE */

.fr-experience-image{

    overflow:hidden;
    border-radius:30px;
    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.fr-experience-image img{

    width:100%;
    height:680px;
    object-fit:cover;
    display:block;
    transition:1.2s;

}

.fr-experience-image:hover img{

    transform:scale(1.08);

}

/* CONTENT */

.fr-experience-content span{

    display:inline-block;
    margin-bottom:18px;

    color:#C8A15A;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:.82rem;
    font-weight:700;

}

.fr-experience-content h2{

    margin:0 0 25px;

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    line-height:1.05;

    color:#254030;

}

.fr-experience-content p{

    margin-bottom:24px;

    color:#666;

    font-size:1.05rem;

    line-height:1.9;

}

/* FEATURES */

.fr-experience-features{

    display:grid;

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

    gap:18px;

    margin-top:40px;

}

.fr-feature{

    padding:18px 22px;

    background:#f7f4ee;

    border-radius:16px;

    font-weight:600;

    color:#254030;

    border-left:4px solid #C8A15A;

}

/* TABLET */

@media(max-width:1024px){

.fr-experience{

    padding:100px 0;

}

.fr-experience-grid{

    grid-template-columns:1fr;

    gap:50px;

}

.fr-experience-content h2{

    font-size:3.2rem;

}

.fr-experience-image img{

    height:550px;

}

}

/* MOBILE */

@media(max-width:760px){

.fr-experience{

    padding:80px 0;

}

.fr-experience-content{

    text-align:center;

}

.fr-experience-content h2{

    font-size:2.5rem;

}

.fr-experience-content p{

    font-size:1rem;

}

.fr-experience-image{

    border-radius:22px;

}

.fr-experience-image img{

    height:380px;

}

.fr-experience-features{

    grid-template-columns:1fr;

    text-align:left;

}

}

/* SMALL MOBILE */

@media(max-width:480px){

.fr-experience{

    padding:70px 0;

}

.fr-experience-content h2{

    font-size:2.1rem;

}

.fr-experience-image img{

    height:300px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a69c32c *//* ===================================================
ABOUT CTA
=================================================== */

.fr-about-cta{

    position:relative;
    padding:120px 0;
    background:linear-gradient(135deg,#254030 0%,#182019 100%);
    overflow:hidden;

}

/* ===================================
BACKGROUND GLOW
=================================== */

.fr-about-cta::before{

    content:"";

    position:absolute;

    width:600px;
    height:600px;

    top:-250px;
    left:-180px;

    border-radius:50%;

    background:rgba(200,161,90,.08);

    filter:blur(120px);

}

.fr-about-cta::after{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    bottom:-220px;
    right:-180px;

    border-radius:50%;

    background:rgba(255,255,255,.04);

    filter:blur(100px);

}

.fr-about-cta-inner{

    position:relative;

    z-index:2;

    width:92%;
    max-width:900px;

    margin:auto;

    text-align:center;

}

.fr-about-cta span{

    display:inline-block;

    margin-bottom:18px;

    color:#C8A15A;

    text-transform:uppercase;

    letter-spacing:3px;

    font-size:.82rem;

    font-weight:700;

}

.fr-about-cta h2{

    margin:0 0 25px;

    font-family:'Cormorant Garamond',serif;

    font-size:4rem;

    line-height:1.1;

    font-weight:600;

    color:#fff;

}

.fr-about-cta p{

    max-width:700px;

    margin:0 auto 55px;

    color:rgba(255,255,255,.82);

    font-size:1.08rem;

    line-height:1.9;

}

/* ===================================
BUTTONS
=================================== */

.fr-about-buttons{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.fr-about-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    padding:18px 36px;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

    color:#fff;

    border:2px solid rgba(255,255,255,.18);

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(12px);

}

.fr-about-btn:hover{

    transform:translateY(-5px);

    background:#ffffff;

    color:#254030;

    border-color:#ffffff;

}

/* GOLD BUTTON */

.fr-about-btn-gold{

    background:#C8A15A;

    color:#fff;

    border:none;

    box-shadow:0 18px 35px rgba(0,0,0,.25);

}

.fr-about-btn-gold:hover{

    background:#d7b06c;

    color:#fff;

    transform:translateY(-5px);

}

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

@media(max-width:1024px){

.fr-about-cta{

    padding:100px 0;

}

.fr-about-cta h2{

    font-size:3.2rem;

}

.fr-about-buttons{

    gap:18px;

}

}

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

@media(max-width:767px){

.fr-about-cta{

    padding:80px 0;

}

.fr-about-cta-inner{

    width:92%;

}

.fr-about-cta h2{

    font-size:2.5rem;

}

.fr-about-cta p{

    font-size:1rem;

    line-height:1.8;

    margin-bottom:40px;

}

.fr-about-buttons{

    flex-direction:column;

    width:100%;

}

.fr-about-btn{

    width:100%;

    max-width:340px;

}

}

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

@media(max-width:480px){

.fr-about-cta{

    padding:70px 0;

}

.fr-about-cta-inner{

    width:94%;

}

.fr-about-cta span{

    font-size:.72rem;

    letter-spacing:2px;

}

.fr-about-cta h2{

    font-size:2.1rem;

}

.fr-about-btn{

    padding:16px 28px;

}

}/* End custom CSS */