@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@400;600;700;800&display=swap");
body, html {
  color: #111;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

section {
  padding: 75px 0;
}

button:focus {
  outline: none;
}

.navbar {
  background-color: #ffffff !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.navbar .btn {
  margin-top: 8px;
}
.navbar .navbar-brand img {
  height: 50px;
  border-radius: 0;
}
.navbar {
  margin-bottom: 0;
}

.navbar-toggler {
  border-color: transparent;
  display: flex;
  align-items: center;
}
.navbar-toggler span {
  display: block;
  background-color: #323232;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  transition: 0.1s;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 20px 16px;
  font-size: 15px;
  color: #191F2D;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #318C2C;
  text-decoration: none;
}
.navbar-light .btn-primary {
  background-color: #318C2C;
  border-color: #318C2C;
  color: #fdfdfd;
}
.navbar-light .btn-primary:hover {
  background-color: rgb(38.1347826087, 108.9565217391, 34.2434782609);
  border-color: rgb(38.1347826087, 108.9565217391, 34.2434782609);
  color: #fdfdfd;
}

nav.scrolled {
  background: #fdfdfd;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #323232;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.img-fluid {
  border-radius: 8px;
}

section {
  padding: 75px 0;
}

a, a:hover {
  text-decoration: none;
  color: #000;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #232323;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
}

h2, .title-h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
h2 b, .title-h2 b {
  color: #318C2C;
}

h3, .title-h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

ul, li {
  list-style-type: none;
  padding-left: 0;
  line-height: 2;
  font-size: 16px;
  color: #232323;
}
ul a, li a {
  color: #232323;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: 0.3s;
  border-radius: 4px;
  padding: 12px 28px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.btn-primary {
  background-color: #318C2C;
  border: 2px solid #318C2C;
  color: #fdfdfd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: rgb(38.1347826087, 108.9565217391, 34.2434782609);
  border-color: rgb(38.1347826087, 108.9565217391, 34.2434782609);
  color: #fdfdfd;
  box-shadow: none;
  outline: none;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #fdfdfd;
  color: #fdfdfd;
}
.btn-outline:hover {
  background-color: #fdfdfd;
  color: #318C2C;
}

.btn-filter {
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  color: #323232;
  margin: 4px;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 30px;
}
.btn-filter:hover, .btn-filter.active {
  background-color: #318C2C;
  border-color: #318C2C;
  color: #fdfdfd;
}

.hero {
  position: relative;
  min-height: 540px;
  background: url("../img/header-1.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(49, 140, 44, 0.82) 0%, rgba(28.6277173913, 81.7934782609, 25.7065217391, 0.7) 100%);
}
.hero__content {
  position: relative;
  z-index: 2;
  padding: 80px 15px;
}
.hero__text {
  max-width: 680px;
  color: #fdfdfd;
}
.hero__text h1 {
  font-family: "Montserrat", sans-serif;
  color: #fdfdfd;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: rgba(253, 253, 253, 0.92);
  margin-bottom: 32px;
  line-height: 1.7;
}
.hero__btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

#services {
  background-color: #F2F2F2;
}
#services .service-item {
  background: #fdfdfd;
  border-radius: 8px;
  padding: 30px 24px;
  height: 100%;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}
#services .service-item__icon {
  font-size: 32px;
  color: #318C2C;
  margin-bottom: 16px;
}
#services .service-item h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
#services .service-item p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}
#services .service-item:hover {
  border-bottom-color: #318C2C;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

#reference-preview, .reference-section {
  background: #fdfdfd;
}

.reference-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #F2F2F2;
  transition: 0.3s;
  color: #323232;
  height: 100%;
}
.reference-card__img {
  overflow: hidden;
  height: 200px;
}
.reference-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: 0.5s;
}
.reference-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #318C2C, #94C120);
}
.reference-card__body {
  padding: 16px 20px;
}
.reference-card__year {
  display: inline-block;
  background: #318C2C;
  color: #fdfdfd;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.reference-card__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.4;
}
.reference-card__city {
  font-size: 13px;
  color: #777;
}
.reference-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  color: #323232;
}
.reference-card:hover .reference-card__img img {
  transform: scale(1.05);
}

.year-filter {
  margin-bottom: 40px;
}

.reference-detail {
  padding: 60px 0;
}
.reference-detail__meta {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #777;
  font-size: 14px;
}
.reference-detail__year {
  background: #318C2C;
  color: #fdfdfd;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
}
.reference-detail__description {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}
.reference-detail .swiper-reference {
  border-radius: 8px;
  overflow: hidden;
}
.reference-detail .swiper-reference img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  border-radius: 0;
}

.page-header {
  padding: 60px 0 30px;
  background: #F2F2F2;
}

.onas-content {
  padding: 60px 0;
}
.onas-content .service-list-box {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 32px;
  border-left: 4px solid #318C2C;
}
.onas-content .service-list li {
  padding: 6px 0;
  font-size: 15px;
  border-bottom: 1px solid #dadada;
}
.onas-content .service-list li:last-child {
  border-bottom: none;
}
.onas-content .service-list li:before {
  content: "✓";
  color: #318C2C;
  font-weight: 700;
  margin-right: 10px;
}

.contact-info {
  padding: 60px 0;
}
.contact-info .contact-list li {
  padding: 6px 0;
}
.contact-info .contact-list li i {
  color: #318C2C;
  margin-right: 8px;
  width: 16px;
}

.contact {
  background: #F2F2F2;
}
.contact .container {
  background: #fdfdfd;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.contact textarea {
  min-height: 140px;
}

.swiper-2, .swiper-4, .swiper-reference {
  position: relative;
  overflow: hidden;
}
.swiper-2 .swiper-button-prev, .swiper-2 .swiper-button-next, .swiper-4 .swiper-button-prev, .swiper-4 .swiper-button-next, .swiper-reference .swiper-button-prev, .swiper-reference .swiper-button-next {
  background: #fdfdfd;
  border-radius: 50%;
  height: 44px;
  width: 44px;
}
.swiper-2 .swiper-button-prev:after, .swiper-2 .swiper-button-next:after, .swiper-4 .swiper-button-prev:after, .swiper-4 .swiper-button-next:after, .swiper-reference .swiper-button-prev:after, .swiper-reference .swiper-button-next:after {
  font-size: 16px;
  color: #318C2C;
}

:root {
  --swiper-theme-color: #318C2C;
}

footer {
  background: #323232;
  color: #fdfdfd;
  padding-top: 60px;
}
footer .title-h3 {
  color: #fdfdfd;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  display: block;
}
footer p {
  color: rgba(253, 253, 253, 0.7);
  font-size: 15px;
}
footer ul li {
  color: rgba(253, 253, 253, 0.7);
}
footer a {
  color: rgba(253, 253, 253, 0.7);
}
footer a:hover {
  color: #fdfdfd;
  text-decoration: underline;
}
footer .footer-logo {
  max-height: 60px;
  border-radius: 0;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}
footer hr {
  border-color: rgba(253, 253, 253, 0.15);
}
footer .credits span {
  font-size: 13px;
  color: rgba(253, 253, 253, 0.5);
}
footer .credits span a {
  color: rgba(253, 253, 253, 0.7);
  text-decoration: underline;
}
footer .credits span:last-child {
  float: right;
}

.blog-item-img {
  overflow: hidden;
  max-height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 12px;
  }
  .navbar {
    margin-bottom: 0;
  }
  .navbar .navbar-brand img {
    height: 44px;
  }
  .hero {
    min-height: 380px;
  }
  .hero__text h1 {
    font-size: 26px;
  }
  .hero__subtitle {
    font-size: 15px;
  }
  .hero__btns {
    flex-direction: column;
    gap: 10px;
  }
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }
  .title-h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .reference-card__img {
    height: 160px;
  }
  #contact .container {
    padding: 20px 16px;
  }
  .onas-content .service-list-box {
    margin-top: 30px;
  }
  footer {
    padding-top: 40px;
  }
  footer .credits {
    text-align: center;
  }
  footer .credits span {
    display: block;
  }
  footer .credits span:last-child {
    float: none;
  }
  footer ul, footer li a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .hero {
    min-height: 320px;
  }
  .hero__content {
    padding: 60px 15px;
  }
  .btn-filter {
    padding: 6px 14px;
    font-size: 13px;
  }
  section {
    padding: 50px 0;
  }
}/*# sourceMappingURL=style.css.map */