@charset "UTF-8";

body.demo-site,
body.demo-site#home,
body.demo-site#demo-home {
  background: #f6f8f8 !important;
  color: #2c3338;
}

body.demo-site#home .banner,
body.demo-site#demo-home .banner {
  display: none;
}

.demo-site a {
  color: #1f7a6e;
}

.demo-site a:hover,
.demo-site a:focus {
  color: #16675d;
}

.demo-hero {
  position: relative;
  min-height: 360px;
  padding: 90px 0 70px;
  background: linear-gradient(135deg, #1f7a6e 0%, #3aa394 55%, #7dcdc0 100%);
  color: #fff;
}

.demo-hero h1,
.demo-hero .demo-hero-title {
  margin: 0 0 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.demo-hero p {
  max-width: 640px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.demo-hero .btn,
.demo-actions .btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px;
  padding: 10px 22px;
  border-radius: 24px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.4;
}

.demo-btn-primary {
  background: #fff;
  color: #1f7a6e !important;
}

.demo-btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff !important;
}

.demo-section {
  padding: 60px 0;
}

.demo-section-title {
  margin: 0 0 28px;
}

.demo-section-title h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #1d2a2e;
}

.demo-section-title p {
  margin: 0;
  color: #6b7578;
}

.demo-card {
  display: block;
  height: 100%;
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.demo-card:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 122, 110, 0.14);
}

.demo-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.demo-card p,
.demo-card .demo-meta {
  margin: 0;
  color: #6b7578;
}

.demo-meta {
  margin-bottom: 8px;
  font-size: 13px;
}

.demo-page-banner {
  padding: 48px 0 32px;
  background: #e8f5f2;
}

.demo-page-banner h1 {
  margin: 8px 0 0;
  font-size: 30px;
  font-weight: 700;
  color: #1d2a2e;
}

.demo-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #6b7578;
}

.demo-breadcrumb li {
  display: inline;
}

.demo-breadcrumb li + li:before {
  content: " / ";
  color: #9aa4a7;
}

.demo-content {
  padding: 40px 0 70px;
}

.demo-content-box,
.demo-form-box {
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
}

.demo-content-box h1 {
  margin-top: 0;
  font-size: 28px;
}

.demo-content-box img {
  max-width: 100%;
  height: auto;
}

.demo-list-item {
  display: block;
  margin-bottom: 16px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(31, 122, 110, 0.06);
  color: inherit;
}

a.demo-list-item:hover {
  color: inherit;
  text-decoration: none;
}

.demo-list-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.demo-form .form-group {
  margin-bottom: 16px;
}

.demo-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.demo-form .form-control {
  height: 40px;
  border-radius: 8px;
  box-shadow: none;
}

.demo-form textarea.form-control {
  height: 140px;
}

.demo-form .btn-submit {
  padding: 10px 28px;
  border: 0;
  border-radius: 24px;
  background: #1f7a6e;
  color: #fff;
}

.demo-form .btn-submit:hover,
.demo-form .btn-submit:focus {
  background: #16675d;
  color: #fff;
}

.demo-message {
  display: none;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 8px;
}

.demo-message.success {
  display: block;
  background: #e8f6ef;
  color: #1f7a6e;
}

.demo-message.error {
  display: block;
  background: #fdecea;
  color: #c0392b;
}

.demo-empty {
  padding: 24px;
  color: #6b7578;
}

.demo-site .header_big_box {
  background: #fff;
}

.demo-site .header {
  margin-top: 32px;
  background: #fff;
}

.demo-site .header .navbar-site .navbar-nav > li > a,
.demo-site .header .navbar-site .navbar-nav > li > .nav_item > a {
  color: #2c3338;
}

.demo-site .footer {
  background: #1d2a2e;
  color: #d7e0e2;
}

.demo-site .footer a {
  color: #d7e0e2;
}

.demo-site .footer-bottom {
  padding: 24px 0 32px;
}

.demo-site .copyright {
  margin-top: 16px;
  color: #9aa4a7;
}

@media (max-width: 767px) {
  .demo-hero {
    min-height: 280px;
    padding: 70px 0 48px;
  }

  .demo-hero h1,
  .demo-hero .demo-hero-title {
    font-size: 26px;
  }

  .demo-content-box,
  .demo-form-box {
    padding: 20px;
  }
}

.prod-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 48px;
  background: linear-gradient(135deg, #1f7a6e 0%, #3aa394 55%, #7dcdc0 100%);
  color: #fff;
}

.prod-hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod-hero .container {
  position: relative;
  z-index: 1;
}

.prod-hero h1 {
  margin: 8px 0 12px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.prod-hero__text {
  max-width: 720px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.prod-hero .demo-breadcrumb,
.prod-hero .demo-breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
}

.prod-section {
  padding-top: 24px;
}

.prod-section__title h2,
.prod-block__title {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  color: #1d2a2e;
}

.prod-block {
  margin-bottom: 36px;
}

.prod-block__label {
  margin: 0 0 6px;
  color: #1f7a6e;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.prod-block__desc {
  margin: 0 0 20px;
  color: #6b7578;
  line-height: 1.8;
}

.prod-block__more {
  margin: 16px 0 0;
}

.prod-intro {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
}

.prod-intro__text {
  flex: 1;
}

.prod-intro__media {
  flex: 0 0 42%;
}

.prod-intro__media img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.prod-tabs__nav,
.prod-series__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.prod-tabs__btn,
.prod-series__btn {
  border: 1px solid #d7e6e3;
  background: #fff;
  color: #2c3338;
  border-radius: 24px;
  padding: 8px 18px;
  line-height: 1.4;
}

.prod-tabs__btn.is-active,
.prod-series__btn.is-active {
  background: #1f7a6e;
  border-color: #1f7a6e;
  color: #fff;
}

.prod-tabs__panel {
  display: none;
}

.prod-tabs__panel.is-active {
  display: block;
}

.prod-series {
  display: flex;
  gap: 28px;
  align-items: flex-start;
}

.prod-series__nav {
  flex: 0 0 220px;
  display: block;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
}

.prod-series__nav-title {
  margin-bottom: 12px;
  font-weight: 700;
}

.prod-series__btn {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  text-align: left;
  border-radius: 8px;
}

.prod-series__main {
  flex: 1;
  min-width: 0;
}

.prod-entry-grid,
.prod-cards,
.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.prod-entry,
.prod-card,
.prod-grid__item,
.prod-slide,
.prod-list__item {
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
  color: inherit;
}

a.prod-entry:hover,
a.prod-card:hover,
a.prod-grid__item:hover,
a.prod-slide:hover,
a.prod-list__item:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(31, 122, 110, 0.14);
}

.prod-entry img,
.prod-card__media img,
.prod-grid__thumb img,
.prod-slide__media img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #eef5f3;
}

.prod-entry,
.prod-card__body,
.prod-grid__item,
.prod-slide__body,
.prod-list__item {
  padding: 18px 20px 20px;
}

.prod-entry h3,
.prod-card h3,
.prod-grid__item h3,
.prod-slide h3,
.prod-list__item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.prod-entry p,
.prod-card p,
.prod-grid__item p,
.prod-slide p,
.prod-list__item p,
.prod-block__desc p {
  margin: 0;
  color: #6b7578;
  line-height: 1.7;
}

.prod-list {
  display: grid;
  gap: 12px;
}

.prod-slider {
  position: relative;
  padding: 0 48px 36px;
}

.prod-slider .swiper-button-prev,
.prod-slider .swiper-button-next {
  color: #1f7a6e;
}

.prod-slider .swiper-pagination-bullet-active {
  background: #1f7a6e;
}

.prod-more {
  display: block;
  margin: 24px auto 0;
  padding: 10px 28px;
  border: 0;
  border-radius: 24px;
  background: #1f7a6e;
  color: #fff;
}

.prod-case-hero {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 122, 110, 0.08);
}

.prod-case-hero__media {
  flex: 0 0 46%;
}

.prod-case-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.prod-case-hero__body {
  padding: 28px 28px 28px 0;
}

.prod-case-hero__tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 12px;
  background: #e8f5f2;
  color: #1f7a6e;
  font-size: 12px;
}

@media (max-width: 991px) {
  .prod-series,
  .prod-intro,
  .prod-case-hero {
    display: block;
  }

  .prod-series__nav,
  .prod-intro__media,
  .prod-case-hero__media,
  .prod-case-hero__body {
    flex: none;
    width: 100%;
    padding: 16px;
  }

  .prod-entry-grid,
  .prod-cards,
  .prod-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .prod-hero {
    padding: 56px 0 36px;
  }

  .prod-hero h1 {
    font-size: 24px;
  }

  .prod-entry-grid,
  .prod-cards,
  .prod-grid {
    grid-template-columns: 1fr;
  }

  .prod-slider {
    padding: 0 0 36px;
  }
}