.sy-navbar{

    background:#ffffff;

    padding:15px 0;

    box-shadow:0 8px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.sy-logo{

    width:60px;

    height:60px;

    object-fit:contain;

}

.navbar-brand h4{

    font-size:28px;

    font-weight:700;

    color:#2d2d2d;

}

.navbar-brand small{

    color:#b08b57;

    font-size:13px;

    letter-spacing:1px;

}

.sy-navbar .nav-link{

    color:#222 !important;

    font-weight:600;

    margin:0 12px;

    transition:.3s;

}

.sy-navbar .nav-link:hover{

    color:#b08b57 !important;

}

.sy-navbar .btn{

    border-radius:50px;

    padding:12px 30px;

}

@media(max-width:991px){

.sy-navbar{

padding:10px 0;

}

.navbar-brand h4{

font-size:22px;

}

.sy-logo{

width:50px;

height:50px;

}

.navbar-collapse{

background:#fff;

margin-top:20px;

padding:20px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.sy-navbar .nav-link{

padding:12px 0;

}

}

/*=========================
RETREAT CARDS
=========================*/

.retreat-card{

background:#fff;

border-radius:20px;

overflow:hidden;

transition:.35s;

height:100%;

position:relative;

}

.retreat-card:hover{

transform:translateY(-10px);

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

}

.retreat-image{

height:260px;

overflow:hidden;

}

.retreat-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.retreat-card:hover img{

transform:scale(1.08);

}

.retreat-content{

padding:30px;

}

.retreat-category{

display:inline-block;

background:#f6f3ed;

color:#b88746;

padding:6px 16px;

border-radius:30px;

font-size:13px;

margin-bottom:15px;

text-transform:uppercase;

font-weight:600;

}

.retreat-content h3{

font-size:28px;

margin-bottom:15px;

font-weight:700;

}

.retreat-duration{

margin-bottom:18px;

font-weight:600;

color:#666;

}

.retreat-features{

display:grid;

grid-template-columns:1fr 1fr;

grid-row-gap:10px;

margin-top:20px;

font-size:15px;

color:#444;

}

.featured-badge{

position:absolute;

top:18px;

right:18px;

background:#c28b2c;

color:#fff;

padding:8px 18px;

border-radius:50px;

font-size:13px;

z-index:5;

font-weight:600;

}

.retreat-card .btn{

border-radius:40px;

padding:12px;

font-weight:600;

}

:root {
    --sy-gold: #b08b57;
    --sy-gold-dark: #8e662d;
    --sy-cream: #f7efe2;
    --sy-text: #2d2a25;
    --sy-muted: #6f6a63;
    --sy-shadow: 0 18px 45px rgba(18, 18, 18, 0.08);
}

body {
    padding-top: 90px;
    color: var(--sy-text);
    font-family: 'Open Sans', sans-serif;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.01em;
}

p {
    line-height: 1.8;
}

.btn,
.btn-primary,
.btn-outline-primary,
.btn-outline-light,
.btn-white {
    border-radius: 999px !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;
}

.btn {
    padding: 12px 24px;
}

.btn-primary {
    background: var(--sy-gold);
    border-color: var(--sy-gold);
}

.btn-primary:hover {
    background: var(--sy-gold-dark);
    border-color: var(--sy-gold-dark);
}

.btn-outline-primary {
    color: var(--sy-gold);
    border-color: var(--sy-gold);
}

.btn-outline-primary:hover {
    background: var(--sy-gold);
    color: #fff;
}

.btn-outline-light:hover,
.btn-white:hover {
    background: #fff;
    color: var(--sy-gold);
}

/* .hero-wrap.hero-wrap-2 {
    min-height: 420px;
}

.hero-wrap.hero-wrap-2 .slider-text {
    min-height: 420px;
} */

/*==========================
Premium Hero
==========================*/

.hero-wrap.hero-wrap-2{

    position:relative;

    min-height:560px;

    display:flex;

    align-items:center;

    background-size:cover;

    background-position:center center;

    background-repeat:no-repeat;

    overflow:hidden;

}
.section-intro {
    max-width: 760px;
    margin: 0 auto 2.4rem;
}

.sy-card,
.offer-deal,
.retreat-card,
.classes,
.contact-info,
.contact-form-card,
.blog-entry,
.sy-stat-card {
    border-radius: 22px;
    box-shadow: var(--sy-shadow);
    border: 1px solid rgba(176, 139, 87, 0.12);
}

.offer-deal,
.retreat-card,
.classes {
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.offer-deal:hover,
.retreat-card:hover,
.classes:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(18, 18, 18, 0.12);
}

.offer-deal .img,
.classes .img {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.classes .img {
    height: 240px;
}

.retreat-image,
.retreat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.retreat-image {
    height: 240px;
    overflow: hidden;
}

.retreat-image img {
    transition: transform 0.4s ease;
}

.retreat-card:hover .retreat-image img {
    transform: scale(1.04);
}

.services-2 {
    padding: 16px 0;
}

.services-2 .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--sy-cream);
    color: var(--sy-gold);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    border-radius: 14px;
    padding: 14px 16px;
    border: 1px solid #e4ddcf;
}

.form-control:focus {
    border-color: var(--sy-gold);
    box-shadow: 0 0 0 0.2rem rgba(176, 139, 87, 0.16);
}

.block-20 {
    height: 240px;
    background-size: cover;
    background-position: center;
}

.blog-entry {
    overflow: hidden;
    background: #fff;
}

.sy-pill {
    display: inline-block;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--sy-cream);
    color: var(--sy-gold-dark);
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.sy-step-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: var(--sy-shadow);
    height: 100%;
}

.sy-step-card .step-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--sy-gold);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    body {
        padding-top: 72px;
    }

    .hero-wrap.hero-wrap-2 {
        min-height: 360px;
    }

    .hero-wrap.hero-wrap-2 .slider-text {
        min-height: 360px;
    }

    .offer-deal .img,
    .classes .img {
        height: 200px;
    }
}

/* FAQ */

#accordion .card{
    border:none;
    border-radius:12px;
    overflow:hidden;
    margin-bottom:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
}

#accordion .card-header{
    background:#fff;
    padding:0;
}

#accordion .card-link{
    display:block;
    padding:22px 25px;
    color:#222;
    font-weight:600;
    font-size:18px;
    text-decoration:none;
}

#accordion .card-link:hover{
    color:#c28b2c;
}

#accordion .card-body{
    background:#fafafa;
    color:#555;
    line-height:1.8;
}

#accordion h3{
    color:#222;
    font-weight:700;
    margin-top:50px;
}
