/*==================================================
VEDIC SPIRITUALS
MEDITATION
meditation.css
==================================================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{

scroll-behavior:smooth;

}

body{

font-family:"Georgia",serif;
background:#faf8f3;
color:#2f2f2f;
line-height:1.8;

}

img{

max-width:100%;
display:block;

}

a{

text-decoration:none;

}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

/*==================================================
COMMON
==================================================*/

.section-heading{

text-align:center;
margin-bottom:70px;

}

.section-label{

font-size:.85rem;
letter-spacing:4px;
text-transform:uppercase;
color:#b28a45;
margin-bottom:15px;

}

.section-heading h2{

font-size:2.8rem;
font-weight:400;
margin-bottom:20px;
color:#222;

}

.section-heading p{

max-width:720px;
margin:auto;
font-size:1.08rem;
color:#666;

}

.gold-line{

width:90px;
height:2px;
background:#b28a45;
margin:25px auto;

}

/*==================================================
BUTTONS
==================================================*/

.btn{

display:inline-block;

padding:14px 36px;

background:var(--gold);

color:white;

border:none;

cursor:pointer;

font-size:.95rem;

font-weight:600;

letter-spacing:.5px;

border-radius:40px;

transition:.3s;

align-self:center;

}
/*==================================================
HERO
==================================================*/

.meditation-hero{

    min-height:100vh;
    background:
    linear-gradient(
    rgba(255,255,255,.10),
    rgba(255,255,255,.20)
    ),
    url("../images/himalayas/meditation-hero.jpg");
    

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;

}
.meditation-hero{



}
.hero-content{

    position:relative;
    z-index:2;

    text-align:center;
    color:#fff;

    padding-top:100px;

}

.hero-overlay{

position:absolute;
inset:0;

background:none;

}

.hero-label{

letter-spacing:5px;
font-size:.9rem;
margin-bottom:20px;
color:#b89145;
}

.hero-content h1{

font-size:4.7rem;
font-weight:300;
line-height:1.15;
margin-bottom:30px;
color:#1f1f1f;

}

.hero-text{

    color:#4b4031;      /* readable */
    font-size:1.25rem;
    max-width:760px;
    margin:auto auto 45px;
    line-height:2;

}
/*==================================================
GUIDED SECTION
==================================================*/

.guided-section{

padding:120px 0;

}

.guided-card{

display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px;

background:white;
border-radius:18px;
padding:70px;

box-shadow:
0 15px 50px rgba(0,0,0,.08);

}

.duration{

display:inline-block;
padding:10px 22px;

background:#f6efe0;

color:#9d7632;

letter-spacing:2px;
font-size:.85rem;

margin-bottom:30px;

}

.guided-left h3{

font-size:2.1rem;
font-weight:400;
margin-bottom:25px;

color:#222;

}

.guided-left p{

font-size:1.05rem;
color:#666;

margin-bottom:40px;

}

.guided-right img{

border-radius:16px;

box-shadow:
0 20px 45px rgba(0,0,0,.15);

transition:.5s;

}

.guided-right img:hover{

transform:scale(1.03);

}
/*==================================================
GUIDED JOURNEYS
==================================================*/

.journeys-section{

padding:120px 0;
background:#f7f4ee;

}

.journey-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.journey-card{
    background:#fff;
    border:1px solid #e8d9bf;
    border-radius:18px;
    padding:50px;
    display:flex;
    flex-direction:column;
}
.journey-card h3{
    font-family:Georgia, serif;
    font-size:2rem;
    color:#2e2e2e;
    font-weight:400;
    line-height:1.35;

    min-height:110px;   /* keeps all titles same height */
}

display:flex;
flex-direction:column;
justify-content:space-between;

min-height:260px;

}

.journey-card:hover{

transform:translateY(-8px);

box-shadow:
0 25px 55px rgba(0,0,0,.12);

border-color:#b28a45;

}

.journey-card h3{

font-size:1.65rem;

font-weight:400;

margin-bottom:20px;

color:#222;

}

.journey-card p{

color:#666;

font-size:1rem;

line-height:1.8;

flex:1;

}

.journey-card span{

margin-top:35px;

font-size:.9rem;

letter-spacing:1px;

color:#b28a45;

font-weight:600;

transition:.3s;

}

.journey-card:hover span{

padding-left:10px;

}

/*==================================================
ADVANCED SADHANA
==================================================*/

.advanced-section{

position:relative;

padding:140px 0;

background:
linear-gradient(rgba(10,10,10,.70),
rgba(10,10,10,.82)),
url("../images/himalayas/sadhana.jpg");

background-size:cover;

background-position:center;

background-attachment:fixed;

overflow:hidden;

}

.advanced-overlay{

position:absolute;

inset:0;

background:
linear-gradient(to bottom,
rgba(0,0,0,.15),
rgba(0,0,0,.35));

}

.advanced-content{

position:relative;

z-index:2;

text-align:center;

color:white;

}

.advanced-content h2{

font-size:3rem;

font-weight:300;

margin-bottom:25px;

}

.advanced-text{

max-width:760px;

margin:40px auto 70px;

font-size:1.12rem;

line-height:2;

color:rgba(255,255,255,.82);

}

.sadhana-list{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:50px;

}

.sadhana-item{

padding:45px 35px;

background:rgba(255,255,255,.06);

backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,.12);

border-radius:18px;

transition:.35s;

}

.sadhana-item:hover{

transform:translateY(-8px);

background:rgba(255,255,255,.10);

}

.sadhana-item h3{

font-size:1.7rem;

font-weight:400;

margin-bottom:20px;

color:#e5c98b;

}

.sadhana-item p{

line-height:1.9;

color:rgba(255,255,255,.82);

}

.coming{

opacity:.85;

}
/*==================================================
CONTINUE YOUR JOURNEY
==================================================*/

.meditation-cta{

padding:120px 0;
background:#ffffff;
text-align:center;

}

.cta-text{

max-width:820px;

margin:40px auto;

font-size:1.15rem;

line-height:2;

color:#666;

}

.contact-box{

margin:50px auto;

padding:35px;

max-width:650px;

border:1px solid rgba(178,138,69,.20);

border-radius:18px;

background:#faf8f3;

}

.contact-box p{

margin-bottom:18px;

font-size:1rem;

color:#777;

}

.contact-box a{

font-size:1.35rem;

color:#b28a45;

font-weight:500;

letter-spacing:1px;

transition:.3s;

}

.contact-box a:hover{

color:#8d692d;

}

/*==================================================
FOOTER
==================================================*/

.site-footer{

background:#1d1d1d;

padding:80px 0;

text-align:center;

color:#d7d7d7;

}

.footer-logo{

width:90px;

margin:0 auto 25px;

}

.site-footer h3{

font-size:2rem;

font-weight:300;

margin-bottom:15px;

color:white;

}

.site-footer p{

max-width:700px;

margin:18px auto;

line-height:2;

color:#bdbdbd;

}

.footer-contact{

margin:35px 0;

}

.footer-contact a{

color:#d6b675;

font-size:1.15rem;

letter-spacing:1px;

transition:.3s;

}

.footer-contact a:hover{

color:white;

}

.copyright{

margin-top:40px;

font-size:.9rem;

color:#8d8d8d;

}

/*==================================================
ANIMATIONS
==================================================*/

.fade-section{

opacity:0;

transform:translateY(50px);

transition:1s ease;

}

.fade-section.visible{

opacity:1;

transform:none;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:1100px){

.hero-content h1{

font-size:3.7rem;

}

.meditation-player{

width:100%;

max-width:500px;

margin-top:30px;

}
.guided-card{

grid-template-columns:1fr;

}

.guided-right{

order:-1;

}

.journey-grid{

grid-template-columns:repeat(2,1fr);

}

.sadhana-list{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.section-heading h2{

font-size:2.2rem;

}

.hero-content h1{

font-size:2.8rem;

}

.hero-text{

font-size:1.05rem;

}

.guided-card{

padding:40px 30px;

}

.journey-grid{

grid-template-columns:1fr;

}

.contact-box{

padding:25px;

}

.contact-box a{

font-size:1.1rem;

}

.btn{

padding:15px 34px;

}

}
.duration{

color:#b28a45;

font-size:.95rem;

letter-spacing:1px;

margin:18px 0 25px;

text-transform:uppercase;

}

.journey-card a{

display:inline-block;

margin-top:35px;

color:#b28a45;

font-weight:600;

letter-spacing:.8px;

transition:.3s;

}

.journey-card a:hover{

padding-left:10px;

}

.approach-section{

padding:120px 0;

background:#faf8f4;

}

.approach-section .narrow{

max-width:820px;

margin:auto;

text-align:center;

}

.approach-section p{

font-size:1.08rem;

line-height:2.1;

color:#666;

margin-top:35px;

}
.footer-bottom {
    text-align:center;
    width:100%;
    margin:0 auto;
}

.footer-bottom p {
    margin:10px auto;
    text-align:center;
}

.sanskrit,
.translation {
    text-align:center;
}
/* ==========================================
   CONTACT FORM PREMIUM STYLE
========================================== */


.contact-form {

    max-width:700px;
    margin:50px auto;
    display:flex;
    flex-direction:column;
    gap:22px;

}


.contact-form input,
.contact-form textarea {

    width:100%;
    padding:18px 22px;

    border:1px solid #ddd;

    background:#fff;

    font-size:1rem;

    font-family:inherit;

    color:#444;

    transition:.3s;

}


.contact-form input:focus,
.contact-form textarea:focus {

    outline:none;

    border-color:#b89145;

    box-shadow:0 0 0 2px rgba(184,145,69,.15);

}


.contact-form textarea {

    min-height:180px;

    resize:none;

}



.contact-form .btn {

    display:block;

    margin:20px auto 0;

    padding:16px 50px;

    border-radius:40px;

    background:#b89145;

    color:white;

    border:none;

    font-size:1rem;

    letter-spacing:1px;

    cursor:pointer;

}


.contact-form .btn:hover {

    background:#8f6b2e;

}
.notice-box {

    max-width:800px;

    margin:40px auto;

    padding:30px;

    background:#faf6ed;

    border-left:4px solid #b89145;

    line-height:1.8;

    color:#555;

}
.contact-form .btn {

    display:block;

    margin:25px auto 0;

    padding:14px 38px;

    border-radius:35px;

    background:#b89145;

    color:white;

    border:none;

    font-size:0.95rem;

    letter-spacing:1px;

    cursor:pointer;

    transition:.3s;

}

.journey-card{
    display: flex;
    flex-direction: column;
}

.journey-card p:last-of-type{
    flex-grow: 1;
}
/*=========================================
KUNDALINI MEDITATION
=========================================*/

.kundalini-section{

    padding:120px 0;
    background:#faf8f4;

}

.kundalini-card{

    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:60px;

    align-items:center;

    background:white;

    padding:60px;

    border:1px solid #ece5d7;

    border-radius:8px;

}

.kundalini-left h3{

    font-family:Georgia, serif;

    font-size:2rem;

    margin:20px 0;

    color:#2d2d2d;

}

.kundalini-left p{

    line-height:2;

    color:#666;

    margin-bottom:30px;

}

.kundalini-list{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.kundalini-list li{

    margin-bottom:14px;

    color:#555;

}

.kundalini-image{
    width:100%;
    max-width:380px;   /* Change this value */
    height:auto;
    display:block;
    margin:0 auto 30px;
    border-radius:18px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

@media(max-width:900px){

.kundalini-card{

    grid-template-columns:1fr;

}
