/* Final theme layer: refreshed color system and polished components. */

:root {
  --brand-primary: #0f766e;
  --brand-primary-2: #134e4a;
  --brand-accent: #c47a18;
  --brand-accent-2: #f1b54a;
  --brand-bg: #10251f;
  --bg-main: #f6fbf6;
  --bg-surface: #fffdf7;
  --bg-subtle: #eaf4ed;
  --ink: #16211c;
  --muted: #52635a;
  --line: rgba(21, 83, 74, .16);
  --success: #147a45;
  --danger: #b42318;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --shadow-sm: 0 8px 18px rgba(16, 37, 31, .08);
  --shadow-md: 0 18px 38px rgba(16, 37, 31, .14);
  --grad-primary: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
}

html body {
  background: var(--bg-main);
  color: var(--ink);
}

html body p,
body li,
body span,
body small,
body label {
  color: var(--muted) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink) !important;
  letter-spacing: 0;
}

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

a:hover {
  color: var(--brand-accent);
}

.menu-area {
  background: rgba(16, 37, 31, .96) !important;
  border-bottom: 1px solid rgba(255, 253, 247, .16);
  box-shadow: 0 10px 30px rgba(16, 37, 31, .12);
}

.sticky-menu {
  background: rgba(16, 37, 31, .98) !important;
}

.logo a,
.main-menu ul li a,
.responsive i {
  color: #fffdf7 !important;
}

.logo .site-logo {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  gap: 9px;
  line-height: 1;
}

.site-logo-icon {
  display: inline-block;
  flex: 0 0 34px;
  height: 34px;
  width: 34px;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a {
  color: var(--brand-accent-2) !important;
}

.btn,
.second-header-btn .btn,
.slider-btn .btn,
.btn.ss-btn {
  background: var(--grad-primary) !important;
  border: 0;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  color: #fff !important;
  padding: 14px 28px;
}

.btn:hover,
.second-header-btn .btn:hover,
.slider-btn .btn:hover,
.btn.ss-btn:hover {
  box-shadow: var(--shadow-md);
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.btn.btn-success {
  background: linear-gradient(135deg, #147a45, #0f766e) !important;
}

.btn.btn-primary {
  background: var(--grad-primary) !important;
}

.btn.btn-danger {
  background: linear-gradient(135deg, #b42318, #d97706) !important;
}

.slider-bg::before {
  background:
    linear-gradient(90deg, rgba(16, 37, 31, .86), rgba(16, 37, 31, .54)),
    linear-gradient(180deg, rgba(196, 122, 24, .18), rgba(15, 118, 110, .22)) !important;
}

.s-slider-content h2 {
  color: #fffdf7 !important;
  letter-spacing: 0;
  text-shadow: 0 10px 28px rgba(0, 0, 0, .32);
}

.s-slider-content p,
.breadcrumb-title p {
  color: #f3ead9 !important;
}

.services-area,
.services-bg {
  background: var(--bg-main) !important;
}

.services-two {
  background: #f0f7f1 !important;
}

.s-single-services {
  background: var(--bg-surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-sm) !important;
  min-height: 100%;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.s-single-services:hover,
.s-single-services.active {
  border-color: rgba(196, 122, 24, .42) !important;
  box-shadow: var(--shadow-md) !important;
  transform: translateY(-5px);
}

.services-icon i {
  background: #e7f4ef !important;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, .16);
  color: var(--brand-primary) !important;
}

.s-single-services:hover .services-icon i,
.s-single-services.active .services-icon i {
  background: var(--grad-primary) !important;
  color: #fff !important;
}

.second-services-content h5 {
  color: var(--ink) !important;
}

.second-services-content p,
.services-content p {
  color: var(--muted) !important;
}

.choose-area {
  background: var(--bg-subtle) !important;
}

.choose-wrap {
  background: rgba(255, 253, 247, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 34px;
}

.choose-list ul li {
  color: var(--muted) !important;
}

.choose-list ul li span {
  color: var(--muted) !important;
}

.choose-list ul li i {
  color: var(--success) !important;
}

.breadcrumb-area {
  overflow: hidden;
  position: relative;
}

.breadcrumb-area::after {
  background:
    linear-gradient(90deg, rgba(16, 37, 31, .88), rgba(16, 37, 31, .52)),
    linear-gradient(180deg, rgba(196, 122, 24, .24), rgba(15, 118, 110, .18));
  content: "";
  inset: 0;
  position: absolute;
}

.breadcrumb-area .container,
.slider-area .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-title h2 {
  color: #fffdf7 !important;
  text-shadow: 0 10px 24px rgba(0, 0, 0, .28);
}

.breadcrumb li a {
  color: #f9e8c7 !important;
}

.breadcrumb > .active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #fffdf7 !important;
}

.form-control,
.contact-field input,
.contact-field textarea,
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background: #fffdf7 !important;
  border: 1px solid rgba(21, 83, 74, .22) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: inset 0 1px 0 rgba(16, 37, 31, .04);
  color: var(--ink) !important;
}

.form-control::placeholder,
.contact-field input::placeholder,
.contact-field textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  color: #7b8c82 !important;
}

.form-control:focus,
.contact-field input:focus,
.contact-field textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: var(--brand-primary) !important;
  box-shadow: 0 0 0 4px rgba(15, 118, 110, .14) !important;
  outline: 0;
}

.modal-content {
  background: var(--bg-surface) !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-md) !important;
  color: var(--ink);
}

.modal-header {
  border-bottom-color: var(--line);
}

.nav-tabs {
  border-bottom-color: var(--line);
}

.nav-tabs .nav-link {
  border: 0;
  color: var(--brand-primary);
}

.nav-tabs .nav-link.active {
  background: var(--grad-primary) !important;
  border-radius: var(--radius-sm) !important;
  color: #fff !important;
}

#age-verification {
  background: rgba(16, 37, 31, .72) !important;
  backdrop-filter: blur(8px);
}

#age-verification > div {
  background: var(--bg-surface) !important;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-md) !important;
}

#age-verification h2 {
  color: var(--ink) !important;
}

#age-verification p {
  color: var(--muted) !important;
}

#age-verification #btnYes {
  background: var(--grad-primary) !important;
  border-radius: var(--radius-sm) !important;
  color: #fff !important;
}

#age-verification #btnNo {
  background: linear-gradient(135deg, #b42318, #d97706) !important;
  border-radius: var(--radius-sm) !important;
  color: #fff !important;
}

footer.bg-dark {
  background: var(--brand-bg) !important;
}

footer p,
footer strong {
  color: #e8f2ec !important;
}

footer a.text-danger {
  color: #f1b54a !important;
}

footer a.text-danger:hover {
  color: #fff1c7 !important;
}

footer .text-light {
  color: #fffdf7 !important;
}

footer .text-muted {
  color: #b9c9c0 !important;
}

.footer-logo {
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .18));
  opacity: .94;
}

.footer-logo:hover {
  opacity: 1;
}

.main-menu .has-sub > ul {
  background: var(--bg-surface) !important;
  border-top: 4px solid var(--brand-accent) !important;
}

.main-menu .has-sub li {
  border-bottom: 1px solid var(--line) !important;
}

.main-menu .has-sub li a {
  color: var(--ink) !important;
}

.main-menu .has-sub a:hover {
  color: var(--brand-primary) !important;
}

@media (max-width: 991px) {
  .choose-wrap {
    padding: 24px;
  }
}
