/*
Theme Name: Paaka One Page
Theme URI: https://example.com/
Author: D Apps
Description: Lightweight responsive one-page WordPress theme designed to work with Elementor.
Version: 1.1
License: GPL-2.0-or-later
Text Domain: paaka
*/

:root{--primary:#1f6f5b;--dark:#13251f;--light:#f5f8f6;--text:#33413b;--white:#fff}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}
.container{width:min(1120px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid #e8ecea}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{font-size:25px;font-weight:800;color:var(--dark)}
.menu{display:flex;gap:28px;align-items:center}
.menu a{font-size:14px;font-weight:600;color:var(--dark)}
.menu a:hover{color:var(--primary)}
.site-main{min-height:50vh}
.footer{padding:25px 0;text-align:center;font-size:13px;background:#0d1915;color:#b8c4bf}
.elementor-page .site-header{position:relative}
@media(max-width:800px){
 .menu{gap:14px}.menu a{font-size:12px}
}
