#header {
  background-color: #4fa527;
}

.list-group-item {
  background-color: #4fa527;
  border: none;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.special {
  display: inline;
}

.btn-confirm {
  color: #fff;
  background-color: #84c068;
  border-color: #84c068;
}

.button-container form,
.button-container form div {
  display: inline;
}

.button-container button {
  display: inline;
  vertical-align: middle;
}

article {
  width: 70%;
  margin-top: 10px;
}

.thumbnail {
  height: 100px;
  margin: 10px;
  float: left;
}
#clear {
  display: none;
}
#result {
  border: 4px dotted #cccccc;
  display: none;
  margin: 0 auto;
  width: 511px;
}

:root {
  --med-primary: #0f766e;
  --med-primary-dark: #115e59;
  --med-accent: #e11d48;
  --med-ink: #102a43;
  --med-muted: #62748e;
  --med-line: #dbe7ef;
  --med-soft: #f6fafc;
  --med-white: #ffffff;
  --med-shadow: 0 18px 55px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--med-soft);
  color: var(--med-ink);
}

a {
  color: var(--med-primary);
}

a:hover {
  color: var(--med-primary-dark);
}

#header.modern-navbar {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 231, 239, 0.9);
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
  padding: 0.8rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.modern-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  margin-right: 1.25rem;
}

.brand-mark {
  align-items: center;
  background: var(--med-primary);
  border-radius: 8px;
  color: var(--med-white);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.brand-copy {
  color: var(--med-ink);
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 1.15rem;
  font-weight: 800;
}

.brand-copy small {
  color: var(--med-muted);
  font-size: 0.72rem;
  margin-top: 0.25rem;
}

.nav-contact {
  gap: 0.5rem;
  margin-bottom: 0;
}

.nav-contact .list-group-item {
  align-items: center;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  color: var(--med-primary-dark);
  display: inline-flex;
  font-size: 0.82rem;
  gap: 0.45rem;
  padding: 0.42rem 0.75rem;
}

#header.modern-navbar .navbar-nav {
  align-items: center;
  gap: 0.2rem;
}

#header.modern-navbar.navbar-light .navbar-nav .nav-link {
  align-items: center;
  border-radius: 999px;
  color: var(--med-ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 0.38rem;
  letter-spacing: 0;
  padding: 0.55rem 0.75rem;
  text-transform: none;
  white-space: nowrap;
}

#header.modern-navbar.navbar-light .navbar-nav .nav-link:hover,
#header.modern-navbar.navbar-light .navbar-nav .show > .nav-link {
  background: #ecfdf5;
  color: var(--med-primary-dark);
}

#header .dropdown-menu {
  border: 1px solid var(--med-line);
  border-radius: 8px;
  box-shadow: var(--med-shadow);
  margin-top: 0.8rem;
  padding: 0.45rem;
}

#header .dropdown-item {
  align-items: center;
  border-radius: 6px;
  color: var(--med-ink);
  display: flex;
  font-size: 0.9rem;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
}

#header .dropdown-item:hover {
  background: #ecfdf5;
  color: var(--med-primary-dark);
}

.modern-hero.banner-slider {
  background-position: center;
  background-size: cover;
  min-height: 620px;
  position: relative;
}

.modern-hero .bg {
  background: linear-gradient(
    90deg,
    rgba(4, 47, 46, 0.88) 0%,
    rgba(15, 118, 110, 0.72) 45%,
    rgba(15, 23, 42, 0.26) 100%
  );
}

.modern-hero .bannder-table {
  min-height: 620px;
}

.modern-hero .banner-text {
  color: var(--med-white);
  margin: 0 auto;
  max-width: 1120px;
  padding: 0 1rem;
  text-align: left;
}

.hero-kicker {
  align-items: center;
  color: #ccfbf1;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 800;
  gap: 0.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.modern-hero #typeit {
  color: var(--med-white);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 780px;
  min-height: 1.05em;
  text-shadow: 0 8px 35px rgba(0, 0, 0, 0.22);
}

.modern-hero .banner-text p {
  color: #e0f2fe;
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 1.2rem 0 0;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.btn,
.button a,
.button-bn a {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 800;
  gap: 0.5rem;
  letter-spacing: 0;
  min-height: 44px;
  padding: 0.72rem 1rem;
}

.btn-primary,
.btn-success,
.contact-form .btn,
.button a,
.button-bn a {
  background: var(--med-primary);
  border-color: var(--med-primary);
  color: var(--med-white);
}

.btn-primary:hover,
.btn-success:hover,
.contact-form .btn:hover,
.button a:hover,
.button-bn a:hover {
  background: var(--med-primary-dark);
  border-color: var(--med-primary-dark);
  color: var(--med-white);
  transform: translateY(-1px);
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: var(--med-white);
}

.btn-outline-light:hover {
  background: var(--med-white);
  color: var(--med-primary-dark);
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-metrics span {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  color: #e0f2fe;
  padding: 0.85rem 1rem;
}

.hero-metrics strong {
  color: var(--med-white);
  display: block;
  font-size: 1.05rem;
}

.headline h2,
.headline-left h2,
.about-page h1 {
  color: var(--med-ink);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.headline h3,
.headline-left h2 span,
.about-page h3,
.feature-text p,
.services-text p,
.about-content p,
.faq-body {
  color: var(--med-muted);
}

.about-area,
.choose-area,
.feature-area,
.services-area,
.about-page,
.contact-area {
  background: var(--med-soft);
}

.about-content,
.contact-form,
.faq-item.card,
.feature-item,
.services-item,
.choose-item,
.shadow-effect {
  background: var(--med-white);
  border: 1px solid var(--med-line);
  border-radius: 8px;
  box-shadow: 0 14px 45px rgba(15, 23, 42, 0.08);
}

.about-content,
.contact-form {
  padding: 1.5rem;
}

.choose-item,
.feature-item,
.services-item {
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.choose-item:hover,
.feature-item:hover,
.services-item:hover {
  box-shadow: var(--med-shadow);
  transform: translateY(-4px);
}

.choose-icon,
.feature-icon {
  color: var(--med-primary);
}

.services-photo {
  min-height: 220px;
}

.services-text h3 a,
.feature-text h4,
.choose-text h4 {
  color: var(--med-ink);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: none;
}

.progress {
  background: #e8f3f1;
  border-radius: 999px;
  height: 10px;
  overflow: hidden;
}

.progress-bar-custom,
.progress-bar-success {
  background: var(--med-primary);
}

.contact-form .nav-tabs {
  border: 0;
}

.contact-form .nav-tabs .nav-link {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: var(--med-primary-dark);
  font-weight: 850;
}

.form-control,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--med-line) !important;
  border-radius: 8px !important;
  min-height: 46px;
}

.form-control:focus {
  border-color: var(--med-primary) !important;
  box-shadow: 0 0 0 0.18rem rgba(15, 118, 110, 0.14);
}

.faq-group .faq-item {
  margin-bottom: 0.9rem;
}

.faq-button {
  align-items: center;
  background: var(--med-white);
  border: 0;
  color: var(--med-ink);
  display: flex;
  font-weight: 850;
  gap: 0.55rem;
  justify-content: flex-start;
  padding: 1rem 1.2rem;
  text-align: left;
  width: 100%;
}

.faq-button i {
  color: var(--med-primary);
}

.faq-body {
  border-top: 1px solid var(--med-line);
  padding: 1.2rem;
}

.modern-cta.call-us {
  background-position: center;
  background-size: cover;
  position: relative;
}

.modern-cta.call-us::before {
  background: rgba(15, 118, 110, 0.86);
  content: "";
  inset: 0;
  position: absolute;
}

.modern-cta.call-us .container {
  position: relative;
  z-index: 1;
}

.modern-cta .call-text span {
  color: #ccfbf1;
  display: inline-flex;
  font-weight: 800;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.modern-cta .call-text h3 {
  color: var(--med-white);
  font-weight: 900;
  letter-spacing: 0;
}

.modern-footer {
  background: #0f172a;
  color: #cbd5e1;
}

.modern-footer .headline h4,
.modern-footer .feature-text h4 {
  color: var(--med-white);
}

.modern-footer .feature-item {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.modern-footer .feature-icon,
.modern-footer .feature-text p {
  color: #cbd5e1;
}

.footer-bottom {
  background: #0b1120;
}

.footer-bottom a,
.copy-text p {
  color: #cbd5e1;
}

.footer-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.scroll-top {
  align-items: center;
  background: var(--med-accent);
  border-radius: 8px;
  box-shadow: 0 16px 35px rgba(225, 29, 72, 0.28);
  color: var(--med-white);
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

@media (max-width: 991.98px) {
  #header.modern-navbar {
    padding: 0.7rem 1rem;
  }

  .nav-contact {
    display: none;
  }

  #header.modern-navbar .navbar-collapse {
    background: var(--med-white);
    border: 1px solid var(--med-line);
    border-radius: 8px;
    box-shadow: var(--med-shadow);
    margin-top: 0.8rem;
    padding: 0.8rem;
  }

  #header.modern-navbar .navbar-nav {
    align-items: stretch;
  }

  #header.modern-navbar.navbar-light .navbar-nav .nav-link {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .modern-hero.banner-slider,
  .modern-hero .bannder-table {
    min-height: 560px;
  }

  .modern-hero .banner-text {
    padding: 0 1.25rem;
  }

  .hero-actions .btn {
    justify-content: center;
    width: 100%;
  }

  .hero-metrics span {
    width: 100%;
  }

  .contact-area .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #result {
    max-width: 100%;
    width: 100%;
  }
}
