/*==================================================
SARV SHAKTI WORKFORCE SOLUTIONS
Premium Corporate Website
Style.css
==================================================*/

:root{

--primary:#0A3D91;
--secondary:#16a34a;
--dark:#0B1F33;
--light:#F8FAFC;
--white:#ffffff;
--gray:#6c757d;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

background:var(--light);

color:#222;

overflow-x:hidden;

line-height:1.7;

}

img{

max-width:100%;

display:block;

height:auto;

}

a{

text-decoration:none;

transition:.35s;

}

ul{

list-style:none;

padding:0;

margin:0;

}

/*==========================
TOP BAR
==========================*/

.top-bar{

background:#061A2D;

color:#fff;

font-size:14px;

padding:8px 0;

}

.top-bar i{

color:#16a34a;

margin-right:6px;

}

.top-bar a{

color:#fff;

}

.top-bar a:hover{

color:#16a34a;

}

/*==========================
NAVBAR
==========================*/

.navbar{

background:#fff;

padding:18px 0;

transition:.4s;

box-shadow:0 5px 20px rgba(0,0,0,.08);

z-index:999;

}

.navbar-brand img{

height:72px;

}

.navbar-brand h4{

font-size:24px;

font-weight:800;

margin:0;

color:#0A3D91;

}

.nav-link{

font-weight:600;

margin-left:18px;

color:#222!important;

}

.nav-link:hover{

color:#16a34a!important;

}

.dropdown-menu{

border:none;

border-radius:18px;

padding:10px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.dropdown-item{

padding:12px 18px;

border-radius:10px;

font-weight:500;

}

.dropdown-item:hover{

background:#16a34a;

color:#fff;

}

/*==========================
BUTTONS
==========================*/

.btn-success{

background:#16a34a;

border:none;

border-radius:50px;

padding:14px 34px;

font-weight:600;

transition:.35s;

}

.btn-success:hover{

background:#15803d;

transform:translateY(-4px);

box-shadow:0 15px 35px rgba(22,163,74,.35);

}

.btn-outline-light{

border-radius:50px;

padding:14px 34px;

font-weight:600;

}

/*==========================
SECTION
==========================*/

section{

padding:100px 0;

}

.section-title{

font-size:46px;

font-weight:800;

margin-bottom:20px;

color:#0A3D91;

}

.section-subtitle{

color:#16a34a;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

margin-bottom:10px;

}

/*==========================
PREMIUM HERO
==========================*/

.hero-section{

position:relative;

min-height:100vh;

background:url("../images/hero.png") center center/cover no-repeat;

display:flex;

align-items:center;

}

.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(5,24,46,.72);

}

.hero-section .container{

position:relative;

z-index:2;

}

.hero-section h1{

font-size:68px;

font-weight:800;

line-height:1.15;

color:#fff;

margin-bottom:25px;

}

.hero-section p{

font-size:21px;

color:#fff;

max-width:700px;

margin-bottom:40px;

}

.hero-stat{

text-align:center;

color:#fff;

}

.hero-stat h2{

font-size:46px;

font-weight:800;

}

.hero-stat p{

margin:0;

font-size:16px;

}

/*==========================
CARDS
==========================*/

.card{

border:none;

border-radius:24px;

box-shadow:0 15px 45px rgba(0,0,0,.08);

transition:.35s;

overflow:hidden;

}

.card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/*==========================
SERVICE CARD
==========================*/

.service-card{

background:#fff;

border-radius:24px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.service-card img{

height:240px;

width:100%;

object-fit:cover;

transition:.5s;

}

.service-card:hover img{

transform:scale(1.08);

}

.service-card:hover{

transform:translateY(-12px);

}

.service-card .card-body{

padding:35px;

}

.service-card h4{

font-weight:700;

margin:15px 0;

color:#0A3D91;

}

.service-card p{

color:#666;

margin-bottom:25px;

}

/*==========================
ABOUT
==========================*/

#about img{

border-radius:25px;

transition:.35s;

}

#about img:hover{

transform:scale(1.03);

}

/*==========================
ANIMATION
==========================*/

.fade-up{

animation:fadeUp .8s ease;

}

@keyframes fadeUp{

0%{

opacity:0;

transform:translateY(50px);

}

100%{

opacity:1;

transform:translateY(0);

}

}
/*==================================================
PREMIUM SERVICES
==================================================*/

#services{

background:#f4f8fc;

}

#services .service-card{

border:1px solid #edf1f5;

}

#services .service-card:hover{

box-shadow:0 30px 60px rgba(10,61,145,.15);

}

#services .service-card i{

font-size:42px;

margin-bottom:20px;

}

#services .btn{

margin-top:10px;

}

/*==================================================
INDUSTRIES
==================================================*/

#industries{

background:#ffffff;

}

.industry-card{

background:#fff;

border-radius:20px;

padding:40px 30px;

text-align:center;

transition:.35s;

height:100%;

box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.industry-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.industry-card i{

font-size:55px;

color:#0A3D91;

margin-bottom:20px;

}

.industry-card h4{

font-weight:700;

margin-bottom:15px;

color:#0A3D91;

}

.industry-card p{

color:#666;

}

/*==================================================
WHY US
==================================================*/

.why-card{

background:#fff;

padding:40px;

border-radius:25px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.why-card:hover{

transform:translateY(-8px);

}

.why-card i{

font-size:50px;

color:#16a34a;

margin-bottom:20px;

}

/*==================================================
TIMELINE
==================================================*/

.timeline-step{

background:#fff;

padding:35px;

border-radius:20px;

position:relative;

box-shadow:0 15px 35px rgba(0,0,0,.08);

height:100%;

}

.timeline-step span{

display:inline-block;

width:55px;

height:55px;

line-height:55px;

border-radius:50%;

background:#16a34a;

color:#fff;

font-size:24px;

font-weight:700;

margin-bottom:20px;

}

/*==================================================
HSE
==================================================*/

.hse-card{

background:#fff;

border-radius:20px;

padding:35px;

text-align:center;

transition:.35s;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.hse-card:hover{

transform:translateY(-8px);

}

.hse-card i{

font-size:48px;

color:#16a34a;

margin-bottom:18px;

}

/*==================================================
QUALITY
==================================================*/

.quality-box{

background:#0A3D91;

color:#fff;

padding:45px;

border-radius:25px;

}

.quality-box h3{

font-weight:700;

margin-bottom:20px;

}

/*==================================================
STATISTICS
==================================================*/

.stats{

background:#0A3D91;

color:#fff;

}

.stat-box{

text-align:center;

padding:30px;

}

.stat-box h2{

font-size:55px;

font-weight:800;

margin-bottom:10px;

}

.stat-box p{

font-size:18px;

}

/*==================================================
CONTACT
==================================================*/

#contact{

background:#fff;

}

#contact .form-control{

border-radius:15px;

padding:16px;

border:1px solid #ddd;

}

#contact .form-control:focus{

box-shadow:none;

border-color:#16a34a;

}

.contact-box{

background:#0A3D91;

color:#fff;

padding:45px;

border-radius:25px;

height:100%;

}

.contact-box i{

color:#16a34a;

margin-right:10px;

}

/*==================================================
FOOTER
==================================================*/

footer{

background:#061A2D;

color:#fff;

padding-top:80px;

}

footer h5{

font-weight:700;

margin-bottom:25px;

}

footer a{

color:#ddd;

}

footer a:hover{

color:#16a34a;

}

footer hr{

border-color:rgba(255,255,255,.1);

}

footer .social a{

display:inline-flex;

align-items:center;

justify-content:center;

width:45px;

height:45px;

border-radius:50%;

background:#16324d;

margin-right:10px;

font-size:18px;

}

footer .social a:hover{

background:#16a34a;

color:#fff;

}

/*==================================================
WHATSAPP
==================================================*/

.whatsapp{

position:fixed;

right:25px;

bottom:25px;

width:65px;

height:65px;

background:#16a34a;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:32px;

color:#fff;

box-shadow:0 20px 40px rgba(0,0,0,.25);

z-index:999;

transition:.35s;

}

.whatsapp:hover{

transform:scale(1.1);

color:#fff;

}

/*==================================================
BACK TO TOP
==================================================*/

.back-top{

position:fixed;

right:25px;

bottom:105px;

width:55px;

height:55px;

background:#0A3D91;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:22px;

opacity:0;

visibility:hidden;

transition:.35s;

}

.back-top.active{

opacity:1;

visibility:visible;

}

.back-top:hover{

background:#16a34a;

color:#fff;

}