﻿:root {
  --bg-dark: #b8c2ba;
  --bg-dark-soft: #d6ddd8;
  --bg-muted: #edf1ed;
  --text-main: #2f3231;
  --text-soft: #686f6b;
  --line: #d3dbd5;
  --accent: #7c8f7f;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Urbanist', sans-serif;
  color: var(--text-main);
  background: #f3f5f2;
}

.container {
  max-width: 1200px;
}

.section { position: relative; }
.section-muted { background: var(--bg-muted); }

.py-5 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: transform .6s ease, opacity .6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-header {
  background: var(--bg-dark);
}

.nav-main {
  padding: 1.1rem 0;
  transition: all .25s ease;
}

.nav-main.is-scrolled {
  background: rgba(67, 80, 69, .92);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 28px rgba(34, 43, 36, .26);
  padding: .8rem 0;
}

.brand-mark {
  color: #f1f4ef;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.brand-mark:hover,
.brand-mark:focus { color: #f1f4ef; }

.nav-main .nav-link {
  color: rgba(241, 244, 239, .86);
  font-weight: 600;
  padding: .5rem .9rem;
}

.nav-main .nav-link:hover,
.nav-main .nav-link:focus { color: #ffffff; }

.navbar-toggler { filter: none; }

.hero {
  padding-top: 8.7rem;
  padding-bottom: 4.8rem;
  background: radial-gradient(circle at 12% 8%, #748374 0%, #566557 36%, #404d43 68%, #2f3a32 100%);
}

.hero-wrap {
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.hero-tag {
  display: inline-block;
  border: 1px solid rgba(231, 236, 229, .36);
  color: #e3e9e2;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: .45rem .8rem;
  border-radius: 100px;
}

.hero-title {
  color: #f3f6f1;
  font-weight: 800;
  line-height: 1.04;
  font-size: clamp(2.1rem, 5.8vw, 4.5rem);
  text-shadow: 0 2px 10px rgba(16, 22, 17, .28);
}

.hero-title span {
  color: #eaf2eb;
  text-shadow: 0 2px 10px rgba(16, 22, 17, .32);
}

.hero-copy {
  color: #dde4dc;
  font-size: 1.08rem;
  max-width: 58ch;
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  color: #f6f7f5;
  font-weight: 700;
}

.btn-accent:hover,
.btn-accent:focus {
  background: #6f8372;
  border-color: #6f8372;
  color: #f6f7f5;
}

.hero .btn-outline-light {
  border-color: #d7e0d6;
  color: #f3f7f2;
}

.hero .btn-outline-light:hover,
.hero .btn-outline-light:focus {
  border-color: #f3f7f2;
  background: #e6ece4;
  color: #2d362f;
}

.mini-pill {
  background: rgba(242, 246, 241, .16);
  border: 1px solid rgba(226, 234, 225, .28);
  border-radius: 12px;
  padding: .65rem .8rem;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: .15rem;
}

.mini-pill strong {
  color: #f3f6f1;
  font-size: 1rem;
  line-height: 1;
}

.mini-pill span {
  color: #d1d9d1;
  font-size: .78rem;
}

.hero-media {
  position: relative;
  width: min(430px, 100%);
  margin-left: auto;
}

.hero-media img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4/4.6;
  border: 10px solid rgba(198, 208, 200, .45);
}

.floating-badge {
  position: absolute;
  background: #f5f7f4;
  border-radius: 12px;
  padding: .58rem .72rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(63, 76, 65, .16);
}

.floating-badge i { color: #58655c; }
.badge-one { left: -20px; top: 15%; }
.badge-two { right: -20px; bottom: 14%; }

.feature-strip {
  background: #f3f5f2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  height: 100%;
  background: #f7f8f6;
}

.feature-card i { color: #5a685e; }

.section-tag {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .75rem;
  color: #7a847d;
  margin-bottom: .55rem;
  font-weight: 700;
}

.section-tag-light { color: #c8d0ca; }

.section-title {
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.about-photo-wrap {
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
}

.about-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.about-item,
.skill-box,
.stat-card,
.service-card,
.pricing-card,
.testimonial-card,
.blog-card,
.project-card,
.timeline-item,
.award-card {
  border: 1px solid var(--line);
  background: #f8f9f7;
}

.about-item {
  border-radius: 12px;
  padding: .8rem .9rem;
}

.about-item small {
  display: block;
  color: var(--text-soft);
  margin-bottom: .2rem;
}

.about-item strong { font-weight: 700; }

.progress {
  height: 7px;
  background: #e3e8e3;
}

.progress-bar { background: linear-gradient(90deg, #93a795, #708473); }

.btn-filter {
  border: 1px solid var(--line);
  color: #515c55;
  background: #f8f9f7;
  font-weight: 700;
  border-radius: 100px;
  padding: .45rem 1rem;
}

.btn-filter.active,
.btn-filter:hover {
  border-color: #bcc8be;
  color: #2f3632;
  background: #e3e9e3;
}

.project-card,
.blog-card,
.pricing-card,
.service-card,
.testimonial-card,
.stat-card,
.award-card {
  border-radius: 16px;
  overflow: hidden;
}

.project-card,
.blog-card { transition: transform .2s ease, box-shadow .2s ease; }

.project-card:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(74, 89, 76, .12);
}

.project-card img,
.blog-card img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

.stat-card h3 { font-size: 2rem; }

.award-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.timeline {
  display: grid;
  gap: .85rem;
}

.timeline-item {
  border-radius: 12px;
  padding: 1rem;
}

.timeline-year {
  display: inline-block;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: #7f897f;
  margin-bottom: .4rem;
  font-weight: 700;
}

.service-card i,
.pricing-card li i { color: #5d6c60; }

.pricing-featured {
  border: 2px solid var(--accent);
  box-shadow: 0 14px 28px rgba(111, 131, 114, .24);
}

.testimonial-card .lead { font-size: 1.08rem; }

.contact-box { background: linear-gradient(120deg, #78867a, #93a497); }

.form-control {
  border: 1px solid #cbd4cd;
  padding: .75rem .95rem;
}

.form-control:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 .2rem rgba(124, 143, 127, .24);
}

footer { border-top: 1px solid var(--line); }

@media (max-width: 991px) {
  .navbar-collapse {
    background: #4a584d;
    border-radius: 12px;
    padding: 1rem;
    margin-top: .6rem;
  }

  .hero { padding-top: 7.3rem; }
  .hero-wrap { min-height: auto; }
  .badge-one,
  .badge-two { display: none; }
}

@media (max-width: 575px) {
  .about-info-grid { grid-template-columns: 1fr; }
}


.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.contact-quick-actions .btn {
  font-weight: 700;
}
