/* NAVBAR */

.hc-navbar{

    transition:.4s;
    padding:18px 0;

    background:linear-gradient(
        90deg,
        #0F2D62,
        #0E9AA7
    );

    box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.hc-navbar .nav-link{

color:white;

margin-left:20px;

font-weight:500;

}
.navbar-brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.logo{
    width:42px;
    height:auto;
}

.brand-name{
    font-size:1.55rem;
    font-weight:700;
    color:#fff;
    letter-spacing:.3px;
} 

.hero{

position:relative;

overflow:hidden;

min-height:100vh;

background:

linear-gradient(135deg,#0F2D62,#0E9AA7);

display:flex;

align-items:center;

color:white;

}

.hero h1{

font-size:62px;

font-weight:700;

line-height:1.2;

margin:20px 0;

}

.hero h1 span{

color:#FFD54F;

}

.hero p{

font-size:20px;

opacity:.9;

line-height:1.8;

margin-bottom:35px;

}

.hero-tag{

display:inline-block;

padding:8px 18px;

background:rgba(255,255,255,.15);

border-radius:50px;

backdrop-filter:blur(10px);

}

.hero-buttons{

margin:35px 0;

}

.hero-buttons .btn{

margin-right:15px;

padding:14px 35px;

}

.hero-features{

display:flex;

gap:30px;

margin-top:40px;

font-weight:500;

}

.hero-features i{

color:#FFD54F;

margin-right:8px;

}

.hero-image{
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    margin-top:-20px;
}

.hero-image img{
    width: 115%;
    max-width: 680px;
    transform: scale(1.08);
}

.floating-card{

position:absolute;

background:white;

color:#222;

padding:18px;

border-radius:16px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

animation:float 4s infinite;

}

.card1{

top:5%;

left:-30px;

}

.card2{

bottom:25%;

right:-20px;

}

.card3{

bottom:0;

left:30px;

}

.hero-bg-circle{

position:absolute;

border-radius:50%;

background:rgba(255,255,255,.08);

animation:move 12s infinite alternate;

}

.hero-content p{
    color:#D7E4F3;
}

.hero-image::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(14,154,167,.18);
    filter:blur(80px);
    z-index:-1;
}

.circle1{

width:400px;

height:400px;

top:-100px;

right:-120px;

}

.circle2{

width:250px;

height:250px;

left:-80px;

bottom:50px;

}

.circle3{

width:180px;

height:180px;

top:180px;

right:30%;

}

.scroll-down{

position:absolute;

bottom:30px;

left:50%;

transform:translateX(-50%);

font-size:34px;

animation:bounce 2s infinite;

}

@keyframes float{

50%{

transform:translateY(-15px);

}

}

@keyframes move{

100%{

transform:translateY(40px) translateX(40px);

}

}

@keyframes bounce{

50%{

transform:translate(-50%,12px);

}

}
/* =======================================
   STATS
======================================= */

.stats-section{

padding:90px 0;

background:#fff;

}

.counter-card{

padding:35px;

border-radius:18px;

background:#fff;

transition:.4s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.counter-card:hover{

transform:translateY(-10px);

}

.counter-card i{

font-size:42px;

color:#0E9AA7;

margin-bottom:20px;

}

.counter-card h2{

font-size:42px;

font-weight:700;

color:#0F2D62;

}

.counter-card p{

margin-top:10px;

color:#777;

}


/* =======================================
COUNTDOWN
======================================= */

.countdown-section{

padding:90px 0;

background:linear-gradient(135deg,#0F2D62,#0E9AA7);

color:#fff;

}

.countdown-box{

text-align:center;

}

.countdown{

display:flex;

justify-content:center;

gap:25px;

margin-top:40px;

flex-wrap:wrap;

}

.countdown div{

width:120px;

height:120px;

background:rgba(255,255,255,.12);

backdrop-filter:blur(15px);

border-radius:20px;

display:flex;

flex-direction:column;

justify-content:center;

}

.countdown span{

font-size:42px;

font-weight:700;

}

.countdown small{

font-size:15px;

opacity:.9;

}


/* =======================================
WHY HEALTHCODE
======================================= */

.why-healthcode{

padding:100px 0;

background:#F5F7FB;

}

.section-heading span{

color:#0E9AA7;

font-weight:600;

letter-spacing:2px;

}

.section-heading h2{

margin:20px 0;

font-size:42px;

font-weight:700;

color:#0F2D62;

}

.section-heading p{

max-width:700px;

margin:auto;

color:#666;

line-height:1.8;

}

.feature-box{

padding:40px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.feature-box:hover{

transform:translateY(-12px);

}

.feature-box i{

font-size:48px;

color:#0E9AA7;

margin-bottom:25px;

}

.feature-box h4{

font-weight:600;

margin-bottom:15px;

color:#0F2D62;

}

.feature-box p{

color:#666;

line-height:1.7;

}
/* COURSES */

.courses-section{
padding:100px 0;
background:white;
}

.course-card{
background:white;
border-radius:20px;
padding:35px;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.course-card:hover{
transform:translateY(-12px);
}

.course-icon{
width:80px;
height:80px;
background:#E8F7F8;
color:#0E9AA7;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin-bottom:25px;
}

.course-card ul{
padding-left:18px;
margin:20px 0;
}

.course-card li{
margin-bottom:10px;
}

/* TIMELINE */

.timeline-section{
padding:100px 0;
background:#F8FAFC;
}

.timeline{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
gap:25px;
margin-top:50px;
}

.timeline-item{
flex:1;
min-width:120px;
text-align:center;
position:relative;
}

.circle{
width:70px;
height:70px;
background:#0E9AA7;
color:white;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
margin:auto;
font-size:28px;
font-weight:700;
margin-bottom:20px;
}

/* PLACEMENT */

.placement-section{
padding:100px 0;
}

.placement-box{
background:#0F2D62;
color:white;
padding:25px;
border-radius:15px;
margin-top:20px;
text-align:center;
}

/* PARTNERS */

.partners-section{
padding:90px 0;
background:#F5F7FB;
}

.partner-slider{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
margin-top:50px;
}

.partner-logo{
padding:25px 45px;
background:white;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
font-weight:700;
font-size:20px;
}

.testimonials-section{
padding:100px 0;
background:#fff;
}

.testimonial-card{
max-width:750px;
margin:auto;
text-align:center;
padding:45px;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.testimonial-img{
width:90px;
height:90px;
border-radius:50%;
object-fit:cover;
margin-bottom:20px;
}

.faq-section{
padding:100px 0;
background:#F8FAFC;
}

.contact-section{
padding:100px 0;
}

.footer{
background:#0F2D62;
color:white;
padding:70px 0 25px;
}

.footer a{
color:#ddd;
text-decoration:none;
}

.footer ul{
list-style:none;
padding:0;
}

.footer li{
margin-bottom:12px;
}

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:white;
font-size:34px;
z-index:999;
box-shadow:0 10px 25px rgba(0,0,0,.25);
}

#scrollTop{
position:fixed;
bottom:105px;
right:28px;
width:50px;
height:50px;
border:none;
border-radius:50%;
background:#0E9AA7;
color:white;
display:none;
z-index:999;
cursor:pointer;
}