/*
Theme Name: Ugoki-01
Author: Creotopi
*/
@charset "UTF-8";

/* =========================
   Basic Typography
========================= */
body {
  margin: 0;
  padding: 0;
}

/* =========================
   Paragraph
========================= */
p {
  margin: 0;
  font-size: 16px;
  color: #334155;
}

/* =========================
   Links
========================= */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

/* =========================
   Lists
========================= */
ul,
ol {
  margin: 0 0 16px 24px;
  padding: 0;
}

li {
  margin-bottom: 8px;
  color: #334155;
}

/* =========================
   Images
========================= */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =========================
   Buttons
========================= */
button {
  font: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

/* =========================
   Inputs
========================= */
input,
textarea,
select {
  width: 100%;
  font: inherit;
  border-radius: 8px;
  padding: 12px 0px;
  outline: none;
  transition: 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* =========================================
   Opacity Utilities
========================================= */
.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

/* =========================================
   Responsive Opacity
========================================= */
/* SM */
@media (min-width: 576px) {
  .opacity-sm-0 {
    opacity: 0;
  }

  .opacity-sm-25 {
    opacity: 0.25;
  }

  .opacity-sm-50 {
    opacity: 0.5;
  }

  .opacity-sm-75 {
    opacity: 0.75;
  }

  .opacity-sm-100 {
    opacity: 1;
  }
}

/* MD */
@media (min-width: 768px) {
  .opacity-md-0 {
    opacity: 0;
  }

  .opacity-md-25 {
    opacity: 0.25;
  }

  .opacity-md-50 {
    opacity: 0.5;
  }

  .opacity-md-75 {
    opacity: 0.75;
  }

  .opacity-md-100 {
    opacity: 1;
  }
}

/* LG */
@media (min-width: 992px) {
  .opacity-lg-0 {
    opacity: 0;
  }

  .opacity-lg-25 {
    opacity: 0.25;
  }

  .opacity-lg-50 {
    opacity: 0.5;
  }

  .opacity-lg-75 {
    opacity: 0.75;
  }

  .opacity-lg-100 {
    opacity: 1;
  }
}

/* XL */
@media (min-width: 1200px) {
  .opacity-xl-0 {
    opacity: 0;
  }

  .opacity-xl-25 {
    opacity: 0.25;
  }

  .opacity-xl-50 {
    opacity: 0.5;
  }

  .opacity-xl-75 {
    opacity: 0.75;
  }

  .opacity-xl-100 {
    opacity: 1;
  }
}

.w-100 {
  width: 100%;
}

.search-box input,
.search-box input:focus,
.search-box input:active,
.search-box input:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.flex-wrap {
  flex-wrap: wrap;
}

.rounded {
  border-radius: 16px;
  overflow: hidden;
}

ul li {
  font-size: 16px;
}

.bt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: var(--xs);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: var(--black);
  transition: background-color 0.3s ease;
  font-size: 24px;
}

.bt-icon:hover {
  background: rgba(15, 23, 42, 0.05);
  opacity: 0.8;
}

.bt-s-auto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px var(--md);
  height: 42px;
  border-radius: var(--xs);
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: var(--black);
  transition: background-color 0.3s ease;
  font-size: 14px;
  gap: 4px;
}

.bt-s-auto:hover {
  background: rgba(15, 23, 42, 0.05);
  opacity: 0.8;
}

.bt-s-auto img {
  height: 16px;
}

.btn-primary {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  background: #0f172a;
  border-radius: 8px;
  flex: none;
  order: 2;
  font-size: 14px;
  flex-grow: 0;
  color: var(--white);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.18);
}

.btn-primary i,
.btn-primary .icon-svg {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary:hover {
  background-color: var(--color-primary);
}

.btn-primary:hover i,
.btn-primary:hover .icon-svg {
  transform: translateX(4px);
}

.btn-primary img {
  height: 16px;
}

.icon-svg {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}

.btn-primary .icon-svg {
  width: 18px;
  height: 18px;
}

.bt-icon .icon-svg {
  width: 24px;
  height: 24px;
}

.social .icon-svg {
  width: 22px;
  height: 22px;
}

.btn-container {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: start;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  height: 80px;
  padding: 0px var(--md);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

header .menu a {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  transition: color 0.3s ease;
}

header .menu a:hover {
  color: #007bff;
}

header .menu .active {
  color: #007bff;
}

header .cta-header {
  display: flex;
  align-items: center;
  gap: var(--xs);
}

header .logo {
  height: 32px;
}

@media (min-width: 992px) {
  header .logo {
    height: 42px;
  }
}

@media (min-width: 992px) {
  header {
    padding: 0px 100px;
  }
}

.component-search {
  position: relative;
}

.component-search>* {
  position: relative;
  z-index: 2;
}

/* tabs */
.category-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.tab {
  border: 1px solid #ececec;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}

.tab:hover {
  background: #07132d;
  color: #fff;
  border-color: #07132d;
}

.tab.active {
  background: #07132d;
  color: #fff;
  border-color: #07132d;
}

/* search */
.search-wrapper {
  max-width: 1400px;
  margin: auto;
}

.search-box {
  height: 60px;
  background: #fff;
  border-radius: 12px;
  border: 4px solid rgba(116, 144, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  padding: 0 16px;
  box-shadow: 0 20px 80px rgba(116, 144, 255, 0.12);
  max-width: 100%;
  margin: 0px auto;
}

@media (min-width: 992px) {
  .search-box {
    max-width: 80%;
  }
}

.search-icon {
  width: 28px;
  height: 28px;
  color: #111;
  flex-shrink: 0;
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  color: #111;
  font-family: inherit;
  border: none;
}

.search-box input:focus {
  border: none;
}

.search-box input::-moz-placeholder {
  color: #8a8a8a;
}

.search-box input::placeholder {
  color: #8a8a8a;
}

.arrow-icon {
  width: 26px;
  height: 26px;
  color: #111;
  flex-shrink: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  .category-tabs {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: 16px;
  }

  .category-tabs::-webkit-scrollbar {
    display: none;
  }

  .search-box {
    height: 80px;
    padding: 0 20px;
    border-radius: 20px;
  }

  .search-box input {
    font-size: 16px;
  }

  .search-icon,
  .arrow-icon {
    width: 24px;
    height: 24px;
  }
}

:root {
  /* Primary Colors */
  --color-primary: #2563eb;
  --color-primary-light: #60a5fa;
  --color-primary-dark: #1d4ed8;
  /* Secondary Colors */
  --color-secondary: #7c3aed;
  --color-secondary-light: #a78bfa;
  --color-secondary-dark: #5b21b6;
  /* Neutral Colors */
  --white: #ffffff;
  --black: #0f172a;
  /* Gray Scale */
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  /* Status Colors */
  --color-success: #16a34a;
  --color-warning: #f59e0b;
  --color-danger: #dc2626;
  --color-info: #0ea5e9;
  /* Background Colors */
  --color-bg: #ffffff;
  --color-bg-secondary: #f3f4f6;
  /* Text Colors */
  --color-text: #111827;
  --color-text-light: #6b7280;
  --color-heading: #000000;
  /* Border */
  --color-border: #e5e7eb;
}

.bg-navy {
  background-color: #0f172a;
}

.text-white {
  color: var(--white);
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Funnel Display", sans-serif;
  margin: 0;
}

h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  color: var(--black);
}

@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  color: var(--black);
}

@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}

@media (min-width: 992px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}

@media (min-width: 992px) {
  h5 {
    font-size: 28px;
  }
}

h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
}

@media (min-width: 992px) {
  h6 {
    font-size: 20px;
  }
}

.gradient-text {
  background: linear-gradient(90deg, #60a5fa 0%, #2563eb 50%, #1d4ed8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* =========================
   Hero Title Animation
========================= */
.hero-title {
  overflow: hidden;
	margin-top:70px;
}
@media (min-width: 992px) {
	.hero-title {
	margin-top:0px;
}
}

.hero-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%) rotateX(-80deg);
  transform-origin: center bottom;
  animation: heroWordReveal 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: calc(0.15s * var(--i) + 0.3s);
}

@keyframes heroWordReveal {
  0% {
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    filter: blur(6px);
  }

  60% {
    opacity: 1;
    filter: blur(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg);
    filter: blur(0px);
  }
}

/* Shimmer on the "free" gradient word */
.hero-shimmer {
  background-size: 200% 100%;
  background-image: linear-gradient(90deg,
      #60a5fa 0%,
      #2563eb 25%,
      #a78bfa 50%,
      #2563eb 75%,
      #60a5fa 100%);
  animation: heroShimmer 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes heroShimmer {
  0% {
    background-position: 200% center;
  }

  100% {
    background-position: -200% center;
  }
}

/* =========================================
   Text Align Responsive
========================================= */
/* XS */
.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

/* SM */
@media (min-width: 576px) {
  .text-sm-start {
    text-align: left;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-end {
    text-align: right;
  }
}

/* MD */
@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-end {
    text-align: right;
  }
}

/* LG */
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-end {
    text-align: right;
  }
}

/* XL */
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left;
  }

  .text-xl-center {
    text-align: center;
  }

  .text-xl-end {
    text-align: right;
  }
}

.w-auto {
  width: auto;
}

@media (min-width: 992px) {
  .w-lg-70 {
    width: 70%;
  }
}

.paragraph-s {
  font-size: 12px;
  line-height: 1.5rem;
}

.paragraph-m {
  font-size: 14px;
  line-height: 1.5rem;
}

.paragraph-l {
  font-size: 16px;
  line-height: 1.5rem;
}

.paragraph-xl {
  font-size: 18px;
  line-height: 1.5rem;
}

.section-h {
  height: auto;
  padding: 38px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .section-h {
    height: auto;
    padding: 150px 0px;
  }
}

.section-bg {
  background-color: hsl(333, 0%, 100%);
  background-image:
    radial-gradient(circle at 0% 0%,
      hsla(64, 82%, 77%, 0.35) 3%,
      transparent 40%),
    radial-gradient(circle at 20% 0%,
      hsla(5, 77%, 74%, 0.35) 3%,
      transparent 40%),
    radial-gradient(circle at 40% 0%,
      hsla(315, 77%, 74%, 0.35) 3%,
      transparent 40%),
    radial-gradient(circle at 60% 0%,
      hsla(256, 77%, 74%, 0.35) 3%,
      transparent 40%),
    radial-gradient(circle at 80% 0%,
      hsla(191, 77%, 74%, 0.35) 3%,
      transparent 40%),
    radial-gradient(circle at 100% 0%,
      hsla(152, 77%, 74%, 0.35) 3%,
      transparent 40%),
    url("/wp-content/uploads/2026/05/banner-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.top-padding-mb {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .top-padding-mb {
    padding-top: 150px;
  }
}

.bg-category {
  background-image: url(/wp-content/uploads/2026/05/bg-category.png);
  background-position: center;
  background-size: cover;
}

.box-category {
  width: 100%;
  height: 123px;
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.4s;
}

.box-category:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .box-category {
    width: 310px;
  }
}

.box-category::before {
  content: "";
  position: absolute;
  inset: -100px;
  background:
    radial-gradient(circle at 20% 20%, #7c4dff, transparent 35%),
    radial-gradient(circle at 80% 20%, #00d4ff, transparent 35%),
    radial-gradient(circle at 50% 90%, #62ff8f, transparent 35%);
  opacity: 0;
  filter: blur(60px);
  animation: meshMove 8s linear infinite;
  transition: 0.5s;
}

.box-category:hover::before {
  opacity: 0.9;
}

.box-category>* {
  position: relative;
  z-index: 2;
}

@keyframes meshMove {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.3);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.section-c {
  background-image: url(/wp-content/uploads/2026/05/bg-steps.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .section-c {
    height: auto;
    padding: 150px 0px;
  }
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  flex-shrink: 0;
  font-size: 20px;
  color: #424bff;
}

.center-position {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box-white {
  background-color: #ffffff;
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

.new-relese {
  width: 100%;
  height: 440px;
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
}

.new-relese img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.bg-light-gray {
  background-color: #f3f3f4;
}

.review-slider-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right,
      transparent,
      #000 8%,
      #000 92%,
      transparent);
  -webkit-mask-image: linear-gradient(to right,
      transparent,
      #000 8%,
      #000 92%,
      transparent);
}

.review-slider-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: reviewScroll 40s linear infinite;
}

.review-slider-track:hover {
  animation-play-state: paused;
}

.review-slide-card {
  flex: 0 0 380px;
  width: 380px;
}

@keyframes reviewScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 12px));
  }
}

@media (max-width: 768px) {
  .review-slide-card {
    flex: 0 0 300px;
    width: 300px;
  }
}

.review-card {
  background: #ffffff;
  background: -webkit-linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(182deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
  border-radius: 18px;
  padding: 24px;
  transition: 0.3s ease;
}

.review-card:hover {
  transform: translateY(-4px);
}

.rating {
  color: #4b56ff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating span {
  color: #111;
  font-size: 16px;
  font-weight: 500;
}

.review-text {
  font-size: 16px;
  color: #111;
  line-height: 1.3;
}

.review-text-2 {
  font-size: 12px;
  color: #111;
  line-height: 1.3;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-user img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-user h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: #111;
}

.review-user span {
  color: #8b8b8b;
  font-size: 14px;
  font-style: italic;
}

@media (max-width: 768px) {
  .review-text {
    font-size: 16px;
  }

  .review-user h4,
  .review-user span {
    font-size: 16px;
  }

  .rating {
    font-size: 16px;
  }

  .rating span {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e1e1e1;
}

.number {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 160px;
  background-color: var(--white);
  color: var(--color-primary);
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}

.list-step h4 {
  font-size: 18px;
}

.list-step p {
  font-size: 12px;
}

.box-use {
  background-image: url(/wp-content/uploads/2026/05/bg-use.webp);
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
}

.component-category {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.category-tags span {
  display: flex;
  padding: 10px;
  border-radius: 8px;
  background-color: var(--white);
  font-size: 14px;
}

.box-what {
  background-color: var(--white);
  border-radius: 16px;
  width: 100%;
}

footer {
  background-color: #fff;
  padding: 100px 0px;
}

footer .logo {
  height: 50px;
}

.social a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 160px;
  background-color: #3d4352;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
}

canvas {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  canvas {
    display: block;
    top: 0;
    left: 0;
    z-index: 3;
  }
}

.box-anima {
  max-width: 500px;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.box-anima .hero-media,
.box-anima .hero-media img,
.circle .hero-media,
.circle .hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overflow-top {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* =========================
   Smooth Floating Animation
========================= */
.floating-frame {
  display: block;
  animation: floating 6s ease-in-out infinite;
  will-change: transform;
}

/* =========================
   Animation
========================= */
@keyframes floating {
  0% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-12px) rotate(1deg);
  }

  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

/* Stop the scrolling loop when a user hovers over the images */
.slider-track:hover {
  animation-play-state: paused !important;
}

/* Standardized Card Image Dimensions & Styling */
.slider-card-img {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  /* Ensures images scale cleanly without clipping */
  border-radius: 24px;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Prevents dragging glitches while clicking around */
}

/* Core Infinite Scroll Animation */
@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-50% - 0.75rem));
  }
}

/* Space for scrolling */
.scroll-section {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.8s ease;
}

.scroll-section.show {
  opacity: 1;
  transform: scale(1);
}

/* =========================
   3D Perspective Scroll
========================= */
.perspective-scroll {
  --scroll-progress: 0;
  perspective: 1200px;
  transform-style: preserve-3d;
  will-change: transform, opacity;
}

.perspective-scroll>* {
  transition: transform 0.05s linear, opacity 0.05s linear, filter 0.05s linear;
  transform:
    rotateX(calc((1 - var(--scroll-progress)) * 12deg)) rotateY(calc((1 - var(--scroll-progress)) * -3deg)) translateZ(calc((1 - var(--scroll-progress)) * -80px)) translateY(calc((1 - var(--scroll-progress)) * 60px)) scale(calc(0.92 + var(--scroll-progress) * 0.08));
  opacity: calc(0.15 + var(--scroll-progress) * 0.85);
  filter: blur(calc((1 - var(--scroll-progress)) * 3px));
  transform-origin: center bottom;
}

/* Disable on mobile for performance */
@media (max-width: 768px) {
  .perspective-scroll {
    perspective: none;
  }

  .perspective-scroll>* {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    transition: none;
  }
}

.step-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.step-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* Delay one by one */
.step-item:nth-child(1) {
  transition-delay: 0.1s;
}

.step-item:nth-child(2) {
  transition-delay: 0.3s;
}

.step-item:nth-child(3) {
  transition-delay: 0.5s;
}

.step-item:nth-child(4) {
  transition-delay: 0.7s;
}

.fix-dot {
  position: relative;
  z-index: 9;
}

/* =========================
   Menu Button
========================= */
.menu-btn {
  margin: 40px;
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  background: #0f172a;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.menu-btn:hover {
  transform: translateY(-2px);
}

/* =========================
   Backdrop
========================= */
.offcanvas-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
  z-index: 999;
}

.offcanvas-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* =========================
   Offcanvas
========================= */
.offcanvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  padding: 32px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.96);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s ease;
  z-index: 11111;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.offcanvas .cta-header {
  padding: 0px 18px;
  margin-top: 24px;
}

.offcanvas.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* =========================
   Header
========================= */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 40px;
}

/* =========================
   Close Button
========================= */
.close-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #e2e8f0;
  color: #0f172a;
  cursor: pointer;
  font-size: 18px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.close-btn:hover {
  background: #cbd5e1;
  transform: rotate(90deg);
}

/* =========================
   Navigation
========================= */
.offcanvas-menu {
  display: flex;
  flex-direction: column;
}

/* Main Links */
.offcanvas-menu>a {
  display: block;
  padding: 14px 18px;
  border-radius: 14px;
  text-decoration: none;
  color: #0f172a;
  font-size: 32px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    background 0.3s ease;
}

/* Hover */
.offcanvas-menu>a:hover {
  background: rgba(15, 23, 42, 0.08);
  transform: translateX(4px);
}

/* Show Animation */
.offcanvas.active .offcanvas-menu>a {
  opacity: 1;
  transform: translateY(0);
}

/* Delay */
.offcanvas.active .offcanvas-menu>a:nth-child(1) {
  transition-delay: 0.1s;
}

.offcanvas.active .offcanvas-menu>a:nth-child(2) {
  transition-delay: 0.2s;
}

.offcanvas.active .offcanvas-menu>a:nth-child(3) {
  transition-delay: 0.3s;
}

.offcanvas.active .offcanvas-menu>a:nth-child(4) {
  transition-delay: 0.4s;
}

/* =========================
   Small Menu
========================= */
.small {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 32px;
}

/* Small Links */
.small a {
  display: block;
  padding: 8px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #0f172a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease,
    background 0.3s ease;
}

/* Hover */
.small a:hover {
  background: rgba(15, 23, 42, 0.08);
  transform: translateX(4px);
}

/* Show Animation */
.offcanvas.active .small a {
  opacity: 1;
  transform: translateY(0);
}

/* Delay */
.offcanvas.active .small a:nth-child(1) {
  transition-delay: 0.5s;
}

.offcanvas.active .small a:nth-child(2) {
  transition-delay: 0.6s;
}

.offcanvas.active .small a:nth-child(3) {
  transition-delay: 0.7s;
}

.offcanvas.active .cta-header a:nth-child(3) {
  transition-delay: 0.8s;
}

/* =========================
   Mobile
========================= */
@media (max-width: 576px) {
  .offcanvas {
    padding: 24px;
  }

  .offcanvas-menu>a {
    font-size: 28px;
  }

  .small {
    margin-top: 24px;
  }

  .small a {
    font-size: 15px;
  }
}

/* =========================================
   Bootstrap Style Grid System (Mobile First)
   ========================================= */
/* Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Container */
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Fixed Containers */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Columns Base */
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* =========================================
   Extra Small (default)
   ========================================= */
.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

/* =========================================
   Small ≥576px
   ========================================= */
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.333333%;
  }

  .col-sm-2 {
    width: 16.666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333%;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .col-sm-8 {
    width: 66.666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333%;
  }

  .col-sm-11 {
    width: 91.666667%;
  }

  .col-sm-12 {
    width: 100%;
  }
}

/* =========================================
   Medium ≥768px
   ========================================= */
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.333333%;
  }

  .col-md-2 {
    width: 16.666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333%;
  }

  .col-md-11 {
    width: 91.666667%;
  }

  .col-md-12 {
    width: 100%;
  }
}

/* =========================================
   Large ≥992px
   ========================================= */
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.333333%;
  }

  .col-lg-2 {
    width: 16.666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333%;
  }

  .col-lg-5 {
    width: 41.666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333%;
  }

  .col-lg-8 {
    width: 66.666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333%;
  }

  .col-lg-11 {
    width: 91.666667%;
  }

  .col-lg-12 {
    width: 100%;
  }
}

/* =========================================
   Extra Large ≥1200px
   ========================================= */
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.333333%;
  }

  .col-xl-2 {
    width: 16.666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.333333%;
  }

  .col-xl-5 {
    width: 41.666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.333333%;
  }

  .col-xl-8 {
    width: 66.666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.333333%;
  }

  .col-xl-11 {
    width: 91.666667%;
  }

  .col-xl-12 {
    width: 100%;
  }
}

/* =========================================
   XXL ≥1400px
   ========================================= */
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: 8.333333%;
  }

  .col-xxl-2 {
    width: 16.666667%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-4 {
    width: 33.333333%;
  }

  .col-xxl-5 {
    width: 41.666667%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-7 {
    width: 58.333333%;
  }

  .col-xxl-8 {
    width: 66.666667%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-10 {
    width: 83.333333%;
  }

  .col-xxl-11 {
    width: 91.666667%;
  }

  .col-xxl-12 {
    width: 100%;
  }
}

/* =========================================
   Auto Columns
   ========================================= */
.col {
  flex: 1 0 0%;
}

/* =========================================
   Alignment Utilities
   ========================================= */
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

/* =========================================
   Gap Utilities
   ========================================= */
.g-0 {
  gap: 0;
}

.g-1 {
  gap: 0.25rem;
}

.g-2 {
  gap: 0.5rem;
}

.g-3 {
  gap: 1rem;
}

.g-4 {
  gap: 1.5rem;
}

.g-5 {
  gap: 3rem;
}

/* =========================================
   Display Utilities
   xs = default
   sm = 576px
   md = 768px
   lg = 992px
   xl = 1200px
========================================= */
/* XS (Default) */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

/* SM */
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-flex {
    display: flex;
  }

  .d-sm-inline {
    display: inline;
  }
}

/* MD */
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }

  .d-md-block {
    display: block;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-inline {
    display: inline;
  }
}

/* LG */
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-flex {
    display: flex;
  }

  .d-lg-inline {
    display: inline;
  }
}

/* XL */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-flex {
    display: flex;
  }

  .d-xl-inline {
    display: inline;
  }
}

.compo-box {
  width: 100%;
  height: 346px;
  display: flex;
  border-radius: 16px;
  background-color: var(--white);
  overflow: hidden;
  position: relative;
  transition: all 0.8s ease;
  border: 3px solid rgb(255 255 255 / 26%);
}

.compo-box-detail {
  width: 100%;
  height: 480px;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.8s ease;
}

.compo-box:hover {
  cursor: pointer;
  opacity: 0.7;
}

.compo-box img {
  width: 100%;
  height: 346px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.8s ease;
}

.compo-box .new-label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.compo-box-detail .new-label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.compo-box .new-label i {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 160px;
  background-color: #ff383c;
}

.compo-box-detail .new-label i {
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 160px;
  background-color: #ff383c;
}

:root {
  /* Spacing Scale */
  --xs: 8px;
  --sm: 16px;
  --md: 24px;
  --lg: 46px;
  --xl: 96px;
}

/* =========================
   Review Box
========================= */
.review-box {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

/* Dot Pattern */
.review-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1px,
      transparent 1px);
  background-size: 20px 20px;
  opacity: 0.4;
  pointer-events: none;
}

/* =========================
   Avatars
========================= */
.avatar-group {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.avatar {
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #ffffff;
  margin-left: -18px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.avatar:first-child {
  margin-left: 0;
}

/* =========================
   Content
========================= */
.review-content {
  position: relative;
  z-index: 2;
}

.stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 2px;
}

.star-icons {
  display: flex;
  gap: 0px;
}

.star {
  width: 16px;
  height: 16px;
  fill: #4f46e5;
}

.star-outline {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #4f46e5;
  stroke-width: 2;
}

.rating {
  font-size: 16px;
  font-weight: 600;
  color: #4f46e5;
}

.review-text {
  font-size: 16px;
  line-height: 1.4;
  color: #0f172a;
}

/* =========================
   Responsive
========================= */
@media (max-width: 768px) {
  .review-box {
    flex-direction: column;
    gap: 20px;
  }

  .avatar {
    width: 50px;
    height: 50px;
  }

  .star,
  .star-outline {
    width: 20px;
    height: 20px;
  }

  .rating {
    font-size: 24px;
  }

  .review-text {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .review-box {
    align-items: flex-start;
  }
}

/* =========================================
   Responsive Spacing Utilities

   xs = default
   sm = 576px
   md = 768px
   lg = 992px
   xl = 1200px
========================================= */
/* =========================================
   XS (Default)
========================================= */
/* Padding */
.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-48 {
  padding: 48px;
}

.p-96 {
  padding: 96px;
}

/* Padding Top */
.pt-4 {
  padding-top: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-96 {
  padding-top: 96px;
}

/* Padding Bottom */
.pb-4 {
  padding-bottom: 4px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-96 {
  padding-bottom: 96px;
}

/* Padding Left */
.pl-4 {
  padding-left: 4px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-96 {
  padding-left: 96px;
}

/* Padding Right */
.pr-4 {
  padding-right: 4px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-96 {
  padding-right: 96px;
}

/* Margin */
.m-4 {
  margin: 4px;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-48 {
  margin: 48px;
}

.m-96 {
  margin: 96px;
}

/* Margin Top */
.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-96 {
  margin-top: 96px;
}

/* Margin Bottom */
.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-96 {
  margin-bottom: 96px;
}

/* =========================================
   SM ≥576px
========================================= */
@media (min-width: 576px) {
  .p-sm-4 {
    padding: 4px;
  }

  .p-sm-8 {
    padding: 8px;
  }

  .p-sm-16 {
    padding: 16px;
  }

  .p-sm-24 {
    padding: 24px;
  }

  .p-sm-48 {
    padding: 48px;
  }

  .p-sm-96 {
    padding: 96px;
  }

  .m-sm-4 {
    margin: 4px;
  }

  .m-sm-8 {
    margin: 8px;
  }

  .m-sm-16 {
    margin: 16px;
  }

  .m-sm-24 {
    margin: 24px;
  }

  .m-sm-48 {
    margin: 48px;
  }

  .m-sm-96 {
    margin: 96px;
  }
}

/* =========================================
   MD ≥768px
========================================= */
@media (min-width: 768px) {
  .p-md-4 {
    padding: 4px;
  }

  .p-md-8 {
    padding: 8px;
  }

  .p-md-16 {
    padding: 16px;
  }

  .p-md-24 {
    padding: 24px;
  }

  .p-md-48 {
    padding: 48px;
  }

  .p-md-96 {
    padding: 96px;
  }

  .m-md-4 {
    margin: 4px;
  }

  .m-md-8 {
    margin: 8px;
  }

  .m-md-16 {
    margin: 16px;
  }

  .m-md-24 {
    margin: 24px;
  }

  .m-md-48 {
    margin: 48px;
  }

  .m-md-96 {
    margin: 96px;
  }
}

/* =========================================
   LG ≥992px
========================================= */
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 4px;
  }

  .p-lg-8 {
    padding: 8px;
  }

  .p-lg-16 {
    padding: 16px;
  }

  .p-lg-24 {
    padding: 24px;
  }

  .p-lg-48 {
    padding: 48px;
  }

  .p-lg-96 {
    padding: 96px;
  }

  .m-lg-4 {
    margin: 4px;
  }

  .m-lg-8 {
    margin: 8px;
  }

  .m-lg-16 {
    margin: 16px;
  }

  .m-lg-24 {
    margin: 24px;
  }

  .m-lg-48 {
    margin: 48px;
  }

  .m-lg-96 {
    margin: 96px;
  }
}

/* =========================================
   XL ≥1200px
========================================= */
@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 4px;
  }

  .p-xl-8 {
    padding: 8px;
  }

  .p-xl-16 {
    padding: 16px;
  }

  .p-xl-24 {
    padding: 24px;
  }

  .p-xl-48 {
    padding: 48px;
  }

  .p-xl-96 {
    padding: 96px;
  }

  .m-xl-4 {
    margin: 4px;
  }

  .m-xl-8 {
    margin: 8px;
  }

  .m-xl-16 {
    margin: 16px;
  }

  .m-xl-24 {
    margin: 24px;
  }

  .m-xl-48 {
    margin: 48px;
  }

  .m-xl-96 {
    margin: 96px;
  }
}

/* =========================================
   PY (Padding Y Axis)
========================================= */
/* XS */
.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}

/* SM */
@media (min-width: 576px) {
  .py-sm-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .py-sm-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .py-sm-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-sm-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-sm-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-sm-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

/* MD */
@media (min-width: 768px) {
  .py-md-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .py-md-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .py-md-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-md-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-md-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-md-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

/* LG */
@media (min-width: 992px) {
  .py-lg-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .p-lg-48 {
    padding: 48px;
  }

  .py-lg-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .py-lg-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-lg-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-lg-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

/* XL */
@media (min-width: 1200px) {
  .py-xl-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .py-xl-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .py-xl-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .py-xl-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-xl-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-xl-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.side-padding {
  padding: 0px 24px;
}

@media (min-width: 992px) {
  .side-padding {
    padding: 0px 80px;
  }
}

@media (min-width: 1200px) {
  .side-padding {
    padding: 0px 100px;
  }
}

/* =========================================
   Position Utilities
========================================= */
/* Static */
.position-static {
  position: static;
}

/* Relative */
.position-relative {
  position: relative;
}

/* Absolute */
.position-absolute {
  position: absolute;
}

/* Fixed */
.position-fixed {
  position: fixed;
}

/* Sticky */
.position-sticky {
  position: sticky;
}

/* =========================================
   Top
========================================= */
.top-0 {
  top: 0;
}

.top-50 {
  top: 50%;
}

.top-100 {
  top: 100%;
}

/* =========================================
   Bottom
========================================= */
.bottom-0 {
  bottom: 0;
}

.bottom-50 {
  bottom: 50%;
}

.bottom-100 {
  bottom: 100%;
}

/* =========================================
   Left
========================================= */
.left-0 {
  left: 0;
}

.left-50 {
  left: 50%;
}

.left-100 {
  left: 100%;
}

/* =========================================
   Right
========================================= */
.right-0 {
  right: 0;
}

.right-50 {
  right: 50%;
}

.right-100 {
  right: 100%;
}

/* =========================================
   Center Position
========================================= */
.translate-middle {
  transform: translate(-50%, -50%);
}

.translate-middle-x {
  transform: translateX(-50%);
}

.translate-middle-y {
  transform: translateY(-50%);
}

/* =========================================
   Z-Index
========================================= */
.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-10 {
  z-index: 10;
}

.z-100 {
  z-index: 100;
}

.z-1000 {
  z-index: 1000;
}

/* =========================================
   Example
========================================= */
/*

<div class="position-relative">

    <div class="position-absolute top-0 right-0">
        Badge
    </div>

</div>

*/
/* =========================================
   Display Flex
========================================= */
.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

/* =========================================
   Flex Direction
========================================= */
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

/* =========================================
   Justify Content
========================================= */
.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

/* =========================================
   Align Items
========================================= */
.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-baseline {
  align-items: baseline;
}

/* =========================================
   Flex Wrap
========================================= */
.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/* =========================================
   SM ≥576px
========================================= */
@media (min-width: 576px) {
  .d-sm-flex {
    display: flex;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-between {
    justify-content: space-between;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }
}

/* =========================================
   MD ≥768px
========================================= */
@media (min-width: 768px) {
  .d-md-flex {
    display: flex;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-center {
    justify-content: center;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-between {
    justify-content: space-between;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-end {
    align-items: flex-end;
  }
}

/* =========================================
   LG ≥992px
========================================= */
@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-between {
    justify-content: space-between;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }
}

/* =========================================
   XL ≥1200px
========================================= */
@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-between {
    justify-content: space-between;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }
}

.flex-lg-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row;
  }
}

.review-form {
  max-width: 500px;
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: Arial, sans-serif;
}

.review-form h3 {
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

/* ⭐ Star Rating */
.stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
}

.stars input {
  display: none;
}

.stars label {
  font-size: 28px;
  color: #ddd;
  cursor: pointer;
  transition: 0.2s;
}

.stars input:checked~label,
.stars label:hover,
.stars label:hover~label {
  color: #f5b301;
}

.fluentform label {
  font-size: 14px !important;
  font-weight: 400 !important;
}

form.fluent_form_3 .ff-btn-submit:not(.ff_btn_no_style) {
  background: var(--black) !important;
  font-weight: 500 !important;
  font-family: "Funnel Display", sans-serif;
}

.fluentform input {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Funnel Display", sans-serif;
  border: 2px solid #07132d !important;
  background: none !important;
}

.fluentform textarea {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Funnel Display", sans-serif;
  border: 2px solid #07132d !important;
  background: none !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  box-shadow: none !important;
}

.ff-message-success {
  border: none !important;
  box-shadow: none !important;
  margin-top: 10px !important;
  padding: 24px 16px !important;
  position: relative !important;
  background: #9ed280 !important;
  border-radius: 8px !important;
  line-height: 1.5rem !important;
  text-align: center !important;
}

.component-item {
  transition: all 0.3s ease;
}

.no-results {
  min-height: 400px;
}

html {
  scroll-behavior: smooth;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
  border: 2px solid #07132d !important;
  margin-left: -2px !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
  background: none !important;
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {
  color: #07132d !important;
}

.box-image {
  width: 350px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
}

.box-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.figma-embed-wrap {
  width: 100%;
}

.component-category {
  display: inline;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.component-category p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.component-category p br {
  display: none;
}

.component-category span {
  display: inline-flex;
  white-space: nowrap;
}

.label-free {
  font-size: 12px;
  color: #fff;
  background-color: rgb(0 0 0 / 33%);
  padding: 8px;
  border-radius: 35px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 16px;
}

.label-free-static {
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 8px;
  width: fit-content;
  border-radius: 35px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  top: 16px;
}

.fix-top-head{
	margin-top:70px;
}
@media (min-width: 992px) {
	.fix-top-head{
	margin-top:0px;
}
}

/*# sourceMappingURL=style.css.map */