/* ===================================================
   SHS WELLNESS V2
   FOUNDATION
=================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins','Noto Sans Devanagari',sans-serif;
    background:#F7FAF8;
    color:#1F2937;
    overflow-x:hidden;
}

/* Container */

.container{
    width:min(1180px,92%);
    margin:auto;
}

/* Links */

a{
    text-decoration:none;
}

img{
    max-width:100%;
    display:block;
}

/* Section */

section{
    padding:90px 0;
}

/* ===================================================
   COLORS
=================================================== */

:root{

--green:#14532d;

--green2:#1b6b3b;

--gold:#D4AF37;

--white:#ffffff;

--light:#F5F8F6;

--text:#374151;

}

/* ===================================================
HEADER
=================================================== */

header{

position:fixed;

top:0;

left:0;

width:100%;

z-index:999;

background:rgba(20,83,45,.93);

backdrop-filter:blur(12px);

}

header .container{

display:flex;

align-items:center;

justify-content:space-between;

padding:15px 0;

}

.logo{

display:flex;

align-items:center;

gap:15px;

}

.logo img{

width:70px;

}

.logo h2{

color:#fff;

font-size:24px;

font-weight:700;

}

.logo p{

color:#D4AF37;

font-size:14px;

}

/* Navigation */

nav{

display:flex;

gap:30px;

}

nav a{

color:#fff;

font-weight:600;

transition:.3s;

}

nav a:hover{

color:#D4AF37;

}

.book-btn{

background:#D4AF37;

padding:12px 24px;

border-radius:40px;

font-weight:700;

color:#14532d;

transition:.3s;

}

.book-btn:hover{

transform:translateY(-3px);

}

/* ===================================================
HERO
=================================================== */

.hero{

position:relative;

min-height:100vh;

display:flex;

align-items:center;

padding-top:120px;

background:
linear-gradient(rgba(8,50,35,.72),rgba(8,50,35,.72)),
url("assets/images/hero-bg.jpg") center center/cover no-repeat;

}

.hero-grid{

display:grid;

grid-template-columns:1fr 420px;

align-items:center;

gap:50px;

}

.tag{

display:inline-block;

background:rgba(255,255,255,.15);

padding:10px 18px;

border-radius:40px;

color:#fff;

margin-bottom:20px;

}

.hero h1{

font-size:64px;

color:#fff;

font-weight:800;

line-height:1.1;

margin-bottom:10px;

}

.hero h3{

font-size:32px;

color:#D4AF37;

margin-bottom:20px;

}

.hero p{

font-size:20px;

line-height:1.8;

color:#fff;

margin-bottom:35px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn{

display:inline-block;

padding:15px 30px;

border-radius:50px;

font-weight:700;

transition:.3s;

}

.btn-primary{

background:#D4AF37;

color:#14532d;

}

.btn-secondary{

border:2px solid #fff;

color:#fff;

}

.btn:hover{

transform:translateY(-4px);

}

.hero-image img{

width:100%;

max-width:420px;

margin:auto;

}/* ===================================================
MOBILE
=================================================== */

@media(max-width:900px){

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

.hero-image{

order:-1;

}

.hero h1{

font-size:44px;

}

.hero h3{

font-size:24px;

}

.hero p{

font-size:17px;

}

.hero-buttons{

justify-content:center;

}

nav{

display:none;

}

.book-btn{

display:none;

}

}/* ==========================
   WHY US
========================== */

.why-us{
padding:90px 0;
background:#f7faf7;
}

.section-title{
text-align:center;
max-width:760px;
margin:auto;
margin-bottom:60px;
}

.section-title span{
color:#C89B2E;
font-weight:600;
font-size:18px;
}

.section-title h2{
font-size:42px;
margin:20px 0;
color:#0F5132;
font-weight:700;
}

.section-title p{
font-size:18px;
color:#666;
line-height:1.8;
}

.why-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.why-card{
background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
text-align:center;
}

.why-card:hover{
transform:translateY(-10px);
}

.why-card .icon{
font-size:48px;
margin-bottom:20px;
}

.why-card h3{
font-size:24px;
margin-bottom:15px;
color:#0F5132;
}

.why-card p{
font-size:16px;
line-height:1.8;
color:#666;
}/*=========================
SERVICES
=========================*/

.services{
padding:100px 0;
background:#fff;
}

.services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.service-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

border-top:5px solid #C89B2E;

}

.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.service-icon{

width:80px;

height:80px;

background:#0F5132;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

font-size:34px;

margin-bottom:25px;

}

.service-card h3{

font-size:26px;

margin-bottom:15px;

color:#0F5132;

}

.service-card p{

font-size:17px;

line-height:1.8;

color:#666;

}/*=========================
CONSULTATION PROCESS
=========================*/

.process{

padding:100px 0;

background:#F8FAF8;

}

.process-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.process-card{

background:#fff;

padding:40px 25px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.process-card:hover{

transform:translateY(-10px);

}

.number{

width:70px;

height:70px;

margin:auto;

margin-bottom:20px;

background:#0F5132;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:700;

}

.process-card h3{

font-size:22px;

margin-bottom:15px;

color:#0F5132;

}

.process-card p{

color:#666;

line-height:1.7;

font-size:16px;

}/*=========================
WHY CHOOSE US
=========================*/

.why-us{

padding:100px 0;

background:#ffffff;

}

.why-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.why-card{

background:#fff;

padding:40px 30px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.35s;

border-bottom:5px solid #C89B2E;

}

.why-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.why-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:20px;

background:#0F5132;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:34px;

}

.why-card h3{

font-size:24px;

margin-bottom:15px;

color:#0F5132;

}

.why-card p{

font-size:16px;

line-height:1.8;

color:#666;

}/*=========================
TESTIMONIALS
=========================*/

.testimonials{

padding:100px 0;

background:#F8FAF8;

}

.testimonial-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:50px;

}

.testimonial-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.testimonial-card:hover{

transform:translateY(-10px);

}

.stars{

font-size:24px;

color:#F4B400;

margin-bottom:20px;

}

.testimonial-card p{

font-size:17px;

line-height:1.8;

color:#555;

margin-bottom:25px;

}

.client strong{

display:block;

font-size:18px;

color:#0F5132;

}

.client span{

font-size:15px;

color:#777;

}/*=========================
CONTACT
=========================*/

.contact{

padding:100px 0;

background:#fff;

}

.contact-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.contact-card{

background:#F8FAF8;

padding:30px;

border-radius:18px;

text-align:center;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.contact-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}

/*=========================
FOOTER
=========================*/

footer{

background:#0F5132;

color:#fff;

padding:70px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:2fr 1fr 1fr;

gap:40px;

}

footer h3,
footer h4{

margin-bottom:20px;

color:#D4AF37;

}

footer p{

line-height:1.8;

}

footer hr{

margin:40px 0 20px;

border:none;

height:1px;

background:#ffffff30;

}

.copyright{

text-align:center;

}

/*=========================
FLOATING BUTTONS
=========================*/

.floating-whatsapp{

position:fixed;

right:25px;

bottom:95px;

z-index:999;

}

.floating-call{

position:fixed;

right:25px;

bottom:25px;

z-index:999;

}

.floating-whatsapp a,

.floating-call a{

width:60px;

height:60px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:28px;

text-decoration:none;

background:#25D366;

color:#fff;

box-shadow:0 10px 25px rgba(0,0,0,.25);

transition:.3s;

}

.floating-call a{

background:#0F5132;

}

.floating-whatsapp a:hover,

.floating-call a:hover{

transform:scale(1.08);

}/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width:1024px){

.why-grid,
.services-grid,
.process-grid,
.testimonial-grid,
.contact-grid,
.footer-grid{

grid-template-columns:repeat(2,1fr);

}

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

.hero-image{

margin-top:40px;

}

}

@media (max-width:768px){

header .container{

padding:12px 0;

}

.logo img{

width:55px;

}

.logo h2{

font-size:20px;

}

.hero{

padding-top:110px;

}

.hero h1{

font-size:38px;

}

.hero h3{

font-size:22px;

}

.hero p{

font-size:16px;

}

.section-title h2{

font-size:30px;

}

.why-grid,
.services-grid,
.process-grid,
.testimonial-grid,
.contact-grid,
.footer-grid{

grid-template-columns:1fr;

}

.hero-buttons{

flex-direction:column;

align-items:center;

}

.btn{

width:90%;

text-align:center;

}

}

@media (max-width:480px){

.hero h1{

font-size:30px;

}

.hero h3{

font-size:18px;

}

.hero p{

font-size:15px;

}

section{

padding:70px 0;

}

}