.inner-navbar{

    position:relative;

    background:#ffffff;

    padding:18px 0;

    box-shadow:0 2px 20px rgba(0,0,0,.05);

}


.inner-navbar .logo{

    height: 100px;

    width: auto;

    transition: all .4s ease;

}

/*=========================================
            INNER HERO
=========================================*/

.inner-hero{

    padding:180px 0 100px;

    background:#FFFDF8;

    position:relative;

    overflow:hidden;

}


.inner-hero-content{

    max-width:760px;

    margin:auto;

    position:relative;

    z-index:2;

}

.inner-hero h1{

    margin-top:25px;

    margin-bottom:30px;

}

.inner-hero p{

    max-width:700px;

    margin:auto;

    font-size:18px;

    line-height:1.9;

    color:#666;

}



/*=========================================
            BLOG SECTION
=========================================*/

.blog-section{

    padding:100px 0;

    background:#fff;

}



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

.blog-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    transition:.35s;

    border:1px solid #EFE8DD;

    height:100%;

}

.blog-card:hover{

    transform:translateY(-8px);

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

}
.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.blog-image{

    overflow:hidden;

}

.blog-image img{

 .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

}

.blog-card:hover img{

    transform:scale(1.06);

}

.blog-content{

    padding:30px;

}

.blog-category {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #C6A15B;
    font-weight: 500;
    font-family: 'Poppins';
}

.blog-card .blog-content h3{

    font-size:26px;

    color:#355E3B;

    line-height:1.35;

    margin-bottom:18px;

}

.blog-content p{

    font-size:16px;

    line-height:1.8;

    color:#666;

    margin-bottom:28px;

}

.read-more{

    text-decoration:none;

    color:#355E3B;

    font-weight:600;

    transition:.3s;

}

.read-more i{

    margin-left:8px;

    transition:.3s;

}

.read-more:hover{

    color:#C6A15B;

}

.read-more:hover i{

    transform:translateX(6px);

}



/*=========================================
        EXPLORE MORE
=========================================*/

.explore-more{

    padding:100px 0;

    background:#F8F5EF;

}

.explore-card{

    display:block;

    text-align:center;

    background:#fff;

    padding:50px 35px;

    border-radius:24px;

    text-decoration:none;

    transition:.35s;

    border:1px solid #ECE4D8;

    height:100%;

}

.explore-card:hover{

    transform:translateY(-8px);

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

}

.explore-card i{

    font-size:40px;

    color:#C6A15B;

    margin-bottom:25px;

}

.explore-card h4{

    color:#355E3B;

    margin-bottom:15px;

    font-size:24px;

}

.explore-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}



/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:991px){

.inner-hero{

padding:150px 0 80px;

}

.blog-section{

padding:80px 0;

}

.explore-more{

padding:80px 0;

}

}



@media(max-width:767px){

.inner-hero{

padding:140px 0 70px;

}

.inner-hero h1{

font-size:42px;

}

.inner-hero p{

font-size:17px;

}

.blog-content{

padding:25px;

}

.blog-content h3{

font-size:22px;

}

.explore-card{

padding:40px 25px;

}

}


/*==================================================
            DAILY REFLECTIONS PAGE
==================================================*/

.reflection-section{

    padding:90px 0;

}

.morning-section{

    background:#fff;

}

.night-section{

    background:#F8F7FC;

}

.soulful-section{

    background:#fff;

}


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

.reflection-heading{

    display:flex;

    align-items:center;

    gap:22px;

    margin-bottom:55px;

}

.reflection-icon{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

    flex-shrink:0;

}

.reflection-heading h2{

    font-family:'Lora',serif;

    font-size:36px;

    color:#355E3B;

    margin-bottom:8px;

}

.reflection-heading p{

    margin:0;

    color:#666;

    font-size:17px;

    line-height:1.8;

}


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

.reflection-card{

    background:#fff;

    border-radius:24px;

    padding:35px;

    height:100%;

    border:1px solid #ECE5DA;

    transition:.35s;

    position:relative;

}

.reflection-card:hover{

    transform:translateY(-8px);

   

}

.reflection-date{

    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #C6A15B;

}

.reflection-card h3{

    font-family:'Lora',serif;

    font-size:25px;

    color:#3a3a3a;

    line-height:1.35;

    margin-bottom:18px;
    margin-top: 18px;

}

.reflection-card p{

    font-size:16px;

    line-height:1.9;

    color:#666;

    margin-bottom:28px;

}

.reflection-card a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#355E3B;

    font-weight:600;

    transition:.3s;

}

.reflection-card a:hover{

    color:#C6A15B;

}

.reflection-card a i{

    transition:.3s;

}

.reflection-card a:hover i{

    transform:translateX(6px);

}


/*==================================================
            DECORATIVE TOP LINE
==================================================*/

.reflection-card::before{

    content:"";

    position:absolute;

    top:0;

    left:35px;

    width:70px;

    height:3px;

    background:#D6AF59;

    border-radius:20px;

}


/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:991px){

.reflection-heading{

flex-direction:column;

align-items:flex-start;

gap:18px;

}

.reflection-heading h2{

font-size:32px;

}

}


@media(max-width:767px){

.reflection-section{

padding:70px 0;

}

.reflection-card{

padding:28px;

}

.reflection-card h3{

font-size:24px;

}

.reflection-heading{

margin-bottom:40px;

}

.reflection-icon{

width:60px;

height:60px;

font-size:26px;

}

}

.blog-details-hero{

    padding:80px 0;

    background:#FFFDF8;

}
.blog-details{

    padding:80px 0;

    background:#fff;

}

.blog-header{

    max-width:850px;

    margin:auto;

    text-align:center;

    margin-bottom:45px;

}

.blog-tag{

    display:inline-block;

    padding:8px 20px;

    background:#EFE5D8;

    color:#8C6A43;

    border-radius:30px;

    font-size:14px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:20px;

}

.blog-header h1{

    margin-top: 18px;
    font-size: 45px;
    font-family: "Lora", serif;
    color: #2E5033;
    line-height: 1.15;

}

.blog-meta{

    display:flex;

    justify-content:center;

    gap:25px;

    color:#777;

    font-size:15px;

}

.blog-featured-image {
    width: 100%;
    max-width: 750px;
    height: 400px;
    display: block;
    margin: 0 auto 50px;
    border-radius: 12px;
    overflow: hidden;
}

.blog-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.blog-image-caption {
    max-width: 750px;
    margin: -35px auto 20px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    color: #888;
    font-style: italic;
    font-weight: 400;
}

.blog-content{

    max-width:850px;

    margin:auto;

}

.blog-content p{

    font-size:18px;

    line-height:2;

    color:#555;

    margin-bottom:20px;

}

.blog-content h2{

    font-family:"Lora",serif;

    color:#2E3D33;

    margin-top:60px;

    margin-bottom:20px;

    font-size:38px;

}
.blog-content h3 {
    font-size: 35px;
    color: #000;
    line-height: 1.35;
    margin-bottom: 18px;
}
.blog-content blockquote {
    margin: 50px 0;
    padding: 30px 20px;
    background: #fffdf8;
    border-left: 5px solid #C6A66B;
    font-size: 28px;
    font-family: "Lora", serif;
    color: #2E3D33;
    line-height: 1.5;
    border-radius: 12px;
}

.blog-content blockquote p {
    font-size: 22px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 0px;
    font-style: italic;
}
.blog-content ul, .blog-content ol{
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 2;
    color: #555;
}
.reflection-box{

    max-width:850px;

    margin:50px auto 70px;

    padding:45px;

    background:#F3EEE6;

    border-radius:18px;

    text-align:center;

}

.reflection-box h4{

    font-family:"Lora",serif;

    font-size:34px;

    color:#2E3D33;

    margin-bottom:20px;

}

.reflection-box p{

    margin:0;

    font-size:18px;

    color:#555;

}

.blog-share{

    text-align:center;

    margin-top:70px;

}

.blog-share h5{

    margin-bottom:25px;

    color:#2E3D33;

}

.blog-share a{

    width:58px;

    height:58px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin:0 10px;

    border-radius:50%;

    text-decoration:none;

    color:#9B6D3D;

    background:#ffffff;

    border:1px solid #E9DED6;

    font-size:20px;

    transition:all .35s ease;

   

}

.blog-share a:hover{

    background:#9B6D3D;

    color:#fff;

    transform:translateY(-6px) scale(1.08);

    

}

.blog-share a:focus{

    outline:none;

}

@media(max-width:768px){

.blog-share{

    padding:35px 20px;

}

.blog-share h5{

    font-size:28px;

}

.blog-share a{

    width:52px;

    height:52px;

    margin:8px;

    font-size:18px;

}

}

.blog-inline-image{

    max-width:900px;

    margin:60px auto;

}

.blog-inline-image img{

    width:100%;

    border-radius:20px;

    display:block;

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

}

.image-caption{

    text-align:center;

    margin-top:15px;

    font-size:15px;

    color:#8a8a8a;

    font-style:italic;

}

.article-navigation-section{

    background:#f3f7f1;

    padding:80px 0;

    margin-top:80px;

}

.article-navigation{

    display:grid;

    grid-template-columns:1fr auto 1fr;

    gap:35px;

    align-items:center;

    max-width:1000px;

    margin:auto;


}

.nav-divider{

    width:1px;

    height:110px;

    background:#E9DADA;


}

.nav-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-decoration:none;

    border:1px solid #F0E3E3;

    transition:.35s;

    color:inherit;

    min-height:150px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.nav-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(0,0,0,.08);

    border-color:#D9B8A8;


}

.nav-card span{

    color:#B68A60;

    text-transform:uppercase;

    letter-spacing:1px;

    font-size:13px;

    margin-bottom:12px;

}

.nav-card h4{

    margin-top:12px;

    font-size:24px;

    font-family:'Lora',serif;

    color:#2F3D34;

    line-height:1.4;

}

@media(max-width:768px){

    .article-navigation{
    
        grid-template-columns:1fr;
    
    }
    
    .nav-divider{
    
        display:none;
    
    }
    
    .nav-card{
    
        min-height:auto;
    
    }
    
    }
.share-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.share-btn{

    width:55px;

    height:55px;

    border-radius:50px;

    background:#fff;

    border:1px solid #E8DDD5;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#9B6D3D;

    text-decoration:none;

    transition:.35s;

    font-size:18px;

    box-shadow:0 6px 18px rgba(0,0,0,.05);

}

.share-btn:hover{

    background:#9B6D3D;

    color:#fff;

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(155,109,61,.25);


    
}
    

.reflection-modal{

    border:none;

    border-radius:20px;

}

.reflection-modal .modal-header{

    border-bottom:none;

    padding:30px;

}

.reflection-modal .modal-body{

    padding:0 30px 60px 60px

}

.reflection-category{

    display:inline-block;

    background:#EFE5D8;

    color:#8C6A43;

    padding:6px 16px;

    border-radius:30px;

    font-size:18px;

    margin-bottom:15px;

}

.reflection-title{

    font-family:"Lora",serif;

    color:#2E3D33;

}

.reflection-text{

    font-size:18px;

    line-height:1.9;

}

.reflection-invitation{

    color:#777;

    font-style:italic;

}

/* Morning */

.morning-theme{

    background:#F6E6B4;
    color:#8A5B00;

}

.morning-theme i{

    color:#F4A300;

}

/* Night */

.night-theme{

    background:#000;
    color:#fff;

}

.night-theme i{

    color:#fff;

}

/* Soulful */

.soul-theme{

    background:#D9F0E1;
    color:#2E6B4A;

}

.soul-theme i{

    color:#2E6B4A;

}

#modalReflection{
    font-size: 18px;
    text-align: center;
    line-height: 2.2;
}


/*==================================================
            EVENT DETAILS
==================================================*/

.masterclass-details{

    padding:40px 0 80px;

    background:#fff;

}

.detail-card{

    background:#fff;

    border:1px solid #ECECEC;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.3s;

    height:100%;

}

.detail-card:hover{

    transform:translateY(-6px);

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

}

.detail-card i{

    font-size:32px;

    color:#B58A5A;

    margin-bottom:20px;

}

.detail-card h5 {
    font-weight: 500;
    margin-bottom: 12px;
    color: #2E3D33;
    font-family: 'Poppins';
    text-transform: uppercase;
}

.detail-card p{

    margin:0;

    color:#666;

    line-height:1.7;

}


/*==================================================
            DISCOVER
==================================================*/

.discover-section{

    padding:90px 0;

    background:#FAF8F5;

}

.discover-card{

    background:#fff;

    border-radius:20px;

    padding:40px 30px;

    height:100%;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.discover-card:hover{

    transform:translateY(-8px);

}

.number{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#B58A5A;

    color:#fff;

    font-size:24px;

    font-weight:600;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}

.discover-card h4{

    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 500;
    color: #1F1F1F;
    margin-bottom: 16px;
}
.discover-card p {
    color: #666;
    line-height: 1.9;
    margin: 0;
    font-size: 17px;
}


/*==================================================
                CTA
==================================================*/

.masterclass-cta{

    padding:100px 0;

    background:#fff;

}

.cta-box{

    max-width:850px;

    margin:auto;

    background:#FAF8F5;

    border-radius:25px;

    padding:70px 50px;

    text-align:center;

}

.cta-box h2{

    font-family:'Lora', serif;

    font-size:52px;

    color:#2E5033;

    margin-bottom:20px;

}

.cta-box h2 span{

    color:#C69A48;

}

.cta-box p{

    max-width:620px;

    margin:0 auto 35px;

    color:#666;

    font-size:18px;

    line-height:1.9;

}

.btn-primary{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 40px;

    background:#B58A5A;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary:hover{

    background:#2E3D33;

    color:#fff;

    transform:translateY(-3px);

}

.cta-note{

    margin-top:30px;

    color:#666;

    font-size:15px;

    line-height:1.8;

}


/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:991px){

.masterclass-section{

    padding:90px 0 50px;

}

.masterclass-section h1{

    font-size:48px;

}

.masterclass-section h3{

    font-size:28px;

}

.cta-box{

    padding:50px 30px;

}

.cta-box h2{

    font-size:40px;

}

}

@media(max-width:767px){

.masterclass-section h1{

    font-size:38px;

}

.masterclass-section h3{

    font-size:24px;

}

.masterclass-description{

    font-size:16px;

}

.discover-card{

    padding:30px 25px;

}

.cta-box{

    padding:40px 20px;

}

.cta-box h2{

    font-size:34px;

}

.btn-primary{

    width:100%;

    justify-content:center;

}

.cta-note{

    display:flex;

    flex-direction:column;

    gap:10px;

}

}


.reflection-navigation{

    display:flex;

    gap:12px;

}

.reflection-navigation .swiper-button-prev,
.reflection-navigation .swiper-button-next{

    position:relative;

    width:45px;

    height:45px;

    margin:0;

    top:auto;

    left:auto;

    right:auto;

    border-radius:50%;

    background:#B58A5A;

    color:#fff;

    transition:.3s;

}

.reflection-navigation .swiper-button-prev:hover,
.reflection-navigation .swiper-button-next:hover{

    background:#2F3E35;

}

.reflection-navigation .swiper-button-prev::after,
.reflection-navigation .swiper-button-next::after{

    font-size:18px;

    font-weight:700;

}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    margin: 15px 0 0 0 !important;
}

.daily-reflections-main {
    padding: 80px 0;
}

.reflection-block {
    height: 100%;
}

.reflection-heading {
    margin-bottom: 25px;
}

.reflection-heading .reflection-icon {
    width: 52px;
    height: 52px;

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

    background: #ffffff;
    border-radius: 50%;

    box-shadow: 0 5px 20px rgba(48, 77, 54, 0.08);

    font-size: 25px;
    flex-shrink: 0;
}

.reflection-heading h2 {
    color: #304d36;
    font-size: 28px;
}

.reflection-heading p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}
.reflection-card {
    position: relative;

    min-height: 260px;

    padding: 30px;

    background: #ffffff;

    border: 1px solid #eee8df;
    border-radius: 16px;

}


.reflection-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 32px;
    height: 2px;

    background: #c69a52;
}

.reflection-date {
    display: block;

    margin-bottom: 14px;

    color: #b99055;

    font-size: 11px;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: .6px;
}

.reflection-card h3 {
    color: #304d36;

    font-size: 23px;

    line-height: 1.35;

    margin-bottom: 15px;
}

.reflection-card p {
    color: #666;

    font-size: 16px;

    line-height: 1.7;

    margin-bottom: 22px;
}

.readReflection {
    color: #356342;

    font-size: 13px;
    font-weight: 600;

    text-decoration: none;
}

.readReflection:hover {
    color: #b99055;
}

.readReflection i {
    margin-left: 5px;
}

/* Empty state */

.reflection-card.reflection-empty {
    min-height: 140px;

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

    padding: 25px;

    text-align: center;
}

.reflection-card.reflection-empty p {
    margin: 0;

    color: #888;
    font-size: 14px;
}
.night-block .reflection-icon {
    background: #504f50;
    border: 1px solid #ccc;
}
/* Morning */
.morning-block .reflection-icon {

    border: 1px solid #fff0a3;
    background: #fff0a3;
    
}
/* Morning */
.morning-block .reflection-card {
    background: #ffffff;
    border-color: #eee8df;
}


/* Night */
.night-block .reflection-card {
    background: #faf9fd;
    border-color: #e7e3ed;
}

/* Mobile */

@media (max-width: 767px) {

    .daily-reflections-main {
        padding: 60px 0;
    }

    .reflection-heading h2 {
        font-size: 24px;
    }

    .reflection-heading p {
        font-size: 13px;
    }

    .reflection-card {
        padding: 25px;
    }

}

/* ==========================================
   MORNING / NIGHT REFLECTION CARDS
========================================== */

.morning-block .reflection-card,
.night-block .reflection-card {

    position: relative;

    min-height: 360px;

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

    padding: 45px 55px;

    text-align: center;

    border-radius: 18px;

    overflow: hidden;

}


/* ==========================================
   MORNING
========================================== */

.morning-block .reflection-card {

    background: #fffdf9;

    border: 1px solid #eee4d6;

}


/* ==========================================
   NIGHT
========================================== */

.night-block .reflection-card {

    background: #faf9fd;

    border: 1px solid #e6e1ed;

}


/* ==========================================
   GOLD TOP LINE
========================================== */

.morning-block .reflection-card::before,
.night-block .reflection-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 30px;

    width: 32px;
    height: 2px;

    background: #c69a52;
    display:none

}


/* ==========================================
   DATE
========================================== */

.morning-block .reflection-date,
.night-block .reflection-date {

    display: block;

    margin-bottom: 12px;

    color: #b88a43;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: .6px;

    text-transform: uppercase;

}


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

.reflection-divider {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    margin: 4px 0 28px;

}

.reflection-divider span {

    width: 90px;

    height: 1px;

    background: #d7a54e;

}

.reflection-divider img {

    width: 38px;

    height: auto;

    display: block;

}


/* ==========================================
   REFLECTION MESSAGE
========================================== */

.reflection-message {

    max-width: 560px;

    color: #292929;

    font-size: 19px;

    line-height: 1.75;

    text-align: center;

}


/* ==========================================
   NIGHT LOTUS / DIVIDER
========================================== */

.night-block .reflection-divider span {

    background: #b9a6c8;

}