﻿/* Theme colors aligned to medical logo: navy #002654 + teal #38B48B */
:root {
  --sx-navy: #002654;
  --sx-navy-deep: #001A38;
  --sx-teal: #38B48B;
  --sx-teal-dark: #2A9B78;
  --sx-mist: #F3F7F9;
}

.tg-menu-area::before {
  display: none !important;
}

.tg-banner-area.banner-bg.jarallax {
  background-image: none !important;
  background-color: var(--sx-navy) !important;
}

.tg-banner-content .tg-btn {
  background-image: linear-gradient(to right, #38B48B 0%, #2A9B78 50%, #38B48B 100%) !important;
  box-shadow: 0 8px 16px rgba(56, 180, 139, 0.35);
}

.tg-banner-content .tg-btn.tg-btn-outline,
a.tg-btn[style*="transparent"] {
  background-image: none !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  box-shadow: none !important;
}

.footer-two-top-wrap {
  background-image: none !important;
  background: linear-gradient(180deg, #001A38 0%, #002654 100%) !important;
}

.tg-shop-details-bg {
  background-image: none !important;
  background: linear-gradient(180deg, #F3F7F9 0%, #E8F5F1 100%) !important;
}

.scroll-top-two {
  background-image: linear-gradient(to right, #38B48B 0%, #2A9B78 50%, #38B48B 100%) !important;
}

.tg-section-title .sub-title,
.tg-shop-cat a,
.tg-shop-price,
.inner-shop-details-price .price,
.navigation li.active > a,
.tg-menu-area .navbar-wrap > ul > li.active > a,
.tg-menu-area .navbar-wrap > ul > li:hover > a {
  color: var(--sx-teal) !important;
}

.pricing-item.popular-plan .pricing__box,
.pricing-item.best-value-plan .pricing-title .title {
  border-color: var(--sx-teal);
}

.cart-btn,
.inner-shop-perched-info > .cart-btn {
  background: var(--sx-teal) !important;
  border-color: var(--sx-teal) !important;
}
.cart-btn:hover {
  background: var(--sx-navy) !important;
  border-color: var(--sx-navy) !important;
}

/* Suxnix site overrides */
.logo img,
.menu-wrap .logo img,
#sticky-header .logo img,
.nav-logo img {
  max-height: 80px;
  max-width: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}
.footer-logo img {
  max-height: 72px;
  max-width: 200px;
  width: auto;
  object-fit: contain;
  border-radius: 6px;
}
.tg-features-icon-img {
  background: transparent !important;
  width: 84px !important;
  height: 84px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.tg-features-icon-img img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
}
.tg-features-icon-img::before {
  display: none !important;
}
.suxnix-shape-icon {
  max-width: 120px !important;
  border-radius: 50%;
  opacity: .9;
}
.tg-testimonial-thumb img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 8px;
}
.footer-confidential-wrap .confidential-logo img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 50%;
}
.tg-service-item .icon i.flaticon-capsule:before,
.tg-service-item .icon i.flaticon-drug:before,
.tg-service-item .icon i.flaticon-test:before,
.tg-service-item .icon i.flaticon-vitamin-1:before,
.tg-service-item .icon i.flaticon-vitamins:before,
.tg-service-item .icon i.flaticon-vitamins-1:before {
  color: inherit;
}
.suxnix-flash { margin-top: 1rem; }
.tg-shop-thumb img {
  max-height: 260px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.tg-shop-item .tg-shop-thumb {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fb;
}
.page-breadcrumb-area {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #001A38 0%, #002654 55%, #0A4A6E 100%);
  color: #fff;
  text-align: center;
}
.page-breadcrumb-area .title {
  color: #fff;
  margin-bottom: 10px;
}
.page-breadcrumb-area .breadcrumb {
  justify-content: center;
  background: transparent;
  margin: 0;
}
.page-breadcrumb-area .breadcrumb a { color: #38B48B; }
.page-breadcrumb-area .breadcrumb-item.active { color: #cfd8e3; }
.shop-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  padding: 80px 0;
}
.shop-sidebar {
  background: #fff;
  border: 1px solid #e8eef3;
  border-radius: 12px;
  padding: 1.25rem;
  height: fit-content;
}
.shop-sidebar h4 { margin-bottom: 1rem; }
.shop-sidebar .search-form {
  display: flex;
  gap: .5rem;
  margin-bottom: 1.25rem;
}
.shop-sidebar .search-form input {
  flex: 1;
  border: 1px solid #dde5ec;
  border-radius: 8px;
  padding: .55rem .75rem;
}
.shop-sidebar .cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-sidebar .cat-list li { margin-bottom: .45rem; }
.shop-sidebar .cat-list a {
  color: #334155;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.shop-sidebar .cat-list a.is-active,
.shop-sidebar .cat-list a:hover { color: #38B48B; }
.product-detail-wrap { padding: 80px 0; }
.product-detail-wrap .inner-shop-details-img img,
.product-detail-wrap .nav-link img {
  max-height: 420px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.product-detail-wrap .nav-link {
  padding: .35rem;
  border: 1px solid #e5ebf0;
  border-radius: 8px;
}
.product-detail-wrap .nav-link img { max-height: 80px; }
.suxnix-cart-area { padding: 80px 0; }
.suxnix-cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 2rem;
}
.suxnix-cart-table th,
.suxnix-cart-table td {
  padding: 1rem;
  border-bottom: 1px solid #e8eef3;
  vertical-align: middle;
}
.suxnix-cart-table img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #f7f9fb;
  border-radius: 8px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.25rem;
  margin-top: 2rem;
}
.checkout-panel {
  background: #fff;
  border: 1px solid #e6eef2;
  border-radius: 16px;
  padding: 1.25rem;
}
.checkout-panel h3 { margin: 0 0 .35rem; }
.checkout-form label {
  display: block;
  margin-bottom: .85rem;
  font-weight: 600;
}
.checkout-form input,
.checkout-form textarea {
  display: block;
  width: 100%;
  margin-top: .35rem;
  border: 1px solid #dde5ec;
  border-radius: 8px;
  padding: .65rem .8rem;
}
.payment-method-box {
  background: #f4fbf8;
  border-radius: 10px;
  padding: .8rem 1rem;
  margin: .5rem 0 1rem;
}
.bank-details-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.bank-details-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .55rem 0;
  border-bottom: 1px solid #eef3f5;
}
.bank-details-list li span { color: #6b7c86; font-weight: 600; }
.checkout-success-box {
  background: #f0fff6;
  border: 1px solid #b7e6c9;
  border-radius: 16px;
  padding: 1.5rem;
}
.field-error { color: #c0392b; font-weight: 600; display: block; }
.qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dde5ec;
  border-radius: 8px;
  overflow: hidden;
}
.qty-wrap button {
  border: 0;
  background: #f4f7fa;
  width: 36px;
  height: 36px;
}
.qty-wrap input {
  width: 52px;
  border: 0;
  text-align: center;
  height: 36px;
}
.prose { max-width: 780px; margin: 0 auto; padding: 60px 0 90px; }
.prose h2 { margin-top: 1.5rem; }
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 60px 0 90px;
}
.contact-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: .4rem;
  border: 1px solid #dde5ec;
  border-radius: 8px;
  padding: .7rem .85rem;
}
.empty-cart, .result-count { margin-bottom: 1.25rem; }
.pricing-item form { margin: 0; }
.pricing-item .pricing-btn button {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: center;
}
.tg-shop-details-area .inner-shop-details-img img {
  max-height: 420px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .shop-layout,
  .checkout-layout,
  .contact-layout { grid-template-columns: 1fr; }
}

/* ---- Janoshik Lab Results (suxnix-lab band) ---- */
.suxnix-lab {
  padding: 90px 0 80px;
  background:
    linear-gradient(120deg, rgba(0, 38, 84, 0.96), rgba(0, 38, 84, 0.88)),
    #002654;
  color: #fff;
}
.suxnix-lab .tg-section-title .sub-title {
  color: #38B48B;
}
.suxnix-lab .tg-section-title .title {
  color: #fff;
}
.suxnix-lab__lead {
  margin: 0.75rem auto 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}
.suxnix-lab__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.suxnix-lab__stat {
  display: grid;
  gap: 0.45rem;
  justify-items: center;
  text-align: center;
  padding: 1.75rem 1rem;
  border: 1px solid rgba(56, 180, 139, 0.35);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.suxnix-lab__stat:hover {
  border-color: #38B48B;
  background: rgba(56, 180, 139, 0.1);
  transform: translateY(-4px);
  color: inherit;
  text-decoration: none;
}
.suxnix-lab__value {
  font-family: Oswald, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #38B48B;
  line-height: 1;
}
.suxnix-lab__label {
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  max-width: 14rem;
}
.suxnix-lab__lab {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  .suxnix-lab { padding: 60px 0 50px; }
  .suxnix-lab__stats { grid-template-columns: 1fr; }
}
