:root {
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --theme-color: #f6993c;
  --theme-color-light: #f28a26;
  --theme-color2: #3d4f92;
  --title-color: #1c1c1c;
  --body-color: #4b5563;
  --text-color: #4b5563;
  --bg1-color: #fdeee0;
  --bg2-color: #fff8f1;
  --bg3-color: #2c3e80;
  --bgSticky-color: #2c3e80;
  --tj-orange: #f6993c;
  --tj-orange-deep: #f28a26;
  --tj-cream: #fdeee0;
  --tj-soft: #fff8f1;
  --tj-blue: #3d4f92;
  --tj-blue-dark: #2c3e80;
  --tj-green: #5f7146;
  --tj-ink: #1c1c1c;
  --tj-muted: #4b5563;
  --tj-border: #eaded1;
  --tj-white: #ffffff;
  --tj-shadow: 0 22px 55px rgba(44, 62, 128, 0.13);
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"),
    url("../fonts/fa-brands-400.woff") format("woff");
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

html,
body {
  scroll-behavior: smooth !important;
}

body,
button,
input,
textarea,
a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

body {
  background: var(--tj-soft);
  color: var(--tj-muted);
}

section {
  scroll-margin-top: 110px;
}

a:hover {
  color: var(--tj-orange);
}

.preloader {
  background: var(--tj-cream);
}

.preloader .vs-btn {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.preloader-inner img {
  border-radius: 8px;
  height: 118px;
  object-fit: cover;
  width: 118px;
}

.scroll-btn {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.scroll-btn:hover {
  background: var(--tj-orange);
  color: var(--tj-ink);
}

.scrollToTop.show {
  bottom: 104px;
}

.tj-wa-float {
  align-items: center;
  background: #25d366;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(20, 83, 45, 0.24);
  color: var(--tj-white);
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  min-height: 58px;
  padding: 0 24px;
  position: fixed;
  right: 60px;
  z-index: 96;
}

.tj-wa-float i {
  font-size: 24px;
}

.tj-wa-float:hover {
  background: var(--tj-blue);
  color: var(--tj-white);
}

.sec-title,
.hero-title,
.feature-title,
.product-title,
.widget_title {
  color: var(--tj-blue-dark);
}

.sec-subtitle,
.tj-kicker {
  color: var(--tj-orange);
  font-weight: 800;
}

.sec-icon i {
  align-items: center;
  background: var(--tj-white);
  border: 1px solid var(--tj-border);
  border-radius: 50%;
  color: var(--tj-orange);
  display: inline-flex;
  font-size: 30px;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.vs-btn {
  border-radius: 8px;
  font-weight: 800;
}

.vs-btn.style1,
.vs-btn.style3 {
  background: var(--tj-orange);
  color: var(--tj-ink);
}

.vs-btn.style2,
.vs-btn.style4 {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.vs-btn:hover {
  background: var(--tj-blue);
  color: var(--tj-white);
}

.tj-template-header .sticky-wrapper,
.tj-template-header .sticky-active {
  background: var(--tj-white);
}

.tj-template-header .sticky-active {
  box-shadow: 0 10px 28px rgba(28, 28, 28, 0.06);
}

.header-logo {
  padding: 18px 0;
}

.header-logo .logo,
.mobile-logo .logo {
  border-radius: 25%;
  height: 66px;
  object-fit: cover;
  width: 66px;
}

.footer-logo .logo {
  border-radius: 8px;
  height: 96px;
  object-fit: cover;
  width: 96px;
}

.main-menu > ul > li > a {
  color: var(--tj-ink);
  font-size: 19px;
  font-weight: 900;
  padding: 44px 0;
}

.main-menu > ul > li > a:hover {
  color: var(--tj-orange);
}

.tj-header-actions {
  align-items: center;
  display: inline-flex;
  gap: 16px;
}

.tj-search-action,
.tj-circle-action,
.tj-cart-action {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.tj-search-action {
  color: var(--tj-ink);
  gap: 14px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 700;
}

.tj-search-action img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.tj-circle-action {
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 50%;
  color: var(--tj-ink);
  height: 70px;
  width: 70px;
}

.tj-circle-action img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}

.tj-cart-action {
  background: var(--tj-orange);
  border-radius: 50%;
  color: var(--tj-white);
  height: 70px;
  position: relative;
  width: 70px;
}

.tj-cart-action img {
  filter: invert(1);
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.tj-cart-action span {
  align-items: center;
  background: var(--tj-ink);
  border-radius: 50%;
  color: var(--tj-white);
  display: flex;
  font-size: 13px;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: 3px;
  top: -8px;
  width: 25px;
}

.tj-search-action:hover,
.tj-circle-action:hover {
  color: var(--tj-orange);
}

.tj-cart-action:hover {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.vs-menu-toggle {
  background: var(--tj-orange);
  border-radius: 8px;
  color: var(--tj-ink);
}

.vs-menu-toggle:hover {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.vs-mobile-menu ul li a {
  color: var(--tj-blue-dark);
  font-weight: 800;
}

.tj-hero-cannabo {
  background: #fff4ec;
  min-height: calc(100vh - 114px);
  overflow: hidden;
  padding: 112px 0 72px;
  position: relative;
}

.tj-hero-cannabo::before {
  background:
    linear-gradient(90deg, rgba(255, 244, 236, 0.98) 0%, rgba(255, 244, 236, 0.92) 48%, rgba(255, 244, 236, 0.74) 100%),
    repeating-linear-gradient(45deg, rgba(246, 153, 60, 0.035) 0 1px, transparent 1px 34px);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.tj-hero-cannabo .hero-bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.08;
  position: absolute;
  z-index: 0;
}

.tj-hero-cannabo .container {
  position: relative;
  z-index: 2;
}

.tj-kicker {
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 15px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.tj-hero-cannabo .hero-title {
  color: var(--tj-ink);
  font-size: clamp(58px, 6.7vw, 106px);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 30px;
  max-width: 770px;
}

.tj-hero-cannabo .hero-text {
  color: #505050;
  font-family: var(--title-font);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.55;
  margin-bottom: 28px;
  max-width: 690px;
}

.tj-hero-cannabo .hero-subtitle {
  align-items: center;
  color: var(--tj-ink);
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 25px;
  font-weight: 900;
  gap: 18px;
  line-height: 1.25;
  margin-bottom: 42px;
}

.tj-hero-cannabo .hero-subtitle img {
  height: 62px;
  object-fit: contain;
  width: 62px;
}

.tj-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tj-hero-actions .vs-btn.style1 {
  align-items: center;
  background: var(--tj-orange);
  border-radius: 999px;
  color: var(--tj-white);
  display: inline-flex;
  font-size: 18px;
  gap: 34px;
  min-height: 72px;
  min-width: 300px;
  padding: 0 18px 0 34px;
}

.tj-hero-actions .vs-btn.style1 i {
  align-items: center;
  background: var(--tj-white);
  border-radius: 50%;
  color: var(--tj-ink);
  display: inline-flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  margin-left: auto;
  width: 54px;
}

.tj-hero-visual {
  min-height: 690px;
  position: relative;
}

.tj-hero-circle {
  align-items: center;
  background: var(--tj-white);
  border-radius: 50%;
  display: flex;
  height: min(650px, 45vw);
  justify-content: center;
  min-height: 520px;
  min-width: 520px;
  overflow: visible;
  position: absolute;
  right: -36px;
  top: 46px;
  width: min(650px, 45vw);
}

.tj-hero-product {
  border-radius: 50%;
  box-shadow: 0 28px 58px rgba(28, 28, 28, 0.18);
  height: 76%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 76%;
  z-index: 2;
}

.tj-hero-accent {
  border-radius: 8px;
  filter: drop-shadow(0 18px 20px rgba(44, 62, 128, 0.18));
  object-fit: contain;
  position: absolute;
  z-index: 3;
}

.tj-hero-accent-one {
  height: 115px;
  left: -46px;
  top: 48px;
  transform: rotate(-12deg);
  width: 115px;
}

.tj-hero-accent-two {
  bottom: 64px;
  height: 150px;
  left: -92px;
  transform: rotate(14deg);
  width: 150px;
}

.tj-hero-visual .hero-certificate {
  align-items: center;
  background: var(--tj-orange);
  border: 10px solid var(--tj-orange);
  border-radius: 50%;
  box-shadow: 0 22px 44px rgba(246, 153, 60, 0.28);
  color: var(--tj-ink);
  display: flex;
  flex-direction: column;
  height: 184px;
  justify-content: center;
  position: absolute;
  right: 8%;
  text-align: center;
  top: 32px;
  width: 184px;
  z-index: 5;
}

.tj-hero-visual .hero-certificate::before {
  border: 2px dashed rgba(28, 28, 28, 0.72);
  border-radius: 50%;
  content: "";
  inset: 16px;
  position: absolute;
}

.tj-hero-visual .hero-certificate strong {
  font-family: var(--title-font);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.tj-hero-visual .hero-certificate span {
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  margin-top: 7px;
  position: relative;
  text-transform: uppercase;
}

.tj-hero-photo {
  margin-left: auto;
  max-width: 540px;
  position: relative;
}

.tj-hero-photo > img {
  aspect-ratio: 4 / 5;
  border: 10px solid rgba(255, 255, 255, 0.66);
  border-radius: 8px;
  box-shadow: var(--tj-shadow);
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

.tj-hero-photo .circle {
  display: none;
}

.tj-hero-photo .hero-certificate {
  align-items: center;
  background: var(--tj-orange);
  border: 6px solid var(--tj-white);
  border-radius: 8px;
  bottom: 26px;
  box-shadow: 0 18px 35px rgba(28, 28, 28, 0.16);
  display: flex;
  height: 112px;
  justify-content: center;
  position: absolute;
  right: -22px;
  width: 112px;
}

.tj-hero-photo .hero-certificate img {
  border-radius: 6px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.tj-hero-stats {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(234, 222, 209, 0.85);
  border-radius: 8px;
  box-shadow: var(--tj-shadow);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  max-width: 720px;
  overflow: hidden;
}

.tj-hero-stats div {
  background: var(--tj-white);
  padding: 22px 24px;
}

.tj-hero-stats strong {
  color: var(--tj-orange);
  display: block;
  font-family: var(--title-font);
  font-size: 32px;
  line-height: 1;
}

.tj-hero-stats span {
  color: var(--tj-blue-dark);
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}

.tj-cate {
  background: var(--tj-white);
  padding-bottom: 42px;
  padding-top: 72px;
}

.tj-cate .cate-style {
  background: var(--tj-soft);
  border: 1px solid var(--tj-border);
  border-radius: 8px;
  box-shadow: none;
  height: 100%;
  min-height: 250px;
  padding: 28px 22px;
}

.tj-cate .cate-style:hover {
  box-shadow: var(--tj-shadow);
  transform: translateY(-3px);
}

.tj-cate .cate-figure {
  align-items: center;
  background: var(--tj-white);
  border: 1px solid var(--tj-border);
  border-radius: 8px;
  display: flex;
  height: 96px;
  justify-content: center;
  margin: 0 auto 20px;
  padding: 18px;
  width: 96px;
}

.tj-cate .cate-img {
  color: var(--tj-orange);
  font-size: 42px;
  height: auto;
  line-height: 1;
  width: auto;
}

.tj-cate .cate-title__link {
  color: var(--tj-blue-dark);
}

.tj-cate .cate-num__link {
  color: var(--tj-orange);
}

.tj-about {
  background: var(--tj-white);
  font-family: var(--title-font);
  overflow: hidden;
  padding-top: 0;
}

.tj-about .title-area {
  margin-bottom: 54px;
}

.tj-about .sec-subtitle {
  color: #eda460;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.tj-about .sec-title {
  color: var(--tj-ink);
  font-family: var(--title-font);
  font-size: clamp(34px, 3.25vw, 52px);
  font-weight: 500;
  line-height: 1.22;
  margin-bottom: 28px;
}

.tj-about .about-text {
  color: #4f4f4f;
  font-family: var(--title-font);
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 0;
}

.tj-about-visual {
  display: block;
  max-width: 820px;
  padding-bottom: 130px;
  position: relative;
}

.tj-about-visual .img1 {
  display: block;
  max-width: 760px;
}

.tj-about-visual .img1 .img,
.tj-about-visual .img2 .img {
  border-radius: 30px;
  box-shadow: 0 28px 58px rgba(44, 62, 128, 0.12);
  display: block;
  object-fit: cover;
  width: 100%;
}

.tj-about-visual .img1 .img {
  aspect-ratio: 1.42 / 1;
  object-position: center;
}

.tj-about-visual .img2 {
  margin-top: -108px;
  padding-left: 43%;
  position: relative;
  z-index: 2;
}

.tj-about-visual .img2 .img {
  aspect-ratio: 1.08 / 1;
  max-width: 430px;
  object-position: center;
}

.tj-about-visual .img3 {
  bottom: 66px;
  left: 40px;
  position: absolute;
  z-index: 3;
}

.tj-about-visual .certified-logo {
  background: #eda460;
  border: 10px solid var(--tj-white);
  border-radius: 50%;
  box-shadow: 0 22px 48px rgba(44, 62, 128, 0.16);
  height: 160px;
  object-fit: cover;
  width: 160px;
}

.tj-about .item-card {
  padding-right: 42px;
}

.tj-about .item-icon {
  align-items: center;
  background: transparent;
  border: 2px dotted rgb(61 79 146 / 1);
  border-radius: 50%;
  color: rgb(61 79 146 / 1);
  display: inline-flex;
  height: 108px;
  justify-content: center;
  margin-bottom: 30px;
  min-width: 108px;
  position: relative;
  width: 108px;
}

.tj-about .item-icon::after {
  display: none;
}

.tj-about .item-icon i {
  color: rgb(61 79 146 / 1);
  font-size: 34px;
  position: relative;
  z-index: 1;
}

.tj-about .item-title {
  color: var(--tj-ink);
  font-family: var(--title-font);
  font-size: clamp(22px, 1.7vw, 28px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}

.tj-about .item-text {
  color: #4f4f4f;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  margin-bottom: 0;
}

.tj-product-benefit {
  background: var(--tj-white);
  font-family: var(--title-font);
  padding-top: 0;
}

.tj-benefit-showcase {
  padding: 28px 0 28px 28px;
  position: relative;
}

.tj-benefit-showcase::before {
  background: #eda460;
  border-radius: 44px 0 0 44px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
}

.tj-benefit-showcase img {
  aspect-ratio: 1.55 / 1;
  border-radius: 28px;
  box-shadow: 0 24px 54px rgba(44, 62, 128, 0.14);
  display: block;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.tj-benefit-content {
  position: relative;
}

.tj-benefit-content .sec-title {
  color: var(--tj-ink);
  font-family: var(--title-font);
  font-size: clamp(34px, 3.4vw, 58px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 28px;
}

.tj-benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tj-benefit-list li {
  align-items: flex-start;
  color: #4f4f4f;
  display: flex;
  font-family: var(--title-font);
  font-size: clamp(18px, 1.45vw, 25px);
  font-weight: 400;
  gap: 20px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.tj-benefit-list li:last-child {
  margin-bottom: 0;
}

.tj-benefit-list i {
  color: rgb(61 79 146 / 1);
  flex: 0 0 34px;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
}

.tj-products-section {
  background: var(--tj-white);
}

.tj-products-section .sec-text {
  color: var(--tj-muted);
  margin: 0 auto;
  max-width: 620px;
}

.tj-product-grid {
  align-items: stretch;
}

.tj-products-section .product-style5 {
  background: var(--tj-white);
  border: 1px solid rgba(28, 28, 28, 0.22);
  border-radius: 36px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  min-height: 620px;
  overflow: visible;
  padding-bottom: 42px;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tj-products-section .product-style5:hover {
  border-color: #eda460;
  box-shadow: 0 22px 46px rgba(44, 62, 128, 0.1);
  transform: translateY(-4px);
}

.tj-products-section .product-style5 .product-img {
  align-items: center;
  background: var(--tj-white);
  border-radius: 36px 36px 0 0;
  display: flex;
  justify-content: center;
  min-height: 300px;
  padding: 30px 28px 0;
  position: relative;
}

.tj-products-section .product-style5 .product-img a:first-child {
  display: block;
  width: 100%;
}

.tj-products-section .product-style5 .product-img .img {
  aspect-ratio: 1.12 / 1;
  border-radius: 28px;
  display: block;
  height: 270px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.tj-products-section .product-tag2 {
  background: #eda460;
  border: 1px solid rgba(237, 164, 96, 0.55);
  border-radius: 999px;
  color: var(--tj-white);
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  left: 30px;
  line-height: 1;
  padding: 10px 18px;
  position: absolute;
  top: 30px;
}

.tj-products-section .product-style5 .product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 270px;
  padding: 24px 32px 0;
  position: static;
}

.tj-products-section .product-style5 .product-content::before {
  display: none;
}

.tj-products-section .product-style5 .product-title {
  align-items: center;
  color: var(--tj-ink);
  display: flex;
  font-family: var(--title-font);
  font-size: clamp(22px, 1.35vw, 28px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.28;
  margin: 0 0 20px;
  min-height: 78px;
  padding: 0 0 26px;
  position: relative;
}

.tj-products-section .product-style5 .product-title::after {
  background: rgba(28, 28, 28, 0.16);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tj-products-section .product-title a {
  color: var(--tj-ink);
}

.tj-products-section .product-title a:hover {
  color: #eda460;
}

.tj-products-section .product-style5 .star-rating {
  font-size: 13px;
  margin: 0 auto 20px;
  width: 112px;
}

.tj-products-section .product-style5 .star-rating::before,
.tj-products-section .product-style5 .star-rating span::before {
  color: #e7a600;
  letter-spacing: 5px;
}

.tj-products-section .product-cate {
  color: #545454;
  display: block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 18px;
  min-height: 46px;
}

.tj-products-section .product-price {
  color: var(--tj-ink);
  display: block;
  font-family: var(--title-font);
  font-size: clamp(24px, 1.55vw, 30px);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.tj-products-section .product-actions2 {
  bottom: -32px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: min(240px, calc(100% - 58px));
  z-index: 2;
}

.tj-products-section .product-actions2 .vs-btn {
  align-items: center;
  background: var(--tj-white);
  border: 3px solid #f7bd22;
  border-radius: 999px;
  color: var(--tj-ink);
  display: flex;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin-right: 0;
  min-height: 56px;
  opacity: 1;
  padding: 0 22px 0 64px;
  position: relative;
  text-transform: none;
  transform: none;
  visibility: visible;
  white-space: nowrap;
  width: 100%;
}

.tj-products-section .product-actions2 .vs-btn::before,
.tj-products-section .product-actions2 .vs-btn::after {
  display: none;
}

.tj-products-section .product-actions2 .vs-btn i {
  align-items: center;
  background: #f7bd22;
  border-radius: 50%;
  color: var(--tj-ink);
  display: inline-flex;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  left: -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.tj-products-section .product-actions2 .vs-btn:hover {
  background: rgb(61 79 146 / 1);
  border-color: rgb(61 79 146 / 1);
  color: var(--tj-white);
}

@media (max-width: 1199px) {
  .tj-products-section .product-style5 {
    min-height: 590px;
  }

  .tj-products-section .product-style5 .product-content {
    padding-left: 22px;
    padding-right: 22px;
  }

  .tj-products-section .product-style5 .product-title {
    font-size: 22px;
  }

  .tj-products-section .product-cate {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .tj-products-section .product-style5 {
    margin: 0 auto 40px;
    max-width: 430px;
    min-height: auto;
    padding-bottom: 50px;
  }

  .tj-products-section .product-style5 .product-img {
    min-height: 260px;
    padding: 24px 24px 0;
  }

  .tj-products-section .product-style5 .product-img .img {
    height: 240px;
  }

  .tj-products-section .product-style5 .product-content {
    min-height: auto;
  }

  .tj-products-section .product-actions2 {
    width: min(230px, calc(100% - 54px));
  }
}

@media (max-width: 575px) {
  .tj-products-section .product-style5 .product-title {
    min-height: auto;
  }

  .tj-products-section .product-cate {
    min-height: auto;
  }
}

.tj-benefits {
  background: var(--tj-white);
}

.tj-benefits .title-area {
  margin-bottom: 38px;
  text-align: center;
}

.tj-benefits .sec-subtitle {
  display: inline-block;
}

.tj-benefits-content {
  align-items: flex-start !important;
}

.tj-benefit-photo {
  margin-top: 0;
}

.tj-benefits .feature-item {
  background: var(--tj-soft);
  border: 1px solid var(--tj-border);
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 18px;
  min-height: 188px;
  padding: 20px 20px;
}

.tj-benefits .feature-item:hover {
  box-shadow: var(--tj-shadow);
}

.tj-benefits .feature-header {
  margin-bottom: 12px;
  padding-top: 0;
}

.tj-benefits .feature-icon {
  align-items: center;
  background: var(--tj-cream);
  border-radius: 8px;
  color: var(--tj-orange);
  display: inline-flex;
  font-size: 24px;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.tj-benefits .feature-title {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.tj-benefits .feature-title a {
  color: var(--tj-blue-dark);
}

.tj-benefits .feature-text {
  font-size: 16px;
  line-height: 1.55;
  padding-right: 0;
}

.tj-benefit-photo .img-circle {
  opacity: 0.24;
}

.tj-benefit-photo > img {
  border-radius: 8px;
  box-shadow: var(--tj-shadow);
}

.tj-process-band {
  background: linear-gradient(135deg, var(--tj-blue-dark) 0%, var(--tj-blue) 100%);
  padding: 110px 0 80px;
  position: relative;
}

.tj-process-band::before {
  background: linear-gradient(180deg, rgba(246, 153, 60, 0.14) 0%, rgba(246, 153, 60, 0) 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.tj-process-band .container {
  position: relative;
  z-index: 1;
}

.tj-process-band .sec-subtitle {
  color: var(--tj-orange);
}

.tj-process-band .sec-title {
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1.18;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.tj-step-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 28px;
}

.tj-step-card span {
  color: var(--tj-orange);
  display: block;
  font-family: var(--title-font);
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}

.tj-step-card h3 {
  color: var(--tj-white);
  font-size: 26px;
  margin-bottom: 10px;
}

.tj-step-card p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0;
}

.tj-step-image img {
  border: 10px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
  width: 100%;
}

.tj-testimonials {
  background: var(--tj-soft);
}

.tj-testimonials .title-area {
  margin-bottom: 42px;
}

.tj-testimonials .sec-title {
  font-size: clamp(30px, 2.4vw, 42px);
  line-height: 1.18;
  max-width: 720px;
}

.tj-testimonials .testi-style1 {
  background: var(--tj-white);
  border: 1px solid var(--tj-border);
  border-radius: 8px;
  box-shadow: var(--tj-shadow);
  height: 100%;
}

.tj-testimonials .testi-title {
  color: var(--tj-blue-dark);
  font-size: clamp(20px, 1.3vw, 24px);
  line-height: 1.3;
}

.tj-testimonials .testi-image .img1 {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
}

.tj-testimonials .testi-icon {
  background: var(--tj-orange);
  border-radius: 8px;
  color: var(--tj-ink);
  font-size: 22px;
}

.tj-testimonial-arrows {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 34px;
}

.tj-testimonial-arrows .vs-btn {
  --icon-size: 54px;
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: var(--icon-size);
  justify-content: center;
  min-width: var(--icon-size);
  padding: 0;
  width: var(--icon-size);
}

.tj-faq {
  background: var(--tj-cream);
  padding-top: 100px;
}

.tj-faq .sec-title {
  font-size: clamp(30px, 2.35vw, 42px);
  line-height: 1.22;
}

.tj-accordion .accordion-item {
  background: var(--tj-white);
  border: 1px solid var(--tj-border);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(44, 62, 128, 0.07);
  margin-bottom: 14px;
  overflow: hidden;
}

.tj-accordion .accordion-button {
  color: var(--tj-blue-dark);
  font-family: var(--title-font);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  padding: 22px 24px;
}

.tj-accordion .accordion-button:not(.collapsed) {
  background: var(--tj-white);
  box-shadow: none;
  color: var(--tj-orange);
}

.tj-accordion .accordion-button:focus {
  border: 0;
  box-shadow: none;
}

.tj-accordion .accordion-body {
  color: var(--tj-muted);
  line-height: 1.75;
  padding: 0 24px 24px;
}

.tj-contact-panel {
  background: linear-gradient(135deg, #fff8f1 0%, #fdeee0 100%);
  padding: 96px 0;
}

.tj-contact-copy {
  max-width: 500px;
}

.tj-contact-copy h2 {
  color: var(--tj-blue-dark);
  font-size: clamp(38px, 4vw, 60px);
  font-weight: 600;
  line-height: 1.14;
  margin-bottom: 20px;
}

.tj-contact-copy p {
  color: var(--tj-muted);
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 34px;
}

.tj-wa-primary,
.tj-wa-submit {
  align-items: center;
  background: var(--tj-blue);
  border: 0;
  border-radius: 8px;
  color: var(--tj-white);
  display: inline-flex;
  font-family: var(--title-font);
  font-weight: 800;
  gap: 10px;
  justify-content: center;
}

.tj-wa-primary {
  min-height: 58px;
  padding: 0 28px;
}

.tj-wa-primary:hover,
.tj-wa-submit:hover {
  background: var(--tj-orange);
  color: var(--tj-ink);
}

.tj-wa-primary i,
.tj-wa-submit i {
  font-size: 22px;
}

.tj-wa-form {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--tj-border);
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(44, 62, 128, 0.09);
  padding: 42px;
}

.tj-wa-form label {
  color: var(--tj-blue-dark);
  display: block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}

.tj-wa-form input,
.tj-wa-form select,
.tj-wa-form textarea,
.tj-wa-form .nice-select {
  background: #fffaf5;
  border: 1px solid #d9cec1;
  border-radius: 8px;
  color: var(--tj-ink);
  font-family: var(--title-font);
  font-size: 16px;
  min-height: 58px;
  width: 100%;
}

.tj-wa-form input,
.tj-wa-form select,
.tj-wa-form textarea {
  padding: 0 20px;
}

.tj-wa-form textarea {
  min-height: 160px;
  padding-top: 16px;
  resize: vertical;
}

.tj-wa-form .nice-select {
  align-items: center;
  display: flex;
  line-height: 58px;
  padding-left: 20px;
}

.tj-wa-form .nice-select .list {
  width: 100%;
}

.tj-wa-submit {
  font-size: 18px;
  min-height: 58px;
  padding: 0 30px;
}

.tj-footer {
  background: var(--tj-blue-dark);
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.tj-index3-header .sticky-wrapper.style3.will-sticky .sticky-active,
.tj-index3-header .sticky-wrapper.style3.will-sticky .sticky-active.active {
  background: var(--tj-white) !important;
  box-shadow: 0 12px 30px rgba(28, 28, 28, 0.08);
}

.tj-index3-header .sticky-wrapper.style3.will-sticky .sticky-active.active {
  padding: 0 30px;
}

.tj-footer .widget-area {
  padding: 72px 0 54px;
}

.tj-footer .footer-widget {
  margin-bottom: 0;
}

.tj-footer .footer-logo img {
  border-radius: 8px;
  height: 92px;
  object-fit: cover;
  width: 92px;
}

.tj-footer .footer-info {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

.tj-footer .footer-text,
.tj-footer .footer-info__label,
.tj-footer .footer-info__link,
.tj-footer .footer-info__link a,
.tj-footer .footer-menu--style a {
  color: rgba(255, 255, 255, 0.78);
}

.tj-footer .widget_title,
.tj-footer .sec-title {
  color: var(--tj-white);
}

.tj-footer a:hover,
.tj-footer .footer-menu--style a:hover {
  color: var(--tj-orange);
}

.tj-footer .footer-info__icon i {
  color: var(--tj-white);
  font-size: 20px;
}

.tj-footer .footer-social a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--tj-white);
}

.tj-footer .footer-social a:hover {
  background: var(--tj-orange);
  color: var(--tj-ink);
}

.tj-footer .copyright-wrap {
  background: #24356f;
}

.tj-footer .copyright-text,
.tj-footer .copyright-text a,
.tj-footer .menu a {
  color: rgba(255, 255, 255, 0.78);
}

.tj-footer .copyright-wrap .copyright-text,
.tj-footer .copyright-wrap .copyright-text a,
.tj-footer .copyright-wrap .footer-widget.widget_nav_menu .menu > li > a {
  border-left-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.78) !important;
}

.tj-footer .copyright-wrap .copyright-text a::after {
  background-color: var(--tj-orange);
}

.tj-footer .copyright-text a:hover,
.tj-footer .menu a:hover,
.tj-footer .copyright-wrap .footer-widget.widget_nav_menu .menu > li > a:hover {
  color: var(--tj-orange) !important;
}

@media (max-width: 1199px) {
  .tj-hero-cannabo {
    padding-top: 92px;
  }

  .tj-hero-cannabo .hero-title {
    font-size: clamp(54px, 6vw, 78px);
  }

  .tj-hero-cannabo .hero-text,
  .tj-hero-cannabo .hero-subtitle {
    font-size: 21px;
  }

  .tj-hero-visual {
    min-height: 600px;
  }

  .tj-hero-circle {
    height: 540px;
    min-height: 500px;
    min-width: 500px;
    right: -82px;
    width: 540px;
  }
}

@media (max-width: 991px) {
  section {
    scroll-margin-top: 88px;
  }

  .tj-hero-cannabo {
    min-height: auto;
    padding: 82px 0 70px;
  }

  .tj-hero-cannabo::before {
    background:
      linear-gradient(180deg, rgba(255, 244, 236, 0.98) 0%, rgba(255, 244, 236, 0.94) 62%, rgba(255, 244, 236, 0.82) 100%),
      repeating-linear-gradient(45deg, rgba(246, 153, 60, 0.04) 0 1px, transparent 1px 30px);
  }

  .tj-hero-visual {
    margin-top: 28px;
    min-height: 560px;
  }

  .tj-hero-circle {
    height: 540px;
    left: 50%;
    min-height: 480px;
    min-width: 480px;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    width: 540px;
  }

  .tj-hero-visual .hero-certificate {
    right: calc(50% - 250px);
    top: 8px;
  }

  .tj-benefit-photo {
    margin-top: 30px;
  }

  .tj-contact-copy {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .header-logo .logo,
  .mobile-logo .logo {
    height: 58px;
    width: 58px;
  }

  .header-logo {
    padding: 12px 0;
  }

  .tj-hero-cannabo {
    padding-top: 64px;
  }

  .tj-hero-cannabo .hero-title {
    font-size: 46px;
    line-height: 1.07;
  }

  .tj-hero-cannabo .hero-text {
    font-size: 18px;
    line-height: 1.55;
  }

  .tj-hero-cannabo .hero-subtitle {
    align-items: center;
    font-size: 18px;
  }

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

  .scrollToTop.show {
    bottom: 90px;
    right: 20px;
  }

  .tj-wa-float {
    bottom: 22px;
    font-size: 15px;
    min-height: 50px;
    padding: 0 18px;
    right: 20px;
  }

  .tj-contact-panel {
    padding: 76px 0;
  }

  .tj-contact-copy h2 {
    font-size: 36px;
  }

  .tj-contact-copy p {
    font-size: 17px;
  }

  .tj-wa-primary,
  .tj-wa-submit {
    justify-content: center;
    width: 100%;
  }

  .tj-wa-form {
    padding: 26px;
  }

  .tj-hero-actions .vs-btn.style1 {
    gap: 18px;
    min-width: 0;
    width: 100%;
  }

  .tj-hero-visual {
    min-height: 430px;
  }

  .tj-hero-circle {
    height: 390px;
    min-height: 360px;
    min-width: 360px;
    width: 390px;
  }

  .tj-hero-accent-one {
    height: 76px;
    left: -20px;
    top: 34px;
    width: 76px;
  }

  .tj-hero-accent-two {
    bottom: 42px;
    height: 94px;
    left: -40px;
    width: 94px;
  }

  .tj-hero-visual .hero-certificate {
    height: 112px;
    right: calc(50% - 185px);
    top: 0;
    width: 112px;
  }

  .tj-hero-visual .hero-certificate::before {
    inset: 10px;
  }

  .tj-hero-visual .hero-certificate strong {
    font-size: 18px;
  }

  .tj-hero-visual .hero-certificate span {
    font-size: 10px;
  }

  .tj-products-section .product-content {
    min-height: auto;
  }

  .tj-process-band {
    padding: 82px 0 58px;
  }

  .tj-accordion .accordion-button {
    font-size: 17px;
    padding: 18px 20px;
  }
}

@media (max-width: 575px) {
  .tj-hero-cannabo .hero-title {
    font-size: 40px;
  }

  .tj-hero-cannabo .hero-subtitle img {
    height: 50px;
    width: 50px;
  }

  .tj-hero-visual {
    min-height: 370px;
  }

  .tj-hero-circle {
    height: 330px;
    min-height: 320px;
    min-width: 320px;
    width: 330px;
  }

  .tj-hero-visual .hero-certificate {
    right: calc(50% - 156px);
  }

  .tj-cate .cate-style,
  .tj-benefits .feature-item,
  .tj-step-card {
    padding: 24px 20px;
  }
}

.tj-index3-header {
  position: absolute;
  top: 28px;
  z-index: 20;
}

.tj-index3-header .header-top.style3 {
  background: transparent;
  overflow: hidden;
  padding: 14px 0 12px;
  position: relative;
  z-index: 1;
}

.tj-index3-header .header-top.style3::after {
  background: #ffca24;
  border-radius: 60px 0 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  z-index: -1;
}

.tj-index3-header .header-text {
  color: #4f4f4f;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}

.tj-index3-header .header-text span {
  color: var(--tj-ink);
  font-weight: 900;
}

.tj-index3-header .header-text i {
  display: inline-flex;
  height: 36px;
  margin-right: 12px;
  vertical-align: middle;
  width: 42px;
}

.tj-index3-header .header-text i img {
  object-fit: contain;
}

.tj-index3-header .header-social {
  align-items: center;
  display: flex;
  gap: 12px;
}

.tj-index3-header .header-social a {
  align-items: center;
  background: var(--tj-white);
  border-radius: 50%;
  color: var(--tj-ink);
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.tj-index3-header .header-social a:hover {
  background: var(--tj-blue-dark);
  color: var(--tj-white);
}

.tj-index3-header .header-call {
  align-items: center;
  color: #4f4f4f;
  display: inline-flex;
  gap: 10px;
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 900;
}

.tj-index3-header .header-call i {
  display: inline-flex;
  height: 36px;
  width: 36px;
}

.tj-index3-header .header-call i img {
  object-fit: contain;
}

.tj-index3-header .header-call span,
.tj-index3-header .header-call a {
  color: #4f4f4f;
}

.tj-index3-header .header-call a:hover {
  color: var(--tj-blue-dark);
}

.tj-index3-header .sticky-wrapper.style3 {
  background: var(--tj-white);
  border-radius: 50px;
  box-shadow: 0 21px 25px rgba(4, 4, 4, 0.05);
  padding: 0 26px 0 34px;
}

.tj-index3-header .sticky-active {
  background: transparent;
  border-radius: inherit;
  box-shadow: none;
}

.tj-index3-header .header-logo {
  padding: 8px 0;
}

.tj-index3-header .header-logo .logo {
  border: 2px solid rgba(237, 164, 96, 0.26);
  box-shadow: 0 10px 24px rgba(44, 62, 128, 0.1);
  height: 60px;
  width: 60px;
}

.tj-index3-header .main-menu > ul {
  gap: 34px;
}

.tj-index3-header .main-menu > ul > li > a {
  color: var(--tj-ink);
  font-size: 18px;
  font-weight: 900;
  padding: 27px 0;
}

.tj-index3-header .main-menu > ul > li > a:hover {
  color: var(--tj-orange);
}

.tj-index3-header .tj-cart-action {
  background: #3dbb2f;
}

.tj-index3-header .tj-cart-action:hover {
  background: var(--tj-blue-dark);
}

.tj-header-contact {
  --tw-text-opacity: 1;
  align-items: center;
  background: rgb(61 79 146 / var(--tw-text-opacity, 1));
  border-radius: 999px;
  color: var(--tj-white);
  display: inline-flex;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  white-space: nowrap;
}

.tj-header-contact:hover {
  background: #eda460;
  color: var(--tj-ink);
}

.tj-hero-index3 {
  background: #fff6ef;
  min-height: 100vh;
  overflow: hidden;
  padding: 180px 0 84px;
}

.tj-hero-index3 .hero-bg {
  background-position: center;
  background-size: cover;
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.07;
  position: absolute;
}

.tj-hero-index3 .hero-shape {
  background: #eda460;
  border-radius: 64px 0 0 64px;
  min-width: 45%;
}

.tj-hero-index3 .container {
  position: relative;
  z-index: 2;
}

.tj-hero-index3 .hero-content.style3 {
  margin-bottom: 0;
  max-width: 720px;
}

.tj-hero-index3 .hero-content.style3 .hero-title {
  color: var(--tj-ink);
  font-family: var(--title-font);
  font-size: clamp(52px, 4.45vw, 76px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  max-width: 740px;
}

.tj-hero-index3 .hero-content.style3 .hero-text {
  color: #555555;
  font-family: var(--title-font);
  font-size: clamp(20px, 1.65vw, 26px);
  font-weight: 400;
  line-height: 1.62;
  margin-bottom: 48px;
  max-width: 680px;
}

.tj-hero-index3 .vs-btn.style1 {
  --tw-text-opacity: 1;
  align-items: center;
  background: rgb(61 79 146 / var(--tw-text-opacity, 1));
  border-radius: 999px;
  color: var(--tj-white);
  display: inline-flex;
  font-size: 19px;
  font-weight: 600;
  gap: 34px;
  min-height: 72px;
  min-width: 300px;
  padding: 0 18px 0 34px;
}

.tj-hero-index3 .vs-btn.style1::before,
.tj-hero-index3 .vs-btn.style1::after {
  background: #eda460;
}

.tj-hero-index3 .vs-btn.style1 i {
  align-items: center;
  background: var(--tj-white);
  border-radius: 50%;
  color: var(--tj-ink);
  display: inline-flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  margin-left: auto;
  width: 54px;
}

.tj-hero-stack {
  margin: 0 0 72px auto;
  max-width: 820px;
}

.tj-hero-stack .img1 {
  aspect-ratio: 1.26 / 1;
  border-radius: 50px;
  box-shadow: 0 28px 60px rgba(28, 28, 28, 0.14);
  display: block;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
  transform-origin: center;
  width: min(43vw, 780px);
}

.tj-hero-stack .img2 {
  background: var(--tj-white);
  border: 2px solid #eda460;
  border-radius: 50px;
  bottom: -46px;
  box-shadow: 0 22px 50px rgba(28, 28, 28, 0.16);
  overflow: hidden;
  padding: 0;
  right: 44px;
  width: min(19vw, 360px);
}

.tj-hero-stack .img2 img {
  aspect-ratio: 1.08 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (max-width: 1399px) {
  .tj-index3-header .sticky-wrapper.style3 {
    padding: 0 22px 0 30px;
  }

  .tj-index3-header .main-menu > ul {
    gap: 24px;
  }

  .tj-index3-header .main-menu > ul > li > a {
    font-size: 18px;
  }

  .tj-hero-stack .img1 {
    width: min(45vw, 680px);
  }
}

@media (max-width: 1199px) {
  .tj-index3-header .header-top.style3::after {
    width: 52%;
  }

  .tj-index3-header .main-menu > ul {
    gap: 18px;
  }

  .tj-index3-header .main-menu > ul > li > a {
    font-size: 16px;
  }

  .tj-search-action span {
    display: none;
  }

  .tj-hero-index3 {
    padding-top: 168px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: 52px;
    line-height: 1.22;
  }
}

@media (max-width: 991px) {
  .tj-index3-header .header-top.style3 {
    display: none;
  }

  .tj-index3-header {
    top: 0;
  }

  .tj-index3-header .sticky-wrapper.style3 {
    border-radius: 0;
    margin: 0;
    padding: 0 16px;
  }

  .tj-index3-header .header-logo {
    padding: 8px 0;
  }

  .tj-index3-header .header-logo .logo {
    height: 52px;
    width: 52px;
  }

  .tj-hero-index3 {
    min-height: auto;
    padding: 108px 0 76px;
  }

  .tj-hero-index3 .hero-shape {
    display: none;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: 46px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: 22px;
    margin-bottom: 32px;
  }

  .tj-hero-stack {
    margin: 24px auto 52px;
    max-width: 720px;
  }

  .tj-hero-stack .img1 {
    width: 100%;
  }

  .tj-hero-stack .img2 {
    right: 26px;
    width: min(42vw, 310px);
  }

  .tj-about {
    padding-top: 0;
  }

  .tj-about-visual {
    margin: 0 auto 34px;
    max-width: 720px;
  }

  .tj-about .item-card {
    padding-right: 12px;
  }

  .tj-benefit-showcase {
    margin: 0 auto 28px;
    max-width: 680px;
  }

  .tj-benefit-content {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .tj-hero-index3 {
    padding-top: 112px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: 38px;
    line-height: 1.18;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: 18px;
  }

  .tj-hero-index3 .vs-btn.style1 {
    min-width: 0;
    width: 100%;
  }

  .tj-hero-stack .img1,
  .tj-hero-stack .img2 {
    border-radius: 28px;
  }

  .tj-hero-stack .img2 {
    margin: -38px auto 0;
    position: relative;
    right: auto;
    width: 72%;
  }

  .tj-about .sec-title {
    font-size: 34px;
  }

  .tj-cate {
    padding-bottom: 28px;
    padding-top: 56px;
  }

  .tj-about .title-area {
    margin-bottom: 36px;
  }

  .tj-about-visual {
    padding-bottom: 80px;
  }

  .tj-about-visual .img1 .img,
  .tj-about-visual .img2 .img {
    border-radius: 24px;
  }

  .tj-about-visual .img2 {
    margin-top: -52px;
    padding-left: 24%;
  }

  .tj-about-visual .img3 {
    bottom: 30px;
    left: 16px;
  }

  .tj-about-visual .certified-logo {
    border-width: 7px;
    height: 112px;
    width: 112px;
  }

  .tj-about .item-icon {
    height: 92px;
    margin-bottom: 20px;
    min-width: 92px;
    width: 92px;
  }

  .tj-about .item-icon::after {
    height: 72px;
    width: 72px;
  }

  .tj-about .item-icon i {
    font-size: 28px;
  }

  .tj-benefit-showcase {
    padding: 18px 0 18px 18px;
  }

  .tj-benefit-showcase::before {
    border-radius: 28px 0 0 28px;
  }

  .tj-benefit-showcase img {
    border-radius: 22px;
  }

  .tj-benefit-content .sec-title {
    font-size: 34px;
  }

  .tj-benefit-list li {
    gap: 14px;
  }

  .tj-benefit-list i {
    flex-basis: 28px;
    font-size: 23px;
  }
}

/* Final responsive polish for Tanajava layout revisions. */
@media (max-width: 991px) {
  .tj-index3-header .sticky-wrapper.style3 {
    border-radius: 24px;
    margin: 8px auto 0;
    padding: 0 14px;
    width: calc(100% - 24px);
  }

  .tj-index3-header .header-logo {
    padding: 7px 0;
  }

  .tj-index3-header .header-logo .logo {
    height: 48px;
    width: 48px;
  }

  .tj-index3-header .vs-menu-toggle {
    border-color: rgba(61, 79, 146, 0.32);
    color: var(--tj-blue-dark);
    height: 46px;
    line-height: 46px;
    width: 46px;
  }

  .tj-hero-index3 {
    padding: 106px 0 58px;
  }

  .tj-hero-index3 .hero-content.style3 {
    max-width: 680px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: clamp(40px, 6vw, 46px);
    line-height: 1.16;
    margin-bottom: 22px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: 19px;
    line-height: 1.58;
    margin-bottom: 30px;
    max-width: 620px;
  }

  .tj-hero-index3 .vs-btn.style1 {
    font-size: 17px;
    min-height: 62px;
    min-width: 260px;
    padding: 0 12px 0 28px;
  }

  .tj-hero-index3 .vs-btn.style1 i {
    font-size: 18px;
    height: 48px;
    width: 48px;
  }

  .tj-hero-stack {
    margin: 34px auto 24px;
    max-width: 680px;
    position: relative;
  }

  .tj-hero-stack .img1 {
    aspect-ratio: 1.28 / 1;
    border-radius: 38px;
    width: 100%;
  }

  .tj-hero-stack .img2 {
    border-radius: 30px;
    bottom: -34px;
    position: absolute;
    right: 30px;
    width: min(42%, 300px);
  }
}

@media (max-width: 767px) {
  body {
    font-size: 15.5px;
    line-height: 1.6;
  }

  section {
    scroll-margin-top: 82px;
  }

  .sec-subtitle,
  .tj-about .sec-subtitle,
  .tj-process-band .sec-subtitle,
  .tj-benefits .sec-subtitle {
    font-size: 13px;
    letter-spacing: 2px;
  }

  .sec-title,
  .tj-about .sec-title,
  .tj-benefit-content .sec-title,
  .tj-process-band .sec-title,
  .tj-testimonials .sec-title,
  .tj-faq .sec-title,
  .tj-contact-copy h2 {
    font-size: clamp(28px, 8.1vw, 32px);
    line-height: 1.22;
  }

  .tj-index3-header .sticky-wrapper.style3 {
    border-radius: 18px;
    width: calc(100% - 24px);
  }

  .tj-index3-header .header-logo .logo {
    height: 44px;
    width: 44px;
  }

  .tj-index3-header .vs-menu-toggle {
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    width: 44px;
  }

  .tj-hero-index3 {
    padding: 96px 0 44px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: clamp(31px, 8.7vw, 35px);
    line-height: 1.18;
    margin-bottom: 18px;
    max-width: 360px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: 16px;
    line-height: 1.58;
    margin-bottom: 24px;
    max-width: 360px;
  }

  .tj-hero-index3 .vs-btn.style1 {
    font-size: 16px;
    gap: 18px;
    min-height: 56px;
    min-width: 0;
    padding: 0 9px 0 22px;
    width: min(100%, 280px);
  }

  .tj-hero-index3 .vs-btn.style1 i {
    font-size: 16px;
    height: 42px;
    width: 42px;
  }

  .tj-hero-stack {
    margin: 28px auto 22px;
  }

  .tj-hero-stack .img1 {
    aspect-ratio: 1.18 / 1;
    border-radius: 28px;
  }

  .tj-hero-stack .img2 {
    border-radius: 22px;
    bottom: -28px;
    margin: 0;
    right: 14px;
    width: 48%;
  }

  .tj-cate {
    padding-bottom: 22px;
    padding-top: 48px;
  }

  .tj-cate .cate-style {
    min-height: 220px;
    padding: 24px 20px;
  }

  .tj-cate .cate-figure {
    height: 84px;
    margin-bottom: 20px;
    padding: 16px;
    width: 84px;
  }

  .tj-cate .cate-img {
    font-size: 34px;
  }

  .tj-cate .cate-title {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .tj-about {
    padding-bottom: 52px;
  }

  .tj-about .title-area {
    margin-bottom: 28px;
  }

  .tj-about .about-text,
  .tj-benefit-list li,
  .tj-step-card p,
  .tj-accordion .accordion-body,
  .tj-contact-copy p {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .tj-about .item-icon {
    height: 76px;
    margin-bottom: 16px;
    min-width: 76px;
    width: 76px;
  }

  .tj-about .item-icon i {
    font-size: 24px;
  }

  .tj-about .item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .tj-about .item-text {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .tj-product-benefit {
    padding-bottom: 48px;
  }

  .tj-benefit-content .sec-title {
    margin-bottom: 18px;
  }

  .tj-benefit-list i {
    flex-basis: 24px;
    font-size: 21px;
  }

  .tj-products-section {
    padding-top: 72px;
  }

  .tj-products-section .title-area {
    margin-bottom: 34px;
  }

  .tj-products-section .sec-text {
    font-size: 15.5px;
    line-height: 1.65;
  }

  .tj-products-section .product-style5 {
    margin-bottom: 36px;
    padding-bottom: 44px;
  }

  .tj-products-section .product-style5 .product-img {
    min-height: auto;
    padding: 18px 18px 0;
  }

  .tj-products-section .product-style5 .product-img .img {
    aspect-ratio: 1.2 / 1;
    border-radius: 22px;
    height: auto;
  }

  .tj-products-section .product-tag2 {
    font-size: 12px;
    left: 24px;
    padding: 8px 14px;
    top: 24px;
  }

  .tj-products-section .product-style5 .product-content {
    padding: 20px 22px 0;
  }

  .tj-products-section .product-style5 .product-title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 14px;
    min-height: auto;
    padding-bottom: 18px;
  }

  .tj-products-section .product-style5 .star-rating {
    margin-bottom: 14px;
  }

  .tj-products-section .product-cate {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 14px;
    min-height: auto;
  }

  .tj-products-section .product-price {
    font-size: 24px;
  }

  .tj-products-section .product-actions2 {
    bottom: -28px;
    width: min(220px, calc(100% - 54px));
  }

  .tj-products-section .product-actions2 .vs-btn {
    font-size: 14px;
    min-height: 52px;
    padding: 0 18px 0 56px;
  }

  .tj-products-section .product-actions2 .vs-btn i {
    font-size: 16px;
    height: 46px;
    width: 46px;
  }

  .tj-benefits {
    padding-top: 70px;
  }

  .tj-benefits .title-area {
    margin-bottom: 28px;
  }

  .tj-benefits .feature-item {
    margin-bottom: 14px;
    min-height: auto;
    padding: 22px 20px;
  }

  .tj-benefits .feature-icon {
    font-size: 22px;
    height: 56px;
    margin-bottom: 14px;
    width: 56px;
  }

  .tj-benefits .feature-title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 8px;
  }

  .tj-benefits .feature-text {
    font-size: 15.5px;
    line-height: 1.55;
  }

  .tj-process-band {
    padding: 78px 0 54px;
  }

  .tj-step-card {
    padding: 24px 22px;
  }

  .tj-step-card .step-number {
    font-size: 34px;
  }

  .tj-step-card h3 {
    font-size: 23px;
    line-height: 1.25;
  }

  .tj-testimonials .title-area {
    margin-bottom: 30px;
  }

  .tj-testimonials .testi-title {
    font-size: 20px;
  }

  .tj-testimonial-arrows {
    margin-top: 26px;
  }

  .tj-testimonial-arrows .vs-btn {
    --icon-size: 50px;
  }

  .tj-faq {
    padding-top: 76px;
  }

  .tj-accordion .accordion-button {
    font-size: 16px;
    line-height: 1.35;
    padding: 18px 20px;
    text-align: left;
  }

  .tj-contact-panel {
    padding: 74px 0 68px;
  }

  .tj-contact-copy h2 {
    margin-bottom: 14px;
  }

  .tj-contact-copy p {
    margin-bottom: 24px;
  }

  .tj-wa-primary,
  .tj-wa-submit {
    min-height: 54px;
  }

  .tj-wa-form {
    padding: 22px;
  }

  .tj-wa-form label {
    font-size: 15px;
    margin-bottom: 9px;
  }

  .tj-wa-form input,
  .tj-wa-form select,
  .tj-wa-form textarea,
  .tj-wa-form .nice-select {
    font-size: 15px;
    min-height: 54px;
  }

  .tj-wa-form .nice-select {
    line-height: 54px;
  }

  .tj-wa-form textarea {
    min-height: 138px;
  }

  .tj-footer .widget-area {
    padding: 52px 0 34px;
  }

  .tj-footer .footer-logo img {
    height: 84px;
    width: 84px;
  }

  .scrollToTop {
    height: 46px;
    line-height: 46px;
    width: 46px;
  }

  .scrollToTop.show {
    bottom: 88px;
    right: 14px;
  }

  .tj-wa-float {
    border-radius: 50%;
    bottom: 32px;
    font-size: 14px;
    height: 46px;
    min-height: 46px;
    padding: 0;
    right: 12px;
    width: 46px;
  }

  .tj-wa-float i {
    font-size: 20px;
  }

  .tj-wa-float span {
    display: none;
  }
}

@media (max-width: 380px) {
  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: 30px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: 15.5px;
  }

  .tj-hero-index3 .vs-btn.style1 {
    width: 100%;
  }

  .tj-hero-stack .img2 {
    bottom: -24px;
    width: 50%;
  }

  .tj-wa-float {
    border-radius: 50%;
    bottom: 32px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    width: 44px;
  }

  .tj-wa-float span {
    display: none;
  }
}

@media (max-width: 991px) {
  .tj-hero-index3 .hero-img.style3.tj-hero-stack {
    position: relative;
  }

  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img2 {
    bottom: -34px;
    left: auto;
    margin: 0;
    position: absolute;
    right: 30px;
    width: min(42%, 300px);
  }
}

@media (max-width: 767px) {
  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img2 {
    border-radius: 22px;
    bottom: -28px;
    left: auto;
    right: 14px;
    width: 48%;
  }
}

@media (max-width: 380px) {
  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img2 {
    bottom: -24px;
    width: 50%;
  }
}

/* Latest hero/header refinements. */
html,
body {
  overflow-x: clip;
}

@supports not (overflow-x: clip) {
  html,
  body {
    overflow-x: hidden;
  }
}

@media (min-width: 992px) {
  .tj-hero-index3 {
    min-height: clamp(740px, 88vh, 860px);
    padding: 158px 0 58px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: clamp(50px, 4.2vw, 72px);
    line-height: 1.16;
    margin-bottom: 24px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    font-size: clamp(19px, 1.45vw, 24px);
    line-height: 1.58;
    margin-bottom: 38px;
  }

  .tj-hero-stack {
    margin: 0 0 36px auto;
  }

  .tj-hero-stack .img1 {
    width: min(42vw, 610px);
  }

  .tj-hero-stack .img2 {
    bottom: -34px;
    right: 34px;
    width: min(18vw, 260px);
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .tj-hero-stack .img1 {
    width: min(43vw, 600px);
  }

  .tj-hero-stack .img2 {
    width: min(19vw, 270px);
  }
}

@media (max-width: 767px) {
  .tj-index3-header {
    top: 0;
  }

  .tj-index3-header > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tj-index3-header .sticky-wrapper.style3 {
    border-radius: 0 0 24px 24px;
    margin: 0;
    padding: 0 14px;
    width: 100%;
  }

  .tj-index3-header .sticky-active,
  .tj-index3-header .sticky-wrapper.style3.will-sticky .sticky-active,
  .tj-index3-header .sticky-wrapper.style3.will-sticky .sticky-active.active {
    background: var(--tj-white) !important;
    border-radius: 0 0 24px 24px;
  }

  .tj-hero-index3 {
    padding: 82px 0 46px;
  }

  .tj-hero-index3 .row {
    align-items: flex-start !important;
  }

  .tj-hero-image-col {
    order: 1;
  }

  .tj-hero-copy-col {
    order: 2;
  }

  .tj-hero-stack {
    margin: 0 auto 52px;
  }

  .tj-hero-stack .img1 {
    aspect-ratio: 1.34 / 1;
    border-radius: 26px;
  }

  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img1 {
    border-radius: 26px;
  }

  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img2 {
    bottom: -26px;
    right: 14px;
    width: 46%;
  }

  .tj-hero-index3 .hero-content.style3 .hero-title {
    font-size: clamp(30px, 8.6vw, 34px);
    line-height: 1.16;
    margin-bottom: 16px;
  }

  .tj-hero-index3 .hero-content.style3 .hero-text {
    margin-bottom: 22px;
  }

  .tj-cate {
    padding-bottom: 30px;
  }

  .tj-cate-grid {
    --bs-gutter-x: 14px;
    --bs-gutter-y: 14px;
  }

  .tj-cate .cate-style {
    min-height: 176px;
    padding: 18px 10px;
  }

  .tj-cate .cate-figure {
    height: 66px;
    margin-bottom: 14px;
    padding: 12px;
    width: 66px;
  }

  .tj-cate .cate-img {
    font-size: 28px;
  }

  .tj-cate .cate-title {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 6px;
  }

  .tj-cate .cate-num {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }

  .tj-about .row > .col-6.mb-30 {
    margin-bottom: 0;
  }

  .tj-about .item-card {
    padding-right: 0;
  }

  .tj-about .item-icon {
    height: 64px;
    margin-bottom: 14px;
    min-width: 64px;
    width: 64px;
  }

  .tj-about .item-icon i {
    font-size: 21px;
  }

  .tj-about .item-title {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 8px;
  }

  .tj-about .item-text {
    font-size: 13.5px;
    line-height: 1.5;
  }

  .tj-product-grid {
    --bs-gutter-y: 5rem;
  }

  .tj-products-section .product-style5 {
    margin-bottom: 0;
    padding-bottom: 78px;
  }

  .tj-products-section .product-style5 .product-content {
    padding-bottom: 28px;
  }

  .tj-products-section .product-price {
    margin-bottom: 24px;
  }

  .tj-products-section .product-actions2 {
    bottom: -24px;
  }

  .scrollToTop,
  .scroll-btn,
  .tj-wa-float {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    min-height: 52px;
    padding: 0;
    right: 16px;
    width: 52px;
  }

  .scrollToTop.show,
  .scroll-btn.show {
    bottom: 94px;
    right: 16px;
  }

  .scroll-btn::before {
    display: none;
  }

  .scroll-btn i {
    align-items: center;
    background: var(--tj-orange);
    border: 3px solid var(--tj-white);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(28, 28, 28, 0.16);
    color: var(--tj-white);
    display: inline-flex;
    font-size: 18px;
    height: 52px;
    justify-content: center;
    line-height: 1;
    width: 52px;
  }

  .tj-wa-float {
    bottom: 24px;
    box-shadow: 0 12px 24px rgba(20, 83, 45, 0.18);
    font-size: 0;
    z-index: 97;
  }

  .tj-wa-float i {
    font-size: 25px;
    line-height: 1;
  }

  .tj-wa-float span {
    display: none;
  }
}

@media (max-width: 380px) {
  .tj-hero-index3 {
    padding-top: 80px;
  }

  .tj-hero-index3 .hero-img.style3.tj-hero-stack .img2 {
    width: 48%;
  }
}
