/*
Theme Name: SCG Clone
Theme URI: https://localhost:8083
Author: Codex
Author URI: https://openai.com
Description: Custom WordPress theme that recreates the SCG VLXD visual system with dynamic content, WooCommerce templates, blog templates, and project templates.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 8.1
Text Domain: scg-clone
*/

/* Source parity overrides */
:root {
  --kvx-green-700: #0d6f3b;
  --kvx-green-600: #148a45;
  --kvx-green-500: #2b9c4a;
  --kvx-lime-500: #89c53f;
  --kvx-orange-500: #e7a634;
  --kvx-orange-600: #d79525;
}


.scg-shop-pagination .woocommerce-pagination > .page-numbers {
	    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    gap: 8px;
    justify-content: center; 
}
.scg-shop-pagination span.current {
    border-color: var(--scg-red);
    background: var(--scg-red);
    color: #fff;
}
.scg-shop-pagination span,.scg-shop-pagination a {
    min-width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #d7dce8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    color: #111;
}

#tm-dialog-mobile .scg-mobile-search-widget {
  margin-bottom: 18px;
}

#tm-dialog-mobile .scg-mobile-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

#tm-dialog-mobile .scg-mobile-search-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 35px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #333;
  box-shadow: none;
}

#tm-dialog-mobile .scg-mobile-search-input:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

#tm-dialog-mobile .scg-mobile-search-input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

#tm-dialog-mobile .scg-mobile-search-submit {
  flex: 0 0 auto;
  min-height: 35px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #148a45;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

#tm-dialog-mobile .uk-nav-default>li>a {
	color: #333;
}


.uk-drop .uk-navbar-dropdown-nav {
	font-size: 14px !important;
	text-transform:uppercase;
}
.uk-drop {
	width: 300px; 
	padding: 15px;
}
.uk-drop .uk-navbar-dropdown-nav a {
	color: #333;
}
body {
  background-color: #ffffff;
  background-image: url("/wp-content/uploads/2024/04/body-bg.svg");
  background-repeat: repeat;
  background-position: top center;
}

.tm-headerbar-top.tm-headerbar-default,
.tm-header .uk-navbar-container:not(.uk-navbar-transparent),
.tm-header-mobile .uk-navbar-container {
  background-color: rgba(255, 255, 255, 0.92);
  background-image: url("/wp-content/uploads/2024/04/body-bg.svg");
  background-repeat: repeat;
  background-position: top center;
}

.uk-h2 {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.wpcf7-response-output {
	margin: 10px 0 0 !important;
}
.wpcf7-spinner {
	display: none !important;
}
.uk-h2::after {
  content: "";
  width: 80%;
  height: 3px;
  background-color: var(--kvx-orange-500);
  display: block;
  margin: 0 auto;
}

#page\#10 {
  margin: 0 !important;
  padding: 0 !important;
}

.tm-main .uk-section .uk-child-width-1-1 {
  margin-top: 50px !important
}

#page\#2 .uk-child-width-1-1, .uk-section #page#\31.uk-child-width-1-1 {
  margin-top: 0 !important;
}

#page\#5 .uk-panel.uk-h2,
#page\#5 .uk-panel.uk-h2 h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#page\#4.uk-margin-medium {
	margin: 30px 0!important;
}
.uk-width-1-1.uk-switcher .uk-child-width-1-1,
#page\#33 .uk-child-width-1-1 {
  margin-top: 0 !important
}

.scg-cat-section .uk-child-width-1-1, #thongtin_scg {
  margin-top: 30px !important;
}

/* Grid cha (canh giữa đẹp hơn) */
.scg-cat-section [uk-grid] {
  justify-content: center;
  gap: 15px;
}

/* Item bọc từng nút */
.scg-cat-section [uk-grid]>div {
  margin: 0 !important;
}

.scg-cat-section .nav-cat .uk-margin {
  padding: 0 !important;
}

/* Button */
.scg-cat-section .uk-button {
  background: #1e7e34;
  color: #fff !important;
  border-radius: 8px;
  padding: 4px 12px;
  font-weight: 500;
  text-transform: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.scg-cat-section .uk-button a {
  color: #fff !important;
}

/* Hover */
.scg-cat-section .uk-button:hover {
  background: #16692c;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#thongtin_scg .uk-card-small.uk-card-body {
  background: var(--kvx-green-500);
}

#thongtin_scg .uk-card-small.uk-card-body * {
  color: #fff !important;
}

.uk-button-text:hover {
  color: #fff !important;
}

/* Active (uk-switcher tá»± add class uk-active) */
.scg-cat-section .uk-active .uk-button {
  background: #218838;
  box-shadow: 0 4px 12px rgba(33, 136, 56, 0.3);
}

/* Responsive: mobile gọn lại */
@media (max-width: 849px) {
	.scg-cat-nav-wrap {
		    max-width: 1200px;
    overflow-x: scroll;
	}
	    .scg-cat-section .scg-cat-nav {
            flex-wrap: nowrap;
    text-wrap: nowrap;
    }
	.tm-page .uk-section .uk-child-width-1-1 {
		margin-top: 30px !important;
	}
	.tm-page #page\#29 .uk-child-width-1-1  {
		margin-top: 0 !important;
	}
  .scg-cat-section .nav-container {
    overflow-x: scroll;
    max-width: 1200px;
  }

  .scg-cat-section .nav-cat {

    justify-content: flex-start;
    flex-wrap: nowrap;
  }

  .uk-logo img,
  .tm-header .uk-logo img,
  .tm-header-mobile .uk-logo img {
    max-height: 60px !important;
  }
}

@media (max-width: 480px) {
  .uk-h2::after {
    height: 1.5px;
  }
}

.uk-navbar-nav>li>a::before {
  padding: 0 50px;
  border-radius: 100px 20px;
  left: -20px;
  right: -20px;
}

@media (min-width: 960px) {
  .tm-header .uk-navbar-nav > li > .uk-navbar-dropdown,
  .tm-header .uk-navbar-dropdown,
  .tm-header .uk-navbar-dropdown > div {
    overflow: visible;
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children {
    position: relative;
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children > a,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children > a {
    position: relative;
    padding-right: 30px;
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children > a::after,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--kvx-green-600);
    border-bottom: 2px solid var(--kvx-green-600);
    transform: translateY(-50%) rotate(-45deg);
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children > .uk-nav-sub,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children > .uk-nav-sub {
    display: none !important;
    position: absolute;
    top: -12px;
    left: 100%;
    min-width: 250px;
    margin: 0;
    padding: 14px 0;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 39, 74, 0.16);
    z-index: 1200;
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children:hover > .uk-nav-sub,
  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children:focus-within > .uk-nav-sub,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children:hover > .uk-nav-sub,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children:focus-within > .uk-nav-sub {
    display: block !important;
  }

  .tm-header .uk-navbar-dropdown-nav > li.menu-item-has-children > .uk-nav-sub::before,
  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li.menu-item-has-children > .uk-nav-sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 18px;
    height: 100%;
  }

  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li > a {
    display: block;
    padding: 10px 18px;
    white-space: nowrap;
  }

  .tm-header .uk-navbar-dropdown-nav .uk-nav-sub > li > a:hover {
    background: rgba(20, 138, 69, 0.08);
    color: var(--kvx-green-600) !important;
  }
}

/* Header gradient parity with source */
.uk-navbar-container .uk-container {
  background: rgb(20, 138, 69) !important;
  background: linear-gradient(0deg,
      rgba(13, 111, 59, 1) 0%,
      rgba(20, 138, 69, 1) 38%,
      rgba(29, 149, 73, 1) 65%,
      rgba(137, 197, 63, 1) 100%) !important;
  border-radius: 100px 20px !important;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link-heading,
.uk-text-danger,
.uk-navbar-nav>li.uk-active>a,
.uk-navbar-nav>li>a:hover {
  color: var(--kvx-green-600) !important;
}

.uk-text-danger,
.uk-text-danger a,
.uk-text-danger * {
  color: var(--kvx-green-600) !important;
}

.uk-button-danger,
.uk-button-primary,
button[type="submit"],
input[type="submit"] {
  background: var(--kvx-green-600) !important;
  border-color: var(--kvx-green-600) !important;
  color: #fff !important;
}

.uk-button-danger:hover,
.uk-button-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  background: var(--kvx-green-700) !important;
  border-color: var(--kvx-green-700) !important;
}

.uk-logo img,
.tm-header .uk-logo img,
.tm-header-mobile .uk-logo img {
  max-height: 78px;
  width: auto !important;
}

@media (max-width: 960px) {
  .uk-navbar-container .uk-container {
    background: none !important;
    border-radius: 0 !important;
  }
}

/* Home products: use same card system as shop and equalize via flex (no fixed height) */
#page\#8 .uk-slider-items {
  align-items: stretch;
}

#page\#8 .uk-slider-items>li {
  display: flex;
}

#page\#8 .uk-slider-items>li>.el-item {
  width: 100%;
  display: flex;
}

#page\#8 .uk-slider-items>li .scg-shop-product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#page\#8 .scg-shop-product-title {
  margin-top: 8px;
}

#page\#8 .scg-shop-product-price {
  margin-top: auto;
  padding-top: 10px;
}

/* Home projects: equal height cards + 2 items/tablet without fixed heights */
#page\#12 .uk-slider-items,
#page\#14 .uk-slider-items,
#page\#16 .uk-slider-items {
  align-items: stretch;
}

#page\#12 .uk-slider-items>li,
#page\#14 .uk-slider-items>li,
#page\#16 .uk-slider-items>li {
  display: flex;
}

#page\#12 .uk-slider-items>li .el-item,
#page\#14 .uk-slider-items>li .el-item,
#page\#16 .uk-slider-items>li .el-item {
  width: 100%;
  display: flex;
}

#page\#12 .uk-slider-items>li .uk-card,
#page\#14 .uk-slider-items>li .uk-card,
#page\#16 .uk-slider-items>li .uk-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#page\#12 .uk-inline-clip,
#page\#14 .uk-inline-clip,
#page\#16 .uk-inline-clip {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

#page\#12 .uk-inline-clip .el-image,
#page\#12 .uk-inline-clip img,
#page\#14 .uk-inline-clip .el-image,
#page\#14 .uk-inline-clip img,
#page\#16 .uk-inline-clip .el-image,
#page\#16 .uk-inline-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#page\#12 .el-title,
#page\#14 .el-title,
#page\#16 .el-title {
  margin-top: 10px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
  flex: 1;
}

/* News section: harmonize featured + side image ratios */
#page\#27 .el-item>a>.el-image,
#page\#27 .el-item>a>img,
#page\#27 .el-item>a picture img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

#page\#29 .uk-inline-clip {
  width: 100px;
  height: 75px;
  overflow: hidden;
  border-radius: 6px;
}

#page\#29 .uk-inline-clip .el-image,
#page\#29 .uk-inline-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#page\#29 .el-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}

/* Home intro stats: fix mobile responsiveness */
@media (max-width: 639px) {
  #thongtin_scg .uk-grid {
    margin-left: 0 !important;
    row-gap: 12px;
  }

  #thongtin_scg .uk-grid>* {
    width: 100% !important;
    padding-left: 0 !important;
  }

  #thongtin_scg .uk-card {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  #thongtin_scg .el-title.uk-text-lead {
    font-size: 24px;
    line-height: 1.25;
  }
}

/* Home ecosystem carousel: card and image styling */
#page\#6 .uk-slider-items {
  align-items: stretch;
}

#page\#6 .uk-slider-items>li {
  display: flex;
}

#page\#6 .uk-slider-items>li>.el-item {
  width: 100%;
  display: flex;
}

.scg-ecosystem-card {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none !important;
}

.scg-ecosystem-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.scg-ecosystem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.scg-ecosystem-card:hover .scg-ecosystem-image img {
  transform: scale(1.08);
}

.scg-ecosystem-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  pointer-events: none;
}

.scg-ecosystem-title {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}

/* Home dynamic category section nav tabs */
.scg-cat-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.scg-cat-section .uk-h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.scg-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.scg-cat-nav .uk-button {
  border-radius: 4px;
  font-size: 0.85rem;
  padding: 6px 18px;
  min-width: auto;
}

.scg-cat-section .uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

.scg-cat-section .uk-switcher> :not(.uk-active) {
  display: none;
}

.scg-cat-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.scg-cat-section .uk-container-large {
  max-width: 1320px;
}

.scg-cat-section .scg-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.scg-cat-section .scg-cat-nav-item {
  margin: 0;
}

.scg-cat-section .scg-cat-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid #dbe1e8;
  border-radius: 8px;
  background: #fff;
  color: #1f2630 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.scg-cat-section .scg-cat-nav-link:hover {
  border-color: var(--kvx-green-600);
  color: var(--kvx-green-600) !important;
  transform: translateY(-1px);
}

.scg-cat-section .scg-cat-nav-item.is-active .scg-cat-nav-link {
  background: var(--kvx-green-600);
  border-color: var(--kvx-green-600);
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(20, 138, 69, 0.18);
}

.scg-cat-section .scg-cat-panel {
  display: none;
}

.scg-cat-section .scg-cat-panel.is-active {
  display: block;
}

.scg-cat-section .scg-home-product-carousel .uk-slider-container {
  padding: 0 25px;
}

.scg-cat-section .scg-home-product-carousel .uk-slider-items {
  align-items: stretch;
}

.scg-cat-section .scg-home-product-carousel .uk-slider-items > li {
  display: flex;
}

.scg-cat-section .scg-home-product-carousel .uk-slider-items > li > .el-item {
  width: 100%;
  display: flex;
}

.scg-cat-section .scg-home-product-carousel .uk-slider-items > li .scg-shop-product-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.scg-cat-section .scg-home-product-carousel .scg-shop-product-title {
  margin-top: 8px;
}

.scg-cat-section .scg-home-product-carousel .scg-shop-product-price {
  margin-top: auto;
  padding-top: 10px;
}

@media (max-width: 959px) {
  .scg-cat-section .scg-cat-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }
}

@media (max-width: 640px) {
  .scg-cat-section .scg-home-product-carousel .uk-slider-container {
    padding: 0 10px;
  }
}


/* Tablet/mobile offcanvas menu: keep sidebar above sticky header */
#tm-dialog-mobile,
#tm-dialog-mobile.uk-offcanvas {
  z-index: 2200 !important;
}

#tm-dialog-mobile .uk-offcanvas-bar {
  z-index: 2201 !important;
}

body.uk-offcanvas-page .tm-header-mobile [uk-sticky],
body.uk-offcanvas-page .tm-header-mobile .uk-navbar-sticky,
body.uk-offcanvas-page .tm-header-mobile .uk-navbar-container {
  z-index: 1 !important;
}

/* Keep YOOtheme header placeholder disabled to avoid top blank gap */
.tm-header-placeholder {
  display: none !important;
}

.tm-header>[uk-sticky]>.uk-navbar-container {
  min-height: 72px;
}

.tm-header-mobile>[uk-sticky]>.uk-navbar-container {
  min-height: 64px;
}

/* Home hero: remove hardcoded top gap from source fragment */
body.home #page\#2,
body.front-page #page\#2 {
  margin-top: 0 !important;
}

body.page-template-template-about #page\#16.scg-about-vision-block {
  margin: 0;
  text-align: center;
}

body.page-template-template-about #page\#16.scg-about-vision-block * {
	color: #333;
}

body.page-template-template-about .scg-about-vision-shell {
  padding-left: 20px;
  padding-right: 20px;
}

body.page-template-template-about .scg-about-vision-grid {
  margin-left: 0;
}

body.page-template-template-about .scg-about-vision-grid>* {
  padding-left: 0;
}

body.page-template-template-about .scg-about-vision-content {
  max-width: 100%;
}

body.page-template-template-about .scg-about-vision-content .el-title {
  font-size: 36px;
  line-height: 54px;
  color: #1b1f27;
}

body.page-template-template-about .scg-about-vision-content .el-content,
body.page-template-template-about .scg-about-vision-content .el-content p {
  color: #28293d;
  font-size: 20px;
  line-height: 1.8;
}

body.page-template-template-about .scg-about-vision-content .el-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  body.page-template-template-about #page\#16.scg-about-vision-block {
    padding: 28px 0 48px;
  }

  body.page-template-template-about .scg-about-vision-content .el-title {
    font-size: 30px;
    line-height: 1.4;
  }

  body.page-template-template-about .scg-about-vision-content .el-content,
  body.page-template-template-about .scg-about-vision-content .el-content p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  body.page-template-template-about #page\#16.scg-about-vision-block {
    padding: 20px 0 34px;
  }

  body.page-template-template-about .scg-about-vision-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.page-template-template-about .scg-about-vision-content .el-title {
    font-size: 24px;
    line-height: 1.4;
  }

  body.page-template-template-about .scg-about-vision-content .el-content,
  body.page-template-template-about .scg-about-vision-content .el-content p {
    font-size: 14px;
    line-height: 1.85;
  }
}

.scg-site-footer {
  background: #fff;
  color: #132743;
  padding: 68px 0 24px;
  position: relative;
}

.scg-site-footer__inner {
  max-width: 1440px;
}

.scg-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 1.12fr);
  gap: 56px;
  align-items: start;
}

.scg-site-footer__col {
  min-width: 0;
}

.scg-site-footer-title {
  margin: 0 0 26px;
  color: #0f274a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
	text-transform: uppercase;
}

.scg-site-footer-title--caps {
  text-transform: uppercase;
}

.scg-site-footer-company p {
  margin: 0 0 22px;
  color: #1f3354;
  font-size: 16px;
  line-height: 1.75;
}

.scg-site-footer-company p:last-child {
  margin-bottom: 0;
}

.scg-site-footer-company strong {
  color: #102544;
  font-weight: 700;
}

.scg-site-footer-company-name {
  margin-bottom: 28px !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
  text-transform: uppercase;
}

.scg-site-footer-company a {
  color: inherit;
  text-decoration: none;
}

.scg-site-footer-company a:hover {
  color: #148a45;
}

.scg-site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.scg-site-footer-links li + li {
  margin-top: 18px;
}

.scg-site-footer-links a {
  color: #102544;
  font-size: 16px;
  line-height: 1.55;
  text-decoration: none;
  transition: color .2s ease;
}

.scg-site-footer-links a:hover {
  color: #148a45;
}

.scg-site-footer-newsletter {
  margin-bottom: 28px;
}

.scg-site-footer-newsletter p,
.scg-site-footer-newsletter .uk-margin {
  margin: 0;
}

.scg-site-footer-newsletter br {
  display: none;
}

.scg-site-footer-newsletter .uk-inline {
  display: block;
  position: relative;
}

.scg-site-footer-newsletter .wpcf7-form-control-wrap {
  display: block;
}

.scg-site-footer-newsletter .uk-input {
  width: 100%;
  height: 52px;
  border: 1px solid #d6dce5;
  border-radius: 16px;
  background: #fff;
  color: #102544;
  font-size: 16px;
  padding: 0 72px 0 18px;
  box-shadow: none;
}

.scg-site-footer-newsletter .uk-input::placeholder {
  color: #8c99ac;
}

.scg-site-footer-newsletter .uk-input:focus {
  border-color: #148a45;
  outline: none;
}

.scg-site-footer-newsletter .uk-form-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 14px;
  background: #148a45;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease;
}

.scg-site-footer-newsletter .uk-form-icon:hover {
  background: #0f6f38;
}

.scg-site-footer-newsletter .uk-form-icon .uk-icon {
  color: #fff;
}
.scg-site-footer-newsletter .uk-form-icon rect {
	fill: unset !important;
}
.scg-site-footer-newsletter .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
}

.scg-site-footer-newsletter .wpcf7-response-output {
  margin: 12px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 12px;
  font-size: 14px;
}

.scg-site-footer-follow {
  display: block;
}

.scg-footer-fanpage {
  display: block;
  width: 100%;
}

.scg-footer-fanpage iframe,
.scg-footer-fanpage .fb-page,
.scg-footer-fanpage > div,
.scg-footer-fanpage > p {
  max-width: 100%;
}

.scg-footer-fanpage iframe {
  width: 100%;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
}

.scg-site-footer__bottom {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #dfe4ea;
}

.scg-site-footer__copyright {
  color: #102544;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.scg-float-dock {
  position: fixed;
  right: 16px;
  bottom: 92px;
  z-index: 110;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.scg-float-dock__item {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 39, 74, .16);
  color: #148a45;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.scg-float-dock__icon {
  display: block;
  width: 28px;
  height: 28px;
}

.scg-float-top {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 110;
  padding: 9px;
  border-radius: 50%;
  background: #b0bdd7;
}

.scg-float-top .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) {
  stroke: #fff;
}

.scg-footer-modal {
  width: min(92vw, 720px);
  border-radius: 20px;
  padding: 28px 24px;
}

.scg-footer-modal__title {
  margin: 0 0 20px;
  color: #102544;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
}

.scg-footer-phone-link {
  color: #148a45;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .scg-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 32px;
  }
}

@media (max-width: 767px) {
  .scg-site-footer {
    padding: 44px 0 24px;
  }

  .scg-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .scg-site-footer-title {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .scg-site-footer-company p,
  .scg-site-footer-links a {
    font-size: 15px;
  }

  .scg-site-footer__bottom {
    margin-top: 26px;
    padding-top: 18px;
  }

  .scg-float-dock {
    right: 10px;
    bottom: 120px;
    gap: 10px;
  }

  .scg-float-dock__item {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .scg-float-dock__icon {
    width: 22px;
    height: 22px;
  }

  .scg-float-top {
    right: 10px;
    bottom: 68px;
  }
}

.scg-sale-page-section {
  padding-top: 32px;
}

.scg-sale-page-section .scg-sale-products-wrap {
  width: min(1280px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .scg-sale-page-section .scg-sale-products-wrap {
    width: calc(100% - 20px);
  }
}

.scg-footer-copyright-bottom {
  padding: 20px 0 15px;
	border-top: 1px solid #ddd;
	margin-top: 20px;
}

.scg-footer-copyright-bottom .uk-panel {
  font-size: 14px;
  color: #000;
}
.scg-contact-editor-grid {
    margin-top: 24px;
    margin-bottom: 44px;
}

.scg-contact-info-panel {
    padding-right: 24px;
}

.scg-contact-info-title {
    margin-bottom: 18px;
}

.scg-contact-editor-content {
    max-width: 100%;
    margin: 0;
    text-align: left;
}

.scg-contact-editor-content p {
    margin: 0 0 14px;
    line-height: 1.75;
}

.scg-contact-editor-content p:last-child {
    margin-bottom: 0;
}

.scg-contact-editor-content strong {
    color: #148a45;
}

@media (max-width: 767px) {
    .scg-contact-editor-grid {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .scg-contact-info-panel {
        padding-right: 0;
        margin-bottom: 24px;
    }
}

.scg-shop-more-wrap {
	margin: 0 !important;
}
.scg-shop-more-wrap .uk-button {
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	padding-right: 15px;
}
.scg-shop-more-wrap .uk-button:before {
	content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 30px;
    width: 100%;
    background-color: #148a45;
    transition: left .7s;
    border-radius: 15px;
    z-index: 0;
}
.scg-shop-more-wrap .uk-button:hover:before {
	left: 0;
}
.scg-shop-more-wrap .uk-button:hover div{
	color: #fff !important;
	z-index: 1;
}
.scg-shop-more-wrap .uk-button:hover rect {
	fill: #148a45 !important;
}
.scg-single-short-description {
  margin: 14px 0 0;
  color: #43526a;
  font-size: 16px;
  line-height: 1.75;
}

.scg-single-short-description p {
  margin: 0;
}

.scg-single-consult-wrap {
  margin-top: 28px;
}

.scg-single-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.scg-single-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #148a45;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(20, 138, 69, 0.18);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.scg-single-cta-btn span {
  color: #fff !important;
}

.scg-single-cta-btn:hover {
  background: #10753a;
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(20, 138, 69, 0.22);
}

.scg-single-cta-btn--action {
  background: #148a45;
}

.scg-single-cta-btn__text {
  display: block;
}

@media (max-width: 991px) {
  .scg-single-cta-grid {
    grid-template-columns: 1fr;
  }

  .scg-single-cta-btn {
    width: 100%;
  }
}


.scg-home-commitments-section {
  margin-top: 30px;
}

.scg-home-commitments-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.scg-home-commitments-eyebrow {
  margin: 0 0 10px;
  color: #148a45;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scg-home-commitments-title {
  margin: 0;
  color: #171a26;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.2;
}

.scg-home-commitments-intro {
  margin: 14px auto 0;
  color: #5d6575;
  font-size: 16px;
  line-height: 1.75;
}

.scg-home-commitments-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.scg-home-commitment {
  border: 1px solid #e1e7ee;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.98) 100%);
  box-shadow: 0 18px 40px rgba(15, 39, 74, 0.08);
  overflow: hidden;
}

.scg-home-commitment[open] {
  border-color: rgba(20, 138, 69, 0.32);
  box-shadow: 0 22px 48px rgba(20, 138, 69, 0.14);
}

.scg-home-commitment-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.scg-home-commitment-summary::-webkit-details-marker {
  display: none;
}

.scg-home-commitment-title {
  color: #161a25;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.scg-home-commitment-toggle {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.scg-home-commitment-toggle::before,
.scg-home-commitment-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #148a45;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.scg-home-commitment-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.scg-home-commitment[open] .scg-home-commitment-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.scg-home-commitment-body {
  padding: 0 24px 24px;
  color: #4d5668;
}

.scg-home-commitment-list {
  margin: 0;
  padding-left: 20px;
}

.scg-home-commitment-list li + li {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .scg-home-commitments-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
	.scg-cat-section .scg-home-product-carousel .uk-slider-items > li {
		padding-left: 15px !important;
	}
  .scg-home-commitments-head {
    margin-bottom: 22px;
  }

  .scg-home-commitments-title {
    font-size: 28px;
  }

  .scg-home-commitments-intro {
    font-size: 15px;
  }

  .scg-home-commitment-summary {
    padding: 18px 18px 16px;
  }

  .scg-home-commitment-title {
    font-size: 17px;
  }

  .scg-home-commitment-body {
    padding: 0 18px 18px;
  }
}
