@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

:root {
  --primary: #008000;
  --primary-dark: #015c01;
  --accent: #fffbe7;
  --text: #232323;
  --bg: #fff;
  --shadow: 0 2px 8px rgba(0,0,0,.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; color: var(--text); background: var(--bg); }

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.header { background: #fff; box-shadow: var(--shadow); position: sticky; top: 0; z-index: 100; }
.nav-flex { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; }
.logo { display: flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--primary); }
.logo img { width: 38px; height: 38px; object-fit: contain; }
.call-btn { background: var(--primary); color: #fff; border-radius: 50%; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-left: 8px; }

.navbar { display: flex; }
.nav-list { display: flex; gap: 1.5rem; }
.nav-list li a { color: var(--primary-dark); font-weight: 600; transition: color 0.2s; padding: 8px 0; }
.nav-list li a.active, .nav-list li a:hover { color: var(--primary); border-bottom: 2px solid var(--primary); }
.nav-toggle-btn, .nav-close-btn { display: none; background: none; border: none; font-size: 2rem; color: var(--primary-dark); cursor: pointer; }
@media (max-width: 900px) {
  .navbar { position: fixed; right: -100vw; top: 0; height: 100vh; background: #fff; flex-direction: column; align-items: flex-start; width: 72vw; max-width: 340px; box-shadow: var(--shadow); padding: 40px 30px 0; transition: right 0.3s; z-index: 110; }
  .navbar.open { right: 0; }
  .nav-list { flex-direction: column; gap: 1.3rem; width: 100%; }
  .nav-toggle-btn { display: block; }
  .nav-close-btn { display: block; position: absolute; top: 18px; right: 16px; }
}
@media (max-width: 600px) {
  .container { padding: 0 8px; }
}

/* Hero Section */
.hero { background: url('../images/hero.jpg') center/cover no-repeat; min-height: 70vh; display: flex; align-items: center; position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: rgba(1, 92, 1, 0.51); z-index: 1; }
.hero-content { position: relative; z-index: 2; color: #fff; width: 100%; text-align: center; padding: 80px 0; }
.hero h1 { font-size: 2.6rem; font-weight: 700; margin-bottom: 14px; }
.hero p { font-size: 1.12rem; margin-bottom: 24px; }
.btn { display: inline-block; padding: 12px 32px; border-radius: 6px; font-weight: 600; font-size: 1rem; text-align: center; transition: background .2s, color .2s; border: none; cursor: pointer; background: var(--primary); color: #fff; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark);}
.btn-secondary { background: #fff; color: var(--primary); border: 2px solid var(--primary); }
.btn-secondary:hover { background: var(--primary); color: #fff; }

.section { padding: 56px 0; }
.section-title { font-size: 2rem; font-weight: 700; color: var(--primary); text-align: center; margin-bottom: 34px; }
.center { text-align: center; }

/* Cards Grid */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 26px; margin-bottom: 35px; }
.package-card { background: #fff; border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; transition: transform .15s; }
.package-card img { height: 160px; object-fit: cover; width: 100%; }
.package-card h3 { font-size: 1.2rem; font-weight: 600; margin: 16px; color: var(--primary-dark);}
.package-card p { font-size: 1rem; margin: 0 16px 16px; color: #444;}
.package-card .btn { margin: 0 16px 18px; width: fit-content; }
.package-card:hover { transform: translateY(-4px) scale(1.01); }

.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 22px; margin-top: 28px; }
.why-item { padding: 30px 13px; text-align: center; background: var(--accent); border-radius: 10px; box-shadow: var(--shadow);}
.why-item i { font-size: 2.3rem; color: var(--primary); margin-bottom: 10px;}
.why-item h4 { font-size: 1.1rem; font-weight: 600; margin-bottom: 7px; }
.why-item p { font-size: 0.98rem; color: #444; }

.whatsapp-float { position: fixed; bottom: 22px; right: 22px; background: #25d366; color: #fff; font-size: 2.3rem; width: 55px; height: 55px; border-radius: 50%; box-shadow: 0 2px 12px rgba(0,0,0,0.18); display: flex; align-items: center; justify-content: center; z-index: 200; }

footer { background: #fafafa; margin-top: 50px; }
.footer-flex { display: flex; flex-wrap: wrap; gap: 36px; align-items: flex-start; justify-content: space-between; padding: 40px 0 20px;}
.footer-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--primary); margin-bottom: 14px;}
.footer-logo img { width: 38px; height: 38px; }
.footer-socials { display: flex; gap: 12px; margin-top: 6px;}
.footer-socials a { font-size: 1.4rem; color: var(--primary-dark);}
.footer-socials a:hover { color: var(--primary);}
footer ul { margin-top: 6px;}
footer ul li { margin-bottom: 6px;}
.footer-bottom { text-align: center; padding: 18px 0 6px; color: #333; font-size: 0.98rem; border-top: 1px solid #e6e6e6; }

@media (max-width: 800px) {
  .footer-flex { flex-direction: column; gap: 18px; padding: 30px 0 12px;}
  .cards-grid, .why-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .section { padding: 32px 0; }
  .hero h1 { font-size: 1.4rem; }
  .cards-grid, .why-grid { grid-template-columns: 1fr; }
  .footer-flex { padding: 20px 0 5px;}
  .footer-logo { margin-bottom: 8px;}
}