
body{margin:0;
	font-family:'Poppins',sans-serif;
	background:#0B1F3B;
	color:white}

header{display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px 40px}

header a{background:#25D366;
	color:white;
	padding:10px 18px;
	border-radius:30px;
	text-decoration:none;
	font-weight:600}

.hero{text-align:center;
	padding:90px 20px;
	background:linear-gradient(rgba(11,31,59,.8),rgba(11,31,59,.8)),
	url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c');
	background-size:cover;
	background-position:center}

.hero h1{font-size:44px;
	margin-bottom:20px}

.hero p{font-size:20px;
	color:#ddd;
	margin-bottom:30px}

.btn{display:inline-block;
	padding:14px 28px;
	border-radius:30px;
	font-weight:600;
	text-decoration:none;
	margin:10px}

.btn-green{background:#25D366;
	color:white}

.btn-yellow{background:#FFD54F;
	color:#0B1F3B}

.section-white{background:white;
	color:#0B1F3B;
	padding:80px 20px;
	text-align:center}

.grid{display:grid;
	gap:25px;
	max-width:1100px;
	margin:auto}

.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}

.card{background:#f2f2f2;
	padding:30px;
	border-radius:20px}

.gallery img{width:100%;
	border-radius:15px}

.testimonial{background:#123A6F;
	padding:25px;
	border-radius:20px}

.cta-final{background:#25D366;
	padding:70px 20px;
	text-align:center}

.footer{background:#08162A;
	text-align:center;
	padding:20px;
	color:#aaa;font-size:14px}

.whatsapp-float{position:fixed;
	bottom:20px;right:20px;
	background:#25D366;
	color:white;
	padding:15px 18px;
	border-radius:50px;
	font-weight:600;
	text-decoration:none;
	box-shadow:0 8px 20px rgba(0,0,0,.3)}

@media(max-width:768px){.hero h1{font-size:32px}}






