/* Start custom CSS for html, class: .elementor-element-aa79c96 *//*=========================================
CONTACT HERO
=========================================*/

.rr-contact-hero{

    position:relative;
    overflow:hidden;
    padding:170px 0 130px;
    background:
    linear-gradient(180deg,#FAF8F4 0%,#FFFFFF 100%);

}

.rr-contact-hero::before{

    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top right,
    rgba(183,144,79,.08),
    transparent 40%);

    pointer-events:none;

}

.rr-contact-hero-content{

    max-width:820px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;

}

.rr-contact-hero h1{

    font-size:72px;
    color:#234739;
    margin:25px 0;
    line-height:1.15;

}

.rr-contact-hero p{

    font-size:20px;
    line-height:2;
    color:#666;
    max-width:720px;
    margin:0 auto;

}

.rr-contact-buttons{

    margin-top:50px;

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.rr-contact-buttons a{

    text-decoration:none;

}

.rr-btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 38px;

    border:2px solid #234739;

    border-radius:60px;

    color:#234739;

    transition:.35s;

}

.rr-btn-secondary:hover{

    background:#234739;
    color:#fff;

}

/*=========================
Decorative Leaves
=========================*/

.rr-contact-decoration{

    position:absolute;
    width:320px;
    height:320px;
    opacity:.14;
    pointer-events:none;

}

.rr-leaf-left{

    top:-40px;
    left:-90px;
    background:url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?q=80&w=800&auto=format&fit=crop") center/cover;

    border-radius:50%;

}

.rr-leaf-right{

    right:-100px;
    bottom:-80px;
    background:url("https://images.unsplash.com/photo-1512428559087-560fa5ceab42?q=80&w=800&auto=format&fit=crop") center/cover;

    border-radius:50%;

}

/*=========================
Responsive
=========================*/

@media(max-width:768px){

.rr-contact-hero{

    padding:120px 0 90px;

}

.rr-contact-hero h1{

    font-size:46px;

}

.rr-contact-hero p{

    font-size:18px;

}

.rr-contact-buttons{

    flex-direction:column;

}

.rr-contact-buttons a{

    width:100%;

}

.rr-contact-decoration{

    display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0429deb *//*=========================================
CONTACT SECTION
=========================================*/

.rr-contact-section{

    padding:120px 0;
    background:#F9F7F2;

}

.rr-contact-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;

}

/* LEFT */

.rr-contact-info h2{

    font-size:54px;
    color:#234739;
    margin:20px 0;

}

.rr-contact-info>p{

    color:#666;
    line-height:1.9;
    margin-bottom:50px;

}

.rr-contact-item{

    display:flex;
    align-items:flex-start;
    gap:20px;
    margin-bottom:35px;

}

.rr-icon{

    width:60px;
    height:60px;

    background:#234739;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:22px;

    flex-shrink:0;

}

.rr-contact-item h4{

    color:#234739;
    margin-bottom:8px;

}

.rr-contact-item p{

    margin:0;
    color:#666;
    line-height:1.8;

}

/* SOCIAL */

.rr-social-links{

    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-top:45px;

}

.rr-social-links a{

    text-decoration:none;
    color:#234739;
    border:1px solid #234739;
    padding:12px 24px;
    border-radius:50px;
    transition:.3s;

}

.rr-social-links a:hover{

    background:#234739;
    color:#fff;

}

/* FORM CARD */

.rr-contact-form-card{

    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    border:1px solid rgba(183,144,79,.18);

}

.rr-contact-form-card h3{

    color:#234739;
    font-size:36px;
    margin:20px 0 40px;

}

/* Style WPForms */

.rr-contact-form-card input,
.rr-contact-form-card textarea,
.rr-contact-form-card select{

    width:100%;
    border:1px solid #ddd;
    border-radius:16px;
    padding:18px;
    margin-bottom:20px;
    font-size:16px;
    transition:.3s;

}

.rr-contact-form-card input:focus,
.rr-contact-form-card textarea:focus{

    border-color:#B7904F;
    outline:none;

}

.rr-contact-form-card button,
.rr-contact-form-card input[type=submit]{

    width:100%;
    background:#234739;
    color:#fff;
    border:none;
    padding:18px;
    border-radius:50px;
    cursor:pointer;
    font-size:17px;
    transition:.3s;

}

.rr-contact-form-card button:hover,
.rr-contact-form-card input[type=submit]:hover{

    background:#B7904F;

}

/* RESPONSIVE */

@media(max-width:991px){

.rr-contact-grid{

grid-template-columns:1fr;

}

.rr-contact-form-card{

margin-top:20px;

}

}

@media(max-width:768px){

.rr-contact-section{

padding:80px 0;

}

.rr-contact-info h2{

font-size:40px;

}

.rr-contact-form-card{

padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1aa978b *//*=========================================
HOW WE CAN HELP
=========================================*/

.rr-help-section{

    padding:120px 0;
    background:#ffffff;

}

.rr-help-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-top:70px;

}

.rr-help-card{

    background:#FAF8F4;

    border-radius:28px;

    padding:45px;

    transition:.35s;

    border:1px solid rgba(183,144,79,.18);

    box-shadow:0 15px 45px rgba(0,0,0,.05);

}

.rr-help-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(0,0,0,.10);

}

.rr-help-icon{

    width:75px;
    height:75px;

    background:#234739;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:30px;

    margin-bottom:30px;

}

.rr-help-card h3{

    color:#234739;

    font-size:30px;

    margin-bottom:18px;

}

.rr-help-card p{

    color:#666;

    line-height:1.9;

    margin:0;

}

@media(max-width:768px){

.rr-help-section{

    padding:80px 0;

}

.rr-help-grid{

    grid-template-columns:1fr;

    gap:25px;

}

.rr-help-card{

    padding:35px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b64b1d *//*=========================================
CONTACT FAQ
=========================================*/

.rr-contact-faq{

    padding:120px 0;

    background:#F9F7F2;

}

.rr-contact-faq .rr-section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.rr-contact-faq .rr-section-heading h2{

    font-size:54px;

    color:#234739;

    margin-bottom:20px;

}

.rr-contact-faq .rr-section-heading p{

    color:#666;

    line-height:1.9;

}

.rr-contact-faq .rr-faq-list{

    max-width:900px;

    margin:auto;

}

.rr-contact-faq details{

    background:#fff;

    border:1px solid rgba(183,144,79,.20);

    border-radius:22px;

    margin-bottom:20px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.rr-contact-faq details:hover{

    border-color:#B7904F;

}

.rr-contact-faq details[open]{

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.rr-contact-faq summary{

    cursor:pointer;

    list-style:none;

    position:relative;

    padding:28px 70px 28px 30px;

    color:#234739;

    font-size:20px;

    font-weight:600;

}

.rr-contact-faq summary::-webkit-details-marker{

    display:none;

}

.rr-contact-faq summary::after{

    content:"+";

    position:absolute;

    right:30px;

    top:50%;

    transform:translateY(-50%);

    width:38px;

    height:38px;

    border-radius:50%;

    background:#234739;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    transition:.3s;

}

.rr-contact-faq details[open] summary::after{

    content:"−";

    background:#B7904F;

}

.rr-contact-faq details p{

    padding:0 30px 30px;

    margin:0;

    color:#666;

    line-height:1.9;

}

@media(max-width:768px){

.rr-contact-faq{

    padding:80px 0;

}

.rr-contact-faq .rr-section-heading h2{

    font-size:38px;

}

.rr-contact-faq summary{

    font-size:18px;

    padding:24px 60px 24px 22px;

}

.rr-contact-faq details p{

    padding:0 22px 25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6548280 *//*=========================================
FINAL CONTACT CTA
=========================================*/

.rr-contact-cta{

    position:relative;
    overflow:hidden;

    padding:140px 0;

    background:
    linear-gradient(135deg,#234739 0%,#1B362C 100%);

}

/* Gold glow */

.rr-contact-cta::before{

    content:"";

    position:absolute;

    top:-250px;
    right:-250px;

    width:600px;
    height:600px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(183,144,79,.18),
    transparent 70%);

}

.rr-contact-cta::after{

    content:"";

    position:absolute;

    bottom:-180px;
    left:-180px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:radial-gradient(circle,
    rgba(255,255,255,.05),
    transparent 70%);

}

.rr-contact-cta-content{

    position:relative;
    z-index:2;

    max-width:900px;

    margin:auto;

    text-align:center;

}

.rr-contact-cta h2{

    color:#fff;

    font-size:64px;

    line-height:1.15;

    margin:25px 0;

}

.rr-contact-cta p{

    color:rgba(255,255,255,.88);

    font-size:20px;

    line-height:2;

    max-width:760px;

    margin:auto;

}

.rr-contact-cta-buttons{

    margin-top:55px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

/* White Outline Button */

.rr-btn-outline-light{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:17px 42px;

    border:2px solid rgba(255,255,255,.5);

    border-radius:60px;

    color:#fff;

    text-decoration:none;

    transition:.35s;

}

.rr-btn-outline-light:hover{

    background:#fff;

    color:#234739;

}

/* Responsive */

@media(max-width:768px){

.rr-contact-cta{

    padding:90px 0;

}

.rr-contact-cta h2{

    font-size:42px;

}

.rr-contact-cta p{

    font-size:18px;

}

.rr-contact-cta-buttons{

    flex-direction:column;

}

.rr-contact-cta-buttons a{

    width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74be7dc *//*=========================================
FOOTER
=========================================*/

.rr-footer{

    background:#0F241C;

    color:#fff;

    padding:100px 0 40px;

    position:relative;

    overflow:hidden;

}

.rr-footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:

    radial-gradient(circle at top right,

    rgba(183,144,79,.12),

    transparent 40%);

}

/* Top */

.rr-footer-top{

    display:grid;

    grid-template-columns:1.2fr 1fr;

    gap:90px;

    position:relative;

    z-index:2;

}

.rr-footer-brand h2{

    color:#fff;

    font-size:56px;

    margin-bottom:20px;

}

.rr-footer-brand p{

    color:rgba(255,255,255,.75);

    line-height:2;

    max-width:500px;

}

/* Social */

.rr-footer-social{

    display:flex;

    gap:18px;

    margin-top:35px;

    flex-wrap:wrap;

}

.rr-footer-social a{

    color:#D8B36C;

    text-decoration:none;

    transition:.3s;

}

.rr-footer-social a:hover{

    color:#fff;

}

/* Links */

.rr-footer-links{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:40px;

}

.rr-footer-links h4{

    color:#D8B36C;

    margin-bottom:22px;

    font-size:22px;

}

.rr-footer-links a,
.rr-footer-links p{

    display:block;

    color:rgba(255,255,255,.75);

    text-decoration:none;

    margin-bottom:14px;

    transition:.3s;

    line-height:1.8;

}

.rr-footer-links a:hover{

    color:#fff;

    padding-left:6px;

}

/* Bottom */

.rr-footer-bottom{

    margin-top:90px;

    padding-top:35px;

    border-top:1px solid rgba(255,255,255,.08);

    position:relative;

    z-index:2;

}

.rr-footer-bottom>p{

    text-align:center;

    color:#D8B36C;

    font-size:28px;

    font-family:"Cormorant Garamond",serif;

    margin-bottom:35px;

}

.rr-footer-copy{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;

    flex-wrap:wrap;

}

.rr-footer-copy span{

    color:rgba(255,255,255,.65);

}

.rr-footer-copy a{

    color:#D8B36C;

    text-decoration:none;

}

.rr-footer-copy a:hover{

    color:#fff;

}

/* Responsive */

@media(max-width:992px){

.rr-footer-top{

grid-template-columns:1fr;

gap:60px;

}

.rr-footer-links{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.rr-footer{

padding:70px 0 30px;

}

.rr-footer-brand h2{

font-size:40px;

}

.rr-footer-bottom>p{

font-size:24px;

}

.rr-footer-copy{

flex-direction:column;

text-align:center;

}

}/* End custom CSS */