/* ====================================
   BARAKSHAR THERAPY COMING SOON PAGE
   ==================================== */

:root{
    --primary:#0f6b34;
    --primary-dark:#0a5227;
    --light-green:#f4faf4;
    --card-bg:#ffffff;
    --text:#2b2b2b;
    --border:#dfe8df;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#fafcf9;
    color:var(--text);
    line-height:1.7;
}

/* ===========================
   TOP BAR
   =========================== */

.top-bar{
    background:linear-gradient(
        90deg,
        var(--primary-dark),
        var(--primary)
    );
    color:#fff;
    font-size:14px;
    padding:8px 0;
}

.language-switcher a{
    color:#fff;
    text-decoration:none;
    margin:0 8px;
}

.language-switcher a:hover{
    opacity:.8;
}

.language-switcher span{
    opacity:.5;
}

/* ===========================
   HEADER
   =========================== */

.main-header{
    background:#fff;
    padding:25px 0;
    border-bottom:1px solid #eee;
}

.logo-area{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo-circle{
    width:80px;
    height:80px;
    border-radius:50%;
    background:linear-gradient(
        135deg,
        #d8f2d8,
        #7fcf7f
    );
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
}

.site-title{
    font-size:42px;
    font-weight:700;
    color:var(--primary-dark);
    margin:0;
}

.site-subtitle{
    font-size:24px;
    color:#4f7b4f;
    font-weight:500;
}

/* ===========================
   BUTTONS
   =========================== */

.whatsapp-btn,
.hero-whatsapp{

    background:var(--primary);
    color:#fff;
    border-radius:40px;
    padding:14px 28px;
    font-weight:600;
    border:none;
    text-decoration:none;
    transition:.3s;
}

.whatsapp-btn:hover,
.hero-whatsapp:hover{

    background:var(--primary-dark);
    color:#fff;
}

/* ===========================
   HERO
   =========================== */

.hero-section{

    background:
    linear-gradient(
        180deg,
        #fbfdf9,
        #f2f8f0
    );

    padding:70px 0;
}

.coming-title-small{
    color:#333;
    font-size:52px;
    font-weight:500;
}

.coming-title{

    color:var(--primary-dark);

    font-size:88px;
    line-height:1.05;
    font-weight:700;
}

.divider-leaf{
    color:var(--primary);
    font-size:30px;
    margin:15px 0;
}

.hero-text{
    font-size:24px;
    margin-top:15px;
}

.hero-highlight{
    font-size:28px;
    font-weight:600;
    color:var(--primary);
    margin-bottom:35px;
}

.hero-image-box{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 10px 40px
    rgba(0,0,0,.08);
}

.hero-image-box img{
    width:100%;
    display:block;
}

/* ===========================
   COMMON SECTION
   =========================== */

.section-spacing{
    padding:70px 0;
}

.section-title{

    color:var(--primary-dark);

    font-size:48px;
    font-weight:700;
}

.section-subtitle{
    font-size:20px;
    color:#666;
}

/* ===========================
   LANGUAGE CARDS
   =========================== */

.language-section{
    padding-bottom:70px;
}

.language-card{

    background:#fff;

    border-radius:24px;

    border:1px solid var(--border);

    padding:35px;

    text-align:center;

    height:100%;

    transition:.3s;
}

.language-card:hover{

    transform:translateY(-5px);

    box-shadow:
    0 10px 30px
    rgba(0,0,0,.08);
}

.language-icon{

    width:80px;
    height:80px;

    margin:auto;

    border-radius:50%;

    background:#dff0df;

    color:var(--primary-dark);

    font-size:32px;
    font-weight:700;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;
}

.language-card h3{

    color:var(--primary-dark);

    margin-bottom:20px;

    font-size:30px;
}

.language-card p{

    color:#444;

    font-size:18px;
}

.coming-text{

    color:var(--primary);

    margin-top:25px;

    font-size:32px;
}

/* ===========================
   CONTACT
   =========================== */

.contact-wrapper{
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid #dfe8df;
}

.contact-card{

    text-align:center;
    padding:25px;
}

.contact-card i{
    font-size:50px;
    color:#0f6b34;
    margin-bottom:15px;
}

.contact-card h4{

    color:var(--primary-dark);

    margin-bottom:10px;
}

.contact-card p{
    margin:0;
}

/* ===========================
   INDIA SECTION
   =========================== */

.india-section{

    background:
    linear-gradient(
        90deg,
        #eef7ec,
        #f8fcf6
    );

    padding:70px 0;

    border-top:1px solid #eee;

    border-bottom:1px solid #eee;
}

.india-section h2{

    color:var(--primary-dark);

    font-size:48px;

    margin-bottom:15px;
}

.india-section p{
    font-size:22px;
}

/* ===========================
   FOOTER
   =========================== */

.footer{

    background:
    linear-gradient(
        90deg,
        var(--primary-dark),
        var(--primary)
    );

    color:#fff;

    padding:25px 0;

    font-size:15px;
}

/* ===========================
   MOBILE
   =========================== */

@media(max-width:992px){

.site-title{
    font-size:34px;
}

.site-subtitle{
    font-size:20px;
}

.coming-title-small{
    font-size:36px;
}

.coming-title{
    font-size:58px;
}

.hero-text{
    font-size:20px;
}

.hero-highlight{
    font-size:22px;
}

.section-title{
    font-size:34px;
}

.india-section h2{
    font-size:34px;
}

.hero-section{
    text-align:center;
}

.hero-image-box{
    margin-top:40px;
}

.whatsapp-btn{
    margin-top:20px;
}
}

@media(max-width:576px){

.logo-area{
    flex-direction:column;
    text-align:center;
}

.site-title{
    font-size:28px;
}

.site-subtitle{
    font-size:18px;
}

.coming-title-small{
    font-size:28px;
}

.coming-title{
    font-size:46px;
}

.hero-text{
    font-size:18px;
}

.hero-highlight{
    font-size:20px;
}

.language-card{
    padding:25px;
}

.contact-wrapper{
    padding:15px;
}
}